diff --git a/app-misc/anki/Manifest b/app-misc/anki/Manifest index 9a5577056a3c..6631440db491 100644 --- a/app-misc/anki/Manifest +++ b/app-misc/anki/Manifest @@ -1,3 +1,4 @@ DIST anki-1.2.11.tgz 1886062 SHA256 ca075fd0c0d6851d22046de8f6fa90d7c442cdd4a6783f7c6ffad7fbc46f5089 SHA512 f04ba85afb146c912c77fa047a74dfae34b2900bc4a0c5ab86d2c0787fa69339bd354d1def7083e74ac16da3e8e03efcf49808d817bc502ebb69944cd2ad4d9c WHIRLPOOL dbd445cc4439b6b582a11ae62b813f1773c15b90412d12aa3f06db07a778137d9c0aa06710354a2ab88055887f6d2e44db0f260ebaa4e6042012012a7ee3ee55 DIST anki-2.0.3.tgz 2823500 SHA256 9b34259dc0489d7a97e5193567c78cfec82a53ce4e35318d55640e1c2a05be2c SHA512 49071f128d4783c31c9ac3c8bdb02fcbc6b15b946a8d50559d58adc93e78ef20935bb504172b16f6e17d10f1e6196cee353583d91ae0d298ebaf3f36e1e8ab48 WHIRLPOOL d57d91374c447b76cbeca52bd892bf2a3c2cc985b22cbcc45bdf825d417f4e90ebe22123956f8242fa2f0fd3df6afe3b661bde123e83fbd8bc24bdeff1643f58 DIST anki-2.0.4.tgz 2877891 SHA256 faa9c96003515fa0125da489bdb8a3d601aff1767d92fa13ff8f411c3d8569c5 SHA512 d9adb67236a740e6ad69b77c864dbe300bfc2531bc4003539f43d9c27454969d5118bfa742568b885fb0d7980981540ba63ec5cf07914e872e1e85f62b8b5518 WHIRLPOOL c242c4884a19beb93a5d6e6f78cae9e5d61cef34b11572280218b15026500b82ad9065faead28df035baec3b19970c5c989c22aefa81dab506cb5a9582844647 +DIST anki-2.0.5.tgz 2901830 SHA256 afc03aeac239d4b01cf34601d975924e828d4c29f5c2150ed286c09633df6cd5 SHA512 b9287996555985c25f465b5d582e2579400f592c8d985c8ca073afe80762bd9977144196b92dbb89d81df19d474062696e6aa7ad9dc4e566b82adbea5f2d4839 WHIRLPOOL 9abb55a93d9f415b209cf98bd637abeeb725689cc0953b042a31075f16ba85d9b8aa945f9ce8cee6f80b1e74d7679d6350cd22d16f9a4c00596732cde404da28 diff --git a/app-misc/anki/anki-2.0.5.ebuild b/app-misc/anki/anki-2.0.5.ebuild new file mode 100644 index 000000000000..389b2934b208 --- /dev/null +++ b/app-misc/anki/anki-2.0.5.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.5.ebuild,v 1.1 2013/01/22 07:50:59 patrick Exp $ + +EAPI=4 + +PYTHON_DEPEND="2:2.6" +PYTHON_USE_WITH="sqlite" + +inherit eutils python + +DESCRIPTION="A spaced-repetition memory training program (flash cards)" +HOMEPAGE="http://ichi2.net/anki/" +SRC_URI="http://ankisrs.net/download/mirror/${P}.tgz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="latex +recording +sound" + +RDEPEND="dev-python/PyQt4[X,svg,webkit] + >=dev-python/httplib2-0.7.4 + dev-python/beautifulsoup:python-2 + recording? ( media-sound/lame + >=dev-python/pyaudio-0.2.4 ) + sound? ( media-video/mplayer ) + latex? ( app-text/texlive + app-text/dvipng )" +DEPEND="" + +pkg_setup(){ + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { + rm -r thirdparty || die + python_convert_shebangs -r 2 . +} + +# Nothing to configure or compile +src_configure() { + true; +} + +src_compile() { + true; +} + +src_install() { + exeinto /usr/bin/ + doexe anki/anki + + doicon ${PN}.png + domenu ${PN}.desktop + doman ${PN}.1 + + dodoc README README.development + insinto "$(python_get_sitedir)" + doins -r aqt anki +} + +pkg_preinst() { + if has_version ">Render Library + + #<>CUPS + + #< Don't install headers (only required for e.g. plug-in developers) Document tamplates + Enable support for spell checking with app-text/aspell Enable support for spell checking with app-text/hunspell Language support for cs_CZ Language support for da_DK diff --git a/app-office/scribus/scribus-1.4.2.ebuild b/app-office/scribus/scribus-1.4.2-r1.ebuild similarity index 85% rename from app-office/scribus/scribus-1.4.2.ebuild rename to app-office/scribus/scribus-1.4.2-r1.ebuild index a612db249804..7f2b091071f0 100644 --- a/app-office/scribus/scribus-1.4.2.ebuild +++ b/app-office/scribus/scribus-1.4.2-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.2.ebuild,v 1.1 2013/01/21 16:39:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.2-r1.ebuild,v 1.2 2013/01/22 08:40:02 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE=tk inherit cmake-utils fdo-mime multilib python-single-r1 @@ -15,13 +16,14 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="cairo debug examples hunspell +minimal +pdf spell templates" +IUSE="aspell cairo +cups debug examples hunspell +minimal +pdf templates" # a=$(ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk '{print $2}'); echo ${a} IUSE_LINGUAS=" af ar bg br ca cs_CZ cy da_DK de de_1901 de_CH el en_AU en_GB en_US es_ES et eu fi fr gl hu id it ja ko lt_LT nb_NO nl pl_PL pt pt_BR ru sa sk_SK sl sq sr sv th_TH tr uk zh_CN zh_TW" IUSE+=" ${IUSE_LINGUAS// / linguas_}" COMMON_DEPEND=" + dev-python/imaging[tk,${PYTHON_USEDEP}] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 @@ -35,15 +37,19 @@ COMMON_DEPEND=" x11-libs/qt-core:4 x11-libs/qt-gui:4 virtual/jpeg - spell? ( app-text/aspell ) + cairo? ( x11-libs/cairo[X,svg] ) + cups? ( net-print/cups ) pdf? ( app-text/podofo ) - cairo? ( x11-libs/cairo[X,svg] )" + aspell? ( app-text/aspell ) + hunspell? ( app-text/hunspell )" RDEPEND="${COMMON_DEPEND} app-text/ghostscript-gpl" -DEPEND="${COMMON_DEPEND}" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-docs.patch + "${FILESDIR}"/${P}-cups.patch "${FILESDIR}"/${PN}-1.4.0-minizip.patch ) @@ -84,11 +90,13 @@ src_configure() { -DWANT_QT3SUPPORT=OFF -DGENTOOVERSION=${PVR} -DWANT_GUI_LANG=${langs#,} - $(cmake-utils_use_has spell ASPELL) + $(cmake-utils_use_has aspell ASPELL) $(cmake-utils_use_has pdf PODOFO) $(cmake-utils_use_want cairo) - $(cmake-utils_use_want minimal NOHEADERINSTALL) + $(cmake-utils_use_want cups CUPS) $(cmake-utils_use_want debug DEBUG) + $(cmake-utils_use_want minimal NOHEADERINSTALL) + $(cmake-utils_use_want hunspell HUNSPELL) ) use examples || mycmakeargs+=( -DWANT_NOEXAMPLES=ON) use templates || mycmakeargs+=( -DWANT_NOTEMPLATES=ON) diff --git a/app-portage/epkg/Manifest b/app-portage/epkg/Manifest index d389119529b9..4206ddb273ca 100644 --- a/app-portage/epkg/Manifest +++ b/app-portage/epkg/Manifest @@ -1,2 +1,2 @@ -DIST epkg-0.1.tar.gz 599 SHA256 2534959d9c6992b0387b2f2a60c794ac3892a55f9178c830c1e629190377ecc2 SHA512 0e03aeef88717822198ea9cbf5cf7be9d9943225a8ad57a4beb666a32966cc273518facd472add1dd492c664cc5959d89a8dfcbb691fcab6cf915df45a570982 WHIRLPOOL cc861c9ffe7ca0116673bb1744341521fca77ad40d71ec7bde1817d2001e8dce68a1be194b02026aef33bfbf22e2cc52a3e7789c61c67a0b7f2a4129fdf40d67 DIST epkg-0.2.tar.gz 702 SHA256 93e7171a31800e1e8c69f14fb43d1738e7fda595b4eab9a045374e28708af8f4 SHA512 bbb3579be7138dcaee177b31deea406c3775e9f9ca01b79704a0b13279a5ebc1eaa1f9bbf47067370332c58102acdbc0fab718923c34e4cfcb062ffff773b165 WHIRLPOOL 2bfd1982fb2422f410f5c2a202a144735baad8b0adbefb9d1b4830c775b0d842f27b970d213ad31ceec1041842e1499bf6230de048734cebd28ea7f1c7dc587e +DIST epkg-0.3.tar.gz 2926 SHA256 f996ab4aaa64c42d1e4635da46e65d57445d2f6c9a059e0b471dd140d5798b5e SHA512 2b815305c00b50a7a7e433345dd722591a1106edbf9b79715e70296489f4203fc1585a9abff826413d89ce8dde2680a78c375659fd1767e8c13e6fe1b48d4c40 WHIRLPOOL 5caba1df0fc8c1e7a79fa2cbb44e6245b32f0bfda2f5f27feec9e7e779bf047947e0adf9d10045f05cfaaa5b665be25595bce901b23bc7024df76ff496dfeaad diff --git a/app-portage/epkg/epkg-0.1.ebuild b/app-portage/epkg/epkg-0.3.ebuild similarity index 59% rename from app-portage/epkg/epkg-0.1.ebuild rename to app-portage/epkg/epkg-0.3.ebuild index 082bc99709e4..0953df907f85 100644 --- a/app-portage/epkg/epkg-0.1.ebuild +++ b/app-portage/epkg/epkg-0.3.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/epkg/epkg-0.1.ebuild,v 1.1 2012/05/20 18:40:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/epkg/epkg-0.3.ebuild,v 1.1 2013/01/22 05:13:52 jdhore Exp $ EAPI=4 DESCRIPTION="A simple portage wrapper which works like other package managers" HOMEPAGE="http://github.com/jdhore/epkg" -SRC_URI="mirror://github/jdhore/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/jdhore/${PN}/archive/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +S="${WORKDIR}/${PN}-${P}" DEPEND="" RDEPEND="app-portage/eix app-portage/gentoolkit @@ -20,4 +21,5 @@ RDEPEND="app-portage/eix src_install() { dobin epkg + doman doc/epkg.1 } diff --git a/dev-python/argh/Manifest b/dev-python/argh/Manifest index 29a55e3d51e5..892fbd4059de 100644 --- a/dev-python/argh/Manifest +++ b/dev-python/argh/Manifest @@ -2,3 +2,4 @@ DIST argh-0.15.1.tar.gz 14878 SHA256 8cca1201af8c15b7e77577ecddbca7cc867f943cb0b DIST argh-0.16.0.tar.gz 15441 SHA256 97588a444b2a44a48e6d37b98850bb1a86f9597d2a355f4bd4b89e6107f4b43f SHA512 82444d5823be14ec1219d801fbe9e49276a09bf15dd9b20e2eccb50defe1eef1e540ed97e26c5ecc091e30675a71742eb30a106677de5502861e8d50b1adb953 WHIRLPOOL cd6b8a81067d5f5d52ad3fd46a0d08426440a32d9a7b2d676a11c89edb1edddf3cee490f246c40a0efc8b5e06cc1a92227e76f3f5d936e4e987cd8106071a207 DIST argh-0.17.2.tar.gz 15750 SHA256 bcc8f0b7b2173abaa8558746a71910de2c718ef758f7f17742e884482ad436cf SHA512 63be5493f819399cfeb09755cf590d254d888b4b646aaa21b2ae247bf028e9f1feea30ecc61316d421706cdca9a68ae7e0fb283bc90504ed3dd621abaf50ee6a WHIRLPOOL da7f189c679aa68c7184ccadcca7f148e4a810ecd25208340bb6b9f20fc905c0be2354714a2284fe477d75145b30b3cfa293432a4d5a1554d68f6455bf5c35a5 DIST argh-0.21.1.tar.gz 24394 SHA256 e3500eb98e971c0b830930ac4fa2780bde6aa45e489bbf450cd4382e20c1b6e0 SHA512 9c2017d0f01f2b3439fb3cfb814fa153d34ab8bccb7619c80cf5ee19462c471c9a620520fed8299cc4f3e5f1133df12250ec0177c9504308768762b152d01e6c WHIRLPOOL 41aa3763e512aff349f877729c347cd57c0be65f556f8efc3ca1c687f11c3637305d6a69cb547550a9fd9fbf91f45192945e1646b164e26b6f6ef8cd14b5bd35 +DIST argh-0.22.0.tar.gz 25854 SHA256 ec529c44892a0aa180b2a820e643ae4d9d0a649f11991a14026b25df89cfcf7a SHA512 48c3ac9e95554fed0089d8108b503bfdf88ea628792279cc68675acc056fe8caba582f3e60af13a4fbf0347ffb0eb3401e9b54527c96077963e97c5e480eca8a WHIRLPOOL 8b352856c8790f564ea370f33e7d71daab465414c3240d0adef0dd18d8d3bc6383137dba7d35596f5964cf4dd73ad1baec4bb6f81198abf986a39f2e48e072c0 diff --git a/dev-python/argh/argh-0.22.0.ebuild b/dev-python/argh/argh-0.22.0.ebuild new file mode 100644 index 000000000000..77ebcd1af10e --- /dev/null +++ b/dev-python/argh/argh-0.22.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/argh/argh-0.22.0.ebuild,v 1.1 2013/01/22 06:07:06 patrick Exp $ + +EAPI=4 + +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.5 2.5-jython" +PYTHON_MODNAME="argh" + +inherit distutils eutils + +DESCRIPTION="A simple argparse wrapper." +HOMEPAGE="http://packages.python.org/argh/" +SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +LICENSE="LGPL-3" + +RDEPEND="" +DEPEND="" + diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest index ec420259e86e..dcea2d940e8b 100644 --- a/dev-python/celery/Manifest +++ b/dev-python/celery/Manifest @@ -1,3 +1,4 @@ DIST celery-3.0.11.tar.gz 1218453 SHA256 cf21361896a095bc602fe531b56fe6b58961233053fac43952abdeaa569e4951 SHA512 ddb2bddb6170670d6e95541c84ab5c7567f208ff347352e08303c309c4572baf4182f5220833fdae72f5cbe3b672d3e5373e9fc6d3250d7aaa5bf882f6f14abb WHIRLPOOL 09ec8aa9edc7d66ba21fd1ebba13177e9aaa9f2f822b9c7ae1dbcd0dd972cdb88c6e33f0b05692c34e85b9884499c98732e15bc10024a43a38094b797a1ac869 DIST celery-3.0.12.tar.gz 1218262 SHA256 716a465327ded5048893d518eafdade5eb09eb9d941e6efdbdaaac73b0251d3d SHA512 4ce7da636b52b0f87d46444c27ac1c6ba2e6afc1cd3378829e1a01c01f18adf6ed91e64e08ff19a52833071df58dbf6d452ffcfd008a4fe1ce57ccbff0bb0ed6 WHIRLPOOL 5d045eb19394d09b6816d60a745508565d75775b814225939ee9e252b0690cca2b4b73850a970ba98a6c3ad21bede1747d297b7a8e757bb0cb8d366ced275650 +DIST celery-3.0.13.tar.gz 1223019 SHA256 1a8d045c94bfda832db2afbc786e8c99ac0e094d6019a5d89c8adfe04f396d6a SHA512 20bfa638893497f1bbb29859fa0b6f488341aa07d0243da7a713642b9723825de7f747dca09d0f5544dddc7b9595775e947ce247d03204f4080be51d5e3a4955 WHIRLPOOL ac699c0900631138247fccf0de4f13ed8f508e3edb2c5fd01582d36e96ebbdb80bdd9fae00b9c2984f6088cf14cda30114335ebdc1afc5a8da3981a3e541bffe DIST celery-3.0.9.tar.gz 1213486 SHA256 5ca0156feb7de5fec47e0aa8e275039cb78e1f32842b59635c786a877e45b1de SHA512 df38f0cacec52bb146dbd538eef1cc548aca71e36c4db9f94ddc84bbc8dd226d89898a6ccbc3a2799afef2a8a1c79d2aca5591e6b4c7fa3b858983ce4058927c WHIRLPOOL e62f8e899b90d77297240433210cef129890b64dd27c1669d0ca95334c231d4f6bcc4bf3e842c1b27a41da9dbe8adb19113db9b86c6e50fb886a7deadff4319f diff --git a/dev-python/celery/celery-3.0.13.ebuild b/dev-python/celery/celery-3.0.13.ebuild new file mode 100644 index 000000000000..0ccf66522bb5 --- /dev/null +++ b/dev-python/celery/celery-3.0.13.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.13.ebuild,v 1.1 2013/01/22 06:53:41 patrick Exp $ + +EAPI="4" + +# Not broken but unsupported; dev-python/redis-py doesn't +# support python3 which is a dep in tests. pypy fails just 1 test +PYTHON_TESTS_RESTRICTED_ABIS="3.* 2.7-pypy-*" +PYTHON_DEPEND="*:2.7" +RESTRICT_PYTHON_ABIS="2.[5-6]" +SUPPORT_PYTHON_ABIS="1" +DISTUTILS_SRC_TEST="nosetests" + +inherit distutils eutils + +DESCRIPTION="Celery is an open source asynchronous task queue/job queue based on distributed message passing." +HOMEPAGE="http://celeryproject.org/ http://pypi.python.org/pypi/celery" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples sql test" + +# jython would need: threadpool, simplejson +# python2.5 would need: ordereddict, test? unittest2 +# python2.6 would need: multiprocessing, test? simplejson +RDEPEND=">=dev-python/kombu-2.4.7 + =dev-python/anyjson-0.3.3 + virtual/pyparsing + >=dev-python/billiard-2.7.3.17 + dev-python/pytz + " +DEPEND="${RDEPEND} + test? ( + dev-python/gevent + >=dev-python/mock-0.7.0 + virtual/python-unittest2 + dev-python/pyopenssl + dev-python/nose-cover3 + dev-python/sqlalchemy + dev-python/pymongo + dev-python/redis-py + dev-db/redis + ) + doc? ( + dev-python/docutils + dev-python/sphinx + dev-python/jinja + dev-python/sphinxcontrib-issuetracker + dev-python/sqlalchemy + ) + dev-python/setuptools" + +src_test() { + testing() { + nosetests --py3where build-${PYTHON_ABI}/lib/${PN}/tests + } + python_execute_function testing +} + +src_compile() { + distutils_src_compile + dodocs() { + echo "test $PYTHON_ABI" + if [[ "${PYTHON_ABI}" == "2.7" ]]; then + mkdir docs/.build || die + PYTHONPATH="${S}/doc:${S}/build-${PYTHON_ABI}"/lib emake -C docs html + fi + } + use doc && python_execute_function dodocs +} + +src_install() { + distutils_src_install --install-scripts="/usr/bin" + + # Main celeryd init.d and conf.d + newinitd "${FILESDIR}/celery.initd" celery + newconfd "${FILESDIR}/celery.confd" celery + + if use examples; then + insinto usr/share/doc/${P}/ + doins -r examples + fi + use doc && dohtml -r docs/.build/html/ +} diff --git a/dev-python/colander/Manifest b/dev-python/colander/Manifest index db0aac658fe2..e65e802348ad 100644 --- a/dev-python/colander/Manifest +++ b/dev-python/colander/Manifest @@ -1,3 +1,4 @@ DIST colander-0.9.7.tar.gz 78627 SHA256 0c696341a84476d59f554505afcc1ec3b9c428fcb78ef07ca9996588f57610f0 SHA512 c97617bc699c2add5037fae4679d93d1e950f2bd0ca62fd24ef6ce5e3200405bdf38de9d40977713f51d3790d6a35387de68c0372530ff18fb66bae2701aadcf WHIRLPOOL ef5e8edbeb99aab35e12e7877ac8697af0ad0d81eff4403f2a85269aadedc7e8c7b0171f9d28fa02581e5181d97cdc6ea2eaeededa8c7d0dfc59a90a0e2a3f20 DIST colander-0.9.8.tar.gz 81956 SHA256 cab9bb0180a68ceffa1273d2ae98864989a0e00611c24371a5ffac8ea8a0e5ec SHA512 48dc995a336dbcb6377038dbd9d9643031315f26b8a35657c3900914813f346da2076990c6a62338bc3e86e83ed829576f3dd50e9adceabd43f7cb7537acf664 WHIRLPOOL fd20290669e09a7097bd5243b5296ff537e74149364cdca55cbc8c0ce33bb042907b98d2eb6febf7fd45f80c440a6ac3f234522e25806d9870e4023d95586bb6 DIST colander-0.9.9.tar.gz 89432 SHA256 7802a2a73484ebb2b661491213a1ececbc4635d290be6df07879eb0a323b693a SHA512 47a0b751d14105702c65c1528492d167c2fd2b454c9d39ac2b1896e33a835fc5378a42c141cd6cca5daf401b7804117f35436e2b5fe801fa1974789b915187a2 WHIRLPOOL ceccc217f8189283925795ddb8b040a75cf8937c1d30f1fb9283462d31e64ed4c2957e81a75e0fb619f09e9cb05719870a5ebf7d73c295cd142633c1f9c175b4 +DIST colander-1.0a1.tar.gz 104663 SHA256 03bb46587e35bf5d352ec2e3f12b8e7bb2f5d8b1ce035773c7edab42a15843c3 SHA512 6a904b8f27100d557abeeb50a85148e84d5d6229736788e80279688928cac12e9c5a699f3d95a6a90e7251f0a385878f23426fb2469e085ce25287d159df1227 WHIRLPOOL f7aa0707dbb34f119824f2128fe48e9b9576e4434a5b2e71b8005f5b3c58c7627273e03efb8f700f7b884b98b00bf2f0ae9ddc531b962e36dda875a1226a8e7a diff --git a/dev-python/colander/colander-1.0_alpha1.ebuild b/dev-python/colander/colander-1.0_alpha1.ebuild new file mode 100644 index 000000000000..9e6fa105fa0e --- /dev/null +++ b/dev-python/colander/colander-1.0_alpha1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/colander/colander-1.0_alpha1.ebuild,v 1.1 2013/01/22 07:01:30 patrick Exp $ + +EAPI=4 + +SUPPORT_PYTHON_ABIS=1 +PYTHON_DEPEND="2:2.6 3:3.2" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 3.1" +DISTUTILS_SRC_TEST=nosetests + +inherit distutils + +DESCRIPTION="A simple schema-based serialization and deserialization library" +HOMEPAGE="http://docs.pylonsproject.org/projects/colander/en/latest/ http://pypi.python.org/pypi/colander" +MY_P=${P/_alpha1/a1} +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" + +S="${WORKDIR}/${MY_P}" + +# MIT license is used by included (modified) iso8601.py code. +LICENSE="repoze MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +# Depend on an ebuild of translationstring with Python 3 support. +RDEPEND=">=dev-python/translationstring-1.1" + +DEPEND="${RDEPEND} + dev-python/setuptools + doc? ( dev-python/sphinx )" + +# Include COPYRIGHT.txt because the license seems to require it. +DOCS="CHANGES.txt COPYRIGHT.txt README.txt" + +src_prepare() { + distutils_src_prepare + + # Remove pylons theme since it's not included in source + sed -e "/# Add and use Pylons theme/,+37d" -i docs/conf.py || die +} + +src_compile() { + distutils_src_compile + + if use doc; then + # https://github.com/Pylons/colander/issues/38 + PYTHONPATH="." emake -C docs html SPHINXOPTS="" + fi +} + +src_install() { + distutils_src_install + + if use doc; then + dohtml -r docs/_build/html/ + fi +} diff --git a/dev-python/deform/Manifest b/dev-python/deform/Manifest index 8b7eb24237e9..5b2089a36672 100644 --- a/dev-python/deform/Manifest +++ b/dev-python/deform/Manifest @@ -2,3 +2,4 @@ DIST deform-0.9.2.tar.gz 645413 SHA256 51ce06ca2f9bad84225065875fbfc64b3e9d08d13 DIST deform-0.9.3.tar.gz 645749 SHA256 03241bfebf6a9987546ff735d86cd4d9155238411adb0347fce66f9684ed7d90 SHA512 6a14ad12ead4849045b20d3a4657d7407d6751ca731b212ccbee477f4bd00991a3be661da4b6c209489964e1b34278dbcf4f0962149ff00fcce8516200817e35 WHIRLPOOL 92a32921e0fcaa66806c4dfefc85bdacde2fbb331f8826b0a24bfbba2899f6467c99a25fe049776e62acd2c15188fe9ccae09152935b34095256c8307ec317f2 DIST deform-0.9.4.tar.gz 654093 SHA256 d78f5dacf543d47fd22b88b50fb1829b3f4107b3c49d272834e6f405e2325358 SHA512 2342569442767ea353b363fa226fbe8e75147cc67f271654c105858f428a14db2059f7e8b194a90b2d07fe974afeff978d6da2078ad157477c4b7eb32dba30b5 WHIRLPOOL e2f492022bc42e57f3895f94bcbfe720dbcbe95a257326aca9b0c2e9fd31d4947945229903b299a465353461ad28cfba418325945eee41a433ad9b7c47f458b0 DIST deform-0.9.5.tar.gz 1318541 SHA256 0cd23a9293f5a785d8b7537e1d256e3851f7eaf4ff091cf9994005ae4ec87b79 SHA512 90e4a3261dbeb4ebfac4915410198427c62ea989eef29adad84a19b09ec1ef2b3797f24b039a911c6c1d42b00350adf9662900738132249fff612c714542de08 WHIRLPOOL 4e8dc2555ce17ff8fdced735f2656b84987553d8c28c67d2519fe5ca008190c82bcd404dc76bc7717962d0c2ce511d043cfb29dc41feb635d0741c9cc4ee65be +DIST deform-0.9.6.tar.gz 1334301 SHA256 3405b35e6b77a4d2acc3f213d65d9688ec6bb64a8d8ef070ccd55ffec576ef02 SHA512 eabf2d89aa56524f00e9fbc296714f26f64232477791deac57466db5a38d0e4cfceaab4509d9024b222f620f7d6e5bb34d2892290b139d30f350de79fce77e8f WHIRLPOOL 28370ab36f68a4ed54ec90bbc57376fe25c246860b93571c6b1831769d3127ff51049816728ed36bbdc93cab911b426cfc396aed2ace15d6b0fc9ff1005218b1 diff --git a/dev-python/deform/deform-0.9.6.ebuild b/dev-python/deform/deform-0.9.6.ebuild new file mode 100644 index 000000000000..fbbc1703cd01 --- /dev/null +++ b/dev-python/deform/deform-0.9.6.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/deform/deform-0.9.6.ebuild,v 1.1 2013/01/22 07:02:44 patrick Exp $ + +EAPI="3" + +SUPPORT_PYTHON_ABIS=1 +PYTHON_DEPEND="2:2.6 3:3.2" +RESTRICT_PYTHON_ABIS="2.5 3.0 3.1" +DISTUTILS_SRC_TEST="setup.py" + +inherit distutils + +DESCRIPTION="Another form generation library" +HOMEPAGE="http://docs.pylonsproject.org/projects/deform/en/latest/ http://pypi.python.org/pypi/deform https://github.com/Pylons/deform" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="repoze" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# Depend on peppercorn, translationstring and colander with Python 3 support +RDEPEND=">=dev-python/translationstring-1.1 + >=dev-python/colander-1.0_alpha1 + >=dev-python/peppercorn-0.4 + >=dev-python/chameleon-1.2.3" +DEPEND="${RDEPEND} + test? ( dev-python/beautifulsoup:4 )" + +# Include COPYRIGHT.txt because the license seems to require it. +DOCS="CHANGES.txt COPYRIGHT.txt README.txt" + +src_install() { + distutils_src_install + + # Install only the .rst source, as sphinx processing requires + # a theme only available from git that contains hardcoded + # references to files on https://static.pylonsproject.org/ (so + # the docs would not actually work offline). Install the + # source, which is somewhat readable. + docinto docs + dodoc docs/*.rst || die +} diff --git a/dev-python/fabric/Manifest b/dev-python/fabric/Manifest index da6647ee88fa..96f603550297 100644 --- a/dev-python/fabric/Manifest +++ b/dev-python/fabric/Manifest @@ -5,4 +5,5 @@ DIST Fabric-1.4.1.tar.gz 181048 SHA256 3f08cee87cd69c6ef3f79b0051bb2cf4a2346986f DIST Fabric-1.4.3.tar.gz 221645 SHA256 e81c7d510ff8d9334d0fd8993c931e3ee759883d00cf29d1eecd4c6ca6d82029 SHA512 9d67d0417a81a07ef32c39a38239bddd6a68ac07d967d910cb5a6238e3de863a533aabcf18b00cd767128a33a98368ec6953346749069ada7eeef73e76a18cc8 WHIRLPOOL 9905775727ee28fb729170fbbc0a93e846e52c3240f056f028ef9d4af9f5477d8394d141f4b9c10bbda6e8a2c3585ed9b464e598f126650f8446c4e669128587 DIST Fabric-1.5.0.tar.gz 208678 SHA256 cddd0209dd9ff787dfdd7add752ae4adec8510b5c77e2dd0b53315eb279af6bb SHA512 bbbe0b9d819e68a7ba16a2d1a6ce95360e8ed92430ba01df239ac0e00af9af552a0f09d048ea191f632214557ce477b64cb44dd27633827809dbda8813070c18 WHIRLPOOL 6c7d097564c1c3ecac25594e38bd8527e2ca56fa1411f2d135d2c6d51cb18e0b73f1668642b25a8ef224cf564bc6d59dfa39a4814b02db5d4da8eea90ad371b2 DIST Fabric-1.5.1.tar.gz 209128 SHA256 81b67886b539ecaa952925e2c821eff3bf95e26ae0c70d5058d3b67fc400367e SHA512 fc036d2e354189c26abe00b75ba016142d5aa8da2c523d02e2054da16e28d6fcba3f702379a68f5552ba7a26b6d48bc84fec4359b511b6769779b1488d8ee10a WHIRLPOOL 64824048530f9b85ea27ed4b24195b8bb8944eb7dbd2692f95f2afc8c70289bba8c03e2127346e8ca509daf5471e4f64328ef84350d976ebc2f6ae8acf2e506a +DIST Fabric-1.5.2.tar.gz 211449 SHA256 bf3a942f22a1f7926ada9690375335756849e5a555b608bda63f7bf421be5726 SHA512 37c30625772e8beea3b1d740612e7232d95238f0bb7b3ddfe32dfb5b6fe416ea7b076ec9360608801425ad40ad0932c3d3884fdc0f145c62469c2c5626390cc1 WHIRLPOOL 64a699fc4e66aa59a0c8bfd52ad943e5ca372b1d627dab48752bc367e63724d07e9c4addf35c3be977f0a20090f3e2a01ea1eddd97e5ed41aa42ab9d6c358562 DIST fabric-1.4.2.tar.gz 194062 SHA256 a2052fefd10b7f433b9598a409b19eb6581656807a7a02fbaf94b6b61e7173a2 SHA512 de448ea3029998d1040bf02f07a36e9183b5c87fbe2dd9f217e19034f762b7b6d821d95c4f1fd3b2f5e1955adcaced880c3eaba5d85f91ff3e5ef4a7aeee4d4a WHIRLPOOL 9af535af3ad227ad3cfacd35ba6b4ff82efc879f4a8fe327f62d2c9f99b4911db95c026c06e1ac1b4c54730ca4dbaa274a459a3ed9ab2f7ca0f63297f3a07ad2 diff --git a/dev-python/fabric/fabric-1.5.2.ebuild b/dev-python/fabric/fabric-1.5.2.ebuild new file mode 100644 index 000000000000..acaa5fff2174 --- /dev/null +++ b/dev-python/fabric/fabric-1.5.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.5.2.ebuild,v 1.1 2013/01/22 07:09:21 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="2:2.5" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.* *-jython *-pypy-*" +DISTUTILS_SRC_TEST="nosetests" + +# Requires multiprocessing package from py2.6+ +PYTHON_TESTS_RESTRICTED_ABIS="2.5" + +inherit distutils + +MY_PN="Fabric" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Fabric is a simple, Pythonic tool for remote execution and deployment." +HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="dev-python/paramiko" +DEPEND="${RDEPEND} + dev-python/setuptools + doc? ( dev-python/sphinx ) + test? ( =dev-ruby/childprocess-0.2.5 - >=dev-ruby/multi_json-1.0.4 - dev-ruby/rubyzip" - -all_ruby_prepare() { - # Make websocket a development dependency since it is only needed - # for the safari driver which we don't support on Gentoo. - sed -i -e '/libwebsocket/,/version_requirements/ s/runtime/development/' ../metadata || die -} diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-2.25.0.ebuild b/dev-ruby/selenium-webdriver/selenium-webdriver-2.29.0.ebuild similarity index 91% rename from dev-ruby/selenium-webdriver/selenium-webdriver-2.25.0.ebuild rename to dev-ruby/selenium-webdriver/selenium-webdriver-2.29.0.ebuild index 7c2a5fd16a53..151dcabd6ac9 100644 --- a/dev-ruby/selenium-webdriver/selenium-webdriver-2.25.0.ebuild +++ b/dev-ruby/selenium-webdriver/selenium-webdriver-2.29.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/selenium-webdriver-2.25.0.ebuild,v 1.1 2012/07/20 05:43:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/selenium-webdriver-2.29.0.ebuild,v 1.1 2013/01/22 06:40:10 graaff Exp $ -EAPI=4 +EAPI=5 USE_RUBY="ruby18 ruby19 ree18" # NOTE: this package contains precompiled code. It appears that all diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index c6b1a012512c..c06ac199cb99 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.77 2012/09/09 07:03:28 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.81 2013/01/22 07:29:02 vapier Exp $ # @ECLASS: cvs.eclass # @MAINTAINER: @@ -13,6 +13,9 @@ # cvs_src_unpack. If you find that you need to call the cvs_* functions # directly, I'd be interested to hear about it. +if [[ ${___ECLASS_ONCE_CVS} != "recur -_+^+_- spank" ]] ; then +___ECLASS_ONCE_CVS="recur -_+^+_- spank" + inherit eutils # TODO: @@ -90,7 +93,7 @@ inherit eutils # @ECLASS-VARIABLE: ECVS_TOP_DIR # @DESCRIPTION: # The directory under which CVS modules are checked out. -[ -z "$ECVS_TOP_DIR" ] && ECVS_TOP_DIR="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/cvs-src" +: ${ECVS_TOP_DIR:="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/cvs-src"} # @ECLASS-VARIABLE: ECVS_SERVER # @DESCRIPTION: @@ -103,7 +106,7 @@ inherit eutils # # Set this to "offline" to disable fetching (i.e. to assume the module # is already checked out in ECVS_TOP_DIR). -[ -z "$ECVS_SERVER" ] && ECVS_SERVER="offline" +: ${ECVS_SERVER:="offline"} # @ECLASS-VARIABLE: ECVS_MODULE # @REQUIRED @@ -112,8 +115,13 @@ inherit eutils # # This must be set when cvs_src_unpack is called. This can include # several directory levels, i.e. "foo/bar/baz" +#[[ -z ${ECVS_MODULE} ]] && die "$ECLASS: error: ECVS_MODULE not set, cannot continue" -#[ -z "$ECVS_MODULE" ] && die "$ECLASS: error: ECVS_MODULE not set, cannot continue" +# @ECLASS-VARIABLE: ECVS_DATE +# @DEFAULT_UNSET +# @DESCRIPTION: +# The date of the checkout. See the -D date_spec option in the cvs +# man page for more details. # @ECLASS-VARIABLE: ECVS_BRANCH # @DEFAULT_UNSET @@ -122,8 +130,7 @@ inherit eutils # # The default is "HEAD". The following default _will_ reset your # branch checkout to head if used. - -#[ -z "$ECVS_BRANCH" ] && ECVS_BRANCH="HEAD" +#: ${ECVS_BRANCH:="HEAD"} # @ECLASS-VARIABLE: ECVS_AUTH # @DESCRIPTION: @@ -140,17 +147,17 @@ inherit eutils # e.g. # "cvs -danoncvs@savannah.gnu.org:/cvsroot/backbone co System" # ( from gnustep-apps/textedit ) -[ -z "$ECVS_AUTH" ] && ECVS_AUTH="pserver" +: ${ECVS_AUTH:="pserver"} # @ECLASS-VARIABLE: ECVS_USER # @DESCRIPTION: # Username to use for authentication on the remote server. -[ -z "$ECVS_USER" ] && ECVS_USER="anonymous" +: ${ECVS_USER:="anonymous"} # @ECLASS-VARIABLE: ECVS_PASS +# @DEFAULT_UNSET # @DESCRIPTION: # Password to use for authentication on the remote server -[ -z "$ECVS_PASS" ] && ECVS_PASS="" # @ECLASS-VARIABLE: ECVS_SSH_HOST_KEY # @DEFAULT_UNSET @@ -175,25 +182,22 @@ inherit eutils # b0rked and wouldn't work with portage userpriv anyway without # special magic. -# [ -z "$ECVS_RUNAS" ] && ECVS_RUNAS="`whoami`" - -# ECVS_SUBDIR -- deprecated, do not use -[ -n "$ECVS_SUBDIR" ] && die "ERROR: deprecated ECVS_SUBDIR defined. Please fix this ebuild." +# : ${ECVS_RUNAS:=$(whoami)} # add cvs to deps # ssh is used for ext auth # sudo is used to run as a specified user DEPEND="dev-vcs/cvs" -[ -n "$ECVS_RUNAS" ] && DEPEND="$DEPEND app-admin/sudo" +[[ -n ${ECVS_RUNAS} ]] && DEPEND+=" app-admin/sudo" -if [ "$ECVS_AUTH" == "ext" ]; then +if [[ ${ECVS_AUTH} == "ext" ]] ; then #default to ssh - [ -z "$CVS_RSH" ] && export CVS_RSH="ssh" - if [ "$CVS_RSH" != "ssh" ]; then + [[ -z ${CVS_RSH} ]] && export CVS_RSH="ssh" + if [[ ${CVS_RSH} != "ssh" ]] ; then die "Support for ext auth with clients other than ssh has not been implemented yet" fi - DEPEND="${DEPEND} net-misc/openssh" + DEPEND+=" net-misc/openssh" fi # called from cvs_src_unpack @@ -202,11 +206,11 @@ cvs_fetch() { # Make these options local variables so that the global values are # not affected by modifications in this function. - local ECVS_COMMAND="${ECVS_COMMAND}" - local ECVS_UP_OPTS="${ECVS_UP_OPTS}" - local ECVS_CO_OPTS="${ECVS_CO_OPTS}" + local ECVS_COMMAND=${ECVS_COMMAND} + local ECVS_UP_OPTS=${ECVS_UP_OPTS} + local ECVS_CO_OPTS=${ECVS_CO_OPTS} - debug-print-function $FUNCNAME $* + debug-print-function ${FUNCNAME} "$@" # Update variables that are modified by ebuild parameters, which # should be effective every time cvs_fetch is called, and not just @@ -214,9 +218,9 @@ cvs_fetch() { # Handle parameter for local (non-recursive) fetching - if [ -n "$ECVS_LOCAL" ]; then - ECVS_UP_OPTS="$ECVS_UP_OPTS -l" - ECVS_CO_OPTS="$ECVS_CO_OPTS -l" + if [[ -n ${ECVS_LOCAL} ]] ; then + ECVS_UP_OPTS+=" -l" + ECVS_CO_OPTS+=" -l" fi # Handle ECVS_BRANCH option @@ -224,38 +228,40 @@ cvs_fetch() { # Because CVS auto-switches branches, we just have to pass the # correct -rBRANCH option when updating. - if [ -n "$ECVS_BRANCH" ]; then - ECVS_UP_OPTS="$ECVS_UP_OPTS -r$ECVS_BRANCH" - ECVS_CO_OPTS="$ECVS_CO_OPTS -r$ECVS_BRANCH" + if [[ -n ${ECVS_BRANCH} ]] ; then + ECVS_UP_OPTS+=" -r${ECVS_BRANCH}" + ECVS_CO_OPTS+=" -r${ECVS_BRANCH}" fi # Handle ECVS_LOCALNAME, which specifies the local directory name # to use. Note that the -d command option is not equivalent to # the global -d option. - if [ "$ECVS_LOCALNAME" != "$ECVS_MODULE" ]; then - ECVS_CO_OPTS="$ECVS_CO_OPTS -d $ECVS_LOCALNAME" + if [[ ${ECVS_LOCALNAME} != "${ECVS_MODULE}" ]] ; then + ECVS_CO_OPTS+=" -d ${ECVS_LOCALNAME}" fi - - if [ -n "$ECVS_CLEAN" ]; then - ECVS_UP_OPTS="$ECVS_UP_OPTS -C" + if [[ -n ${ECVS_CLEAN} ]] ; then + ECVS_UP_OPTS+=" -C" fi + if [[ -n ${ECVS_DATE} ]] ; then + ECVS_CO_OPTS+=" -D ${ECVS_DATE}" + ECVS_UP_OPTS+=" -D ${ECVS_DATE}" + fi # It would be easiest to always be in "run-as mode", logic-wise, # if sudo didn't ask for a password even when sudo'ing to `whoami`. - if [ -z "$ECVS_RUNAS" ]; then + if [[ -z ${ECVS_RUNAS} ]] ; then run="" else - run="sudo -u $ECVS_RUNAS" + run="sudo -u ${ECVS_RUNAS}" fi # Create the top dir if needed - if [ ! -d "$ECVS_TOP_DIR" ]; then - + if [[ ! -d ${ECVS_TOP_DIR} ]] ; then # Note that the addwrite statements in this block are only # there to allow creating ECVS_TOP_DIR; we allow writing # inside it separately. @@ -265,67 +271,64 @@ cvs_fetch() { # real path and not a symlink for things to work (so we can't # just remove the last path element in the string) - debug-print "$FUNCNAME: checkout mode. creating cvs directory" + debug-print "${FUNCNAME}: checkout mode. creating cvs directory" addwrite /foobar addwrite / - $run mkdir -p "/$ECVS_TOP_DIR" + ${run} mkdir -p "/${ECVS_TOP_DIR}" export SANDBOX_WRITE="${SANDBOX_WRITE//:\/foobar:\/}" fi # In case ECVS_TOP_DIR is a symlink to a dir, get the real path, # otherwise addwrite() doesn't work. - cd -P "$ECVS_TOP_DIR" > /dev/null - ECVS_TOP_DIR="`/bin/pwd`" + cd -P "${ECVS_TOP_DIR}" >/dev/null + ECVS_TOP_DIR=$(pwd) # Disable the sandbox for this dir - addwrite "$ECVS_TOP_DIR" + addwrite "${ECVS_TOP_DIR}" # Chown the directory and all of its contents - if [ -n "$ECVS_RUNAS" ]; then - $run chown -R "$ECVS_RUNAS" "/$ECVS_TOP_DIR" + if [[ -n ${ECVS_RUNAS} ]] ; then + ${run} chown -R "${ECVS_RUNAS}" "/${ECVS_TOP_DIR}" fi # Determine the CVS command mode (checkout or update) - if [ ! -d "$ECVS_TOP_DIR/$ECVS_LOCALNAME/CVS" ]; then + if [[ ! -d ${ECVS_TOP_DIR}/${ECVS_LOCALNAME}/CVS ]] ; then mode=checkout else mode=update fi - # Our server string (i.e. CVSROOT) without the password so it can # be put in Root - if [ "$ECVS_AUTH" == "no" ] - then + if [[ ${ECVS_AUTH} == "no" ]] ; then local server="${ECVS_USER}@${ECVS_SERVER}" else local connection="${ECVS_AUTH}" - [[ -n ${ECVS_PROXY} ]] && connection="${connection};proxy=${ECVS_PROXY}" - [[ -n ${ECVS_PROXY_PORT} ]] && connection="${connection};proxyport=${ECVS_PROXY_PORT}" + [[ -n ${ECVS_PROXY} ]] && connection+=";proxy=${ECVS_PROXY}" + [[ -n ${ECVS_PROXY_PORT} ]] && connection+=";proxyport=${ECVS_PROXY_PORT}" local server=":${connection}:${ECVS_USER}@${ECVS_SERVER}" fi # Switch servers automagically if needed - if [ "$mode" == "update" ]; then - cd /$ECVS_TOP_DIR/$ECVS_LOCALNAME - local oldserver="`$run cat CVS/Root`" - if [ "$server" != "$oldserver" ]; then - - einfo "Changing the CVS server from $oldserver to $server:" - debug-print "$FUNCNAME: Changing the CVS server from $oldserver to $server:" + if [[ ${mode} == "update" ]] ; then + cd "/${ECVS_TOP_DIR}/${ECVS_LOCALNAME}" + local oldserver=$(${run} cat CVS/Root) + if [[ ${server} != "${oldserver}" ]] ; then + einfo "Changing the CVS server from ${oldserver} to ${server}:" + debug-print "${FUNCNAME}: Changing the CVS server from ${oldserver} to ${server}:" einfo "Searching for CVS directories ..." - local cvsdirs="`$run find . -iname CVS -print`" - debug-print "$FUNCNAME: CVS directories found:" - debug-print "$cvsdirs" + local cvsdirs=$(${run} find . -iname CVS -print) + debug-print "${FUNCNAME}: CVS directories found:" + debug-print "${cvsdirs}" einfo "Modifying CVS directories ..." - for x in $cvsdirs; do - debug-print "In $x" - $run echo "$server" > "$x/Root" + local x + for x in ${cvsdirs} ; do + debug-print "In ${x}" + ${run} echo "${server}" > "${x}/Root" done - fi fi @@ -333,8 +336,8 @@ cvs_fetch() { # mess with ~/.cvspass touch "${T}/cvspass" export CVS_PASSFILE="${T}/cvspass" - if [ -n "$ECVS_RUNAS" ]; then - chown "$ECVS_RUNAS" "${T}/cvspass" + if [[ -n ${ECVS_RUNAS} ]] ; then + chown "${ECVS_RUNAS}" "${T}/cvspass" fi # The server string with the password in it, for login @@ -342,8 +345,7 @@ cvs_fetch() { # Ditto without the password, for checkout/update after login, so # that the CVS/Root files don't contain the password in plaintext - if [ "$ECVS_AUTH" == "no" ] - then + if [[ ${ECVS_AUTH} == "no" ]] ; then cvsroot_nopass="${ECVS_USER}@${ECVS_SERVER}" else cvsroot_nopass=":${ECVS_AUTH}:${ECVS_USER}@${ECVS_SERVER}" @@ -357,37 +359,35 @@ cvs_fetch() { # Execute commands cd "${ECVS_TOP_DIR}" - if [ "${ECVS_AUTH}" == "pserver" ]; then - einfo "Running $cmdlogin" - eval $cmdlogin || die "cvs login command failed" - if [ "${mode}" == "update" ]; then - einfo "Running $cmdupdate" - eval $cmdupdate || die "cvs update command failed" - elif [ "${mode}" == "checkout" ]; then - einfo "Running $cmdcheckout" - eval $cmdcheckout|| die "cvs checkout command failed" + if [[ ${ECVS_AUTH} == "pserver" ]] ; then + einfo "Running ${cmdlogin}" + eval ${cmdlogin} || die "cvs login command failed" + if [[ ${mode} == "update" ]] ; then + einfo "Running ${cmdupdate}" + eval ${cmdupdate} || die "cvs update command failed" + elif [[ ${mode} == "checkout" ]] ; then + einfo "Running ${cmdcheckout}" + eval ${cmdcheckout} || die "cvs checkout command failed" fi - elif [ "${ECVS_AUTH}" == "ext" ] || [ "${ECVS_AUTH}" == "no" ]; then - + elif [[ ${ECVS_AUTH} == "ext" || ${ECVS_AUTH} == "no" ]] ; then # Hack to support SSH password authentication # Backup environment variable values local CVS_ECLASS_ORIG_CVS_RSH="${CVS_RSH}" - if [ "${SSH_ASKPASS+set}" == "set" ]; then + if [[ ${SSH_ASKPASS+set} == "set" ]] ; then local CVS_ECLASS_ORIG_SSH_ASKPASS="${SSH_ASKPASS}" else unset CVS_ECLASS_ORIG_SSH_ASKPASS fi - if [ "${DISPLAY+set}" == "set" ]; then + if [[ ${DISPLAY+set} == "set" ]] ; then local CVS_ECLASS_ORIG_DISPLAY="${DISPLAY}" else unset CVS_ECLASS_ORIG_DISPLAY fi - if [ "${CVS_RSH}" == "ssh" ]; then - + if [[ ${CVS_RSH} == "ssh" ]] ; then # Force SSH to use SSH_ASKPASS by creating python wrapper export CVS_RSH="${T}/cvs_sshwrapper" @@ -422,7 +422,7 @@ EOF echo "newarglist.insert(1, '-oUserKnownHostsFile=${CVS_ECLASS_KNOWN_HOSTS}')" \ >> "${CVS_RSH}" - if [ -z "${ECVS_SSH_HOST_KEY}" ]; then + if [[ -z ${ECVS_SSH_HOST_KEY} ]] ; then ewarn "Warning: The SSH host key of the remote server will not be verified." einfo "A temporary known hosts list will be used." local CVS_ECLASS_STRICT_HOST_CHECKING="no" @@ -444,40 +444,39 @@ EOF # Make sure DISPLAY is set (SSH will not use SSH_ASKPASS # if DISPLAY is not set) - [ -z "${DISPLAY}" ] && DISPLAY="DISPLAY" + : ${DISPLAY:="DISPLAY"} export DISPLAY - # Create a dummy executable to echo $ECVS_PASS + # Create a dummy executable to echo ${ECVS_PASS} export SSH_ASKPASS="${T}/cvs_sshechopass" - if [ "${ECVS_AUTH}" != "no" ]; then - echo -en "#!/bin/bash\necho \"$ECVS_PASS\"\n" \ + if [[ ${ECVS_AUTH} != "no" ]] ; then + echo -en "#!/bin/bash\necho \"${ECVS_PASS}\"\n" \ > "${SSH_ASKPASS}" else echo -en "#!/bin/bash\nreturn\n" \ > "${SSH_ASKPASS}" - fi chmod a+x "${SSH_ASKPASS}" fi - if [ "${mode}" == "update" ]; then - einfo "Running $cmdupdate" - eval $cmdupdate || die "cvs update command failed" - elif [ "${mode}" == "checkout" ]; then - einfo "Running $cmdcheckout" - eval $cmdcheckout|| die "cvs checkout command failed" + if [[ ${mode} == "update" ]] ; then + einfo "Running ${cmdupdate}" + eval ${cmdupdate} || die "cvs update command failed" + elif [[ ${mode} == "checkout" ]] ; then + einfo "Running ${cmdcheckout}" + eval ${cmdcheckout} || die "cvs checkout command failed" fi # Restore environment variable values export CVS_RSH="${CVS_ECLASS_ORIG_CVS_RSH}" - if [ "${CVS_ECLASS_ORIG_SSH_ASKPASS+set}" == "set" ]; then + if [[ ${CVS_ECLASS_ORIG_SSH_ASKPASS+set} == "set" ]] ; then export SSH_ASKPASS="${CVS_ECLASS_ORIG_SSH_ASKPASS}" else unset SSH_ASKPASS fi - if [ "${CVS_ECLASS_ORIG_DISPLAY+set}" == "set" ]; then + if [[ ${CVS_ECLASS_ORIG_DISPLAY+set} == "set" ]] ; then export DISPLAY="${CVS_ECLASS_ORIG_DISPLAY}" else unset DISPLAY @@ -486,8 +485,8 @@ EOF # Restore ownership. Not sure why this is needed, but someone # added it in the orig ECVS_RUNAS stuff. - if [ -n "$ECVS_RUNAS" ]; then - chown `whoami` "${T}/cvspass" + if [[ -n ${ECVS_RUNAS} ]] ; then + chown $(whoami) "${T}/cvspass" fi } @@ -497,76 +496,77 @@ EOF # The cvs src_unpack function, which will be exported cvs_src_unpack() { - debug-print-function $FUNCNAME $* + debug-print-function ${FUNCNAME} "$@" - debug-print "$FUNCNAME: init: - ECVS_CVS_COMMAND=$ECVS_CVS_COMMAND - ECVS_UP_OPTS=$ECVS_UP_OPTS - ECVS_CO_OPTS=$ECVS_CO_OPTS - ECVS_TOP_DIR=$ECVS_TOP_DIR - ECVS_SERVER=$ECVS_SERVER - ECVS_USER=$ECVS_USER - ECVS_PASS=$ECVS_PASS - ECVS_MODULE=$ECVS_MODULE - ECVS_LOCAL=$ECVS_LOCAL - ECVS_RUNAS=$ECVS_RUNAS - ECVS_LOCALNAME=$ECVS_LOCALNAME" + debug-print "${FUNCNAME}: init: + ECVS_CVS_COMMAND=${ECVS_CVS_COMMAND} + ECVS_UP_OPTS=${ECVS_UP_OPTS} + ECVS_CO_OPTS=${ECVS_CO_OPTS} + ECVS_TOP_DIR=${ECVS_TOP_DIR} + ECVS_SERVER=${ECVS_SERVER} + ECVS_USER=${ECVS_USER} + ECVS_PASS=${ECVS_PASS} + ECVS_MODULE=${ECVS_MODULE} + ECVS_LOCAL=${ECVS_LOCAL} + ECVS_RUNAS=${ECVS_RUNAS} + ECVS_LOCALNAME=${ECVS_LOCALNAME}" - [ -z "$ECVS_MODULE" ] && die "ERROR: CVS module not set, cannot continue." + [[ -z ${ECVS_MODULE} ]] && die "ERROR: CVS module not set, cannot continue." - local ECVS_LOCALNAME="${ECVS_LOCALNAME}" - - if [ -z "$ECVS_LOCALNAME" ]; then - ECVS_LOCALNAME="$ECVS_MODULE" - fi + local ECVS_LOCALNAME=${ECVS_LOCALNAME:-${ECVS_MODULE}} local sanitized_pn=$(echo "${PN}" | LC_ALL=C sed -e 's:[^A-Za-z0-9_]:_:g') local offline_pkg_var="ECVS_OFFLINE_${sanitized_pn}" - if [[ -n ${!offline_pkg_var}${ECVS_OFFLINE} ]] || [[ "$ECVS_SERVER" == "offline" ]] ; then + if [[ -n ${!offline_pkg_var}${ECVS_OFFLINE} ]] || [[ ${ECVS_SERVER} == "offline" ]] ; then # We're not required to fetch anything; the module already # exists and shouldn't be updated. - if [ -d "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}" ]; then - debug-print "$FUNCNAME: offline mode" + if [[ -d ${ECVS_TOP_DIR}/${ECVS_LOCALNAME} ]] ; then + debug-print "${FUNCNAME}: offline mode" else - debug-print "$FUNCNAME: Offline mode specified but directory ${ECVS_TOP_DIR}/${ECVS_LOCALNAME} not found, exiting with error" + debug-print "${FUNCNAME}: Offline mode specified but directory ${ECVS_TOP_DIR}/${ECVS_LOCALNAME} not found, exiting with error" die "ERROR: Offline mode specified, but directory ${ECVS_TOP_DIR}/${ECVS_LOCALNAME} not found. Aborting." fi - elif [ -n "$ECVS_SERVER" ]; then # ECVS_SERVER!=offline --> real fetching mode - einfo "Fetching CVS module $ECVS_MODULE into $ECVS_TOP_DIR ..." + elif [[ -n ${ECVS_SERVER} ]] ; then # ECVS_SERVER!=offline --> real fetching mode + einfo "Fetching CVS module ${ECVS_MODULE} into ${ECVS_TOP_DIR} ..." cvs_fetch else # ECVS_SERVER not set die "ERROR: CVS server not specified, cannot continue." fi - einfo "Copying $ECVS_MODULE from $ECVS_TOP_DIR ..." - debug-print "Copying module $ECVS_MODULE local_mode=$ECVS_LOCAL from $ECVS_TOP_DIR ..." + einfo "Copying ${ECVS_MODULE} from ${ECVS_TOP_DIR} ..." + debug-print "Copying module ${ECVS_MODULE} local_mode=${ECVS_LOCAL} from ${ECVS_TOP_DIR} ..." # This is probably redundant, but best to make sure. - mkdir -p "$WORKDIR/$ECVS_LOCALNAME" + mkdir -p "${WORKDIR}/${ECVS_LOCALNAME}" - if [ -n "$ECVS_LOCAL" ]; then - cp -f "$ECVS_TOP_DIR/$ECVS_LOCALNAME"/* "$WORKDIR/$ECVS_LOCALNAME" + if [[ -n ${ECVS_LOCAL} ]] ; then + cp -f "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}"/* "${WORKDIR}/${ECVS_LOCALNAME}" else - cp -Rf "$ECVS_TOP_DIR/$ECVS_LOCALNAME" "$WORKDIR/$ECVS_LOCALNAME/.." + cp -Rf "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}" "${WORKDIR}/${ECVS_LOCALNAME}/.." fi # Not exactly perfect, but should be pretty close #333773 - export ECVS_VERSION=$(find "$ECVS_TOP_DIR/$ECVS_LOCALNAME/" -ipath '*/CVS/Entries' -exec cat {} + | LC_ALL=C sort | sha1sum | awk '{print $1}') + export ECVS_VERSION=$( + find "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}/" -ipath '*/CVS/Entries' -exec cat {} + | \ + LC_ALL=C sort | \ + sha1sum | \ + awk '{print $1}' + ) # If the directory is empty, remove it; empty directories cannot # exist in cvs. This happens when, for example, kde-source # requests module/doc/subdir which doesn't exist. Still create # the empty directory in workdir though. - if [ "`ls -A \"${ECVS_TOP_DIR}/${ECVS_LOCALNAME}\"`" == "CVS" ]; then - debug-print "$FUNCNAME: removing empty CVS directory $ECVS_LOCALNAME" + if [[ $(ls -A "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}") == "CVS" ]] ; then + debug-print "${FUNCNAME}: removing empty CVS directory ${ECVS_LOCALNAME}" rm -rf "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}" fi # Implement some of base_src_unpack's functionality; note however # that base.eclass may not have been inherited! - if [ -n "$PATCHES" ]; then - debug-print "$FUNCNAME: PATCHES=$PATCHES, S=$S, autopatching" - cd "$S" + if [[ -n ${PATCHES} ]] ; then + debug-print "${FUNCNAME}: PATCHES=${PATCHES,} S=${S}, autopatching" + cd "${S}" epatch ${PATCHES} # Make sure we don't try to apply patches more than once, # since cvs_src_unpack is usually called several times from @@ -578,3 +578,5 @@ cvs_src_unpack() { } EXPORT_FUNCTIONS src_unpack + +fi diff --git a/games-board/pokerth/Manifest b/games-board/pokerth/Manifest index 4bc605b4d773..8daefffb73c5 100644 --- a/games-board/pokerth/Manifest +++ b/games-board/pokerth/Manifest @@ -1 +1,2 @@ DIST PokerTH-0.9.5-src.tar.bz2 13598803 SHA256 b837bdccbf13c15cb22f255ad0e367c24ac431119cb7c7da48e8a753b81c599f SHA512 88df4879e06f39e782fb64490b0259f9904af7d7fd6c23821192e481bd92e4089e3f21df90619fcd7c4edb49b646a0867276dc115b3598f287fe4267bce40d5b WHIRLPOOL e23bb2b559c2c6c7af6eaf75ece0c4146f5c5e030278f156bc9d3fb0f2847e91c3eff6bd71d41002c36810a28dcb3d458c9b240ad21566ce8f8b98a575991842 +DIST PokerTH-1.0-src.tar.bz2 19125507 SHA256 5aaaf913a7696f12afe18f9b2da55c84f7343bf8afb45b25f7852a25fd1a6c10 SHA512 5209b37c946f32e7dc0107663bc6128f1e5becb293c4aec1bacd993f81f822450f8248d1dbad4096e0a93930f8d608499e98000f5af5ca0256dda23125059cae WHIRLPOOL 6fd2bb111cc612845f18dac50ffb518fbee96ae08c28b88052814019b9b26d3d8dd8088a4e29555cb78d35378534d784e08a13a1cf2827e9291ddfc7cd705cd8 diff --git a/games-board/pokerth/files/pokerth-1.0-underlinking.patch b/games-board/pokerth/files/pokerth-1.0-underlinking.patch new file mode 100644 index 000000000000..397fb7d6c1bc --- /dev/null +++ b/games-board/pokerth/files/pokerth-1.0-underlinking.patch @@ -0,0 +1,20 @@ +From: Julian Ospald +Date: Thu Aug 16 22:25:12 UTC 2012 +Subject: build system + +fix compilation for linkers that don't permit underlinking +reorder linker line to fix issues with as-needed + +--- pokerth_server.pro ++++ pokerth_server.pro +@@ -114,8 +114,8 @@ + LIBS += -lpokerth_lib \ + -lpokerth_db \ + -lpokerth_protocol \ +- -lcurl \ +- -lircclient ++ -lircclient \ ++ $$system(pkg-config --libs --static libcurl) + + win32 { + DEFINES += CURL_STATICLIB diff --git a/games-board/pokerth/pokerth-1.0.ebuild b/games-board/pokerth/pokerth-1.0.ebuild new file mode 100644 index 000000000000..d925dd8d54cd --- /dev/null +++ b/games-board/pokerth/pokerth-1.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.1 2013/01/22 06:26:09 mr_bones_ Exp $ + +EAPI=5 +inherit flag-o-matic eutils qt4-r2 games + +MY_P="PokerTH-${PV}-src" +DESCRIPTION="Texas Hold'em poker game" +HOMEPAGE="http://www.pokerth.net/" +SRC_URI="mirror://sourceforge/pokerth/${MY_P}.tar.bz2" + +LICENSE="AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dedicated" + +RDEPEND="dev-db/sqlite:3 + dev-libs/boost[threads(+)] + dev-libs/libgcrypt + dev-libs/tinyxml[stl] + net-libs/libircclient + >=net-misc/curl-7.16 + x11-libs/qt-core:4 + virtual/gsasl + !dedicated? ( + media-libs/libsdl + media-libs/sdl-mixer[mod,vorbis] + x11-libs/qt-gui:4 + )" +DEPEND="${RDEPEND} + !dedicated? ( x11-libs/qt-sql:4 )" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + if use dedicated ; then + sed -i \ + -e 's/pokerth_game.pro//' \ + pokerth.pro || die + fi + + sed -i \ + -e '/no_dead_strip_inits_and_terms/d' \ + *pro || die + + epatch "${FILESDIR}"/${P}-underlinking.patch +} + +src_configure() { + eqmake4 +} + +src_install() { + dogamesbin bin/pokerth_server + if ! use dedicated ; then + dogamesbin ${PN} + insinto "${GAMES_DATADIR}/${PN}" + doins -r data + domenu ${PN}.desktop + doicon ${PN}.png + fi + doman docs/pokerth.1 + dodoc ChangeLog TODO docs/{gui_styling,server_setup}_howto.txt + prepgamesdirs +} diff --git a/games-fps/enemy-territory-truecombat/Manifest b/games-fps/enemy-territory-truecombat/Manifest index 14e20ae2a1c9..fa408f1c9f88 100644 --- a/games-fps/enemy-territory-truecombat/Manifest +++ b/games-fps/enemy-territory-truecombat/Manifest @@ -1,2 +1,2 @@ -DIST tce049b_all_os_fixed.zip 6795533 RMD160 f1332e7785a11c7961bbd1062d79d42425ca0867 SHA1 c579233e46a23ddc1dc8593290cad63e34da7844 SHA256 b7eec5ba59e969c39525272236095f1e4635c9301bae716a8a4a39bc65163c3d -DIST tcetest049.zip 472749193 RMD160 90f222a985dc6ff395680211d65ee535024866fb SHA1 89453e55904fb68e4d7e4cad963ccc9a78b4c062 SHA256 73d0fff098bfef196d6efc4bb2f0635ab8da2ebe19b5ead5801b1664d3b4b4d4 +DIST tce049b_all_os_fixed.zip 6795533 SHA256 b7eec5ba59e969c39525272236095f1e4635c9301bae716a8a4a39bc65163c3d SHA512 8814f193437551c29edf88087229ee813317df10e264c3a0200942ef7c1e876aacff4d985d28bd59d1b3bd9589c86ad034d59a8f434cb443a31e07db9b0562da WHIRLPOOL 4e3919f6a326ef00d17f9217818760a7442371c02c6a58656a97fb239e825a445f9bcdea47af25c2c0a784d0762d77129352273daffce385b669d8898a89f700 +DIST tcetest049.zip 472749193 SHA256 73d0fff098bfef196d6efc4bb2f0635ab8da2ebe19b5ead5801b1664d3b4b4d4 SHA512 9c5dfaad2f427b4fdc3fa0d5ed7b88e68776167049e0fa75e72a84a6735ff1e97926dfd0d5c290351ac0eb3123018afc1f478d8c0506b4c8ddfa39cc22474985 WHIRLPOOL d01945afba803459d78002835267a64d4043a168c5da3b64999574954b9fd678354b67c9ebcb5ce0f84631b4b7de1425cb868f244d63ff72f2d22635db96abee diff --git a/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild b/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild index f23b0895a378..aa0a8eaa42dc 100644 --- a/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild +++ b/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild,v 1.5 2009/10/08 16:43:39 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-truecombat/enemy-territory-truecombat-0.49b.ebuild,v 1.6 2013/01/22 07:04:56 tupone Exp $ EAPI=2 @@ -26,6 +26,8 @@ IUSE="dedicated opengl" RDEPEND="x86? ( =virtual/libstdc++-3.3 ) amd64? ( app-emulation/emul-linux-x86-compat )" +QA_PREBUILT="${INS_DIR:1}/${MOD_DIR}/*.so" + src_unpack() { unpack tcetest049.zip cd ${MOD_DIR} || die diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.4.2-r1.ebuild b/gnome-base/gnome-control-center/gnome-control-center-3.4.2-r1.ebuild index d75bba548191..580654ecab93 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-3.4.2-r1.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-3.4.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.4.2-r1.ebuild,v 1.4 2012/12/27 07:52:16 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-control-center/gnome-control-center-3.4.2-r1.ebuild,v 1.5 2013/01/22 07:38:02 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="2" -IUSE="+bluetooth +cheese +colord +cups +gnome-online-accounts +networkmanager +socialweb systemd wacom" +IUSE="+bluetooth +cheese +colord +cups +gnome-online-accounts input_devices_wacom +networkmanager +socialweb systemd" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" # XXX: gnome-desktop-2.91.5 is needed for upstream commit c67f7efb @@ -57,16 +57,19 @@ COMMON_DEPEND=" colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( net-libs/gnome-online-accounts ) + input_devices_wacom? ( + >=dev-libs/libwacom-0.3 + x11-libs/libXi ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) - wacom? ( >=dev-libs/libwacom-0.3 - x11-libs/libXi )" +" # =media-video/cheese-3.5.91 ) - wacom? ( - >=dev-libs/libwacom-0.6 - >=x11-libs/libXi-1.2 ) " # app-i18n/ibus Add support for desktop background images from Flickr using net-libs/libsocialweb - Use sys-apps/systemd instead of - sys-auth/consolekit for session tracking - Enable support for Wacom tablets and drawing - devices diff --git a/gnome-base/gnome-menus/Manifest b/gnome-base/gnome-menus/Manifest index e5f111eee161..d98a6fea828a 100644 --- a/gnome-base/gnome-menus/Manifest +++ b/gnome-base/gnome-menus/Manifest @@ -2,3 +2,4 @@ DIST gnome-menus-2.30.5.tar.bz2 471327 SHA256 6dcc565006d6e8c2025ae83ab1f82edf6b DIST gnome-menus-3.0.1.tar.bz2 474839 SHA256 579c119c26f37781f66708e867ea45b3c37589b3b69e5b32d33e9bdb944165f0 SHA512 05eda56b741d7236b17276b3b208b8370ec8ff0db82e32a2c0adb84334c4d9365fe61dea08183858fb7c0093cf04a02ba1311483e3318dbe816a02c28f4198eb WHIRLPOOL f2583e79ea6aef0c5cffb94001ceba166b97e237861b51d39530155f36720bcfabbf50af0a16735f8112e44a7b8d7243ae9460285f590a0c2a351ad2203dc85e DIST gnome-menus-3.4.2.tar.xz 406316 SHA256 fa8b98eb5c62da20f1fb4f6e251f819d78c925006b00d2f63005a6418aa81e63 SHA512 a2710df76e375c3e99ac671a4ea222944b391a731f09fd1615579e89cf847e0eaa837e48a2f56b643e1bb0a2b1da1e952231265661aa71b4f7c2bb31c9e064fd WHIRLPOOL f043295d7f21e14555e72e75d79f228ece0eb6b1953d0fef3c107e841880de39232a5e5fc1ff35a2d152d3a54322074b56d2c5a94b9b15ac3a44a80329e1ee55 DIST gnome-menus-3.6.1.tar.xz 423060 SHA256 1615f6852280a161cd137d5b8b59f35519a3a7ba89738f55c578325b0512043e SHA512 3124ca6a825e1ab551b44c37ece1872cb50fe6eb5087c04ffd30fd96fce5b9d831ab8727a12bd819d0a3a7025f6f85b0f5c7fa563050a0d5eedf5fb14819808c WHIRLPOOL e39b5d5165d4c972b29aef9f56c9427b01257b1b049270b2a5413f59a43093f6b20d4d77fd54eec2f482b14ce3aa591ed19792783f022895969c58506c31caf5 +DIST gnome-menus-3.6.2.tar.xz 423948 SHA256 f6cefb25ce3ca2a0e4cb43894089cc6079bf948230e99bc0e244b380fa84bf4f SHA512 53beac950e40f121327ab404f42094350c8b2567dbc14e90ee21b5bf514e528bac12beba943f13008a6b860227e01bc630aedb733ae71a9f824688ce640c6ed5 WHIRLPOOL 5f38e1f1c182f67df05a66756c76754737ca5afe2b25e23354c7aead4d8877169c2443fd3a60eeb4bfd4d1fe7193f7d8db9c95afc5f1e4fb505a2d35eed213c2 diff --git a/gnome-base/gnome-menus/gnome-menus-3.6.2.ebuild b/gnome-base/gnome-menus/gnome-menus-3.6.2.ebuild new file mode 100644 index 000000000000..71389155d08f --- /dev/null +++ b/gnome-base/gnome-menus/gnome-menus-3.6.2.ebuild @@ -0,0 +1,112 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.6.2.ebuild,v 1.1 2013/01/22 08:38:59 tetromino Exp $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit gnome2 python-r1 + +DESCRIPTION="The GNOME menu system, implementing the F.D.O cross-desktop spec" +HOMEPAGE="http://www.gnome.org" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + +# +python for gmenu-simple-editor +IUSE="debug +introspection +python test" +REQUIRED_USE="python? ( introspection )" + +COMMON_DEPEND=">=dev-libs/glib-2.29.15:2 + introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) + python? ( + ${PYTHON_DEPS} + dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/gdk-pixbuf:2[introspection] + x11-libs/gtk+:3[introspection] )" +# Older versions of slot 0 install the menu editor and the desktop directories +RDEPEND="${COMMON_DEPEND} + ! /dev/null || die + "$@" + popd > /dev/null +} diff --git a/gnome-base/gnome-session/files/gnome-session-3.6.2-upower.patch b/gnome-base/gnome-session/files/gnome-session-3.6.2-upower.patch new file mode 100644 index 000000000000..db78cfbc80e0 --- /dev/null +++ b/gnome-base/gnome-session/files/gnome-session-3.6.2-upower.patch @@ -0,0 +1,45 @@ +From b27f8c8b062e42aa89a7383fefba1833a6f63c4c Mon Sep 17 00:00:00 2001 +From: Martin Pitt +Date: Tue, 13 Nov 2012 11:02:35 +0100 +Subject: [PATCH] GsmConsoleKit: Properly initialize upower client + +Move UPower client initialization from gsm_consolekit_on_name_owner_changed() +(which is not actually called for UPower usually) into +gsm_consolekit_ensure_ck_connection(). + +This makes the UPower calls actually work, otherwise they fail on trying to +pass a NULL client. + +https://bugzilla.gnome.org/show_bug.cgi?id=688229 +--- + gnome-session/gsm-consolekit.c | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/gnome-session/gsm-consolekit.c b/gnome-session/gsm-consolekit.c +index 4c0eca5..0c58f37 100644 +--- a/gnome-session/gsm-consolekit.c ++++ b/gnome-session/gsm-consolekit.c +@@ -182,6 +182,9 @@ gsm_consolekit_ensure_ck_connection (GsmConsolekit *manager, + } + } + ++ g_clear_object (&manager->priv->up_client); ++ manager->priv->up_client = up_client_new (); ++ + is_connected = TRUE; + + out: +@@ -219,10 +222,8 @@ gsm_consolekit_on_name_owner_changed (DBusGProxy *bus_proxy, + } + + g_clear_object (&manager->priv->ck_proxy); +- g_clear_object (&manager->priv->up_client); + + gsm_consolekit_ensure_ck_connection (manager, NULL); +- manager->priv->up_client = up_client_new (); + + } + +-- +1.8.1.1 + diff --git a/gnome-base/gnome-session/gnome-session-2.32.1-r3.ebuild b/gnome-base/gnome-session/gnome-session-2.32.1-r3.ebuild index 2bde3335c953..05aadfbbfeff 100644 --- a/gnome-base/gnome-session/gnome-session-2.32.1-r3.ebuild +++ b/gnome-base/gnome-session/gnome-session-2.32.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.32.1-r3.ebuild,v 1.10 2012/12/27 18:07:36 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.32.1-r3.ebuild,v 1.11 2013/01/22 05:40:33 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -20,10 +20,12 @@ IUSE="doc ipv6 elibc_FreeBSD" # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and # create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_* # xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below). +# >=gconf-3.2.6 no longer provides gconf-sanity-check-2 RDEPEND=">=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.22.0:2 >=dev-libs/dbus-glib-0.76 >=gnome-base/gconf-2:2[gtk(+)] + =sys-power/upower-0.9.0 elibc_FreeBSD? ( dev-libs/libexecinfo ) diff --git a/gnome-base/gnome-session/gnome-session-3.6.2-r1.ebuild b/gnome-base/gnome-session/gnome-session-3.6.2-r1.ebuild new file mode 100644 index 000000000000..544e365d721c --- /dev/null +++ b/gnome-base/gnome-session/gnome-session-3.6.2-r1.ebuild @@ -0,0 +1,117 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-3.6.2-r1.ebuild,v 1.1 2013/01/22 05:40:33 tetromino Exp $ + +EAPI="5" +GCONF_DEBUG="yes" + +inherit gnome2 + +DESCRIPTION="Gnome session manager" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2 LGPL-2 FDL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="doc elibc_FreeBSD gconf ipv6 systemd" + +# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and +# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_* +# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below). +# gdk-pixbuf used in the inhibit dialog +COMMON_DEPEND=" + >=dev-libs/glib-2.33.4:2 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.90.7:3 + >=dev-libs/json-glib-0.10 + >=dev-libs/dbus-glib-0.76 + >=sys-power/upower-0.9.0 + elibc_FreeBSD? ( dev-libs/libexecinfo ) + + virtual/opengl + x11-libs/libSM + x11-libs/libICE + x11-libs/libXau + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXext + x11-libs/libXrender + x11-libs/libXtst + x11-misc/xdg-user-dirs + x11-misc/xdg-user-dirs-gtk + x11-apps/xdpyinfo + + gconf? ( >=gnome-base/gconf-2:2 ) +" +# Pure-runtime deps from the session files should *NOT* be added here +# Otherwise, things like gdm pull in gnome-shell +# gnome-themes-standard is needed for the failwhale dialog themeing +# sys-apps/dbus[X] is needed for session management +RDEPEND="${COMMON_DEPEND} + gnome-base/gnome-settings-daemon + >=gnome-base/gsettings-desktop-schemas-0.1.7 + >=x11-themes/gnome-themes-standard-2.91.92 + sys-apps/dbus[X] + systemd? ( >=sys-apps/systemd-183 ) + !systemd? ( sys-auth/consolekit ) +" +DEPEND="${COMMON_DEPEND} + >=dev-lang/perl-5 + >=sys-devel/gettext-0.10.40 + >=dev-util/intltool-0.40.6 + x11-libs/pango[X] + virtual/pkgconfig + != 0.1.9 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION libcanberra-gtk3]) ++AC_ARG_ENABLE([color], ++ AS_HELP_STRING([--disable-color], ++ [turn off color plugin]), ++ [with_color=$enableval], ++ [with_color=yes]) dnl Default value ++ ++if test x$with_color = xyes; then ++ PKG_CHECK_MODULES(COLOR, [colord >= 0.1.9 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION libcanberra-gtk3]) ++ AC_DEFINE(HAVE_COLOR, 1, [Define if color plugin is enabled]) ++fi ++AM_CONDITIONAL(WITH_COLOR, test "x$with_color" = "xyes") ++ ++AC_SUBST(COLOR_CFLAGS) ++AC_SUBST(COLOR_LIBS) + + dnl --------------------------------------------------------------------------- + dnl - wacom (disabled for s390/s390x and non Linux platforms) +@@ -253,11 +266,22 @@ case $host_os in + have_wacom=no + else + if test x$enable_gudev != xno; then +- PKG_CHECK_MODULES(WACOM, [libwacom >= $LIBWACOM_REQUIRED_VERSION x11 xi xtst gudev-1.0 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION xorg-wacom]) ++ AC_ARG_ENABLE([wacom], ++ AS_HELP_STRING([--disable-wacom], ++ [turn off wacom plugin]), ++ [with_wacom=$enableval], ++ [with_wacom=no]) dnl Default value ++ ++ if test x$with_wacom = xyes; then ++ PKG_CHECK_MODULES(WACOM, [libwacom >= $LIBWACOM_REQUIRED_VERSION x11 xi xtst gudev-1.0 gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION xorg-wacom]) ++ have_wacom=yes ++ fi ++ ++ AC_SUBST(WACOM_CFLAGS) ++ AC_SUBST(WACOM_LIBS) + else + AC_MSG_ERROR([GUdev is necessary to compile Wacom support]) + fi +- have_wacom=yes + fi + ;; + *) +diff --git a/plugins/Makefile.am b/plugins/Makefile.am +index 69b7181..a1cdf6c 100644 +--- a/plugins/Makefile.am ++++ b/plugins/Makefile.am +@@ -6,7 +6,6 @@ enabled_plugins = \ + automount \ + background \ + clipboard \ +- color \ + cursor \ + dummy \ + power \ +@@ -22,6 +21,12 @@ enabled_plugins = \ + + disabled_plugins = $(NULL) + ++if WITH_COLOR ++enabled_plugins += color ++else ++disabled_plugins += color ++endif ++ + if HAVE_PACKAGEKIT + enabled_plugins += updates + else diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.32.1-r2.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.32.1-r2.ebuild index ab46df9b5168..9aa88ae3bbe5 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.32.1-r2.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.32.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.32.1-r2.ebuild,v 1.9 2012/05/05 05:38:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-2.32.1-r2.ebuild,v 1.10 2013/01/22 07:37:37 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -17,7 +17,7 @@ SRC_URI="${SRC_URI} http://dev.gentoo.org/~pacho/gnome/gnome-settings-daemon-2.3 # mirror://gentoo/${PN}-2.30.0-gst-vol-control-support.patch" -> this causes bug #327609 # mirror://gentoo/${PN}-2.30.2-gst-vol-control-support.patch.bz2" -> this patch has worse problems like bug #339732 -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug libnotify policykit pulseaudio smartcard" diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.2.3.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.2.3.ebuild deleted file mode 100644 index 99e297fc1673..000000000000 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.2.3.ebuild +++ /dev/null @@ -1,129 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.2.3.ebuild,v 1.5 2012/12/11 09:33:51 ssuominen Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 virtualx - -DESCRIPTION="Gnome Settings Daemon" -HOMEPAGE="http://www.gnome.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="+colord +cups debug packagekit policykit +short-touchpad-timeout smartcard +udev" - -# Latest gsettings-desktop-schemas is needed due to commit e8d1de92 -# Latest gnome-desktop needed to fix the DPMS timeout bug #385063 -# colord-0.1.13 needed to avoid polkit errors in CreateProfile and CreateDevice -# upower-0.9.11 needed for UpSleepKind -COMMON_DEPEND=">=dev-libs/dbus-glib-0.74 - >=dev-libs/glib-2.29.14:2 - >=x11-libs/gtk+-3.1.10:3 - >=gnome-base/gconf-2.6.1:2 - >=gnome-base/libgnomekbd-2.91.1 - >=gnome-base/gnome-desktop-3.2.0-r1:3 - >=gnome-base/gsettings-desktop-schemas-0.1.7.1 - media-fonts/cantarell - media-libs/fontconfig - >=media-libs/lcms-2.2:2 - media-libs/libcanberra[gtk3] - >=media-sound/pulseaudio-0.9.16 - >=sys-power/upower-0.9.11 - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - >=x11-libs/libnotify-0.7.3 - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXxf86misc - >=x11-libs/libxklavier-5.0 - >=media-sound/pulseaudio-0.9.16 - - colord? ( >=x11-misc/colord-0.1.13 ) - cups? ( >=net-print/cups-1.4[dbus] ) - packagekit? ( - virtual/udev[gudev] - >=app-admin/packagekit-base-0.6.12 ) - policykit? ( - >=sys-auth/polkit-0.97 - >=sys-apps/dbus-1.1.2[X] ) - smartcard? ( >=dev-libs/nss-3.11.2 ) - udev? ( virtual/udev[gudev] )" -# Themes needed by g-s-d, gnome-shell, gtk+:3 apps to work properly -# > 51gsettings-dconf - doenvd 51gsettings-dconf || die "doenvd failed" -} diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.4.2.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.4.2.ebuild index 32de5b7b06cd..bf0daf15c906 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.4.2.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.4.2.ebuild,v 1.5 2012/12/11 09:33:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.4.2.ebuild,v 1.6 2013/01/22 07:37:37 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -11,10 +11,10 @@ inherit autotools eutils gnome2 virtualx DESCRIPTION="Gnome Settings Daemon" HOMEPAGE="http://www.gnome.org" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="+colord +cups debug packagekit policykit +short-touchpad-timeout smartcard systemd +udev wacom" +IUSE="+colord +cups debug input_devices_wacom packagekit policykit +short-touchpad-timeout smartcard systemd +udev" # colord-0.1.13 needed to avoid polkit errors in CreateProfile and CreateDevice COMMON_DEPEND=" @@ -43,6 +43,9 @@ COMMON_DEPEND=" colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) + input_devices_wacom? ( + >=dev-libs/libwacom-0.6 + x11-drivers/xf86-input-wacom ) packagekit? ( virtual/udev[gudev] >=app-admin/packagekit-base-0.6.12 ) @@ -51,8 +54,7 @@ COMMON_DEPEND=" >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) - wacom? ( >=dev-libs/libwacom-0.3 - x11-drivers/xf86-input-wacom )" +" # Themes needed by g-s-d, gnome-shell, gtk+:3 apps to work properly # =x11-proto/xproto-7.0.15 +" src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=621836 @@ -117,6 +103,23 @@ src_prepare() { gnome2_src_prepare } +src_configure() { + # README is empty + DOCS="AUTHORS NEWS ChangeLog MAINTAINERS" + gnome2_src_configure \ + --disable-static \ + --disable-schemas-compile \ + $(use_enable colord color) \ + $(use_enable cups) \ + $(use_enable debug) \ + $(use_enable debug more-warnings) \ + $(use_enable packagekit) \ + $(use_enable smartcard smartcard-support) \ + $(use_enable systemd) \ + $(use_enable udev gudev) \ + $(use_enable input_devices_wacom wacom) +} + src_test() { Xemake check } diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.6.3.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.6.3.ebuild index 4c966422ee99..e37bf8189ec9 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.6.3.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.6.3.ebuild,v 1.4 2013/01/06 09:37:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.6.3.ebuild,v 1.5 2013/01/22 07:37:37 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -11,9 +11,9 @@ inherit autotools eutils gnome2 virtualx DESCRIPTION="Gnome Settings Daemon" HOMEPAGE="http://www.gnome.org" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" -IUSE="+colord +cups debug +i18n packagekit policykit +short-touchpad-timeout smartcard systemd +udev wacom" +IUSE="+colord +cups debug +i18n input_devices_wacom packagekit policykit +short-touchpad-timeout smartcard systemd +udev" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" REQUIRED_USE=" packagekit? ( udev ) @@ -46,13 +46,13 @@ COMMON_DEPEND=" colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) i18n? ( >=app-i18n/ibus-1.4.99 ) + input_devices_wacom? ( + >=dev-libs/libwacom-0.6 + x11-drivers/xf86-input-wacom ) packagekit? ( >=app-admin/packagekit-base-0.7.4 ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) - wacom? ( - >=dev-libs/libwacom-0.6 - x11-drivers/xf86-input-wacom ) " # Themes needed by g-s-d, gnome-shell, gtk+:3 apps to work properly # app-admin/packagekit Change the touchpad timeout so that it's effective for fast typists - Use sys-apps/systemd instead of - sys-auth/consolekit for session tracking - Enable support for Wacom tablets and drawing - devices diff --git a/gnome-base/gvfs/gvfs-1.14.2.ebuild b/gnome-base/gvfs/gvfs-1.14.2.ebuild index d1bb9e297ea5..25193e6445c8 100644 --- a/gnome-base/gvfs/gvfs-1.14.2.ebuild +++ b/gnome-base/gvfs/gvfs-1.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.5 2013/01/16 05:12:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.6 2013/01/22 07:49:29 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -62,7 +62,7 @@ RDEPEND=">=dev-libs/glib-2.33.12:2 udev? ( cdda? ( || ( dev-libs/libcdio-paranoia =sys-fs/udisks-1.97:2[systemd?] )" + udisks? ( >=sys-fs/udisks-1.97:2 )" DEPEND="${RDEPEND} dev-libs/libxslt >=dev-util/intltool-0.40 diff --git a/gnome-base/gvfs/metadata.xml b/gnome-base/gvfs/metadata.xml index 46acb9ced5a9..5bdb749c0776 100644 --- a/gnome-base/gvfs/metadata.xml +++ b/gnome-base/gvfs/metadata.xml @@ -19,8 +19,6 @@ applications not using gio to access the gvfs filesystems. application access Enable sys-apps/gnome-disk-utility integration Enable the HTTP/DAV backend using net-libs/libsoup-gnome - Use sys-apps/systemd seat information - for tracking owners of removable volumes Enable udev base replacement code for cdda feature Enable volume monitoring using sys-fs/udisks diff --git a/gnome-extra/gnome-color-manager/Manifest b/gnome-extra/gnome-color-manager/Manifest index 54e3dcbd2d90..41e13e8bed0d 100644 --- a/gnome-extra/gnome-color-manager/Manifest +++ b/gnome-extra/gnome-color-manager/Manifest @@ -1,3 +1,4 @@ DIST gnome-color-manager-2.32.0.tar.bz2 2491525 SHA256 fa287ef12d329643d1f01b8f35c2b104dd293cd30e91a012f04929c203da54cf SHA512 d21286f2dac6f1984aa4210892489c2faefd47eddb89d5ecfd05afd7590cfd3fbf446a75194a44feabbdc9b35feb20dee06f87fe208e641335fb3efa8c170915 WHIRLPOOL 905aad3a609b8393d617b311e25c7286a9f8181303db6731faacb5f117a0d2ebd3d4db08b9ae13afd3f5e9a3b86df1bce0dada391eb1bd456d42552813c8bd48 DIST gnome-color-manager-3.4.2.tar.xz 2520548 SHA256 ad69ac0ac242be0ad5b7966e0c2978a9a1440e52ee816993e4a8eb2cf6f0c922 SHA512 446c90789075036b7af008964c5c976670de6723c99ed88f8b9a3f0cc8a082e7988e8734fb6ac8a9bbade11c7dcd439a7a34e56063aa502e3531338eb7df6c49 WHIRLPOOL b4f2c0bbc27e1cc2f2931321e98480523992f4d2c5db0a82098034292b3bdbd6158ef6728a8887cfb9abe5cf2c7cbea603d739599468dfbb53b5407dbfd215b7 DIST gnome-color-manager-3.6.0.tar.xz 2564388 SHA256 c4e9d63c53061c65c4d1bcdd14952dd01aed7332c2e36d34f4a243a9e5097ec9 SHA512 404f3a3db2f7f7a19d5d7e7c367bc06490fb81a896a41aa8e2195a701bf8bf571a43f85baf6884a5eed83d9e44a81e85d10c6f4f0215c1c9c09ab8f79bf207ff WHIRLPOOL b0df68836f08d0cf49da53d26440334cf4ba0b2d1e7e9d61dd03944c8eb60699e0b0d80f9ad0705456d0f0d010555adc231827c43758191ec7f8489f24638ed2 +DIST gnome-color-manager-3.6.1.tar.xz 2595352 SHA256 c5fb0903d5570c50fbb2347db2222314bef0c57b293302e48e0b73f57f426fb7 SHA512 7734b0d531f9a4fb528d8fc6a24b5400f181d77051745d05346c1a61f7952a4bcb35824b7a6cb8a6b2084c5be1c83c6b870105bfb738305963a64c738eb2e934 WHIRLPOOL 26d89d4ae36fa475e97937baf13a370fbf6096d1417ba24df0c9bc068703dee223f648662dd2f62fd64a67cf4dac463907d4805fdf0048ede440f4f9c79bbff4 diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.4.2.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.4.2.ebuild index 616fa8947c05..b2ebbd11d7d2 100644 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.4.2.ebuild +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.4.2.ebuild,v 1.2 2012/07/02 22:26:13 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.4.2.ebuild,v 1.3 2013/01/22 07:25:06 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -39,7 +39,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.31.10:2 raw? ( media-gfx/exiv2 ) " RDEPEND="${COMMON_DEPEND} - media-gfx/shared-color-profiles + || ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles ) " # docbook-sgml-{utils,dtd:4.1} needed to generate man pages DEPEND="${COMMON_DEPEND} diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild index 8b004aee7a2f..87e0da8efa74 100644 --- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild,v 1.6 2013/01/06 09:38:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.0.ebuild,v 1.7 2013/01/22 07:25:06 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -39,7 +39,7 @@ COMMON_DEPEND=" raw? ( media-gfx/exiv2 ) " RDEPEND="${COMMON_DEPEND} - media-gfx/shared-color-profiles" + || ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles )" # docbook-sgml-{utils,dtd:4.1} needed to generate man pages DEPEND="${COMMON_DEPEND} app-text/docbook-sgml-dtd:4.1 diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild new file mode 100644 index 000000000000..fd9da66ff178 --- /dev/null +++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-color-manager/gnome-color-manager-3.6.1.ebuild,v 1.1 2013/01/22 07:25:06 tetromino Exp $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Color profile manager for the GNOME desktop" +HOMEPAGE="http://projects.gnome.org/gnome-color-manager/" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="clutter packagekit raw" + +# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331 +COMMON_DEPEND=" + >=dev-libs/glib-2.31.10:2 + gnome-base/gnome-desktop:3= + >=media-libs/lcms-2.2:2 + >=media-libs/libcanberra-0.10[gtk3] + media-libs/libexif + media-libs/tiff + + x11-libs/libX11 + x11-libs/libXrandr + >=x11-libs/gtk+-3.3.8:3 + >=x11-libs/vte-0.25.1:2.90 + >=x11-libs/colord-gtk-0.1.20 + + clutter? ( + >=media-libs/clutter-1.9.11:1.0 + media-libs/clutter-gtk:1.0 + media-libs/mash:0.2 ) + packagekit? ( app-admin/packagekit-base ) + raw? ( media-gfx/exiv2 ) +" +RDEPEND="${COMMON_DEPEND} + || ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles )" +# docbook-sgml-{utils,dtd:4.1} needed to generate man pages +DEPEND="${COMMON_DEPEND} + app-text/docbook-sgml-dtd:4.1 + app-text/docbook-sgml-utils + dev-libs/libxslt + >=dev-util/intltool-0.35 + virtual/pkgconfig +" + +# FIXME: run test-suite with files on live file-system +RESTRICT="test" + +src_configure() { + # Always enable tests since they are check_PROGRAMS anyway + gnome2_src_configure \ + --disable-static \ + --enable-tests \ + $(use_enable clutter) \ + $(use_enable packagekit) \ + $(use_enable raw exiv) \ + ITSTOOL=$(type -P true) +} + +pkg_postinst() { + gnome2_pkg_postinst + + if ! has_version media-gfx/argyllcms ; then + elog "If you want to do display or scanner calibration, you will need to" + elog "install media-gfx/argyllcms" + fi +} diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest index 61a8ca341742..b0bc36c5a33d 100644 --- a/gnome-extra/gnome-shell-frippery/Manifest +++ b/gnome-extra/gnome-shell-frippery/Manifest @@ -1,3 +1,2 @@ -DIST gnome-shell-frippery-0.3.6.tgz 72227 SHA256 8dac42cfb31ab04e947b07276b11968965d83dc8242597052d02ba789cd55a8e SHA512 73473957a99355b89e63011ac179b3ea9527f506faf5a9cdf9116351e98fec15fab2a3a0a64a80711425f4b65e9a93fa9704177b25eb6207c907885a82631634 WHIRLPOOL 95e57b981202c0b3909918904c3cd8fff20d61dfa1343b685093ee9dbfd151e71902662eb7b6693b00470c62a2cf9348d9694d4083bfad00a8b17aaf126fd526 -DIST gnome-shell-frippery-0.3.9.tgz 74581 SHA256 f1186e66388eb5a59fc8f5574f2d593362cad9bfb89c69684df98fb81ee822a2 SHA512 50e969271f32d2bafcd140715bb5ffe3a3a8a708342f1340e95ca67548f97547be63ffdd722d98028d7059c47701619482a83ccab7814cef2dd89f61e0bc9b26 WHIRLPOOL f9db01f10800d5f2f8019c75c3f4ac24f1dcc389d0ca0be3ecf7ba1d90942d6a843b81abfcca8a41a48159f834084cfd23181783c759240109a335c0e9348b7d DIST gnome-shell-frippery-0.4.1.tgz 75247 SHA256 1483322927b118523262733905b88a67e9d7fa383374ccc96f8c35e822abe838 SHA512 3d9aceec49e022e3cae7edb9932af8dc4ea49d4fb2e382225661e394c69cd4b8d39b8ff4b08f9eb1374ef2f30cf874b73af3d985346fccd4d3ddae9a5312ef28 WHIRLPOOL ea254765c1f80cb4ef3374e971ba70b5e4a5281bcf72bcbf440a5a988afa2bb1e6a65626bde362868b575de2f02eeae8a22d3122caf5292d7e8e92ed5409b78b +DIST gnome-shell-frippery-0.5.1.tgz 93114 SHA256 b67862585332bcf8d06fd493d0dcf43e14d0ac30047ae4460e6870f2e0e674c4 SHA512 a33464503c52f868d8f9b41245cf0b76c848c25377146f546ae270c8116e251f72d2307ad6f82c1f75411aed9dc6b76286cb454de2b50b06a4b24a1fb55c5bf3 WHIRLPOOL 104d424de4f1c1314a88a2564a3a2be24cdd59f86e75225f749da02939ffee00463390fd3a29b64a6737586fa25f57283f6c1711367b67e0426a401085d08082 diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.9.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.9.ebuild deleted file mode 100644 index 9bbc2adeb5bd..000000000000 --- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.9.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.9.ebuild,v 1.1 2012/09/12 03:44:43 tetromino Exp $ - -EAPI="4" - -DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3" -HOMEPAGE="http://intgat.tigress.co.uk/rmy/extensions/index.html" -SRC_URI="http://intgat.tigress.co.uk/rmy/extensions/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-admin/eselect-gnome-shell-extensions - >=dev-libs/gjs-1.29 - dev-libs/gobject-introspection - gnome-base/gnome-menus:3[introspection] - =gnome-base/gnome-shell-3.2* - media-libs/clutter:1.0[introspection] - x11-libs/pango[introspection]" -DEPEND="" - -S="${WORKDIR}/.local/share/gnome-shell" - -src_install() { - insinto /usr/share/gnome-shell/extensions - doins -r extensions/*@* - dodoc gnome-shell-frippery/{CHANGELOG,README} -} - -pkg_postinst() { - ebegin "Updating list of installed extensions" - eselect gnome-shell-extensions update - eend $? -} diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.4.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.4.1.ebuild index 955e4f0f8c48..3babd9664f09 100644 --- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.4.1.ebuild +++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.4.1.ebuild,v 1.1 2012/09/12 03:44:43 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.4.1.ebuild,v 1.2 2013/01/22 08:25:54 tetromino Exp $ EAPI="4" @@ -8,7 +8,7 @@ DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME HOMEPAGE="http://intgat.tigress.co.uk/rmy/extensions/index.html" SRC_URI="http://intgat.tigress.co.uk/rmy/extensions/${P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.5.1.ebuild similarity index 85% rename from gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild rename to gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.5.1.ebuild index 0500235e2d9e..c089bef1f90d 100644 --- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild +++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.5.1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.3 2012/09/12 03:44:43 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.5.1.ebuild,v 1.1 2013/01/22 08:25:54 tetromino Exp $ -EAPI="4" +EAPI="5" DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3" HOMEPAGE="http://intgat.tigress.co.uk/rmy/extensions/index.html" SRC_URI="http://intgat.tigress.co.uk/rmy/extensions/${P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" @@ -17,7 +17,7 @@ RDEPEND="app-admin/eselect-gnome-shell-extensions >=dev-libs/gjs-1.29 dev-libs/gobject-introspection gnome-base/gnome-menus:3[introspection] - =gnome-base/gnome-shell-3.2* + >=gnome-base/gnome-shell-3.6 media-libs/clutter:1.0[introspection] x11-libs/pango[introspection]" DEPEND="" diff --git a/gnome-extra/gtkhtml/Manifest b/gnome-extra/gtkhtml/Manifest index 949dd17b145b..b0936ea83e35 100644 --- a/gnome-extra/gtkhtml/Manifest +++ b/gnome-extra/gtkhtml/Manifest @@ -2,4 +2,5 @@ DIST gtkhtml-3.32.2.tar.bz2 1217025 SHA256 8746053cf709e1de37c7ac775ab1364ddda4b DIST gtkhtml-4.4.3.tar.xz 1038092 SHA256 da1f593dafcb202dbed0e99bc14ef20bfd5c54ec0d966912feeb7ba7864418aa SHA512 1ae179f3339247afbfa1f5fc5bf2e75d287141d3e04761282a4a961e6580f4243db33e8c5a50ae2c56cd27253eae48a05fc6db46ec7e118950ead4475ec46052 WHIRLPOOL c2ee5d84e7bdd46523f1411edba1ea095ac5376ee96e32b712b8a6ed72f26b9ebd4635227881148c5ef24004dea3c21251556e133a2201ab64bc645d62a9b6dd DIST gtkhtml-4.4.4.tar.xz 1038460 SHA256 737536d03c05d70e30f9b7aa45b4b810f7255dad2a9f0d4e16936a2e4852c7c9 SHA512 00ff8b886c47f51d63737338b9d06ec603a544a491129e46aed0711e9c181409aa8e0057c7dcbeb015c3c6c032d2b9eb34177b2f8997235ffc41ceb5ddf35ddf WHIRLPOOL 65d38adc67b9361df73ecdbcd6b060d638b5d027c894b7e0597914e44b57c2cd8cf327a31d6b584443e470561909c086d15c1cfe933586eae076cc7060ab6ab6 DIST gtkhtml-4.6.1.tar.xz 1040140 SHA256 36670a268f3fd437ddb8c4e7f127d6fb0c09a6fe23a431bede0fc3213c75db98 SHA512 028e1dc98fafda1605b6c772d5ed9ecc4ca8ef681f62b02e4f993811740fda204301725303ee65bc54c083d20cf70eb738d7cf383e59a0ad93245b9f7595a926 WHIRLPOOL 36b91b8c39df23e37686c1b659d66cef53a9c4eddd5d0e3c239ac9e8ab49e6a8dad80b7616fece4ff7c53c40edf87c17a477cbdb9ad17ef68832c8b65e323845 +DIST gtkhtml-4.6.2.tar.xz 1040256 SHA256 d0578892a5755f3ab661f0312d1a1376f4926afe72e65d83b6890011bc1f9fd7 SHA512 36d171753995426a1b49614287f67faaffe32769c11e871057d0b47e80399e529d70f06dc6d1cbd7e29a803eb208fead072cf50b95652fd84830aaef655e15c7 WHIRLPOOL a2f7bb0c0fd706f218afe242f0cdb815f9c2e67ea2a6178ef8830aa74bb9d616ef1815cf777db44dce7c11d128e4d0ff82a6245b025b91a03c4230836c23ff2f DIST libgtkhtml-2.11.1.tar.bz2 597923 SHA256 3ca77a0d0f15e94fb654097c2f78cf928194d4c4bf64ff7b2ba408d29c924a57 SHA512 8eb887ba2430b3c18eb585569fc2f60645ba767b3d246b582404de53e4113db8e625b085de06d8433df77162e0b28ca83ed996e2ad7a16c7a80a0c9eee3b9fa7 WHIRLPOOL e18c6988dcfc3cc2defd5a2fffac7ec4dd4a68694fa959fa798ed4fe8947f70bdc537e148f571a93bff24d42d7ed0fb8816ffb0dab5585a74b0c6ec0b1a987a2 diff --git a/gnome-extra/gtkhtml/gtkhtml-4.6.2.ebuild b/gnome-extra/gtkhtml/gtkhtml-4.6.2.ebuild new file mode 100644 index 000000000000..b5357e7b41c3 --- /dev/null +++ b/gnome-extra/gtkhtml/gtkhtml-4.6.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-4.6.2.ebuild,v 1.1 2013/01/22 08:43:07 tetromino Exp $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Lightweight HTML rendering/printing/editing engine" +HOMEPAGE="http://projects.gnome.org/evolution/" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="4.0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="" + +# orbit is referenced in configure, but is not used anywhere else +RDEPEND=">=x11-libs/gtk+-3.0.2:3 + >=x11-libs/cairo-1.10:= + x11-libs/pango + >=x11-themes/gnome-icon-theme-2.22.0 + >=app-text/enchant-1.1.7:= + gnome-base/gsettings-desktop-schemas + >=app-text/iso-codes-0.49 + >=net-libs/libsoup-2.26.0:2.4" +DEPEND="${RDEPEND} + x11-proto/xproto + sys-devel/gettext + >=dev-util/intltool-0.40.0 + virtual/pkgconfig" + +src_prepare() { + ELTCONF="--reverse-deps" + G2CONF="${G2CONF} + --disable-static" + + # Regenerate marshallers for if: + # (a) strlcat and strlcpy weren't found, since we'll be rolling our own; OR + # (b) an installed strl.h was found and no installed bsd/string.h was found +-if test x"$strl_h_found" = x"yes" -o \( x"$strl_found" = x"no" -a x"$libstrl_found" = x"no" \) -a x"$bsdstrl_h_found" = x"no" +-then +- AC_DEFINE([USE_STRL_H], 1, +- [Define to 1 if you need to include to get the `strlcat()' and `strlcpy()' functions.]) +-fi ++ ++# Gentoo specific: Don't include strl.h - breaks upgrading from ++# <=mail-filter/opendkim-2.7.2. We link against libbsd always. ++#if test x"$strl_h_found" = x"yes" -o \( x"$strl_found" = x"no" -a x"$libstrl_found" = x"no" \) -a x"$bsdstrl_h_found" = x"no" ++#then ++# AC_DEFINE([USE_STRL_H], 1, ++# [Define to 1 if you need to include to get the `strlcat()' and `strlcpy()' functions.]) ++#fi + + if test x"$bsdstrl_h_found" = x"yes" + then diff --git a/mail-filter/opendkim/opendkim-2.7.4-r1.ebuild b/mail-filter/opendkim/opendkim-2.7.4-r1.ebuild new file mode 100644 index 000000000000..ede602cc3ebb --- /dev/null +++ b/mail-filter/opendkim/opendkim-2.7.4-r1.ebuild @@ -0,0 +1,192 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.7.4-r1.ebuild,v 1.1 2013/01/22 08:11:10 eras Exp $ + +EAPI=4 +inherit eutils db-use autotools user + +# for betas +#MY_P=${P/_b/.B} +#S=${WORKDIR}/${PN}-2.0.0 +#SRC_URI="mirror://sourceforge/opendkim/${MY_P}.tar.gz" + +DESCRIPTION="A milter-based application to provide DKIM signing and verification" +HOMEPAGE="http://opendkim.org" +SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz" + +LICENSE="Sendmail-Open-Source BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+berkdb gnutls ldap lua opendbx poll sasl +ssl static-libs unbound" + +DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) + dev-libs/libbsd + ssl? ( >=dev-libs/openssl-0.9.8 ) + berkdb? ( >=sys-libs/db-3.2 ) + opendbx? ( >=dev-db/opendbx-1.4.0 ) + lua? ( dev-lang/lua ) + ldap? ( net-nds/openldap ) + sasl? ( dev-libs/cyrus-sasl ) + unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) + !unbound? ( net-libs/ldns ) + gnutls? ( >=net-libs/gnutls-2.11.7 )" + +RDEPEND="${DEPEND} + sys-process/psmisc" + +REQUIRED_USE="sasl? ( ldap )" + +pkg_setup() { + enewgroup milter + # mail-milter/spamass-milter creates milter user with this home directory + # For consistency reasons, milter user must be created here with this home directory + # even though this package doesn't need a home directory for this user (#280571) + enewuser milter -1 -1 /var/lib/milter milter +} + +src_prepare() { + sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \ + -e 's:/var/db/opendkim:/var/lib/opendkim:g' \ + -e 's:/etc/mail:/etc/opendkim:g' \ + -e 's:mailnull:milter:g' \ + -e 's:^#[[:space:]]*PidFile.*:PidFile /var/run/opendkim/opendkim.pid:' \ + opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \ + stats/opendkim-reportstats || die + + sed -i -e 's:dist_doc_DATA:dist_html_DATA:' libopendkim/docs/Makefile.am \ + || die + + # don't go over the sock length and fail + sed -i -e '/^sock/s/t-sign-ss-macro-value-file.sock/t-s-s-m-v-f.sock/' \ + opendkim/tests/t-sign-ss-macro-value-file.lua || die + + epatch "${FILESDIR}/${P}-bsd.patch" + epatch "${FILESDIR}/${PN}-unbreak_upgrade.patch" + epatch "${FILESDIR}/${P}-DisableCryptoInit.patch" + eautoreconf +} + +src_configure() { + local myconf + if use berkdb ; then + myconf=$(db_includedir) + myconf="--with-db-incdir=${myconf#-I}" + myconf+=" --enable-popauth" + myconf+=" --enable-query_cache" + myconf+=" --enable-stats" + fi + if use unbound; then + myconf+=" --with-unbound" + else + myconf+=" --with-ldns" + fi + if use ldap; then + myconf+=" $(use_with sasl)" + fi + econf \ + $(use_with berkdb db) \ + $(use_with opendbx odbx) \ + $(use_with lua) \ + $(use_enable lua rbl) \ + $(use_with ldap openldap) \ + $(use_enable poll) \ + $(use_enable static-libs static) \ + $(use_with gnutls) \ + ${myconf} \ + --docdir=/usr/share/doc/${PF} \ + --htmldir=/usr/share/doc/${PF}/html \ + --enable-filter \ + --enable-adsp_lists \ + --enable-dkim_reputation \ + --enable-identity_header \ + --enable-rate_limit \ + --enable-redirect \ + --enable-resign \ + --enable-replace_rules \ + --enable-default_sender \ + --enable-sender_macro \ + --enable-vbr \ + --disable-rpath \ + --disable-live-testing +} + +src_install() { + emake DESTDIR="${D}" install + + dosbin stats/opendkim-reportstats + newinitd "${FILESDIR}/opendkim.init.r3" opendkim + dodir /etc/opendkim /var/lib/opendkim + fowners milter:milter /var/lib/opendkim + + # default configuration + if [ ! -f "${ROOT}"/etc/opendkim/opendkim.conf ]; then + grep ^[^#] "${S}"/opendkim/opendkim.conf.simple \ + > "${D}"/etc/opendkim/opendkim.conf + if use unbound; then + echo TrustedAnchorFile /etc/dnssec/root-anchors.txt >> "${D}"/etc/opendkim/opendkim.conf + fi + echo UserID milter >> "${D}"/etc/opendkim/opendkim.conf + if use berkdb; then + echo Statistics /var/lib/opendkim/stats.dat >> \ + "${D}"/etc/opendkim/opendkim.conf + fi + fi + + use static-libs || find "${D}" -name "*.la" -delete +} + +pkg_postinst() { + elog "If you want to sign your mail messages and need some help" + elog "please run:" + elog " emerge --config ${CATEGORY}/${PN}" + elog "It will help you create your key and give you hints on how" + elog "to configure your DNS and MTA." + + ewarn "Make sure your MTA has r/w access to the socket file." + ewarn "This can be done either by setting UMask to 002 and adding MTA's user" + ewarn "to milter group or you can simply set UMask to 000." +} + +pkg_config() { + local selector keysize pubkey + + read -p "Enter the selector name (default ${HOSTNAME}): " selector + [[ -n "${selector}" ]] || selector=${HOSTNAME} + if [[ -z "${selector}" ]]; then + eerror "Oddly enough, you don't have a HOSTNAME." + return 1 + fi + if [[ -f "${ROOT}"etc/opendkim/${selector}.private ]]; then + ewarn "The private key for this selector already exists." + else + keysize=1024 + # generate the private and public keys + opendkim-genkey -b ${keysize} -D "${ROOT}"etc/opendkim/ \ + -s ${selector} -d '(your domain)' && \ + chown milter:milter \ + "${ROOT}"etc/opendkim/"${selector}".private || \ + { eerror "Failed to create private and public keys." ; return 1; } + chmod go-r "${ROOT}"etc/opendkim/"${selector}".private + fi + + # opendkim selector configuration + echo + einfo "Make sure you have the following settings in your /etc/opendkim/opendkim.conf:" + einfo " Keyfile /etc/opendkim/${selector}.private" + einfo " Selector ${selector}" + + # MTA configuration + echo + einfo "If you are using Postfix, add following lines to your main.cf:" + einfo " smtpd_milters = unix:/var/run/opendkim/opendkim.sock" + einfo " non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock" + einfo " and read http://www.postfix.org/MILTER_README.html" + + # DNS configuration + einfo "After you configured your MTA, publish your key by adding this TXT record to your domain:" + cat "${ROOT}"etc/opendkim/${selector}.txt + einfo "t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:" + einfo " http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text" + einfo + einfo "Also look at the ADSP http://tools.ietf.org/html/rfc5617" +} diff --git a/media-gfx/shared-color-profiles/Manifest b/media-gfx/shared-color-profiles/Manifest index 9334cc23dcec..23161ee9aa9b 100644 --- a/media-gfx/shared-color-profiles/Manifest +++ b/media-gfx/shared-color-profiles/Manifest @@ -1,2 +1,2 @@ -DIST shared-color-profiles-0.1.4.tar.gz 18645912 SHA256 276cd68ee2f3ee0c3c8de3e3691555dd849808fd12802dda70ff8d0814d22482 +DIST shared-color-profiles-0.1.4.tar.gz 18645912 SHA256 276cd68ee2f3ee0c3c8de3e3691555dd849808fd12802dda70ff8d0814d22482 SHA512 4d6e037f62b4fecb5b55a30c9c809646621bb12b20c908269eaec744bb33ac80d10ec14e816c8169fcda214dd66297ed26b19b6f2dc4aeb5e9c1bb2b2451682c WHIRLPOOL 8d1efd01e1ed21b19499b5f8e608e4aa56f65919bbfe76f15f2b22c68fead632da7dfcd8ae7916670ce2492f66909d8623ced5da290a23abbe59022ae75ffc0e DIST shared-color-profiles-0.1.5.tar.gz 18649829 SHA256 6edc31d5b9e89469fe9aaf4b2edef46631224957f3ef6a18d6b2582708584ed0 SHA512 6a54afc40b45a46ced3b9ab71c9bd83fc3ddd061a7a3c187fa14c326a361ec79feee8de1617354dfd42fac60222dd6b6800793eb9e487b68351bdd8eb384dfdc WHIRLPOOL 5b5588982bc9f7369eac0820b16f52d686b0b96637b36d2fbcf3f7181edf8b03a3b74fbdc8411d2ecf7199b10a2d8c6fa09b88e2bc7786501f603435c899f2d1 diff --git a/media-gfx/shared-color-profiles/shared-color-profiles-0.1.4.ebuild b/media-gfx/shared-color-profiles/shared-color-profiles-0.1.4.ebuild index d5f6b419ee0b..c4b2c9bece81 100644 --- a/media-gfx/shared-color-profiles/shared-color-profiles-0.1.4.ebuild +++ b/media-gfx/shared-color-profiles/shared-color-profiles-0.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shared-color-profiles/shared-color-profiles-0.1.4.ebuild,v 1.10 2012/03/08 23:02:46 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shared-color-profiles/shared-color-profiles-0.1.4.ebuild,v 1.11 2013/01/22 07:24:29 tetromino Exp $ EAPI="4" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="" -RDEPEND="" +RDEPEND="!>=x11-misc/colord-0.1.27" DEPEND="" DOCS=(AUTHORS ChangeLog NEWS README) diff --git a/media-gfx/shared-color-profiles/shared-color-profiles-0.1.5.ebuild b/media-gfx/shared-color-profiles/shared-color-profiles-0.1.5.ebuild index 1d862db10fd1..65fb32e4df5d 100644 --- a/media-gfx/shared-color-profiles/shared-color-profiles-0.1.5.ebuild +++ b/media-gfx/shared-color-profiles/shared-color-profiles-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shared-color-profiles/shared-color-profiles-0.1.5.ebuild,v 1.12 2013/01/20 17:09:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shared-color-profiles/shared-color-profiles-0.1.5.ebuild,v 1.13 2013/01/22 07:24:29 tetromino Exp $ EAPI="4" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="" +RDEPEND="!>=x11-misc/colord-0.1.27" DEPEND="" DOCS=(AUTHORS ChangeLog NEWS README) diff --git a/media-libs/hamlib/files/hamlib-1.2.15.3-configure.diff b/media-libs/hamlib/files/hamlib-1.2.15.3-configure.diff new file mode 100644 index 000000000000..51a8e85f91d1 --- /dev/null +++ b/media-libs/hamlib/files/hamlib-1.2.15.3-configure.diff @@ -0,0 +1,12 @@ +# Use CXXFLAGS to built c++ components +--- configure.ac.old 2013-01-22 09:20:31.000000000 +0100 ++++ configure.ac 2013-01-22 09:20:43.000000000 +0100 +@@ -87,7 +87,7 @@ + ACX_PTHREAD + if test x"$acx_pthread_ok" = xyes; then + CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" +- CXXFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" ++ CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS}" + fi + + AC_SYS_POSIX_TERMIOS() diff --git a/media-libs/hamlib/files/hamlib-bindings.diff b/media-libs/hamlib/files/hamlib-bindings.diff deleted file mode 100644 index ecb9715b1e5e..000000000000 --- a/media-libs/hamlib/files/hamlib-bindings.diff +++ /dev/null @@ -1,73 +0,0 @@ -# drop longrunning and unneeded search for python library ---- macros/python.m4.orig 2010-03-12 07:11:49.000000000 +0100 -+++ macros/python.m4 2010-03-12 07:12:21.000000000 +0100 -@@ -56,21 +56,6 @@ - - if test "$cf_with_python_devel" != "no" ; then - -- # Check for Python library path -- AC_MSG_CHECKING([for Python library path]) -- python_path=`echo $PYTHON | sed "s,/bin.*$,,"` -- for i in "$python_path/lib/python$PYTHON_VERSION/config/" "$python_path/lib/python$PYTHON_VERSION/" "$python_path/lib/python/config/" "$python_path/lib/python/" "$python_path/" ; do -- python_path=`find $i -type f -name libpython$PYTHON_VERSION.* -print | sed "1q"` -- if test -n "$python_path" ; then -- break -- fi -- done -- python_path=`echo $python_path | sed "s,/libpython.*$,,"` -- AC_MSG_RESULT([$python_path]) -- if test -z "$python_path" ; then -- AC_MSG_WARN([cannot find Python library path]) -- fi -- AC_SUBST([PYTHON_LDFLAGS],["-L$python_path -lpython$PYTHON_VERSION"]) - # - python_site=`echo $python_path | sed "s/config/site-packages/"` - AC_SUBST([PYTHON_SITE_PKG],[$python_site]) -Index: bindings/Makefile.am -# fix tcl and python install path -=================================================================== ---- bindings/Makefile.am (revision 2854) -+++ bindings/Makefile.am (working copy) -@@ -69,7 +69,7 @@ - - tcl_ltlib = hamlibtcl.la - --tcldir = $(prefix)/lib/tcl -+tcldir = @tclpackagedir@/hamlib - - PKG_VER=1.0 - DLL=hamlibtcl-$(PKG_VER)@TCL_SHLIB_SUFFIX@ -@@ -105,7 +105,7 @@ - - python_ltlib = _Hamlib.la - --pythondir = $(prefix)/lib/python -+pythondir = @pythondir@ - - nodist__Hamlib_la_SOURCES = hamlibpy_wrap.c - _Hamlib_la_LDFLAGS = -no-undefined -module -avoid-version -@@ -131,8 +131,8 @@ - uninstall-py: - - ########################################## -- --lib_LTLIBRARIES = $(tcl_ltlib) $(python_ltlib) -+_Hamlib_la_LTLIBRARIES = $(python_ltlib) -+lib_LTLIBRARIES = $(tcl_ltlib) - # lib_LTLIBRARIES = @BINDING_LIB_TARGETS@ - - all-local: @BINDING_ALL@ -Index: configure.ac -# add macro to determine path to tcl packages -=================================================================== ---- configure.ac (revision 2854) -+++ configure.ac (working copy) -@@ -330,6 +330,8 @@ - AC_SUBST(TCL_LIB_SPEC) - AC_SUBST(TCL_INCLUDE_SPEC) - AC_SUBST(TCL_SHLIB_SUFFIX) -+tclpackagedir=`echo $TCL_PACKAGE_PATH | cut -d ' ' -f 1 | sed "s,$TCL_PREFIX,\\${prefix},"` -+AC_SUBST(tclpackagedir) - - # TODO: require "${ac_cv_header_sys_socket_h}" = "no" - diff --git a/media-libs/hamlib/hamlib-1.2.15.3.ebuild b/media-libs/hamlib/hamlib-1.2.15.3.ebuild index 2f902f077cb7..38038e5ee028 100644 --- a/media-libs/hamlib/hamlib-1.2.15.3.ebuild +++ b/media-libs/hamlib/hamlib-1.2.15.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.15.3.ebuild,v 1.3 2013/01/20 21:48:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.15.3.ebuild,v 1.4 2013/01/22 08:39:13 tomjbe Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -50,6 +50,9 @@ src_prepare() { # fix tcl lib path epatch "${FILESDIR}"/${PN}-1.2.11-bindings.diff + # use CXXFLAGS for building c++ components (bug #453240) + epatch "${FILESDIR}"/${P}-configure.diff + eautoreconf } diff --git a/media-libs/libextractor/Manifest b/media-libs/libextractor/Manifest index 6c578c4aa508..11306d003e16 100644 --- a/media-libs/libextractor/Manifest +++ b/media-libs/libextractor/Manifest @@ -1,2 +1 @@ -DIST libextractor-0.6.3.tar.gz 1381932 SHA256 0c3afd11b77eed90d59210a947bc609b9c8adffaf656c5c665a982aa665ab5ba SHA512 0f2d5bbf6c089ae984adaae341e0c6ccf90d19dbe888edd33fdb403ad203553225ee379e80661a1e7ebde8525bb864ce88e6878d30710778f49712c4523b43c6 WHIRLPOOL e25c8cddb12c2e80127fbdfea2d2147c5226b180389666b7c4257b58d6bede6f8fcf6be75cd67c671fb87048b4f9340eefc1c40ad487b460f300af8db1cb3d52 DIST libextractor-1.0.1.tar.gz 7894265 SHA256 3251cbb4324defee1e641de44afb11156b13d676e27e01e031c6e06d904e1ece SHA512 616db2880cfc3b8974107b24346472e5650c5ce4b7580c4b78bcbff41bb1eea313a732891d1eced74a7d90518be7da481859dff98365212cd728d0d19447619c WHIRLPOOL c83561506e3f98f5b212bea23bce44ed42287fde03dbcf2ab2f5cec4ff37a1dba2fc9a2cf1beb984e96518b12ae5ac4561a2acc3b949acb9307bd26eda9006d5 diff --git a/media-libs/libextractor/libextractor-0.6.3-r1.ebuild b/media-libs/libextractor/libextractor-0.6.3-r1.ebuild deleted file mode 100644 index 5d4b61e24903..000000000000 --- a/media-libs/libextractor/libextractor-0.6.3-r1.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libextractor/libextractor-0.6.3-r1.ebuild,v 1.8 2012/10/14 19:01:13 armin76 Exp $ - -EAPI=4 -inherit eutils flag-o-matic multilib toolchain-funcs - -DESCRIPTION="A library used to extract metadata from files of arbitrary type" -HOMEPAGE="http://www.gnu.org/software/libextractor/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" -IUSE="ffmpeg gsf gtk pdf qt4" # test - -RESTRICT="test" - -RDEPEND="app-arch/bzip2 - app-text/iso-codes - >=dev-libs/glib-2 - media-gfx/exiv2 - media-libs/flac - media-libs/libmpeg2 - media-libs/libogg - media-libs/libvorbis - >=sys-devel/libtool-2.2.6b - sys-libs/zlib - virtual/libintl - ffmpeg? ( >=virtual/ffmpeg-0.10 ) - gsf? ( >=gnome-extra/libgsf-1.14.21 ) - gtk? ( x11-libs/gtk+:2 ) - pdf? ( app-text/poppler[cairo] ) - qt4? ( - x11-libs/qt-gui:4 - x11-libs/qt-svg:4 - ) - !app-crypt/pkcrack - !sci-biology/glimmer - !sci-chemistry/pdb-extract" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" -# test? ( app-forensics/zzuf ) - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -src_prepare() { - sed -i \ - -e 's:CODEC_TYPE_VIDEO:AVMEDIA_TYPE_VIDEO:' \ - src/plugins/thumbnailffmpeg_extractor.c || die - - # Missing AC_ARG_ENABLE wrt #415447 - use gtk || { sed -i -e '/min_gtk_version=/s:=.*:=9999:' configure || die; } - - # m4/ax_create_pkgconfig_info.m4 is passing environment LDFLAGS to Libs: - sed -i -e '/^ax_create_pkgconfig_ldflags=/s:$LDFLAGS ::' configure || die -} - -src_configure() { - local myconf - - use pdf && append-cppflags "$($(tc-getPKG_CONFIG) --cflags-only-I poppler)" - - if use qt4; then - append-cppflags "$($(tc-getPKG_CONFIG) --cflags-only-I QtGui QtSvg)" - append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-L QtGui QtSvg)" - else - myconf="--without-qt" - fi - - # Missing AC_ARG_ENABLE wrt #415447. Both because of private _ZTI9MemStream. - local opt - for opt in ac_cv_header_poppler_goo_gmem_h ac_cv_lib_poppler__ZTI9MemStream; do - export ${opt}=$(usex pdf) - done - - econf \ - --enable-glib \ - $(use_enable gsf) \ - --disable-gnome \ - $(use_enable ffmpeg) \ - ${myconf} -} - -src_compile() { - emake -j1 -} - -src_install() { - default - find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + -} diff --git a/media-libs/opencolorio/files/opencolorio-1.0.8-remove-external-doc-utilities.patch b/media-libs/opencolorio/files/opencolorio-1.0.8-remove-external-doc-utilities.patch new file mode 100644 index 000000000000..270e67acb31e --- /dev/null +++ b/media-libs/opencolorio/files/opencolorio-1.0.8-remove-external-doc-utilities.patch @@ -0,0 +1,65 @@ +--- docs/CMakeLists.txt.orig 2013-01-22 08:58:12.426195213 +0400 ++++ docs/CMakeLists.txt 2013-01-22 08:58:25.201194476 +0400 +@@ -1,62 +1,3 @@ +- +-############################################################################### +-### External Doc Apps ### +- +-# setuptools +-set(SETUPTOOLS_VERSION 0.6c11) +-ExternalProject_Add(setuptools +- URL ${CMAKE_SOURCE_DIR}/ext/setuptools-${SETUPTOOLS_VERSION}.tar.gz +- BUILD_IN_SOURCE 1 +- CONFIGURE_COMMAND ${CMAKE_COMMAND} -E make_directory ${EXTDIST_PYTHONPATH} +- BUILD_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py build +- INSTALL_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py install --prefix=${EXTDIST_ROOT} +-) +- +-# docutils +-set(DOCUTILS_VERSION 0.7) +-ExternalProject_Add(docutils +- DEPENDS setuptools +- URL ${CMAKE_SOURCE_DIR}/ext/docutils-${DOCUTILS_VERSION}.tar.gz +- BUILD_IN_SOURCE 1 +- CONFIGURE_COMMAND ${CMAKE_COMMAND} -E make_directory ${EXTDIST_PYTHONPATH} +- BUILD_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py build +- INSTALL_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py install --prefix=${EXTDIST_ROOT} +-) +- +-# jinja2 +-set(JINJA2_VERSION 2.5.5) +-ExternalProject_Add(Jinja2 +- DEPENDS setuptools +- URL ${CMAKE_SOURCE_DIR}/ext/Jinja2-${JINJA2_VERSION}.tar.gz +- BUILD_IN_SOURCE 1 +- CONFIGURE_COMMAND ${CMAKE_COMMAND} -E make_directory ${EXTDIST_PYTHONPATH} +- BUILD_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py build +- INSTALL_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py install --prefix=${EXTDIST_ROOT} +-) +- +-# Pygments +-set(PYGMENTS_VERSION 1.3.1) +-ExternalProject_Add(Pygments +- DEPENDS setuptools +- URL ${CMAKE_SOURCE_DIR}/ext/Pygments-${PYGMENTS_VERSION}.tar.gz +- BUILD_IN_SOURCE 1 +- CONFIGURE_COMMAND ${CMAKE_COMMAND} -E make_directory ${EXTDIST_PYTHONPATH} +- BUILD_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py build +- INSTALL_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py install --prefix=${EXTDIST_ROOT} +-) +- +-# sphinx +-set(SPHINX_VERSION f52b631f501a) # 1.1pre +-ExternalProject_Add(Sphinx +- DEPENDS setuptools docutils Jinja2 Pygments +- URL ${CMAKE_SOURCE_DIR}/ext/sphinx-${SPHINX_VERSION}.tar.gz +- PATCH_COMMAND patch -p1 < ${CMAKE_SOURCE_DIR}/ext/sphinx-${SPHINX_VERSION}.patch +- BUILD_IN_SOURCE 1 +- CONFIGURE_COMMAND ${CMAKE_COMMAND} -E make_directory ${EXTDIST_PYTHONPATH} +- BUILD_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py build +- INSTALL_COMMAND PYTHONPATH=${PYTHONPATH} python setup.py install --prefix=${EXTDIST_ROOT} --install-scripts=${EXTDIST_ROOT}/bin +-) +- + ############################################################################### + ### Create Doc Targets ### + diff --git a/media-libs/opencolorio/opencolorio-1.0.8.ebuild b/media-libs/opencolorio/opencolorio-1.0.8.ebuild index c08bb2d7acd7..db9c6e211f85 100644 --- a/media-libs/opencolorio/opencolorio-1.0.8.ebuild +++ b/media-libs/opencolorio/opencolorio-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opencolorio/opencolorio-1.0.8.ebuild,v 1.1 2013/01/16 05:47:02 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opencolorio/opencolorio-1.0.8.ebuild,v 1.2 2013/01/22 05:11:08 pinkbyte Exp $ EAPI=5 @@ -41,7 +41,10 @@ REQUIRED_USE="doc? ( python )" # Restricting tests, bugs #439790 and #447908 RESTRICT="test" -PATCHES=( "${FILESDIR}/${P}-documentation-gen.patch" ) +PATCHES=( + "${FILESDIR}/${P}-documentation-gen.patch" + "${FILESDIR}/${P}-remove-external-doc-utilities.patch" +) pkg_setup() { if use python; then diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index b1fe6b485ec4..dfa55f27a4e0 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Tue, 22 Jan 2013 04:36:51 +0000 +Tue, 22 Jan 2013 10:06:52 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index b1fe6b485ec4..dfa55f27a4e0 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Tue, 22 Jan 2013 04:36:51 +0000 +Tue, 22 Jan 2013 10:06:52 +0000 diff --git a/metadata/md5-cache/app-cdr/cdw-9999 b/metadata/md5-cache/app-cdr/cdw-9999 index 230b9f4a77f9..47dd2ba151d9 100644 --- a/metadata/md5-cache/app-cdr/cdw-9999 +++ b/metadata/md5-cache/app-cdr/cdw-9999 @@ -6,5 +6,5 @@ HOMEPAGE=http://cdw.sourceforge.net LICENSE=GPL-2 RDEPEND=virtual/cdrtools app-cdr/dvd+rw-tools dev-libs/libburn dev-libs/libcdio[-minimal] sys-libs/ncurses[unicode] SLOT=0 -_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=4212cb4692c154363a93242832086b1e diff --git a/metadata/md5-cache/app-i18n/skk-jisyo-9999 b/metadata/md5-cache/app-i18n/skk-jisyo-9999 index b736fcdff3ee..491dad95101d 100644 --- a/metadata/md5-cache/app-i18n/skk-jisyo-9999 +++ b/metadata/md5-cache/app-i18n/skk-jisyo-9999 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 public-domain freedist RDEPEND=cdb? ( dev-db/cdb ) !app-i18n/skk-jisyo-extra !app-i18n/skk-jisyo-cdb SLOT=0 -_eclasses_=cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=1fe9497dcc004dfce0f91306de10b43c diff --git a/metadata/md5-cache/app-misc/anki-2.0.5 b/metadata/md5-cache/app-misc/anki-2.0.5 new file mode 100644 index 000000000000..2ae7c4ff8bdf --- /dev/null +++ b/metadata/md5-cache/app-misc/anki-2.0.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup +DEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) || ( =dev-lang/python-2.7*[sqlite] =dev-lang/python-2.6*[sqlite] ) +DESCRIPTION=A spaced-repetition memory training program (flash cards) +EAPI=4 +HOMEPAGE=http://ichi2.net/anki/ +IUSE=latex +recording +sound +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-python/PyQt4[X,svg,webkit] >=dev-python/httplib2-0.7.4 dev-python/beautifulsoup:python-2 recording? ( media-sound/lame >=dev-python/pyaudio-0.2.4 ) sound? ( media-video/mplayer ) latex? ( app-text/texlive app-text/dvipng ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) || ( =dev-lang/python-2.7*[sqlite] =dev-lang/python-2.6*[sqlite] ) +SLOT=0 +SRC_URI=http://ankisrs.net/download/mirror/anki-2.0.5.tgz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=ef79ef961d9d17e7742fcbdeb3dc7d3e diff --git a/metadata/md5-cache/app-office/scribus-1.4.2 b/metadata/md5-cache/app-office/scribus-1.4.2 deleted file mode 100644 index 5aac2f99b39e..000000000000 --- a/metadata/md5-cache/app-office/scribus-1.4.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] x11-libs/qt-core:4 x11-libs/qt-gui:4 virtual/jpeg spell? ( app-text/aspell ) pdf? ( app-text/podofo ) cairo? ( x11-libs/cairo[X,svg] ) >=dev-util/cmake-2.8.8 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Desktop publishing (DTP) and layout program -EAPI=5 -HOMEPAGE=http://www.scribus.net/ -IUSE=cairo debug examples hunspell +minimal +pdf spell templates linguas_af linguas_ar linguas_bg linguas_br linguas_ca linguas_cs_CZ linguas_cy linguas_da_DK linguas_de linguas_de_1901 linguas_de_CH linguas_el linguas_en_AU linguas_en_GB linguas_en_US linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_lt_LT linguas_nb_NO linguas_nl linguas_pl_PL linguas_pt linguas_pt_BR linguas_ru linguas_sa linguas_sk_SK linguas_sl linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2 -RDEPEND=dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] x11-libs/qt-core:4 x11-libs/qt-gui:4 virtual/jpeg spell? ( app-text/aspell ) pdf? ( app-text/podofo ) cairo? ( x11-libs/cairo[X,svg] ) app-text/ghostscript-gpl -SLOT=0 -SRC_URI=mirror://sourceforge/scribus/1.4.2/scribus-1.4.2.tar.xz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 3cb7a29aafd4b984d2bf12bc50abe5da eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b python-single-r1 bb9df2bab825ac40550d15fb740159d4 python-utils-r1 3ba5c4cb11b8a64d26118d7ac282a208 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9bdd09b419cadde9449bc0250105176b diff --git a/metadata/md5-cache/app-office/scribus-1.4.2-r1 b/metadata/md5-cache/app-office/scribus-1.4.2-r1 new file mode 100644 index 000000000000..132007645b5f --- /dev/null +++ b/metadata/md5-cache/app-office/scribus-1.4.2-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DEPEND=dev-python/imaging[tk,python_targets_python2_6?,python_targets_python2_7?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] x11-libs/qt-core:4 x11-libs/qt-gui:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) cups? ( net-print/cups ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) virtual/pkgconfig >=dev-util/cmake-2.8.8 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Desktop publishing (DTP) and layout program +EAPI=5 +HOMEPAGE=http://www.scribus.net/ +IUSE=aspell cairo +cups debug examples hunspell +minimal +pdf templates linguas_af linguas_ar linguas_bg linguas_br linguas_ca linguas_cs_CZ linguas_cy linguas_da_DK linguas_de linguas_de_1901 linguas_de_CH linguas_el linguas_en_AU linguas_en_GB linguas_en_US linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_lt_LT linguas_nb_NO linguas_nl linguas_pl_PL linguas_pt linguas_pt_BR linguas_ru linguas_sa linguas_sk_SK linguas_sl linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 +KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=dev-python/imaging[tk,python_targets_python2_6?,python_targets_python2_7?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] x11-libs/qt-core:4 x11-libs/qt-gui:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) cups? ( net-print/cups ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) app-text/ghostscript-gpl +SLOT=0 +SRC_URI=mirror://sourceforge/scribus/1.4.2/scribus-1.4.2.tar.xz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 3cb7a29aafd4b984d2bf12bc50abe5da eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b python-single-r1 bb9df2bab825ac40550d15fb740159d4 python-utils-r1 3ba5c4cb11b8a64d26118d7ac282a208 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e2d279dc31c0472e1dcf679264c11a8b diff --git a/metadata/md5-cache/app-portage/epkg-0.1 b/metadata/md5-cache/app-portage/epkg-0.3 similarity index 71% rename from metadata/md5-cache/app-portage/epkg-0.1 rename to metadata/md5-cache/app-portage/epkg-0.3 index 9665ec145352..e7fd895e0457 100644 --- a/metadata/md5-cache/app-portage/epkg-0.1 +++ b/metadata/md5-cache/app-portage/epkg-0.3 @@ -6,5 +6,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=public-domain RDEPEND=app-portage/eix app-portage/gentoolkit sys-apps/portage SLOT=0 -SRC_URI=mirror://github/jdhore/epkg/epkg-0.1.tar.gz -_md5_=6e0a51c48b223dce3e78d0eb78869334 +SRC_URI=https://github.com/jdhore/epkg/archive/epkg-0.3.tar.gz +_md5_=d290a1dff6162c050f1b0919cdc0f213 diff --git a/metadata/md5-cache/app-shells/mksh-9999 b/metadata/md5-cache/app-shells/mksh-9999 index 6bbc38892519..8f23a42ba1b7 100644 --- a/metadata/md5-cache/app-shells/mksh-9999 +++ b/metadata/md5-cache/app-shells/mksh-9999 @@ -5,5 +5,5 @@ EAPI=4 HOMEPAGE=http://mirbsd.de/mksh LICENSE=BSD SLOT=0 -_eclasses_=cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a69a474d273dd7562406728799fb3a27 diff --git a/metadata/md5-cache/dev-db/pgpool2-9999 b/metadata/md5-cache/dev-db/pgpool2-9999 index c5b4dbfbccbd..bacd338286b3 100644 --- a/metadata/md5-cache/dev-db/pgpool2-9999 +++ b/metadata/md5-cache/dev-db/pgpool2-9999 @@ -7,5 +7,5 @@ IUSE=memcached pam ssl static-libs LICENSE=BSD RDEPEND=dev-db/postgresql-base memcached? ( dev-libs/libmemcached ) pam? ( sys-auth/pambase ) ssl? ( dev-libs/openssl ) SLOT=0 -_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=cd51f1ea063d30beb27d289e6bc00be7 diff --git a/metadata/md5-cache/dev-python/argh-0.22.0 b/metadata/md5-cache/dev-python/argh-0.22.0 new file mode 100644 index 000000000000..4cc25852ae57 --- /dev/null +++ b/metadata/md5-cache/dev-python/argh-0.22.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup +DEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) +DESCRIPTION=A simple argparse wrapper. +EAPI=4 +HOMEPAGE=http://packages.python.org/argh/ +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-3 +RDEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) +SLOT=0 +SRC_URI=mirror://pypi/a/argh/argh-0.22.0.tar.gz +_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=39afe6d2d683577a7dd246a2756f72f2 diff --git a/metadata/md5-cache/dev-python/celery-3.0.13 b/metadata/md5-cache/dev-python/celery-3.0.13 new file mode 100644 index 000000000000..03c5f30dae35 --- /dev/null +++ b/metadata/md5-cache/dev-python/celery-3.0.13 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup test +DEPEND=>=dev-python/kombu-2.4.7 =dev-python/anyjson-0.3.3 virtual/pyparsing >=dev-python/billiard-2.7.3.17 dev-python/pytz test? ( dev-python/gevent >=dev-python/mock-0.7.0 virtual/python-unittest2 dev-python/pyopenssl dev-python/nose-cover3 dev-python/sqlalchemy dev-python/pymongo dev-python/redis-py dev-db/redis ) doc? ( dev-python/docutils dev-python/sphinx dev-python/jinja dev-python/sphinxcontrib-issuetracker dev-python/sqlalchemy ) dev-python/setuptools || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* ) test? ( dev-python/nose ) +DESCRIPTION=Celery is an open source asynchronous task queue/job queue based on distributed message passing. +EAPI=4 +HOMEPAGE=http://celeryproject.org/ http://pypi.python.org/pypi/celery +IUSE=doc examples sql test test +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-python/kombu-2.4.7 =dev-python/anyjson-0.3.3 virtual/pyparsing >=dev-python/billiard-2.7.3.17 dev-python/pytz || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* ) +SLOT=0 +SRC_URI=mirror://pypi/c/celery/celery-3.0.13.tar.gz +_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6bc2df3415d5e25ba4acff907ed5a2fa diff --git a/metadata/md5-cache/dev-python/colander-1.0_alpha1 b/metadata/md5-cache/dev-python/colander-1.0_alpha1 new file mode 100644 index 000000000000..f2b1b2fe9a41 --- /dev/null +++ b/metadata/md5-cache/dev-python/colander-1.0_alpha1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup test +DEPEND=>=dev-python/translationstring-1.1 dev-python/setuptools doc? ( dev-python/sphinx ) || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( dev-python/nose ) +DESCRIPTION=A simple schema-based serialization and deserialization library +EAPI=4 +HOMEPAGE=http://docs.pylonsproject.org/projects/colander/en/latest/ http://pypi.python.org/pypi/colander +IUSE=doc test +KEYWORDS=~amd64 ~x86 +LICENSE=repoze MIT +RDEPEND=>=dev-python/translationstring-1.1 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* ) +SLOT=0 +SRC_URI=mirror://pypi/c/colander/colander-1.0a1.tar.gz +_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=0a1722dafaad5e72f249f3ea7a47ec12 diff --git a/metadata/md5-cache/dev-python/deform-0.9.6 b/metadata/md5-cache/dev-python/deform-0.9.6 new file mode 100644 index 000000000000..03fcef105eb7 --- /dev/null +++ b/metadata/md5-cache/dev-python/deform-0.9.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare test +DEPEND=>=dev-python/translationstring-1.1 >=dev-python/colander-1.0_alpha1 >=dev-python/peppercorn-0.4 >=dev-python/chameleon-1.2.3 test? ( dev-python/beautifulsoup:4 ) || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* ) +DESCRIPTION=Another form generation library +EAPI=3 +HOMEPAGE=http://docs.pylonsproject.org/projects/deform/en/latest/ http://pypi.python.org/pypi/deform https://github.com/Pylons/deform +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=repoze +RDEPEND=>=dev-python/translationstring-1.1 >=dev-python/colander-1.0_alpha1 >=dev-python/peppercorn-0.4 >=dev-python/chameleon-1.2.3 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* ) +SLOT=0 +SRC_URI=mirror://pypi/d/deform/deform-0.9.6.tar.gz +_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=ebcb2e15d62cd63646bd733baf2f4425 diff --git a/metadata/md5-cache/dev-python/fabric-1.5.2 b/metadata/md5-cache/dev-python/fabric-1.5.2 new file mode 100644 index 000000000000..c2ba7e16ace2 --- /dev/null +++ b/metadata/md5-cache/dev-python/fabric-1.5.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup test +DEPEND=dev-python/paramiko dev-python/setuptools doc? ( dev-python/sphinx ) test? ( python-prctl-1.4.0.tar.gz +_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=d99f39a6641e1b30a88e46ea7e9dafb0 diff --git a/metadata/md5-cache/dev-python/tweepy-1.13 b/metadata/md5-cache/dev-python/tweepy-1.13 new file mode 100644 index 000000000000..11a3acd668c8 --- /dev/null +++ b/metadata/md5-cache/dev-python/tweepy-1.13 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup unpack +DEPEND==dev-lang/python-2* +DESCRIPTION=A Python library for accessing the Twitter API +EAPI=4 +HOMEPAGE=http://tweepy.github.com/ +IUSE=examples +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND==dev-lang/python-2* +SLOT=0 +SRC_URI=https://github.com/tweepy/tweepy/tarball/1.13 -> tweepy-1.13.tar.gz +_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e vcs-snapshot d7572a392e0bd8e207deae5414f6a887 +_md5_=5ace72017336091087fc725ff6bac8a0 diff --git a/metadata/md5-cache/dev-ruby/daemon_controller-1.1.1 b/metadata/md5-cache/dev-ruby/daemon_controller-1.1.1 new file mode 100644 index 000000000000..a62c4f4b1395 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/daemon_controller-1.1.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rspec:2[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ) +DESCRIPTION=A library for starting and stopping specific daemons programmatically in a robust manner. +EAPI=5 +HOMEPAGE=http://github.com/FooBarWidget/daemon_controller +IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test test +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) +SLOT=0 +SRC_URI=mirror://rubygems/daemon_controller-1.1.1.gem +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=14291c08f78ab6c0d90bb322789a1145 diff --git a/metadata/md5-cache/dev-ruby/selenium-webdriver-2.27.1 b/metadata/md5-cache/dev-ruby/selenium-webdriver-2.27.1 deleted file mode 100644 index 51fdebbaf4cc..000000000000 --- a/metadata/md5-cache/dev-ruby/selenium-webdriver-2.27.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby18] dev-ruby/rubyzip[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby19] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby19] dev-ruby/rubyzip[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ree18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ree18] dev-ruby/rubyzip[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ) -DESCRIPTION=This gem provides Ruby bindings for WebDriver. -EAPI=4 -HOMEPAGE=http://gemcutter.org/gems/selenium-webdriver -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby18] dev-ruby/rubyzip[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby19] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby19] dev-ruby/rubyzip[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ree18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ree18] dev-ruby/rubyzip[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) -SLOT=0 -SRC_URI=mirror://rubygems/selenium-webdriver-2.27.1.gem -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a7a5f6f1383c5fac6758c7a15744783d diff --git a/metadata/md5-cache/dev-ruby/selenium-webdriver-2.25.0 b/metadata/md5-cache/dev-ruby/selenium-webdriver-2.29.0 similarity index 96% rename from metadata/md5-cache/dev-ruby/selenium-webdriver-2.25.0 rename to metadata/md5-cache/dev-ruby/selenium-webdriver-2.29.0 index b85a6072dc65..1efd9ca77a3e 100644 --- a/metadata/md5-cache/dev-ruby/selenium-webdriver-2.25.0 +++ b/metadata/md5-cache/dev-ruby/selenium-webdriver-2.29.0 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install prepare setup test unpack DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby18] dev-ruby/rubyzip[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby19] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby19] dev-ruby/rubyzip[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ree18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ree18] dev-ruby/rubyzip[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ) DESCRIPTION=This gem provides Ruby bindings for WebDriver. -EAPI=4 +EAPI=5 HOMEPAGE=http://gemcutter.org/gems/selenium-webdriver IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test KEYWORDS=~amd64 ~x86 @@ -9,6 +9,6 @@ LICENSE=Apache-2.0 RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby18] dev-ruby/rubyzip[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby19] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby19] dev-ruby/rubyzip[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ree18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ree18] dev-ruby/rubyzip[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) SLOT=0 -SRC_URI=mirror://rubygems/selenium-webdriver-2.25.0.gem +SRC_URI=mirror://rubygems/selenium-webdriver-2.29.0.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=9a0544dfda2accfa743464f629310aa0 +_md5_=d71a7e13804192d8e2505279fc3d04d0 diff --git a/metadata/md5-cache/games-board/pokerth-1.0 b/metadata/md5-cache/games-board/pokerth-1.0 new file mode 100644 index 000000000000..16ed19c85095 --- /dev/null +++ b/metadata/md5-cache/games-board/pokerth-1.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack +DEPEND=dev-db/sqlite:3 dev-libs/boost[threads(+)] dev-libs/libgcrypt dev-libs/tinyxml[stl] net-libs/libircclient >=net-misc/curl-7.16 x11-libs/qt-core:4 virtual/gsasl !dedicated? ( media-libs/libsdl media-libs/sdl-mixer[mod,vorbis] x11-libs/qt-gui:4 ) !dedicated? ( x11-libs/qt-sql:4 ) +DESCRIPTION=Texas Hold'em poker game +EAPI=5 +HOMEPAGE=http://www.pokerth.net/ +IUSE=dedicated +KEYWORDS=~amd64 ~x86 +LICENSE=AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain +RDEPEND=dev-db/sqlite:3 dev-libs/boost[threads(+)] dev-libs/libgcrypt dev-libs/tinyxml[stl] net-libs/libircclient >=net-misc/curl-7.16 x11-libs/qt-core:4 virtual/gsasl !dedicated? ( media-libs/libsdl media-libs/sdl-mixer[mod,vorbis] x11-libs/qt-gui:4 ) +SLOT=0 +SRC_URI=mirror://sourceforge/pokerth/PokerTH-1.0-src.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de games e0a83e3f3f024b8c8ef7a8217d716cbf multilib ded93e450747134a079e647d888aa80b qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=d2307e0575198fac8938d464047f08d0 diff --git a/metadata/md5-cache/games-fps/enemy-territory-truecombat-0.49b b/metadata/md5-cache/games-fps/enemy-territory-truecombat-0.49b index d08c82612c50..5db8b3f1d72c 100644 --- a/metadata/md5-cache/games-fps/enemy-territory-truecombat-0.49b +++ b/metadata/md5-cache/games-fps/enemy-territory-truecombat-0.49b @@ -11,4 +11,4 @@ RESTRICT=mirror strip SLOT=0 SRC_URI=http://dragons-perch.net/tce/tcetest049.zip http://freeserver.name/files/installer/linux/tcetest049.zip http://mirror.rosvosektori.net/tcetest049.zip http://dragons-perch.net/tce/tce049b_all_os_fixed.zip _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 games e0a83e3f3f024b8c8ef7a8217d716cbf games-mods 9d44c6f45289592ca9cf29d77424a048 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=eceeaac391d1b44e07c677e265fab35a +_md5_=a96e7b0aa4c0870301ef83fab56d51bf diff --git a/metadata/md5-cache/gnome-base/gnome-control-center-3.4.2-r1 b/metadata/md5-cache/gnome-base/gnome-control-center-3.4.2-r1 index 8ca6d20c4b07..424e7d5cdec0 100644 --- a/metadata/md5-cache/gnome-base/gnome-control-center-3.4.2-r1 +++ b/metadata/md5-cache/gnome-base/gnome-control-center-3.4.2-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=>=dev-libs/glib-2.31.0:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.3.5:3 >=gnome-base/gsettings-desktop-schemas-3.3.0 >=gnome-base/gnome-desktop-3.1.91:3 >=gnome-base/gnome-settings-daemon-3.3.92[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 app-text/iso-codes dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-0.9.16[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3 x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libxklavier-5.1 >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.3.4 ) cheese? ( media-libs/gstreamer:0.10 >=media-video/cheese-3.3.5 ) colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( net-libs/gnome-online-accounts ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) wacom? ( >=dev-libs/libwacom-0.3 x11-libs/libXi ) x11-proto/xproto x11-proto/xf86miscproto x11-proto/kbproto >=sys-devel/gettext-0.17 >=dev-util/intltool-0.40.1 virtual/pkgconfig app-text/scrollkeeper >=app-text/gnome-doc-utils-0.10.1 cups? ( sys-apps/sed ) gnome-base/gnome-common || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 +DEPEND=>=dev-libs/glib-2.31.0:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.3.5:3 >=gnome-base/gsettings-desktop-schemas-3.3.0 >=gnome-base/gnome-desktop-3.1.91:3 >=gnome-base/gnome-settings-daemon-3.3.92[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 app-text/iso-codes dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-0.9.16[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3 x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libxklavier-5.1 >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.3.4 ) cheese? ( media-libs/gstreamer:0.10 >=media-video/cheese-3.3.5 ) colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( net-libs/gnome-online-accounts ) input_devices_wacom? ( >=dev-libs/libwacom-0.3 x11-libs/libXi ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) x11-proto/xproto x11-proto/xf86miscproto x11-proto/kbproto >=sys-devel/gettext-0.17 >=dev-util/intltool-0.40.1 virtual/pkgconfig app-text/scrollkeeper >=app-text/gnome-doc-utils-0.10.1 cups? ( sys-apps/sed ) gnome-base/gnome-common || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 DESCRIPTION=GNOME Desktop Configuration Tool EAPI=4 HOMEPAGE=http://www.gnome.org/ -IUSE=+bluetooth +cheese +colord +cups +gnome-online-accounts +networkmanager +socialweb systemd wacom debug +IUSE=+bluetooth +cheese +colord +cups +gnome-online-accounts input_devices_wacom +networkmanager +socialweb systemd debug KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=GPL-2 PDEPEND=>=gnome-base/gnome-session-2.91.6-r1 -RDEPEND=>=dev-libs/glib-2.31.0:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.3.5:3 >=gnome-base/gsettings-desktop-schemas-3.3.0 >=gnome-base/gnome-desktop-3.1.91:3 >=gnome-base/gnome-settings-daemon-3.3.92[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 app-text/iso-codes dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-0.9.16[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3 x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libxklavier-5.1 >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.3.4 ) cheese? ( media-libs/gstreamer:0.10 >=media-video/cheese-3.3.5 ) colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( net-libs/gnome-online-accounts ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) wacom? ( >=dev-libs/libwacom-0.3 x11-libs/libXi ) app-admin/apg sys-apps/accountsservice x11-themes/gnome-icon-theme-symbolic colord? ( >=gnome-extra/gnome-color-manager-3 ) cups? ( >=app-admin/system-config-printer-gnome-1.3.5 net-print/cups-pk-helper ) !systemd? ( app-admin/openrc-settingsd sys-auth/consolekit ) wacom? ( gnome-base/gnome-settings-daemon[wacom] ) !=dev-libs/glib-2.31.0:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.3.5:3 >=gnome-base/gsettings-desktop-schemas-3.3.0 >=gnome-base/gnome-desktop-3.1.91:3 >=gnome-base/gnome-settings-daemon-3.3.92[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 app-text/iso-codes dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-0.9.16[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3 x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libxklavier-5.1 >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.3.4 ) cheese? ( media-libs/gstreamer:0.10 >=media-video/cheese-3.3.5 ) colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( net-libs/gnome-online-accounts ) input_devices_wacom? ( >=dev-libs/libwacom-0.3 x11-libs/libXi ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) app-admin/apg gnome-base/gnome-settings-daemon[input_devices_wacom?] sys-apps/accountsservice x11-themes/gnome-icon-theme-symbolic colord? ( >=gnome-extra/gnome-color-manager-3 ) cups? ( >=app-admin/system-config-printer-gnome-1.3.5 net-print/cups-pk-helper ) !systemd? ( app-admin/openrc-settingsd sys-auth/consolekit ) !=dev-libs/glib-2.31:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.5.13:3 >=gnome-base/gsettings-desktop-schemas-3.5.91 >=gnome-base/gnome-desktop-3.5.91:3= >=gnome-base/gnome-settings-daemon-3.6[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 app-text/iso-codes dev-libs/libpwquality dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-2[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3 x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.5.5:= ) colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.90 ) i18n? ( >=app-i18n/ibus-1.4.99 ) kerberos? ( virtual/krb5 ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) v4l? ( media-libs/gstreamer:1.0 media-libs/clutter-gtk:1.0 >=media-video/cheese-3.5.91 ) wacom? ( >=dev-libs/libwacom-0.6 >=x11-libs/libXi-1.2 ) x11-proto/xproto x11-proto/xf86miscproto x11-proto/kbproto dev-libs/libxml2:2 dev-libs/libxslt >=dev-util/intltool-0.40.1 >=sys-devel/gettext-0.17 virtual/pkgconfig cups? ( sys-apps/sed ) gnome-base/gnome-common || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 +DEPEND=>=dev-libs/glib-2.31:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.5.13:3 >=gnome-base/gsettings-desktop-schemas-3.5.91 >=gnome-base/gnome-desktop-3.5.91:3= >=gnome-base/gnome-settings-daemon-3.6[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 app-text/iso-codes dev-libs/libpwquality dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-2[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3 x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.5.5:= ) colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.90 ) i18n? ( >=app-i18n/ibus-1.4.99 ) input_devices_wacom? ( >=dev-libs/libwacom-0.6 >=x11-libs/libXi-1.2 ) kerberos? ( virtual/krb5 ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) v4l? ( media-libs/gstreamer:1.0 media-libs/clutter-gtk:1.0 >=media-video/cheese-3.5.91 ) x11-proto/xproto x11-proto/xf86miscproto x11-proto/kbproto dev-libs/libxml2:2 dev-libs/libxslt >=dev-util/intltool-0.40.1 >=sys-devel/gettext-0.17 virtual/pkgconfig cups? ( sys-apps/sed ) gnome-base/gnome-common || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 DESCRIPTION=GNOME Desktop Configuration Tool EAPI=5 HOMEPAGE=http://www.gnome.org/ -IUSE=+bluetooth +colord +cups +gnome-online-accounts +i18n kerberos +networkmanager +socialweb systemd v4l wacom debug +IUSE=+bluetooth +colord +cups +gnome-online-accounts +i18n input_devices_wacom kerberos +networkmanager +socialweb systemd v4l debug KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=GPL-2+ PDEPEND=>=gnome-base/gnome-session-2.91.6-r1 -RDEPEND=>=dev-libs/glib-2.31:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.5.13:3 >=gnome-base/gsettings-desktop-schemas-3.5.91 >=gnome-base/gnome-desktop-3.5.91:3= >=gnome-base/gnome-settings-daemon-3.6[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 app-text/iso-codes dev-libs/libpwquality dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-2[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3 x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.5.5:= ) colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.90 ) i18n? ( >=app-i18n/ibus-1.4.99 ) kerberos? ( virtual/krb5 ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) v4l? ( media-libs/gstreamer:1.0 media-libs/clutter-gtk:1.0 >=media-video/cheese-3.5.91 ) wacom? ( >=dev-libs/libwacom-0.6 >=x11-libs/libXi-1.2 ) sys-apps/accountsservice x11-themes/gnome-icon-theme-symbolic colord? ( >=gnome-extra/gnome-color-manager-3 ) cups? ( >=app-admin/system-config-printer-gnome-1.3.5 net-print/cups-pk-helper ) !systemd? ( app-admin/openrc-settingsd sys-auth/consolekit ) wacom? ( gnome-base/gnome-settings-daemon[wacom] ) !=dev-libs/glib-2.31:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3.5.13:3 >=gnome-base/gsettings-desktop-schemas-3.5.91 >=gnome-base/gnome-desktop-3.5.91:3= >=gnome-base/gnome-settings-daemon-3.6[colord?,policykit] >=gnome-base/libgnomekbd-2.91.91 app-text/iso-codes dev-libs/libpwquality dev-libs/libxml2:2 gnome-base/gnome-menus:3 gnome-base/libgtop:2 media-libs/fontconfig >=media-libs/libcanberra-0.13[gtk3] >=media-sound/pulseaudio-2[glib] >=sys-auth/polkit-0.97 >=sys-power/upower-0.9.1 >=x11-libs/libnotify-0.7.3 x11-apps/xmodmap x11-libs/libX11 x11-libs/libXxf86misc >=x11-libs/libXi-1.2 bluetooth? ( >=net-wireless/gnome-bluetooth-3.5.5:= ) colord? ( >=x11-misc/colord-0.1.8 ) cups? ( >=net-print/cups-1.4[dbus] ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.90 ) i18n? ( >=app-i18n/ibus-1.4.99 ) input_devices_wacom? ( >=dev-libs/libwacom-0.6 >=x11-libs/libXi-1.2 ) kerberos? ( virtual/krb5 ) networkmanager? ( >=gnome-extra/nm-applet-0.9.1.90 >=net-misc/networkmanager-0.8.997 ) socialweb? ( net-libs/libsocialweb ) systemd? ( >=sys-apps/systemd-31 ) v4l? ( media-libs/gstreamer:1.0 media-libs/clutter-gtk:1.0 >=media-video/cheese-3.5.91 ) gnome-base/gnome-settings-daemon[input_devices_wacom?] sys-apps/accountsservice x11-themes/gnome-icon-theme-symbolic colord? ( >=gnome-extra/gnome-color-manager-3 ) cups? ( >=app-admin/system-config-printer-gnome-1.3.5 net-print/cups-pk-helper ) !systemd? ( app-admin/openrc-settingsd sys-auth/consolekit ) !=dev-libs/glib-2.29.15:2 introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) python? ( python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:3[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] ) >=dev-util/intltool-0.40 sys-devel/gettext virtual/pkgconfig test? ( dev-libs/gjs ) app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=The GNOME menu system, implementing the F.D.O cross-desktop spec +EAPI=5 +HOMEPAGE=http://www.gnome.org +IUSE=debug +introspection +python test python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +LICENSE=GPL-2+ LGPL-2+ +RDEPEND=>=dev-libs/glib-2.29.15:2 introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) python? ( python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:3[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] ) !=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.22.0:2 >=dev-libs/dbus-glib-0.76 >=gnome-base/gconf-2:2[gtk(+)] >=sys-power/upower-0.9.0 elibc_FreeBSD? ( dev-libs/libexecinfo ) x11-libs/libSM x11-libs/libICE x11-libs/libX11 x11-libs/libXext x11-libs/libXtst x11-apps/xdpyinfo x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk >=dev-lang/perl-5 >=sys-devel/gettext-0.10.40 virtual/pkgconfig >=dev-util/intltool-0.40 gnome-base/gnome-common !=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-apps/sed-4 +DEPEND=>=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.22.0:2 >=dev-libs/dbus-glib-0.76 >=gnome-base/gconf-2:2[gtk(+)] =sys-power/upower-0.9.0 elibc_FreeBSD? ( dev-libs/libexecinfo ) x11-libs/libSM x11-libs/libICE x11-libs/libX11 x11-libs/libXext x11-libs/libXtst x11-apps/xdpyinfo x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk >=dev-lang/perl-5 >=sys-devel/gettext-0.10.40 virtual/pkgconfig >=dev-util/intltool-0.40 gnome-base/gnome-common !=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-apps/sed-4 DESCRIPTION=Gnome session manager EAPI=4 HOMEPAGE=http://www.gnome.org/ IUSE=doc ipv6 elibc_FreeBSD debug KEYWORDS=alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=GPL-2 LGPL-2 FDL-1.1 -RDEPEND=>=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.22.0:2 >=dev-libs/dbus-glib-0.76 >=gnome-base/gconf-2:2[gtk(+)] >=sys-power/upower-0.9.0 elibc_FreeBSD? ( dev-libs/libexecinfo ) x11-libs/libSM x11-libs/libICE x11-libs/libX11 x11-libs/libXext x11-libs/libXtst x11-apps/xdpyinfo x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk +RDEPEND=>=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.22.0:2 >=dev-libs/dbus-glib-0.76 >=gnome-base/gconf-2:2[gtk(+)] =sys-power/upower-0.9.0 elibc_FreeBSD? ( dev-libs/libexecinfo ) x11-libs/libSM x11-libs/libICE x11-libs/libX11 x11-libs/libXext x11-libs/libXtst x11-apps/xdpyinfo x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk SLOT=0 SRC_URI=mirror://gnome/sources/gnome-session/2.32/gnome-session-2.32.1.tar.bz2 _eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=0e4e559041468ff8a5f33ae79ca3769d +_md5_=01f1f566872bfb88fbf5109a327e0bce diff --git a/metadata/md5-cache/gnome-base/gnome-session-3.6.2-r1 b/metadata/md5-cache/gnome-base/gnome-session-3.6.2-r1 new file mode 100644 index 000000000000..a4a4d1ef8a1b --- /dev/null +++ b/metadata/md5-cache/gnome-base/gnome-session-3.6.2-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=dev-libs/glib-2.33.4:2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.90.7:3 >=dev-libs/json-glib-0.10 >=dev-libs/dbus-glib-0.76 >=sys-power/upower-0.9.0 elibc_FreeBSD? ( dev-libs/libexecinfo ) virtual/opengl x11-libs/libSM x11-libs/libICE x11-libs/libXau x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXrender x11-libs/libXtst x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk x11-apps/xdpyinfo gconf? ( >=gnome-base/gconf-2:2 ) >=dev-lang/perl-5 >=sys-devel/gettext-0.10.40 >=dev-util/intltool-0.40.6 x11-libs/pango[X] virtual/pkgconfig !=sys-apps/sed-4 +DESCRIPTION=Gnome session manager +EAPI=5 +HOMEPAGE=http://www.gnome.org/ +IUSE=doc elibc_FreeBSD gconf ipv6 systemd debug +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +LICENSE=GPL-2 LGPL-2 FDL-1.1 +RDEPEND=>=dev-libs/glib-2.33.4:2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.90.7:3 >=dev-libs/json-glib-0.10 >=dev-libs/dbus-glib-0.76 >=sys-power/upower-0.9.0 elibc_FreeBSD? ( dev-libs/libexecinfo ) virtual/opengl x11-libs/libSM x11-libs/libICE x11-libs/libXau x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXrender x11-libs/libXtst x11-misc/xdg-user-dirs x11-misc/xdg-user-dirs-gtk x11-apps/xdpyinfo gconf? ( >=gnome-base/gconf-2:2 ) gnome-base/gnome-settings-daemon >=gnome-base/gsettings-desktop-schemas-0.1.7 >=x11-themes/gnome-themes-standard-2.91.92 sys-apps/dbus[X] systemd? ( >=sys-apps/systemd-183 ) !systemd? ( sys-auth/consolekit ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-session/3.6/gnome-session-3.6.2.tar.xz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=05f5b5278d4b0872806ce472f765c78b diff --git a/metadata/md5-cache/gnome-base/gnome-settings-daemon-2.32.1-r2 b/metadata/md5-cache/gnome-base/gnome-settings-daemon-2.32.1-r2 index 98d6f9dc7680..8f2783df81de 100644 --- a/metadata/md5-cache/gnome-base/gnome-settings-daemon-2.32.1-r2 +++ b/metadata/md5-cache/gnome-base/gnome-settings-daemon-2.32.1-r2 @@ -5,9 +5,9 @@ EAPI=4 HOMEPAGE=http://www.gnome.org IUSE=debug libnotify policykit pulseaudio smartcard debug KEYWORDS=alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=GPL-2 +LICENSE=GPL-2+ RDEPEND=>=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.21.2:2 >=gnome-base/gconf-2.6.1:2 >=gnome-base/libgnomekbd-2.32.0-r1 =gnome-base/gnome-desktop-2.29.92:2 x11-libs/libX11 x11-libs/libXi x11-libs/libXext x11-libs/libXxf86misc >=x11-libs/libxklavier-5.0 media-libs/fontconfig libnotify? ( >=x11-libs/libnotify-0.4.3 ) policykit? ( >=sys-auth/polkit-0.91 >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-1.1.2 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.15 media-libs/libcanberra[gtk] ) !pulseaudio? ( >=media-libs/gstreamer-0.10.1.2:0.10 >=media-libs/gst-plugins-base-0.10.1.2:0.10 ) smartcard? ( >=dev-libs/nss-3.11.2 ) !>=gnome-base/gnome-control-center-2.91.90 SLOT=0 SRC_URI=mirror://gnome/sources/gnome-settings-daemon/2.32/gnome-settings-daemon-2.32.1.tar.bz2 http://dev.gentoo.org/~pacho/gnome/gnome-settings-daemon-2.32.1-gst-vol-control-support.patch _eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a4b5bb28e60efce79c5fa78fab90a050 +_md5_=41ec0b6389a74e22eecf72b464404fcf diff --git a/metadata/md5-cache/gnome-base/gnome-settings-daemon-3.2.3 b/metadata/md5-cache/gnome-base/gnome-settings-daemon-3.2.3 deleted file mode 100644 index 6108bd3888e1..000000000000 --- a/metadata/md5-cache/gnome-base/gnome-settings-daemon-3.2.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.29.14:2 >=x11-libs/gtk+-3.1.10:3 >=gnome-base/gconf-2.6.1:2 >=gnome-base/libgnomekbd-2.91.1 >=gnome-base/gnome-desktop-3.2.0-r1:3 >=gnome-base/gsettings-desktop-schemas-0.1.7.1 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3 x11-libs/libX11 x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXxf86misc >=x11-libs/libxklavier-5.0 >=media-sound/pulseaudio-0.9.16 colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) packagekit? ( virtual/udev[gudev] >=app-admin/packagekit-base-0.6.12 ) policykit? ( >=sys-auth/polkit-0.97 >=sys-apps/dbus-1.1.2[X] ) smartcard? ( >=dev-libs/nss-3.11.2 ) udev? ( virtual/udev[gudev] ) cups? ( sys-apps/sed ) sys-devel/gettext >=dev-util/intltool-0.40 virtual/pkgconfig x11-proto/inputproto x11-proto/kbproto x11-proto/xf86miscproto >=x11-proto/xproto-7.0.15 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Gnome Settings Daemon -EAPI=4 -HOMEPAGE=http://www.gnome.org -IUSE=+colord +cups debug packagekit policykit +short-touchpad-timeout smartcard +udev test -KEYWORDS=~alpha ~amd64 ~arm ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=GPL-2 -RDEPEND=>=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.29.14:2 >=x11-libs/gtk+-3.1.10:3 >=gnome-base/gconf-2.6.1:2 >=gnome-base/libgnomekbd-2.91.1 >=gnome-base/gnome-desktop-3.2.0-r1:3 >=gnome-base/gsettings-desktop-schemas-0.1.7.1 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3 x11-libs/libX11 x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXxf86misc >=x11-libs/libxklavier-5.0 >=media-sound/pulseaudio-0.9.16 colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) packagekit? ( virtual/udev[gudev] >=app-admin/packagekit-base-0.6.12 ) policykit? ( >=sys-auth/polkit-0.97 >=sys-apps/dbus-1.1.2[X] ) smartcard? ( >=dev-libs/nss-3.11.2 ) udev? ( virtual/udev[gudev] ) gnome-base/dconf >=x11-themes/gnome-themes-standard-2.91 >=x11-themes/gnome-icon-theme-2.91 >=x11-themes/gnome-icon-theme-symbolic-2.91 !=dev-libs/glib-2.31.0:2 >=x11-libs/gtk+-3.3.4:3 >=gnome-base/libgnomekbd-2.91.1 >=gnome-base/gnome-desktop-3.3.92:3 >=gnome-base/gsettings-desktop-schemas-3.3.0 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3 x11-libs/libX11 x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc >=x11-libs/libxklavier-5.0 >=media-sound/pulseaudio-0.9.16 colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) packagekit? ( virtual/udev[gudev] >=app-admin/packagekit-base-0.6.12 ) smartcard? ( virtual/udev[gudev] >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) wacom? ( >=dev-libs/libwacom-0.3 x11-drivers/xf86-input-wacom ) cups? ( sys-apps/sed ) sys-devel/gettext >=dev-util/intltool-0.40 virtual/pkgconfig x11-proto/inputproto x11-proto/kbproto x11-proto/xf86miscproto >=x11-proto/xproto-7.0.15 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack +DEPEND=>=dev-libs/glib-2.31.0:2 >=x11-libs/gtk+-3.3.4:3 >=gnome-base/libgnomekbd-2.91.1 >=gnome-base/gnome-desktop-3.3.92:3 >=gnome-base/gsettings-desktop-schemas-3.3.0 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3 x11-libs/libX11 x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc >=x11-libs/libxklavier-5.0 >=media-sound/pulseaudio-0.9.16 colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) input_devices_wacom? ( >=dev-libs/libwacom-0.6 x11-drivers/xf86-input-wacom ) packagekit? ( virtual/udev[gudev] >=app-admin/packagekit-base-0.6.12 ) smartcard? ( virtual/udev[gudev] >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) cups? ( sys-apps/sed ) sys-devel/gettext >=dev-util/intltool-0.40 virtual/pkgconfig x11-proto/inputproto x11-proto/kbproto x11-proto/xf86miscproto >=x11-proto/xproto-7.0.15 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Gnome Settings Daemon EAPI=4 HOMEPAGE=http://www.gnome.org -IUSE=+colord +cups debug packagekit policykit +short-touchpad-timeout smartcard systemd +udev wacom test +IUSE=+colord +cups debug input_devices_wacom packagekit policykit +short-touchpad-timeout smartcard systemd +udev test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=GPL-2 -RDEPEND=>=dev-libs/glib-2.31.0:2 >=x11-libs/gtk+-3.3.4:3 >=gnome-base/libgnomekbd-2.91.1 >=gnome-base/gnome-desktop-3.3.92:3 >=gnome-base/gsettings-desktop-schemas-3.3.0 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3 x11-libs/libX11 x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc >=x11-libs/libxklavier-5.0 >=media-sound/pulseaudio-0.9.16 colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) packagekit? ( virtual/udev[gudev] >=app-admin/packagekit-base-0.6.12 ) smartcard? ( virtual/udev[gudev] >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) wacom? ( >=dev-libs/libwacom-0.3 x11-drivers/xf86-input-wacom ) gnome-base/dconf >=x11-themes/gnome-themes-standard-2.91 >=x11-themes/gnome-icon-theme-2.91 >=x11-themes/gnome-icon-theme-symbolic-2.91 !=dev-libs/glib-2.31.0:2 >=x11-libs/gtk+-3.3.4:3 >=gnome-base/libgnomekbd-2.91.1 >=gnome-base/gnome-desktop-3.3.92:3 >=gnome-base/gsettings-desktop-schemas-3.3.0 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3 x11-libs/libX11 x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc >=x11-libs/libxklavier-5.0 >=media-sound/pulseaudio-0.9.16 colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) input_devices_wacom? ( >=dev-libs/libwacom-0.6 x11-drivers/xf86-input-wacom ) packagekit? ( virtual/udev[gudev] >=app-admin/packagekit-base-0.6.12 ) smartcard? ( virtual/udev[gudev] >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) gnome-base/dconf >=x11-themes/gnome-themes-standard-2.91 >=x11-themes/gnome-icon-theme-2.91 >=x11-themes/gnome-icon-theme-symbolic-2.91 !=dev-libs/glib-2.31.0:2 >=x11-libs/gtk+-3.3.4:3 >=gnome-base/gnome-desktop-3.5.3:3= >=gnome-base/gsettings-desktop-schemas-3.5.90 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3:= x11-libs/libX11 x11-libs/libxkbfile x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) i18n? ( >=app-i18n/ibus-1.4.99 ) packagekit? ( >=app-admin/packagekit-base-0.7.4 ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) wacom? ( >=dev-libs/libwacom-0.6 x11-drivers/xf86-input-wacom ) cups? ( sys-apps/sed ) dev-libs/libxml2:2 sys-devel/gettext >=dev-util/intltool-0.40 virtual/pkgconfig x11-proto/inputproto x11-proto/xf86miscproto >=x11-proto/xproto-7.0.15 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=dev-libs/glib-2.31.0:2 >=x11-libs/gtk+-3.3.4:3 >=gnome-base/gnome-desktop-3.5.3:3= >=gnome-base/gsettings-desktop-schemas-3.5.90 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3:= x11-libs/libX11 x11-libs/libxkbfile x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) i18n? ( >=app-i18n/ibus-1.4.99 ) input_devices_wacom? ( >=dev-libs/libwacom-0.6 x11-drivers/xf86-input-wacom ) packagekit? ( >=app-admin/packagekit-base-0.7.4 ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) cups? ( sys-apps/sed ) dev-libs/libxml2:2 sys-devel/gettext >=dev-util/intltool-0.40 virtual/pkgconfig x11-proto/inputproto x11-proto/xf86miscproto >=x11-proto/xproto-7.0.15 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Gnome Settings Daemon EAPI=5 HOMEPAGE=http://www.gnome.org -IUSE=+colord +cups debug +i18n packagekit policykit +short-touchpad-timeout smartcard systemd +udev wacom test +IUSE=+colord +cups debug +i18n input_devices_wacom packagekit policykit +short-touchpad-timeout smartcard systemd +udev test KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=GPL-2 -RDEPEND=>=dev-libs/glib-2.31.0:2 >=x11-libs/gtk+-3.3.4:3 >=gnome-base/gnome-desktop-3.5.3:3= >=gnome-base/gsettings-desktop-schemas-3.5.90 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3:= x11-libs/libX11 x11-libs/libxkbfile x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) i18n? ( >=app-i18n/ibus-1.4.99 ) packagekit? ( >=app-admin/packagekit-base-0.7.4 ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) wacom? ( >=dev-libs/libwacom-0.6 x11-drivers/xf86-input-wacom ) gnome-base/dconf >=x11-themes/gnome-themes-standard-2.91 >=x11-themes/gnome-icon-theme-2.91 >=x11-themes/gnome-icon-theme-symbolic-2.91 !=dev-libs/glib-2.31.0:2 >=x11-libs/gtk+-3.3.4:3 >=gnome-base/gnome-desktop-3.5.3:3= >=gnome-base/gsettings-desktop-schemas-3.5.90 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3:= x11-libs/libX11 x11-libs/libxkbfile x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc colord? ( >=x11-misc/colord-0.1.13 ) cups? ( >=net-print/cups-1.4[dbus] ) i18n? ( >=app-i18n/ibus-1.4.99 ) input_devices_wacom? ( >=dev-libs/libwacom-0.6 x11-drivers/xf86-input-wacom ) packagekit? ( >=app-admin/packagekit-base-0.7.4 ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) gnome-base/dconf >=x11-themes/gnome-themes-standard-2.91 >=x11-themes/gnome-icon-theme-2.91 >=x11-themes/gnome-icon-theme-symbolic-2.91 !=dev-libs/glib-2.31.0:2 >=x11-libs/gtk+-3.3.4:3 >=gnome-base/gnome-desktop-3.5.3:3= >=gnome-base/gsettings-desktop-schemas-3.5.90 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3:= x11-libs/libX11 x11-libs/libxkbfile x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc colord? ( >=x11-misc/colord-0.1.27:= ) cups? ( >=net-print/cups-1.4[dbus] ) i18n? ( >=app-i18n/ibus-1.4.99 ) input_devices_wacom? ( >=dev-libs/libwacom-0.6 x11-drivers/xf86-input-wacom ) packagekit? ( >=app-admin/packagekit-base-0.7.4 ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) cups? ( sys-apps/sed ) dev-libs/libxml2:2 sys-devel/gettext >=dev-util/intltool-0.40 virtual/pkgconfig x11-proto/inputproto x11-proto/xf86miscproto >=x11-proto/xproto-7.0.15 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Gnome Settings Daemon +EAPI=5 +HOMEPAGE=http://www.gnome.org +IUSE=+colord +cups debug +i18n input_devices_wacom packagekit policykit +short-touchpad-timeout smartcard systemd +udev test +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.31.0:2 >=x11-libs/gtk+-3.3.4:3 >=gnome-base/gnome-desktop-3.5.3:3= >=gnome-base/gsettings-desktop-schemas-3.5.90 media-fonts/cantarell media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra[gtk3] >=media-sound/pulseaudio-0.9.16 >=sys-power/upower-0.9.11 x11-libs/cairo x11-libs/gdk-pixbuf:2 >=x11-libs/libnotify-0.7.3:= x11-libs/libX11 x11-libs/libxkbfile x11-libs/libXi x11-libs/libXext x11-libs/libXfixes x11-libs/libXtst x11-libs/libXxf86misc colord? ( >=x11-misc/colord-0.1.27:= ) cups? ( >=net-print/cups-1.4[dbus] ) i18n? ( >=app-i18n/ibus-1.4.99 ) input_devices_wacom? ( >=dev-libs/libwacom-0.6 x11-drivers/xf86-input-wacom ) packagekit? ( >=app-admin/packagekit-base-0.7.4 ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( >=sys-apps/systemd-31 ) udev? ( virtual/udev[gudev] ) gnome-base/dconf >=x11-themes/gnome-themes-standard-2.91 >=x11-themes/gnome-icon-theme-2.91 >=x11-themes/gnome-icon-theme-symbolic-2.91 !=dev-libs/glib-2.33.12:2 sys-apps/dbus dev-libs/libxml2:2 net-misc/openssh afp? ( >=dev-libs/libgcrypt-1.2.2:= ) archive? ( app-arch/libarchive:= ) avahi? ( >=net-dns/avahi-0.6 ) bluetooth? ( >=app-mobilephone/obex-data-server-0.4.5 dev-libs/dbus-glib net-wireless/bluez dev-libs/expat ) bluray? ( media-libs/libbluray ) fuse? ( >=sys-fs/fuse-2.8.0 ) gdu? ( || ( >=gnome-base/libgdu-3.0.2 =sys-apps/gnome-disk-utility-3.0.2-r300 =sys-apps/gnome-disk-utility-3.0.2-r200 ) ) gnome-keyring? ( app-crypt/libsecret ) gphoto2? ( >=media-libs/libgphoto2-2.4.7:= ) gtk? ( >=x11-libs/gtk+-3.0:3 ) http? ( >=net-libs/libsoup-gnome-2.26.0 ) ios? ( >=app-pda/libimobiledevice-1.1.0 >=app-pda/libplist-1 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) systemd? ( sys-apps/systemd ) udev? ( cdda? ( || ( dev-libs/libcdio-paranoia =sys-fs/udisks-1.97:2[systemd?] ) dev-libs/libxslt >=dev-util/intltool-0.40 virtual/pkgconfig dev-util/gdbus-codegen dev-util/gtk-doc-am doc? ( >=dev-util/gtk-doc-1 ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 +DEPEND=>=dev-libs/glib-2.33.12:2 sys-apps/dbus dev-libs/libxml2:2 net-misc/openssh afp? ( >=dev-libs/libgcrypt-1.2.2:= ) archive? ( app-arch/libarchive:= ) avahi? ( >=net-dns/avahi-0.6 ) bluetooth? ( >=app-mobilephone/obex-data-server-0.4.5 dev-libs/dbus-glib net-wireless/bluez dev-libs/expat ) bluray? ( media-libs/libbluray ) fuse? ( >=sys-fs/fuse-2.8.0 ) gdu? ( || ( >=gnome-base/libgdu-3.0.2 =sys-apps/gnome-disk-utility-3.0.2-r300 =sys-apps/gnome-disk-utility-3.0.2-r200 ) ) gnome-keyring? ( app-crypt/libsecret ) gphoto2? ( >=media-libs/libgphoto2-2.4.7:= ) gtk? ( >=x11-libs/gtk+-3.0:3 ) http? ( >=net-libs/libsoup-gnome-2.26.0 ) ios? ( >=app-pda/libimobiledevice-1.1.0 >=app-pda/libplist-1 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) systemd? ( sys-apps/systemd ) udev? ( cdda? ( || ( dev-libs/libcdio-paranoia =sys-fs/udisks-1.97:2 ) dev-libs/libxslt >=dev-util/intltool-0.40 virtual/pkgconfig dev-util/gdbus-codegen dev-util/gtk-doc-am doc? ( >=dev-util/gtk-doc-1 ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 DESCRIPTION=GNOME Virtual Filesystem Layer EAPI=5 HOMEPAGE=http://www.gnome.org IUSE=afp archive avahi bluetooth bluray cdda doc fuse gdu gnome-keyring gphoto2 gtk +http ios samba systemd +udev udisks KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris LICENSE=LGPL-2+ -RDEPEND=>=dev-libs/glib-2.33.12:2 sys-apps/dbus dev-libs/libxml2:2 net-misc/openssh afp? ( >=dev-libs/libgcrypt-1.2.2:= ) archive? ( app-arch/libarchive:= ) avahi? ( >=net-dns/avahi-0.6 ) bluetooth? ( >=app-mobilephone/obex-data-server-0.4.5 dev-libs/dbus-glib net-wireless/bluez dev-libs/expat ) bluray? ( media-libs/libbluray ) fuse? ( >=sys-fs/fuse-2.8.0 ) gdu? ( || ( >=gnome-base/libgdu-3.0.2 =sys-apps/gnome-disk-utility-3.0.2-r300 =sys-apps/gnome-disk-utility-3.0.2-r200 ) ) gnome-keyring? ( app-crypt/libsecret ) gphoto2? ( >=media-libs/libgphoto2-2.4.7:= ) gtk? ( >=x11-libs/gtk+-3.0:3 ) http? ( >=net-libs/libsoup-gnome-2.26.0 ) ios? ( >=app-pda/libimobiledevice-1.1.0 >=app-pda/libplist-1 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) systemd? ( sys-apps/systemd ) udev? ( cdda? ( || ( dev-libs/libcdio-paranoia =sys-fs/udisks-1.97:2[systemd?] ) +RDEPEND=>=dev-libs/glib-2.33.12:2 sys-apps/dbus dev-libs/libxml2:2 net-misc/openssh afp? ( >=dev-libs/libgcrypt-1.2.2:= ) archive? ( app-arch/libarchive:= ) avahi? ( >=net-dns/avahi-0.6 ) bluetooth? ( >=app-mobilephone/obex-data-server-0.4.5 dev-libs/dbus-glib net-wireless/bluez dev-libs/expat ) bluray? ( media-libs/libbluray ) fuse? ( >=sys-fs/fuse-2.8.0 ) gdu? ( || ( >=gnome-base/libgdu-3.0.2 =sys-apps/gnome-disk-utility-3.0.2-r300 =sys-apps/gnome-disk-utility-3.0.2-r200 ) ) gnome-keyring? ( app-crypt/libsecret ) gphoto2? ( >=media-libs/libgphoto2-2.4.7:= ) gtk? ( >=x11-libs/gtk+-3.0:3 ) http? ( >=net-libs/libsoup-gnome-2.26.0 ) ios? ( >=app-pda/libimobiledevice-1.1.0 >=app-pda/libplist-1 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) systemd? ( sys-apps/systemd ) udev? ( cdda? ( || ( dev-libs/libcdio-paranoia =sys-fs/udisks-1.97:2 ) REQUIRED_USE=cdda? ( udev ) SLOT=0 SRC_URI=mirror://gnome/sources/gvfs/1.14/gvfs-1.14.2.tar.xz http://dev.gentoo.org/~tetromino/distfiles/aclocal/libgcrypt.m4.bz2 _eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=55269a70ef1e286ae3956a00242957aa +_md5_=763d69799a181dd5dabf608d80ca010a diff --git a/metadata/md5-cache/gnome-extra/gnome-color-manager-3.4.2 b/metadata/md5-cache/gnome-extra/gnome-color-manager-3.4.2 index 9ec75261d6f1..5c9f5fa798c8 100644 --- a/metadata/md5-cache/gnome-extra/gnome-color-manager-3.4.2 +++ b/metadata/md5-cache/gnome-extra/gnome-color-manager-3.4.2 @@ -6,9 +6,9 @@ HOMEPAGE=http://projects.gnome.org/gnome-color-manager/ IUSE=clutter packagekit raw KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=>=dev-libs/glib-2.31.10:2 gnome-base/gnome-desktop:3 >=media-libs/lcms-2.2:2 >=media-libs/libcanberra-0.10[gtk3] media-libs/libexif media-libs/tiff x11-libs/libX11 x11-libs/libXrandr >=x11-libs/gtk+-3.3.8:3 >=x11-libs/vte-0.25.1:2.90 >=x11-misc/colord-0.1.12 clutter? ( >=media-libs/clutter-1.9.11:1.0 media-libs/clutter-gtk:1.0 media-libs/mash:0.2 ) packagekit? ( app-admin/packagekit-base ) raw? ( media-gfx/exiv2 ) media-gfx/shared-color-profiles +RDEPEND=>=dev-libs/glib-2.31.10:2 gnome-base/gnome-desktop:3 >=media-libs/lcms-2.2:2 >=media-libs/libcanberra-0.10[gtk3] media-libs/libexif media-libs/tiff x11-libs/libX11 x11-libs/libXrandr >=x11-libs/gtk+-3.3.8:3 >=x11-libs/vte-0.25.1:2.90 >=x11-misc/colord-0.1.12 clutter? ( >=media-libs/clutter-1.9.11:1.0 media-libs/clutter-gtk:1.0 media-libs/mash:0.2 ) packagekit? ( app-admin/packagekit-base ) raw? ( media-gfx/exiv2 ) || ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles ) RESTRICT=test SLOT=0 SRC_URI=mirror://gnome/sources/gnome-color-manager/3.4/gnome-color-manager-3.4.2.tar.xz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=9451c3cf6b0e5599586b8ef02e60fbf8 +_md5_=eb8f6ba85ace767b0325ffc75875ebd0 diff --git a/metadata/md5-cache/gnome-extra/gnome-color-manager-3.6.0 b/metadata/md5-cache/gnome-extra/gnome-color-manager-3.6.0 index c50454493102..92cfc7dbeabd 100644 --- a/metadata/md5-cache/gnome-extra/gnome-color-manager-3.6.0 +++ b/metadata/md5-cache/gnome-extra/gnome-color-manager-3.6.0 @@ -6,9 +6,9 @@ HOMEPAGE=http://projects.gnome.org/gnome-color-manager/ IUSE=clutter packagekit raw KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2+ -RDEPEND=>=dev-libs/glib-2.31.10:2 gnome-base/gnome-desktop:3= >=media-libs/lcms-2.2:2 >=media-libs/libcanberra-0.10[gtk3] media-libs/libexif media-libs/tiff x11-libs/libX11 x11-libs/libXrandr >=x11-libs/gtk+-3.3.8:3 >=x11-libs/vte-0.25.1:2.90 >=x11-libs/colord-gtk-0.1.20 clutter? ( >=media-libs/clutter-1.9.11:1.0 media-libs/clutter-gtk:1.0 media-libs/mash:0.2 ) packagekit? ( app-admin/packagekit-base ) raw? ( media-gfx/exiv2 ) media-gfx/shared-color-profiles +RDEPEND=>=dev-libs/glib-2.31.10:2 gnome-base/gnome-desktop:3= >=media-libs/lcms-2.2:2 >=media-libs/libcanberra-0.10[gtk3] media-libs/libexif media-libs/tiff x11-libs/libX11 x11-libs/libXrandr >=x11-libs/gtk+-3.3.8:3 >=x11-libs/vte-0.25.1:2.90 >=x11-libs/colord-gtk-0.1.20 clutter? ( >=media-libs/clutter-1.9.11:1.0 media-libs/clutter-gtk:1.0 media-libs/mash:0.2 ) packagekit? ( app-admin/packagekit-base ) raw? ( media-gfx/exiv2 ) || ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles ) RESTRICT=test SLOT=0 SRC_URI=mirror://gnome/sources/gnome-color-manager/3.6/gnome-color-manager-3.6.0.tar.xz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=d799881c2cf1ec017c751a9d0cbb8b64 +_md5_=e0a514a9978e4a0946c49e667609f776 diff --git a/metadata/md5-cache/gnome-extra/gnome-color-manager-3.6.1 b/metadata/md5-cache/gnome-extra/gnome-color-manager-3.6.1 new file mode 100644 index 000000000000..d7f3b6c91b5f --- /dev/null +++ b/metadata/md5-cache/gnome-extra/gnome-color-manager-3.6.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=dev-libs/glib-2.31.10:2 gnome-base/gnome-desktop:3= >=media-libs/lcms-2.2:2 >=media-libs/libcanberra-0.10[gtk3] media-libs/libexif media-libs/tiff x11-libs/libX11 x11-libs/libXrandr >=x11-libs/gtk+-3.3.8:3 >=x11-libs/vte-0.25.1:2.90 >=x11-libs/colord-gtk-0.1.20 clutter? ( >=media-libs/clutter-1.9.11:1.0 media-libs/clutter-gtk:1.0 media-libs/mash:0.2 ) packagekit? ( app-admin/packagekit-base ) raw? ( media-gfx/exiv2 ) app-text/docbook-sgml-dtd:4.1 app-text/docbook-sgml-utils dev-libs/libxslt >=dev-util/intltool-0.35 virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=Color profile manager for the GNOME desktop +EAPI=5 +HOMEPAGE=http://projects.gnome.org/gnome-color-manager/ +IUSE=clutter packagekit raw +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.31.10:2 gnome-base/gnome-desktop:3= >=media-libs/lcms-2.2:2 >=media-libs/libcanberra-0.10[gtk3] media-libs/libexif media-libs/tiff x11-libs/libX11 x11-libs/libXrandr >=x11-libs/gtk+-3.3.8:3 >=x11-libs/vte-0.25.1:2.90 >=x11-libs/colord-gtk-0.1.20 clutter? ( >=media-libs/clutter-1.9.11:1.0 media-libs/clutter-gtk:1.0 media-libs/mash:0.2 ) packagekit? ( app-admin/packagekit-base ) raw? ( media-gfx/exiv2 ) || ( >=x11-misc/colord-0.1.27 media-gfx/shared-color-profiles ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-color-manager/3.6/gnome-color-manager-3.6.1.tar.xz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=c682212ee7db20aa0a148d96e592d056 diff --git a/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.3.9 b/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.3.9 deleted file mode 100644 index 72929d903471..000000000000 --- a/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.3.9 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install postinst -DESCRIPTION=Unofficial extension pack providing GNOME 2-like features for GNOME 3 -EAPI=4 -HOMEPAGE=http://intgat.tigress.co.uk/rmy/extensions/index.html -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=app-admin/eselect-gnome-shell-extensions >=dev-libs/gjs-1.29 dev-libs/gobject-introspection gnome-base/gnome-menus:3[introspection] =gnome-base/gnome-shell-3.2* media-libs/clutter:1.0[introspection] x11-libs/pango[introspection] -SLOT=0 -SRC_URI=http://intgat.tigress.co.uk/rmy/extensions/gnome-shell-frippery-0.3.9.tgz -_md5_=4eb0f6b783c5f2a57fcd765d00332206 diff --git a/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.4.1 b/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.4.1 index 9ef69729ede4..360f79a16d51 100644 --- a/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.4.1 +++ b/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.4.1 @@ -3,8 +3,8 @@ DESCRIPTION=Unofficial extension pack providing GNOME 2-like features for GNOME EAPI=4 HOMEPAGE=http://intgat.tigress.co.uk/rmy/extensions/index.html KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 +LICENSE=GPL-2+ RDEPEND=app-admin/eselect-gnome-shell-extensions >=dev-libs/gjs-1.29 dev-libs/gobject-introspection gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.4 media-libs/clutter:1.0[introspection] x11-libs/pango[introspection] SLOT=0 SRC_URI=http://intgat.tigress.co.uk/rmy/extensions/gnome-shell-frippery-0.4.1.tgz -_md5_=00a34cbbd8464760e50e9bd8f1a9a9f4 +_md5_=76b240c2b4f7205b36fa61fa0506ece7 diff --git a/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.3.6 b/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.5.1 similarity index 75% rename from metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.3.6 rename to metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.5.1 index ca2dd1c51b8e..b116b68a2330 100644 --- a/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.3.6 +++ b/metadata/md5-cache/gnome-extra/gnome-shell-frippery-0.5.1 @@ -1,10 +1,10 @@ DEFINED_PHASES=install postinst DESCRIPTION=Unofficial extension pack providing GNOME 2-like features for GNOME 3 -EAPI=4 +EAPI=5 HOMEPAGE=http://intgat.tigress.co.uk/rmy/extensions/index.html KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=app-admin/eselect-gnome-shell-extensions >=dev-libs/gjs-1.29 dev-libs/gobject-introspection gnome-base/gnome-menus:3[introspection] =gnome-base/gnome-shell-3.2* media-libs/clutter:1.0[introspection] x11-libs/pango[introspection] +LICENSE=GPL-2+ +RDEPEND=app-admin/eselect-gnome-shell-extensions >=dev-libs/gjs-1.29 dev-libs/gobject-introspection gnome-base/gnome-menus:3[introspection] >=gnome-base/gnome-shell-3.6 media-libs/clutter:1.0[introspection] x11-libs/pango[introspection] SLOT=0 -SRC_URI=http://intgat.tigress.co.uk/rmy/extensions/gnome-shell-frippery-0.3.6.tgz -_md5_=20865bbfbed3d167efb9b9b3b80de6d1 +SRC_URI=http://intgat.tigress.co.uk/rmy/extensions/gnome-shell-frippery-0.5.1.tgz +_md5_=89540cba390850fcd031cf7b3b1c6ed8 diff --git a/metadata/md5-cache/gnome-extra/gtkhtml-4.6.2 b/metadata/md5-cache/gnome-extra/gtkhtml-4.6.2 new file mode 100644 index 000000000000..a8f27b054220 --- /dev/null +++ b/metadata/md5-cache/gnome-extra/gtkhtml-4.6.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=x11-libs/gtk+-3.0.2:3 >=x11-libs/cairo-1.10:= x11-libs/pango >=x11-themes/gnome-icon-theme-2.22.0 >=app-text/enchant-1.1.7:= gnome-base/gsettings-desktop-schemas >=app-text/iso-codes-0.49 >=net-libs/libsoup-2.26.0:2.4 x11-proto/xproto sys-devel/gettext >=dev-util/intltool-0.40.0 virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=Lightweight HTML rendering/printing/editing engine +EAPI=5 +HOMEPAGE=http://projects.gnome.org/evolution/ +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux +LICENSE=GPL-2+ LGPL-2+ +RDEPEND=>=x11-libs/gtk+-3.0.2:3 >=x11-libs/cairo-1.10:= x11-libs/pango >=x11-themes/gnome-icon-theme-2.22.0 >=app-text/enchant-1.1.7:= gnome-base/gsettings-desktop-schemas >=app-text/iso-codes-0.49 >=net-libs/libsoup-2.26.0:2.4 +SLOT=4.0 +SRC_URI=mirror://gnome/sources/gtkhtml/4.6/gtkhtml-4.6.2.tar.xz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=bcab963bf3d2451db96645ce64e86a57 diff --git a/metadata/md5-cache/mail-filter/opendkim-2.7.4-r1 b/metadata/md5-cache/mail-filter/opendkim-2.7.4-r1 new file mode 100644 index 000000000000..14de70ac1d2a --- /dev/null +++ b/metadata/md5-cache/mail-filter/opendkim-2.7.4-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=config configure install postinst prepare setup +DEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) dev-libs/libbsd ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) !unbound? ( net-libs/ldns ) gnutls? ( >=net-libs/gnutls-2.11.7 ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=A milter-based application to provide DKIM signing and verification +EAPI=4 +HOMEPAGE=http://opendkim.org +IUSE=+berkdb gnutls ldap lua opendbx poll sasl +ssl static-libs unbound +KEYWORDS=~amd64 ~x86 +LICENSE=Sendmail-Open-Source BSD +RDEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) dev-libs/libbsd ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) !unbound? ( net-libs/ldns ) gnutls? ( >=net-libs/gnutls-2.11.7 ) sys-process/psmisc +REQUIRED_USE=sasl? ( ldap ) +SLOT=0 +SRC_URI=mirror://sourceforge/opendkim/opendkim-2.7.4.tar.gz +_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=cb8358b6ce516db36043e1ec9ae4f23f diff --git a/metadata/md5-cache/media-gfx/shared-color-profiles-0.1.4 b/metadata/md5-cache/media-gfx/shared-color-profiles-0.1.4 index 90359c06b4ce..47a8f9166877 100644 --- a/metadata/md5-cache/media-gfx/shared-color-profiles-0.1.4 +++ b/metadata/md5-cache/media-gfx/shared-color-profiles-0.1.4 @@ -4,6 +4,7 @@ EAPI=4 HOMEPAGE=https://github.com/hughsie/shared-color-profiles KEYWORDS=amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd LICENSE=GPL-2 MIT ZLIB public-domain +RDEPEND=!>=x11-misc/colord-0.1.27 SLOT=0 SRC_URI=http://people.freedesktop.org/~hughsient/releases/shared-color-profiles-0.1.4.tar.gz -_md5_=63076b000b88f261c02199b0dc15b635 +_md5_=e011b10d523a920b8e06b3c9a1006854 diff --git a/metadata/md5-cache/media-gfx/shared-color-profiles-0.1.5 b/metadata/md5-cache/media-gfx/shared-color-profiles-0.1.5 index a91de929823f..16a64479ae9f 100644 --- a/metadata/md5-cache/media-gfx/shared-color-profiles-0.1.5 +++ b/metadata/md5-cache/media-gfx/shared-color-profiles-0.1.5 @@ -4,6 +4,7 @@ EAPI=4 HOMEPAGE=https://github.com/hughsie/shared-color-profiles KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd LICENSE=GPL-2 MIT ZLIB public-domain +RDEPEND=!>=x11-misc/colord-0.1.27 SLOT=0 SRC_URI=http://people.freedesktop.org/~hughsient/releases/shared-color-profiles-0.1.5.tar.gz -_md5_=c289ca24732741be993ae9d53a7e71cf +_md5_=2b36a97c45c3c925eb7be07cccce0b18 diff --git a/metadata/md5-cache/media-libs/hamlib-1.2.15.3 b/metadata/md5-cache/media-libs/hamlib-1.2.15.3 index 7453bbba0f84..ef51ea94240a 100644 --- a/metadata/md5-cache/media-libs/hamlib-1.2.15.3 +++ b/metadata/md5-cache/media-libs/hamlib-1.2.15.3 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/hamlib/hamlib-1.2.15.3.tar.gz _eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e8ac9c1e40abbeddc61c334fbcfe33a6 +_md5_=0bac7576ce53aea853396c6b43d40135 diff --git a/metadata/md5-cache/media-libs/libextractor-0.6.3-r1 b/metadata/md5-cache/media-libs/libextractor-0.6.3-r1 deleted file mode 100644 index d9a3ed313a0a..000000000000 --- a/metadata/md5-cache/media-libs/libextractor-0.6.3-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=app-arch/bzip2 app-text/iso-codes >=dev-libs/glib-2 media-gfx/exiv2 media-libs/flac media-libs/libmpeg2 media-libs/libogg media-libs/libvorbis >=sys-devel/libtool-2.2.6b sys-libs/zlib virtual/libintl ffmpeg? ( >=virtual/ffmpeg-0.10 ) gsf? ( >=gnome-extra/libgsf-1.14.21 ) gtk? ( x11-libs/gtk+:2 ) pdf? ( app-text/poppler[cairo] ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-svg:4 ) !app-crypt/pkcrack !sci-biology/glimmer !sci-chemistry/pdb-extract sys-devel/gettext virtual/pkgconfig -DESCRIPTION=A library used to extract metadata from files of arbitrary type -EAPI=4 -HOMEPAGE=http://www.gnu.org/software/libextractor/ -IUSE=ffmpeg gsf gtk pdf qt4 -KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 -LICENSE=GPL-2 -RDEPEND=app-arch/bzip2 app-text/iso-codes >=dev-libs/glib-2 media-gfx/exiv2 media-libs/flac media-libs/libmpeg2 media-libs/libogg media-libs/libvorbis >=sys-devel/libtool-2.2.6b sys-libs/zlib virtual/libintl ffmpeg? ( >=virtual/ffmpeg-0.10 ) gsf? ( >=gnome-extra/libgsf-1.14.21 ) gtk? ( x11-libs/gtk+:2 ) pdf? ( app-text/poppler[cairo] ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-svg:4 ) !app-crypt/pkcrack !sci-biology/glimmer !sci-chemistry/pdb-extract -RESTRICT=test -SLOT=0 -SRC_URI=mirror://gnu/libextractor/libextractor-0.6.3.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=67ddea9807b63cdd0c96169839ddbe96 diff --git a/metadata/md5-cache/media-libs/opencolorio-1.0.8 b/metadata/md5-cache/media-libs/opencolorio-1.0.8 index af37d30f372c..c7103026537f 100644 --- a/metadata/md5-cache/media-libs/opencolorio-1.0.8 +++ b/metadata/md5-cache/media-libs/opencolorio-1.0.8 @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/imageworks/OpenColorIO/tarball/v1.0.8 -> opencolorio-1.0.8.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 3cb7a29aafd4b984d2bf12bc50abe5da eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 -_md5_=094c348e66875aed279ab3010d2a510d +_md5_=9e138b4d97991255830969941cb3743a diff --git a/metadata/md5-cache/media-plugins/vdr-xineliboutput-9999 b/metadata/md5-cache/media-plugins/vdr-xineliboutput-9999 index 6357ef9e6f15..8fe23ce0b5b5 100644 --- a/metadata/md5-cache/media-plugins/vdr-xineliboutput-9999 +++ b/metadata/md5-cache/media-plugins/vdr-xineliboutput-9999 @@ -7,5 +7,5 @@ IUSE=caps dbus fbcon jpeg libextractor nls +vdr vdpau +X +xine xinerama vdr LICENSE=GPL-2 RDEPEND=vdr? ( >=media-video/vdr-1.6.0 libextractor? ( >=media-libs/libextractor-0.5.20 ) caps? ( sys-libs/libcap ) ) xine? ( || ( =media-libs/xine-lib-1.2 virtual/ffmpeg ) ) fbcon? ( jpeg? ( virtual/jpeg ) ) X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXrender xinerama? ( x11-libs/libXinerama ) dbus? ( dev-libs/dbus-glib dev-libs/glib:2 ) vdpau? ( x11-libs/libvdpau >=media-libs/xine-lib-1.2 ) jpeg? ( virtual/jpeg ) ) ) vdr? ( >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-admin/eselect-vdr-0.0.2 ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vdr-plugin 88e7b7a88e5cf50f6e63acee39afaae2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vdr-plugin 88e7b7a88e5cf50f6e63acee39afaae2 _md5_=1407d52b85a2c39a8e2ff9c552f5e392 diff --git a/metadata/md5-cache/net-analyzer/tcpdump-4.3.0 b/metadata/md5-cache/net-analyzer/tcpdump-4.3.0 index ecafd90c3f46..633a445e46d7 100644 --- a/metadata/md5-cache/net-analyzer/tcpdump-4.3.0 +++ b/metadata/md5-cache/net-analyzer/tcpdump-4.3.0 @@ -1,4 +1,4 @@ -DEFINED_PHASES=configure install postinst setup test +DEFINED_PHASES=configure install postinst prepare setup test DEPEND=net-libs/libpcap smi? ( net-libs/libsmi ) ssl? ( >=dev-libs/openssl-0.9.6m ) test? ( || ( app-arch/sharutils sys-freebsd/freebsd-ubin ) dev-lang/perl ) DESCRIPTION=A Tool for network monitoring and data acquisition EAPI=4 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=net-libs/libpcap smi? ( net-libs/libsmi ) ssl? ( >=dev-libs/openssl-0.9.6m ) SLOT=0 SRC_URI=http://www.tcpdump.org/release/tcpdump-4.3.0.tar.gz http://www.jp.tcpdump.org/release/tcpdump-4.3.0.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=46df5cd792283d39beef681fc11e3d3f +_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=79ba2ff232e9c25b6cab4330a8984fac diff --git a/metadata/md5-cache/net-libs/gnome-online-accounts-3.4.2 b/metadata/md5-cache/net-libs/gnome-online-accounts-3.4.2 index 929a1c25b951..51c81e5bbb53 100644 --- a/metadata/md5-cache/net-libs/gnome-online-accounts-3.4.2 +++ b/metadata/md5-cache/net-libs/gnome-online-accounts-3.4.2 @@ -5,10 +5,10 @@ EAPI=4 HOMEPAGE=http://www.gnome.org/ IUSE=doc gnome +introspection debug KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2+ PDEPEND=gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] ) RDEPEND=>=dev-libs/glib-2.30.0:2 dev-libs/json-glib gnome-base/libgnome-keyring net-libs/libsoup:2.4 >=net-libs/libsoup-gnome-2.26:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 >=x11-libs/gtk+-3.0.0:3 >=x11-libs/libnotify-0.7 x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) SLOT=0 SRC_URI=mirror://gnome/sources/gnome-online-accounts/3.4/gnome-online-accounts-3.4.2.tar.xz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=f45c83ddd2e4929e94f60e0368bdedd2 +_md5_=0e5ae5949be9a31924b9a3b6df0a8cb6 diff --git a/metadata/md5-cache/net-libs/gnome-online-accounts-3.6.2 b/metadata/md5-cache/net-libs/gnome-online-accounts-3.6.2 index a900ffaa5474..79448decd615 100644 --- a/metadata/md5-cache/net-libs/gnome-online-accounts-3.6.2 +++ b/metadata/md5-cache/net-libs/gnome-online-accounts-3.6.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/glib-2.32:2 app-crypt/libsecret dev-libs/json-glib dev-libs/libxml2:2 net-libs/libsoup:2.4 >=net-libs/libsoup-gnome-2.38:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 >=x11-libs/gtk+-3.5.1:3 >=x11-libs/libnotify-0.7:= x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) kerberos? ( app-crypt/gcr virtual/krb5 ) dev-libs/libxslt >=dev-util/gtk-doc-am-1.3 >=dev-util/gdbus-codegen-2.30.0 dev-util/intltool sys-devel/gettext virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DEPEND=>=dev-libs/glib-2.32:2 app-crypt/libsecret dev-libs/json-glib dev-libs/libxml2:2 net-libs/libsoup:2.4 >=net-libs/libsoup-gnome-2.38:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 >=x11-libs/gtk+-3.5.1:3 >=x11-libs/libnotify-0.7:= x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) kerberos? ( app-crypt/gcr app-crypt/mit-krb5 ) dev-libs/libxslt >=dev-util/gtk-doc-am-1.3 >=dev-util/gdbus-codegen-2.30.0 dev-util/intltool sys-devel/gettext virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 DESCRIPTION=GNOME framework for accessing online accounts EAPI=5 HOMEPAGE=https://live.gnome.org/GnomeOnlineAccounts IUSE=gnome +introspection kerberos debug KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2+ PDEPEND=gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] ) -RDEPEND=>=dev-libs/glib-2.32:2 app-crypt/libsecret dev-libs/json-glib dev-libs/libxml2:2 net-libs/libsoup:2.4 >=net-libs/libsoup-gnome-2.38:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 >=x11-libs/gtk+-3.5.1:3 >=x11-libs/libnotify-0.7:= x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) kerberos? ( app-crypt/gcr virtual/krb5 ) +RDEPEND=>=dev-libs/glib-2.32:2 app-crypt/libsecret dev-libs/json-glib dev-libs/libxml2:2 net-libs/libsoup:2.4 >=net-libs/libsoup-gnome-2.38:2.4 net-libs/rest:0.7 net-libs/webkit-gtk:3 >=x11-libs/gtk+-3.5.1:3 >=x11-libs/libnotify-0.7:= x11-libs/pango introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) kerberos? ( app-crypt/gcr app-crypt/mit-krb5 ) SLOT=0 SRC_URI=mirror://gnome/sources/gnome-online-accounts/3.6/gnome-online-accounts-3.6.2.tar.xz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=e28995c83312cf554025a40bce605bee +_md5_=9fda122ab1968ac49bdb6f5a4de1ca84 diff --git a/metadata/md5-cache/net-libs/libsmi-0.4.8-r1 b/metadata/md5-cache/net-libs/libsmi-0.4.8-r1 index 0770830145df..d67e4021b94e 100644 --- a/metadata/md5-cache/net-libs/libsmi-0.4.8-r1 +++ b/metadata/md5-cache/net-libs/libsmi-0.4.8-r1 @@ -2,9 +2,9 @@ DEFINED_PHASES=configure install prepare test DESCRIPTION=A Library to Access SMI MIB Information EAPI=2 HOMEPAGE=http://www.ibr.cs.tu-bs.de/projects/libsmi -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd LICENSE=BSD SLOT=0 SRC_URI=ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/libsmi-0.4.8.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6145e3075a270bbce98fb90f0e69964b +_md5_=74bc94941b840a168c9ca26c54760d65 diff --git a/metadata/md5-cache/net-misc/netcomics-cvs-0.14.1 b/metadata/md5-cache/net-misc/netcomics-cvs-0.14.1 index f3a87eebba70..c7091a4c8024 100644 --- a/metadata/md5-cache/net-misc/netcomics-cvs-0.14.1 +++ b/metadata/md5-cache/net-misc/netcomics-cvs-0.14.1 @@ -6,5 +6,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=dev-perl/libwww-perl dev-perl/HTML-Parser SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-app 20b0a51a72b6d2c8ac53ccab1605737f perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-app 20b0a51a72b6d2c8ac53ccab1605737f perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e2b9874210761dfc995a541032e1c3ed diff --git a/metadata/md5-cache/net-wireless/at76c503a-9999 b/metadata/md5-cache/net-wireless/at76c503a-9999 index e3289b8800f0..dfe0a23cd7b4 100644 --- a/metadata/md5-cache/net-wireless/at76c503a-9999 +++ b/metadata/md5-cache/net-wireless/at76c503a-9999 @@ -6,5 +6,5 @@ IUSE=kernel_linux LICENSE=GPL-2 RDEPEND=net-wireless/atmel-firmware virtual/udev >=net-wireless/wireless-tools-26-r1 kernel_linux? ( virtual/modutils ) SLOT=0 -_eclasses_=cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 linux-info 6923bbfed4371639315c56d17e2da90c linux-mod dbc722ed035721476f23ab7b0572985e multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 linux-info 6923bbfed4371639315c56d17e2da90c linux-mod dbc722ed035721476f23ab7b0572985e multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=5351971942e04d6748f95680277c164f diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.0.60 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.0.60 new file mode 100644 index 000000000000..8d6086168c4c --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-3.0.60 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources for the Linux kernel +EAPI=2 +HOMEPAGE=http://www.kernel.org +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.0.60 +SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.0.60.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.0.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.0.N/deblob-3.0 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.0.N/deblob-check -> deblob-check-3.0 ) +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=58c5767bdf1930d8a34dea062efb1376 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.4.27 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.4.27 new file mode 100644 index 000000000000..574af99c83f4 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-3.4.27 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources for the Linux kernel +EAPI=2 +HOMEPAGE=http://www.kernel.org +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.4.27 +SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.4.27.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-3.4 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-check -> deblob-check-3.4 ) +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=80b38a976a404ea92cf0977b32d4193d diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.7.4 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.7.4 new file mode 100644 index 000000000000..f63e98b8731a --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-3.7.4 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources for the Linux kernel +EAPI=2 +HOMEPAGE=http://www.kernel.org +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.7.4 +SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.7.4.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.7.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.7.N/deblob-3.7 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.7.N/deblob-check -> deblob-check-3.7 ) +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=8505d01c4e71b56c2e2bace80384f5d1 diff --git a/metadata/md5-cache/x11-libs/libast-9999 b/metadata/md5-cache/x11-libs/libast-9999 index 76d139d0d592..97376ae8c1d1 100644 --- a/metadata/md5-cache/x11-libs/libast-9999 +++ b/metadata/md5-cache/x11-libs/libast-9999 @@ -6,5 +6,5 @@ IUSE=imlib mmx pcre LICENSE=GPL-2 RDEPEND=!sci-astronomy/ast x11-libs/libXt x11-proto/xproto x11-libs/libICE x11-libs/libSM x11-libs/libX11 =media-libs/freetype-2* imlib? ( media-libs/imlib2 ) pcre? ( dev-libs/libpcre ) SLOT=0 -_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 cvs 0a6bfd95d4bc1662678df6e1cfe80f7f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 cvs 39a3c20f6f84050321495248c23e26c4 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=370af1b149d5e01d444c8d03b27fda6e diff --git a/metadata/md5-cache/x11-misc/colord-0.1.21 b/metadata/md5-cache/x11-misc/colord-0.1.21 deleted file mode 100644 index 889b80e10389..000000000000 --- a/metadata/md5-cache/x11-misc/colord-0.1.21 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup unpack -DEPEND=dev-db/sqlite:3 >=dev-libs/glib-2.28.0:2 >=media-libs/lcms-2.2:2 >=sys-auth/polkit-0.103 gtk? ( x11-libs/gdk-pixbuf:2[introspection?] x11-libs/gtk+:3[introspection?] ) gusb? ( >=dev-libs/libgusb-0.1.1 ) introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) scanner? ( media-gfx/sane-backends ) udev? ( virtual/udev[gudev] ) dev-libs/libxslt >=dev-util/intltool-0.35 virtual/pkgconfig >=sys-devel/gettext-0.17 doc? ( app-text/docbook-xml-dtd:4.1.2 >=dev-util/gtk-doc-1.9 ) vala? ( dev-lang/vala:0.14[vapigen] ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=System service to accurately color manage input and output devices -EAPI=4 -HOMEPAGE=http://www.freedesktop.org/software/colord/ -IUSE=doc examples gtk +gusb +introspection scanner +udev vala -KEYWORDS=~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-fbsd -LICENSE=GPL-2+ -RDEPEND=dev-db/sqlite:3 >=dev-libs/glib-2.28.0:2 >=media-libs/lcms-2.2:2 >=sys-auth/polkit-0.103 gtk? ( x11-libs/gdk-pixbuf:2[introspection?] x11-libs/gtk+:3[introspection?] ) gusb? ( >=dev-libs/libgusb-0.1.1 ) introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) scanner? ( media-gfx/sane-backends ) udev? ( virtual/udev[gudev] ) media-gfx/shared-color-profiles -RESTRICT=test -SLOT=0 -SRC_URI=http://www.freedesktop.org/software/colord/releases/colord-0.1.21.tar.xz -_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 28706ddc21464b4ed255eee9fc70b516 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a0d765618f92afbbab324c62a40616e2 diff --git a/metadata/md5-cache/x11-misc/colord-0.1.23 b/metadata/md5-cache/x11-misc/colord-0.1.23 deleted file mode 100644 index 2a4360e49ef2..000000000000 --- a/metadata/md5-cache/x11-misc/colord-0.1.23 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup unpack -DEPEND=dev-db/sqlite:3 >=dev-libs/glib-2.28.0:2 >=media-libs/lcms-2.2:2 >=sys-auth/polkit-0.103 gusb? ( >=dev-libs/libgusb-0.1.1 ) introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) scanner? ( media-gfx/sane-backends ) udev? ( virtual/udev[gudev] ) dev-libs/libxslt >=dev-util/intltool-0.35 >=sys-devel/gettext-0.17 virtual/pkgconfig doc? ( app-text/docbook-xml-dtd:4.1.2 >=dev-util/gtk-doc-1.9 ) vala? ( || ( dev-lang/vala:0.18[vapigen] ) ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=System service to accurately color manage input and output devices -EAPI=4 -HOMEPAGE=http://www.freedesktop.org/software/colord/ -IUSE=doc examples +gusb +introspection scanner +udev vala -KEYWORDS=~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd -LICENSE=GPL-2+ -RDEPEND=dev-db/sqlite:3 >=dev-libs/glib-2.28.0:2 >=media-libs/lcms-2.2:2 >=sys-auth/polkit-0.103 gusb? ( >=dev-libs/libgusb-0.1.1 ) introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) scanner? ( media-gfx/sane-backends ) udev? ( virtual/udev[gudev] ) media-gfx/shared-color-profiles -REQUIRED_USE=vala? ( introspection ) -RESTRICT=test -SLOT=0 -SRC_URI=http://www.freedesktop.org/software/colord/releases/colord-0.1.23.tar.xz -_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 28706ddc21464b4ed255eee9fc70b516 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala ad1e7234faa2244a7e10f1c864371475 -_md5_=8b101a6a4140ebce4103d6bf232263a4 diff --git a/metadata/md5-cache/x11-misc/colord-0.1.28 b/metadata/md5-cache/x11-misc/colord-0.1.28 new file mode 100644 index 000000000000..925f486dc051 --- /dev/null +++ b/metadata/md5-cache/x11-misc/colord-0.1.28 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare pretend setup unpack +DEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.28.0:2 >=media-libs/lcms-2.2:2= >=sys-auth/polkit-0.103 gusb? ( >=dev-libs/libgusb-0.1.1 ) introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) systemd? ( >=sys-apps/systemd-44 ) udev? ( virtual/udev:=[gudev] ) dev-libs/libxslt >=dev-util/intltool-0.35 >=sys-devel/gettext-0.17 virtual/pkgconfig doc? ( app-text/docbook-xml-dtd:4.1.2 >=dev-util/gtk-doc-1.9 ) extra-print-profiles? ( media-gfx/argyllcms ) vala? ( || ( dev-lang/vala:0.18[vapigen] ) ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool virtual/pkgconfig +DESCRIPTION=System service to accurately color manage input and output devices +EAPI=5 +HOMEPAGE=http://www.freedesktop.org/software/colord/ +IUSE=doc examples extra-print-profiles +gusb +introspection systemd +udev vala +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2+ +RDEPEND=dev-db/sqlite:3= >=dev-libs/glib-2.28.0:2 >=media-libs/lcms-2.2:2= >=sys-auth/polkit-0.103 gusb? ( >=dev-libs/libgusb-0.1.1 ) introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) systemd? ( >=sys-apps/systemd-44 ) udev? ( virtual/udev:=[gudev] ) !media-gfx/shared-color-profiles +REQUIRED_USE=vala? ( introspection ) +RESTRICT=test +SLOT=0/1 +SRC_URI=http://www.freedesktop.org/software/colord/releases/colord-0.1.28.tar.xz +_eclasses_=autotools 5116b10b2150724f41b564f1cc863e47 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 28706ddc21464b4ed255eee9fc70b516 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev 4f764d2b1e34e4ef12b9b0d6e680c0ee user d0a4d0735a6c0183d707ca919bd72f28 vala ad1e7234faa2244a7e10f1c864371475 +_md5_=b341e1af962ba455cc25e9ba7482070b diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 01f6dc30cb75..80079b07eaf3 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Tue, 22 Jan 2013 04:36:53 +0000 +Tue, 22 Jan 2013 10:06:54 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index c439c96da9ea..b3593e9259a7 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Tue Jan 22 04:36:51 UTC 2013 +Tue Jan 22 10:06:52 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index ddc93383756d..fc1e70d06fa5 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Tue, 22 Jan 2013 05:00:01 +0000 +Tue, 22 Jan 2013 10:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 4efe243a7ab5..ad9ed962482f 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1358829301 Tue Jan 22 04:35:01 2013 UTC +1358849101 Tue Jan 22 10:05:01 2013 UTC diff --git a/net-analyzer/tcpdump/files/tcpdump-4.3.0-ssl-detect.patch b/net-analyzer/tcpdump/files/tcpdump-4.3.0-ssl-detect.patch new file mode 100644 index 000000000000..a4854372971a --- /dev/null +++ b/net-analyzer/tcpdump/files/tcpdump-4.3.0-ssl-detect.patch @@ -0,0 +1,125 @@ +fix from upstream to drop ugly filesystem checks that fail horribly when cross-compiling + +From c4b7e5f2b287ee3d1de8f706b809a8e217720c4e Mon Sep 17 00:00:00 2001 +From: Marc Abramowitz +Date: Sat, 13 Oct 2012 11:21:45 -0700 +Subject: [PATCH] Simplify the detection of OpenSSL libcrypto by using + standard autoconf macros rather than a local copy of + AC_LBL_SSLEAY. + +AC_LBL_SSLEAY is old and has not kept pace with some more recent +developments in packaging like Debian and Ubuntu's multiarch support. +The autoconf macros have been updated to handle multiarch so using them +means that tcpdump gains the ability to be built with libcrypto on these +new multiarch distros and to work successfully with Travis CI, which +uses Ubuntu 12, which is one such multiarch distro (see GH-32). + +Fixes GH-33 +--- + configure | 11201 ++++++++++++++++++--------------------------------------- + configure.in | 73 +- + 2 files changed, 3443 insertions(+), 7831 deletions(-) + +diff --git a/configure.in b/configure.in +index 8864238..14a60e1 100644 +--- a/configure.in ++++ b/configure.in +@@ -994,13 +994,13 @@ AC_LBL_UNALIGNED_ACCESS + + AC_VAR_H_ERRNO + +-# Check for SSLeay +-AC_MSG_CHECKING(whether to use SSLeay libcrypto) ++# Check for OpenSSL libcrypto ++AC_MSG_CHECKING(whether to use OpenSSL libcrypto) + # Specify location for both includes and libraries. +-want_libcrypto=youmama ++want_libcrypto=ifavailable + AC_ARG_WITH(crypto, +- AS_HELP_STRING([--with-crypto@<:@=PATH@:>@], +- [use SSLeay libcrypto (located in directory PATH, if supplied). @<:@default=yes, if available@:>@]), ++ AS_HELP_STRING([--with-crypto], ++ [use OpenSSL libcrypto @<:@default=yes, if available@:>@]), + [ + if test $withval = no + then +@@ -1010,10 +1010,6 @@ AC_ARG_WITH(crypto, + then + want_libcrypto=yes + AC_MSG_RESULT(yes) +- else +- want_libcrypto=yes +- AC_MSG_RESULT(yes) +- crypto_dir=$withval + fi + ],[ + # +@@ -1023,63 +1019,8 @@ AC_ARG_WITH(crypto, + AC_MSG_RESULT([yes, if available]) + ]) + if test "$want_libcrypto" != "no"; then +- ac_cv_ssleay_path=no +- incdir=no +- if test "x$crypto_dir" = x; then +- # +- # Location not specified; check the default locations. +- # +- AC_MSG_CHECKING(where SSLeay is located) +- dirs="/usr /usr/local /usr/local/ssl /usr/pkg" +- if test "x${host_alias}" != x; then +- dirs="/usr/${host_alias} $dirs" +- fi +- for dir in $dirs; do +- AC_LBL_SSLEAY($dir) +- +- if test "$ac_cv_ssleay_path" != "no" -a "$incdir" != "no"; then +- break; +- else +- ac_cv_ssleay_path=no +- incdir=no +- fi +- done +- if test "$ac_cv_ssleay_path" != no; then +- AC_MSG_RESULT($ac_cv_ssleay_path) +- fi +- else +- AC_MSG_CHECKING(for SSLeay in $crypto_dir) +- AC_LBL_SSLEAY($crypto_dir) +- if test "$ac_cv_ssleay_path" != no; then +- AC_MSG_RESULT(found) +- fi +- fi +- if test "$ac_cv_ssleay_path" != no; then +- V_INCLS="$V_INCLS $incdir" +- if test "$dir" != "/usr"; then +- LDFLAGS="-L$dir/lib $LDFLAGS" +- fi +- if test -f $ac_cv_ssleay_path/lib/libRSAglue.a; then +- LIBS="$LIBS -lRSAglue" +- fi +- if test -f $ac_cv_ssleay_path/lib/librsaref.a; then +- LIBS="$LIBS -lrsaref" +- fi +- AC_CHECK_LIB(crypto, DES_cbc_encrypt) +- +- savedcppflags="$CPPFLAGS" +- CPPFLAGS="$CPPFLAGS $V_INCLS" +- AC_CHECK_HEADERS(openssl/evp.h) +- CPPFLAGS="$savedcppflags" +- else +- # +- # Not found. Did the user explicitly ask for it? +- # +- AC_MSG_RESULT(not found) +- if test "$want_libcrypto" = yes; then +- AC_MSG_ERROR(SSLeay not found) +- fi +- fi ++ AC_CHECK_LIB(crypto, DES_cbc_encrypt) ++ AC_CHECK_HEADERS(openssl/evp.h) + fi + + dnl +-- +1.8.0 + diff --git a/net-analyzer/tcpdump/tcpdump-4.3.0.ebuild b/net-analyzer/tcpdump/tcpdump-4.3.0.ebuild index 44f3736ca81e..44cfb0204b31 100644 --- a/net-analyzer/tcpdump/tcpdump-4.3.0.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.3.0.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.3.0.ebuild,v 1.8 2012/09/30 16:39:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.3.0.ebuild,v 1.9 2013/01/22 05:47:34 vapier Exp $ EAPI="4" -inherit flag-o-matic user + +AUTOTOOLS_AUTO_DEPEND="no" # Only cross-compiling +inherit flag-o-matic user autotools eutils toolchain-funcs DESCRIPTION="A Tool for network monitoring and data acquisition" HOMEPAGE="http://www.tcpdump.org/" @@ -44,6 +46,13 @@ pkg_setup() { enewuser tcpdump -1 -1 -1 tcpdump } +src_prepare() { + if tc-is-cross-compiler ; then + epatch "${FILESDIR}"/${P}-ssl-detect.patch + eautoreconf + fi +} + src_configure() { # tcpdump needs some optymalization. see bug #108391 ( ! is-flag -O? || is-flag -O0 ) && append-flags -O2 diff --git a/net-libs/gnome-online-accounts/files/gnome-online-accounts-3.6.2-GoaKerberosIdentity.patch b/net-libs/gnome-online-accounts/files/gnome-online-accounts-3.6.2-GoaKerberosIdentity.patch new file mode 100644 index 000000000000..976ae1bd8f10 --- /dev/null +++ b/net-libs/gnome-online-accounts/files/gnome-online-accounts-3.6.2-GoaKerberosIdentity.patch @@ -0,0 +1,53 @@ +From 367fae608624cefdf029cc01dd85f71ca5bf1881 Mon Sep 17 00:00:00 2001 +From: Alexandre Rostovtsev +Date: Tue, 22 Jan 2013 00:06:58 -0500 +Subject: [PATCH] identity: define GoaKerberosIdentity only in one header + +https://bugzilla.gnome.org/show_bug.cgi?id=692251 +--- + src/goaidentity/goakerberosidentity.h | 2 +- + src/goaidentity/goakerberosidentityinquiry.h | 1 - + src/goaidentity/goakerberosidentitymanager.c | 2 +- + 3 files changed, 2 insertions(+), 3 deletions(-) + +diff --git a/src/goaidentity/goakerberosidentity.h b/src/goaidentity/goakerberosidentity.h +index 73681b0..6e82835 100644 +--- a/src/goaidentity/goakerberosidentity.h ++++ b/src/goaidentity/goakerberosidentity.h +@@ -27,7 +27,7 @@ + #include + + #include +-#include "goakerberosidentityinquiry.h" ++#include "goaidentityinquiry.h" + + G_BEGIN_DECLS + #define GOA_TYPE_KERBEROS_IDENTITY (goa_kerberos_identity_get_type ()) +diff --git a/src/goaidentity/goakerberosidentityinquiry.h b/src/goaidentity/goakerberosidentityinquiry.h +index d6c7d7c..3d5501c 100644 +--- a/src/goaidentity/goakerberosidentityinquiry.h ++++ b/src/goaidentity/goakerberosidentityinquiry.h +@@ -38,7 +38,6 @@ G_BEGIN_DECLS + #define GOA_IS_KERBEROS_IDENTITY_INQUIRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GOA_TYPE_KERBEROS_IDENTITY_INQUIRY)) + #define GOA_IS_KERBEROS_IDENTITY_INQUIRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GOA_TYPE_KERBEROS_IDENTITY_INQUIRY)) + #define GOA_KERBEROS_IDENTITY_INQUIRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GOA_TYPE_KERBEROS_IDENTITY_INQUIRY, GoaKerberosIdentityInquiryClass)) +-typedef struct _GoaKerberosIdentity GoaKerberosIdentity; + typedef struct _GoaKerberosIdentityInquiry GoaKerberosIdentityInquiry; + typedef struct _GoaKerberosIdentityInquiryClass GoaKerberosIdentityInquiryClass; + typedef struct _GoaKerberosIdentityInquiryPrivate GoaKerberosIdentityInquiryPrivate; +diff --git a/src/goaidentity/goakerberosidentitymanager.c b/src/goaidentity/goakerberosidentitymanager.c +index 62c4a2a..1b1dcd1 100644 +--- a/src/goaidentity/goakerberosidentitymanager.c ++++ b/src/goaidentity/goakerberosidentitymanager.c +@@ -25,7 +25,7 @@ + #include "goakerberosidentitymanager.h" + #include "goaidentitymanager.h" + #include "goaidentitymanagerprivate.h" +-#include "goakerberosidentity.h" ++#include "goakerberosidentityinquiry.h" + #include "goalogging.h" + + #include +-- +1.8.1.1 + diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.2.ebuild index ce70a44c3cd0..180ddb18a8d1 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.2.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.2.ebuild,v 1.3 2012/09/23 14:11:24 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.4.2.ebuild,v 1.4 2013/01/22 05:16:46 tetromino Exp $ EAPI="4" GNOME2_LA_PUNT="yes" @@ -10,7 +10,7 @@ inherit gnome2 DESCRIPTION="GNOME framework for accessing online accounts" HOMEPAGE="http://www.gnome.org/" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" IUSE="doc gnome +introspection" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild index e93586dbfb48..26268ec0bacd 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild @@ -1,22 +1,24 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild,v 1.4 2013/01/06 09:59:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.6.2.ebuild,v 1.5 2013/01/22 05:16:46 tetromino Exp $ EAPI="5" GNOME2_LA_PUNT="yes" -inherit gnome2 +inherit eutils gnome2 DESCRIPTION="GNOME framework for accessing online accounts" HOMEPAGE="https://live.gnome.org/GnomeOnlineAccounts" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" IUSE="gnome +introspection kerberos" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" # pango used in goaeditablelabel # libsoup used in goaoauthprovider +# goa kerberos provider is incompatible with app-crypt/heimdal, see +# https://bugzilla.gnome.org/show_bug.cgi?id=692250 RDEPEND=" >=dev-libs/glib-2.32:2 app-crypt/libsecret @@ -33,7 +35,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) kerberos? ( app-crypt/gcr - virtual/krb5 ) + app-crypt/mit-krb5 ) " # goa-daemon can launch gnome-control-center PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )" @@ -46,14 +48,20 @@ DEPEND="${RDEPEND} virtual/pkgconfig " +src_prepare() { + # fix build failure with gcc-4.5 and USE=kerberos, bug #450706 + # https://bugzilla.gnome.org/show_bug.cgi?id=692251 + epatch "${FILESDIR}/${PN}-3.6.2-GoaKerberosIdentity.patch" + gnome2_src_prepare +} + src_configure() { # TODO: Give users a way to set the G/Y!/FB/Twitter/Windows Live secrets - G2CONF="${G2CONF} - --disable-static - --enable-documentation - --enable-exchange - --enable-facebook - --enable-windows-live - $(use_enable kerberos)" - gnome2_src_configure + gnome2_src_configure \ + --disable-static \ + --enable-documentation \ + --enable-exchange \ + --enable-facebook \ + --enable-windows-live \ + $(use_enable kerberos) } diff --git a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild index c718a34fed1e..129bc6289d05 100644 --- a/net-libs/libsmi/libsmi-0.4.8-r1.ebuild +++ b/net-libs/libsmi/libsmi-0.4.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsmi/libsmi-0.4.8-r1.ebuild,v 1.9 2012/09/03 19:51:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsmi/libsmi-0.4.8-r1.ebuild,v 1.10 2013/01/22 05:47:42 vapier Exp $ EAPI="2" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.ibr.cs.tu-bs.de/projects/libsmi" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" src_prepare() { diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 92002368813d..dffab8a2baee 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 1.117 2013/01/01 14:26:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 1.118 2013/01/22 07:22:32 tetromino Exp $ + +# Alexandre Rostovtsev (22 Jan 2013) +# remove mask if/when media-gfx/argyllcms is keywored here. +x11-misc/colord extra-print-profiles # Alexandre Rostovtsev (31 Dec 2012) # requires app-office/unoconv, which requires virtual/ooo, which is not diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 3ec151b15596..d4a54d594bf4 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.115 2013/01/20 23:52:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.116 2013/01/22 07:22:33 tetromino Exp $ + +# Alexandre Rostovtsev (22 Jan 2013) +# remove mask if/when media-gfx/argyllcms is keywored here. +x11-misc/colord extra-print-profiles # Alexandre Rostovtsev (31 Dec 2012) # requires app-office/unoconv, which requires virtual/ooo, which is not diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 9d82d12e9437..7e86aba192c2 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.112 2013/01/07 01:10:37 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.113 2013/01/22 07:22:33 tetromino Exp $ + +# Alexandre Rostovtsev (22 Jan 2013) +# remove mask if/when media-gfx/argyllcms is keywored here. +x11-misc/colord extra-print-profiles # Alexandre Rostovtsev (07 Jan 2012) # remove when media-libs/libquvi is stable on ia64 diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 6e2b95cdfc1b..c0815adb497c 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 1.158 2013/01/18 14:28:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 1.159 2013/01/22 07:22:33 tetromino Exp $ + +# Alexandre Rostovtsev (22 Jan 2013) +# remove mask if/when media-gfx/argyllcms is keywored here. +x11-misc/colord extra-print-profiles # Sergei Trofimovich (11 Jan 2013) # Current sys-libs/libseccomp (up to 1.0.1) support diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index bc10169c2680..246d6ac742fa 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 1.130 2013/01/07 01:23:58 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 1.131 2013/01/22 07:22:33 tetromino Exp $ + +# Alexandre Rostovtsev (22 Jan 2013) +# remove mask if/when media-gfx/argyllcms is keywored here. +x11-misc/colord extra-print-profiles # Alexandre Rostovtsev (07 Jan 2012) # remove when media-libs/libquvi is stable on sparc diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index cdf5e1861445..309e7de85a70 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.433 2013/01/19 15:53:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.434 2013/01/22 05:09:31 pinkbyte Exp $ # This file requires >=portage-2.1.1 # New entries go on top. @@ -43,7 +43,7 @@ www-client/firefox pgo # Sergey Popov (26 Nov 2012) # PDF docs building failed with sandbox violation -media-gfx/opencolorio pdf +media-libs/opencolorio pdf # Chris Reffett (23 Nov 2012) # CMake's PHP module can't find our install location, so diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 5f42fab447c0..43b8c3769c4e 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -801,6 +801,7 @@ app-office/lyx:rtf - Add support for RTF import/export packages app-office/lyx:xetex - Add support for XeTeX typesetting app-office/rabbit:markdown - Markdown support (dev-ruby/kramdown) app-office/rabbit:tgif - tgif support (media-gfx/tgif) +app-office/scribus:aspell - Enable support for spell checking with app-text/aspell app-office/scribus:hunspell - Enable support for spell checking with app-text/hunspell app-office/scribus:linguas_cs_CZ - Language support for cs_CZ app-office/scribus:linguas_da_DK - Language support for da_DK @@ -2082,8 +2083,6 @@ gnome-base/gnome-control-center:colord - Support color management using x11-misc gnome-base/gnome-control-center:gnome-online-accounts - Enable configuration panel for net-libs/gnome-online-accounts accounts gnome-base/gnome-control-center:i18n - Enable support for enhanced input methods through app-i18n/ibus gnome-base/gnome-control-center:socialweb - Add support for desktop background images from Flickr using net-libs/libsocialweb -gnome-base/gnome-control-center:systemd - Use sys-apps/systemd instead of sys-auth/consolekit for session tracking -gnome-base/gnome-control-center:wacom - Enable support for Wacom tablets and drawing devices gnome-base/gnome-desktop:license-docs - Install help files documenting GNOME's licenses gnome-base/gnome-extra-apps:shotwell - Install the media-gfx/shotwell photo manager gnome-base/gnome-extra-apps:tracker - Install the app-misc/tracker indexer and the GNOME packages that require it @@ -2097,8 +2096,6 @@ gnome-base/gnome-settings-daemon:colord - Support color management using x11-mis gnome-base/gnome-settings-daemon:i18n - Enable support for enhanced input methods through app-i18n/ibus gnome-base/gnome-settings-daemon:packagekit - Enable support for the distro-neutral package manager GUI app-admin/packagekit gnome-base/gnome-settings-daemon:short-touchpad-timeout - Change the touchpad timeout so that it's effective for fast typists -gnome-base/gnome-settings-daemon:systemd - Use sys-apps/systemd instead of sys-auth/consolekit for session tracking -gnome-base/gnome-settings-daemon:wacom - Enable support for Wacom tablets and drawing devices gnome-base/gnome-shell:i18n - Enable support for enhanced input methods through app-i18n/ibus gnome-base/gnome-shell:systemd - Use sys-apps/systemd instead of sys-auth/consolekit for session tracking gnome-base/gvfs:afp - Enables support for accessing AFP (Apple Filing Protocol) network shares @@ -2107,7 +2104,6 @@ gnome-base/gvfs:bluray - Enable playback of Blu-ray filesystems using media-libs gnome-base/gvfs:fuse - Enables fuse mount points in $HOME/.gvfs for legacy application access gnome-base/gvfs:gdu - Enable sys-apps/gnome-disk-utility integration gnome-base/gvfs:http - Enable the HTTP/DAV backend using net-libs/libsoup-gnome -gnome-base/gvfs:systemd - Use sys-apps/systemd seat information for tracking owners of removable volumes gnome-base/gvfs:udev - Enable udev base replacement code for cdda feature gnome-base/gvfs:udisks - Enable volume monitoring using sys-fs/udisks gnome-base/libgnome-keyring:vala - Enable bindings for dev-lang/vala @@ -6073,6 +6069,7 @@ x11-misc/bmpanel:libev - Use the libev event loop interface x11-misc/bmpanel:libevent - Use the libevent event loop interface x11-misc/bumblebee:bbswitch - Add dependency on sys-kernel/bbswitch for PM feature x11-misc/cdm:consolekit - Enable native consolekit support +x11-misc/colord:extra-print-profiles - Generate extra print profiles. Warning: significant build time and memory requirements. x11-misc/colord:gusb - Enable dev-libs/libgusb support, needed for colorimeter drivers x11-misc/colord:vala - Generate bindings for dev-lang/vala x11-misc/dmenu:xft - Enable unofficial x11-libs/libXft support diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index b7e64d43fa33..8914f1d897f8 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -21,9 +21,12 @@ DIST linux-3.6.tar.bz2 82296001 SHA256 88ae0a20fd39ecae79db0ce8f9397922fae33c8b0 DIST linux-3.7.tar.bz2 83671392 SHA256 dc08d87a579fe2918362e6666e503a95a76296419195cb499aa9dd4dbe171a9e SHA512 dad07e23b5d05a1a12092b59ea25c514ff9e89803ecf65b08f09b82aebc511fd06d2a492dea6364c3740a517f0a06a0ddb1c6847658d158205ad88995d69aaf3 WHIRLPOOL 572514032d7d64cc6a2b6ceeae7489e4b3fb48b5b63543d041ad675cd0569549ed88dc9c04ffdf91e78b8424d00b62384af78d7a41b7f399c31c056f0aa0344b DIST patch-2.6.32.60.bz2 987764 SHA256 611dbc724cd43617baff4500b0c8470889e4c6071f6ab916bfee7d097783394c SHA512 8228a7a6f7264b1a20802411c13f0d194fd48f5f5965cb96bfac0410b2a945b53c8e458eddafa58247125d3ba04e17dd68636302b57654934046a8bc0538834f WHIRLPOOL 834a654a5cb261226c57295ea3c60f5e405b11197103c4cd8721ff78adb3bbc4ced2c757492ee3b70735c8c28dd0717bfafeb9181280034b764bae18f2ab47b0 DIST patch-3.0.59.bz2 817348 SHA256 563f1b084b8f08a4b73d86657514a866157673b9e72ad039347f4300d6ff4a17 SHA512 5cb514df10a1f74ad2e77661677e4c1d23742402e36fb6332a1b69174360e6ac28a4408d502939e1d87713ace26820f24758efa42f7a08eaa42caa6e5b7c2ce8 WHIRLPOOL 6b498a1823d130f2bb04c6a5ad54d8e69a782a0714b5e0c51a5a9792ce0e94c54cc7aa4d69554211411da328d750afc2922d612fe780048c7ac68c93ceef7ed6 +DIST patch-3.0.60.bz2 821577 SHA256 c8e3b509c0278bb7d82587aca8504ac452a6eb6959de3b95bb535ecff54969af SHA512 ddba8d7f2a5f0f42907eaeeccb6cc823438a1d72242a838e74e315126a93f11c9ede7773d4e5200695d6ce89e317cee70cf101872e43498276552d49d705e2c6 WHIRLPOOL 5b16291b7a0df8dc3429d292ccc6fb392b2b2b61a4b66c213a4e61dc6759be334d7641e4f6a8e09c96d26f0ce9dae679c6dde7bc350ec03d2d4fcae2be67d1c9 DIST patch-3.2.37.bz2 761390 SHA256 c18a41baee6e3357fce16800d7b3ae786b7960a8a587be20e373e18319ae4159 SHA512 def6dbabd62c51bf60a2d72cc6bbd7cf9d99c39b8989c823a34ad0225a6f9ac4f68768ebb1e5f7f4bbd9e86ee8a4613a1710da72b0d6aab8e1fe6aa1a14e8351 WHIRLPOOL 62fde49729abe939ee3b235558736b384a5b0dc4f354d67e9256fbe481b0a94daa82a79c281d03d15642c94e28c78953feb96378f0dd3b8f2e014f75ec7fa656 DIST patch-3.4.26.bz2 528063 SHA256 8e6e9609b2c939337f08f4aaf6e41ab7221ce207db96ab0616fd74a47793ac47 SHA512 d3ef430a247fda3615ece3f295b5c94c751decbb39c4a78702e160aa39fef4d163a8a9de26093afff9edb21dc0a04d0b88c82607c3d42d9a539e850334a8d704 WHIRLPOOL 445ffa5ac60505a6954e184c711a4322a6652dd2534e06165d72a6ad7e169cd9d30430f0949076f52d0b6d8747c9fd31ea889b8f8d551c38337bf6a1c74df19b +DIST patch-3.4.27.bz2 535061 SHA256 394d50271ea6dc92151a7ed9442174221e8d82b49e73d23844d7195839fb42ad SHA512 d1b8b36d9e2b4824efa73cc91edba0b57d0afdd460553f4947b654c96a9cc1b8f123ae553385463afed381b153d24979d07f63914777ed8c6a18093bfe4b3fa3 WHIRLPOOL 3fd946132c0015ada5dedb547822e5a7276038ab42c0f89ba2775c87c88a392127221bc6e806d0465cb300589e7391b91bb75c38ca933b413db36279769875e4 DIST patch-3.5.7.bz2 241834 SHA256 c064888f2c815353b2ca483935a9e79572e2d033559b73971f7f32c8eaa4b66f SHA512 024bfbd23905805bf6ce8326b9e69b2d9cd539038cc8c00f3145b8a482caa6eec3993771c69800784ebab0d9c3d43910a9bd5e561012c67df44f663cfd61afc0 WHIRLPOOL 98239024aa4a702aa80fd53b2efb8614ab64eb23c2b35aeb75bc858ca3df4c05f986dd517f455c8fa04ce05079bd03ac1bc974b873e12f431fa773d7766f7015 DIST patch-3.6.11.bz2 229142 SHA256 bd25c577b623468286d228ef5e09f4126e1c16ed22fb1cfeebc80e47a40b1de1 SHA512 bd59c0cf8a1208161633344444de4e4b8ef1d536ab4c095cbf402dded968daa9b0cccf35eeaf4ec243a66de5fdfe84b3e5755f972854559af38221614b1c6665 WHIRLPOOL 67cd2b7a40407de46c1e9308ef3807a07e5df7338c7cc8dd08c380ece42c20d5e34acafde2861e3bdeced71523e764421c633172f563d39840f54130dabacb3e DIST patch-3.7.2.bz2 50031 SHA256 f4c94ccc8f9d7d6f6750c914ce0960c8b5acfe204866d7d8996afd6946288212 SHA512 7724634f6576d7cb6ebdac31d235770279b2a747895e09dbdc1bc8411442d089aebc46d34575a83b360ab440db1e3624ac4b1dddbda00a5503f55cf9905de6f9 WHIRLPOOL d4aaf0b538a6fea1e9146e6e9881011eaabdbd6493b7a1a216c592fbe18b8c63d12d8d551b3d330b2a70c13e8d04f8b512594e03b903a3fdb4e1c440e2a5eb8d DIST patch-3.7.3.bz2 124573 SHA256 942b7979a15e45dd5e43b2ad3d5a8bde22ce0ffe7329a2eb1af190d96bb4cf92 SHA512 8d6c69db1859f20e9c5f6552f516cd727119956129e045f14a575eef290edd38dfc407d2673ce25be8069e4d1948a95129cfe776bd7ff9c5600d7f1c19c43832 WHIRLPOOL 51ae4164658e1675b07e502a731fac1eaeaacc38120b4ecc0c72eb27309f477593e62e89def2de2f875e033935678708652527e381a72da3ae7f83934c608dee +DIST patch-3.7.4.bz2 134285 SHA256 f4262e61c8886ef1152a5125e5ef8c73a3a7ad9ed4499435fa2b4d4bd432d0ba SHA512 47523a5509cf1f6dc06a98320d3ad32ed2e17b4695afba02219e9e21389dc77783d108a5243462d814a3801993879767766cdbb715a65451da5cb4e8df6365d9 WHIRLPOOL c1acda3bf443f18f54f5c75698f001f0bf9c313631009b6e95c68e503b4c18f97c71b3c4a35c51465808378279d561d95be44e02b015d40463e3996dc0357962 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.0.60.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.0.60.ebuild new file mode 100644 index 000000000000..5aa7d26f8cc4 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.0.60.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.60.ebuild,v 1.1 2013/01/22 09:02:30 ago Exp $ + +EAPI="2" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="1" +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.4.27.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.4.27.ebuild new file mode 100644 index 000000000000..7dd5af6f395a --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.4.27.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.4.27.ebuild,v 1.1 2013/01/22 09:04:26 ago Exp $ + +EAPI="2" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="1" +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.7.4.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.7.4.ebuild new file mode 100644 index 000000000000..373d6cd39b76 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-3.7.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.7.4.ebuild,v 1.1 2013/01/22 09:03:25 ago Exp $ + +EAPI="2" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="1" +K_DEBLOB_AVAILABLE="1" +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="deblob" diff --git a/x11-misc/colord/Manifest b/x11-misc/colord/Manifest index 0e3df18b6868..e6e609530f3a 100644 --- a/x11-misc/colord/Manifest +++ b/x11-misc/colord/Manifest @@ -1,3 +1,2 @@ -DIST colord-0.1.21.tar.xz 553424 SHA256 360b896b0d2a35970a0cd42e448ea327d789f309ff95022190c4d33bb8b02c30 SHA512 442ef53b73466da34c3a2ad455ae4e401d6640a8093febdbb28adcda5908fcf5a043653b44f9357d02945230e3bee3f75f3e9e4d622b85adc8ebf4f5c8735537 WHIRLPOOL 91860610b7117c1a5f984f4bf778033438905a16a2f93c699be3774b6acd21c5947eb475ce83570cddde2bd5795d4e5427e8a10bc97c6438f67d7b68586800b1 -DIST colord-0.1.23.tar.xz 547392 SHA256 e0e9da36e28b3f977ce32accdc5cbac415ac2575031377c63b1e7bd2af32d789 SHA512 31018c0f42b8f0ab112163a621cfa02cabea27ded70ef9e15470241430f9bb017c56c4ab3992a1ba238db59f0a80f49d62f096c66af9866894a0bf3f35861ffb WHIRLPOOL f5600323527b891e8392e9c52d781144282e5fdc7f2b8a9fd4b99c1556b76f19d74175e3f7c7b9e42214a6548c3a8224fa40e84cd38b20b628c985e58fc42cc6 DIST colord-0.1.26.tar.xz 638008 SHA256 6e581413813b96ab3efb4549f3a1260a1522f472aa0ee7f3dda9146bece2d7d3 SHA512 cfa26311ded52ebd52583434a5cf02656e26783c4160741ee85766b343975adf088e1e7717f3f81e402c6396a824554e0e214ba1bfaafdc907a350b0f9e72c8f WHIRLPOOL f5f32305671bab6f63ef5b7a754c07fd3b35de18d258473c89ce83acd4cac69ba73fcf3870de8b067c445b9d5fade59631f6e9c892e2044472e2dcc2b1c511ea +DIST colord-0.1.28.tar.xz 861072 SHA256 b165be944eb60aedb3e16d04336643dd9b4945d034c899473583b5a44b9cbcdd SHA512 4714cfea4024c1c7c9781884a9bdbdf3b20696055053ce6432371366520c44e80f96db0a85549524772965decfc71834704782b50cf7d6b5a446babd25b141d8 WHIRLPOOL e24d22c9e04c70e36c055ddd1b45416aea822d9aeb7ef950155a010bad810b16afea28e77d42e87e97da44089c3ece46303a4c01887c112b699da0641c050c50 diff --git a/x11-misc/colord/colord-0.1.21.ebuild b/x11-misc/colord/colord-0.1.21.ebuild deleted file mode 100644 index 6a21fcbd658f..000000000000 --- a/x11-misc/colord/colord-0.1.21.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.21.ebuild,v 1.11 2012/12/31 18:12:03 ago Exp $ - -EAPI="4" - -inherit autotools bash-completion-r1 eutils user systemd base - -DESCRIPTION="System service to accurately color manage input and output devices" -HOMEPAGE="http://www.freedesktop.org/software/colord/" -SRC_URI="http://www.freedesktop.org/software/colord/releases/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 x86 ~x86-fbsd" -IUSE="doc examples gtk +gusb +introspection scanner +udev vala" - -COMMON_DEPEND=" - dev-db/sqlite:3 - >=dev-libs/glib-2.28.0:2 - >=media-libs/lcms-2.2:2 - >=sys-auth/polkit-0.103 - gtk? ( - x11-libs/gdk-pixbuf:2[introspection?] - x11-libs/gtk+:3[introspection?] ) - gusb? ( >=dev-libs/libgusb-0.1.1 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) - scanner? ( media-gfx/sane-backends ) - udev? ( virtual/udev[gudev] ) -" -RDEPEND="${COMMON_DEPEND} - media-gfx/shared-color-profiles" -DEPEND="${COMMON_DEPEND} - dev-libs/libxslt - >=dev-util/intltool-0.35 - virtual/pkgconfig - >=sys-devel/gettext-0.17 - doc? ( - app-text/docbook-xml-dtd:4.1.2 - >=dev-util/gtk-doc-1.9 - ) - vala? ( dev-lang/vala:0.14[vapigen] ) -" - -# FIXME: needs pre-installed dbus service files -RESTRICT="test" - -DOCS=(AUTHORS ChangeLog MAINTAINERS NEWS README TODO) - -pkg_setup() { - enewgroup colord - enewuser colord -1 -1 /var/lib/colord colord -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.1.11-fix-automagic-vala.patch" - epatch "${FILESDIR}/${PN}-0.1.15-fix-automagic-libgusb.patch" - - eautoreconf -} - -src_configure() { - # Reverse tools require gusb - econf \ - --disable-examples \ - --disable-static \ - --enable-polkit \ - --disable-volume-search \ - --with-daemon-user=colord \ - --localstatedir="${EPREFIX}"/var \ - $(use_enable doc gtk-doc) \ - $(use_enable gtk) \ - $(use_enable gusb) \ - $(use_enable gusb reverse) \ - $(use_enable introspection) \ - $(use_enable scanner sane) \ - $(use_enable udev gudev) \ - $(use_enable vala) \ - $(systemd_with_unitdir) \ - VAPIGEN=$(type -p vapigen-0.14) - # parallel make fails in doc/api - use doc && MAKEOPTS="${MAKEOPTS} -j1" -} - -src_install() { - base_src_install - - newbashcomp client/colormgr-completion.bash colormgr - rm -vr "${ED}etc/bash_completion.d" - - # Ensure config and profile directories exist and /var/lib/colord/* - # is writable by colord user - keepdir /var/lib/color{,d}/icc - fowners colord:colord /var/lib/colord{,/icc} - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/*.c - fi - - find "${D}" -name "*.la" -delete || die -} diff --git a/x11-misc/colord/colord-0.1.23.ebuild b/x11-misc/colord/colord-0.1.28.ebuild similarity index 59% rename from x11-misc/colord/colord-0.1.23.ebuild rename to x11-misc/colord/colord-0.1.28.ebuild index 9b779ecab796..43a71cf85666 100644 --- a/x11-misc/colord/colord-0.1.23.ebuild +++ b/x11-misc/colord/colord-0.1.28.ebuild @@ -1,34 +1,34 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.23.ebuild,v 1.4 2012/12/20 05:29:30 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/colord/colord-0.1.28.ebuild,v 1.1 2013/01/22 07:23:43 tetromino Exp $ -EAPI="4" +EAPI="5" VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" -inherit autotools bash-completion-r1 eutils user systemd base toolchain-funcs vala +inherit autotools bash-completion-r1 check-reqs eutils user systemd base udev vala DESCRIPTION="System service to accurately color manage input and output devices" HOMEPAGE="http://www.freedesktop.org/software/colord/" SRC_URI="http://www.freedesktop.org/software/colord/releases/${P}.tar.xz" LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="doc examples +gusb +introspection scanner +udev vala" +SLOT="0/1" # subslot = libcolord soname version +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="doc examples extra-print-profiles +gusb +introspection systemd +udev vala" REQUIRED_USE="vala? ( introspection )" COMMON_DEPEND=" - dev-db/sqlite:3 + dev-db/sqlite:3= >=dev-libs/glib-2.28.0:2 - >=media-libs/lcms-2.2:2 + >=media-libs/lcms-2.2:2= >=sys-auth/polkit-0.103 gusb? ( >=dev-libs/libgusb-0.1.1 ) introspection? ( >=dev-libs/gobject-introspection-0.9.8 ) - scanner? ( media-gfx/sane-backends ) - udev? ( virtual/udev[gudev] )" + systemd? ( >=sys-apps/systemd-44 ) + udev? ( virtual/udev:=[gudev] )" RDEPEND="${COMMON_DEPEND} - media-gfx/shared-color-profiles" + !media-gfx/shared-color-profiles" DEPEND="${COMMON_DEPEND} dev-libs/libxslt >=dev-util/intltool-0.35 @@ -37,14 +37,22 @@ DEPEND="${COMMON_DEPEND} doc? ( app-text/docbook-xml-dtd:4.1.2 >=dev-util/gtk-doc-1.9 ) + extra-print-profiles? ( media-gfx/argyllcms ) vala? ( $(vala_depend) )" # FIXME: needs pre-installed dbus service files RESTRICT="test" -DOCS=(AUTHORS ChangeLog MAINTAINERS NEWS README TODO) +# According to upstream comment in colord.spec.in, building the extra print +# profiles requires >=4G of memory +CHECKREQS_MEMORY="4G" + +pkg_pretend() { + use extra-print-profiles && check-reqs_pkg_pretend +} pkg_setup() { + use extra-print-profiles && check-reqs_pkg_setup enewgroup colord enewuser colord -1 -1 /var/lib/colord colord } @@ -52,12 +60,7 @@ pkg_setup() { src_prepare() { use vala && vala_src_prepare - # https://bugs.freedesktop.org/show_bug.cgi?id=55464 - epatch "${FILESDIR}/${PN}-0.1.11-fix-automagic-vala.patch" - - # https://bugs.freedesktop.org/show_bug.cgi?id=55465 - epatch "${FILESDIR}/${PN}-0.1.15-fix-automagic-libgusb.patch" - + epatch "${FILESDIR}/${PN}-0.1.26-fix-automagic-systemd.patch" eautoreconf } @@ -71,11 +74,14 @@ src_configure() { --with-daemon-user=colord \ --localstatedir="${EPREFIX}"/var \ $(use_enable doc gtk-doc) \ + $(use_enable extra-print-profiles print-profiles) \ + $(usex extra-print-profiles COLPROF="$(type -P argyll-colprof)" "") \ $(use_enable gusb) \ $(use_enable gusb reverse) \ $(use_enable introspection) \ - $(use_enable scanner sane) \ + $(use_enable systemd libsystemd-login) \ $(use_enable udev gudev) \ + --with-udevrulesdir="$(udev_get_udevdir)"/rules.d \ $(use_enable vala) \ "$(systemd_with_unitdir)" @@ -84,10 +90,8 @@ src_configure() { } src_install() { - local udevdir=/lib/udev - use udev && udevdir="$($(tc-getPKG_CONFIG) --variable=udevdir udev)" - - base_src_install udevrulesdir="${udevdir}"/rules.d + DOCS=(AUTHORS ChangeLog MAINTAINERS NEWS README TODO) + default newbashcomp client/colormgr-completion.bash colormgr rm -vr "${ED}etc/bash_completion.d" @@ -102,5 +106,5 @@ src_install() { doins examples/*.c fi - prune_libtool_files --all + prune_libtool_files --modules } diff --git a/x11-misc/colord/files/colord-0.1.11-fix-automagic-vala.patch b/x11-misc/colord/files/colord-0.1.11-fix-automagic-vala.patch deleted file mode 100644 index 6f33190421fd..000000000000 --- a/x11-misc/colord/files/colord-0.1.11-fix-automagic-vala.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -ur colord-0.1.11//configure.ac colord-0.1.11.new//configure.ac ---- colord-0.1.11//configure.ac 2011-08-01 14:25:25.000000000 +0530 -+++ colord-0.1.11.new//configure.ac 2011-08-14 18:55:45.560334275 +0530 -@@ -218,8 +218,10 @@ - dnl --------------------------------------------------------------------------- - dnl - Build VALA support - dnl --------------------------------------------------------------------------- --if test x$found_introspection != xno; then -+AC_ARG_ENABLE(vala, AS_HELP_STRING([--enable-vala],[build vala bindings]), -+ enable_vala=$enableval,enable_vala=no) -+if test x$found_introspection != xno -a x$enable_vala != xno; then - AC_PATH_PROG([VAPIGEN], [vapigen], []) - if test "x$VAPIGEN" = "x"; then - has_vapigen="no" - AC_MSG_WARN([vapigen not found, will not build Vala binding]) -@@ -228,7 +230,9 @@ - fi - else - has_vapigen="no" -- AC_MSG_WARN([Not introspection found, will not build Vala binding]) -+ if test x$found_introspection = xno; then -+ AC_MSG_WARN([introspection not found, will not build Vala binding]) -+ fi - fi - AM_CONDITIONAL(HAVE_VAPIGEN, [test "x$has_vapigen" = "xyes"]) - diff --git a/x11-misc/colord/files/colord-0.1.15-fix-automagic-libgusb.patch b/x11-misc/colord/files/colord-0.1.15-fix-automagic-libgusb.patch deleted file mode 100644 index 8c7e93366dd5..000000000000 --- a/x11-misc/colord/files/colord-0.1.15-fix-automagic-libgusb.patch +++ /dev/null @@ -1,33 +0,0 @@ -From db63bbbe6a3d925644401ba001b8e84a84d19369 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev -Date: Sun, 27 Nov 2011 01:33:55 -0500 -Subject: [PATCH] Make libgusb dependency non-automagic - ---- - configure.ac | 8 +++++--- - 1 files changed, 5 insertions(+), 3 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 4732921..65abf67 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -126,11 +126,13 @@ dnl --------------------------------------------------------------------------- - dnl - Check library dependencies - dnl --------------------------------------------------------------------------- - PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.28.0 gobject-2.0 gthread-2.0 gio-2.0 >= 2.25.9 gio-unix-2.0 gmodule-2.0) --PKG_CHECK_MODULES(GUSB, gusb >= 0.1.1, have_gusb=yes, have_gusb=no) --if test x$have_gusb = xyes; then -+AC_ARG_ENABLE(gusb, AS_HELP_STRING([--enable-gusb],[Enable GUSB support]), -+ enable_gusb=$enableval, enable_gusb=yes) -+if test x$enable_gusb != xno; then -+ PKG_CHECK_MODULES(GUSB, gusb >= 0.1.1) - AC_DEFINE(HAVE_GUSB,1,[whether gusb is available]) - fi --AM_CONDITIONAL(HAVE_GUSB, test x$have_gusb = xyes) -+AM_CONDITIONAL(HAVE_GUSB, test x$enable_gusb = xyes) - - PKG_CHECK_MODULES(LCMS, lcms2 >= 2.2, has_new_lcms=yes, has_new_lcms=no) - if test x$has_new_lcms = xyes; then --- -1.7.8.rc3 - diff --git a/x11-misc/colord/metadata.xml b/x11-misc/colord/metadata.xml index 62dd805cde5a..5954305aab6b 100644 --- a/x11-misc/colord/metadata.xml +++ b/x11-misc/colord/metadata.xml @@ -3,6 +3,8 @@ gnome + Generate extra print profiles. + Warning: significant build time and memory requirements. Enable dev-libs/libgusb support, needed for colorimeter drivers Generate bindings for dev-lang/vala