diff --git a/app-admin/tmpwatch/Manifest b/app-admin/tmpwatch/Manifest index 16c1e0d3b7ea..2b962d7fa23c 100644 --- a/app-admin/tmpwatch/Manifest +++ b/app-admin/tmpwatch/Manifest @@ -1,3 +1,3 @@ -DIST tmpwatch-2.10.1.tar.bz2 140103 SHA256 d0fc8e76f32a7e596ef0e3db5a429f007a94e356a63ea342a130022e6295b446 -DIST tmpwatch-2.10.3.tar.bz2 144136 SHA256 d3cdb21870d1d8c9ca6e82f295c228a0cb55f1744cfa98ee59da0151f5f53f75 -DIST tmpwatch-2.11.tar.bz2 145609 SHA256 93168112b2515bc4c7117e8113b8d91e06b79550d2194d62a0c174fe6c2aa8d4 +DIST tmpwatch-2.10.1.tar.bz2 140103 SHA256 d0fc8e76f32a7e596ef0e3db5a429f007a94e356a63ea342a130022e6295b446 SHA512 8e7bdb48a900058a31dac55f7590b0d6f280d06e511b015afb94a02a467f9b985497b458bac6ca7a48e57f0b728a497de814847af0bcdd7d7dc9762ae4c85063 WHIRLPOOL b472a95a9c772834b04b25b31a5f8c2f08ad7a350a7787c992381b9ea5f3fa22a2b98d283452333b7ae6be1612ef231b901a0e04e6caa38e42bd904a40f03ec8 +DIST tmpwatch-2.10.3.tar.bz2 144136 SHA256 d3cdb21870d1d8c9ca6e82f295c228a0cb55f1744cfa98ee59da0151f5f53f75 SHA512 31f92c6d2cb73683a3b5c04a09a2bb19a352b091d984ebe962ae63f41bc78607b6616f8bb4f54ff1f56c6255c0240b57cd9871efbfba8e27e19bee451750caab WHIRLPOOL 8ebe7b0d99d57bfc04a940943fc4a01aa167462be1b4428af0c54da1f4459cc10c47abc4612ac1ba84b8992a3e3a536b80da0fd47f87c7ecc321e196965fe9ad +DIST tmpwatch-2.11.tar.bz2 145609 SHA256 93168112b2515bc4c7117e8113b8d91e06b79550d2194d62a0c174fe6c2aa8d4 SHA512 9242c5e1812c2ffc756cfc4cdc3023d0c0515e7c180e58ca3a838aa075d09fe4dc08dbc9afbc87ce3382e8aa8cb80a70e406deeab4ce10b39b6845d667989d97 WHIRLPOOL 94d83c4a2b1c1a19ab88632c61de37903b709bc7fa88aff9f8ac4f4b71a26b8e6fbcb1564b3bce08ed5d1d0a78511c3470978a13211356f5fdf10b4d40f2de1c diff --git a/app-admin/tmpwatch/tmpwatch-2.11.ebuild b/app-admin/tmpwatch/tmpwatch-2.11.ebuild index 9c163aefc815..5497f7dbf33c 100644 --- a/app-admin/tmpwatch/tmpwatch-2.11.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.11.ebuild @@ -1,6 +1,10 @@ -# 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-admin/tmpwatch/tmpwatch-2.11.ebuild,v 1.2 2012/11/27 19:06:27 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.11.ebuild,v 1.3 2013/04/30 19:37:00 fauli Exp $ + +EAPI=5 + +inherit toolchain-funcs DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" HOMEPAGE="https://fedorahosted.org/tmpwatch/" @@ -14,6 +18,10 @@ IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )" DEPEND="${RDEPEND}" +src_compile() { + emake AR="$(tc-getAR)" +} + src_install() { dosbin tmpwatch || die doman tmpwatch.8 || die diff --git a/app-laptop/nvidiabl/nvidiabl-0.81.ebuild b/app-laptop/nvidiabl/nvidiabl-0.81.ebuild index 4c627fa35c9c..a5a701f3a0d0 100644 --- a/app-laptop/nvidiabl/nvidiabl-0.81.ebuild +++ b/app-laptop/nvidiabl/nvidiabl-0.81.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/nvidiabl/nvidiabl-0.81.ebuild,v 1.2 2013/04/25 18:36:57 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/nvidiabl/nvidiabl-0.81.ebuild,v 1.3 2013/04/30 13:24:03 vincent Exp $ -EAPI=4 +EAPI=5 inherit linux-mod DESCRIPTION="Linux driver for setting the backlight brightness on laptops using @@ -12,7 +12,7 @@ SRC_URI="https://github.com/guillaumezin/${PN}/archive/v${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="" @@ -33,5 +33,6 @@ Note that you cannot use FB_NVIDIA with nvidia's proprietary driver" src_compile() { BUILD_PARAMS="KVER=${KV_FULL}" + MAKEOPTS+=" V=1" linux-mod_src_compile } diff --git a/app-leechcraft/lc-gmailnotifier/Manifest b/app-leechcraft/lc-gmailnotifier/Manifest new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild new file mode 100644 index 000000000000..b8ce9d20fad5 --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.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/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild,v 1.1 2013/05/01 08:09:22 pinkbyte Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifier about new mail in a GMail inbox for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug notify quark" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:4" +RDEPEND="${DEPEND} + quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} ) + notify? ( ~virtual/leechcraft-notifier-${PV} )" diff --git a/app-leechcraft/lc-gmailnotifier/metadata.xml b/app-leechcraft/lc-gmailnotifier/metadata.xml new file mode 100644 index 000000000000..61e4db644d5b --- /dev/null +++ b/app-leechcraft/lc-gmailnotifier/metadata.xml @@ -0,0 +1,9 @@ + + + + leechcraft + + Pull in a plugin to show GMail Notifier's quark + Pull in a plugin to show notifications from GMail Notiifer + + diff --git a/app-misc/tomboy/metadata.xml b/app-misc/tomboy/metadata.xml index e85974a7fa17..d35e9300c540 100644 --- a/app-misc/tomboy/metadata.xml +++ b/app-misc/tomboy/metadata.xml @@ -1,5 +1,5 @@ -dotnet + dotnet diff --git a/app-misc/tomboy/tomboy-1.12.2.ebuild b/app-misc/tomboy/tomboy-1.12.2.ebuild index 682d3e4854b8..d7e173940ff4 100644 --- a/app-misc/tomboy/tomboy-1.12.2.ebuild +++ b/app-misc/tomboy/tomboy-1.12.2.ebuild @@ -1,8 +1,9 @@ -# 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-misc/tomboy/tomboy-1.12.2.ebuild,v 1.1 2012/12/24 13:15:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tomboy/tomboy-1.12.2.ebuild,v 1.2 2013/04/30 12:12:55 jlec Exp $ EAPI="5" + GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" @@ -44,6 +45,11 @@ src_prepare() { # Force gmime-2.6 usage, upstream bug #686510 epatch "${FILESDIR}/${PN}-1.12.1-force-gmime26.patch" + + sed \ + -e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" \ + -i configure.in || die + eautoreconf gnome2_src_prepare } diff --git a/app-office/texmacs/texmacs-1.0.7.19.ebuild b/app-office/texmacs/texmacs-1.0.7.19.ebuild index 95cb1ab6e27c..9fa5a0bef9bf 100644 --- a/app-office/texmacs/texmacs-1.0.7.19.ebuild +++ b/app-office/texmacs/texmacs-1.0.7.19.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/app-office/texmacs/texmacs-1.0.7.19.ebuild,v 1.1 2013/03/28 13:41:15 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.19.ebuild,v 1.2 2013/05/01 05:08:23 grozin Exp $ EAPI=4 @@ -10,10 +10,7 @@ MY_P=${P/tex/TeX}-src DESCRIPTION="Wysiwyg text processor with high-quality maths" HOMEPAGE="http://www.texmacs.org/" -# Due to some changes at ftp.texmacs.org, files can no longer be fetched by wget, -# only by wget --no-passive-ftp -#SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz" -SRC_URI="http://dev.gentoo.org/~grozin/${MY_P}.tar.gz" +SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest index 4bc6170d5e21..9d8b6099329f 100644 --- a/app-text/liblangtag/Manifest +++ b/app-text/liblangtag/Manifest @@ -1,2 +1,2 @@ DIST liblangtag-0.4.0.tar.bz2 613182 SHA256 cbb71d5d1af345c3bd9ceebbc78ddfbe70e3747c3cf95532a4fdef2abb034bae SHA512 d04f188d8cad68504d322bb9461f1be564ae831735afbde4b9f7a7b09819ba20b2e9a72f68e7660e69d8b80d33ea2beb4bfcbb6f521d58c06b2c2182fd7928c8 WHIRLPOOL 420c39e7c6ff7b12f071538338611430b9edb4322c3cf9fe2df2276bbd6a7aaa288958a01316cf885edd285e38fea59fd1ce2c8dbed9d78694dab37606e0abe5 -DIST liblangtag-0.5.0.tar.bz2 651956 SHA256 7f0b68c8baca468a4b47709e8c58d0b3693616b28918f620fe6541ee12e4e315 SHA512 128be60fd7cfdc29f2e91d4cf3f8e4aee213afd13efa7bb67cc7d7a5b7d806dfc66ce4729791af3261f948fb7e9b2eb48ab666b7bb3aba0745ed71dd20ff1036 WHIRLPOOL 4d2c35de63441336fa2f0e1571e8133b3fe2380cafb3f6a7ea3678cc8815fb8e27aa274990b52b054a13450e3ce6de82baba943cd3294f82fe883ee591bf32b6 +DIST liblangtag-0.5.1.tar.bz2 651785 SHA256 c3dd456762cd0b5fd1687f066c4bdf253d70b14729851b9cd05936a1cb46923b SHA512 006ed5b8621bfc4330589eeba8581dd2214a29c985f782b0c123012105ac6ea447f1d7593daec86b0126daf7929e6845208c633c63df67beca2d6201a6961bbf WHIRLPOOL 80f48834b00ba7732f07a7e88ae092a3f0f0168c3de176ad0544e130b8e0c3991a169ed4d502cdc9aff0af1fe3df43ac961d4c8517b9240b9934ea901c0626e5 diff --git a/app-text/liblangtag/liblangtag-0.5.0.ebuild b/app-text/liblangtag/liblangtag-0.5.1.ebuild similarity index 94% rename from app-text/liblangtag/liblangtag-0.5.0.ebuild rename to app-text/liblangtag/liblangtag-0.5.1.ebuild index 2b905a8c2699..c66e7de73cb3 100644 --- a/app-text/liblangtag/liblangtag-0.5.0.ebuild +++ b/app-text/liblangtag/liblangtag-0.5.1.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/app-text/liblangtag/liblangtag-0.5.0.ebuild,v 1.1 2013/04/27 08:07:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.5.1.ebuild,v 1.1 2013/04/30 16:02:07 scarabeus Exp $ EAPI=5 diff --git a/app-text/xournal/files/xournal-0.4.7-am113.patch b/app-text/xournal/files/xournal-0.4.7-am113.patch new file mode 100644 index 000000000000..242d00f476ba --- /dev/null +++ b/app-text/xournal/files/xournal-0.4.7-am113.patch @@ -0,0 +1,25 @@ +From ae2821f664b0615779638cdd1eca414e500e7f92 Mon Sep 17 00:00:00 2001 +From: "Andreas K. Huettel (dilfridge)" +Date: Tue, 30 Apr 2013 22:29:32 +0200 +Subject: [PATCH] replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS + +--- + configure.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.in b/configure.in +index 52a07df..ba827c7 100644 +--- a/configure.in ++++ b/configure.in +@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. + + AC_INIT(configure.in) + AM_INIT_AUTOMAKE(xournal, 0.4.7) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AM_MAINTAINER_MODE + + AC_ISC_POSIX +-- +1.8.2.1 + diff --git a/app-text/xournal/xournal-0.4.7.ebuild b/app-text/xournal/xournal-0.4.7.ebuild index c9f5c252a224..41c9385c964e 100644 --- a/app-text/xournal/xournal-0.4.7.ebuild +++ b/app-text/xournal/xournal-0.4.7.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/app-text/xournal/xournal-0.4.7.ebuild,v 1.5 2013/03/17 12:25:53 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.7.ebuild,v 1.6 2013/04/30 20:35:56 dilfridge Exp $ EAPI=5 @@ -58,6 +58,7 @@ src_prepare() { if ! use vanilla; then sed -e "s:n http:n Gentoo release ${PVR}\\\\n http:" -i "${S}"/src/xo-interface.c fi + epatch "${FILESDIR}/${PN}-0.4.7-am113.patch" eautoreconf } diff --git a/app-text/xournal/xournal-9999.ebuild b/app-text/xournal/xournal-9999.ebuild index 13c68c6133b6..81824d9da2e6 100644 --- a/app-text/xournal/xournal-9999.ebuild +++ b/app-text/xournal/xournal-9999.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/app-text/xournal/xournal-9999.ebuild,v 1.4 2013/03/17 12:25:53 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-9999.ebuild,v 1.5 2013/04/30 20:35:56 dilfridge Exp $ EAPI=5 @@ -58,6 +58,7 @@ src_prepare() { if ! use vanilla; then sed -e "s:n http:n Gentoo release ${PVR}\\\\n http:" -i "${S}"/src/xo-interface.c fi + epatch "${FILESDIR}/${PN}-0.4.7-am113.patch" eautoreconf } diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1-r3.ebuild b/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1-r3.ebuild index 7337b3523102..e392c26a32e9 100644 --- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1-r3.ebuild +++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1-r3.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/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1-r3.ebuild,v 1.3 2013/04/30 01:03:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-init-scripts/mysql-init-scripts-2.0_pre1-r3.ebuild,v 1.5 2013/04/30 12:32:15 ago Exp $ DESCRIPTION="Gentoo MySQL init scripts." HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="" diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index 56542d3ce309..311fb0c104e2 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -10,9 +10,9 @@ DIST Python-3.3.1.tar.xz 11852964 SHA256 f8a7f0117c9a8263a52991cb86a55082888850b DIST python-gentoo-patches-2.5.4-r3.tar.bz2 19473 SHA256 03f5bdb0a4ac8eb498a90c5cd444a5c76ed7e79bff5e8dca00efe77cf80c6391 SHA512 8100bf894e1fae03888a3e66fa74147fdd65912200e0324c3ae4164b88e589aa2756f2d331eed8a0342695b64594c33be7c67633fa390c1993e1dd5196b14a37 WHIRLPOOL 910c225736065263ad01c07a16ee10fe1671a227f62df060d5ee93cb76b983aed5c019e3beb51210e1fddcfc4d8b74d7623ec608e4505ebb9c7124f63dcdbd78 DIST python-gentoo-patches-2.6.8-0.tar.bz2 17608 SHA256 277dbeb19107d3244e58aee98f130ce98d03775e7d4074ff9e1577125c999c06 SHA512 2a988a81db888ce56e07d4591ab37b641e51f73f85c087ac0505dc2b703b1dd450ed36b2533e5e562935d2f5e17d581fbbcfd0b0dc4bee69c882f3442da29632 WHIRLPOOL 8ae0f01e1218ed758b9dfca9b4de6a9115c09db665a2831f9af7b8e3f9aa178c10d129104273b551b8a26e9ba575e3f8d3256d7622506a69d496935ce9d87685 DIST python-gentoo-patches-2.7.3-1.tar.bz2 13858 SHA256 51f6981ba02064998dfb020725c33233641b3743c4f5cf04091657313a49b8fd SHA512 afccc52ed695d3c99cb20a36d1673c0f5d9abe5e69ed42024a1cc27bb68feeafaff796b8e4e88c7264e5766aadef98d19cf548112e235848d0ca2fa271dc16c7 WHIRLPOOL b8c4e83354f913eb50b9c91ad558a4cc042a395fd4bd7227cc2e5e6ede8962eb699d44ec3b3a05b47ea658fce2e90b2d0e035282d9737d602f313bad1a7d314a -DIST python-gentoo-patches-2.7.4-1.tar.xz 12972 SHA256 dfde82c6cc3248ebf5c0731c3f694c017e09e5e40b7a541a9b23dd5e2dd4c292 SHA512 466ac46731c3f72d0187f097ae132cf80b02a6bd988ebc477dfb515dce1d33e6e4d7b0e7bb042e1a9bc6a78494717abc0c77d599ceb00bbd31111182c7912035 WHIRLPOOL 41ba491f8909ce4c9d4dfd872b6edb87c9847d73517306b86ea82f50bab12ce18f9137ae65ad94eb93b47003b19b8eb31d4247d563e93d29f43119f08e3114de +DIST python-gentoo-patches-2.7.4-2.tar.xz 13944 SHA256 26268be3d79ae9a4669035f8bdba26b044a2b6e5b5a3177e4e32d0bf114dadbf SHA512 0d2eab1f7a62b55d0746ad7bc92df366a3eff453182deb99cd37acaa7e0a006bb530ce2eb64839dfc4bddee37d6b8b64fdad06949147c33f04c43226ea79a2f6 WHIRLPOOL bfcb2b28402a1223878aff5ef550945e169e43c8fab56073c99f96dec1c9c55af2a78877036c2fee1200c1c61b2f4c89b2a2abb51e4c601ac7df08e33d77bc94 DIST python-gentoo-patches-3.1.5-0.tar.bz2 16939 SHA256 ceacc96a370dfaa232d0a62336af37b809dd7d55adacf5f8befe17e2f72981ff SHA512 c9bd442bf8f69ea5ddd28e732a3912b629e3d392fe58d478acef291332f7f35358c6864132d1c32de3e640c0a6b26305db3de81829e38743603cc43a3b8ae6f8 WHIRLPOOL e5ff0ef4e8cab2df9067f0d26e799bbb89a3a4a46f7d4001412d979457ddd96a6698a1d345f852bf591175a268a8322e0cb22bb396cbcf65028b4960d71c0a7f DIST python-gentoo-patches-3.2.3-0.tar.bz2 14265 SHA256 2ad8829aa6594edc405afd0ed148a2b4b608d7c6f09ea90bfb90d87580a4784b SHA512 1ea0c8711ec5952a8c0bafeaceec0d8f8821123fe4f622626b57c6e0b1065c349885537b933a4ef22c29e6c8f6c44f44dec587892a2b13dbfe92ec342f16197d WHIRLPOOL b6f6a4d8e7dcafbf944266d1b5744c71568ddb0c21c5b54c5e041ef8bfd5e1fc5a1e68fa3083d8a466182022a07ebe88d536a4742a5fe0443e5d73d5d4bc64ed -DIST python-gentoo-patches-3.2.4-0.tar.xz 11596 SHA256 4be2faf5bf80f0bed0d3f6380355f7edc1a2a2789ab25d5838c454c2368d39d0 SHA512 00c0b0bfb371e8d5e2d0d33bf714ad135ea82b4bb536f038f087f9edd5cf5cef67df6b65fcdd1a43ecc5598a5ec66cb94594cabcb01a9ecc059194986d3944e4 WHIRLPOOL 6d120d78f226ab49837e652476735516c267daa03e3b070d3fc31004ded886d7ed4cd4ffe9ba597443679ba2d518f7fbad5656529a7f248b98335602cf5b5b4a +DIST python-gentoo-patches-3.2.4-1.tar.xz 13972 SHA256 bf15d5e16a594388dfe2c76e16bc746a6cde1394193381297e6e0bb1657048b4 SHA512 8367b86fa3aea8d21734d03f8fa4ae423862d5a3156f4f5083f0a70d69f5ede751a430b0a6a35bff7e55009dde144acca1bd5e2749183f51b72f85635919d7dc WHIRLPOOL 9011c0d944ea94af18f406ec8534d784487a6a004990d9c7d0511d6f58d7737f2475162be97f217e611f2ed0f091a04cdbe057bdc7c3b00b479dc9d9eaf4bc7e DIST python-gentoo-patches-3.3.0-1.tar.bz2 11974 SHA256 bb2d066277a3802e6ea18eebddf42134b44cda25b5201b755628d497be28c488 SHA512 e0522c7924e8cf5af3ea42727d277e44691cc11926c77b8fdcdb21687a9ff1b2fa953bfc1b3cd8d3a01c8dea757735b1aadb3b7e0c804068763052316f7e7858 WHIRLPOOL 091b3c2b87e27a68ddba2e2076a20c25aaedc84055c1d336d93ccdc609cd06ab2eea8b17a34008d5eb27e8d9e5677dca8756aa4f06a6cb95329de912e9c06005 DIST python-gentoo-patches-3.3.1-3.tar.bz2 13058 SHA256 69cb3e3ecc9a695aceac0760de6960185a7f189d0498f6897b70f02649151dcf SHA512 b6e460710c7677bb59afd015fe5e2cdaf0d657d95001e94d3030a9711b50575f2e90651563897be0bf072e2d19f3368462db66a439eeeb345f91228503e46b3d WHIRLPOOL 84447222233e2385be09de22eb2582b106bfdf6edad3d8788a33a29630152a6c9e642a1449558935889641a4d031ea32911c3c0e11da8279d0433231b03ec5aa diff --git a/dev-lang/python/python-2.7.4.ebuild b/dev-lang/python/python-2.7.4.ebuild index cb83b8e3d403..05f0c64baa2d 100644 --- a/dev-lang/python/python-2.7.4.ebuild +++ b/dev-lang/python/python-2.7.4.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/dev-lang/python/python-2.7.4.ebuild,v 1.5 2013/04/27 16:53:55 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.4.ebuild,v 1.6 2013/05/01 02:16:37 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -9,12 +9,12 @@ WANT_LIBTOOL="none" inherit autotools eutils flag-o-matic multilib pax-utils python-utils-r1 toolchain-funcs multiprocessing MY_P="Python-${PV}" -PATCHSET_REVISION="1" +PATCHSET_REVISION="2" DESCRIPTION="An interpreted, interactive, object-oriented programming language" HOMEPAGE="http://www.python.org/" SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz - mirror://bitbucket/gentoo/cpython/downloads/python-gentoo-patches-${PV}-${PATCHSET_REVISION}.tar.xz" + mirror://gentoo/python-gentoo-patches-${PV}-${PATCHSET_REVISION}.tar.xz" LICENSE="PSF-2" SLOT="2.7" @@ -240,7 +240,7 @@ src_compile() { ) \ PTHON_DISABLE_SSL="1" \ SYSROOT= \ - emake || die "cross-make failed" + emake # See comment in src_configure about these. ln python ../${CHOST}/hostpython || die ln Parser/pgen ../${CHOST}/Parser/hostpgen || die @@ -296,12 +296,12 @@ src_install() { local libdir=${ED}/usr/$(get_libdir)/python${SLOT} cd "${WORKDIR}"/${CHOST} - emake DESTDIR="${D}" altinstall maninstall || die "emake altinstall maninstall failed" + emake DESTDIR="${D}" altinstall maninstall sed -e "s/\(LDFLAGS=\).*/\1/" -i "${libdir}/config/Makefile" || die "sed failed" # Backwards compat with Gentoo divergence. - dosym python${SLOT}-config /usr/bin/python-config-${SLOT} || die + dosym python${SLOT}-config /usr/bin/python-config-${SLOT} # Fix collisions between different slots of Python. mv "${ED}usr/bin/2to3" "${ED}usr/bin/2to3-${SLOT}" diff --git a/dev-lang/python/python-3.2.4.ebuild b/dev-lang/python/python-3.2.4.ebuild index 6bd9d736adf2..c369c263d39b 100644 --- a/dev-lang/python/python-3.2.4.ebuild +++ b/dev-lang/python/python-3.2.4.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/dev-lang/python/python-3.2.4.ebuild,v 1.1 2013/04/27 19:54:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.4.ebuild,v 1.3 2013/05/01 02:57:12 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -9,12 +9,12 @@ WANT_LIBTOOL="none" inherit autotools eutils flag-o-matic multilib pax-utils python-utils-r1 toolchain-funcs multiprocessing MY_P="Python-${PV}" -PATCHSET_REVISION="0" +PATCHSET_REVISION="1" DESCRIPTION="An interpreted, interactive, object-oriented programming language" HOMEPAGE="http://www.python.org/" SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz - mirror://bitbucket/gentoo/cpython/downloads/python-gentoo-patches-${PV}-${PATCHSET_REVISION}.tar.xz" + mirror://gentoo/python-gentoo-patches-${PV}-${PATCHSET_REVISION}.tar.xz" LICENSE="PSF-2" SLOT="3.2" @@ -65,9 +65,9 @@ pkg_setup() { src_prepare() { # Ensure that internal copies of expat, libffi and zlib are not used. - rm -fr Modules/expat - rm -fr Modules/_ctypes/libffi* - rm -fr Modules/zlib + rm -r Modules/expat + rm -r Modules/_ctypes/libffi* + rm -r Modules/zlib local excluded_patches if ! tc-is-cross-compiler; then @@ -216,7 +216,7 @@ src_compile() { ) \ PTHON_DISABLE_SSL="1" \ SYSROOT= \ - emake || die "cross-make failed" + emake # See comment in src_configure about these. ln python ../${CHOST}/hostpython || die ln Parser/pgen ../${CHOST}/Parser/hostpgen || die @@ -224,7 +224,7 @@ src_compile() { fi cd "${WORKDIR}"/${CHOST} - emake CPPFLAGS="" CFLAGS="" LDFLAGS="" || die "emake failed" + emake CPPFLAGS="" CFLAGS="" LDFLAGS="" # Work around bug 329499. See also bug 413751. pax-mark m python @@ -247,7 +247,7 @@ src_test() { done # Rerun failed tests in verbose mode (regrtest -w). - emake test EXTRATESTOPTS="-w" CPPFLAGS="" CFLAGS="" LDFLAGS="" < /dev/tty + PYTHONDONTWRITEBYTECODE="" emake test EXTRATESTOPTS="-w" CPPFLAGS="" CFLAGS="" LDFLAGS="" < /dev/tty local result="$?" for test in ${skipped_tests}; do @@ -272,7 +272,7 @@ src_install() { local libdir=${ED}/usr/$(get_libdir)/python${SLOT} cd "${WORKDIR}"/${CHOST} - emake DESTDIR="${D}" altinstall || die "emake altinstall failed" + emake DESTDIR="${D}" altinstall sed \ -e "s/\(CONFIGURE_LDFLAGS=\).*/\1/" \ @@ -280,10 +280,10 @@ src_install() { -i "${libdir}/config-${SLOT}/Makefile" || die "sed failed" # Backwards compat with Gentoo divergence. - dosym python${SLOT}-config /usr/bin/python-config-${SLOT} || die + dosym python${SLOT}-config /usr/bin/python-config-${SLOT} # Fix collisions between different slots of Python. - rm -f "${ED}usr/$(get_libdir)/libpython3.so" + rm "${ED}usr/$(get_libdir)/libpython3.so" || die if use build; then rm -fr "${ED}usr/bin/idle${SLOT}" "${libdir}/"{idlelib,sqlite3,test,tkinter} @@ -296,20 +296,20 @@ src_install() { use threads || rm -fr "${libdir}/multiprocessing" use wininst || rm -f "${libdir}/distutils/command/"wininst-*.exe - dodoc "${S}"/Misc/{ACKS,HISTORY,NEWS} || die "dodoc failed" + dodoc "${S}"/Misc/{ACKS,HISTORY,NEWS} if use examples; then insinto /usr/share/doc/${PF}/examples find "${S}"/Tools -name __pycache__ -print0 | xargs -0 rm -fr - doins -r "${S}"/Tools || die "doins failed" + doins -r "${S}"/Tools fi insinto /usr/share/gdb/auto-load/usr/$(get_libdir) #443510 local libname=$(printf 'e:\n\t@echo $(INSTSONAME)\ninclude Makefile\n' | \ emake --no-print-directory -s -f - 2>/dev/null) newins "${S}"/Tools/gdb/libpython.py "${libname}"-gdb.py - newconfd "${FILESDIR}/pydoc.conf" pydoc-${SLOT} || die "newconfd failed" - newinitd "${FILESDIR}/pydoc.init" pydoc-${SLOT} || die "newinitd failed" + newconfd "${FILESDIR}/pydoc.conf" pydoc-${SLOT} + newinitd "${FILESDIR}/pydoc.init" pydoc-${SLOT} sed \ -e "s:@PYDOC_PORT_VARIABLE@:PYDOC${SLOT/./_}_PORT:" \ -e "s:@PYDOC@:pydoc${SLOT}:" \ diff --git a/dev-libs/glib/files/glib-1.2.10-automake-1.13.patch b/dev-libs/glib/files/glib-1.2.10-automake-1.13.patch new file mode 100644 index 000000000000..abca1ed8db19 --- /dev/null +++ b/dev-libs/glib/files/glib-1.2.10-automake-1.13.patch @@ -0,0 +1,23 @@ +Replace macros deprecated in automake-1.13; fixed upstream in glib-2.36 + +diff --git a/configure.in b/configure.in +index e94cc77..d88d834 100644 +--- a/configure.in ++++ b/configure.in +@@ -60,7 +60,7 @@ PACKAGE=glib + AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) + + # Specify a configuration file +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + AC_DEFINE_UNQUOTED(GLIB_MAJOR_VERSION, $GLIB_MAJOR_VERSION) + AC_DEFINE_UNQUOTED(GLIB_MINOR_VERSION, $GLIB_MINOR_VERSION) +@@ -151,7 +151,6 @@ AC_DEFINE_UNQUOTED(G_COMPILED_WITH_DEBUGGING, "${enable_debug}") + + # Checks for programs. + AC_PROG_CC +-AM_PROG_CC_STDC + AC_PROG_INSTALL + + changequote(,)dnl diff --git a/dev-libs/glib/files/glib-2.34.3-automake-1.13.patch b/dev-libs/glib/files/glib-2.34.3-automake-1.13.patch new file mode 100644 index 000000000000..5f4e7b6bbd32 --- /dev/null +++ b/dev-libs/glib/files/glib-2.34.3-automake-1.13.patch @@ -0,0 +1,23 @@ +Replace macros deprecated in automake-1.13; fixed upstream in glib-2.36 + +diff --git a/configure.ac b/configure.ac +index a3567b3..3e3d697 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -56,7 +56,7 @@ m4_define([glib_debug_default], + AC_INIT(glib, [glib_version], + [http://bugzilla.gnome.org/enter_bug.cgi?product=glib]) + +-AC_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + AC_CONFIG_SRCDIR([glib/glib.h]) + AC_CONFIG_MACRO_DIR([m4macros]) + +@@ -291,7 +291,6 @@ AC_TRY_COMPILE(,[class a { int b; } c;], ,CXX=) + AM_CONDITIONAL(HAVE_CXX, [test "$CXX" != ""]) + AC_LANG_RESTORE + +-AM_PROG_CC_STDC + AM_PROG_CC_C_O + AC_PROG_INSTALL + diff --git a/dev-libs/glib/glib-1.2.10-r5.ebuild b/dev-libs/glib/glib-1.2.10-r5.ebuild index e08e0322535e..99e7bbb8c294 100644 --- a/dev-libs/glib/glib-1.2.10-r5.ebuild +++ b/dev-libs/glib/glib-1.2.10-r5.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.56 2013/04/29 01:23:26 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.57 2013/04/30 14:29:12 tetromino Exp $ EAPI="4" -WANT_AUTOMAKE="1.12" inherit autotools libtool flag-o-matic eutils portability @@ -32,6 +31,9 @@ src_prepare() { # Fix for -Wl,--as-needed (bug #133818) epatch "${DISTDIR}"/glib-1.2.10-r1-as-needed.patch.bz2 + # build failure with automake-1.13 + epatch "${FILESDIR}/${P}-automake-1.13.patch" + use ppc64 && use hardened && replace-flags -O[2-3] -O1 append-ldflags $(dlopen_lib) diff --git a/dev-libs/glib/glib-2.32.4-r1.ebuild b/dev-libs/glib/glib-2.32.4-r1.ebuild index 294bd321dbd1..d6e64a65e3a7 100644 --- a/dev-libs/glib/glib-2.32.4-r1.ebuild +++ b/dev-libs/glib/glib-2.32.4-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.12 2013/04/29 01:23:26 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.4-r1.ebuild,v 1.13 2013/04/30 14:29:12 tetromino Exp $ EAPI="4" PYTHON_DEPEND="utils? 2" # Avoid runtime dependency on python when USE=test -WANT_AUTOMAKE="1.12" inherit autotools gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python toolchain-funcs virtualx linux-info @@ -110,6 +109,9 @@ src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=679306 epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-thread4.patch" + # build failure with automake-1.13; fixed upstream in 2.36 + epatch "${FILESDIR}/${PN}-2.34.3-automake-1.13.patch" + epatch_user # disable pyc compiling diff --git a/dev-libs/glib/glib-2.34.3.ebuild b/dev-libs/glib/glib-2.34.3.ebuild index 12922ce668a6..aab1cb2bdde6 100644 --- a/dev-libs/glib/glib-2.34.3.ebuild +++ b/dev-libs/glib/glib-2.34.3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.3.ebuild,v 1.4 2013/04/29 01:23:26 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.3.ebuild,v 1.5 2013/04/30 14:29:12 tetromino Exp $ EAPI="5" PYTHON_DEPEND="utils? 2" # Avoid runtime dependency on python when USE=test -WANT_AUTOMAKE="1.12" inherit autotools gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python toolchain-funcs virtualx linux-info @@ -105,6 +104,9 @@ src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=679308 epatch "${FILESDIR}/${PN}-2.34.0-testsuite-skip-gdbus-auth-tests.patch" + # build failure with automake-1.13; fixed upstream in 2.36 + epatch "${FILESDIR}/${PN}-2.34.3-automake-1.13.patch" + epatch_user # disable pyc compiling diff --git a/dev-libs/judy/judy-1.0.4.ebuild b/dev-libs/judy/judy-1.0.4.ebuild index dd2ee91d4180..0adbbca062af 100644 --- a/dev-libs/judy/judy-1.0.4.ebuild +++ b/dev-libs/judy/judy-1.0.4.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/dev-libs/judy/judy-1.0.4.ebuild,v 1.13 2009/05/31 15:33:09 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.4.ebuild,v 1.14 2013/04/30 13:35:14 qnikst Exp $ inherit eutils autotools @@ -21,6 +21,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-parallel-make.patch" + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die eautoreconf } diff --git a/dev-libs/judy/judy-1.0.5.ebuild b/dev-libs/judy/judy-1.0.5.ebuild index 32c9272acf1f..3ff84162c148 100644 --- a/dev-libs/judy/judy-1.0.5.ebuild +++ b/dev-libs/judy/judy-1.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild,v 1.4 2010/05/21 15:37:43 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild,v 1.5 2013/04/30 13:35:15 qnikst Exp $ EAPI="2" @@ -17,6 +17,7 @@ IUSE="" src_prepare() { epatch "${FILESDIR}/${P}-parallel-make.patch" + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die eautoreconf } diff --git a/dev-libs/judy/metadata.xml b/dev-libs/judy/metadata.xml index 91f4e72fb544..b8708b267691 100644 --- a/dev-libs/judy/metadata.xml +++ b/dev-libs/judy/metadata.xml @@ -1,7 +1,9 @@ + proxy-maintainers - maintainer-needed@gentoo.org + qnikst@gentoo.org + Alexander Vershilov diff --git a/dev-perl/Devel-Size/Devel-Size-0.780.0.ebuild b/dev-perl/Devel-Size/Devel-Size-0.780.0.ebuild index 15a5e663884a..65382048cb7a 100644 --- a/dev-perl/Devel-Size/Devel-Size-0.780.0.ebuild +++ b/dev-perl/Devel-Size/Devel-Size-0.780.0.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/dev-perl/Devel-Size/Devel-Size-0.780.0.ebuild,v 1.3 2012/10/17 03:13:01 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Size/Devel-Size-0.780.0.ebuild,v 1.4 2013/04/30 18:22:13 xarthisius Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl extension for finding the memory usage of Perl variables" SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" SRC_TEST="do" diff --git a/dev-python/boto/Manifest b/dev-python/boto/Manifest index c5130e91683a..d5f8631ac847 100644 --- a/dev-python/boto/Manifest +++ b/dev-python/boto/Manifest @@ -3,3 +3,4 @@ DIST boto-2.3.0.tar.gz 488207 SHA256 c12969a9b51eb803e348f71850b3cd28edb43095235 DIST boto-2.6.0.tar.gz 640220 SHA256 ce516d8e92601f61e53b439c9d31669b2dab0a93710b7ab8cd9510975dd2dff2 SHA512 2fb66275a3447e887a84d99da3bbf82dbe70be2a93a8e3a94d6a65ce447fe6ad3b0253c2321c2bb69d663fc73b7509145e08c659d10ee955b04bbe7b3f37a697 WHIRLPOOL bd864b36c3f263efed240699d7c7a593b53f6f9bb975aabedd95f4d9e7778a8bcc6bb88de1438960e43f9040f5b7fbbfff57239c5a6146bce662ee8855726882 DIST boto-2.7.0.tar.gz 706722 SHA256 77e8c62113cab20ddd0d3cb8a72229f0f947cacbb7a168ef2641f5aa424e37a2 SHA512 3439b1ff9b754821a1a3b1a632d4efd1514d5976a5bba4cfa617653ac793ba520b3020604dada73f76c50622287a661e855287d9f7582efc4b60e3b18e704f40 WHIRLPOOL 45b58c0639ee418d0e08966e9bbf048bd624f3eb5a25b201c9ced40357a7a68b84b17bd5023f781150b811f525ff7a8580126e5fdffbc0c0bfd18fef2e6c1a91 DIST boto-2.8.0.tar.gz 743925 SHA256 f520cec579a11c99b510e06d16f484ce877f5b75eeae850c7e165753092939db SHA512 12853813ae78243ea025fb2e7d0d1dca71b655d977da5d9d28071f52a78708eebf16a42d8763b315246e7ebb681f5ec111e779d710286293175d38ac165a69f1 WHIRLPOOL 6853135e4a66852ac9f06fe1789355b64241cb91f24c1b8b534d10dda81b37083945e5c140ce0d20fa33454472ea4e22a128ac5a9a63cdefde409882df0dc82c +DIST boto-2.9.2.tar.gz 875951 SHA256 be7b58fb34a9ceb136c4aadcb3e1a926e8a3fde4ebcc55c940b8c69a9dcbba4a SHA512 fb384d36d1aab5cef668a7e5477fd2ea525162dd388af67115aa04f47fbe060f8683ce147e4a5d31625ee7948a8546d62465dae41911400cbdfc478e02db4cf5 WHIRLPOOL 7c1b1317f84e42659b9b020b9ba83bf225ee853cb2b6ac183796435f4e29577418fe941865a7c71ecb4bde12daae1a1d141d7f87a8a4756342fb6cfbcd1cd388 diff --git a/dev-python/boto/boto-2.9.2.ebuild b/dev-python/boto/boto-2.9.2.ebuild new file mode 100644 index 000000000000..6e682ad81e1e --- /dev/null +++ b/dev-python/boto/boto-2.9.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.9.2.ebuild,v 1.1 2013/05/01 08:00:05 radhermit Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Amazon Web Services API" +HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/m2crypto )" +RDEPEND="dev-python/m2crypto" + +# requires Amazon Web Services keys to pass some tests +RESTRICT="test" + +python_test() { + esetup.py test +} diff --git a/dev-python/celery/celery-3.0.19.ebuild b/dev-python/celery/celery-3.0.19.ebuild index e70e4248a90b..b37e4ababc3c 100644 --- a/dev-python/celery/celery-3.0.19.ebuild +++ b/dev-python/celery/celery-3.0.19.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/dev-python/celery/celery-3.0.19.ebuild,v 1.1 2013/04/29 11:24:24 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.19.ebuild,v 1.3 2013/05/01 00:42:44 floppym Exp $ EAPI=5 @@ -15,7 +15,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc examples sql test" +IUSE="doc examples test" + +# sqlalchemy deps should be replaced once a version supporting py3k is committed +PY2_USEDEP=$(python_gen_usedep python2_7) RDEPEND="=dev-python/kombu-2.5.10[${PYTHON_USEDEP}] @@ -23,18 +26,17 @@ RDEPEND="=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}] virtual/pyparsing[${PYTHON_USEDEP}] >=dev-python/billiard-2.7.3.28[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - sql? ( dev-python/sqlalchemy[$(python_gen_usedep python2_7)] )" + dev-python/pytz[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( - dev-python/gevent[$(python_gen_usedep python2_7)] + dev-python/gevent[${PY2_USEDEP}] >=dev-python/mock-0.7.0[${PYTHON_USEDEP}] virtual/python-unittest2[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] dev-python/nose-cover3[${PYTHON_USEDEP}] - dev-python/sqlalchemy[$(python_gen_usedep python2_7)] - dev-python/pymongo[$(python_gen_usedep python2_7)] + dev-python/sqlalchemy[${PY2_USEDEP}] + dev-python/pymongo[${PY2_USEDEP}] dev-python/redis-py[${PYTHON_USEDEP}] dev-db/redis ) @@ -43,7 +45,7 @@ DEPEND="${RDEPEND} dev-python/sphinx[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/sphinxcontrib-issuetracker - dev-python/sqlalchemy[$(python_gen_usedep python2_7)] + dev-python/sqlalchemy[${PY2_USEDEP}] )" PATCHES=( "${FILESDIR}"/celery-docs.patch ) @@ -57,9 +59,9 @@ python_compile_all() { python_test() { if [[ "$EPYTHON}" = python3* ]]; then - einfo "Some dependencies of testsuite do no support python3" + ewarn "Some dependencies of testsuite do no support python3" else - nosetests || die + nosetests || die "Tests fail with ${EPYTHON}" # einfo "running funtests" # "${PYTHON}" funtests/setup.py test || die "Failure occured in funtests" fi diff --git a/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild b/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild index 5bb6e473a3ca..d6b9ba80ba8a 100644 --- a/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-0.7.10.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/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild,v 1.2 2013/02/27 20:22:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.7.10.ebuild,v 1.3 2013/04/30 13:00:12 idella4 Exp $ EAPI=5 # py3 appears underdone, @@ -54,7 +54,7 @@ python_test() { "${PYTHON}" sqla_nose.py || die } -src_install_all() { +python_install_all() { if use doc; then pushd doc > /dev/null rm -fr build diff --git a/dev-python/sqlalchemy/sqlalchemy-0.8.0.ebuild b/dev-python/sqlalchemy/sqlalchemy-0.8.0.ebuild index 7cfb9b0a6e1c..bce98f35714b 100644 --- a/dev-python/sqlalchemy/sqlalchemy-0.8.0.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-0.8.0.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.8.0.ebuild,v 1.2 2013/03/19 03:06:24 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.8.0.ebuild,v 1.3 2013/04/30 13:00:12 idella4 Exp $ EAPI=5 -# py3 appears underdone, -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 eutils flag-o-matic @@ -19,15 +18,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd \ ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc examples firebird mssql mysql postgres +sqlite test" +IUSE="doc examples +sqlite test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - firebird? ( dev-python/kinterbasdb ) - mssql? ( dev-python/pymssql ) - mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) - postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] ) - sqlite? ( - >=dev-db/sqlite-3.3.13 )" + sqlite? ( >=dev-db/sqlite-3.3.13 )" + DEPEND="${RDEPEND} test? ( >=dev-db/sqlite-3.3.13 @@ -36,38 +31,50 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" -python_prepare_all() { +# Required for testsuite, mainly py3 +DISTUTILS_IN_SOURCE_BUILD=1 + +python_prepare() { # Disable tests hardcoding function call counts specific to Python versions. - rm -fr test/aaa_profiling - distutils-r1_python_prepare_all + if [[ "${EPYTHON}" == 'python2.6' ]]; then + rm -fr test/aaa_profiling + fi } -python_configure_all() { - # Make sure to disable this if python3 support is added. - append-flags -fno-strict-aliasing +python_configure() { + if [[ "${EPYTHON}" != python3* ]]; then + append-flags -fno-strict-aliasing + fi } python_test() { - "${PYTHON}" sqla_nose.py || die + # No longer has postgresql support + if [[ "${EPYTHON}" == python3* ]]; then + "${PYTHON}" sa2to3.py --no-diffs -w lib test examples + fi + "${PYTHON}" sqla_nose.py -I test_postgresql* || die } -src_test() { - # Possible problem in test.ext.test_serializer.SerializeTest.test_query - # AssertionError: desired statement count 1 does not match 2 - # Investigate if you are bored. - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test +python_install_all() { + use doc && HTML_DOCS=( doc/. ) + + use examples && local EXAMPLES=( examples ) + + distutils-r1_python_install_all } -python_install_all() { - if use doc; then - pushd doc > /dev/null - rm -fr build - dohtml -r [a-z]* _images _static - popd > /dev/null - fi +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]]; then + if ! has_version dev-python/mysql-python; then + elog "For MySQL support, install dev-python/mysql-python" + fi + + if ! has_version dev-python/pymssql; then + elog "For mssql support, install dev-python/pymssql" + fi - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples + if ! has_version dev-python/psycopg:2; then + elog "For postgresql support, install dev-python/psycopg:2" + fi fi } diff --git a/dev-python/telepathy-python/metadata.xml b/dev-python/telepathy-python/metadata.xml index 94ea0b3f1b6f..7d8fa9ee50e7 100644 --- a/dev-python/telepathy-python/metadata.xml +++ b/dev-python/telepathy-python/metadata.xml @@ -1,13 +1,12 @@ - gnome - voip - - peper@gentoo.org - Piotr Jaroszyński - - + gnome + voip + + peper@gentoo.org + Piotr Jaroszyński + + - diff --git a/dev-python/telepathy-python/telepathy-python-0.15.19-r1.ebuild b/dev-python/telepathy-python/telepathy-python-0.15.19-r1.ebuild new file mode 100644 index 000000000000..d00e0389e076 --- /dev/null +++ b/dev-python/telepathy-python/telepathy-python-0.15.19-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.19-r1.ebuild,v 1.1 2013/04/30 16:30:05 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) +AUTOTOOLS_AUTORECONF=true + +inherit autotools-utils python-r1 + +DESCRIPTION="Telepathy Python base classes for use in connection managers, and proxy classes for use in clients." +HOMEPAGE="http://telepathy.freedesktop.org/" +SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-libs/libxslt" +RDEPEND=">=dev-python/dbus-python-0.80[${PYTHON_USEDEP}]" + +PATCHES=( + # Don't install _generated/errors.py twice, bug #348386 + "${FILESDIR}"/${P}-install-twice.patch + # automake-1.12 compat, bug #423249, https://bugs.freedesktop.org/show_bug.cgi?id=51392 + "${FILESDIR}"/${P}-mkdir_p.patch + ) + +src_prepare() { + autotools-utils_src_prepare + python_prepare() { + mkdir -p "${BUILD_DIR}" + } + python_foreach_impl python_prepare +} + +src_configure() { + ECONF_SOURCE="${S}" python_foreach_impl autotools-utils_src_configure +} + +src_compile() { + python_foreach_impl autotools-utils_src_compile +} + +src_install() { + python_foreach_impl autotools-utils_src_install +} diff --git a/dev-ruby/bundler/bundler-1.2.5.ebuild b/dev-ruby/bundler/bundler-1.2.5.ebuild index 70a3a0d15529..17e8c061200f 100644 --- a/dev-ruby/bundler/bundler-1.2.5.ebuild +++ b/dev-ruby/bundler/bundler-1.2.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/dev-ruby/bundler/bundler-1.2.5.ebuild,v 1.1 2013/03/03 19:57:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.2.5.ebuild,v 1.3 2013/04/30 12:31:35 ago Exp $ EAPI=5 @@ -20,7 +20,7 @@ HOMEPAGE="http://github.com/carlhuda/bundler" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend virtual/rubygems diff --git a/dev-ruby/capistrano/capistrano-2.14.2.ebuild b/dev-ruby/capistrano/capistrano-2.14.2.ebuild index 0335da27bf89..33b06b196061 100644 --- a/dev-ruby/capistrano/capistrano-2.14.2.ebuild +++ b/dev-ruby/capistrano/capistrano-2.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/dev-ruby/capistrano/capistrano-2.14.2.ebuild,v 1.1 2013/02/20 07:10:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.14.2.ebuild,v 1.3 2013/04/30 12:31:49 ago Exp $ EAPI=5 # ruby19 → pending on net/sftp @@ -16,7 +16,7 @@ HOMEPAGE="http://capify.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend " diff --git a/dev-ruby/date_validator/Manifest b/dev-ruby/date_validator/Manifest index 7199a653e54c..8c1208000432 100644 --- a/dev-ruby/date_validator/Manifest +++ b/dev-ruby/date_validator/Manifest @@ -1 +1,2 @@ DIST date_validator-0.6.3.gem 9728 SHA256 6b0cd90678bbcfaa77cbb6f9a7ba54060794b896c48456ab53c50f3a1451ab22 SHA512 100346d3a124ea594015ed1b0c29b5c66c2ce0dad0afbeea44091110076ef36ab1d1dc6608caa52278acfb8cdbe1212d38a96b5cd04388be6f1ff1383651cb85 WHIRLPOOL f037a851b2195a44e04bedaa67aaae6459860d1294f146c6068918267a03f0d59a3f7bbc9c099ab57f2c8c88d622ab11c549679f4b707d7341bf7e9b23a9c727 +DIST date_validator-0.6.4.gem 11264 SHA256 12d1410acaeb4efdaab4104a3b9280b5497591b932bf32b276e19cc6c0173929 SHA512 c74ec6053efe57c582e6eafbbc766e6864692453f1eb77c0f7715c0f68c195e6665557a01b2ac2f1b0c28842477d82ed36dc5030248e28a1ab338bc4ca8c215c WHIRLPOOL 788a0256c63681b3452a9565ce0c72cd3ee4998b06c1ad28ae84034414fe3678ffc1ce6dbf33ee27288dce78bb8a5c5c2a954e3497e73a9cd50e3066a71e73a5 diff --git a/dev-ruby/date_validator/date_validator-0.6.4.ebuild b/dev-ruby/date_validator/date_validator-0.6.4.ebuild new file mode 100644 index 000000000000..e0c5771e5b8d --- /dev/null +++ b/dev-ruby/date_validator/date_validator-0.6.4.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/date_validator-0.6.4.ebuild,v 1.1 2013/05/01 05:39:35 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_TEST="test" + +RUBY_FAKEGEM_TASK_DOC="docs" +RUBY_FAKEGEM_EXTRADOC="Readme.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +# if ever needed +#GITHUB_USER="codegram" +#GITHUB_PROJECT="${PN}" +#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*" + +inherit ruby-fakegem + +DESCRIPTION="Simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3" +HOMEPAGE="http://github.com/codegram/date_validator" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/activemodel-3.0 +" + +ruby_add_bdepend " + test? ( + dev-ruby/minitest + >=dev-ruby/tzinfo-0.3 + >=dev-ruby/activesupport-3.0 + ) + doc? ( dev-ruby/yard )" + +all_ruby_prepare() { + sed -i \ + -e '/git ls-files/d' \ + ${RUBY_FAKEGEM_GEMSPEC} || die +} diff --git a/dev-ruby/diff-lcs/Manifest b/dev-ruby/diff-lcs/Manifest index 090e71297dbb..878c41c57db1 100644 --- a/dev-ruby/diff-lcs/Manifest +++ b/dev-ruby/diff-lcs/Manifest @@ -1,3 +1,3 @@ -DIST diff-lcs-1.1.2.tar.gz 27133 SHA256 30da8db91e31b9124a676b55bb22a30f4ff035913fd04850a74b8ffe1bce74fc SHA512 271dd824a64ce10f530bdf4762745990b7b94194b565f597301837396a3eaf1e303a378907738b83ef8d644650a7da86c7fdd9c1df0f75ee12b47f8a2db2dc49 WHIRLPOOL 07952ecffb21027480f5c6c33f9f59ad64b6548caafeebfebe5cc00fafbec05a0658d42fe77b04be6675b65a40ad761f366310524d732063f7013308a867897a DIST diff-lcs-1.1.3.gem 41472 SHA256 fb8291deabeaacf9adbdcaf988db176ae461f833770ff2947191ead4ead09897 SHA512 672c59f8d14d8612e9fc60b55c69bcbc5c817a11e84da13b9b06e43a41ac9a87ae0c1ea095897bcb65aa92efa60b3f02a4ef75010980c2553f05546ac50e4a51 WHIRLPOOL cbb0dc7a07f39670e8f2e03bff29611c0d421e8c6c632e95de9e7d737d30a45562e3d786d0b7dea97cec796ccd1700a3db13c4d7927c82ca546853d101e96370 DIST diff-lcs-1.2.1.gem 46080 SHA256 925817b66ebd98a7f71c6e7ef9bbe79e64b96041ac48ce88e3382fa62f65db2f SHA512 913c73066f9d94b6b63557330d1671188517cd8e3ce52a805313f9bf16aeab394200b683c0c657cde06a687056310e684c60627bf1edb755d4b3de043404c9dd WHIRLPOOL 3fb930f68521d597d71774e7df8454e598a12f586162490b92512d30a2186d3da04972a5c5bbf05cca0836aace9f60c268b4f46ee2d2de4e039769e774a7b6f8 +DIST diff-lcs-1.2.4.gem 47104 SHA256 ad87b8b5892d3c275674d57e8398d83b2152419c08dd3f88453e0df3a473ab27 SHA512 45419ad81e48e04da6525389717fde280f1bc48ebec7438aefbd535fcb15586dbd7ae8bc3c1a9baf1639992c9fb5b362db5d9a02d79b9b0aa9115bc40366d3d1 WHIRLPOOL 7901a2a9e843222955952aacdf6e8b3fdf65b94f423b7133bc048fa94f82a1a41a3947e5aa728bb61cd6e3cf74217d1d95a8e2035a6013005c3b6253cef650d7 diff --git a/dev-ruby/diff-lcs/diff-lcs-1.1.2-r2.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.1.2-r2.ebuild deleted file mode 100644 index 9c042baf8b55..000000000000 --- a/dev-ruby/diff-lcs/diff-lcs-1.1.2-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.2-r2.ebuild,v 1.12 2012/10/28 17:17:15 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README ChangeLog" - -inherit ruby-fakegem - -DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences" -HOMEPAGE="http://rubyforge.org/projects/ruwiki/" -SRC_URI="mirror://rubyforge/ruwiki/${P}.tar.gz" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -ruby_add_rdepend '>=dev-ruby/text-format-0.64' -ruby_add_bdepend test 'dev-ruby/archive-tar-minitar' - -all_ruby_prepare() { - # Fix rakefile for new rake versions - sed -i -e 's: if t\.verbose::' Rakefile || die -} diff --git a/dev-ruby/diff-lcs/diff-lcs-1.2.4.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.2.4.ebuild new file mode 100644 index 000000000000..afe8f78e3665 --- /dev/null +++ b/dev-ruby/diff-lcs/diff-lcs-1.2.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.4.ebuild,v 1.1 2013/05/01 05:44:15 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 jruby" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_TASK_DOC="docs" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences" +HOMEPAGE="https://github.com/halostatue/diff-lcs" + +LICENSE="|| ( MIT Ruby GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.10 )" + +all_ruby_prepare() { + # Remove unneeded rspec require to avoid rspec with USE=doc. + sed -i -e "/require 'rspec'/d" Rakefile || die + + # Remove plugins since we don't need them for USE=doc. + sed -i -e "/Hoe.plugin/ s:^:#:" Rakefile || die +} diff --git a/dev-ruby/domain_name/Manifest b/dev-ruby/domain_name/Manifest index 26fe061d842b..fcfd6f6e5f05 100644 --- a/dev-ruby/domain_name/Manifest +++ b/dev-ruby/domain_name/Manifest @@ -1,2 +1,3 @@ +DIST domain_name-0.5.11.gem 80384 SHA256 60ba79d2af9c47b3ef4f99199efbee188b869516363f29708805a9c4f4f99222 SHA512 cbffd0f2f83f2f456c8d5ee3ed0266947fc6f0ce6f90790cb49c03391394406e31c9a1935bce17f86ae78e0b8afce0a4d3852766c7b757b2e00f99e9e78eba08 WHIRLPOOL caab39927af246f79191c63f0dc2a33f0be14cdf4e9a1cebd722679650c2567377a87082a2ab8bfd9d0baa3be1825f00da52dc354ba538c298299116855b5a69 DIST domain_name-0.5.6.gem 78848 SHA256 79a946a186063d0080505eea7a7f9712a67233a3e3fd6e500b3b3dfbf99513d9 SHA512 7c80e7901faccb9362577d08fb35b82fd664cfdcb6f5c704b418dc13f7ebb369344e721c834706af5dc7c12accc92e494fa8730dbdf8d47018cac7a85393017f WHIRLPOOL c8deadcb4a2fbb8e7a5766b2a7f624f85feeace8167d1d6c36fbfafefa98019ff8b3f640c4847e67bae163590b3610e684cc8a5e7cd0e8f07e62ec774dc76b15 DIST domain_name-0.5.7.gem 79360 SHA256 38e5e52136d4f69b6f8e342de82666596ae58dbdb59d48cf75e5ab1a77442d17 SHA512 874e888738d66300dff84c799b2d7cfbb1cfa75c514031339f2903615cc1ed65b40125892a0820a14898cd1cbf9840d601524d4c63ae2d7722287c704afa15ed WHIRLPOOL 7cb00116f97c8ade4da8ed2f56370cd3fa76aee8dbb74e07ddfa1960c9b85d8839914631c7a7659127b5ff8e9a098d00f27a0ceb0e203e0b9a21057815360861 diff --git a/dev-ruby/domain_name/domain_name-0.5.11.ebuild b/dev-ruby/domain_name/domain_name-0.5.11.ebuild new file mode 100644 index 000000000000..4f65acbe449e --- /dev/null +++ b/dev-ruby/domain_name/domain_name-0.5.11.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/domain_name-0.5.11.ebuild,v 1.1 2013/05/01 05:51:54 graaff Exp $ + +EAPI=5 + +USE_RUBY="ruby18 ruby19 jruby" + +RUBY_FAKEGEM_RECIPE_TEST="none" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Domain Name manipulation library for Ruby" +HOMEPAGE="https://github.com/knu/ruby-domain_name" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="test" + +ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1:0" + +ruby_add_bdepend " + test? ( + >=dev-ruby/test-unit-2.5.1-r1 + dev-ruby/shoulda + )" + +all_ruby_prepare() { + sed -i -e '/bundler/,/end/ d; i gem "unf"' test/helper.rb || die + rm Gemfile* || die + + # Remove development dependencies + sed -i -e '/dependency.*\(shoulda\|bundler\|jeweler\|rdoc\)/d' \ + ${RUBY_FAKEGEM_GEMSPEC} || die + + # Avoid dependency on git. + sed -i -e 's/`git ls-files`/""/' ${RUBY_FAKEGEM_GEMSPEC} || die +} + +each_ruby_test() { + ruby-ng_testrb-2 -Ilib:test test/test_*.rb +} diff --git a/dev-ruby/net-sftp/net-sftp-2.0.5-r1.ebuild b/dev-ruby/net-sftp/net-sftp-2.0.5-r1.ebuild index f0a54caf395f..1d37ee3bcc93 100644 --- a/dev-ruby/net-sftp/net-sftp-2.0.5-r1.ebuild +++ b/dev-ruby/net-sftp/net-sftp-2.0.5-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/dev-ruby/net-sftp/net-sftp-2.0.5-r1.ebuild,v 1.1 2012/12/15 13:05:29 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-sftp/net-sftp-2.0.5-r1.ebuild,v 1.3 2013/04/30 12:31:58 ago Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 jruby" @@ -16,7 +16,7 @@ HOMEPAGE="http://net-ssh.rubyforge.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/net-ssh-2.0.17-r1" diff --git a/dev-ruby/rack-openid/Manifest b/dev-ruby/rack-openid/Manifest new file mode 100644 index 000000000000..ab6ac00352b7 --- /dev/null +++ b/dev-ruby/rack-openid/Manifest @@ -0,0 +1 @@ +DIST rack-openid-1.3.1.gem 7680 SHA256 1b3a30ed9840e9cf1f3e28a524badfb8796519322e3f9d82b7a49c70b1832537 SHA512 875557a6cef873a20b5f1b1bb2e0e63d8e596d365f9a8eab992e357fcf4c8cfea499c583d9cd4a93a79f1bfac08d2e61047579b3271d8088f6608acba2277e03 WHIRLPOOL 59acbb0a066b46c7c42dcf5ba2cd1108bc60dba61f8e708a8c19f9797249a8634d1a8214a639f4b62f90887eabae4f2ca0c44c81ccedb399889205c52fc17cf5 diff --git a/dev-ruby/rack-openid/metadata.xml b/dev-ruby/rack-openid/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/rack-openid/metadata.xml @@ -0,0 +1,5 @@ + + + +ruby + diff --git a/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild b/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild new file mode 100644 index 000000000000..521a678e3010 --- /dev/null +++ b/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-openid/rack-openid-1.3.1.ebuild,v 1.1 2013/04/30 13:47:20 graaff Exp $ + +EAPI=5 + +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Provides a more HTTPish API around the ruby-openid library." +HOMEPAGE="http://github.com/josh/rack-openid" +LICENSE="MIT" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/ruby-openid-2.1.8 >=dev-ruby/rack-1.1.0" diff --git a/dev-ruby/simplecov-html/Manifest b/dev-ruby/simplecov-html/Manifest new file mode 100644 index 000000000000..57fe26064bd6 --- /dev/null +++ b/dev-ruby/simplecov-html/Manifest @@ -0,0 +1 @@ +DIST simplecov-html-0.7.1.gem 197632 SHA256 5eb2889435813c390e1ddc946e4dd853e92d9dd0e8aeac63b3858cf4a27d6948 SHA512 39b61531bef5d69343edb90a0fb6532ad3e5d34c212bc075b468a8ad29f9abc2480e8edce7e88b33db5ca27ff2c9782dce96808c4e384ec9fde1918ceb586575 WHIRLPOOL 481d9327087dfefd12e24a5775d920709756137ea78a3e0b86d9f36b4c4f1fb027e30078be57b08cbf7bd5f1755f00028461be9dd980bb193b611bb6f48c2243 diff --git a/dev-ruby/simplecov-html/metadata.xml b/dev-ruby/simplecov-html/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/simplecov-html/metadata.xml @@ -0,0 +1,5 @@ + + + +ruby + diff --git a/dev-ruby/simplecov-html/simplecov-html-0.7.1.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.7.1.ebuild new file mode 100644 index 000000000000..7efc30fde7e7 --- /dev/null +++ b/dev-ruby/simplecov-html/simplecov-html-0.7.1.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-ruby/simplecov-html/simplecov-html-0.7.1.ebuild,v 1.1 2013/04/30 13:52:04 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19" + +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRAINSTALL="assets public views" + +inherit ruby-fakegem + +DESCRIPTION="Generates a nice HTML report of your SimpleCov ruby code coverage results on Ruby 1.9." +HOMEPAGE="https://github.com/colszowka/simplecov" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="doc" diff --git a/dev-ruby/simplecov/Manifest b/dev-ruby/simplecov/Manifest new file mode 100644 index 000000000000..041b1281e8fa --- /dev/null +++ b/dev-ruby/simplecov/Manifest @@ -0,0 +1 @@ +DIST simplecov-0.7.1.gem 44032 SHA256 f0b974cb466bfd9174e16a7f74bde1edc651548d6c221fd112fa07d9c56f1b25 SHA512 ba3f27df8664e5cb0c998309ccbaa27b9315857ce9ac1c66287de25ee855c1fc2194ef00af3a6108e638d37e350b47818ac6db8acf602b1befd5b24ec19a1bce WHIRLPOOL 544a4a26435e3773d790fe04f9bfbf1796f18c609868c219b7ab987f6406b803b93a12f8973dc3beb9aa5ae395d65241ad0e79945e03227ae1c185be11c54e08 diff --git a/dev-ruby/simplecov/metadata.xml b/dev-ruby/simplecov/metadata.xml new file mode 100644 index 000000000000..f9772993b65d --- /dev/null +++ b/dev-ruby/simplecov/metadata.xml @@ -0,0 +1,5 @@ + + + +graaff@gentoo.org + diff --git a/dev-ruby/simplecov/simplecov-0.7.1.ebuild b/dev-ruby/simplecov/simplecov-0.7.1.ebuild new file mode 100644 index 000000000000..572290632f7e --- /dev/null +++ b/dev-ruby/simplecov/simplecov-0.7.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov/simplecov-0.7.1.ebuild,v 1.1 2013/04/30 13:52:42 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_TASK_DOC="" + +inherit ruby-fakegem + +DESCRIPTION="Generates universally unique identifiers (UUIDs) for use in distributed applications" +HOMEPAGE="http://github.com/assaf/uuid" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="doc" + +ruby_add_rdepend ">=dev-ruby/multi_json-1.0 + >=dev-ruby/simplecov-html-0.7.1" + +ruby_add_bdepend "test? ( + dev-ruby/rspec + dev-ruby/shoulda + dev-ruby/test-unit:2 + dev-util/cucumber + dev-util/aruba + dev-ruby/capybara +)" + +all_ruby_prepare() { + sed -i -e '/[Bb]undler/ s:^:#:' test/helper.rb features/support/env.rb || die + + # Avoid currently failing test, needs further research. + rm test/test_merge_helpers.rb || die +} + +each_ruby_test() { + ruby-ng_testrb-2 -Ilib test/test_*.rb + + ${RUBY} -S cucumber features || die +} diff --git a/dev-tcltk/scwoop/scwoop-4.1.ebuild b/dev-tcltk/scwoop/scwoop-4.1.ebuild index 07258544abce..b7492663ee1b 100644 --- a/dev-tcltk/scwoop/scwoop-4.1.ebuild +++ b/dev-tcltk/scwoop/scwoop-4.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/scwoop-4.1.ebuild,v 1.6 2005/04/24 10:59:19 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/scwoop-4.1.ebuild,v 1.7 2013/04/30 16:23:33 ulm Exp $ DESCRIPTION="Simple Composite Widget Object Oriented Package" HOMEPAGE="http://jfontain.free.fr/scwoop41.htm" SRC_URI="http://jfontain.free.fr/${P}.tar.gz" -LICENSE="as-is" +LICENSE="jfontain" KEYWORDS="x86 amd64 ~ppc" SLOT="0" IUSE="" @@ -15,7 +15,7 @@ DEPEND="dev-tcltk/tcllib" src_install() { dodir /usr/lib/scwoop - ./instapkg.tcl ${D}/usr/lib/scwoop || die + ./instapkg.tcl "${D}"/usr/lib/scwoop || die dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO dohtml scwoop.htm diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild index 0a74faabdc4f..07d7cbcf2e02 100644 --- a/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild +++ b/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild,v 1.3 2011/05/23 07:14:35 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5-r1.ebuild,v 1.4 2013/04/30 16:26:31 ulm Exp $ inherit multilib @@ -8,7 +8,7 @@ DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application" HOMEPAGE="http://jfontain.free.fr/piechart6.htm" SRC_URI="http://jfontain.free.fr/${P}.tar.bz2" -LICENSE="as-is" +LICENSE="jfontain" KEYWORDS="amd64 ~ppc x86" SLOT="0" IUSE="" diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild b/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild index 3d5f45c97bb5..31f2eb9c8126 100644 --- a/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild +++ b/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild,v 1.6 2010/03/31 20:14:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkpiechart/tkpiechart-6.5.ebuild,v 1.7 2013/04/30 16:26:31 ulm Exp $ DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application" HOMEPAGE="http://jfontain.free.fr/piechart6.htm" SRC_URI="http://jfontain.free.fr/${P}.tar.bz2" -LICENSE="as-is" +LICENSE="jfontain" KEYWORDS="x86 ~ppc ~amd64" SLOT="0" IUSE="" diff --git a/dev-util/dissembler/dissembler-0.9.ebuild b/dev-util/dissembler/dissembler-0.9.ebuild index 1ee100888494..4608b8f26714 100644 --- a/dev-util/dissembler/dissembler-0.9.ebuild +++ b/dev-util/dissembler/dissembler-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dissembler/dissembler-0.9.ebuild,v 1.3 2008/10/25 21:01:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dissembler/dissembler-0.9.ebuild,v 1.4 2013/04/30 20:10:02 ulm Exp $ inherit eutils toolchain-funcs @@ -9,13 +9,11 @@ DESCRIPTION="polymorphs bytecode to a printable ASCII string" HOMEPAGE="http://www.phiral.com/research/dissembler.html" SRC_URI="http://www.phiral.com/research/${MY_P}.tgz" -LICENSE="as-is" +LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="" - S=${WORKDIR}/${MY_P} src_unpack() { diff --git a/dev-util/dissembler/metadata.xml b/dev-util/dissembler/metadata.xml index 097975e3adc2..d9cd2cad66c2 100644 --- a/dev-util/dissembler/metadata.xml +++ b/dev-util/dissembler/metadata.xml @@ -1,4 +1,7 @@ + +maintainer-needed@gentoo.org + diff --git a/dev-vcs/rcs/Manifest b/dev-vcs/rcs/Manifest index 8192f3111d24..d41af479a975 100644 --- a/dev-vcs/rcs/Manifest +++ b/dev-vcs/rcs/Manifest @@ -1 +1,2 @@ +DIST rcs-5.8.2.tar.gz 1209822 SHA256 ea00bd5e0d0317d3388dd78c9b3a9381d7d1cce59d686aec60f41eb633c693dc SHA512 59bfdb57d1e361f01b6682aae99115e5b181ee429e4d49bf1eadd7c7d24abf8547f7368a608d5aac480ca2b8a095ca3d1b56723ba308c15aa5c612676088c374 WHIRLPOOL fd4a3bca5b0a745ec8cea219878585cfc57a963dac3f4a73fab5ee7b5651e0405e4f29a9bb22605c9e6285f881b9a7a75079b20ed14ad2ec56ad19bd36dc38f8 DIST rcs-5.8.tar.gz 1048576 SHA256 701be8ea2e070f28626b3766f024791f3ec51249c483490bef70920d1fb52260 SHA512 dd52669bc681d77f23191ac540fbd6f1ed6dfa4a1e8a10005c1bc8bb5b7f273a5850e6a71c137b0d06807cf550332e2fe1ea8b78ed8ba7d1b4d4dc435b502877 WHIRLPOOL 083665d073d9c8cb67c6645c2d45b1bbe5ca612182abee7f4cf3d749356448111d281766a4dc134e9b8317021cba51ddd400d0351df3af73d774acbfd8a9c370 diff --git a/dev-vcs/rcs/rcs-5.8.2.ebuild b/dev-vcs/rcs/rcs-5.8.2.ebuild new file mode 100644 index 000000000000..951a00d882f2 --- /dev/null +++ b/dev-vcs/rcs/rcs-5.8.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.8.2.ebuild,v 1.1 2013/04/30 23:13:39 titanofold Exp $ + +EAPI="4" + +inherit eutils + +DESCRIPTION="Revision Control System" +HOMEPAGE="http://www.gnu.org/software/rcs/" +SRC_URI="mirror://gnu/rcs/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +IUSE="doc" + +RDEPEND="sys-apps/diffutils" + +src_prepare() { + sed -i \ + -e '/gets is a security hole/d' \ + lib/stdio.in.h || die +} + +src_install() { + emake DESTDIR="${D}" install + + dodoc AUTHORS ChangeLog NEWS README + + if use doc; then + emake DESTDIR="${D}" install-html + rm -R "${ED}/usr/share/doc/rcs" + dohtml -r doc/rcs.html/ + fi +} diff --git a/games-board/scid/Manifest b/games-board/scid/Manifest index a3712d252f94..6f01fecf1516 100644 --- a/games-board/scid/Manifest +++ b/games-board/scid/Manifest @@ -1,5 +1,6 @@ -DIST photos.zip 1007488 SHA256 21aca2673df908a5960875872f127e0393bda0ef1db31003dd1c0d31583ff5a4 -DIST ratings.zip 969347 SHA256 bb41a1bf35314231201d2f7d635497002b9dbc6d0f896a611239587a8c1b2830 +DIST photos.zip 1007488 SHA256 21aca2673df908a5960875872f127e0393bda0ef1db31003dd1c0d31583ff5a4 SHA512 c04fc810b457d4dbd9a9cfaac90feaa8c32a2abee05e28a79042ae81cb01e8580e2a1cf0abeff230ec2928da883f862b8901d679cb1448fd9ca0923323fbddd6 WHIRLPOOL dbbb8dd4ae37f0d84be929f09e6b583553b6c1cb6e866806388c61c54c09fb31b2a82baa6119b614416aa36dfc5250e63ac9afabbe6c561dcad8e71fe13caa99 +DIST ratings.zip 969347 SHA256 bb41a1bf35314231201d2f7d635497002b9dbc6d0f896a611239587a8c1b2830 SHA512 9b2a7280a7e72e2b464cc3da6be82ec9825b11d3c7e2219ab03a711c69f185f7d954eb3acdd441bff210e9296613df79a7e147a2ccbb4ed37b50af762abbd243 WHIRLPOOL a2b9ece83e167f0e1b330e1aa31cc46aa2cc79c3d124f1bcbd0f0edc7f9d434d210fdc78467efd1b7acb6f299a6f3440bc8599c5d7c62a55e5dc694685e56575 DIST scid-4.3.tar.bz2 12029115 SHA256 3cc3405ef7d49adf633b26ec633173bf4e42aec0aeb93d857d84a34ec0c5657d -DIST scidlet40k.zip 242632 SHA256 fbab2a31e37f2d606140144ac1086ece035b991a756eef804a660c8ecb0f56bb -DIST spelling.zip 3147998 SHA256 63d8c8f7b99f6b6d5a4b6d4b0cd0a8e279f19173c98de3a989d7b05ee7dde624 +DIST scid-4.4.tar.bz2 12403187 SHA256 ba3b01440ed7f16396360aab10a0bfe8354721c05a0a4f9e0031a800b8d781f2 SHA512 c54b27c22f3b7c77d9796d07c75379b45a862d443014439f73a8774e131e3f10f1720e7dba842dc83b6b3cc4d2a475d5ae55ec2053ec1ea0dd4efaf1a8313161 WHIRLPOOL b3f5232b0872b98beed8d8433bf6e84781a347231b7c242808ad8aaed3f8ef2d3d58f88b6ff8e4d9d874b4cb05c4f361f7f570d289162a641d7c5961ac4b8377 +DIST scidlet40k.zip 242632 SHA256 fbab2a31e37f2d606140144ac1086ece035b991a756eef804a660c8ecb0f56bb SHA512 e8cb4ca276ca94378f224fad972b0659f3e8159668fa395dcae4be1de6cdd9d29082fdddba393bbea6c909bab4f388042ea05c7dff41edf850d731bc7479850d WHIRLPOOL f0965d6197518c5dda62d5ff73e1052ced68487a738d288522fdb649aab8a63de1b34e0392c7479885164f4245bc8c33618d0206905ba9d2a9cf0ce2e46f9d54 +DIST spelling.zip 3147998 SHA256 63d8c8f7b99f6b6d5a4b6d4b0cd0a8e279f19173c98de3a989d7b05ee7dde624 SHA512 394a8835f23336b6f4bebe4e33ab9f64ffa505e9d9bb984de82396e671df0b57b088aab28c5cf648c1a11bc28370b431cb6db54765ac4ab6056a707276ba8f42 WHIRLPOOL f83ecfa03a817f491f25d48fc461156d1b8aea86e800e4ff7dcaa2a233958c7b4b9979d330fe71ba39028554206ec51f7e39344b7ff01194b3ed3fc949fbfbac diff --git a/games-board/scid/files/scid-4.4-gentoo.patch b/games-board/scid/files/scid-4.4-gentoo.patch new file mode 100644 index 000000000000..d700e58d997b --- /dev/null +++ b/games-board/scid/files/scid-4.4-gentoo.patch @@ -0,0 +1,79 @@ +--- engines/togaII1.2.1a/src/Makefile.old 2012-05-06 20:56:56.190522872 +0200 ++++ engines/togaII1.2.1a/src/Makefile 2012-05-06 20:58:20.995568403 +0200 +@@ -18,23 +18,16 @@ + + # general + +-CXX = g++ +-CXXFLAGS = -pipe -Wall +-LDFLAGS = -lm + + # C++ + +-CXXFLAGS += -fno-exceptions -fno-rtti + + # optimisation + +-CXXFLAGS += -O3 -fstrict-aliasing +-CXXFLAGS += -fomit-frame-pointer + # CXXFLAGS += -march=athlon-xp # SELECT ME + + # strip + +-LDFLAGS += -s + + # dependencies + +--- tcl/config.tcl.old 2012-05-06 20:59:24.475111275 +0200 ++++ tcl/config.tcl 2012-05-06 21:03:04.075692323 +0200 +@@ -5,7 +5,7 @@ + if {$windowsOS} { + set scidShareDir $scidExeDir + } else { +- set scidShareDir [file normalize [file join $scidExeDir "../share/scid"]] ++ set scidShareDir "@GENTOO_DATADIR@" + } + + if {![info exists scidBooksDir]} { +--- tcl/start.tcl.old 2012-05-06 21:03:43.770905179 +0200 ++++ tcl/start.tcl 2012-05-06 21:04:51.429154649 +0200 +@@ -993,7 +993,7 @@ + + ### Audio move announcement options: + +-set ::utils::sound::soundFolder [file nativename [file join $::scidExeDir sounds]] ++set ::utils::sound::soundFolder "@GENTOO_DATADIR@/sounds" + set ::utils::sound::announceNew 0 + set ::utils::sound::announceForward 0 + set ::utils::sound::announceBack 0 +@@ -1002,7 +1002,7 @@ + if {$windowsOS} { + set spellCheckFile [file join $scidDataDir "spelling.ssp"] + } else { +- set spellCheckFile "/usr/local/share/scid/spelling.ssp" ++ set spellCheckFile "@GENTOO_DATADIR@/spelling.ssp" + } + + # book configuration +--- tcl/utils/sound.tcl.old 2012-05-06 21:05:31.475342861 +0200 ++++ tcl/utils/sound.tcl 2012-05-06 21:06:07.066843851 +0200 +@@ -41,7 +41,7 @@ + variable soundFolder + + ::splash::add "Setting up audio move announcement..." +- if {[catch {package require snack 2.0}]} { ++ if {[catch {package require snack}]} { + set hasSnackPackage 0 + ::splash::add " Move speech disabled - Snack sound package not found" + return +--- Makefile.conf.old 2012-05-06 21:06:39.825543746 +0200 ++++ Makefile.conf 2012-05-06 21:07:22.668535585 +0200 +@@ -212,7 +212,7 @@ + # Small extra programs. Most are written in Tcl using tcscid, but + # a few contributed ones may be in Python or other languages. + # +-SCRIPTS= sc_addmove sc_epgn sc_spell sc_eco sc_import sc_remote sc_tree scidpgn pgnfix spliteco spf2spi ++SCRIPTS= sc_addmove sc_epgn sc_spell sc_eco sc_import sc_remote sc_tree scidpgn pgnfix eco2pgn spliteco spf2spi + + #################### + diff --git a/games-board/scid/files/scid-4.4-parallelmake.patch b/games-board/scid/files/scid-4.4-parallelmake.patch new file mode 100644 index 000000000000..e5bcae6c9cde --- /dev/null +++ b/games-board/scid/files/scid-4.4-parallelmake.patch @@ -0,0 +1,11 @@ +--- Makefile.conf.old 2012-02-22 14:12:51.280071808 +0100 ++++ Makefile.conf 2012-02-22 14:13:15.432372323 +0100 +@@ -379,7 +379,7 @@ + + scmerge: src/scmerge.o src/misc.o src/index.o src/date.o src/namebase.o \ + src/gfile.o src/bytebuf.o src/textbuf.o src/myassert.o \ +- src/stralloc.o src/position.o ++ src/stralloc.o src/position.o $(OBJS) + $(LINK) -o scmerge src/scmerge.o $(OBJS) $(ZLIB) $(TCL_LIBRARY) + + pgnscid: src/pgnscid.o $(OBJS) diff --git a/games-board/scid/scid-4.4.ebuild b/games-board/scid/scid-4.4.ebuild new file mode 100644 index 000000000000..74090e0afd74 --- /dev/null +++ b/games-board/scid/scid-4.4.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/scid/scid-4.4.ebuild,v 1.1 2013/04/30 20:29:12 mr_bones_ Exp $ + +EAPI=2 +PYTHON_DEPEND="2" +inherit eutils toolchain-funcs python games + +DESCRIPTION="a free chess database application" +HOMEPAGE="http://scid.sourceforge.net/" +SRC_URI="mirror://sourceforge/scid/${P}.tar.bz2 + mirror://sourceforge/scid/spelling.zip + mirror://sourceforge/scid/ratings.zip + mirror://sourceforge/scid/photos.zip + mirror://sourceforge/scid/scidlet40k.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-lang/tk + >=sys-libs/zlib-1.1.3 + app-arch/unzip" +RDEPEND="${DEPEND} + !games-board/chessdb" + +pkg_setup() { + python_set_active_version 2 + games_pkg_setup +} + +src_prepare() { + edos2unix engines/togaII1.2.1a/src/Makefile + epatch "${FILESDIR}"/${P}-gentoo.patch \ + "${FILESDIR}"/${P}-parallelmake.patch + sed -i \ + -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ + tcl/config.tcl \ + tcl/start.tcl \ + src/scidlet.cpp \ + || die "sed failed" + gzip ../ratings.ssp + python_convert_shebangs -r 2 . +} + +src_configure() { + # configure is not an autotools script + ./configure \ + COMPILE=$(tc-getCXX) \ + LINK="$(tc-getCXX) ${LDFLAGS}" \ + CC=$(tc-getCC) \ + OPTIMIZE="${CXXFLAGS}" \ + TCL_INCLUDE="" \ + BINDIR="${GAMES_BINDIR}" \ + SHAREDIR="${GAMES_DATADIR}/${PN}" \ + || die "configure failed" +} + +src_compile() { + emake all_scid || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install_scid || die "emake install failed" + insinto "${GAMES_DATADIR}"/${PN} + doins -r sounds || die "failed installing sounds" + + dodoc CHANGES ChangeLog README THANKS TODO + dohtml help/*.html + + newicon svg/scid_app.svg ${PN}.svg + make_desktop_entry scid Scid + + cd .. + doins spelling.ssp \ + || die "Failed installing spelling.ssp" + doins ratings.ssp.gz \ + || die "Failed installing ratings.ssp" + doins *.spf \ + || die "Failed installing photos" + newins scidlet40k.sbk scidlet.sbk \ + || die "Failed installing scidlet.sbk" + + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + elog "To enable speech, emerge dev-tcltk/snack" + elog "To enable some piece sets, emerge dev-tcltk/tkimg" + elog "To enable Xfcc support, emerge dev-tcltk/tdom" +} diff --git a/games-util/xboxdrv/Manifest b/games-util/xboxdrv/Manifest index a13bbf618597..1bcbedef65db 100644 --- a/games-util/xboxdrv/Manifest +++ b/games-util/xboxdrv/Manifest @@ -1 +1,2 @@ DIST xboxdrv-linux-0.8.4.tar.bz2 264484 SHA256 01611a1add7f26d6b59e02fe869bbbdb2ad4358c922c85c446c2019f87ff519c SHA512 ecee6987a2be9021a70bf0fbf6eb93cca17cbac62e583ebe5bf63544217fdf9b78715ec8e709e503475421171711b7340cf2d2c297f2a75de21490bb879d1235 WHIRLPOOL 2615170b3e428da3bd57ef8d0fb3f07923289160ff669b48bf8a39f0ab2816f44367effb1af431744ef4efc2c6dcbf785ef49a3b823492be8be80fa927c5352d +DIST xboxdrv-linux-0.8.5.tar.bz2 265805 SHA256 411195c4f5310a1a5f21f015daaf00b277f75da89df710308f8abfcf8f337e78 SHA512 954a3664462dfeff63a455f3dfea4bc14f8c3e07fa9b0c299bb523b4089faad7f8d634511eb66c023bd289adbbf18e96ce26cbcf5b8ffc9bb3088f1afe532601 WHIRLPOOL f47cdbcf40bd237715ff2b55354c6570ebbccd9cd0beb09b91869fa37db247c57019593b317d2acd767044fe92019defa01c9592bb3b63d2283103ff10dae844 diff --git a/games-util/xboxdrv/xboxdrv-0.8.5.ebuild b/games-util/xboxdrv/xboxdrv-0.8.5.ebuild new file mode 100644 index 000000000000..88fe061d782a --- /dev/null +++ b/games-util/xboxdrv/xboxdrv-0.8.5.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/xboxdrv/xboxdrv-0.8.5.ebuild,v 1.1 2013/04/30 22:12:02 tristan Exp $ + +EAPI=5 +inherit base linux-info scons-utils toolchain-funcs + +MY_P=${PN}-linux-${PV} +DESCRIPTION="Userspace Xbox 360 Controller driver" +HOMEPAGE="http://pingus.seul.org/~grumbel/xboxdrv/" +SRC_URI="http://pingus.seul.org/~grumbel/xboxdrv/${MY_P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-libs/boost + virtual/udev + sys-apps/dbus + dev-libs/glib:2 + virtual/libusb:1 + x11-libs/libX11" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/${MY_P} + +CONFIG_CHECK="~INPUT_EVDEV ~INPUT_JOYDEV ~INPUT_UINPUT ~!JOYSTICK_XPAD" + +src_compile() { + escons \ + BUILD=custom \ + CXX="$(tc-getCXX)" \ + CXXFLAGS="-Wall ${CXXFLAGS}" \ + LINKFLAGS="${LDFLAGS}" +} + +src_install() { + dobin xboxdrv + doman doc/xboxdrv.1 + dodoc AUTHORS NEWS PROTOCOL README TODO +} diff --git a/gnome-extra/zeitgeist-datasources/Manifest b/gnome-extra/zeitgeist-datasources/Manifest index bf7fd614fa55..0b894ea4cd55 100644 --- a/gnome-extra/zeitgeist-datasources/Manifest +++ b/gnome-extra/zeitgeist-datasources/Manifest @@ -1 +1,2 @@ DIST zeitgeist-datasources-0.8.0.1.tar.gz 484167 SHA256 e4530834ef0493dc0361d9d9fec17f72f646429866e0eecd9d2b59b8c6d7a042 SHA512 4f03d6727d2363355db7d0443a219433c413df7c3b3cf4ee83a718affd55c2b87d5d9320185e99d9155262483449b9ea17f68298612526398b2824353a8c77a5 WHIRLPOOL e42ce7b7bd02a81d6f4fa893e03bfe14c84d54d6f14d531007e62f1f3c9866c38978adcabaf6a021b73204563e0da2fb388c6ad1f8ceecde816c13f94d0376de +DIST zeitgeist-datasources-0.8.1.tar.gz 482395 SHA256 c7394f8e580a9607052b66e0db2d08643c062f3841122319c5b89a0ed6ecbc1e SHA512 a97872536f400f444f1bbff6af2b5dad91155f5d271b34a3c46fd6dbec203728694ec7bb79a431dea30299cb5ea19d8724988989189f9f87fa1274cacbe84fd5 WHIRLPOOL 9dbb2aebf32b8d0ad8691701eeefee70450b2866329a07a765309ea1c879f2f31c65011dfd3e8a749426afcf79f21d8878d435e02aca11b260f7e2f6f70aea0c diff --git a/gnome-extra/zeitgeist-datasources/metadata.xml b/gnome-extra/zeitgeist-datasources/metadata.xml index 6f216feae380..2b8e13c104c0 100644 --- a/gnome-extra/zeitgeist-datasources/metadata.xml +++ b/gnome-extra/zeitgeist-datasources/metadata.xml @@ -24,6 +24,7 @@ datahub does not track events like opening websites etc. Zeitgeist plugin for net-irc/xchat-gnome as data source Zeitgeist plugin for media-sound/rhythmbox as data source Zeitgeist plugin for www-client/firefox as data source + Zeitgeist plugin for mail-client/thunderbird as data source Zeitgeist plugin for media-video/totem as data source diff --git a/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild b/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild index 0e12831b0448..75da55f6b94b 100644 --- a/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild +++ b/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.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/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild,v 1.13 2013/04/18 07:53:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.0.1.ebuild,v 1.14 2013/04/30 16:41:26 jlec Exp $ EAPI=4 @@ -49,7 +49,7 @@ RDEPEND=" # || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) # net-libs/xulrunner ) DEPEND="${RDEPEND} - ${vala_depend}" + $(vala_depend)" PDEPEND="gnome-extra/zeitgeist" PLUGINS="bzr chrome eog geany vim emacs tomboy telepathy xchat firefox-40-libzg" diff --git a/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild b/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild new file mode 100644 index 000000000000..fa63ec5d9a30 --- /dev/null +++ b/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild @@ -0,0 +1,107 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild,v 1.1 2013/04/30 16:41:26 jlec Exp $ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=true +VALA_MIN_API_VERSION=0.14 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit autotools-utils eutils mono multilib python-single-r1 versionator vala + +DIR_PV=$(get_version_component_range 1-2) +DIR_PV2=$(get_version_component_range 1-3) + +DESCRIPTION="Plugins whose work is to push activities as events into Zeitgeist daemon" +HOMEPAGE="https://launchpad.net/zeitgeist-datasources/ http://zeitgeist-project.com/" +SRC_URI="http://launchpad.net/zeitgeist-datasources/${DIR_PV}/${DIR_PV2}/+download/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux" +LICENSE="GPL-3" +PLUGINS_IUSE="bzr emacs firefox geany mono telepathy thunderbird tomboy vim xchat" +PLUGINS="bzr emacs firefox geany monodevelop telepathy thunderbird tomboy vim xchat" +IUSE="${PLUGINS_IUSE} static-libs" + +RDEPEND=" + dev-libs/libzeitgeist + x11-libs/gtk+:2 + emacs? ( virtual/emacs ) + firefox? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) + geany? ( dev-util/geany ) + mono? ( dev-util/monodevelop ) + telepathy? ( + dev-python/telepathy-python[${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pygobject[${PYTHON_USEDEP}] + ) + tomboy? ( + app-misc/tomboy + dev-dotnet/gtk-sharp + dev-dotnet/mono-addins + dev-dotnet/zeitgeist-sharp + dev-python/dbus-python[${PYTHON_USEDEP}] + ) + vim? ( app-editors/vim[python] ) + xchat? ( net-irc/xchat-gnome ) +" +DEPEND="${RDEPEND} + $(vala_depend)" +PDEPEND="gnome-extra/zeitgeist" + +src_prepare() { + rm bzr/bzr-icon-64.png || die + sed \ + -e '/bzr-icon-64.png/d' \ + -i bzr/Makefile.am || die + sed \ + -e '/^allowed_plugin/s:^:#:g' \ + -i configure.ac || die + + SEARCH='$(datadir)/opt/google/chrome/resources' + REPLACE="/usr/$(get_libdir)/chromium-browser/resources" + sed \ + -e "s:${SEARCH}:${REPLACE}:" \ + -i chrome/Makefile.* || die + + sed \ + -e "/^extensiondir/s:= .*:= \$(libdir)/firefox/extensions:g" \ + -e "/^xul_extdir/s:xul-ext-zeitgeist:xpcom-firefox@zeitgeist-project.com:g" \ + -i firefox/extension/Makefile.am || die + + sed \ + -e "/^extensiondir/s:= .*:= \$(libdir)/thunderbird/extensions:g" \ + -e "/^xul_extdir/s:xul-ext-zeitgeist:thunderbird@zeitgeist-project.com:g" \ + -i thunderbird/extension/Makefile.am || die + + sed \ + -e 's:vim72:vimfiles:' \ + -i vim/Makefile.* || die + sed \ + -e "s:/xchat/:/xchat-gnome/:g" \ + -i xchat/Makefile.* || die + + vala_src_prepare + autotools-utils_src_prepare +} + +src_configure() { + local i myplugins + + for i in ${PLUGINS}; do + case ${i} in + monodevelop ) + use mono && myplugins+=( ${i} ) + ;; + * ) + use ${i} && myplugins+=( ${i} ) + ;; + esac + done + + local myeconfargs=( + allowed_plugins="${myplugins[@]}" + ) + autotools-utils_src_configure +} diff --git a/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild b/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild new file mode 100644 index 000000000000..e1a21fefd409 --- /dev/null +++ b/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild,v 1.1 2013/04/30 16:42:12 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) +AUTOTOOLS_AUTORECONF=true +VALA_MIN_API_VERSION=0.18 + +inherit autotools-utils bash-completion-r1 eutils python-r1 versionator vala + +DIR_PV=$(get_version_component_range 1-2) +EXT_VER=0.0.13 + +DESCRIPTION="Service to log activities and present to other apps" +HOMEPAGE="http://launchpad.net/zeitgeist/" +SRC_URI="http://launchpad.net/zeitgeist/${DIR_PV}/${PV}/+download/${P}.tar.xz" + +LICENSE="LGPL-2+ LGPL-3+ GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="+datahub +dbus downloads-monitor extensions +fts icu introspection nls plugins sql-debug telepathy" + +REQUIRED_USE="downloads-monitor? ( datahub )" + +RDEPEND=" + !gnome-extra/zeitgeist-datahub + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pygobject:2[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + dev-python/rdflib + media-libs/raptor:2 + >=dev-libs/glib-2.26.0:2 + >=dev-db/sqlite-3.7.11:3 + extensions? ( gnome-extra/zeitgeist-extensions ) + fts? ( dev-libs/xapian[inmemory] ) + icu? ( dev-libs/dee[icu?] ) + introspection? ( dev-libs/gobject-introspection ) + plugins? ( gnome-extra/zeitgeist-datasources ) + telepathy? ( net-libs/telepathy-glib ) +" +DEPEND="${RDEPEND} + $(vala_depend) + virtual/pkgconfig" + +PATCHES=( "${FILESDIR}"/${P}-download_monitor.patch ) + +src_prepare() { + vala_src_prepare + autotools-utils_src_prepare +} + +src_configure() { + local myeconfargs=( + --docdir="${EPREFIX}/usr/share/doc/${PF}" + $(use_enable sql-debug explain-queries) + $(use_enable datahub) + $(use_enable downloads-monitor) + $(use_enable telepathy) + $(use_enable introspection) + $(use_with icu dee-icu) + $(use_with dbus session-bus-services-dir /usr/share/dbus-1/services) + ) + use nls || myeconfargs+=( --disable-nls ) + use fts && myeconfargs+=( --enable-fts ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + dobashcomp bash-completion/completions/zeitgeist-daemon + cd python || die + python_moduleinto ${PN} + python_foreach_impl python_domodule *py +} diff --git a/licenses/jfontain b/licenses/jfontain new file mode 100644 index 000000000000..b74ed1989b84 --- /dev/null +++ b/licenses/jfontain @@ -0,0 +1,5 @@ +The author hereby grants permission to use this software at no cost. +This software is provided on an "as is" basis, and the author has no +obligation to provide support or enhancements. The author is not +liable to any party for any damage arising out of the use of this +software. diff --git a/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild b/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild index fc52d6ed8352..c227cf896a3e 100644 --- a/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild +++ b/media-gfx/rawtherapee/rawtherapee-4.0.10.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/rawtherapee/rawtherapee-4.0.10.ebuild,v 1.1 2013/03/15 08:07:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.0.10.ebuild,v 1.2 2013/04/30 21:15:18 radhermit Exp $ EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="bzip2? ( app-arch/bzip2 ) >=dev-cpp/glibmm-2.16:2 dev-libs/expat dev-libs/libsigc++:2 - media-libs/libcanberra + media-libs/libcanberra[gtk] media-libs/tiff media-libs/libpng media-libs/libiptcdata diff --git a/media-libs/aalib/Manifest b/media-libs/aalib/Manifest index 0a6c80c74c4c..02f94b7f5eda 100644 --- a/media-libs/aalib/Manifest +++ b/media-libs/aalib/Manifest @@ -1 +1 @@ -DIST aalib-1.4rc5.tar.gz 391028 RMD160 a10bcab16d3aa0e60facca3e989f6a51846885f6 SHA1 a23269e950a249d2ef93625837cace45ddbce03b SHA256 fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee +DIST aalib-1.4rc5.tar.gz 391028 SHA256 fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee SHA512 3e4506eccce3b81ccbbb79a4a1b90abd39e2259e6043fde90f70b9ca279bd4c37758a047167267b97c4ec92f64fb17c7c8f548114f0d0c6e78ddb9463b5f1299 WHIRLPOOL ec98116736b64eb6e855777a5ec13894446b76beb4f874a490144919031d6ddd341b49cc429b2c918acde5cebc22a3e2dc97b949379200f441d2c544a02f2736 diff --git a/media-libs/aalib/aalib-1.4_rc5-r4.ebuild b/media-libs/aalib/aalib-1.4_rc5-r4.ebuild index 3b6b3c6cbb30..642dba2f66a6 100644 --- a/media-libs/aalib/aalib-1.4_rc5-r4.ebuild +++ b/media-libs/aalib/aalib-1.4_rc5-r4.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-libs/aalib/aalib-1.4_rc5-r4.ebuild,v 1.2 2012/05/09 13:18:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc5-r4.ebuild,v 1.3 2013/04/30 16:59:33 slyfox Exp $ EAPI=4 @@ -37,6 +37,9 @@ src_prepare() { use gpm || sed -i \ 's/gpm_mousedriver_test=yes/gpm_mousedriver_test=no/' "${S}/configure.in" + #467988 automake-1.13 + mv configure.{in,ac} || die + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die eautoreconf } diff --git a/media-libs/aalib/aalib-1.4_rc5.ebuild b/media-libs/aalib/aalib-1.4_rc5.ebuild index 516dd292a348..502d19a33e03 100644 --- a/media-libs/aalib/aalib-1.4_rc5.ebuild +++ b/media-libs/aalib/aalib-1.4_rc5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc5.ebuild,v 1.26 2011/02/06 12:08:49 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc5.ebuild,v 1.27 2013/04/30 16:59:33 slyfox Exp $ inherit eutils libtool toolchain-funcs autotools @@ -35,6 +35,9 @@ src_unpack() { use gpm && sed -i \ 's/gpm_mousedriver_test=yes/gpm_mousedriver_test=no/' "${S}/configure.in" + #467988 automake-1.13 + mv configure.{in,ac} || die + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die eautoreconf } diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest index 67d2fe0dc92c..bf909bfc435e 100644 --- a/media-libs/babl/Manifest +++ b/media-libs/babl/Manifest @@ -1,4 +1,4 @@ DIST babl-0.1.10.tar.bz2 449537 SHA256 943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4 SHA512 2950d94c255ee05d405e003a46138da0f4e0cad65e2d2a882089b788c2deac0524014f7c5758c3097253bdbebaded433caf0447c7d218c9cc96798df9e6f0c92 WHIRLPOOL a71907a531bc71c7ac0c84a197a559c50321a5d96b5d846083935390890ef116780d49bd458577aef0e948395dc14897e6fbbc75478b2a59d57d4381cf7f8db8 DIST babl-0.1.4.tar.bz2 423645 SHA256 5b36312528de84815f054345cd478743a9493981a44060013b682d0304ffe733 DIST babl-0.1.6.tar.bz2 462712 SHA256 319b9004a5366101fd522da02cc983a5d0f50a17af0fa5cbce3535e31bce19a4 SHA512 c38549f27bba3df31fc79602e64aab5b4c7eea83d2f45baf06bdbf64e162384e666610ce4b74e67e26cad1b702972f7aed9460bdebd018ac0782cd8d7fdc98d7 WHIRLPOOL 3a0cf3ce8980c2f84a9aef8c8f6650ed6c174183a4ba00b1a034aad938d26454327991b818b83b3324f585897e52d327453a0a03440d35dbcbd87269e3b89370 -DIST babl-0.1.8.tar.bz2 471664 SHA256 dbef10866835c27e6dc623af1d5cd64b3f38dc06654e0641c87747458678341b +DIST babl-0.1.8.tar.bz2 471664 SHA256 dbef10866835c27e6dc623af1d5cd64b3f38dc06654e0641c87747458678341b SHA512 7d4989a37312e6627b4d8a858af0a81e13b483d6b8fe9ed8c07716ad20d3548de2c4a12da5aff878c50848637602547b81208e9e549bd8ebe59a2f5a5914dae5 WHIRLPOOL d6ae2cd11d0f7795769d29987823351c1b3227d697954e0f398f2c180bcef3af69cf5409ced2d3f72eefcaf79b9a92b9a31257d83b84201e847ec82c8bbc8895 diff --git a/media-libs/babl/babl-0.1.10.ebuild b/media-libs/babl/babl-0.1.10.ebuild index 6604a457e72e..b50e5150fe3a 100644 --- a/media-libs/babl/babl-0.1.10.ebuild +++ b/media-libs/babl/babl-0.1.10.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10.ebuild,v 1.7 2013/04/29 21:46:02 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10.ebuild,v 1.8 2013/04/30 20:37:44 sping Exp $ -EAPI=3 -VALASLOT=0.14 +EAPI=4 -inherit autotools eutils +VALA_MIN_API_VERSION=0.14 +VALA_USE_DEPEND=vapigen + +inherit vala autotools eutils DESCRIPTION="A dynamic, any to any, pixel format conversion library" HOMEPAGE="http://www.gegl.org/babl/" @@ -19,7 +21,7 @@ IUSE="altivec +introspection sse mmx vala" RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )" DEPEND="${RDEPEND} >=sys-devel/libtool-2.2 - vala? ( dev-lang/vala:${VALASLOT}[vapigen] ) + vala? ( $(vala_depend) ) virtual/pkgconfig" src_prepare() { @@ -31,6 +33,8 @@ src_prepare() { epatch "${FILESDIR}"/${P}-introspection.patch epatch "${FILESDIR}"/${P}-g-ir-compiler-crash.patch eautoreconf + + use vala && vala_src_prepare } src_configure() { @@ -38,7 +42,6 @@ src_configure() { # so we don't need to fix it # w3m is used for dist target thus no issue for us that it is automagically # detected - VAPIGEN="$(type -p vapigen-${VALASLOT})" \ econf \ --disable-static \ --disable-maintainer-mode \ @@ -50,7 +53,7 @@ src_configure() { } src_install() { - emake install DESTDIR="${D}" || die "emake install failed" + default find "${ED}" -name '*.la' -delete - dodoc AUTHORS ChangeLog README NEWS || die "dodoc failed" + dodoc AUTHORS ChangeLog README NEWS } diff --git a/media-libs/babl/babl-0.1.8.ebuild b/media-libs/babl/babl-0.1.8.ebuild index e51f0148bb3a..43a085d925c6 100644 --- a/media-libs/babl/babl-0.1.8.ebuild +++ b/media-libs/babl/babl-0.1.8.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-libs/babl/babl-0.1.8.ebuild,v 1.2 2012/05/05 08:02:35 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.8.ebuild,v 1.3 2013/04/30 20:13:01 sping Exp $ EAPI=3 VALASLOT=0.14 @@ -24,6 +24,7 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${PN}-0.1.6-introspection.patch + epatch "${FILESDIR}"/${PN}-0.1.10-g-ir-compiler-crash.patch eautoreconf } diff --git a/media-libs/babl/babl-9999.ebuild b/media-libs/babl/babl-9999.ebuild index 7802c1f9dbe7..7baa1fa47428 100644 --- a/media-libs/babl/babl-9999.ebuild +++ b/media-libs/babl/babl-9999.ebuild @@ -1,12 +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/media-libs/babl/babl-9999.ebuild,v 1.1 2012/05/17 18:50:59 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v 1.2 2013/04/30 20:37:44 sping Exp $ EAPI=4 -VALASLOT=0.14 + +VALA_MIN_API_VERSION=0.14 +VALA_USE_DEPEND=vapigen EGIT_REPO_URI="git://git.gnome.org/babl" -inherit autotools eutils git-2 +inherit vala autotools eutils git-2 DESCRIPTION="A dynamic, any to any, pixel format conversion library" HOMEPAGE="http://www.gegl.org/babl/" @@ -19,7 +21,7 @@ IUSE="altivec +introspection sse mmx vala" RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )" DEPEND="${RDEPEND} >=sys-devel/libtool-2.2 - vala? ( dev-lang/vala:${VALASLOT}[vapigen] ) + vala? ( $(vala_depend) ) virtual/pkgconfig" src_prepare() { @@ -27,6 +29,8 @@ src_prepare() { # http://mail.gnome.org/archives/commits-list/2012-April/msg02589.html sed -i -e 's/values\.h/limits.h/' babl/babl-palette.c || die eautoreconf + + use vala && vala_src_prepare } src_configure() { @@ -34,7 +38,6 @@ src_configure() { # so we don't need to fix it # w3m is used for dist target thus no issue for us that it is automagically # detected - VAPIGEN="$(type -p vapigen-${VALASLOT})" \ econf \ --disable-static \ --disable-maintainer-mode \ @@ -46,7 +49,7 @@ src_configure() { } src_install() { - emake install DESTDIR="${D}" + default find "${ED}" -name '*.la' -delete dodoc AUTHORS MAINTAINERS NEWS TODO } diff --git a/media-libs/gegl/files/gegl-0.2.0-g_log_domain.patch b/media-libs/gegl/files/gegl-0.2.0-g_log_domain.patch new file mode 100644 index 000000000000..cdb42b2ca5f2 --- /dev/null +++ b/media-libs/gegl/files/gegl-0.2.0-g_log_domain.patch @@ -0,0 +1,25 @@ +From deaa974528ac1f4099d091a333214b1a50147243 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping +Date: Wed, 1 May 2013 00:39:42 +0200 +Subject: [PATCH] Prevent double escaping / error "stray ‘\’ in program" + +--- + gegl/Makefile.am | 1 + + 1 file changed, 1 insertion(+), 0 deletion(-) + +diff --git a/gegl/Makefile.am b/gegl/Makefile.am +index 43010ce..fd046d2 100644 +--- a/gegl/Makefile.am ++++ b/gegl/Makefile.am +@@ -119,7 +119,8 @@ INCLUDES = $(AM_CFLAGS) $(AM_CPPFLAGS) + + Gegl-@GEGL_API_VERSION@.gir: libgegl-@GEGL_API_VERSION@.la Makefile + Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_INCLUDES = GObject-2.0 GLib-2.0 Babl-0.1 + Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_CFLAGS = $(INCLUDES) ++INTROSPECTION_SCANNER_ENV = CFLAGS="${CFLAGS} "-D'G_LOG_DOMAIN="GEGL-"__FILE__' # No extra backslashes here! + Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_LIBS = libgegl-@GEGL_API_VERSION@.la + Gegl_@GEGL_MAJOR_VERSION@_@GEGL_MINOR_VERSION@_gir_FILES = $(introspection_sources) + INTROSPECTION_GIRS += Gegl-@GEGL_API_VERSION@.gir +-- +1.8.1.5 + diff --git a/media-libs/gegl/gegl-0.1.8.ebuild b/media-libs/gegl/gegl-0.1.8.ebuild deleted file mode 100644 index fb3b24477487..000000000000 --- a/media-libs/gegl/gegl-0.1.8.ebuild +++ /dev/null @@ -1,112 +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/gegl/gegl-0.1.8.ebuild,v 1.11 2012/05/05 08:02:38 jdhore Exp $ - -EAPI=4 - -inherit gnome2-utils eutils autotools - -DESCRIPTION="A graph based image processing framework" -HOMEPAGE="http://www.gegl.org/" -SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" - -LICENSE="|| ( GPL-3 LGPL-3 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" - -IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala" - -VALASLOT="0.14" - -RDEPEND=">=media-libs/babl-0.1.6[introspection?] =dev-libs/glib-2.28:2 - >=x11-libs/gdk-pixbuf-2.18:2 - x11-libs/pango - sys-libs/zlib - cairo? ( x11-libs/cairo ) - exif? ( media-gfx/exiv2 ) - ffmpeg? ( virtual/ffmpeg ) - graphviz? ( media-gfx/graphviz ) - jpeg? ( virtual/jpeg ) - jpeg2k? ( >=media-libs/jasper-1.900.1 ) - lua? ( >=dev-lang/lua-5.1 ) - openexr? ( media-libs/openexr ) - png? ( media-libs/libpng ) - raw? ( >=media-libs/libopenraw-0.0.5 ) - sdl? ( media-libs/libsdl ) - svg? ( >=gnome-base/librsvg-2.14:2 ) - umfpack? ( sci-libs/umfpack ) - v4l? ( media-libs/libv4l ) - dev-lang/perl - introspection? ( >=dev-libs/gobject-introspection-0.10 - >=dev-python/pygobject-2.26:2 ) - lensfun? ( >=media-libs/lensfun-0.2.5 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=sys-devel/libtool-2.2 - vala? ( dev-lang/vala:${VALASLOT}[vapigen] )" - -# tests fail in various ways: -# see bug #362215 -RESTRICT="test" - -DOCS=( ChangeLog INSTALL README NEWS ) - -src_prepare() { - # Fix for upstream bug "gegl/gegl-0.1.deps missing from gegl-0.1.8 tarball" - # https://bugzilla.gnome.org/show_bug.cgi?id=666737 - [ -f gegl/gegl-0.1.deps ] || echo 'Babl-0.1' > gegl/gegl-0.1.deps - - # fix OSX loadable module filename extension - sed -i -e 's/\.dylib/.bundle/' configure.ac || die - eautoreconf -} - -src_configure() { - # never enable altering of CFLAGS via profile option - # libspiro: not in portage main tree - # disable documentation as the generating is bit automagic - # if anyone wants to work on it just create bug with patch - VAPIGEN="$(type -p vapigen-${VALASLOT})" \ - econf \ - --disable-profile \ - --without-libspiro \ - --disable-docs --disable-workshop \ - --with-pango --with-gdk-pixbuf \ - $(use_enable mmx) \ - $(use_enable sse) \ - $(use_enable debug) \ - $(use_with cairo) \ - $(use_with cairo pangocairo) \ - $(use_with exif exiv2) \ - $(use_with ffmpeg libavformat) \ - $(use_with graphviz) \ - $(use_with jpeg libjpeg) \ - $(use_with jpeg2k jasper) \ - $(use_with lua) \ - $(use_with openexr) \ - $(use_with png libpng) \ - $(use_with raw libopenraw) \ - $(use_with sdl) \ - $(use_with svg librsvg) \ - $(use_with umfpack) \ - $(use_with v4l libv4l) \ - $(use_enable introspection) \ - $(use_with lensfun) \ - $(use_with vala) -} - -src_test() { - gnome2_environment_reset # sandbox issues - default -} - -src_compile() { - gnome2_environment_reset # sandbox issues (bug #396687) - default -} - -src_install() { - default - find "${ED}" -name '*.la' -delete -} diff --git a/media-libs/gegl/gegl-0.2.0-r1.ebuild b/media-libs/gegl/gegl-0.2.0-r1.ebuild index 385b9df097cd..830657cf6108 100644 --- a/media-libs/gegl/gegl-0.2.0-r1.ebuild +++ b/media-libs/gegl/gegl-0.2.0-r1.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/gegl/gegl-0.2.0-r1.ebuild,v 1.8 2013/04/28 17:41:14 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r1.ebuild,v 1.10 2013/05/01 00:46:15 sping Exp $ EAPI=4 @@ -17,7 +17,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala" +IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala" RDEPEND=">=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 @@ -25,19 +25,15 @@ RDEPEND=">=media-libs/babl-0.1.10[introspection?] x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) - exif? ( media-gfx/exiv2 ) ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) ) - graphviz? ( media-gfx/graphviz ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) - lua? ( >=dev-lang/lua-5.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) - v4l? ( media-libs/libv4l ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 )" @@ -65,6 +61,8 @@ src_prepare() { if [[ ${CHOST} == *-darwin* && ${CHOST#*-darwin} -le 9 ]] ; then sed -i -e 's/#ifdef __APPLE__/#if 0/' gegl/opencl/* || die fi + + epatch "${FILESDIR}"/${P}-g_log_domain.patch eautoreconf use vala && vala_src_prepare @@ -75,6 +73,27 @@ src_configure() { # libspiro: not in portage main tree # disable documentation as the generating is bit automagic # if anyone wants to work on it just create bug with patch + + # Also please note that: + # + # - Some auto-detections are not patched away since the docs are + # not built (--disable-docs, lack of --enable-gtk-doc) and these + # tools affect re-generation of docs, only + # (e.g. ruby, asciidoc, dot (of graphviz), enscript) + # + # - Parameter --with-exiv2 compiles a noinst-app only, no use + # + # - Parameter --disable-workshop disables any use of Lua, effectivly + # + # - v4l support does not work with our media-libs/libv4l-0.8.9, + # upstream bug at https://bugzilla.gnome.org/show_bug.cgi?id=654675 + # + # - There are two checks for dot, one controllable by --with(out)-graphviz + # which toggles HAVE_GRAPHVIZ that is not used anywhere. Yes. + # + # So that's why USE="exif graphviz lua v4l" got resolved. More at: + # https://bugs.gentoo.org/show_bug.cgi?id=451136 + # econf \ --disable-silent-rules \ --disable-profile \ @@ -86,19 +105,19 @@ src_configure() { $(use_enable debug) \ $(use_with cairo) \ $(use_with cairo pangocairo) \ - $(use_with exif exiv2) \ + --without-exiv2 \ $(use_with ffmpeg libavformat) \ - $(use_with graphviz) \ + --without-graphviz \ $(use_with jpeg libjpeg) \ $(use_with jpeg2k jasper) \ - $(use_with lua) \ + --without-lua \ $(use_with openexr) \ $(use_with png libpng) \ $(use_with raw libopenraw) \ $(use_with sdl) \ $(use_with svg librsvg) \ $(use_with umfpack) \ - $(use_with v4l libv4l) \ + --without-libv4l \ $(use_enable introspection) \ $(use_with lensfun) \ $(use_with vala) diff --git a/media-libs/gegl/gegl-0.2.0.ebuild b/media-libs/gegl/gegl-0.2.0.ebuild deleted file mode 100644 index 10185f77d37c..000000000000 --- a/media-libs/gegl/gegl-0.2.0.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0.ebuild,v 1.7 2013/04/28 17:41:14 sping Exp $ - -EAPI=4 - -inherit gnome2-utils eutils autotools - -DESCRIPTION="A graph based image processing framework" -HOMEPAGE="http://www.gegl.org/" -SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" - -LICENSE="|| ( GPL-3 LGPL-3 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" - -IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala" - -VALASLOT="0.14" - -RDEPEND=">=media-libs/babl-0.1.10[introspection?] - >=dev-libs/glib-2.28:2 - >=x11-libs/gdk-pixbuf-2.18:2 - x11-libs/pango - sys-libs/zlib - cairo? ( x11-libs/cairo ) - exif? ( media-gfx/exiv2 ) - ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) ) - graphviz? ( media-gfx/graphviz ) - jpeg? ( virtual/jpeg ) - jpeg2k? ( >=media-libs/jasper-1.900.1 ) - lua? ( >=dev-lang/lua-5.1 ) - openexr? ( media-libs/openexr ) - png? ( media-libs/libpng ) - raw? ( >=media-libs/libopenraw-0.0.5 ) - sdl? ( media-libs/libsdl ) - svg? ( >=gnome-base/librsvg-2.14:2 ) - umfpack? ( sci-libs/umfpack ) - v4l? ( media-libs/libv4l ) - dev-lang/perl - introspection? ( >=dev-libs/gobject-introspection-0.10 - >=dev-python/pygobject-2.26:2 ) - lensfun? ( >=media-libs/lensfun-0.2.5 )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40.1 - virtual/pkgconfig - >=sys-devel/libtool-2.2 - vala? ( dev-lang/vala:${VALASLOT}[vapigen] )" - -DOCS=( ChangeLog INSTALL README NEWS ) - -src_prepare() { - epatch "${FILESDIR}/${P}-ffmpeg-0.11.diff" - # fix OSX loadable module filename extension - sed -i -e 's/\.dylib/.bundle/' configure.ac || die - # don't require Apple's OpenCL on versions of OSX that don't have it - if [[ ${CHOST} == *-darwin* && ${CHOST#*-darwin} -le 9 ]] ; then - sed -i -e 's/#ifdef __APPLE__/#if 0/' gegl/opencl/* || die - fi - eautoreconf -} - -src_configure() { - # never enable altering of CFLAGS via profile option - # libspiro: not in portage main tree - # disable documentation as the generating is bit automagic - # if anyone wants to work on it just create bug with patch - VAPIGEN="$(type -p vapigen-${VALASLOT})" \ - econf \ - --disable-profile \ - --without-libspiro \ - --disable-docs --disable-workshop \ - --with-pango --with-gdk-pixbuf \ - $(use_enable mmx) \ - $(use_enable sse) \ - $(use_enable debug) \ - $(use_with cairo) \ - $(use_with cairo pangocairo) \ - $(use_with exif exiv2) \ - $(use_with ffmpeg libavformat) \ - $(use_with graphviz) \ - $(use_with jpeg libjpeg) \ - $(use_with jpeg2k jasper) \ - $(use_with lua) \ - $(use_with openexr) \ - $(use_with png libpng) \ - $(use_with raw libopenraw) \ - $(use_with sdl) \ - $(use_with svg librsvg) \ - $(use_with umfpack) \ - $(use_with v4l libv4l) \ - $(use_enable introspection) \ - $(use_with lensfun) \ - $(use_with vala) -} - -src_test() { - gnome2_environment_reset # sandbox issues - default -} - -src_compile() { - gnome2_environment_reset # sandbox issues (bug #396687) - default -} - -src_install() { - default - find "${ED}" -name '*.la' -delete -} diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 98c9a8c543f5..3d823ffd9b90 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.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/gegl/gegl-9999.ebuild,v 1.6 2013/04/28 17:41:14 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.7 2013/05/01 00:46:15 sping Exp $ EAPI=4 @@ -17,7 +17,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" KEYWORDS="" -IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala" +IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala" RDEPEND=">=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 @@ -25,19 +25,15 @@ RDEPEND=">=media-libs/babl-0.1.10[introspection?] x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) - exif? ( media-gfx/exiv2 ) ffmpeg? ( virtual/ffmpeg ) - graphviz? ( media-gfx/graphviz ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) - lua? ( >=dev-lang/lua-5.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) - v4l? ( media-libs/libv4l ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 )" @@ -67,6 +63,27 @@ src_configure() { # libspiro: not in portage main tree # disable documentation as the generating is bit automagic # if anyone wants to work on it just create bug with patch + + # Also please note that: + # + # - Some auto-detections are not patched away since the docs are + # not built (--disable-docs, lack of --enable-gtk-doc) and these + # tools affect re-generation of docs, only + # (e.g. ruby, asciidoc, dot (of graphviz), enscript) + # + # - Parameter --with-exiv2 compiles a noinst-app only, no use + # + # - Parameter --disable-workshop disables any use of Lua, effectivly + # + # - v4l support does not work with our media-libs/libv4l-0.8.9, + # upstream bug https://bugzilla.gnome.org/show_bug.cgi?id=654675 + # + # - There are two checks for dot, one controlled by --with(out)-graphviz + # which toggles HAVE_GRAPHVIZ that is not used anywhere. Yes. + # + # So that's why USE="exif graphviz lua v4l" got resolved. More at: + # https://bugs.gentoo.org/show_bug.cgi?id=451136 + # econf \ --disable-silent-rules \ --disable-profile \ @@ -78,19 +95,19 @@ src_configure() { $(use_enable debug) \ $(use_with cairo) \ $(use_with cairo pangocairo) \ - $(use_with exif exiv2) \ + --without-exiv2 \ $(use_with ffmpeg libavformat) \ - $(use_with graphviz) \ + --without-graphviz \ $(use_with jpeg libjpeg) \ $(use_with jpeg2k jasper) \ - $(use_with lua) \ + --without-lua \ $(use_with openexr) \ $(use_with png libpng) \ $(use_with raw libopenraw) \ $(use_with sdl) \ $(use_with svg librsvg) \ $(use_with umfpack) \ - $(use_with v4l libv4l) \ + --without-libv4l \ $(use_enable introspection) \ $(use_with lensfun) \ $(use_with vala) diff --git a/media-libs/sdl-sound/files/sdl-sound-1.0.3-automake-1.13.patch b/media-libs/sdl-sound/files/sdl-sound-1.0.3-automake-1.13.patch new file mode 100644 index 000000000000..0bd2aa272a78 --- /dev/null +++ b/media-libs/sdl-sound/files/sdl-sound-1.0.3-automake-1.13.patch @@ -0,0 +1,11 @@ +--- SDL_sound-1.0.3/configure.in ++++ SDL_sound-1.0.3/configure.in +@@ -43,7 +43,7 @@ + AC_CANONICAL_TARGET + + dnl Setup for automake +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + AM_INIT_AUTOMAKE(SDL_sound, $VERSION) + + diff --git a/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild index 473dc1a07325..8b1f41eb917d 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.3.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-libs/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.11 2012/11/25 09:16:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.12 2013/04/30 21:13:39 hasufell Exp $ EAPI=2 inherit autotools eutils @@ -29,7 +29,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} src_prepare() { - epatch "${FILESDIR}"/${P}-underlinking.patch + epatch "${FILESDIR}"/${P}-{underlinking,automake-1.13}.patch + mv configure.in configure.ac || die eautoreconf } diff --git a/media-radio/ax25-tools/Manifest b/media-radio/ax25-tools/Manifest index 1d8c64c162e2..db0d35fbffe3 100644 --- a/media-radio/ax25-tools/Manifest +++ b/media-radio/ax25-tools/Manifest @@ -1 +1 @@ -DIST ax25-tools-0.0.10-rc2.tar.gz 381575 RMD160 2bf2a34ebdc9fcf02583ec8f950313fec7d588a3 SHA1 f06e0b962ffc734658f1ad6be96d40bcaee19587 SHA256 d3a33914c168f6b9b3fef2cc543e5debbf9c95bf06f4c902f06c68eabfe4b4eb +DIST ax25-tools-0.0.10-rc2.tar.gz 381575 SHA256 d3a33914c168f6b9b3fef2cc543e5debbf9c95bf06f4c902f06c68eabfe4b4eb SHA512 ca6042682e8da9136edaefe7c137d8a1626a82ba4c1d5de98c37d0e9b9b2ee1934986b203bdf6d870152a0b778812731dc58b889b806cad8e30a102e702612ae WHIRLPOOL 0ddc78b198e0809613636a60cab44a1ee4f93002325db0aab1cd23cf68ac15a7f1fddfcc8782bb25caccad2e2893b28b6d0792a471863e5e46aaa595b3bd3961 diff --git a/media-radio/ax25-tools/ax25-tools-0.0.10_rc2-r1.ebuild b/media-radio/ax25-tools/ax25-tools-0.0.10_rc2-r1.ebuild index 0c583c08ceec..ebe89ea4c6bf 100644 --- a/media-radio/ax25-tools/ax25-tools-0.0.10_rc2-r1.ebuild +++ b/media-radio/ax25-tools/ax25-tools-0.0.10_rc2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-tools/ax25-tools-0.0.10_rc2-r1.ebuild,v 1.1 2011/08/30 16:59:58 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-tools/ax25-tools-0.0.10_rc2-r1.ebuild,v 1.2 2013/05/01 07:46:34 tomjbe Exp $ -EAPI="2" +EAPI="5" inherit autotools eutils MY_P=${P/_/-} @@ -26,6 +26,8 @@ RDEPEND=${DEPEND} src_prepare() { epatch "${FILESDIR}/${P}-parallel-make.patch" \ "${FILESDIR}/${P}-cve-2011-2910.patch" # see bug # 379293 + # Fix deprecated AM_CONFIG_HEADER in automake 1.13 (bug #467752) + sed -i -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" configure.ac || die eautoreconf } @@ -34,18 +36,18 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install installconf || die "emake install failed" + emake DESTDIR="${D}" install installconf # Package does not respect --docdir - rm -rf "${D}"/usr/share/doc/ax25-tools || die "clean-up doc failed" + rm -rf "${D}"/usr/share/doc/ax25-tools || die dodoc AUTHORS ChangeLog NEWS README tcpip/ttylinkd.README \ user_call/README.user_call yamdrv/README.yamdrv dmascc/README.dmascc \ - tcpip/ttylinkd.INSTALL || die "dodoc failed" - - newinitd "${FILESDIR}"/ax25d.rc ax25d || die "ax25d rc install failed" - newinitd "${FILESDIR}"/mheardd.rc mheardd || die "mheardd rc install failed" - newinitd "${FILESDIR}"/netromd.rc netromd || die "netromd rc install failed" - newinitd "${FILESDIR}"/rip98d.rc rip98d || die "rip98d rc install failed" - newinitd "${FILESDIR}"/rxecho.rc rxecho || die "rxecho rc install failed" - newinitd "${FILESDIR}"/ttylinkd.rc ttylinkd || die "ttylinkd install failed" + tcpip/ttylinkd.INSTALL + + newinitd "${FILESDIR}"/ax25d.rc ax25d + newinitd "${FILESDIR}"/mheardd.rc mheardd + newinitd "${FILESDIR}"/netromd.rc netromd + newinitd "${FILESDIR}"/rip98d.rc rip98d + newinitd "${FILESDIR}"/rxecho.rc rxecho + newinitd "${FILESDIR}"/ttylinkd.rc ttylinkd } diff --git a/media-sound/pulseaudio/Manifest b/media-sound/pulseaudio/Manifest index 6690fa896f2d..33a9c7a17109 100644 --- a/media-sound/pulseaudio/Manifest +++ b/media-sound/pulseaudio/Manifest @@ -1,3 +1,2 @@ -DIST pulseaudio-1.1.tar.xz 1306168 SHA256 6fe531136f6ebce2d35872a2d2c914278cdc5dcdd5eea516dc52c81f9001f5ee SHA512 6cd24259ad27f272c9069f4474c63208e431b802858f8485e601a7335a92787701a4a51b3f6b11d3bf2c5c04b4d9ec8c3b33f8dd3c0dda674c15da7c0c78cbba WHIRLPOOL 9ea4a8283c114298cf172f1757f0da1f218a82c54ac1e76a376a6439c2c795bb29040a2b113655127cc17e9a8def0339e74767bae24384d89dd3ed4db5f2c96e DIST pulseaudio-2.1.tar.xz 1355004 SHA256 ef6b347bf47abfb98080795f1583018ac959b4aeb4df916b879f9e1eaba0ca7f SHA512 56b672968ae32dcaa5520b8199ed603f4f1223c7884ee6ad1ddf0ee796b1859784c262eef749504f996638f68bf2b213dd0ad1e9cddfb342e2795300ff9972b6 WHIRLPOOL cf4e38d868b67e1cf3fe610d8759a922c7a71040d923844ea0168b00b756b51882580504a7d876e470d0a6ad523a643ddb1559424d8786bc4d9ce457b4a855ea DIST pulseaudio-3.0.tar.xz 1367468 SHA256 c90bfda29605942d08e3e218ef10e3c660506a06651a616bfbb6a6df8392836d SHA512 965d6f2472f1b15b600b4578cfbfcb6bbe6be2e7661c0672216141118e34caba3046a026aed69d4fc6ae82b7190bc64e00cf03fb638a872b5d0d25c7c3e10514 WHIRLPOOL 79813545993c7a6291550a471d5e32826438c72060ca07051a455a23c8695de5e1d30d104bec01ec29552e5e8d72448f393536d5b81c50d6371e29567ba937bc diff --git a/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild b/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild deleted file mode 100644 index 1726c4130306..000000000000 --- a/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild +++ /dev/null @@ -1,229 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-1.1-r1.ebuild,v 1.16 2013/04/10 20:43:51 vincent Exp $ - -EAPI=5 - -inherit autotools eutils flag-o-matic user versionator - -DESCRIPTION="A networked sound server with an advanced plugin system" -HOMEPAGE="http://www.pulseaudio.org/" - -SRC_URI="http://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz" - -# libpulse-simple and libpulse link to libpulse-core; this is daemon's -# library and can link to gdbm and other GPL-only libraries. In this -# cases, we have a fully GPL-2 package. Leaving the rest of the -# GPL-forcing USE flags for those who use them. -LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="+alsa avahi +caps equalizer jack lirc oss tcpd +X dbus libsamplerate gnome bluetooth +asyncns +glib test doc +udev ipv6 system-wide realtime +orc ssl +gdbm" - -RDEPEND="app-admin/eselect-esd - X? ( - >=x11-libs/libX11-1.4.0 - >=x11-libs/libxcb-1.6 - >=x11-libs/xcb-util-0.3.1 - x11-libs/libSM - x11-libs/libICE - x11-libs/libXtst - ) - caps? ( sys-libs/libcap ) - libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) - alsa? ( >=media-libs/alsa-lib-1.0.19 ) - glib? ( >=dev-libs/glib-2.4.0 ) - avahi? ( >=net-dns/avahi-0.6.12[dbus] ) - jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) - tcpd? ( sys-apps/tcp-wrappers ) - lirc? ( app-misc/lirc ) - dbus? ( >=sys-apps/dbus-1.0.0 ) - gnome? ( >=gnome-base/gconf-2.4.0 ) - bluetooth? ( - >=net-wireless/bluez-4 - >=sys-apps/dbus-1.0.0 - ) - asyncns? ( net-libs/libasyncns ) - udev? ( >=virtual/udev-143[hwdb] ) - realtime? ( sys-auth/rtkit ) - equalizer? ( sci-libs/fftw:3.0 ) - orc? ( >=dev-lang/orc-0.4.9 ) - ssl? ( dev-libs/openssl ) - >=media-libs/speex-1.2_rc1 - >=media-libs/libsndfile-1.0.20 - gdbm? ( sys-libs/gdbm ) - dev-libs/json-c - >=sys-devel/libtool-2.2.4" # it's a valid RDEPEND, libltdl.so is used - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - X? ( - x11-proto/xproto - >=x11-libs/libXtst-1.0.99.2 - ) - dev-libs/libatomic_ops - virtual/pkgconfig - system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) - dev-util/intltool" - -# alsa-utils dep is for the alsasound init.d script (see bug #155707) -# bluez dep is for the bluetooth init.d script -RDEPEND="${RDEPEND} - X? ( gnome-extra/gnome-audio ) - system-wide? ( - sys-apps/openrc - alsa? ( media-sound/alsa-utils ) - bluetooth? ( >=net-wireless/bluez-4 ) - )" - -# See "*** BLUEZ support not found (requires D-Bus)" in configure.ac -REQUIRED_USE="bluetooth? ( dbus )" - -pkg_setup() { - enewgroup audio 18 # Just make sure it exists - enewgroup pulse-access - enewgroup pulse - enewuser pulse -1 -1 /var/run/pulse pulse,audio -} - -src_prepare() { - epatch "${FILESDIR}/${P}-python3-fix.patch" - # bgo 390287 - epatch "${FILESDIR}/${P}-machine-id-fix.patch" - eautoreconf -} - -src_configure() { - # It's a binutils bug, once I can find time to fix that I'll add a - # proper dependency and fix this up. — flameeyes - append-ldflags $(no-as-needed) - - if use gdbm; then - myconf+=" --with-database=gdbm" - #elif use tdb; then - # myconf+=" --with-database=tdb" - else - myconf+=" --with-database=simple" - fi - - econf \ - --enable-largefile \ - $(use_enable glib glib2) \ - --disable-solaris \ - $(use_enable asyncns) \ - $(use_enable oss oss-output) \ - $(use_enable alsa) \ - $(use_enable lirc) \ - $(use_enable tcpd tcpwrap) \ - $(use_enable jack) \ - $(use_enable lirc) \ - $(use_enable avahi) \ - --disable-hal \ - $(use_enable dbus) \ - $(use_enable gnome gconf) \ - $(use_enable libsamplerate samplerate) \ - $(use_enable bluetooth bluez) \ - $(use_enable X x11) \ - $(use_enable test default-build-tests) \ - $(use_enable udev) \ - $(use_enable ipv6) \ - $(use_enable ssl openssl) \ - $(use_with caps) \ - $(use_with equalizer fftw) \ - --localstatedir="${EPREFIX}"/var \ - --with-udev-rules-dir="${EPREFIX}/lib/udev/rules.d" \ - ${myconf} - - if use doc; then - pushd doxygen - doxygen doxygen.conf - popd - fi -} - -src_test() { - # We avoid running the toplevel check target because that will run - # po/'s tests too, and they are broken. Officially, it should work - # with intltool 0.41, but that doesn't look like a stable release. - emake -C src check -} - -src_install() { - emake -j1 DESTDIR="${D}" install - - # Drop the script entirely if X is disabled - use X || rm "${ED}"/usr/bin/start-pulseaudio-x11 - - if use system-wide; then - newconfd "${FILESDIR}/pulseaudio.conf.d" pulseaudio - - use_define() { - local define=${2:-$(echo $1 | tr '[:lower:]' '[:upper:]')} - - use "$1" && echo "-D$define" || echo "-U$define" - } - - unifdef $(use_define avahi) \ - $(use_define alsa) \ - $(use_define bluetooth) \ - $(use_define udev) \ - "${FILESDIR}/pulseaudio.init.d-5" \ - > "${T}/pulseaudio" - - doinitd "${T}/pulseaudio" - fi - - use avahi && sed -i -e '/module-zeroconf-publish/s:^#::' "${ED}/etc/pulse/default.pa" - - dodoc README todo - - if use doc; then - pushd doxygen/html - dohtml * - popd - fi - - # Create the state directory - use prefix || diropts -o pulse -g pulse -m0755 - keepdir /var/run/pulse - - find "${D}" -name '*.la' -delete -} - -pkg_postinst() { - if use system-wide; then - elog "PulseAudio in Gentoo can use a system-wide pulseaudio daemon." - elog "This support is enabled by starting the pulseaudio init.d ." - elog "To be able to access that you need to be in the group pulse-access." - elog "If you choose to use this feature, please make sure that you" - elog "really want to run PulseAudio this way:" - elog " http://pulseaudio.org/wiki/WhatIsWrongWithSystemMode" - elog "For more information about system-wide support, please refer to:" - elog " http://pulseaudio.org/wiki/SystemWideInstance" - if use gnome ; then - elog - elog "By enabling gnome USE flag, you enabled gconf support. Please note" - elog "that you might need to remove the gnome USE flag or disable the" - elog "gconf module on /etc/pulse/system.pa to be able to use PulseAudio" - elog "with a system-wide instance." - fi - fi - if use bluetooth; then - elog - elog "The Bluetooth proximity module is not enabled in the default" - elog "configuration file. If you do enable it, you'll have to have" - elog "your Bluetooth controller enabled and inserted at bootup or" - elog "PulseAudio will refuse to start." - fi - if use alsa; then - local pkg="media-plugins/alsa-plugins" - if has_version ${pkg} && ! has_version "${pkg}[pulseaudio]"; then - elog - elog "You have alsa support enabled so you probably want to install" - elog "${pkg} with pulseaudio support to have" - elog "alsa using applications route their sound through pulseaudio" - fi - fi - - eselect esd update --if-unset -} diff --git a/media-sound/pulseaudio/pulseaudio-2.1-r1.ebuild b/media-sound/pulseaudio/pulseaudio-2.1-r1.ebuild index 2ea30bb92145..fa1920b92f09 100644 --- a/media-sound/pulseaudio/pulseaudio-2.1-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-2.1-r1.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-sound/pulseaudio/pulseaudio-2.1-r1.ebuild,v 1.14 2013/04/10 20:43:51 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-2.1-r1.ebuild,v 1.15 2013/05/01 03:23:59 ford_prefect Exp $ EAPI=5 @@ -58,7 +58,7 @@ RDEPEND=">=media-libs/libsndfile-1.0.20 webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) - dev-libs/json-c + =sys-devel/libtool-2.2.4" # it's a valid RDEPEND, libltdl.so is used DEPEND="${RDEPEND} diff --git a/media-sound/pulseaudio/pulseaudio-3.0.ebuild b/media-sound/pulseaudio/pulseaudio-3.0.ebuild index fce638865b4f..0bd24b64b648 100644 --- a/media-sound/pulseaudio/pulseaudio-3.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-3.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/media-sound/pulseaudio/pulseaudio-3.0.ebuild,v 1.5 2013/04/10 20:43:51 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-3.0.ebuild,v 1.6 2013/05/01 03:23:59 ford_prefect Exp $ EAPI="5" @@ -58,7 +58,7 @@ RDEPEND=">=media-libs/libsndfile-1.0.20 webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) - dev-libs/json-c + =sys-devel/libtool-2.2.4" # it's a valid RDEPEND, libltdl.so is used DEPEND="${RDEPEND} diff --git a/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch b/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch new file mode 100644 index 000000000000..bba4f8ea22fe --- /dev/null +++ b/media-video/makemkv/files/makemkv-1.8.1-makefile.linux.patch @@ -0,0 +1,20 @@ +--- makemkv-oss-1.8.1/makefile.linux.orig ++++ makemkv-oss-1.8.1/makefile.linux +@@ -8,7 +8,7 @@ + MOC=moc + endif + +-CXXOPTS=-Os -D_GNU_SOURCE -D_linux_ ++CXXOPTS=-D_GNU_SOURCE -D_linux_ + + BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine) + BUILDINFO_BUILD_DATE=$(shell date) +@@ -38,7 +38,7 @@ + install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png + + out/%: out/%.full +- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@ ++ objcopy --discard-all $< $@ + + out/libdriveio.so.0.full: + mkdir -p out diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index eb03f2e03e2f..392dd636f21d 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Tue, 30 Apr 2013 12:06:55 +0000 +Wed, 01 May 2013 09:06:57 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index eb03f2e03e2f..d2b8a2073e83 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Tue, 30 Apr 2013 12:06:55 +0000 +Wed, 01 May 2013 09:06:58 +0000 diff --git a/metadata/md5-cache/app-admin/tmpwatch-2.11 b/metadata/md5-cache/app-admin/tmpwatch-2.11 index 7b9961b768b8..fbdf0b37ab8e 100644 --- a/metadata/md5-cache/app-admin/tmpwatch-2.11 +++ b/metadata/md5-cache/app-admin/tmpwatch-2.11 @@ -1,6 +1,7 @@ -DEFINED_PHASES=install +DEFINED_PHASES=compile install DEPEND=selinux? ( sec-policy/selinux-tmpreaper ) DESCRIPTION=Files which haven't been accessed in a given period of time are removed from specified directories +EAPI=5 HOMEPAGE=https://fedorahosted.org/tmpwatch/ IUSE=selinux KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 @@ -8,4 +9,5 @@ LICENSE=GPL-2 RDEPEND=selinux? ( sec-policy/selinux-tmpreaper ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-2.11.tar.bz2 -_md5_=8ff890448671153176ebbe6f30e9c4a5 +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=c1d62c6792f067da8caa215af299381b diff --git a/metadata/md5-cache/app-laptop/nvidiabl-0.81 b/metadata/md5-cache/app-laptop/nvidiabl-0.81 index c993d04f59aa..b5bca8199c1f 100644 --- a/metadata/md5-cache/app-laptop/nvidiabl-0.81 +++ b/metadata/md5-cache/app-laptop/nvidiabl-0.81 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile install postinst postrm preinst pretend setup DEPEND=kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) DESCRIPTION=Linux driver for setting the backlight brightness on laptops using NVIDIA GPU -EAPI=4 +EAPI=5 HOMEPAGE=https://github.com/guillaumezin/nvidiabl IUSE=kernel_linux -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=kernel_linux? ( virtual/modutils ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/guillaumezin/nvidiabl/archive/v0.81.tar.gz _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e linux-info dd8fdcccc30f117673b4cba4ed4f74a7 linux-mod c9d4931960ba253061ad823a8508bff5 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=e3c0cec06613d48b78e707145b207bab +_md5_=fcf9e4af111aa9645fc0278826dfb69a diff --git a/metadata/md5-cache/app-leechcraft/lc-gmailnotifier-9999 b/metadata/md5-cache/app-leechcraft/lc-gmailnotifier-9999 new file mode 100644 index 000000000000..8609ef7f6fbe --- /dev/null +++ b/metadata/md5-cache/app-leechcraft/lc-gmailnotifier-9999 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install prepare pretend test unpack +DEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git +DESCRIPTION=Notifier about new mail in a GMail inbox for LeechCraft +EAPI=5 +HOMEPAGE=http://leechcraft.org/ +IUSE=debug notify quark +LICENSE=Boost-1.0 +RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdeclarative:4 quark? ( ~virtual/leechcraft-quark-sideprovider-9999 ) notify? ( ~virtual/leechcraft-notifier-9999 ) +SLOT=0 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de git-2 e92e09651292b1bef5656592364550f7 leechcraft 1615e53313721651c56cc8e4250e76c0 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=3b713ee97199e2626c9a0aa4c78f3129 diff --git a/metadata/md5-cache/app-misc/tomboy-1.12.2 b/metadata/md5-cache/app-misc/tomboy-1.12.2 index 2602870f2200..d85cf13abf86 100644 --- a/metadata/md5-cache/app-misc/tomboy-1.12.2 +++ b/metadata/md5-cache/app-misc/tomboy-1.12.2 @@ -10,4 +10,4 @@ RDEPEND=app-text/gtkspell:2 dev-dotnet/gconf-sharp:2 dev-dotnet/gtk-sharp:2 dev- SLOT=0 SRC_URI=mirror://gnome/sources/tomboy/1.12/tomboy-1.12.2.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac mono 203a4295c06155d318bdff9c6b2d5e1c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=224d6e15f4b93b68552ffe6c5d738838 +_md5_=55e8d35ae5618f46aca71c3a932bb5b7 diff --git a/metadata/md5-cache/app-office/texmacs-1.0.7.19 b/metadata/md5-cache/app-office/texmacs-1.0.7.19 index cc947b0f2e76..c05026fdbfce 100644 --- a/metadata/md5-cache/app-office/texmacs-1.0.7.19 +++ b/metadata/md5-cache/app-office/texmacs-1.0.7.19 @@ -8,6 +8,6 @@ KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux LICENSE=GPL-3 RDEPEND=dev-scheme/guile[deprecated] virtual/latex-base app-text/ghostscript-gpl media-libs/freetype x11-libs/libXext x11-apps/xmodmap qt4? ( dev-qt/qtgui:4 ) imlib? ( media-libs/imlib2 ) jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) ) svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) ) netpbm? ( media-libs/netpbm ) spell? ( app-text/aspell ) SLOT=0 -SRC_URI=http://dev.gentoo.org/~grozin/TeXmacs-1.0.7.19-src.tar.gz +SRC_URI=ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/TeXmacs-1.0.7.19-src.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0c27c43e52f39d67a6626d7b8f6e6d34 +_md5_=dd444b373608274d3114a6006477764b diff --git a/metadata/md5-cache/app-text/liblangtag-0.5.0 b/metadata/md5-cache/app-text/liblangtag-0.5.1 similarity index 94% rename from metadata/md5-cache/app-text/liblangtag-0.5.0 rename to metadata/md5-cache/app-text/liblangtag-0.5.1 index a2cdb4a2901f..5c9dc2d09f83 100644 --- a/metadata/md5-cache/app-text/liblangtag-0.5.0 +++ b/metadata/md5-cache/app-text/liblangtag-0.5.1 @@ -9,6 +9,6 @@ LICENSE=|| ( LGPL-3 MPL-1.1 ) RDEPEND=dev-libs/glib dev-libs/libxml2 introspection? ( >=dev-libs/gobject-introspection-0.10.8 ) RESTRICT=test SLOT=0 -SRC_URI=https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.5.0.tar.bz2 +SRC_URI=https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.5.1.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c1dc0608214b369c4dc38ab6427e729 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=73c54efeb9e16e02633bb91164903a36 +_md5_=b5b730387e422d83de6669f2f1b1d7ab diff --git a/metadata/md5-cache/app-text/xournal-0.4.7 b/metadata/md5-cache/app-text/xournal-0.4.7 index 4460ed2b3658..0fbb30c65cb6 100644 --- a/metadata/md5-cache/app-text/xournal-0.4.7 +++ b/metadata/md5-cache/app-text/xournal-0.4.7 @@ -10,4 +10,4 @@ RDEPEND=app-text/poppler:=[cairo] dev-libs/atk dev-libs/glib gnome-base/libgnome SLOT=0 SRC_URI=mirror://sourceforge/xournal/xournal-0.4.7.tar.gz !vanilla? ( http://dev.gentoo.org/~dilfridge/distfiles/xournal-0.4.7-gentoo.patch.xz ) _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=174edecfff0ea729eb2df376e35708a7 +_md5_=bf1ada15cc9b482970108f257f0e9ca4 diff --git a/metadata/md5-cache/app-text/xournal-9999 b/metadata/md5-cache/app-text/xournal-9999 index 00ec87039798..200109d84ae5 100644 --- a/metadata/md5-cache/app-text/xournal-9999 +++ b/metadata/md5-cache/app-text/xournal-9999 @@ -8,4 +8,4 @@ LICENSE=GPL-2 RDEPEND=app-text/poppler:=[cairo] dev-libs/atk dev-libs/glib gnome-base/libgnomecanvas media-libs/freetype media-libs/fontconfig sys-libs/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/pango pdf? ( app-text/poppler[utils] app-text/ghostscript-gpl ) SLOT=0 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa git-2 e92e09651292b1bef5656592364550f7 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5b3bf2af667a4d3018c401f906b3c118 +_md5_=77ade15dbe0301dc4ee05872d8eca7fc diff --git a/metadata/md5-cache/dev-db/mysql-init-scripts-2.0_pre1-r3 b/metadata/md5-cache/dev-db/mysql-init-scripts-2.0_pre1-r3 index 8ad4f8ad76ab..4077a17718d7 100644 --- a/metadata/md5-cache/dev-db/mysql-init-scripts-2.0_pre1-r3 +++ b/metadata/md5-cache/dev-db/mysql-init-scripts-2.0_pre1-r3 @@ -1,8 +1,8 @@ DEFINED_PHASES=install postinst DESCRIPTION=Gentoo MySQL init scripts. HOMEPAGE=http://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=!=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl !build? ( berkdb? ( || ( sys-libs/db:5.3 sys-libs/db:5.2 sys-libs/db:5.1 sys-libs/db:5.0 sys-libs/db:4.8 sys-libs/db:4.7 sys-libs/db:4.6 sys-libs/db:4.5 sys-libs/db:4.4 sys-libs/db:4.3 sys-libs/db:4.2 ) ) gdbm? ( sys-libs/gdbm[berkdb] ) ncurses? ( >=sys-libs/ncurses-5.2 readline? ( >=sys-libs/readline-4.1 ) ) sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] ) ssl? ( dev-libs/openssl ) tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt ) xml? ( >=dev-libs/expat-2.1 ) ) !!=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl !build? ( gdbm? ( sys-libs/gdbm[berkdb] ) ncurses? ( >=sys-libs/ncurses-5.2 readline? ( >=sys-libs/readline-4.1 ) ) sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] ) ssl? ( dev-libs/openssl ) tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt ) xml? ( >=dev-libs/expat-2.1 ) ) !build? ( app-misc/mime-types ) doc? ( dev-python/python-docs:3.2 ) SLOT=3.2 -SRC_URI=http://www.python.org/ftp/python/3.2.4/Python-3.2.4.tar.xz mirror://bitbucket/gentoo/cpython/downloads/python-gentoo-patches-3.2.4-0.tar.xz +SRC_URI=http://www.python.org/ftp/python/3.2.4/Python-3.2.4.tar.xz mirror://gentoo/python-gentoo-patches-3.2.4-1.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils d727728a240d5f59bf9370a64259fd61 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4306052551b2484b028cb5beda96f65a +_md5_=e9c3688ff107f5ad426320b5c398bb59 diff --git a/metadata/md5-cache/dev-libs/glib-1.2.10-r5 b/metadata/md5-cache/dev-libs/glib-1.2.10-r5 index 43d738fe1057..3e92ea5a1d57 100644 --- a/metadata/md5-cache/dev-libs/glib-1.2.10-r5 +++ b/metadata/md5-cache/dev-libs/glib-1.2.10-r5 @@ -1,5 +1,5 @@ DEFINED_PHASES=configure install prepare -DEPEND==sys-devel/automake-1.12* >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=|| ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=The GLib library of C routines EAPI=4 HOMEPAGE=http://www.gtk.org/ @@ -9,4 +9,4 @@ LICENSE=LGPL-2.1+ SLOT=1 SRC_URI=ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz ftp://ftp.gnome.org/pub/GNOME/stable/sources/glib/glib-1.2.10.tar.gz mirror://gentoo/glib-1.2.10-r1-as-needed.patch.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=dd7c6c153f7f6c6dcdee22e30f1c3ad6 +_md5_=169dff7e13efca23f58daa7245e55cc9 diff --git a/metadata/md5-cache/dev-libs/glib-2.32.4-r1 b/metadata/md5-cache/dev-libs/glib-2.32.4-r1 index 3493b77effc3..362c3dfa3b6e 100644 --- a/metadata/md5-cache/dev-libs/glib-2.32.4-r1 +++ b/metadata/md5-cache/dev-libs/glib-2.32.4-r1 @@ -1,5 +1,5 @@ DEFINED_PHASES=configure install postinst preinst prepare setup test -DEPEND=virtual/libiconv virtual/libffi sys-libs/zlib || ( >=dev-libs/elfutils-0.142 >=dev-libs/libelf-0.8.12 ) xattr? ( sys-apps/attr ) fam? ( virtual/fam ) utils? ( >=dev-util/gdbus-codegen-2.32.4 ) >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 systemtap? ( >=dev-util/systemtap-1.3 ) test? ( sys-devel/gdb =dev-lang/python-2* >=dev-util/gdbus-codegen-2.32.4 >=sys-apps/dbus-1.2.14 ) !=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 utils? ( =dev-lang/python-2* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=virtual/libiconv virtual/libffi sys-libs/zlib || ( >=dev-libs/elfutils-0.142 >=dev-libs/libelf-0.8.12 ) xattr? ( sys-apps/attr ) fam? ( virtual/fam ) utils? ( >=dev-util/gdbus-codegen-2.32.4 ) >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 systemtap? ( >=dev-util/systemtap-1.3 ) test? ( sys-devel/gdb =dev-lang/python-2* >=dev-util/gdbus-codegen-2.32.4 >=sys-apps/dbus-1.2.14 ) !=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 utils? ( =dev-lang/python-2* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=The GLib library of C routines EAPI=4 HOMEPAGE=http://www.gtk.org/ @@ -11,4 +11,4 @@ RDEPEND=virtual/libiconv virtual/libffi sys-libs/zlib || ( >=dev-libs/elfutils-0 SLOT=2 SRC_URI=mirror://gnome/sources/glib/2.32/glib-2.32.4.tar.xz http://dev.gentoo.org/~tetromino/distfiles/glib/glib-2.32.4-AS_IF-patches.tar.xz http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils d727728a240d5f59bf9370a64259fd61 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=394b9b07e216a1a07ab4f5c761b0e742 +_md5_=8f2a211a9d30104cb088c69533698baa diff --git a/metadata/md5-cache/dev-libs/glib-2.34.3 b/metadata/md5-cache/dev-libs/glib-2.34.3 index 8138675c893b..76acc01e8756 100644 --- a/metadata/md5-cache/dev-libs/glib-2.34.3 +++ b/metadata/md5-cache/dev-libs/glib-2.34.3 @@ -1,5 +1,5 @@ DEFINED_PHASES=configure install postinst preinst prepare setup test -DEPEND=virtual/libiconv virtual/libffi sys-libs/zlib || ( >=dev-libs/elfutils-0.142 >=dev-libs/libelf-0.8.12 ) xattr? ( sys-apps/attr ) fam? ( virtual/fam ) utils? ( >=dev-util/gdbus-codegen-2.34.3 ) app-text/docbook-xml-dtd:4.1.2 >=dev-libs/libxslt-1.0 >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 systemtap? ( >=dev-util/systemtap-1.3 ) test? ( sys-devel/gdb =dev-lang/python-2* >=dev-util/gdbus-codegen-2.34.3 >=sys-apps/dbus-1.2.14 ) !=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 utils? ( =dev-lang/python-2* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=virtual/libiconv virtual/libffi sys-libs/zlib || ( >=dev-libs/elfutils-0.142 >=dev-libs/libelf-0.8.12 ) xattr? ( sys-apps/attr ) fam? ( virtual/fam ) utils? ( >=dev-util/gdbus-codegen-2.34.3 ) app-text/docbook-xml-dtd:4.1.2 >=dev-libs/libxslt-1.0 >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 systemtap? ( >=dev-util/systemtap-1.3 ) test? ( sys-devel/gdb =dev-lang/python-2* >=dev-util/gdbus-codegen-2.34.3 >=sys-apps/dbus-1.2.14 ) !=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 utils? ( =dev-lang/python-2* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=The GLib library of C routines EAPI=5 HOMEPAGE=http://www.gtk.org/ @@ -11,4 +11,4 @@ RDEPEND=virtual/libiconv virtual/libffi sys-libs/zlib || ( >=dev-libs/elfutils-0 SLOT=2 SRC_URI=mirror://gnome/sources/glib/2.34/glib-2.34.3.tar.xz http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils d727728a240d5f59bf9370a64259fd61 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=489322e2f38e4bad5c7502c7937f5be5 +_md5_=ada71812b2c51228a90fbd05663c96a0 diff --git a/metadata/md5-cache/dev-libs/judy-1.0.4 b/metadata/md5-cache/dev-libs/judy-1.0.4 index bb97c29b79fb..a8f3c62caccf 100644 --- a/metadata/md5-cache/dev-libs/judy-1.0.4 +++ b/metadata/md5-cache/dev-libs/judy-1.0.4 @@ -7,4 +7,4 @@ LICENSE=LGPL-2.1 SLOT=0 SRC_URI=mirror://sourceforge/judy/Judy-1.0.4.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=15d50cb1f952cf7a1599c79046a7466c +_md5_=06c0712e2326b73f96f6b0a8fe80466c diff --git a/metadata/md5-cache/dev-libs/judy-1.0.5 b/metadata/md5-cache/dev-libs/judy-1.0.5 index 3f09958be086..b7f0dc1c1c4c 100644 --- a/metadata/md5-cache/dev-libs/judy-1.0.5 +++ b/metadata/md5-cache/dev-libs/judy-1.0.5 @@ -8,4 +8,4 @@ LICENSE=LGPL-2.1 SLOT=0 SRC_URI=mirror://sourceforge/judy/Judy-1.0.5.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7cc1dd41e80eea7d4a13ac6256b8805a +_md5_=3f3ca9ebbf96fa1b59e7b2fc57b2f91c diff --git a/metadata/md5-cache/dev-perl/Devel-Size-0.780.0 b/metadata/md5-cache/dev-perl/Devel-Size-0.780.0 index 498ca1ff5fdc..b85134db918c 100644 --- a/metadata/md5-cache/dev-perl/Devel-Size-0.780.0 +++ b/metadata/md5-cache/dev-perl/Devel-Size-0.780.0 @@ -3,10 +3,10 @@ DEPEND=dev-lang/perl[-build] DESCRIPTION=Perl extension for finding the memory usage of Perl variables EAPI=4 HOMEPAGE=http://search.cpan.org/dist/Devel-Size/ -KEYWORDS=amd64 ~ppc64 x86 +KEYWORDS=amd64 ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 ) RDEPEND=dev-lang/perl[-build] SLOT=0 SRC_URI=mirror://cpan/authors/id/N/NW/NWCLARK/Devel-Size-0.78.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module ba21eba2562fc2643deeea95fd28665d toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9c6c036473872d53612f5fe9bfb600c3 +_md5_=8d37ffb697c727fcd595a7286e5bc48a diff --git a/metadata/md5-cache/dev-python/boto-2.9.2 b/metadata/md5-cache/dev-python/boto-2.9.2 new file mode 100644 index 000000000000..09773ccb532d --- /dev/null +++ b/metadata/md5-cache/dev-python/boto-2.9.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] test? ( dev-python/m2crypto ) python_targets_python2_5? ( dev-lang/python:2.5 ) 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_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=Amazon Web Services API +EAPI=5 +HOMEPAGE=https://github.com/boto/boto http://pypi.python.org/pypi/boto +IUSE=test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos +LICENSE=MIT +RDEPEND=dev-python/m2crypto python_targets_python2_5? ( dev-lang/python:2.5 ) 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_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/b/boto/boto-2.9.2.tar.gz +_eclasses_=distutils-r1 10e59ecabebf0c37ad5cd8827434b108 eutils 384ae111f3649d456ed1754e3e1c4f6e multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=b672299f7c25f9ac81f47003db7414a6 diff --git a/metadata/md5-cache/dev-python/celery-3.0.19 b/metadata/md5-cache/dev-python/celery-3.0.19 index 23f0629e95df..5417e5697562 100644 --- a/metadata/md5-cache/dev-python/celery-3.0.19 +++ b/metadata/md5-cache/dev-python/celery-3.0.19 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND==dev-python/kombu-2.5.10[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/python-dateutil-1.5[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/pyparsing[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/billiard-2.7.3.28[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] sql? ( dev-python/sqlalchemy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] test? ( dev-python/gevent[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/mock-0.7.0[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/python-unittest2[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/nose-cover3[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/sqlalchemy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pymongo[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/redis-py[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-db/redis ) doc? ( dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/jinja[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/sphinxcontrib-issuetracker dev-python/sqlalchemy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DEPEND==dev-python/kombu-2.5.10[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/python-dateutil-1.5[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/pyparsing[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/billiard-2.7.3.28[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] test? ( dev-python/gevent[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/mock-0.7.0[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/python-unittest2[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pyopenssl[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/nose-cover3[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/sqlalchemy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pymongo[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/redis-py[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-db/redis ) doc? ( dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/jinja[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/sphinxcontrib-issuetracker dev-python/sqlalchemy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] DESCRIPTION=Celery is an open source asynchronous task queue/job queue based on distributed message passing. EAPI=5 HOMEPAGE=http://celeryproject.org/ http://pypi.python.org/pypi/celery -IUSE=doc examples sql test python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 +IUSE=doc examples test python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND==dev-python/kombu-2.5.10[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/python-dateutil-1.5[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/pyparsing[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/billiard-2.7.3.28[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] sql? ( dev-python/sqlalchemy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +RDEPEND==dev-python/kombu-2.5.10[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/python-dateutil-1.5[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/anyjson-0.3.3[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/pyparsing[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/billiard-2.7.3.28[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] SLOT=0 SRC_URI=mirror://pypi/c/celery/celery-3.0.19.tar.gz _eclasses_=distutils-r1 10e59ecabebf0c37ad5cd8827434b108 eutils 384ae111f3649d456ed1754e3e1c4f6e multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ea0115f68f4c6a7eb5a81a0769f36951 +_md5_=fd360863498864a7577277f4f90bacb2 diff --git a/metadata/md5-cache/dev-python/sqlalchemy-0.7.10 b/metadata/md5-cache/dev-python/sqlalchemy-0.7.10 index 4251773c6b90..02a589bab571 100644 --- a/metadata/md5-cache/dev-python/sqlalchemy-0.7.10 +++ b/metadata/md5-cache/dev-python/sqlalchemy-0.7.10 @@ -10,4 +10,4 @@ RDEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python SLOT=0 SRC_URI=mirror://pypi/S/SQLAlchemy/SQLAlchemy-0.7.10.tar.gz _eclasses_=distutils-r1 10e59ecabebf0c37ad5cd8827434b108 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e157a49d300147e7e0fdff63083214ac +_md5_=2556bcbd69c7b7ac1f3f2c63ccb3bf0a diff --git a/metadata/md5-cache/dev-python/sqlalchemy-0.8.0 b/metadata/md5-cache/dev-python/sqlalchemy-0.8.0 index 637da033f8af..1dd731b82bdb 100644 --- a/metadata/md5-cache/dev-python/sqlalchemy-0.8.0 +++ b/metadata/md5-cache/dev-python/sqlalchemy-0.8.0 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] firebird? ( dev-python/kinterbasdb ) mssql? ( dev-python/pymssql ) mysql? ( dev-python/mysql-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) postgres? ( dev-python/psycopg:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) sqlite? ( >=dev-db/sqlite-3.3.13 ) test? ( >=dev-db/sqlite-3.3.13 >=dev-python/nose-0.10.4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) 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(-)] +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] sqlite? ( >=dev-db/sqlite-3.3.13 ) test? ( >=dev-db/sqlite-3.3.13 >=dev-python/nose-0.10.4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] DESCRIPTION=Python SQL toolkit and Object Relational Mapper EAPI=5 HOMEPAGE=http://www.sqlalchemy.org/ http://pypi.python.org/pypi/SQLAlchemy -IUSE=doc examples firebird mssql mysql postgres +sqlite test python_targets_python2_6 python_targets_python2_7 +IUSE=doc examples +sqlite test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=MIT -RDEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] firebird? ( dev-python/kinterbasdb ) mssql? ( dev-python/pymssql ) mysql? ( dev-python/mysql-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) postgres? ( dev-python/psycopg:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) sqlite? ( >=dev-db/sqlite-3.3.13 ) 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(-)] +RDEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] sqlite? ( >=dev-db/sqlite-3.3.13 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] SLOT=0 SRC_URI=mirror://pypi/S/SQLAlchemy/SQLAlchemy-0.8.0.tar.gz _eclasses_=distutils-r1 10e59ecabebf0c37ad5cd8827434b108 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=94f87fd1ed9887fb0d1baad3c98c2024 +_md5_=ff24c9230f3a5484141919fc224c0d9e diff --git a/metadata/md5-cache/dev-python/telepathy-python-0.15.19-r1 b/metadata/md5-cache/dev-python/telepathy-python-0.15.19-r1 new file mode 100644 index 000000000000..2bc8a314d229 --- /dev/null +++ b/metadata/md5-cache/dev-python/telepathy-python-0.15.19-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-libs/libxslt || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Telepathy Python base classes for use in connection managers, and proxy classes for use in clients. +EAPI=5 +HOMEPAGE=http://telepathy.freedesktop.org/ +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2.1 +RDEPEND=>=dev-python/dbus-python-0.80[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +SLOT=0 +SRC_URI=http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-0.15.19.tar.gz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c1dc0608214b369c4dc38ab6427e729 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6985d9d7e9ba40985f875d0b12f14a4f diff --git a/metadata/md5-cache/dev-ruby/bundler-1.2.5 b/metadata/md5-cache/dev-ruby/bundler-1.2.5 index ca2014a81a97..446f8f6b3838 100644 --- a/metadata/md5-cache/dev-ruby/bundler-1.2.5 +++ b/metadata/md5-cache/dev-ruby/bundler-1.2.5 @@ -4,11 +4,11 @@ DESCRIPTION=An easy way to vendor gem dependencies EAPI=5 HOMEPAGE=http://github.com/carlhuda/bundler IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) dev-vcs/git 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/bundler-1.2.5.gem _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=72dfccca8fbc2ad445f68c63b1f24b22 +_md5_=25daae9bdb3081e6b3e309b1b73b2b72 diff --git a/metadata/md5-cache/dev-ruby/capistrano-2.14.2 b/metadata/md5-cache/dev-ruby/capistrano-2.14.2 index 7b11cec858fd..ce18207fd200 100644 --- a/metadata/md5-cache/dev-ruby/capistrano-2.14.2 +++ b/metadata/md5-cache/dev-ruby/capistrano-2.14.2 @@ -4,11 +4,11 @@ DESCRIPTION=A distributed application deployment system EAPI=5 HOMEPAGE=http://capify.org/ IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/net-ssh-2.0.14[ruby_targets_ruby18] >=dev-ruby/net-sftp-2.0.2[ruby_targets_ruby18] >=dev-ruby/net-scp-1.0.2[ruby_targets_ruby18] >=dev-ruby/net-ssh-gateway-1.1.0[ruby_targets_ruby18] >=dev-ruby/highline-1.2.7[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.0.14[ruby_targets_ruby19] >=dev-ruby/net-sftp-2.0.2[ruby_targets_ruby19] >=dev-ruby/net-scp-1.0.2[ruby_targets_ruby19] >=dev-ruby/net-ssh-gateway-1.1.0[ruby_targets_ruby19] >=dev-ruby/highline-1.2.7[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) SLOT=2 SRC_URI=mirror://rubygems/capistrano-2.14.2.gem _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2f0a4cab376337a241c704f630ed95d3 +_md5_=81b68f1162352039d9f772c0cdb4cc23 diff --git a/metadata/md5-cache/dev-ruby/date_validator-0.6.4 b/metadata/md5-cache/dev-ruby/date_validator-0.6.4 new file mode 100644 index 000000000000..b54262a5bba2 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/date_validator-0.6.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/activemodel-3.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/activemodel-3.0[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/minitest[ruby_targets_ruby18] >=dev-ruby/tzinfo-0.3[ruby_targets_ruby18] >=dev-ruby/activesupport-3.0[ruby_targets_ruby18] ) doc? ( dev-ruby/yard[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/minitest[ruby_targets_ruby19] >=dev-ruby/tzinfo-0.3[ruby_targets_ruby19] >=dev-ruby/activesupport-3.0[ruby_targets_ruby19] ) doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=Simple, ORM agnostic, Ruby 1.9 compatible date validator for Rails 3 +EAPI=5 +HOMEPAGE=http://github.com/codegram/date_validator +IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/activemodel-3.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/activemodel-3.0[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) +SLOT=3 +SRC_URI=mirror://rubygems/date_validator-0.6.4.gem +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=0651d70233e97c0b06fd71f85ba595db diff --git a/metadata/md5-cache/dev-ruby/diff-lcs-1.1.2-r2 b/metadata/md5-cache/dev-ruby/diff-lcs-1.1.2-r2 deleted file mode 100644 index 457a43ab8c25..000000000000 --- a/metadata/md5-cache/dev-ruby/diff-lcs-1.1.2-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/text-format-0.64[ruby_targets_ruby18] ) ruby_targets_ree18? ( >=dev-ruby/text-format-0.64[ruby_targets_ree18] ) ruby_targets_jruby? ( >=dev-ruby/text-format-0.64[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/archive-tar-minitar[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/archive-tar-minitar[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/archive-tar-minitar[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=Use the McIlroy-Hunt LCS algorithm to compute differences -EAPI=2 -HOMEPAGE=http://rubyforge.org/projects/ruwiki/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_jruby test test -KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd -LICENSE=Ruby -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/text-format-0.64[ruby_targets_ruby18] ) ruby_targets_ree18? ( >=dev-ruby/text-format-0.64[ruby_targets_ree18] ) ruby_targets_jruby? ( >=dev-ruby/text-format-0.64[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -SLOT=0 -SRC_URI=mirror://rubyforge/ruwiki/diff-lcs-1.1.2.tar.gz -_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=910b0469238953ced1fb87d3b344f29b diff --git a/metadata/md5-cache/dev-ruby/diff-lcs-1.2.4 b/metadata/md5-cache/dev-ruby/diff-lcs-1.2.4 new file mode 100644 index 000000000000..4ecf0db7b8cd --- /dev/null +++ b/metadata/md5-cache/dev-ruby/diff-lcs-1.2.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby18? ( doc? ( >=dev-ruby/hoe-2.10[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( >=dev-ruby/hoe-2.10[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( >=dev-ruby/hoe-2.10[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec:2[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=Use the McIlroy-Hunt LCS algorithm to compute differences +EAPI=5 +HOMEPAGE=https://github.com/halostatue/diff-lcs +IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby doc test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=|| ( MIT Ruby GPL-2 ) +RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ) +SLOT=0 +SRC_URI=mirror://rubygems/diff-lcs-1.2.4.gem +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=1f17cb695694b94ea87963bd406c8b76 diff --git a/metadata/md5-cache/dev-ruby/domain_name-0.5.11 b/metadata/md5-cache/dev-ruby/domain_name-0.5.11 new file mode 100644 index 000000000000..c8f0fba87200 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/domain_name-0.5.11 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby18] dev-ruby/shoulda[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby19] dev-ruby/shoulda[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_jruby] dev-ruby/shoulda[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=Domain Name manipulation library for Ruby +EAPI=5 +HOMEPAGE=https://github.com/knu/ruby-domain_name +IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby test +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +LICENSE=BSD-2 +RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/unf-0.0.5-r1:0[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ) +SLOT=0 +SRC_URI=mirror://rubygems/domain_name-0.5.11.gem +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=c7f22b4adf390fae647bd976641db167 diff --git a/metadata/md5-cache/dev-ruby/net-sftp-2.0.5-r1 b/metadata/md5-cache/dev-ruby/net-sftp-2.0.5-r1 index 60431456e8e5..4232cc6e8975 100644 --- a/metadata/md5-cache/dev-ruby/net-sftp-2.0.5-r1 +++ b/metadata/md5-cache/dev-ruby/net-sftp-2.0.5-r1 @@ -4,11 +4,11 @@ DESCRIPTION=SFTP in pure Ruby EAPI=4 HOMEPAGE=http://net-ssh.rubyforge.org/ IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/net-ssh-2.0.17-r1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.0.17-r1[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/net-ssh-2.0.17-r1[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ) SLOT=2 SRC_URI=mirror://rubygems/net-sftp-2.0.5.gem _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a1e179608775a84d79c238589150e40d +_md5_=88b4a22dc7b0f2a797f2d52e6a10c78a diff --git a/metadata/md5-cache/dev-ruby/rack-openid-1.3.1 b/metadata/md5-cache/dev-ruby/rack-openid-1.3.1 new file mode 100644 index 000000000000..7e0ad4fcbbfe --- /dev/null +++ b/metadata/md5-cache/dev-ruby/rack-openid-1.3.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/ruby-openid-2.1.8[ruby_targets_ruby18] >=dev-ruby/rack-1.1.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/ruby-openid-2.1.8[ruby_targets_ruby19] >=dev-ruby/rack-1.1.0[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=Provides a more HTTPish API around the ruby-openid library. +EAPI=5 +HOMEPAGE=http://github.com/josh/rack-openid +IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/ruby-openid-2.1.8[ruby_targets_ruby18] >=dev-ruby/rack-1.1.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/ruby-openid-2.1.8[ruby_targets_ruby19] >=dev-ruby/rack-1.1.0[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) +SLOT=0 +SRC_URI=mirror://rubygems/rack-openid-1.3.1.gem +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=fb1da2d51d58efe16ae2d02e104f0d9f diff --git a/metadata/md5-cache/dev-ruby/simplecov-0.7.1 b/metadata/md5-cache/dev-ruby/simplecov-0.7.1 new file mode 100644 index 000000000000..856aae0941a6 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/simplecov-0.7.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/multi_json-1.0[ruby_targets_ruby19] >=dev-ruby/simplecov-html-0.7.1[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec[ruby_targets_ruby19] dev-ruby/shoulda[ruby_targets_ruby19] dev-ruby/test-unit:2[ruby_targets_ruby19] dev-util/cucumber[ruby_targets_ruby19] dev-util/aruba[ruby_targets_ruby19] dev-ruby/capybara[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=Generates universally unique identifiers (UUIDs) for use in distributed applications +EAPI=5 +HOMEPAGE=http://github.com/assaf/uuid +IUSE=doc test elibc_FreeBSD ruby_targets_ruby19 doc test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/multi_json-1.0[ruby_targets_ruby19] >=dev-ruby/simplecov-html-0.7.1[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ) +SLOT=0 +SRC_URI=mirror://rubygems/simplecov-0.7.1.gem +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=1f31959762b75bf58f6a7ea5e3ce6e12 diff --git a/metadata/md5-cache/dev-ruby/simplecov-html-0.7.1 b/metadata/md5-cache/dev-ruby/simplecov-html-0.7.1 new file mode 100644 index 000000000000..44de19f38486 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/simplecov-html-0.7.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=Generates a nice HTML report of your SimpleCov ruby code coverage results on Ruby 1.9. +EAPI=5 +HOMEPAGE=https://github.com/colszowka/simplecov +IUSE=doc elibc_FreeBSD ruby_targets_ruby19 doc test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ) +SLOT=0 +SRC_URI=mirror://rubygems/simplecov-html-0.7.1.gem +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=5aa917a60c8c549266289bed6b207136 diff --git a/metadata/md5-cache/dev-tcltk/scwoop-4.1 b/metadata/md5-cache/dev-tcltk/scwoop-4.1 index 7b5019943a7d..7f8ec44fdcd2 100644 --- a/metadata/md5-cache/dev-tcltk/scwoop-4.1 +++ b/metadata/md5-cache/dev-tcltk/scwoop-4.1 @@ -3,8 +3,8 @@ DEPEND=dev-tcltk/tcllib DESCRIPTION=Simple Composite Widget Object Oriented Package HOMEPAGE=http://jfontain.free.fr/scwoop41.htm KEYWORDS=x86 amd64 ~ppc -LICENSE=as-is +LICENSE=jfontain RDEPEND=dev-tcltk/tcllib SLOT=0 SRC_URI=http://jfontain.free.fr/scwoop-4.1.tar.gz -_md5_=f04470a71d1a37a004c72be4b02078d8 +_md5_=d619705d6c5322d128c5244295f6faee diff --git a/metadata/md5-cache/dev-tcltk/tkpiechart-6.5 b/metadata/md5-cache/dev-tcltk/tkpiechart-6.5 index 74f6dfcf0850..8c06d7dfc6e5 100644 --- a/metadata/md5-cache/dev-tcltk/tkpiechart-6.5 +++ b/metadata/md5-cache/dev-tcltk/tkpiechart-6.5 @@ -3,8 +3,8 @@ DEPEND=>=dev-lang/tk-8.3 dev-tcltk/tcllib DESCRIPTION=create and update 2D or 3D pie charts in a Tcl/Tk application HOMEPAGE=http://jfontain.free.fr/piechart6.htm KEYWORDS=x86 ~ppc ~amd64 -LICENSE=as-is +LICENSE=jfontain RDEPEND=>=dev-lang/tk-8.3 dev-tcltk/tcllib SLOT=0 SRC_URI=http://jfontain.free.fr/tkpiechart-6.5.tar.bz2 -_md5_=8bfaf6268ef2539fc92345ec58b7444b +_md5_=90c9e2d3d19f66727fcce5372748e952 diff --git a/metadata/md5-cache/dev-tcltk/tkpiechart-6.5-r1 b/metadata/md5-cache/dev-tcltk/tkpiechart-6.5-r1 index 5508413e83c9..6cde5052a253 100644 --- a/metadata/md5-cache/dev-tcltk/tkpiechart-6.5-r1 +++ b/metadata/md5-cache/dev-tcltk/tkpiechart-6.5-r1 @@ -3,9 +3,9 @@ DEPEND=>=dev-lang/tk-8.3 dev-tcltk/tcllib DESCRIPTION=create and update 2D or 3D pie charts in a Tcl/Tk application HOMEPAGE=http://jfontain.free.fr/piechart6.htm KEYWORDS=amd64 ~ppc x86 -LICENSE=as-is +LICENSE=jfontain RDEPEND=>=dev-lang/tk-8.3 dev-tcltk/tcllib SLOT=0 SRC_URI=http://jfontain.free.fr/tkpiechart-6.5.tar.bz2 _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=643c8cd034b2cfbb0c3a149702c478f5 +_md5_=46a52eb7d6add72d02fafc7707c915a4 diff --git a/metadata/md5-cache/dev-util/dissembler-0.9 b/metadata/md5-cache/dev-util/dissembler-0.9 index e18ebcc9e8c8..ab588a425983 100644 --- a/metadata/md5-cache/dev-util/dissembler-0.9 +++ b/metadata/md5-cache/dev-util/dissembler-0.9 @@ -2,8 +2,8 @@ DEFINED_PHASES=compile install unpack DESCRIPTION=polymorphs bytecode to a printable ASCII string HOMEPAGE=http://www.phiral.com/research/dissembler.html KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=as-is +LICENSE=ISC SLOT=0 SRC_URI=http://www.phiral.com/research/dissembler_0.9.tgz _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=66a0ba881ce692a7476dc9be149a488a +_md5_=7c2b70569113f29b8dc2853919f30e77 diff --git a/metadata/md5-cache/dev-vcs/rcs-5.8.2 b/metadata/md5-cache/dev-vcs/rcs-5.8.2 new file mode 100644 index 000000000000..1e921473cbde --- /dev/null +++ b/metadata/md5-cache/dev-vcs/rcs-5.8.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare +DESCRIPTION=Revision Control System +EAPI=4 +HOMEPAGE=http://www.gnu.org/software/rcs/ +IUSE=doc +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris +LICENSE=GPL-3 +RDEPEND=sys-apps/diffutils +SLOT=0 +SRC_URI=mirror://gnu/rcs/rcs-5.8.2.tar.gz +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=671ea544964253323cc6d5e2dc9de48b diff --git a/metadata/md5-cache/games-board/scid-4.4 b/metadata/md5-cache/games-board/scid-4.4 new file mode 100644 index 000000000000..020d5f48b641 --- /dev/null +++ b/metadata/md5-cache/games-board/scid-4.4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack +DEPEND=dev-lang/tk >=sys-libs/zlib-1.1.3 app-arch/unzip =dev-lang/python-2* +DESCRIPTION=a free chess database application +EAPI=2 +HOMEPAGE=http://scid.sourceforge.net/ +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=dev-lang/tk >=sys-libs/zlib-1.1.3 app-arch/unzip !games-board/chessdb =dev-lang/python-2* +SLOT=0 +SRC_URI=mirror://sourceforge/scid/scid-4.4.tar.bz2 mirror://sourceforge/scid/spelling.zip mirror://sourceforge/scid/ratings.zip mirror://sourceforge/scid/photos.zip mirror://sourceforge/scid/scidlet40k.zip +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 384ae111f3649d456ed1754e3e1c4f6e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=1b517e168adcbc1bd5774584afe6ff25 diff --git a/metadata/md5-cache/games-util/xboxdrv-0.8.5 b/metadata/md5-cache/games-util/xboxdrv-0.8.5 new file mode 100644 index 000000000000..c87bbd895352 --- /dev/null +++ b/metadata/md5-cache/games-util/xboxdrv-0.8.5 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare setup unpack +DEPEND=dev-libs/boost virtual/udev sys-apps/dbus dev-libs/glib:2 virtual/libusb:1 x11-libs/libX11 virtual/pkgconfig dev-util/scons +DESCRIPTION=Userspace Xbox 360 Controller driver +EAPI=5 +HOMEPAGE=http://pingus.seul.org/~grumbel/xboxdrv/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-libs/boost virtual/udev sys-apps/dbus dev-libs/glib:2 virtual/libusb:1 x11-libs/libX11 +SLOT=0 +SRC_URI=http://pingus.seul.org/~grumbel/xboxdrv/xboxdrv-linux-0.8.5.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 384ae111f3649d456ed1754e3e1c4f6e linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=92cfcb740c601e1d48015061935246f0 diff --git a/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12-r1 b/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12-r1 new file mode 100644 index 000000000000..ca3d9c07deb0 --- /dev/null +++ b/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!gnome-extra/zeitgeist-datahub dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib media-libs/raptor:2 >=dev-libs/glib-2.26.0:2 >=dev-db/sqlite-3.7.11:3 extensions? ( gnome-extra/zeitgeist-extensions ) fts? ( dev-libs/xapian[inmemory] ) icu? ( dev-libs/dee[icu?] ) introspection? ( dev-libs/gobject-introspection ) plugins? ( gnome-extra/zeitgeist-datasources ) telepathy? ( net-libs/telepathy-glib ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Service to log activities and present to other apps +EAPI=5 +HOMEPAGE=http://launchpad.net/zeitgeist/ +IUSE=+datahub +dbus downloads-monitor extensions +fts icu introspection nls plugins sql-debug telepathy python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=LGPL-2+ LGPL-3+ GPL-2+ +RDEPEND=!gnome-extra/zeitgeist-datahub dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib media-libs/raptor:2 >=dev-libs/glib-2.26.0:2 >=dev-db/sqlite-3.7.11:3 extensions? ( gnome-extra/zeitgeist-extensions ) fts? ( dev-libs/xapian[inmemory] ) icu? ( dev-libs/dee[icu?] ) introspection? ( dev-libs/gobject-introspection ) plugins? ( gnome-extra/zeitgeist-datasources ) telepathy? ( net-libs/telepathy-glib ) +REQUIRED_USE=downloads-monitor? ( datahub ) +SLOT=0 +SRC_URI=http://launchpad.net/zeitgeist/0.9/0.9.12/+download/zeitgeist-0.9.12.tar.xz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c1dc0608214b369c4dc38ab6427e729 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=b995566c3b40d5222838830c553dc9ad diff --git a/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.0.1 b/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.0.1 index aee1760f9608..182b6ff4c5f1 100644 --- a/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.0.1 +++ b/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.0.1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare setup test -DEPEND=dev-libs/libzeitgeist x11-libs/gtk+:2 chromium? ( www-client/chromium ) eog? ( media-gfx/eog[python] ) geany? ( dev-util/geany ) gedit? ( app-editors/gedit[zeitgeist] ) vim? ( app-editors/vim[python] ) emacs? ( virtual/emacs ) tomboy? ( app-misc/tomboy dev-dotnet/gtk-sharp dev-dotnet/mono-addins dev-dotnet/zeitgeist-sharp dev-python/dbus-python ) telepathy? ( dev-python/telepathy-python dev-python/dbus-python dev-python/pygobject ) xchat? ( net-irc/xchat-gnome ) rhythmbox? ( media-sound/rhythmbox[zeitgeist] ) totem? ( media-video/totem[zeitgeist] ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=dev-libs/libzeitgeist x11-libs/gtk+:2 chromium? ( www-client/chromium ) eog? ( media-gfx/eog[python] ) geany? ( dev-util/geany ) gedit? ( app-editors/gedit[zeitgeist] ) vim? ( app-editors/vim[python] ) emacs? ( virtual/emacs ) tomboy? ( app-misc/tomboy dev-dotnet/gtk-sharp dev-dotnet/mono-addins dev-dotnet/zeitgeist-sharp dev-python/dbus-python ) telepathy? ( dev-python/telepathy-python dev-python/dbus-python dev-python/pygobject ) xchat? ( net-irc/xchat-gnome ) rhythmbox? ( media-sound/rhythmbox[zeitgeist] ) totem? ( media-video/totem[zeitgeist] ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 dev-lang/vala:0.16 dev-lang/vala:0.14 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Plugins whose work is to push activities as events into Zeitgeist daemon EAPI=4 HOMEPAGE=https://launchpad.net/zeitgeist-datasources/ http://zeitgeist-project.com/ @@ -11,4 +11,4 @@ RDEPEND=dev-libs/libzeitgeist x11-libs/gtk+:2 chromium? ( www-client/chromium ) SLOT=0 SRC_URI=http://launchpad.net/zeitgeist-datasources/0.8/0.8.0/+download/zeitgeist-datasources-0.8.0.1.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c1dc0608214b369c4dc38ab6427e729 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac mono 203a4295c06155d318bdff9c6b2d5e1c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5f7ee6dbf423fcc700f46f6ab7163a26 +_md5_=747af8f9ef59bfb65047be86c6aeba89 diff --git a/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.1 b/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.1 new file mode 100644 index 000000000000..4aa896631375 --- /dev/null +++ b/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-libs/libzeitgeist x11-libs/gtk+:2 emacs? ( virtual/emacs ) firefox? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) geany? ( dev-util/geany ) mono? ( dev-util/monodevelop ) telepathy? ( dev-python/telepathy-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pygobject[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) tomboy? ( app-misc/tomboy dev-dotnet/gtk-sharp dev-dotnet/mono-addins dev-dotnet/zeitgeist-sharp dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) vim? ( app-editors/vim[python] ) xchat? ( net-irc/xchat-gnome ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 dev-lang/vala:0.16 dev-lang/vala:0.14 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Plugins whose work is to push activities as events into Zeitgeist daemon +EAPI=5 +HOMEPAGE=https://launchpad.net/zeitgeist-datasources/ http://zeitgeist-project.com/ +IUSE=bzr emacs firefox geany mono telepathy thunderbird tomboy vim xchat static-libs python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +PDEPEND=gnome-extra/zeitgeist +RDEPEND=dev-libs/libzeitgeist x11-libs/gtk+:2 emacs? ( virtual/emacs ) firefox? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) geany? ( dev-util/geany ) mono? ( dev-util/monodevelop ) telepathy? ( dev-python/telepathy-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pygobject[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) tomboy? ( app-misc/tomboy dev-dotnet/gtk-sharp dev-dotnet/mono-addins dev-dotnet/zeitgeist-sharp dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) vim? ( app-editors/vim[python] ) xchat? ( net-irc/xchat-gnome ) +SLOT=0 +SRC_URI=http://launchpad.net/zeitgeist-datasources/0.8/0.8.1/+download/zeitgeist-datasources-0.8.1.tar.gz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c1dc0608214b369c4dc38ab6427e729 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac mono 203a4295c06155d318bdff9c6b2d5e1c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 b4f112abff5d77f982f83e1a9e554093 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=5142b1f956a28d75aa6387d6d5640455 diff --git a/metadata/md5-cache/media-gfx/rawtherapee-4.0.10 b/metadata/md5-cache/media-gfx/rawtherapee-4.0.10 index 6b32e433e57f..a0e5dd21dc1c 100644 --- a/metadata/md5-cache/media-gfx/rawtherapee-4.0.10 +++ b/metadata/md5-cache/media-gfx/rawtherapee-4.0.10 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=bzip2? ( app-arch/bzip2 ) >=dev-cpp/gtkmm-2.12:2.4 >=dev-cpp/glibmm-2.16:2 dev-libs/expat dev-libs/libsigc++:2 media-libs/libcanberra media-libs/tiff media-libs/libpng media-libs/libiptcdata media-libs/lcms:2 sci-libs/fftw:3.0 sys-libs/zlib virtual/jpeg app-arch/xz-utils virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=bzip2? ( app-arch/bzip2 ) >=dev-cpp/gtkmm-2.12:2.4 >=dev-cpp/glibmm-2.16:2 dev-libs/expat dev-libs/libsigc++:2 media-libs/libcanberra[gtk] media-libs/tiff media-libs/libpng media-libs/libiptcdata media-libs/lcms:2 sci-libs/fftw:3.0 sys-libs/zlib virtual/jpeg app-arch/xz-utils virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=A powerful cross-platform raw image processing program EAPI=5 HOMEPAGE=http://www.rawtherapee.com/ IUSE=bzip2 doc openmp KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=bzip2? ( app-arch/bzip2 ) >=dev-cpp/gtkmm-2.12:2.4 >=dev-cpp/glibmm-2.16:2 dev-libs/expat dev-libs/libsigc++:2 media-libs/libcanberra media-libs/tiff media-libs/libpng media-libs/libiptcdata media-libs/lcms:2 sci-libs/fftw:3.0 sys-libs/zlib virtual/jpeg +RDEPEND=bzip2? ( app-arch/bzip2 ) >=dev-cpp/gtkmm-2.12:2.4 >=dev-cpp/glibmm-2.16:2 dev-libs/expat dev-libs/libsigc++:2 media-libs/libcanberra[gtk] media-libs/tiff media-libs/libpng media-libs/libiptcdata media-libs/lcms:2 sci-libs/fftw:3.0 sys-libs/zlib virtual/jpeg SLOT=0 SRC_URI=http://rawtherapee.googlecode.com/files/rawtherapee-4.0.10.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=23aad6c0b5fbc7fb0f1e3df31adbeafd +_md5_=05f9b15cb20e10293d61a67783480720 diff --git a/metadata/md5-cache/media-libs/aalib-1.4_rc5 b/metadata/md5-cache/media-libs/aalib-1.4_rc5 index 3ff8597eb37d..7c5965353f6a 100644 --- a/metadata/md5-cache/media-libs/aalib-1.4_rc5 +++ b/metadata/md5-cache/media-libs/aalib-1.4_rc5 @@ -9,4 +9,4 @@ RDEPEND=X? ( x11-libs/libX11 ) slang? ( >=sys-libs/slang-1.4.2 ) SLOT=0 SRC_URI=mirror://sourceforge/aa-project/aalib-1.4rc5.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=fc7b42907831eea8b1f04be6b1ada8e0 +_md5_=10083ec14656e3b48ae022f43963e299 diff --git a/metadata/md5-cache/media-libs/aalib-1.4_rc5-r4 b/metadata/md5-cache/media-libs/aalib-1.4_rc5-r4 index 148a99ea4477..5e330a04c6a4 100644 --- a/metadata/md5-cache/media-libs/aalib-1.4_rc5-r4 +++ b/metadata/md5-cache/media-libs/aalib-1.4_rc5-r4 @@ -10,4 +10,4 @@ RDEPEND=X? ( x11-libs/libX11 ) slang? ( >=sys-libs/slang-1.4.2 ) SLOT=0 SRC_URI=mirror://sourceforge/aa-project/aalib-1.4rc5.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ed9eb3c16b983fae9c0ed9c71954591d +_md5_=18c2c537d112d9b5625439ebe1708a5d diff --git a/metadata/md5-cache/media-libs/babl-0.1.10 b/metadata/md5-cache/media-libs/babl-0.1.10 index 7c967ad3dc62..7692ff8dd19c 100644 --- a/metadata/md5-cache/media-libs/babl-0.1.10 +++ b/metadata/md5-cache/media-libs/babl-0.1.10 @@ -1,7 +1,7 @@ DEFINED_PHASES=configure install prepare -DEPEND=introspection? ( >=dev-libs/gobject-introspection-0.10 ) >=sys-devel/libtool-2.2 vala? ( dev-lang/vala:0.14[vapigen] ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=introspection? ( >=dev-libs/gobject-introspection-0.10 ) >=sys-devel/libtool-2.2 vala? ( || ( dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=A dynamic, any to any, pixel format conversion library -EAPI=3 +EAPI=4 HOMEPAGE=http://www.gegl.org/babl/ IUSE=altivec +introspection sse mmx vala KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris @@ -9,5 +9,5 @@ LICENSE=LGPL-3 RDEPEND=introspection? ( >=dev-libs/gobject-introspection-0.10 ) SLOT=0 SRC_URI=ftp://ftp.gimp.org/pub/babl/0.1/babl-0.1.10.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=89fcd2e89f6de8de89091e737ac849a0 +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca +_md5_=ca0b7ab4321e60a53919419cb8bf7c67 diff --git a/metadata/md5-cache/media-libs/babl-0.1.8 b/metadata/md5-cache/media-libs/babl-0.1.8 index f1dddcb819c1..f8b91712dcd6 100644 --- a/metadata/md5-cache/media-libs/babl-0.1.8 +++ b/metadata/md5-cache/media-libs/babl-0.1.8 @@ -10,4 +10,4 @@ RDEPEND=introspection? ( >=dev-libs/gobject-introspection-0.10 ) SLOT=0 SRC_URI=ftp://ftp.gimp.org/pub/babl/0.1/babl-0.1.8.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ece920900030a6962cff4476600251ee +_md5_=1403ea6cbaf7ad64ccfc7d1a30ce5a63 diff --git a/metadata/md5-cache/media-libs/babl-9999 b/metadata/md5-cache/media-libs/babl-9999 index 595e2d203192..9cb13c351855 100644 --- a/metadata/md5-cache/media-libs/babl-9999 +++ b/metadata/md5-cache/media-libs/babl-9999 @@ -1,5 +1,5 @@ DEFINED_PHASES=configure install prepare unpack -DEPEND=introspection? ( >=dev-libs/gobject-introspection-0.10 ) >=sys-devel/libtool-2.2 vala? ( dev-lang/vala:0.14[vapigen] ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git +DEPEND=introspection? ( >=dev-libs/gobject-introspection-0.10 ) >=sys-devel/libtool-2.2 vala? ( || ( dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git DESCRIPTION=A dynamic, any to any, pixel format conversion library EAPI=4 HOMEPAGE=http://www.gegl.org/babl/ @@ -7,5 +7,5 @@ IUSE=altivec +introspection sse mmx vala LICENSE=LGPL-3 RDEPEND=introspection? ( >=dev-libs/gobject-introspection-0.10 ) SLOT=0 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e git-2 e92e09651292b1bef5656592364550f7 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b5b8336133d4f5310c898ff38edc7d1d +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e git-2 e92e09651292b1bef5656592364550f7 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca +_md5_=a56ec76f8e807004afd96b4282a06f34 diff --git a/metadata/md5-cache/media-libs/gegl-0.1.8 b/metadata/md5-cache/media-libs/gegl-0.1.8 deleted file mode 100644 index 15bfb250cbd8..000000000000 --- a/metadata/md5-cache/media-libs/gegl-0.1.8 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=media-libs/babl-0.1.6[introspection?] =dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) exif? ( media-gfx/exiv2 ) ffmpeg? ( virtual/ffmpeg ) graphviz? ( media-gfx/graphviz ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) lua? ( >=dev-lang/lua-5.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) v4l? ( media-libs/libv4l ) dev-lang/perl introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) virtual/pkgconfig >=sys-devel/libtool-2.2 vala? ( dev-lang/vala:0.14[vapigen] ) >=sys-apps/sed-4 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=A graph based image processing framework -EAPI=4 -HOMEPAGE=http://www.gegl.org/ -IUSE=cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris -LICENSE=|| ( GPL-3 LGPL-3 ) -RDEPEND=>=media-libs/babl-0.1.6[introspection?] =dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) exif? ( media-gfx/exiv2 ) ffmpeg? ( virtual/ffmpeg ) graphviz? ( media-gfx/graphviz ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) lua? ( >=dev-lang/lua-5.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) v4l? ( media-libs/libv4l ) dev-lang/perl introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) -RESTRICT=test -SLOT=0 -SRC_URI=ftp://ftp.gimp.org/pub/gegl/0.1/gegl-0.1.8.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=cb7b3ab6484b3a80d2985bfc931e1ad9 diff --git a/metadata/md5-cache/media-libs/gegl-0.2.0 b/metadata/md5-cache/media-libs/gegl-0.2.0 deleted file mode 100644 index 582e8d9d9923..000000000000 --- a/metadata/md5-cache/media-libs/gegl-0.2.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) exif? ( media-gfx/exiv2 ) ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) ) graphviz? ( media-gfx/graphviz ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) lua? ( >=dev-lang/lua-5.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) v4l? ( media-libs/libv4l ) dev-lang/perl introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) >=dev-util/intltool-0.40.1 virtual/pkgconfig >=sys-devel/libtool-2.2 vala? ( dev-lang/vala:0.14[vapigen] ) >=sys-apps/sed-4 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=A graph based image processing framework -EAPI=4 -HOMEPAGE=http://www.gegl.org/ -IUSE=cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris -LICENSE=|| ( GPL-3 LGPL-3 ) -RDEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) exif? ( media-gfx/exiv2 ) ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) ) graphviz? ( media-gfx/graphviz ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) lua? ( >=dev-lang/lua-5.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) v4l? ( media-libs/libv4l ) dev-lang/perl introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) -SLOT=0 -SRC_URI=ftp://ftp.gimp.org/pub/gegl/0.2/gegl-0.2.0.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f84e2898c8a00d3fe6154a862db6db67 diff --git a/metadata/md5-cache/media-libs/gegl-0.2.0-r1 b/metadata/md5-cache/media-libs/gegl-0.2.0-r1 index 777d46325a67..2fd72bc9f981 100644 --- a/metadata/md5-cache/media-libs/gegl-0.2.0-r1 +++ b/metadata/md5-cache/media-libs/gegl-0.2.0-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) exif? ( media-gfx/exiv2 ) ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) ) graphviz? ( media-gfx/graphviz ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) lua? ( >=dev-lang/lua-5.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) v4l? ( media-libs/libv4l ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) >=dev-util/intltool-0.40.1 dev-lang/perl virtual/pkgconfig >=sys-devel/libtool-2.2 vala? ( || ( dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) >=sys-apps/sed-4 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) >=dev-util/intltool-0.40.1 dev-lang/perl virtual/pkgconfig >=sys-devel/libtool-2.2 vala? ( || ( dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) >=sys-apps/sed-4 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=A graph based image processing framework EAPI=4 HOMEPAGE=http://www.gegl.org/ -IUSE=cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala +IUSE=cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=|| ( GPL-3 LGPL-3 ) -RDEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) exif? ( media-gfx/exiv2 ) ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) ) graphviz? ( media-gfx/graphviz ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) lua? ( >=dev-lang/lua-5.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) v4l? ( media-libs/libv4l ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) +RDEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) ffmpeg? ( || ( >=media-video/ffmpeg-0.11 >=media-video/libav-0.8.5 ) ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) SLOT=0 SRC_URI=ftp://ftp.gimp.org/pub/gegl/0.2/gegl-0.2.0.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca -_md5_=686606c539b306db9db57f93329d773f +_md5_=f885191d8317da48963b1d6bef1ef3eb diff --git a/metadata/md5-cache/media-libs/gegl-9999 b/metadata/md5-cache/media-libs/gegl-9999 index 495f8764243c..0b2a3e16947a 100644 --- a/metadata/md5-cache/media-libs/gegl-9999 +++ b/metadata/md5-cache/media-libs/gegl-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) exif? ( media-gfx/exiv2 ) ffmpeg? ( virtual/ffmpeg ) graphviz? ( media-gfx/graphviz ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) lua? ( >=dev-lang/lua-5.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) v4l? ( media-libs/libv4l ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) >=dev-util/intltool-0.40.1 dev-lang/perl virtual/pkgconfig >=sys-devel/libtool-2.2 vala? ( || ( dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) >=sys-apps/sed-4 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git +DEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) ffmpeg? ( virtual/ffmpeg ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) >=dev-util/intltool-0.40.1 dev-lang/perl virtual/pkgconfig >=sys-devel/libtool-2.2 vala? ( || ( dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) >=sys-apps/sed-4 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git DESCRIPTION=A graph based image processing framework EAPI=4 HOMEPAGE=http://www.gegl.org/ -IUSE=cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala +IUSE=cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala LICENSE=|| ( GPL-3 LGPL-3 ) -RDEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) exif? ( media-gfx/exiv2 ) ffmpeg? ( virtual/ffmpeg ) graphviz? ( media-gfx/graphviz ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) lua? ( >=dev-lang/lua-5.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) v4l? ( media-libs/libv4l ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) +RDEPEND=>=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 >=x11-libs/gdk-pixbuf-2.18:2 x11-libs/pango sys-libs/zlib cairo? ( x11-libs/cairo ) ffmpeg? ( virtual/ffmpeg ) jpeg? ( virtual/jpeg ) jpeg2k? ( >=media-libs/jasper-1.900.1 ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( >=media-libs/libopenraw-0.0.5 ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) umfpack? ( sci-libs/umfpack ) introspection? ( >=dev-libs/gobject-introspection-0.10 >=dev-python/pygobject-2.26:2 ) lensfun? ( >=media-libs/lensfun-0.2.5 ) SLOT=0 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e git-2 e92e09651292b1bef5656592364550f7 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca -_md5_=e9d58c5952ed681bfc5f642f715d9245 +_md5_=a63cc16005a626b25ebe99413cde63aa diff --git a/metadata/md5-cache/media-libs/sdl-sound-1.0.3 b/metadata/md5-cache/media-libs/sdl-sound-1.0.3 index 6f06b17a5634..13f7b27d47be 100644 --- a/metadata/md5-cache/media-libs/sdl-sound-1.0.3 +++ b/metadata/md5-cache/media-libs/sdl-sound-1.0.3 @@ -10,4 +10,4 @@ RDEPEND=>=media-libs/libsdl-1.2 flac? ( media-libs/flac ) mikmod? ( >=media-libs SLOT=0 SRC_URI=http://icculus.org/SDL_sound/downloads/SDL_sound-1.0.3.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d33ab7816e87983cf11954c861cacf52 +_md5_=bda90d6825f42a632352ccc878e9220d diff --git a/metadata/md5-cache/media-radio/ax25-tools-0.0.10_rc2-r1 b/metadata/md5-cache/media-radio/ax25-tools-0.0.10_rc2-r1 index f61aff41bb6b..9640bb026ee0 100644 --- a/metadata/md5-cache/media-radio/ax25-tools-0.0.10_rc2-r1 +++ b/metadata/md5-cache/media-radio/ax25-tools-0.0.10_rc2-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=configure install prepare DEPEND=dev-libs/libax25 X? ( x11-libs/libX11 media-libs/mesa ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Basic AX.25 (Amateur Radio) administrative tools and daemons -EAPI=2 +EAPI=5 HOMEPAGE=http://www.linux-ax25.org/ IUSE=X KEYWORDS=~amd64 ~ppc ~x86 @@ -10,4 +10,4 @@ RDEPEND=dev-libs/libax25 X? ( x11-libs/libX11 media-libs/mesa ) SLOT=0 SRC_URI=http://www.linux-ax25.org/pub/ax25-tools/ax25-tools-0.0.10-rc2.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=db8b1c77e4842965b2d7dd53ff927243 +_md5_=f715457320a511cc4671d8d8121dbae4 diff --git a/metadata/md5-cache/media-sound/pulseaudio-1.1-r1 b/metadata/md5-cache/media-sound/pulseaudio-1.1-r1 deleted file mode 100644 index d1668478a766..000000000000 --- a/metadata/md5-cache/media-sound/pulseaudio-1.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup test -DEPEND=app-admin/eselect-esd X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4 >=sys-apps/dbus-1.0.0 ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 >=media-libs/libsndfile-1.0.20 gdbm? ( sys-libs/gdbm ) dev-libs/json-c >=sys-devel/libtool-2.2.4 doc? ( app-doc/doxygen ) X? ( x11-proto/xproto >=x11-libs/libXtst-1.0.99.2 ) dev-libs/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=A networked sound server with an advanced plugin system -EAPI=5 -HOMEPAGE=http://www.pulseaudio.org/ -IUSE=+alsa avahi +caps equalizer jack lirc oss tcpd +X dbus libsamplerate gnome bluetooth +asyncns +glib test doc +udev ipv6 system-wide realtime +orc ssl +gdbm -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux -LICENSE=!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 ) -RDEPEND=app-admin/eselect-esd X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4 >=sys-apps/dbus-1.0.0 ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 >=media-libs/libsndfile-1.0.20 gdbm? ( sys-libs/gdbm ) dev-libs/json-c >=sys-devel/libtool-2.2.4 X? ( gnome-extra/gnome-audio ) system-wide? ( sys-apps/openrc alsa? ( media-sound/alsa-utils ) bluetooth? ( >=net-wireless/bluez-4 ) ) -REQUIRED_USE=bluetooth? ( dbus ) -SLOT=0 -SRC_URI=http://freedesktop.org/software/pulseaudio/releases/pulseaudio-1.1.tar.xz -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=027c1146730d9e173b61d0da8bfc4d4e diff --git a/metadata/md5-cache/media-sound/pulseaudio-2.1-r1 b/metadata/md5-cache/media-sound/pulseaudio-2.1-r1 index d16809310128..675d15679556 100644 --- a/metadata/md5-cache/media-sound/pulseaudio-2.1-r1 +++ b/metadata/md5-cache/media-sound/pulseaudio-2.1-r1 @@ -1,5 +1,5 @@ DEFINED_PHASES=configure install postinst setup test -DEPEND=>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gtk? ( x11-libs/gtk+:2 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4 >=sys-apps/dbus-1.0.0 ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 dev-python/PyQt4[dbus] ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) dev-libs/json-c >=sys-devel/libtool-2.2.4 sys-devel/m4 doc? ( app-doc/doxygen ) X? ( x11-proto/xproto >=x11-libs/libXtst-1.0.99.2 ) dev-libs/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool virtual/pkgconfig +DEPEND=>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gtk? ( x11-libs/gtk+:2 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4 >=sys-apps/dbus-1.0.0 ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 dev-python/PyQt4[dbus] ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) =sys-devel/libtool-2.2.4 sys-devel/m4 doc? ( app-doc/doxygen ) X? ( x11-proto/xproto >=x11-libs/libXtst-1.0.99.2 ) dev-libs/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool virtual/pkgconfig DESCRIPTION=A networked sound server with an advanced plugin system EAPI=5 HOMEPAGE=http://www.pulseaudio.org/ @@ -7,9 +7,9 @@ IUSE=+alsa avahi +caps equalizer jack lirc oss tcpd +X dbus libsamplerate gnome KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux LICENSE=!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 ) PDEPEND=alsa? ( media-plugins/alsa-plugins[pulseaudio] ) -RDEPEND=>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gtk? ( x11-libs/gtk+:2 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4 >=sys-apps/dbus-1.0.0 ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 dev-python/PyQt4[dbus] ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) dev-libs/json-c >=sys-devel/libtool-2.2.4 X? ( gnome-extra/gnome-audio ) system-wide? ( sys-apps/openrc alsa? ( media-sound/alsa-utils ) bluetooth? ( >=net-wireless/bluez-4 ) ) +RDEPEND=>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gtk? ( x11-libs/gtk+:2 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4 >=sys-apps/dbus-1.0.0 ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 dev-python/PyQt4[dbus] ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) =sys-devel/libtool-2.2.4 X? ( gnome-extra/gnome-audio ) system-wide? ( sys-apps/openrc alsa? ( media-sound/alsa-utils ) bluetooth? ( >=net-wireless/bluez-4 ) ) REQUIRED_USE=bluetooth? ( dbus ) SLOT=0 SRC_URI=http://freedesktop.org/software/pulseaudio/releases/pulseaudio-2.1.tar.xz _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=8b7857d13362c86ea2df216b0b32a210 +_md5_=04369eed46004eb80bfba55317e86575 diff --git a/metadata/md5-cache/media-sound/pulseaudio-3.0 b/metadata/md5-cache/media-sound/pulseaudio-3.0 index 78892cc8cabe..a71977456769 100644 --- a/metadata/md5-cache/media-sound/pulseaudio-3.0 +++ b/metadata/md5-cache/media-sound/pulseaudio-3.0 @@ -1,5 +1,5 @@ DEFINED_PHASES=configure install postinst setup test -DEPEND=>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gtk? ( x11-libs/gtk+:2 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4.99 >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) dev-libs/json-c >=sys-devel/libtool-2.2.4 sys-devel/m4 doc? ( app-doc/doxygen ) test? ( dev-libs/check ) X? ( x11-proto/xproto >=x11-libs/libXtst-1.0.99.2 ) dev-libs/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool virtual/pkgconfig +DEPEND=>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gtk? ( x11-libs/gtk+:2 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4.99 >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) =sys-devel/libtool-2.2.4 sys-devel/m4 doc? ( app-doc/doxygen ) test? ( dev-libs/check ) X? ( x11-proto/xproto >=x11-libs/libXtst-1.0.99.2 ) dev-libs/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool virtual/pkgconfig DESCRIPTION=A networked sound server with an advanced plugin system EAPI=5 HOMEPAGE=http://www.pulseaudio.org/ @@ -7,9 +7,9 @@ IUSE=+alsa +asyncns avahi bluetooth +caps dbus doc equalizer +gdbm +glib gnome g KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 ) PDEPEND=alsa? ( media-plugins/alsa-plugins[pulseaudio] ) -RDEPEND=>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gtk? ( x11-libs/gtk+:2 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4.99 >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) dev-libs/json-c >=sys-devel/libtool-2.2.4 equalizer? ( qt4? ( dev-python/PyQt4[dbus] ) ) X? ( gnome-extra/gnome-audio ) system-wide? ( sys-apps/openrc alsa? ( media-sound/alsa-utils ) bluetooth? ( >=net-wireless/bluez-4 ) ) +RDEPEND=>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gtk? ( x11-libs/gtk+:2 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4.99 >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) =sys-devel/libtool-2.2.4 equalizer? ( qt4? ( dev-python/PyQt4[dbus] ) ) X? ( gnome-extra/gnome-audio ) system-wide? ( sys-apps/openrc alsa? ( media-sound/alsa-utils ) bluetooth? ( >=net-wireless/bluez-4 ) ) REQUIRED_USE=bluetooth? ( dbus ) SLOT=0 SRC_URI=http://freedesktop.org/software/pulseaudio/releases/pulseaudio-3.0.tar.xz _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=c3e8949fc64054fb95b6207f1c57b285 +_md5_=06668e942fef22086a2c5cd026c04d70 diff --git a/metadata/md5-cache/net-dns/openresolv-3.5.4 b/metadata/md5-cache/net-dns/openresolv-3.5.4-r1 similarity index 94% rename from metadata/md5-cache/net-dns/openresolv-3.5.4 rename to metadata/md5-cache/net-dns/openresolv-3.5.4-r1 index e34fb05f9d52..592e7078eb85 100644 --- a/metadata/md5-cache/net-dns/openresolv-3.5.4 +++ b/metadata/md5-cache/net-dns/openresolv-3.5.4-r1 @@ -8,4 +8,4 @@ LICENSE=BSD-2 SLOT=0 SRC_URI=http://roy.marples.name/downloads/openresolv/openresolv-3.5.4.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0521bc588bec4ad49ce78776936e2f39 +_md5_=6a07e701d0b6e0ca083dbdcc69349250 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-1.10.2-r300 b/metadata/md5-cache/net-libs/webkit-gtk-1.10.2-r300 index a6be530e6ab9..b7b4ea57da77 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-1.10.2-r300 +++ b/metadata/md5-cache/net-libs/webkit-gtk-1.10.2-r300 @@ -11,4 +11,4 @@ REQUIRED_USE=introspection? ( geoloc gstreamer ) SLOT=3 SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-1.10.2.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=0a60453eb77ed7f25769b41c05a6223e +_md5_=b56942d1fb00823ad1a49416dd3dad6e diff --git a/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r200 b/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r200 index 1e7272d4fbb5..31a7d2a641ca 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r200 +++ b/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r200 @@ -11,4 +11,4 @@ REQUIRED_USE=introspection? ( geoloc gstreamer ) SLOT=2 SRC_URI=http://www.webkitgtk.org/releases/webkit-1.8.3.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils d727728a240d5f59bf9370a64259fd61 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=e093fc8a4c66772b0b98d57cf6d6ba72 +_md5_=e00ad2fca371147ca12b9289df14f898 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r201 b/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r201 index 3a45f0e1fa93..fe1cf9e3e0a1 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r201 +++ b/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r201 @@ -11,4 +11,4 @@ REQUIRED_USE=introspection? ( geoloc gstreamer ) SLOT=2 SRC_URI=http://www.webkitgtk.org/releases/webkit-1.8.3.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils d727728a240d5f59bf9370a64259fd61 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=07f09e64298ebe826a6102773c3815a7 +_md5_=3028a567a19830ee44ea78a409af7985 diff --git a/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r300 b/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r300 index e789189b5da0..e86f02ae99e9 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r300 +++ b/metadata/md5-cache/net-libs/webkit-gtk-1.8.3-r300 @@ -11,4 +11,4 @@ REQUIRED_USE=introspection? ( geoloc gstreamer ) SLOT=3 SRC_URI=http://www.webkitgtk.org/releases/webkit-1.8.3.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils d727728a240d5f59bf9370a64259fd61 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=755ba8ded7f6563722bc3cff1ec23350 +_md5_=2b7620a33ea1d0154ecd95831695804d diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.0.0 b/metadata/md5-cache/net-libs/webkit-gtk-2.0.0 index b19bddb9a018..63facbb744e6 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-2.0.0 +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.0.0 @@ -11,4 +11,4 @@ REQUIRED_USE=introspection? ( geoloc gstreamer ) SLOT=3/25 SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.0.0.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=180da32dda12c1fa7cc982dee26b51cb +_md5_=4c5b99b609dd36080f603e54f1ffa60f diff --git a/metadata/md5-cache/net-libs/webkit-gtk-2.0.1 b/metadata/md5-cache/net-libs/webkit-gtk-2.0.1 index 08617c448882..bad2579d66ef 100644 --- a/metadata/md5-cache/net-libs/webkit-gtk-2.0.1 +++ b/metadata/md5-cache/net-libs/webkit-gtk-2.0.1 @@ -11,4 +11,4 @@ REQUIRED_USE=introspection? ( geoloc gstreamer ) SLOT=3/25 SRC_URI=http://www.webkitgtk.org/releases/webkitgtk-2.0.1.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils d727728a240d5f59bf9370a64259fd61 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=54c42919ace0c04ffa39f48e37b72cc6 +_md5_=e048a226ee04c46d5887d87ea320b56b diff --git a/metadata/md5-cache/net-libs/zeromq-3.2.2 b/metadata/md5-cache/net-libs/zeromq-3.2.2 index 3e1e96543284..bf7f40f83790 100644 --- a/metadata/md5-cache/net-libs/zeromq-3.2.2 +++ b/metadata/md5-cache/net-libs/zeromq-3.2.2 @@ -9,4 +9,4 @@ LICENSE=LGPL-3 SLOT=0 SRC_URI=http://download.zeromq.org/zeromq-3.2.2.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=32d1c1e551766aa9ee7a11dc0f733ec7 +_md5_=01c9696f1f104b18da0fecb0fc64862c diff --git a/metadata/md5-cache/net-mail/pflogsumm-1.1.5 b/metadata/md5-cache/net-mail/pflogsumm-1.1.5 index e69ea3f5c107..d70e057ae14e 100644 --- a/metadata/md5-cache/net-mail/pflogsumm-1.1.5 +++ b/metadata/md5-cache/net-mail/pflogsumm-1.1.5 @@ -1,9 +1,9 @@ DEFINED_PHASES=install DESCRIPTION=Pflogsumm is a log analyzer for Postfix logs HOMEPAGE=http://jimsun.linxnet.com/postfix_contrib.html -KEYWORDS=~amd64 ~sparc ~x86 +KEYWORDS=amd64 ~sparc x86 LICENSE=GPL-2 RDEPEND=dev-lang/perl dev-perl/Date-Calc SLOT=0 SRC_URI=http://jimsun.linxnet.com/downloads/pflogsumm-1.1.5.tar.gz -_md5_=14f8c82e2c59448f20bddbd287761348 +_md5_=08e4f9ab752065a755ef3fff323e1b0d diff --git a/metadata/md5-cache/net-misc/connman-1.13 b/metadata/md5-cache/net-misc/connman-1.13 new file mode 100644 index 000000000000..c00f4448393f --- /dev/null +++ b/metadata/md5-cache/net-misc/connman-1.13 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=>=dev-libs/glib-2.16 >=sys-apps/dbus-1.2.24 >=net-firewall/iptables-1.4.8 net-libs/gnutls bluetooth? ( net-wireless/bluez ) ofono? ( net-misc/ofono ) policykit? ( sys-auth/polkit ) openvpn? ( net-misc/openvpn ) vpnc? ( net-misc/vpnc ) wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] ) >=sys-kernel/linux-headers-2.6.39 doc? ( dev-util/gtk-doc ) +DESCRIPTION=Provides a daemon for managing internet connections +EAPI=5 +HOMEPAGE=http://connman.net +IUSE=bluetooth debug doc examples +ethernet ofono openvpn policykit threads tools vpnc +wifi +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.16 >=sys-apps/dbus-1.2.24 >=net-firewall/iptables-1.4.8 net-libs/gnutls bluetooth? ( net-wireless/bluez ) ofono? ( net-misc/ofono ) policykit? ( sys-auth/polkit ) openvpn? ( net-misc/openvpn ) vpnc? ( net-misc/vpnc ) wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] ) +SLOT=0 +SRC_URI=mirror://kernel/linux/network/connman/connman-1.13.tar.xz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=429a57679544bb7794eae5014cf1ca23 diff --git a/metadata/md5-cache/net-misc/netctl-0.6 b/metadata/md5-cache/net-misc/netctl-0.6 deleted file mode 100644 index ba95f121e73d..000000000000 --- a/metadata/md5-cache/net-misc/netctl-0.6 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install prepare -DESCRIPTION=Profile based network connection tool from Arch Linux -EAPI=5 -HOMEPAGE=https://www.archlinux.org/netctl/ -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=app-shells/bash-4.0 >=net-dns/openresolv-3.5.4[systemd] sys-apps/iproute2 sys-apps/systemd -SLOT=0 -SRC_URI=ftp://ftp.archlinux.org/other/packages/netctl/netctl-0.6.tar.xz -_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=92c32c3ee0306c41ba7961f6d4307572 diff --git a/metadata/md5-cache/net-misc/netctl-0.8 b/metadata/md5-cache/net-misc/netctl-0.8 index 48953513e24d..cbce78b4ec6f 100644 --- a/metadata/md5-cache/net-misc/netctl-0.8 +++ b/metadata/md5-cache/net-misc/netctl-0.8 @@ -4,8 +4,8 @@ EAPI=5 HOMEPAGE=https://www.archlinux.org/netctl/ KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=>=app-shells/bash-4.0 >=net-dns/openresolv-3.5.4[systemd] sys-apps/iproute2 sys-apps/systemd +RDEPEND=>=app-shells/bash-4.0 >=net-dns/openresolv-3.5.4-r1 sys-apps/iproute2 sys-apps/systemd SLOT=0 SRC_URI=ftp://ftp.archlinux.org/other/packages/netctl/netctl-0.8.tar.xz _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=68ee2d07408862f0c2f75f49270bcc6d +_md5_=5542d9ce92dc0ef871982013a73c27f2 diff --git a/metadata/md5-cache/net-misc/netctl-0.7 b/metadata/md5-cache/net-misc/netctl-1.0 similarity index 64% rename from metadata/md5-cache/net-misc/netctl-0.7 rename to metadata/md5-cache/net-misc/netctl-1.0 index 4b77576fc6b0..d11d7d4979c4 100644 --- a/metadata/md5-cache/net-misc/netctl-0.7 +++ b/metadata/md5-cache/net-misc/netctl-1.0 @@ -4,8 +4,8 @@ EAPI=5 HOMEPAGE=https://www.archlinux.org/netctl/ KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=>=app-shells/bash-4.0 >=net-dns/openresolv-3.5.4[systemd] sys-apps/iproute2 sys-apps/systemd +RDEPEND=>=app-shells/bash-4.0 >=net-dns/openresolv-3.5.4-r1 sys-apps/iproute2 sys-apps/systemd SLOT=0 -SRC_URI=ftp://ftp.archlinux.org/other/packages/netctl/netctl-0.7.tar.xz +SRC_URI=ftp://ftp.archlinux.org/other/packages/netctl/netctl-1.0.tar.xz _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e3431a97c1602f88ec9041b3c993c620 +_md5_=3ca30e81132a99a4ac51096cc1a6ed3a diff --git a/metadata/md5-cache/net-misc/netctl-9999 b/metadata/md5-cache/net-misc/netctl-9999 index 6ab195d0084b..cb7951b5fec4 100644 --- a/metadata/md5-cache/net-misc/netctl-9999 +++ b/metadata/md5-cache/net-misc/netctl-9999 @@ -4,7 +4,7 @@ DESCRIPTION=Profile based network connection tool from Arch Linux EAPI=5 HOMEPAGE=https://www.archlinux.org/netctl/ LICENSE=BSD -RDEPEND=>=app-shells/bash-4.0 >=net-dns/openresolv-3.5.4[systemd] sys-apps/iproute2 sys-apps/systemd +RDEPEND=>=app-shells/bash-4.0 >=net-dns/openresolv-3.5.4-r1 sys-apps/iproute2 sys-apps/systemd SLOT=0 _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e git-2 e92e09651292b1bef5656592364550f7 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a2eb959f11697b38a54f65da39964c5e +_md5_=f6aac07fb8d5dca4c6671093f22b422e diff --git a/metadata/md5-cache/net-misc/whois-5.0.24 b/metadata/md5-cache/net-misc/whois-5.0.24 new file mode 100644 index 000000000000..3012b2bb8246 --- /dev/null +++ b/metadata/md5-cache/net-misc/whois-5.0.24 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=iconv? ( virtual/libiconv ) idn? ( net-dns/libidn ) nls? ( virtual/libintl ) app-arch/xz-utils >=dev-lang/perl-5 nls? ( sys-devel/gettext ) +DESCRIPTION=improved Whois Client +EAPI=4 +HOMEPAGE=http://www.linux.it/~md/software/ +IUSE=iconv idn nls +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=iconv? ( virtual/libiconv ) idn? ( net-dns/libidn ) nls? ( virtual/libintl ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://debian/pool/main/w/whois/whois_5.0.24.tar.xz +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=ca653b85e70e68eaecf5ae03efee76ce diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.04.31 b/metadata/md5-cache/net-misc/youtube-dl-2013.04.31 new file mode 100644 index 000000000000..90f4632ff03f --- /dev/null +++ b/metadata/md5-cache/net-misc/youtube-dl-2013.04.31 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare setup +DEPEND=test? ( dev-python/nose[coverage(+)] ) +DESCRIPTION=Download videos from YouTube.com (and mores sites...) +EAPI=5 +HOMEPAGE=http://rg3.github.com/youtube-dl/ +IUSE=offensive test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +LICENSE=public-domain +SLOT=0 +SRC_URI=http://youtube-dl.org/downloads/2013.04.31/youtube-dl-2013.04.31.tar.gz +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 b4f112abff5d77f982f83e1a9e554093 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=76fe945fcb5c1d2092cb641659cb4f08 diff --git a/metadata/md5-cache/net-news/newsbeuter-2.6 b/metadata/md5-cache/net-news/newsbeuter-2.6 index 5a46968dc1db..9a9bbdadb788 100644 --- a/metadata/md5-cache/net-news/newsbeuter-2.6 +++ b/metadata/md5-cache/net-news/newsbeuter-2.6 @@ -10,5 +10,5 @@ RDEPEND=>=dev-db/sqlite-3.5:3 >=dev-libs/stfl-0.21 >=net-misc/curl-7.18.0 dev-li RESTRICT=test SLOT=0 SRC_URI=http://www.newsbeuter.org/downloads/newsbeuter-2.6.tar.gz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=0c117a2f8f28ca91c3f15896b02cbb27 +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=88a259fbd5391c54e47e21ef3adacb10 diff --git a/metadata/md5-cache/net-wireless/broadcom-sta-6.30.223.30 b/metadata/md5-cache/net-wireless/broadcom-sta-6.30.223.30 new file mode 100644 index 000000000000..95db1aa1a7b7 --- /dev/null +++ b/metadata/md5-cache/net-wireless/broadcom-sta-6.30.223.30 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup unpack +DEPEND=virtual/linux-sources kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) +DESCRIPTION=Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver. +EAPI=5 +HOMEPAGE=https://launchpad.net/ubuntu/+source/bcmwl http://www.broadcom.com/support/802.11/linux_sta.php +IUSE=kernel_linux +KEYWORDS=-* ~amd64 ~x86 +LICENSE=Broadcom +RDEPEND=kernel_linux? ( virtual/modutils ) +RESTRICT=mirror +SLOT=0 +SRC_URI=amd64? ( https://launchpad.net/~albertomilone/+archive/broadcom/+files/bcmwl-kernel-source_6.30.223.30%2Bbdcom-0ubuntu1%7Eppa1_amd64.deb ) x86? ( https://launchpad.net/~albertomilone/+archive/broadcom/+files/bcmwl-kernel-source_6.30.223.30%2Bbdcom-0ubuntu1%7Eppa1_i386.deb ) +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e linux-info dd8fdcccc30f117673b4cba4ed4f74a7 linux-mod c9d4931960ba253061ad823a8508bff5 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=c56b54704467a3c83ce3dfd951c80832 diff --git a/metadata/md5-cache/sci-calculators/galculator-1.3.4 b/metadata/md5-cache/sci-calculators/galculator-1.3.4 index 8b4e4b207b2b..a1b9857c58ff 100644 --- a/metadata/md5-cache/sci-calculators/galculator-1.3.4 +++ b/metadata/md5-cache/sci-calculators/galculator-1.3.4 @@ -4,9 +4,9 @@ DESCRIPTION=GTK+ based algebraic and RPN calculator. EAPI=4 HOMEPAGE=http://galculator.sourceforge.net/ KEYWORDS=alpha amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos -LICENSE=GPL-2 +LICENSE=GPL-2+ RDEPEND=dev-libs/glib:2 gnome-base/libglade:2.0 x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/pango gnome-base/libglade:2.0 SLOT=0 SRC_URI=mirror://sourceforge/galculator/galculator-1.3.4.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3c45a240ea2c2ec70cf6ced7049725f3 +_md5_=65aec04dcd4751f7c0f5c0dd60995958 diff --git a/metadata/md5-cache/sci-calculators/galculator-2.1 b/metadata/md5-cache/sci-calculators/galculator-2.1 index 3c4efab2a41e..fe3e64e7a39a 100644 --- a/metadata/md5-cache/sci-calculators/galculator-2.1 +++ b/metadata/md5-cache/sci-calculators/galculator-2.1 @@ -4,9 +4,9 @@ DESCRIPTION=GTK+ based algebraic and RPN calculator EAPI=5 HOMEPAGE=http://galculator.sourceforge.net/ KEYWORDS=alpha amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos -LICENSE=GPL-2 +LICENSE=GPL-2+ RDEPEND=x11-libs/gtk+:3 SLOT=0 SRC_URI=mirror://sourceforge/galculator/galculator-2.1.tar.bz2 _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=690c82799892b356f0359a5617e337fb +_md5_=5bbb878f196a37d3df3c062fe8766318 diff --git a/metadata/md5-cache/sci-calculators/galculator-2.1.2 b/metadata/md5-cache/sci-calculators/galculator-2.1.2 new file mode 100644 index 000000000000..141d5bd6e0da --- /dev/null +++ b/metadata/md5-cache/sci-calculators/galculator-2.1.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=dev-libs/glib:2 x11-libs/gtk+:3 x11-libs/pango dev-util/intltool sys-devel/flex sys-devel/gettext virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=GTK+ based algebraic and RPN calculator +EAPI=5 +HOMEPAGE=http://galculator.sourceforge.net/ +KEYWORDS=~alpha ~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos +LICENSE=GPL-2+ +RDEPEND=dev-libs/glib:2 x11-libs/gtk+:3 x11-libs/pango +SLOT=0 +SRC_URI=mirror://sourceforge/galculator/galculator-2.1.2.tar.bz2 +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=924a36b1617f037698ae6d4dae787405 diff --git a/metadata/md5-cache/sci-mathematics/fricas-1.2.0 b/metadata/md5-cache/sci-mathematics/fricas-1.2.0 index 3e93ced7e2f7..4b68c7710006 100644 --- a/metadata/md5-cache/sci-mathematics/fricas-1.2.0 +++ b/metadata/md5-cache/sci-mathematics/fricas-1.2.0 @@ -1,14 +1,14 @@ -DEFINED_PHASES=compile configure install postinst postrm test -DEPEND=X? ( x11-libs/libXpm x11-libs/libICE ) emacs? ( virtual/emacs ) gmp? ( dev-libs/gmp ) clozurecl? ( dev-lisp/clozurecl:= ) !clozurecl? ( clisp? ( dev-lisp/clisp:= ) !clisp? ( ecl? ( dev-lisp/ecl:= ) !ecl? ( gcl? ( dev-lisp/gcl:= ) !gcl? ( cmucl? ( dev-lisp/cmucl:= ) !cmucl? ( dev-lisp/sbcl:= ) ) ) ) ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=X? ( x11-libs/libXpm x11-libs/libICE ) emacs? ( virtual/emacs ) gmp? ( dev-libs/gmp ) clozurecl? ( dev-lisp/clozurecl:= ) !clozurecl? ( clisp? ( dev-lisp/clisp:= ) !clisp? ( ecls? ( dev-lisp/ecls:= ) !ecls? ( gcl? ( dev-lisp/gcl:= ) !gcl? ( cmucl? ( dev-lisp/cmucl:= ) !cmucl? ( dev-lisp/sbcl:= ) ) ) ) ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=FriCAS is a fork of Axiom computer algebra system EAPI=5 HOMEPAGE=http://fricas.sourceforge.net/ -IUSE=sbcl cmucl gcl ecl clisp clozurecl X emacs gmp +IUSE=sbcl cmucl gcl ecls clisp clozurecl X emacs gmp KEYWORDS=~amd64 ~x86 LICENSE=BSD-2 -RDEPEND=X? ( x11-libs/libXpm x11-libs/libICE ) emacs? ( virtual/emacs ) gmp? ( dev-libs/gmp ) clozurecl? ( dev-lisp/clozurecl:= ) !clozurecl? ( clisp? ( dev-lisp/clisp:= ) !clisp? ( ecl? ( dev-lisp/ecl:= ) !ecl? ( gcl? ( dev-lisp/gcl:= ) !gcl? ( cmucl? ( dev-lisp/cmucl:= ) !cmucl? ( dev-lisp/sbcl:= ) ) ) ) ) +RDEPEND=X? ( x11-libs/libXpm x11-libs/libICE ) emacs? ( virtual/emacs ) gmp? ( dev-libs/gmp ) clozurecl? ( dev-lisp/clozurecl:= ) !clozurecl? ( clisp? ( dev-lisp/clisp:= ) !clisp? ( ecls? ( dev-lisp/ecls:= ) !ecls? ( gcl? ( dev-lisp/gcl:= ) !gcl? ( cmucl? ( dev-lisp/cmucl:= ) !cmucl? ( dev-lisp/sbcl:= ) ) ) ) ) RESTRICT=strip SLOT=0 SRC_URI=mirror://sourceforge/fricas/fricas-1.2.0-full.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f758a157d1cf49e535efda33cafb3de1 +_md5_=af7776a6c92126b1bc21aa986e5b05fc diff --git a/metadata/md5-cache/sys-apps/ethtool-3.9 b/metadata/md5-cache/sys-apps/ethtool-3.9 new file mode 100644 index 000000000000..2f690321ccf6 --- /dev/null +++ b/metadata/md5-cache/sys-apps/ethtool-3.9 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DEPEND=app-arch/xz-utils +DESCRIPTION=Utility for examining and tuning ethernet-based network interfaces +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/software/network/ethtool/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://kernel/software/network/ethtool/ethtool-3.9.tar.xz +_md5_=080a96d7e0f1bfec2c9bc2e1d512f332 diff --git a/metadata/md5-cache/sys-apps/iproute2-3.9.0 b/metadata/md5-cache/sys-apps/iproute2-3.9.0 new file mode 100644 index 000000000000..2a61bfe8d82c --- /dev/null +++ b/metadata/md5-cache/sys-apps/iproute2-3.9.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=!net-misc/arpd iptables? ( >=net-firewall/iptables-1.4.5 ) !minimal? ( berkdb? ( sys-libs/db ) ) atm? ( net-dialup/linux-atm ) app-arch/xz-utils iptables? ( virtual/pkgconfig ) sys-devel/bison sys-devel/flex >=sys-kernel/linux-headers-2.6.27 elibc_glibc? ( >=sys-libs/glibc-2.7 ) +DESCRIPTION=kernel routing and traffic control utilities +EAPI=4 +HOMEPAGE=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 +IUSE=atm berkdb +iptables ipv6 minimal +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!net-misc/arpd iptables? ( >=net-firewall/iptables-1.4.5 ) !minimal? ( berkdb? ( sys-libs/db ) ) atm? ( net-dialup/linux-atm ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/net/iproute2/iproute2-3.9.0.tar.xz +_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=546749cfc6e74d3285e95757ca7d92c8 diff --git a/metadata/md5-cache/sys-apps/mlocate-0.26 b/metadata/md5-cache/sys-apps/mlocate-0.26 index 37e593cc8a77..932d01cd8d7f 100644 --- a/metadata/md5-cache/sys-apps/mlocate-0.26 +++ b/metadata/md5-cache/sys-apps/mlocate-0.26 @@ -4,10 +4,10 @@ DESCRIPTION=Merging locate is an utility to index and quickly search for files EAPI=4 HOMEPAGE=https://fedorahosted.org/mlocate/ IUSE=nls selinux -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=!sys-apps/slocate !sys-apps/rlocate selinux? ( sec-policy/selinux-slocate ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/m/l/mlocate/mlocate-0.26.tar.xz _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=24a3860128b73b04fdcfab68bf05b066 +_md5_=a5fb822b3d282bb511fe12365bed1bf1 diff --git a/metadata/md5-cache/sys-cluster/ploop-1.4 b/metadata/md5-cache/sys-cluster/ploop-1.4 index 48d89a6765a6..d2f350bae50a 100644 --- a/metadata/md5-cache/sys-cluster/ploop-1.4 +++ b/metadata/md5-cache/sys-cluster/ploop-1.4 @@ -3,10 +3,10 @@ DEPEND=dev-libs/libxml2 DESCRIPTION=openvz tool and a library to control ploop block devices EAPI=4 HOMEPAGE=http://wiki.openvz.org/Download/ploop -KEYWORDS=~x86 ~amd64 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=dev-libs/libxml2 SLOT=0 SRC_URI=http://download.openvz.org/utils/ploop/1.4/src/ploop-1.4.tar.bz2 _eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3ce5d60724ea2ea5eacd70a12dd252b1 +_md5_=cb5554738fe83df01fb6efb5ffba872b diff --git a/metadata/md5-cache/sys-cluster/vzctl-3.3-r2 b/metadata/md5-cache/sys-cluster/vzctl-3.3-r2 index 9a7ca27274af..365e720a4cab 100644 --- a/metadata/md5-cache/sys-cluster/vzctl-3.3-r2 +++ b/metadata/md5-cache/sys-cluster/vzctl-3.3-r2 @@ -3,10 +3,10 @@ DEPEND=net-firewall/iptables sys-apps/ed sys-apps/iproute2 sys-fs/vzquota =dev-libs/lzo-2[static-libs] fbsplash? ( >=media-gfx/splashutils-1.5.2 SLOT=0 SRC_URI=mirror://sourceforge/suspend/suspend-utils-1.0.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0b2c0ba809c7a73d2bba741bea1a6494 +_md5_=dfada40e272d00099d66f4d8e6c37ee5 diff --git a/metadata/md5-cache/x11-libs/gtk+-1.2.10-r12 b/metadata/md5-cache/x11-libs/gtk+-1.2.10-r12 index 3a78157c5541..b8c9e31d8516 100644 --- a/metadata/md5-cache/x11-libs/gtk+-1.2.10-r12 +++ b/metadata/md5-cache/x11-libs/gtk+-1.2.10-r12 @@ -1,12 +1,13 @@ -DEFINED_PHASES=compile install postinst unpack -DEPEND==dev-libs/glib-1.2* x11-libs/libXi x11-libs/libXt x11-proto/inputproto x11-proto/xextproto nls? ( sys-devel/gettext dev-util/intltool ) || ( >=sys-devel/automake-1.12 >=sys-devel/automake-1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEFINED_PHASES=compile configure install postinst prepare +DEPEND=>=dev-libs/glib-1.2:1 x11-libs/libXi x11-libs/libXt x11-proto/inputproto x11-proto/xextproto nls? ( sys-devel/gettext dev-util/intltool ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=The GIMP Toolkit +EAPI=4 HOMEPAGE=http://www.gtk.org/ IUSE=nls debug linguas_az linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_ga linguas_gl linguas_hr linguas_hu linguas_it linguas_ja linguas_ko linguas_lt linguas_nl linguas_nn linguas_no linguas_pl linguas_pt_BR linguas_pt linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_tr linguas_uk linguas_vi KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd LICENSE=LGPL-2.1+ -RDEPEND==dev-libs/glib-1.2* x11-libs/libXi x11-libs/libXt +RDEPEND=>=dev-libs/glib-1.2:1 x11-libs/libXi x11-libs/libXt SLOT=1 SRC_URI=mirror://gnome/sources/gtk+/1.2/gtk+-1.2.10.tar.gz http://www.ibiblio.org/gentoo/distfiles/gtk+-1.2.10-r8-gentoo.diff.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e gnome.org 8fef8f967214f56e08fa92d61163d891 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=9bd5b00f2019dd7cb55a5f5e23e290c6 +_md5_=84a576990fdc6ae3938d6b443ca70990 diff --git a/metadata/md5-cache/x11-libs/gtk+-2.24.12 b/metadata/md5-cache/x11-libs/gtk+-2.24.12 deleted file mode 100644 index d6144106bfda..000000000000 --- a/metadata/md5-cache/x11-libs/gtk+-2.24.12 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare test -DEPEND=!aqua? ( x11-libs/libXrender x11-libs/libX11 x11-libs/libXi x11-libs/libXt x11-libs/libXext >=x11-libs/libXrandr-1.3 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXcomposite x11-libs/libXdamage >=x11-libs/cairo-1.6[X,svg] x11-libs/gdk-pixbuf:2[X,introspection?] ) aqua? ( >=x11-libs/cairo-1.6[aqua,svg] x11-libs/gdk-pixbuf:2[introspection?] ) xinerama? ( x11-libs/libXinerama ) >=dev-libs/glib-2.30:2 >=x11-libs/pango-1.20[introspection?] >=dev-libs/atk-1.29.2[introspection?] media-libs/fontconfig x11-misc/shared-mime-info cups? ( net-print/cups ) introspection? ( >=dev-libs/gobject-introspection-0.9.3 ) !=dev-util/gtk-doc-am-1.11 test? ( media-fonts/font-misc-misc media-fonts/font-cursor-misc ) app-arch/xz-utils test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Gimp ToolKit + -EAPI=4 -HOMEPAGE=http://www.gtk.org/ -IUSE=aqua cups debug examples +introspection test vim-syntax xinerama test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=LGPL-2+ -PDEPEND=vim-syntax? ( app-vim/gtk-syntax ) -RDEPEND=!aqua? ( x11-libs/libXrender x11-libs/libX11 x11-libs/libXi x11-libs/libXt x11-libs/libXext >=x11-libs/libXrandr-1.3 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXcomposite x11-libs/libXdamage >=x11-libs/cairo-1.6[X,svg] x11-libs/gdk-pixbuf:2[X,introspection?] ) aqua? ( >=x11-libs/cairo-1.6[aqua,svg] x11-libs/gdk-pixbuf:2[introspection?] ) xinerama? ( x11-libs/libXinerama ) >=dev-libs/glib-2.30:2 >=x11-libs/pango-1.20[introspection?] >=dev-libs/atk-1.29.2[introspection?] media-libs/fontconfig x11-misc/shared-mime-info cups? ( net-print/cups ) introspection? ( >=dev-libs/gobject-introspection-0.9.3 ) !=dev-libs/glib-2 >=x11-libs/gtk+-2.20:2 dev-libs/libxml2 >=x11-libs/pango-1.4 >=app-text/iso-codes-0.49 >=dev-lang/perl-5 virtual/pkgconfig dev-util/gtk-doc-am doc? ( >=dev-util/gtk-doc-1.4 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Sexy GTK+ Widgets +EAPI=5 +HOMEPAGE=http://www.chipx86.com/wiki/Libsexy +IUSE=doc static-libs +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +LICENSE=LGPL-2.1 +RDEPEND=>=dev-libs/glib-2 >=x11-libs/gtk+-2.20:2 dev-libs/libxml2 >=x11-libs/pango-1.4 >=app-text/iso-codes-0.49 +SLOT=0 +SRC_URI=http://releases.chipx86.com/libsexy/libsexy/libsexy-0.1.11.tar.bz2 +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c1dc0608214b369c4dc38ab6427e729 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=de58df93f76ccb5ccc9a414d4813ddb8 diff --git a/metadata/md5-cache/x11-libs/pango-1.30.1 b/metadata/md5-cache/x11-libs/pango-1.30.1 index 9d6b9c297005..0986d6c4637a 100644 --- a/metadata/md5-cache/x11-libs/pango-1.30.1 +++ b/metadata/md5-cache/x11-libs/pango-1.30.1 @@ -10,4 +10,4 @@ RDEPEND=>=dev-libs/glib-2.31.0:2 >=media-libs/fontconfig-2.5.0:1.0 media-libs/fr SLOT=0 SRC_URI=mirror://gnome/sources/pango/1.30/pango-1.30.1.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=ef1f9930a6aa76298f4958aefd0bf4ee +_md5_=f005e37d516a25f15d3108d51275f7b1 diff --git a/metadata/md5-cache/x11-libs/pango-1.32.5 b/metadata/md5-cache/x11-libs/pango-1.32.5 index 268637c6f408..4b2b9985dcd8 100644 --- a/metadata/md5-cache/x11-libs/pango-1.32.5 +++ b/metadata/md5-cache/x11-libs/pango-1.32.5 @@ -10,4 +10,4 @@ RDEPEND=>=media-libs/harfbuzz-0.9.9:= >=dev-libs/glib-2.33.12:2 >=media-libs/fon SLOT=0 SRC_URI=mirror://gnome/sources/pango/1.32/pango-1.32.5.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=e37d85f5f269a288e1c59785e32516a3 +_md5_=ac08de85bdc98971f2446207a683555d diff --git a/metadata/md5-cache/x11-terms/terminator-0.97 b/metadata/md5-cache/x11-terms/terminator-0.97 new file mode 100644 index 000000000000..e41eeb722071 --- /dev/null +++ b/metadata/md5-cache/x11-terms/terminator-0.97 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack +DEPEND=dev-util/intltool app-arch/xz-utils >=sys-apps/sed-4 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(-)] +DESCRIPTION=Multiple GNOME terminals in one window +EAPI=5 +HOMEPAGE=http://www.tenshu.net/p/terminator.html +IUSE=dbus gnome +libnotify debug python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/keybinder:0[python] x11-libs/vte:0[python] dbus? ( sys-apps/dbus ) gnome? ( dev-python/gconf-python dev-python/libgnome-python dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) libnotify? ( dev-python/notify-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) 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(-)] +SLOT=0 +SRC_URI=http://launchpad.net/terminator/trunk/0.97/+download/terminator-0.97.tar.gz +_eclasses_=distutils-r1 10e59ecabebf0c37ad5cd8827434b108 eutils 384ae111f3649d456ed1754e3e1c4f6e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=d29251085c6f16ba22510e9f17340a6e diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index e64f66d211a6..e788571868c0 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Tue, 30 Apr 2013 12:06:57 +0000 +Wed, 01 May 2013 09:07:00 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index bbe86eba048c..203411855963 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Tue Apr 30 12:06:55 UTC 2013 +Wed May 1 09:06:57 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 8a591a181061..2f50cfe4babe 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Tue, 30 Apr 2013 12:30:01 +0000 +Wed, 01 May 2013 09:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 996fe2d6f7d9..25e86265852b 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1367323501 Tue Apr 30 12:05:01 2013 UTC +1367399101 Wed May 1 09:05:01 2013 UTC diff --git a/net-dns/openresolv/openresolv-3.5.4.ebuild b/net-dns/openresolv/openresolv-3.5.4-r1.ebuild similarity index 95% rename from net-dns/openresolv/openresolv-3.5.4.ebuild rename to net-dns/openresolv/openresolv-3.5.4-r1.ebuild index 204bc4336465..cbcd3729fb7d 100644 --- a/net-dns/openresolv/openresolv-3.5.4.ebuild +++ b/net-dns/openresolv/openresolv-3.5.4-r1.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/net-dns/openresolv/openresolv-3.5.4.ebuild,v 1.2 2013/04/27 09:33:21 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.5.4-r1.ebuild,v 1.1 2013/04/30 14:21:05 floppym Exp $ EAPI=5 diff --git a/net-libs/webkit-gtk/metadata.xml b/net-libs/webkit-gtk/metadata.xml index 0637188c76e4..b0ea152e860b 100644 --- a/net-libs/webkit-gtk/metadata.xml +++ b/net-libs/webkit-gtk/metadata.xml @@ -1,14 +1,14 @@ - gnome - - Enable code coverage support - Enable geolocation support through + gnome + + Enable code coverage support + Enable geolocation support through app-misc/geoclue - Build support for the WebGL HTML API using + Build support for the WebGL HTML API using virtual/opengl - Enable WebKit2 API that splits web content rendering + Enable WebKit2 API that splits web content rendering and application UI into separate processes - + diff --git a/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild index 73ef4b23a5c7..9be721d2ef55 100644 --- a/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.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/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild,v 1.5 2013/01/29 12:36:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.10.2-r300.ebuild,v 1.7 2013/05/01 03:40:59 tetromino Exp $ EAPI="5" @@ -75,7 +75,7 @@ S="${WORKDIR}/${MY_P}" CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307 pkg_pretend() { - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS" check-reqs_pkg_pretend fi @@ -83,7 +83,7 @@ pkg_pretend() { pkg_setup() { # Check whether any of the debugging flags is enabled - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then if is-flagq "-ggdb" && [[ ${WEBKIT_GTK_GGDB} != "yes" ]]; then replace-flags -ggdb -g ewarn "Replacing \"-ggdb\" with \"-g\" in your CFLAGS." @@ -162,6 +162,10 @@ src_prepare() { # Respect CC, otherwise fails on prefix #395875 tc-export CC + # AM_PROG_CC_STDC is obsolete with sys-devel/automake-1.13.1, #467244 + sed -i -e 's/AM_PROG_CC_STDC/AM_PROG_CC/g' aclocal.m4 || die + sed -i -e '/AM_PROG_CC_STDC/d' configure.ac || die + # Prevent maintainer mode from being triggered during make AT_M4DIR=Source/autotools eautoreconf diff --git a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild index a8aa53d182bb..3a0c91f11629 100644 --- a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.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/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild,v 1.10 2013/01/01 19:25:56 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r200.ebuild,v 1.11 2013/05/01 03:40:59 tetromino Exp $ EAPI="4" @@ -68,7 +68,7 @@ S="${WORKDIR}/${MY_P}" CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307 pkg_pretend() { - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS" check-reqs_pkg_pretend fi @@ -76,7 +76,7 @@ pkg_pretend() { pkg_setup() { # Check whether any of the debugging flags is enabled - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then if is-flagq "-ggdb" && [[ ${WEBKIT_GTK_GGDB} != "yes" ]]; then replace-flags -ggdb -g ewarn "Replacing \"-ggdb\" with \"-g\" in your CFLAGS." diff --git a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild index 4d62f783a78a..66b198d512b7 100644 --- a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.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/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.1 2013/04/11 21:41:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.3 2013/05/01 03:40:59 tetromino Exp $ EAPI=5 @@ -68,7 +68,7 @@ S="${WORKDIR}/${MY_P}" CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307 pkg_pretend() { - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS" check-reqs_pkg_pretend fi @@ -76,7 +76,7 @@ pkg_pretend() { pkg_setup() { # Check whether any of the debugging flags is enabled - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then if is-flagq "-ggdb" && [[ ${WEBKIT_GTK_GGDB} != "yes" ]]; then replace-flags -ggdb -g ewarn "Replacing \"-ggdb\" with \"-g\" in your CFLAGS." @@ -175,6 +175,10 @@ src_prepare() { # Respect CC, otherwise fails on prefix #395875 tc-export CC + # AM_PROG_CC_STDC is obsolete with sys-devel/automake-1.13.1, #467244 + sed -i -e 's/AM_PROG_CC_STDC/AM_PROG_CC/g' aclocal.m4 || die + sed -i -e '/AM_PROG_CC_STDC/d' configure.ac || die + # Prevent maintainer mode from being triggered during make AT_M4DIR=Source/autotools eautoreconf diff --git a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild index a40dea543a4b..6e15e30ff5b1 100644 --- a/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.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/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild,v 1.10 2013/01/01 19:25:56 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r300.ebuild,v 1.11 2013/05/01 03:40:59 tetromino Exp $ EAPI="4" @@ -75,7 +75,7 @@ S="${WORKDIR}/${MY_P}" CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307 pkg_pretend() { - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS" check-reqs_pkg_pretend fi @@ -83,7 +83,7 @@ pkg_pretend() { pkg_setup() { # Check whether any of the debugging flags is enabled - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then if is-flagq "-ggdb" && [[ ${WEBKIT_GTK_GGDB} != "yes" ]]; then replace-flags -ggdb -g ewarn "Replacing \"-ggdb\" with \"-g\" in your CFLAGS." diff --git a/net-libs/webkit-gtk/webkit-gtk-2.0.0.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.0.0.ebuild index f606e6b8a3fe..ff5ff06c8193 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.0.0.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.0.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/net-libs/webkit-gtk/webkit-gtk-2.0.0.ebuild,v 1.4 2013/04/10 21:58:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.0.ebuild,v 1.5 2013/05/01 03:40:59 tetromino Exp $ EAPI="5" @@ -79,7 +79,7 @@ S="${WORKDIR}/${MY_P}" CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307 pkg_pretend() { - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS" check-reqs_pkg_pretend fi @@ -91,7 +91,7 @@ pkg_pretend() { pkg_setup() { # Check whether any of the debugging flags is enabled - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then if is-flagq "-ggdb" && [[ ${WEBKIT_GTK_GGDB} != "yes" ]]; then replace-flags -ggdb -g ewarn "Replacing \"-ggdb\" with \"-g\" in your CFLAGS." diff --git a/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild index e746f0041046..7e0431d5ec3f 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.0.1.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/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild,v 1.1 2013/04/27 12:23:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.0.1.ebuild,v 1.2 2013/05/01 03:40:59 tetromino Exp $ EAPI="5" inherit autotools check-reqs eutils flag-o-matic gnome2-utils pax-utils toolchain-funcs versionator virtualx @@ -78,7 +78,7 @@ S="${WORKDIR}/${MY_P}" CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307 pkg_pretend() { - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS" check-reqs_pkg_pretend fi @@ -90,7 +90,7 @@ pkg_pretend() { pkg_setup() { # Check whether any of the debugging flags is enabled - if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then + if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then if is-flagq "-ggdb" && [[ ${WEBKIT_GTK_GGDB} != "yes" ]]; then replace-flags -ggdb -g ewarn "Replacing \"-ggdb\" with \"-g\" in your CFLAGS." diff --git a/net-libs/zeromq/zeromq-3.2.2.ebuild b/net-libs/zeromq/zeromq-3.2.2.ebuild index ab64eb4063df..909331a2f186 100644 --- a/net-libs/zeromq/zeromq-3.2.2.ebuild +++ b/net-libs/zeromq/zeromq-3.2.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/net-libs/zeromq/zeromq-3.2.2.ebuild,v 1.2 2013/02/05 00:23:39 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/zeromq-3.2.2.ebuild,v 1.3 2013/05/01 04:45:57 qnikst Exp $ EAPI=5 @@ -25,6 +25,7 @@ RDEPEND="" src_prepare() { einfo "Removing bundled OpenPGM library" + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die rm -r "${S}"/foreign/openpgm/libpgm* || die eautoreconf } diff --git a/net-mail/pflogsumm/Manifest b/net-mail/pflogsumm/Manifest index 30abd8d4eb2d..ac31076929f5 100644 --- a/net-mail/pflogsumm/Manifest +++ b/net-mail/pflogsumm/Manifest @@ -1,3 +1,3 @@ -DIST pflogsumm-1.1.3.tar.gz 46380 RMD160 be63bd79c3bde406fe9e7fcc5b241fd7b2283ddb SHA1 86bdb3b880896e9a4991dd3ea77c4981a5c65dcb SHA256 c4df11c2eaef313025e326114d9dea4b0f0f9b978880a29d2ecf075774aa7142 -DIST pflogsumm-1.1.4.tar.gz 47014 RMD160 80ea9857444f480584b9a64ff04cf74fbe3684d5 SHA1 37039c215913a8883cfbf761f9a74319ee2a74c3 SHA256 08c5372ffc83f5f5e860f8a2b78c971104712cad23db6b0bed6027a78faf8f94 -DIST pflogsumm-1.1.5.tar.gz 47130 RMD160 7ae3c7ce49861834784c3aaaa32e3adb99ef0da0 SHA1 d18daa19d725e64c2b7e6c8da458b2d563272645 SHA256 da6443679117de5109fd7d65fe915286c20ad1ecee63fe07d8cdddd0b75fe466 +DIST pflogsumm-1.1.3.tar.gz 46380 SHA256 c4df11c2eaef313025e326114d9dea4b0f0f9b978880a29d2ecf075774aa7142 +DIST pflogsumm-1.1.4.tar.gz 47014 SHA256 08c5372ffc83f5f5e860f8a2b78c971104712cad23db6b0bed6027a78faf8f94 +DIST pflogsumm-1.1.5.tar.gz 47130 SHA256 da6443679117de5109fd7d65fe915286c20ad1ecee63fe07d8cdddd0b75fe466 SHA512 994d660692dfea38a1dd9866d15f15035657e85131c1f5a2cd82baa5bd4ad987a00939cb5233f316d2090014c52ae68ef20db0c893f8634969484e0e74678f4d WHIRLPOOL b9734a9d8adae5c10c71a9bdd228edfa3426fd3f1dd392bab843f900a4f71e0fb1e08193a8ced887a4b2a1373110f2fd9b639ef0e377c81b398536bcf25b802d diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild index d082f6fb3a8c..8c9beb458e36 100644 --- a/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild +++ b/net-mail/pflogsumm/pflogsumm-1.1.5.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-mail/pflogsumm/pflogsumm-1.1.5.ebuild,v 1.1 2012/02/06 13:32:34 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild,v 1.3 2013/04/30 12:32:26 ago Exp $ DESCRIPTION="Pflogsumm is a log analyzer for Postfix logs" HOMEPAGE="http://jimsun.linxnet.com/postfix_contrib.html" @@ -8,7 +8,7 @@ SRC_URI="http://jimsun.linxnet.com/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="amd64 ~sparc x86" IUSE="" DEPEND="" diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest index c8e3c97cbd77..f3e5e020e1a9 100644 --- a/net-misc/connman/Manifest +++ b/net-misc/connman/Manifest @@ -1,3 +1,4 @@ DIST connman-1.0.tar.gz 743543 SHA256 62ed6aa093700e393456dfab98f098bc151fc10baccc577bbb7d927221e23e50 SHA512 0baf3d87e26b94e6969dbbf22a465e7dbdea57bd954305a21e2a40d7cac0a4d6aef09ef9a6ba82ba4e7587cf0ee6e8e3ed5f56a0000de9c48c391c3118e6e151 WHIRLPOOL 68bf676ffd73c68dba0bcf9f1ab7819426ea3d4396de32753145ed071c65375b6b2511b25221cf58aeb275e3b3ae7994571e22cd71ade42d818996d84a8172db DIST connman-1.11.tar.xz 567640 SHA256 c977d732c31acbd6bd815b697f02503c885db8e08d8ecd6e9596345c93206687 SHA512 37ddaf18ee21724fb7254c1259619f6ce8f130edd37559aa099bca05dea7c12eb63d9b23c85fed868e4712042d9cf229eadc7321f71b48fe2eff7037567ecc12 WHIRLPOOL c075ee9363dda7dc37e9fb6bc13d7214b1fea4191119dc73496fab044a12ec56285eb07b11fdae6b138c25a6c95d6923fa99f0f285aaa263b9e7aa2dea52a541 +DIST connman-1.13.tar.xz 589228 SHA256 8a62026303ad76472dc7ed844f5a0170581a29fda623b2e6b5be71929fbfc5c8 SHA512 1fda45b4a0371b76aa0d9ec0fe837d3b33782b69650cc495fefda6f968291bde1b734eecf2971cd4317c4094efeb035d5ece9597d65104c4e2cc69f590be4e28 WHIRLPOOL 7e3a68063c275f1664eb0b8bc0aac8f933ed0147827e90e05a9371149f59bbc7de115787fb72c2138f208a1566d9a90ab3c90e5caca6516bd2d6bf9db76f222b DIST connman-1.9.tar.xz 539476 SHA256 11c438cddd52bfd0d279762631083aaf69989a4c03501c6f6a434b0d0e359ad1 SHA512 5a650ec827b9d7b7c4c3eac9cbae64833a19578b0501da81ee18c667d3c1edab66fc0d7e8f6d28b5b7d42d825e39751bcf125946753ac71e106d86ead56183bd WHIRLPOOL b44cf76c39575555e93eac3d7efaf767ac78a147808bd062c257cee052df1019720f2efec31a15b426e7ed8fff1b7bf0c6f851809ce899c9d0a7ce2f401851cc diff --git a/net-misc/connman/connman-1.13.ebuild b/net-misc/connman/connman-1.13.ebuild new file mode 100644 index 000000000000..d02d98f2dc81 --- /dev/null +++ b/net-misc/connman/connman-1.13.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.13.ebuild,v 1.1 2013/04/30 15:38:44 chainsaw Exp $ + +EAPI="5" +inherit base + +DESCRIPTION="Provides a daemon for managing internet connections" +HOMEPAGE="http://connman.net" +SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="bluetooth debug doc examples +ethernet ofono openvpn policykit threads tools vpnc +wifi" + +RDEPEND=">=dev-libs/glib-2.16 + >=sys-apps/dbus-1.2.24 + >=net-firewall/iptables-1.4.8 + net-libs/gnutls + bluetooth? ( net-wireless/bluez ) + ofono? ( net-misc/ofono ) + policykit? ( sys-auth/polkit ) + openvpn? ( net-misc/openvpn ) + vpnc? ( net-misc/vpnc ) + wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] )" + +DEPEND="${RDEPEND} + >=sys-kernel/linux-headers-2.6.39 + doc? ( dev-util/gtk-doc )" + +src_configure() { + econf \ + --localstatedir=/var \ + --enable-client \ + --enable-datafiles \ + --enable-loopback=builtin \ + $(use_enable examples test) \ + $(use_enable ethernet ethernet builtin) \ + $(use_enable wifi wifi builtin) \ + $(use_enable bluetooth bluetooth builtin) \ + $(use_enable ofono ofono builtin) \ + $(use_enable openvpn openvpn builtin) \ + $(use_enable policykit polkit builtin) \ + $(use_enable vpnc vpnc builtin) \ + $(use_enable debug) \ + $(use_enable doc gtk-doc) \ + $(use_enable threads) \ + $(use_enable tools) \ + --disable-iospm \ + --disable-hh2serial-gps \ + --disable-openconnect +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dobin client/connmanctl || die "client installation failed" + + keepdir /var/lib/${PN} || die + newinitd "${FILESDIR}"/${PN}.initd2 ${PN} || die + newconfd "${FILESDIR}"/${PN}.confd ${PN} || die +} diff --git a/net-misc/netctl/Manifest b/net-misc/netctl/Manifest index 1b441a469c9d..549de632caab 100644 --- a/net-misc/netctl/Manifest +++ b/net-misc/netctl/Manifest @@ -1,3 +1,2 @@ -DIST netctl-0.6.tar.xz 25184 SHA256 d14c7232bf8c7886177773b2f3ed0f9021adbe5913b55cc3bd0af4de2caf5c95 SHA512 f4298c8b6005ba2cbb9916440dd995d5bfb5dc8d96b0582e168e207ba96f820a2085e06c12e9f579d06addff5a3652d16563db92a2d790352d84acd634599b89 WHIRLPOOL 02dc11bb894031c21344adecdde3c4f9d24d33c3cad7dae9c3cc864176aac71196e88ec17ab7caf58f92f4a21bcaddf288744560ca3347e235c8d269e5e3cb37 -DIST netctl-0.7.tar.xz 25404 SHA256 43ec00772aaba5c963df0cd1261c875a24bdb503322b94f82f06ecbbb7c40c50 SHA512 068a5b75a7bdcc4769522741eff511d0711465203f51add0a657d28825f6d49428353c821cf034cef6a186447310e4ea547e7f29aa83cad5231546bc0c12f6e3 WHIRLPOOL 7f49725865a067145824bb5835c64b2dca124b95a41f68e21802cc167b16fc31245605305d9d6301cace0e97928696868fc344040d2ff5257abc45f66fe44395 DIST netctl-0.8.tar.xz 25456 SHA256 014333e4feb1ca0d70e5f11f342c0dfe4b66acdd9e51737311e86b65088e9bf3 SHA512 60b08b5d380741e926d049e3ded387c1f28de5ecf86eeb6832cf96a3cf6b0994f1dba25222d38dbc5100b5e2510717a1622cf64d652a521592e38fc17efd9041 WHIRLPOOL 0ac69705fa4997ef770cab9da30f39b81e624f0f5fe282d39387c330be2d2980fe6e27fa6907133713575f1129d28873f3570504032808372ad8aabd331aba4d +DIST netctl-1.0.tar.xz 27512 SHA256 0e18338797e72c355f4da2814a29c21b9f9a3287b19a2efca061a26e2ab3d34a SHA512 274570291b48e70be96cc507b896341c8f2b4a2bf2d5b771762bbccb39fcdbb2e03c7913c0a7930db7851d35b351982c7321cc6758385c3f8baf4079f5f399fa WHIRLPOOL 3404a5460e018426cb0408765c560b86c13da53425e14bca993410d5ed2281c2402410017ee47b3886f4ae124d187c191e86bc26148f6ade2fab2389c22afdfa diff --git a/net-misc/netctl/files/netctl-util-paths.patch b/net-misc/netctl/files/netctl-util-paths.patch deleted file mode 100644 index 11284087fdab..000000000000 --- a/net-misc/netctl/files/netctl-util-paths.patch +++ /dev/null @@ -1,37 +0,0 @@ -Remove hard-coded utility paths - ---- a/src/lib/connections/bond -+++ b/src/lib/connections/bond -@@ -2,7 +2,7 @@ - - . "$SUBR_DIR/ip" - --IFENSLAVE="/sbin/ifenslave" -+IFENSLAVE="ifenslave" - - bond_up() { - if is_interface "$Interface"; then ---- a/src/lib/connections/bridge -+++ b/src/lib/connections/bridge -@@ -2,7 +2,7 @@ - - . "$SUBR_DIR/ip" - --BRCTL="/usr/sbin/brctl" -+BRCTL="brctl" - - bridge_up() { - if is_interface "$Interface"; then ---- a/src/lib/connections/pppoe -+++ b/src/lib/connections/pppoe -@@ -43,8 +43,8 @@ pppoe_up() { - [[ -n ${PPPoEMAC} ]] && echo "pppoe-mac $(_quotestring "${PPPoEMAC}")" >> "${cfg}" - [[ ${PPPoEIP6} == yes ]] && echo "+ipv6" >> "${cfg}" - -- /sbin/ip link set dev "${Interface}" up -- /usr/sbin/pppd file "${cfg}" -+ ip link set dev "${Interface}" up -+ pppd file "${cfg}" - - if [[ $? -ne 0 ]]; then - rm "${cfg}" diff --git a/net-misc/netctl/netctl-0.6.ebuild b/net-misc/netctl/netctl-0.6.ebuild deleted file mode 100644 index 8abc6c48f28e..000000000000 --- a/net-misc/netctl/netctl-0.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-0.6.ebuild,v 1.1 2013/03/10 22:56:40 floppym Exp $ - -EAPI=5 - -inherit eutils - -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://projects.archlinux.org/netctl.git" - inherit git-2 -else - SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Profile based network connection tool from Arch Linux" -HOMEPAGE="https://www.archlinux.org/netctl/" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - >=app-shells/bash-4.0 - >=net-dns/openresolv-3.5.4[systemd] - sys-apps/iproute2 - sys-apps/systemd -" - -src_prepare() { - epatch "${FILESDIR}/${PN}-util-paths.patch" -} - -src_compile() { - return 0 -} - -src_install() { - emake DESTDIR="${D%/}" SHELL=bash install - dodoc AUTHORS NEWS README -} diff --git a/net-misc/netctl/netctl-0.8.ebuild b/net-misc/netctl/netctl-0.8.ebuild index 6990e022b612..4901df0198a4 100644 --- a/net-misc/netctl/netctl-0.8.ebuild +++ b/net-misc/netctl/netctl-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/net-misc/netctl/netctl-0.8.ebuild,v 1.1 2013/04/07 04:11:42 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-0.8.ebuild,v 1.2 2013/04/30 14:27:32 floppym Exp $ EAPI=5 @@ -22,7 +22,7 @@ IUSE="" RDEPEND=" >=app-shells/bash-4.0 - >=net-dns/openresolv-3.5.4[systemd] + >=net-dns/openresolv-3.5.4-r1 sys-apps/iproute2 sys-apps/systemd " diff --git a/net-misc/netctl/netctl-0.7.ebuild b/net-misc/netctl/netctl-1.0.ebuild similarity index 82% rename from net-misc/netctl/netctl-0.7.ebuild rename to net-misc/netctl/netctl-1.0.ebuild index 6a31282f23f7..0124e23f421b 100644 --- a/net-misc/netctl/netctl-0.7.ebuild +++ b/net-misc/netctl/netctl-1.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/net-misc/netctl/netctl-0.7.ebuild,v 1.1 2013/03/20 00:01:10 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.0.ebuild,v 1.1 2013/04/30 14:27:32 floppym Exp $ EAPI=5 @@ -22,7 +22,7 @@ IUSE="" RDEPEND=" >=app-shells/bash-4.0 - >=net-dns/openresolv-3.5.4[systemd] + >=net-dns/openresolv-3.5.4-r1 sys-apps/iproute2 sys-apps/systemd " diff --git a/net-misc/netctl/netctl-9999.ebuild b/net-misc/netctl/netctl-9999.ebuild index d6e53a6ba442..219cb9131a6c 100644 --- a/net-misc/netctl/netctl-9999.ebuild +++ b/net-misc/netctl/netctl-9999.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/net-misc/netctl/netctl-9999.ebuild,v 1.2 2013/03/20 00:01:10 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-9999.ebuild,v 1.3 2013/04/30 14:27:32 floppym Exp $ EAPI=5 @@ -22,7 +22,7 @@ IUSE="" RDEPEND=" >=app-shells/bash-4.0 - >=net-dns/openresolv-3.5.4[systemd] + >=net-dns/openresolv-3.5.4-r1 sys-apps/iproute2 sys-apps/systemd " diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest index 88502c0f5d79..828d5432d95f 100644 --- a/net-misc/whois/Manifest +++ b/net-misc/whois/Manifest @@ -7,3 +7,4 @@ DIST whois_5.0.19.tar.xz 69840 SHA256 6fc08910aefe10c3855e12eb400e8b8d5d5c7cf174 DIST whois_5.0.20.tar.xz 69996 SHA256 818332954643626b8a44670746185cf7fc7a862195b46c01e10df1c3f82d8ecf SHA512 b9e7f3d4b5cdf3084aa16912b4c340d866d0a593e9375ec6f8b3fffbd4b3af1dc64d96f279e618ce63e4acbe8b6271654d233a287bc0f099db4f936dfc3af3f1 WHIRLPOOL c418d5279270fe4c624c87f080ed243680778dcd92e88d8c0ccd7be085f48c3f1e0e5d315933dc7549862c62a687e22f4ca83c379dd7f21ae34602571fc15c07 DIST whois_5.0.22.tar.xz 70104 SHA256 58ddef85acc5a4ccc180a700bfe4792213f4d8d1584b7fe313855c799a4342e2 SHA512 9c9393eca37146296b2e6ef9d634ac99b79bf093fbabbd62b9413e8d8c47a19d6742df90b6f3f67051a8d47c7a1e13e1151594c7342c53bb6fbc02c289029baa WHIRLPOOL cf27e7b7c5bb63b0257ae486f8536197fa78234f80c80a661e4733c398b14557eaf8df423790ba15dd0264441671f5c32ea70a10230dd06fc643080e339ea663 DIST whois_5.0.23.tar.xz 70116 SHA256 6b486a42a4aa83b5f921083d518176726b6d2d903bc8dab5c6126ebe2bea1bf1 SHA512 7ce9cbf251cb46d771cc19482d4cd4c0489e35a71eedf1286a996b133277944c70a53a6807ecf8d41bc91346981d672daaa3ea4b0fe53fc8d12f23fc4080ff0b WHIRLPOOL 24960930d77cb95b94a7533ee0b3e2a8c96aa1b8810f5c7f720bd3f13562b112a313496960ac7b8f55760b1f0257b0b54ba3d9202826ed22c7ccfdb7f55e9547 +DIST whois_5.0.24.tar.xz 72384 SHA256 c61435fef8e2bb1158846b6c1bd72cf5ed29a474c1e27cd35cf0574b40bd0bf5 SHA512 b8c912cc825d3cd53593d120fed585827b22dda665a3621f2b99bcba0d22292bde50b67287c1edb83c2fa62a7c74e4e26e94f5903639c396fbee893cafc429fc WHIRLPOOL 950b786ad32aa0f43a4de7ae5075e10bdda37b2e799e300fa6d461ac0256eb734ba4cac6e5f85571a47a5bf94eac5c4039c09d676e3253128a3cad6e38b461a1 diff --git a/net-misc/whois/whois-5.0.24.ebuild b/net-misc/whois/whois-5.0.24.ebuild new file mode 100644 index 000000000000..09b4e7980e19 --- /dev/null +++ b/net-misc/whois/whois-5.0.24.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.0.24.ebuild,v 1.1 2013/04/30 19:01:15 radhermit Exp $ + +EAPI=4 +inherit eutils toolchain-funcs + +MY_P=${P/-/_} +DESCRIPTION="improved Whois Client" +HOMEPAGE="http://www.linux.it/~md/software/" +SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +IUSE="iconv idn nls" +RESTRICT="test" #59327 + +RDEPEND="iconv? ( virtual/libiconv ) + idn? ( net-dns/libidn ) + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + app-arch/xz-utils + >=dev-lang/perl-5 + nls? ( sys-devel/gettext )" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-4.7.2-config-file.patch + + if use nls ; then + sed -i -e 's:#\(.*pos\):\1:' Makefile || die + else + sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die + + # don't generate po files when nls is disabled (bug #419889) + sed -i -e '/^all:/s/ pos//' \ + -e '/^install:/s/ install-pos//' Makefile || die + fi +} + +src_configure() { :;} # expected no-op + +src_compile() { + unset HAVE_ICONV HAVE_LIBIDN + use iconv && export HAVE_ICONV=1 + use idn && export HAVE_LIBIDN=1 + tc-export CC + emake CFLAGS="${CFLAGS} ${CPPFLAGS}" +} + +src_install() { + emake BASEDIR="${ED}" prefix=/usr install + insinto /etc + doins whois.conf + dodoc README debian/changelog + + if [[ ${USERLAND} != "GNU" ]]; then + mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die + mv "${ED}"/usr/bin/{whois,mdwhois} || die + fi +} diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest index 8131779a5cb5..81c4f081992c 100644 --- a/net-misc/youtube-dl/Manifest +++ b/net-misc/youtube-dl/Manifest @@ -3,3 +3,4 @@ DIST youtube-dl-2013.04.18.tar.gz 150605 SHA256 f01aaac1fb65da4e47500d473ce5eca6 DIST youtube-dl-2013.04.21.tar.gz 153749 SHA256 2b69325eb06fec89acb9d82dab87ceb4d97ab5b3d1e98ebd16aae241b78fa100 SHA512 2f2cfb5e51cedccd55bc80bdcb247e9178c31ae4991a59ac4c4b5f335b13c866fb7ad87c8380ba704ece771020940bef3a1943c47bf8406eb5c147093580b78e WHIRLPOOL 32f2ba9e96dbd50f3912787a82a5536ef2e0aa3b72a1644b61e62dae748c16a9b7d2c2812cabb6db2260487c25d454541e527bcac1c565d380845f01a452d2d9 DIST youtube-dl-2013.04.22.tar.gz 154507 SHA256 51456555c8b8f116bf738e60fdf2eb3cf75e441e3150195ab3a0182eab4c29d3 SHA512 381aa7e3c1a962c594abc4bc0a950548d9d00607307126188f1accbd6520c3a836d89ed50f80d867cc34d02063fa14df282b25a447c5bda47dc41452920a59e5 WHIRLPOOL bb3b140fb1553fc27b6a108be778bf2ad67860edc82f21ff8761d0bedf9e2d63c5bf400f9399498546118c5ebab0c8a3fac2fd164610b4f4bd78514768e24925 DIST youtube-dl-2013.04.28.tar.gz 158803 SHA256 c5e160c18bb6bd95168535873f89139e4b1098f73bf158f8b9886075d3f6507d SHA512 fe2886dca47f4a7e7e7af053a6ef4efb1c44ba1e6af5405fde2a052a0696fd1a682f44f4c5677c65e405601ff8215de516318905aa64785add8b06d3f74a434d WHIRLPOOL 61fa561f24351da94ba3512ad3af8f8bf19ee24e926a11e999b802dfad6349ad84ca6afa812b287dc728d4f5cfb60353809962dee3371185209959bcfb63aa29 +DIST youtube-dl-2013.04.31.tar.gz 159187 SHA256 42c2e7689f0efc7c9e35d2377ea49dcf572601efe41bc0d6a639488585bbbb50 SHA512 530389b12743c0e55f72c8df069bbdc1cea456f38fbdac773b0dc3b78f9a1881f99650815b08df6fc0a0ff030b1bc0d20e99d0d21f93f72c0367ef08afec775a WHIRLPOOL a92e62ccf848edc44b05b61f612893861751a6d0486f5605f9ff1a665615f626a480f80064cba05b03a3c8256fcf3eb88fa41386c0e538ca1d3955fbd93a9924 diff --git a/net-misc/youtube-dl/youtube-dl-2013.04.31.ebuild b/net-misc/youtube-dl/youtube-dl-2013.04.31.ebuild new file mode 100644 index 000000000000..b5ea024ccfa3 --- /dev/null +++ b/net-misc/youtube-dl/youtube-dl-2013.04.31.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.04.31.ebuild,v 1.1 2013/05/01 00:34:13 jer Exp $ + +EAPI=5 +PYTHON_COMPAT=(python{2_5,2_6,2_7}) + +inherit bash-completion-r1 eutils python-single-r1 + +DESCRIPTION="Download videos from YouTube.com (and mores sites...)" +HOMEPAGE="http://rg3.github.com/youtube-dl/" +SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="offensive test" + +DEPEND="test? ( dev-python/nose[coverage(+)] )" + +S="${WORKDIR}/${PN}" + +src_prepare() { + use offensive || epatch "${FILESDIR}"/${PN}-2013.01.13-offensive.patch +} + +src_install() { + rm -vf youtube_dl/*.py[co] + python_domodule youtube_dl + dobin bin/${PN} + dodoc CHANGELOG README.txt + doman ${PN}.1 + dobashcomp ${PN}.bash-completion ${PN} + python_fix_shebang "${ED}" +} diff --git a/net-news/newsbeuter/files/newsbeuter-2.6-json-c.patch b/net-news/newsbeuter/files/newsbeuter-2.6-json-c.patch new file mode 100644 index 000000000000..0ec5d9bf36e7 --- /dev/null +++ b/net-news/newsbeuter/files/newsbeuter-2.6-json-c.patch @@ -0,0 +1,32 @@ +From 37f87d8cf4d6a5c9628a6fa13db122377feafe65 Mon Sep 17 00:00:00 2001 +From: eroen +Date: Sun, 28 Apr 2013 18:10:20 +0200 +Subject: [PATCH] Allow json-c lib named either "json" or "json-c" + +With version 0.11, the json-c library (https://github.com/json-c/json-c/wiki) +renamed their pkgconfig file from "json" to "json-c". + +This way, either name is accepted and the website hinting on failure is +preserved. + +See also: https://bugs.gentoo.org/show_bug.cgi?id=467354 +--- + config.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/config.sh b/config.sh +index b09fce2..f9335b8 100755 +--- a/config.sh ++++ b/config.sh +@@ -99,7 +99,7 @@ check_pkg "sqlite3" || fail "sqlite3" + check_pkg "libcurl" || check_custom "libcurl" "curl-config" || fail "libcurl" + check_pkg "libxml-2.0" || check_custom "libxml2" "xml2-config" || fail "libxml2" + check_pkg "stfl" || fail "stfl" +-check_pkg "json" || fail "json" ++( check_pkg "json" || check_pkg "json-c" ) || fail "json-c" + + if [ `uname -s` = "Darwin" ]; then + check_custom "ncurses5.4" "ncurses5.4-config" || fail "ncurses5.4" +-- +1.8.2.1 + diff --git a/net-news/newsbeuter/newsbeuter-2.6.ebuild b/net-news/newsbeuter/newsbeuter-2.6.ebuild index 5fef23c1af3b..145b625dc113 100644 --- a/net-news/newsbeuter/newsbeuter-2.6.ebuild +++ b/net-news/newsbeuter/newsbeuter-2.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/newsbeuter/newsbeuter-2.6.ebuild,v 1.1 2013/03/20 03:22:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/newsbeuter/newsbeuter-2.6.ebuild,v 1.2 2013/04/30 19:24:24 radhermit Exp $ EAPI="5" -inherit toolchain-funcs +inherit toolchain-funcs eutils DESCRIPTION="A RSS/Atom feed reader for the text console" HOMEPAGE="http://www.newsbeuter.org/index.html" @@ -38,6 +38,8 @@ src_prepare() { -e "s:-ggdb:${CXXFLAGS}:" \ -e "s:^CXX=.*:CXX=$(tc-getCXX):" \ Makefile + + epatch "${FILESDIR}"/${P}-json-c.patch } src_configure() { diff --git a/net-wireless/broadcom-sta/Manifest b/net-wireless/broadcom-sta/Manifest index 9113f0fe8120..1b909dfb75b5 100644 --- a/net-wireless/broadcom-sta/Manifest +++ b/net-wireless/broadcom-sta/Manifest @@ -1,2 +1,4 @@ +DIST bcmwl-kernel-source_6.30.223.30%2Bbdcom-0ubuntu1%7Eppa1_amd64.deb 1779122 SHA256 de6529ae67f339aee185be93e3c12ffa944ef6b4807d176d6fda661de52136ba SHA512 93b17029538ec17be61902f1e5237a300f532dc88fd7475ac202c249a9cec099c5d170b0ebc043e1bda1987f6f925b6a28d4aa80748218f735a3790ded0565cd WHIRLPOOL 47f54a2fc286e58adef1383496fe3e65430ef643d8e7b8830cb87c0558319780f71944296211c62ccccaa4e3a216019fc5a29dd48903240362c656bb79ae55c2 +DIST bcmwl-kernel-source_6.30.223.30%2Bbdcom-0ubuntu1%7Eppa1_i386.deb 1732452 SHA256 d689040ac2ef67b9947f892b52764cd94c2090499747b57d63c2b40c7bc8eabb SHA512 323db5e6c8fc702990d7137bd11d2e8bba7ed073ee8da00125d147872edf90dd051a959198dbdaf92808403cdcfd582f17afb8a6f5e741382d3a0cffd6ce130a WHIRLPOOL db24f078e2639f609021028304e7caf48b9a3737b6fdf4b2522ab74606c6cb0b11a94706978b1fd1acdf66c59e351a4a433cf9e500862931a1e9dce6e5562c01 DIST hybrid-portsrc_x86_32-v5_100_82_112.tar.gz 1139221 SHA256 85b4e3163b383943d5002a571efbd03f212d010ba0962ebdefb201fe6ce270e7 DIST hybrid-portsrc_x86_64-v5_100_82_112.tar.gz 1175410 SHA256 9cd32f164c748b4353f10a74f3b00640bb281e4b79f17114aac581e0b3cd4ae3 SHA512 485c4a661c30ebc076499f48d468ef30afdd5fdfd6458f4cd25fceaf15969f33e46695a173908d05e635a572efc152b5ae973493d53d5b4089335b03b0ba9a6d WHIRLPOOL 2e3259d3fde1830aeddf8ee38a070f891c0acb167bfe99d623b6102f1bc8ee8f3f776efc6370b1067063eea2069a93e5678e6ea3b3ab054e7d4d30b9f5db8f46 diff --git a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.30.ebuild b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.30.ebuild new file mode 100644 index 000000000000..1ccc7f1a0dda --- /dev/null +++ b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.30.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/broadcom-sta/broadcom-sta-6.30.223.30.ebuild,v 1.1 2013/05/01 07:22:47 pinkbyte Exp $ + +EAPI="5" +inherit eutils linux-mod unpacker + +DESCRIPTION="Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver." +HOMEPAGE="https://launchpad.net/ubuntu/+source/bcmwl http://www.broadcom.com/support/802.11/linux_sta.php" +BASE_URI="https://launchpad.net/~albertomilone/+archive/broadcom/+files" +BASE_NAME="bcmwl-kernel-source_${PV}%2Bbdcom-0ubuntu1%7Eppa1_" +SRC_URI="amd64? ( ${BASE_URI}/${BASE_NAME}amd64.deb ) + x86? ( ${BASE_URI}/${BASE_NAME}i386.deb )" + +LICENSE="Broadcom" +KEYWORDS="-* ~amd64 ~x86" + +RESTRICT="mirror" + +DEPEND="virtual/linux-sources" +RDEPEND="" + +#S="${WORKDIR}" +S="${WORKDIR}/usr/src/bcmwl-${PV}+bdcom" + +MODULE_NAMES="wl(net/wireless)" +MODULESD_WL_ALIASES=("wlan0 wl") + +pkg_setup() { + # bug #300570 + # NOTE: module builds correctly anyway with b43 and SSB enabled + # make checks non-fatal. The correct fix is blackisting ssb and, perhaps + # b43 via udev rules. Moreover, previous fix broke binpkgs support. + CONFIG_CHECK="~!B43 ~!SSB" + if kernel_is ge 2 6 32; then + CONFIG_CHECK="${CONFIG_CHECK} CFG80211 LIB80211 ~!MAC80211" + elif kernel_is ge 2 6 31; then + CONFIG_CHECK="${CONFIG_CHECK} LIB80211 WIRELESS_EXT ~!MAC80211" + elif kernel_is ge 2 6 29; then + CONFIG_CHECK="${CONFIG_CHECK} LIB80211 WIRELESS_EXT ~!MAC80211 COMPAT_NET_DEV_OPS" + elif kernel_is ge 3 8 0; then + ewarn "Due to licensing issues this driver is unusable with kernel 3.8." + ewarn "Meaning: This build will likely not succeed." + else + CONFIG_CHECK="${CONFIG_CHECK} IEEE80211 IEEE80211_CRYPT_TKIP" + fi + linux-mod_pkg_setup + + BUILD_PARAMS="-C ${KV_DIR} M=${S}" + BUILD_TARGETS="wl.ko" +} + +src_unpack() { + local arch_suffix + if use amd64; then + arch_suffix="amd64" + else + arch_suffix="i386" + fi + unpack_deb "${BASE_NAME}${arch_suffix}.deb" +} + +src_prepare() { + einfo + einfo "These patches come from some mighty proficient Debian programmer" + einfo "whose work I shamelessly exploit for Gentoo's benefit." + einfo "This ebuild was tested with 3.7.10-gentoo-r1." + einfo "If one of them patches fails against other versions, please" + einfo "file a bug about it at https://bugs.gentoo.org" + einfo +# Filter the outdated patches here +# This needs more testing against multiple versions. +# So far the filtered patches seem to be cruft from older versions. + EPATCH_FORCE="yes" EPATCH_EXCLUDE="0002* 0004* 0005*" EPATCH_SOURCE="${S}/patches" EPATCH_SUFFIX=patch epatch +# keep `emake install` working + epatch "${FILESDIR}/${P}-makefile.patch" + + mv "${S}/lib/wlc_hybrid.o_shipped_"* "${S}/lib/wlc_hybrid.o_shipped" \ + || die "Where is the blob?" + + epatch_user +} diff --git a/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.30-makefile.patch b/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.30-makefile.patch new file mode 100644 index 000000000000..09c495d2a10f --- /dev/null +++ b/net-wireless/broadcom-sta/files/broadcom-sta-6.30.223.30-makefile.patch @@ -0,0 +1,14 @@ +--- Makefile.old 2013-04-28 22:42:59.000000000 +0200 ++++ Makefile 2013-04-28 22:45:53.000000000 +0200 +@@ -128,9 +128,9 @@ + + EXTRA_LDFLAGS := $(src)/lib/wlc_hybrid.o_shipped + +-KBASE ?= /lib/modules/`uname -r` ++KBASE ?= /lib/modules/${KV_FULL} + KBUILD_DIR ?= $(KBASE)/build +-MDEST_DIR ?= $(KBASE)/kernel/drivers/net/wireless ++MDEST_DIR ?= ${D}$(KBASE)/kernel/drivers/net/wireless + + all: + KBUILD_NOPEDANTIC=1 make -C $(KBUILD_DIR) M=`pwd` diff --git a/net-wireless/broadcom-sta/metadata.xml b/net-wireless/broadcom-sta/metadata.xml index 2e90b802bc7c..3a388868f7a8 100644 --- a/net-wireless/broadcom-sta/metadata.xml +++ b/net-wireless/broadcom-sta/metadata.xml @@ -1,8 +1,9 @@ +proxy-maintainers -maintainer-needed@gentoo.org + tomboy64@sina.cn diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 3b341b21a5dd..c1e2b2b3bb56 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/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/arch/amd64/package.use.mask,v 1.160 2013/03/14 02:43:20 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.161 2013/05/01 06:27:01 grozin Exp $ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -171,10 +171,6 @@ www-client/firefox -ipc # x86 platforms works$ sys-power/pm-utils -video_cards_intel -video_cards_radeon -# Andrey Grozin (24 Dec 2009) -# openmcl (aka clozurecl) is only available on x86 and amd64 -sci-mathematics/maxima -clozurecl - # Mounir Lamouri (07 Nov 2009) # Masked in base, unmak for amd64/x86. Bug 267264 media-gfx/k3d -cuda diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 920f19737726..da256eed0dd0 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/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/arch/amd64/use.mask,v 1.48 2013/03/07 20:53:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.49 2013/05/01 06:27:01 grozin Exp $ # Unmask the flag which corresponds to ARCH. -amd64 @@ -158,11 +158,6 @@ video_cards_i740 video_cards_newport video_cards_nsc -# 2005/09/19 - Olivier Fisette -# cmucl is not available on amd64. Masking to keep "sci-mathematics/maxima" -# happy. -cmucl - # 2004/10/06 - Jeremy Huddleston # sys-cluster/pvm won't build pvm @@ -187,4 +182,8 @@ capslib -abi_x86_32 -abi_x86_64 +# Andrey Grozin (1 May 2013) +# available on amd64 +-clozurecl + # NOT NECESSARY - SECTION diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask index 57d300398c2c..f23d9fefcd3e 100644 --- a/profiles/arch/powerpc/use.mask +++ b/profiles/arch/powerpc/use.mask @@ -20,7 +20,6 @@ acpi avi lm_sensors rar -cmucl hdf fmod i8x0 diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 1d475e3dc675..d7542095fe62 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/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/arch/sparc/use.mask,v 1.108 2013/04/22 09:31:55 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/use.mask,v 1.109 2013/05/01 06:27:01 grozin Exp $ # Unmask the flag which corresponds to ARCH. -sparc @@ -169,7 +169,6 @@ ukcid # USE-flags from differents origins brltty cle266 -cmucl commercial cpufreq directfb diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 0ca0565877a1..08331a026bc1 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/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/arch/x86/package.use.mask,v 1.112 2013/03/02 20:45:52 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.113 2013/05/01 06:27:01 grozin Exp $ # Agostino Sarubbo (16 Feb 2012) # mask because requires unstable depends not ready for the stabilization @@ -117,10 +117,6 @@ dev-libs/glib -systemtap =sys-cluster/glusterfs-3.1.2 infiniband =sys-cluster/corosync-1.3.0 infiniband -# Andrey Grozin (28 Apr 2011) -# cmucl is only available on x86 -sci-mathematics/fricas -cmucl - # Luca Barbato (28 Feb 2011) # # Masked in base, unmask for amd64/x86 media-video/mplayer2 -bluray @@ -156,10 +152,6 @@ sys-power/pm-utils -video_cards_intel -video_cards_radeon # '64bit' '32bit' 'nspluginwrapper' are for amd64 only www-plugins/adobe-flash 32bit 64bit -# Andrey Grozin (24 Dec 2009) -# openmcl (aka clozurecl) is only available on x86 and amd64 -sci-mathematics/maxima -clozurecl - # Mounir Lamouri (07 Nov 2009) # Masked in base, unmak for amd64/x86. Bug 267264 media-gfx/k3d -cuda diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 626ab1c7d298..99e63312462c 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/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/arch/x86/use.mask,v 1.50 2013/03/07 20:54:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.51 2013/05/01 06:27:02 grozin Exp $ # Unmask the flag which corresponds to ARCH. -x86 @@ -176,3 +176,8 @@ win64 # Unmask the flag corresponding to the only ABI. This allows x86 binary # packages to have uniform dependencies for amd64-multilib & x86. -abi_x86_32 + +# Andrey Grozin (1 May 2013) +# available on x86 +-cmucl +-clozurecl diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index ef689e2a5c10..c9bce0d1fc27 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.459 2013/04/29 21:59:46 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.462 2013/05/01 06:27:02 grozin Exp $ # This file requires >=portage-2.1.1 # New entries go on top. @@ -199,17 +199,6 @@ net-misc/networkmanager systemd # gobject-introspection[doctool], bug #411761 dev-libs/gobject-introspection doctool -# Sebastian Pipping (12 Apr 2012) -# Compilation fails due to a bug in dev-libs/gobject-introspection -# that has yet to be resolved upstream. -# See for details -~media-libs/babl-0.1.8 introspection - -# Sebastian Pipping (12 Apr 2012) -# Compile errors -# https://bugs.gentoo.org/show_bug.cgi?id=416587 ->=media-libs/gegl-0.2 introspection - # Michał Górny (11 Apr 2012) # JIT compilation in libzpaq generates code for x86/amd64. app-arch/libzpaq jit @@ -415,11 +404,6 @@ media-sound/pulseaudio system-wide # 299674 >net-misc/wicd-1.6.2.2 ioctl -# Andrey Grozin (7 Jan 2010) -# gcl is, unfortunately, masked -# I have problems with cmucl, masked for investigation -sci-mathematics/fricas gcl cmucl - # Tomáš Chvátal (6 Jan 2010) # Still not really functional, upstream requires not building it. x11-libs/cairo gallium @@ -456,12 +440,6 @@ media-gfx/iscan X # quakeforge has video_cards_tdfx enabled only for x86 games-fps/quakeforge video_cards_tdfx -# Marijn Schouten (03 Aug 2009) -# gcl is an old piece of crap that has a lot of problems -# Andrey Grozin (24 Dec 2009) -# openmcl (aka clozurecl) is only available on x86 and amd64 -sci-mathematics/maxima gcl clozurecl - # Tomas Chvatal (31 Jan 2009) # mask cuda for boinc. Works only on amd64 and x86 sci-misc/boinc cuda diff --git a/profiles/base/use.mask b/profiles/base/use.mask index ecf194b0e0a5..2de01e4be4fa 100644 --- a/profiles/base/use.mask +++ b/profiles/base/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/use.mask,v 1.166 2013/04/19 15:25:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.167 2013/05/01 06:27:02 grozin Exp $ # masking here and unmasking in default/linux/ kmod @@ -339,3 +339,9 @@ abi_x86_x32 # Zac Medico (21 Mar 2013) # Python 3.4 pre-releases not available in main tree yet. python_targets_python3_4 + +# Andrey Grozin (1 May 2013) +# gcl is masked, cmucl only available on x86, clozurecl on x86 and amd64 +gcl +cmucl +clozurecl diff --git a/profiles/eapi-5-files/use.stable.mask b/profiles/eapi-5-files/use.stable.mask index 2285604f0daa..8efed12f0bb7 100644 --- a/profiles/eapi-5-files/use.stable.mask +++ b/profiles/eapi-5-files/use.stable.mask @@ -1,10 +1,15 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/eapi-5-files/use.stable.mask,v 1.4 2013/03/27 11:07:04 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/eapi-5-files/use.stable.mask,v 1.5 2013/04/30 13:44:09 tetromino Exp $ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Alexandre Rostovtsev (30 Apr 2013) +# Remove when Python 3.3 is unmasked and ready for stabilization (bug #467894) +python_targets_python3_3 +python_single_target_python3_3 + # Chí-Thanh Christopher Nguyễn (27 Mar 2013 # wayland is not stable, bug #419473 wayland diff --git a/profiles/package.mask b/profiles/package.mask index 36c976992f55..e0d7eff09726 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14700 2013/04/29 14:46:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14702 2013/05/01 06:29:59 grozin Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -31,6 +31,10 @@ #--- END OF EXAMPLES --- +# Doug Goldstein (30 Apr 2013) +# Fails to build. bug #468058 +=gnome-extra/zeitgeist-0.9.12-r1 + # Ian Delaney (29 Apr 2013) # Issues with python implementations in deps # This pacakge and version needs further work re its deps. @@ -83,21 +87,6 @@ sys-apps/kuroevtd net-im/ktp-contact-applet net-im/ktp-presence-applet -# Andrey Grozin (20 Apr 2013) -# New stuff ported from the lisp overlay -# and computer algebra systems which depend on it -# masked for testing ->=dev-lisp/gentoo-init-1.0 ->=dev-lisp/asdf-2.26 ->=dev-lisp/uiop-2.33-r1 ->=dev-lisp/sbcl-1.1.2 ->=dev-lisp/cmucl-20d-r3 ->=dev-lisp/clozurecl-1.9_p1 ->=dev-lisp/ecls-12.12.1-r4 ->=dev-lisp/clisp-2.49-r7 ->=sci-mathematics/maxima-5.30.0 ->=sci-mathematics/fricas-1.2.0 - # Michael Weber (18 Apr 2013) # Masked due test failures =app-arch/advancecomp-1.17 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 94cd9af32ee8..73409012bf93 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -686,6 +686,8 @@ app-leechcraft/lc-azoth:xtazy - Build Xtazy for publishing currently playing tun app-leechcraft/lc-azoth:zheet - Build Zheet, libmsn-based plugin for Windows Live Messenger support (deprecated, use 'msn' for new versions) app-leechcraft/lc-blogique:hestia - Allows one to keep a local blog app-leechcraft/lc-blogique:metida - Support for the LiveJournal blogging platform +app-leechcraft/lc-gmailnotifier:notify - Pull in a plugin to show notifications from GMail Notiifer +app-leechcraft/lc-gmailnotifier:quark - Pull in a plugin to show GMail Notifier's quark app-leechcraft/lc-lmp:graffiti - Build media tags editor plugin app-leechcraft/lc-lmp:mp3tunes - Build plugin for supporting the mp3tunes.com music locker service. app-leechcraft/lc-lmp:mpris - Enable MPRIS support @@ -2424,6 +2426,7 @@ gnome-extra/zeitgeist-datasources:geany - Zeitgeist plugin for dev-util/geany as gnome-extra/zeitgeist-datasources:gedit - Zeitgeist plugin for app-editors/gedit as data source gnome-extra/zeitgeist-datasources:rhythmbox - Zeitgeist plugin for media-sound/rhythmbox as data source gnome-extra/zeitgeist-datasources:telepathy - Zeitgeist plugin for telepathy framework as data source +gnome-extra/zeitgeist-datasources:thunderbird - Zeitgeist plugin for mail-client/thunderbird as data source gnome-extra/zeitgeist-datasources:tomboy - Zeitgeist plugin for app-misc/tomboy as data source gnome-extra/zeitgeist-datasources:totem - Zeitgeist plugin for media-video/totem as data source gnome-extra/zeitgeist-datasources:vim - Zeitgeist plugin for vim as data source @@ -5445,6 +5448,7 @@ sci-mathematics/fricas:clisp - Add support for GNU CLISP (dev-lisp/clisp) sci-mathematics/fricas:clozurecl - Add support for Clozure Common Lisp (dev-lisp/clozurecl) sci-mathematics/fricas:cmucl - Add support for CMU Common Lisp (dev-lisp/cmucl) sci-mathematics/fricas:ecl - Add support for Embeddable Common Lisp (dev-lisp/ecls) +sci-mathematics/fricas:ecls - Add support for Embeddable Common Lisp (dev-lisp/ecls) sci-mathematics/fricas:gcl - Add support for GNU Common Lisp (dev-lisp/gcl) sci-mathematics/fricas:sbcl - Add support for Steel Bank Common Lisp (dev-lisp/sbcl) sci-mathematics/geomview:avg - Enable experimental motion averaging technique diff --git a/sci-calculators/galculator/Manifest b/sci-calculators/galculator/Manifest index b5697c5dd083..4bf861938e8c 100644 --- a/sci-calculators/galculator/Manifest +++ b/sci-calculators/galculator/Manifest @@ -1,2 +1,3 @@ -DIST galculator-1.3.4.tar.bz2 393759 SHA256 9d6c6f13d9249719d1af71f45f97f64d70aefb959d3bfe2cd375e076d4c5943d +DIST galculator-1.3.4.tar.bz2 393759 SHA256 9d6c6f13d9249719d1af71f45f97f64d70aefb959d3bfe2cd375e076d4c5943d SHA512 cff1307ebaaa2cbefc26d9c8ce9b502ff0a845c224962971bc5c93da952d3562d43c8599a0bf45b2c362df9c29674a88d889e7cfb77f424d6e282c7b2838d920 WHIRLPOOL 446f3681a5a15897a270bbdf9afdfc406243d3ee4c47d768d09106b0744ad73ce70446565e95a75f3eff546a55636db9a831e8f65d56379de9af29e5079809ca +DIST galculator-2.1.2.tar.bz2 427684 SHA256 23e7e8d02ec49bf06e061e7fa56c779fd0f353ec294c30fd88858786d8e4a79b SHA512 e327ca9e6845a3022b4a2bcdaccf68c60d569f839f5cc3706886ff952fbac369f4022887ed4d5b39d6631c67f9de895db4cae4b0f39a681ef9b29747228d81b1 WHIRLPOOL 255a159841ad0bd523fd6933d4b8f3a27cbe14f4465c9db19d68046dd4eed2b1eddeb596795a5782c2114b36f093ab2f51afbd5356b931b50689debb4e88ec48 DIST galculator-2.1.tar.bz2 404488 SHA256 f3ae03601a123287cddf6f79e79cf37bbe5ce87a98997e0fd623f1cd08e6f6be SHA512 47bfcb67bd5cc9aa2974ac862f252daff207ad20975304af56d96465cfb01aa8d4fad729b87f4c2f5a8a821b5cad376b494fea433fac4a7b460713c6bf3f2237 WHIRLPOOL 7b2251d559bc5180ef170e4d50f9afd6b103e50d01d81ad185f5705c7fb19c0804bb50d35a5f800c4f7e00c946fc522138b5e56f4e8af28f4cceab8b55a510d7 diff --git a/sci-calculators/galculator/galculator-1.3.4.ebuild b/sci-calculators/galculator/galculator-1.3.4.ebuild index b44179391461..09d83bb40104 100644 --- a/sci-calculators/galculator/galculator-1.3.4.ebuild +++ b/sci-calculators/galculator/galculator-1.3.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/sci-calculators/galculator/galculator-1.3.4.ebuild,v 1.10 2012/05/13 15:42:36 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.4.ebuild,v 1.11 2013/05/01 04:13:20 tetromino Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="GTK+ based algebraic and RPN calculator." HOMEPAGE="http://galculator.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" diff --git a/sci-calculators/galculator/galculator-2.1.2.ebuild b/sci-calculators/galculator/galculator-2.1.2.ebuild new file mode 100644 index 000000000000..f5498309f78e --- /dev/null +++ b/sci-calculators/galculator/galculator-2.1.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.1.2.ebuild,v 1.1 2013/05/01 04:13:20 tetromino Exp $ + +EAPI=5 +GCONF_DEBUG=no + +inherit gnome2 + +DESCRIPTION="GTK+ based algebraic and RPN calculator" +HOMEPAGE="http://galculator.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" + +RDEPEND="dev-libs/glib:2 + x11-libs/gtk+:3 + x11-libs/pango" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/flex + sys-devel/gettext + virtual/pkgconfig" + +DOCS="AUTHORS ChangeLog NEWS README THANKS doc/shortcuts" diff --git a/sci-calculators/galculator/galculator-2.1.ebuild b/sci-calculators/galculator/galculator-2.1.ebuild index 2b1046f750e7..2ae43168ce7d 100644 --- a/sci-calculators/galculator/galculator-2.1.ebuild +++ b/sci-calculators/galculator/galculator-2.1.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/sci-calculators/galculator/galculator-2.1.ebuild,v 1.5 2013/04/01 17:55:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-2.1.ebuild,v 1.6 2013/05/01 04:13:20 tetromino Exp $ EAPI=5 GCONF_DEBUG=no @@ -11,7 +11,7 @@ DESCRIPTION="GTK+ based algebraic and RPN calculator" HOMEPAGE="http://galculator.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" diff --git a/sci-mathematics/fricas/files/fricas-1.2.0-noinit.patch b/sci-mathematics/fricas/files/fricas-1.2.0-noinit.patch new file mode 100644 index 000000000000..1e44269e4731 --- /dev/null +++ b/sci-mathematics/fricas/files/fricas-1.2.0-noinit.patch @@ -0,0 +1,13 @@ +diff -r -U1 fricas-1.2.0.orig/configure.ac fricas-1.2.0/configure.ac +--- fricas-1.2.0.orig/configure.ac 2013-04-08 10:26:54.000000000 +0700 ++++ fricas-1.2.0/configure.ac 2013-05-01 01:34:31.338461653 +0700 +@@ -424,3 +424,3 @@ + cmucl) +- fricas_quiet_flags='-batch -noinit' ++ fricas_quiet_flags='-batch -nositeinit -noinit' + fricas_eval_flags='-eval' +@@ -432,3 +432,3 @@ + openmcl) +- fricas_quiet_flags= ++ fricas_quiet_flags='--no-init' + fricas_eval_flags='--eval' diff --git a/sci-mathematics/fricas/fricas-1.2.0.ebuild b/sci-mathematics/fricas/fricas-1.2.0.ebuild index 6bf7f3a9f16c..6dfa190934b7 100644 --- a/sci-mathematics/fricas/fricas-1.2.0.ebuild +++ b/sci-mathematics/fricas/fricas-1.2.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/sci-mathematics/fricas/fricas-1.2.0.ebuild,v 1.1 2013/04/20 14:56:08 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fricas/fricas-1.2.0.ebuild,v 1.2 2013/04/30 16:22:04 grozin Exp $ EAPI=5 inherit eutils multilib elisp-common autotools @@ -12,9 +12,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" # Supported lisps, number 0 is the default -LISPS=( sbcl cmucl gcl ecl clisp clozurecl ) +LISPS=( sbcl cmucl gcl ecls clisp clozurecl ) # command name: . means just ${LISP} -COMS=( . lisp . . . ccl ) +COMS=( . lisp . ecl . ccl ) IUSE="${LISPS[*]} X emacs gmp" RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE ) @@ -38,6 +38,11 @@ DEPEND="${RDEPEND}" # necessary for clisp and gcl RESTRICT="strip" +src_prepare() { + epatch "${FILESDIR}"/${P}-noinit.patch + eautoreconf +} + src_configure() { local LISP n LISP=sbcl diff --git a/sci-mathematics/fricas/metadata.xml b/sci-mathematics/fricas/metadata.xml index 36dc623ca456..4e58d5435894 100644 --- a/sci-mathematics/fricas/metadata.xml +++ b/sci-mathematics/fricas/metadata.xml @@ -20,6 +20,8 @@ FriCAS is a fork of Axiom computer algebra system. (dev-lisp/sbcl) Add support for Embeddable Common Lisp (dev-lisp/ecls) + Add support for Embeddable Common Lisp + (dev-lisp/ecls) Add support for Clozure Common Lisp (dev-lisp/clozurecl) diff --git a/sys-apps/ethtool/Manifest b/sys-apps/ethtool/Manifest index 4f981c3924af..2542791c6984 100644 --- a/sys-apps/ethtool/Manifest +++ b/sys-apps/ethtool/Manifest @@ -12,4 +12,5 @@ DIST ethtool-3.5.tar.bz2 201932 SHA256 778eab77f4ef1db17ac8829484a5efe1a114d0c25 DIST ethtool-3.6.tar.bz2 203951 SHA256 31fa24e4ecf3654180fa4ed57c31f0198c75467db84a68dfdce60f31c3be9225 SHA512 674e8ab9dd567b2bcc76035744ec1acef893fa2b50f3f56bbae78fd287c9f1250c114f8f698e07532da47444f2ae66f9d843660d187f849df26ebe4db49a1df2 WHIRLPOOL 875c0d0dd8414d7420ca8c5183101c6cfff37eb73278871f81abd564316afb11c45ba05003dca6236d0eda921c95812aff675b1c86c1b8904e8c140a9274376a DIST ethtool-3.7.tar.bz2 208164 SHA256 5426d8db01fbea4d54d4ffebe5844e57f58fdec5e7cc19f4e62ba1bbdc2b6bef SHA512 893afb990f8e428fc089b547427cb45c56d6417a19a2c98cd04810dd383138bdcb61aa2ec048f74de72633342c491dfd0723db6db89319b29abee3a0640ae695 WHIRLPOOL 9a43ca814d98c0e5e9c807e733741f579e9cff44c596d9d85839768b55eb38f9e21b026d0f9e8aab835a7157c933702e5768ce0773694ace7bcec412ddf663af DIST ethtool-3.8.tar.xz 184168 SHA256 510df229ffb27bc030bf60d6181a021e9d3707a082d6565b6daae3d352ee2c95 SHA512 ce003286651f225baf631d7a760f910297a5cd083887f8d96dcc302c2597cb5c3774c58ab34ea55fd9c12d17493bab09fc5cddfc6b383235b818198d5e8d751e WHIRLPOOL c0314b0293b43fc8fdaf6462140a7d56e87b9d6bb03cd5eb9589a5bc26ee006c17764e9cb8c36ff4aacaa54ff10bb9971086ac4a9e25c50cebff966eb15e0595 +DIST ethtool-3.9.tar.xz 184208 SHA256 28f28e702e4992ec44f63c58e1c8033a2318c47372f1f99f5779167ddd5453a6 SHA512 88439d4ff58932f5e22475dfb696f57b7b0a6f6532e532e191cf510fd12d7613bc4ae25be6cfea05718c888d7b9e7601ff5d22aa5b6e94fb35a5ed3546ef6c70 WHIRLPOOL 5fde8d1d7c787b067c11a4d4308e63cc6b3c8b397281ef7a53fc6c7b1521f5d75a7613c9e568f5e5d91d30f8222333ca94721e5b35aec600e632efedfb423ba3 DIST ethtool-6.tar.gz 129849 SHA256 5046f573e7dd77f689c33c5f0aa0f2b7f96c79e0b37d6ecc78bae74c094fb4c6 diff --git a/sys-apps/ethtool/ethtool-3.9.ebuild b/sys-apps/ethtool/ethtool-3.9.ebuild new file mode 100644 index 000000000000..5d7fc31b15e9 --- /dev/null +++ b/sys-apps/ethtool/ethtool-3.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ethtool-3.9.ebuild,v 1.1 2013/04/30 19:04:07 radhermit Exp $ + +EAPI="4" + +DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces" +HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/" +SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" + +DEPEND="app-arch/xz-utils" diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest index 0f4aba1d48ea..d613ab2b8dff 100644 --- a/sys-apps/iproute2/Manifest +++ b/sys-apps/iproute2/Manifest @@ -8,3 +8,4 @@ DIST iproute2-3.5.1.tar.xz 387984 SHA256 36f2674e5436289f3ccfb0a58707aca9dcfa295 DIST iproute2-3.6.0.tar.xz 395096 SHA256 2d17544da00e3f162139f66891c6ab5492d3cca7cfc8f7b517a5dca3c5560534 SHA512 bce4ca6efd0ff9a6e6f257fe57008bd106674aa8143935687ea2d2956fca2eaf5050f89fbc16b96fd91530a8c853f319d4cd8bb021c67e19ffb679c9b19ef15c WHIRLPOOL 98d6015d0a55ddd4695171550d33f074acc586605d6627af4e3302415caa8d1243abf47ca70b0a6a5f57c505f29be0fe5a281914b69aaa6a3cb34e9abfe1f751 DIST iproute2-3.7.0.tar.xz 399892 SHA256 6b0e76d7adb8b9b65f70571f75d72db7c2548eff7813cace9e267065c3c0cb34 SHA512 2569931d0b2190ba5ec1a6567946d85d662cf58c75c4c4dcbc94e399003ee3794354bd8b306f186933a57340e10a227ee65a90bf0cb36d6c48ed3bc5780c69dd WHIRLPOOL de94cf9d2b03727b9e1bdb9308ae494fd92cb379b99c64122bd38e48ee6421891b9b7051955c11ea51584f3eb823eca333841726ce293550d1eab8ea1abdbdbe DIST iproute2-3.8.0.tar.xz 407608 SHA256 579145749f1aaf60e7c7a5de24b7f00fa2200a961094733c792b4ff139181e4f SHA512 0d93070044f573055a7cc58bd006e476f5b0fcb75cb5d49a37417aa7583e637a92e460947434cef9b9449267e4529c655a23b5ed3d549a2aba128148cb8d4ade WHIRLPOOL bfb29c34953f205f7c801a86a38f58d9352b716504649e61665ced6dd48557291412de5fd8987dbab44fbd397dab4a6b55d6c371c7cbaaea3d6e29269df115df +DIST iproute2-3.9.0.tar.xz 412616 SHA256 16f027af432a05085813a2f859b7d42dafd29b8c035ead830d37565b7397592d SHA512 cc46518859e1b106b18b48396aca7e34af326ad34d4dc02ba3cb4401dcd00d091831ccc36e5af79b95ef89012b45a369b763328192da030a3e2180e97cac8c2a WHIRLPOOL cbca636f36af45b4a6a656817a004b97703e90037ff45a68a703c28d7b6f01c777f94c06f17d6075acffbc8f7c08ba88aee8ad0835caa43838d68b42d2a187df diff --git a/sys-apps/iproute2/iproute2-3.9.0.ebuild b/sys-apps/iproute2/iproute2-3.9.0.ebuild new file mode 100644 index 000000000000..8dd235547b0d --- /dev/null +++ b/sys-apps/iproute2/iproute2-3.9.0.ebuild @@ -0,0 +1,115 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.9.0.ebuild,v 1.1 2013/05/01 06:29:19 radhermit Exp $ + +EAPI="4" + +inherit eutils toolchain-funcs flag-o-matic multilib + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" + inherit git-2 +else + SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +DESCRIPTION="kernel routing and traffic control utilities" +HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" + +LICENSE="GPL-2" +SLOT="0" +IUSE="atm berkdb +iptables ipv6 minimal" + +RDEPEND="!net-misc/arpd + iptables? ( >=net-firewall/iptables-1.4.5 ) + !minimal? ( berkdb? ( sys-libs/db ) ) + atm? ( net-dialup/linux-atm )" +DEPEND="${RDEPEND} + app-arch/xz-utils + iptables? ( virtual/pkgconfig ) + sys-devel/bison + sys-devel/flex + >=sys-kernel/linux-headers-2.6.27 + elibc_glibc? ( >=sys-libs/glibc-2.7 )" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907 + use ipv6 || epatch "${FILESDIR}"/${PN}-3.1.0-no-ipv6.patch #326849 + + sed -i \ + -e '/^CC =/d' \ + -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ + -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ + -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ + -e "/^WFLAGS/s:-Werror::" \ + Makefile || die + + # build against system headers + rm -r include/netinet #include/linux include/ip{,6}tables{,_common}.h include/libiptc + sed -i 's:TCPI_OPT_ECN_SEEN:16:' misc/ss.c || die + + # don't build arpd if USE=-berkdb #81660 + use berkdb || sed -i '/^TARGETS=/s: arpd : :' misc/Makefile + + use minimal && sed -i -e '/^SUBDIRS=/s:=.*:=lib tc:' Makefile +} + +src_configure() { + tc-export AR CC PKG_CONFIG + + # This sure is ugly. Should probably move into toolchain-funcs at some point. + local setns + pushd "${T}" >/dev/null + echo 'main(){return setns();};' > test.c + ${CC} ${CFLAGS} ${LDFLAGS} test.c >&/dev/null && setns=y || setns=n + echo 'main(){};' > test.c + ${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || sed -i '/^LDLIBS/s:-lresolv::' "${S}"/Makefile + popd >/dev/null + + cat <<-EOF > Config + TC_CONFIG_ATM := $(usex atm y n) + TC_CONFIG_XT := $(usex iptables y n) + IP_CONFIG_SETNS := ${setns} + # Use correct iptables dir, #144265 #293709 + IPT_LIB_DIR := $(use iptables && ${PKG_CONFIG} xtables --variable=xtlibdir) + EOF +} + +src_install() { + if use minimal ; then + into / + dosbin tc/tc + return 0 + fi + + emake \ + DESTDIR="${D}" \ + LIBDIR="${EPREFIX}"/$(get_libdir) \ + SBINDIR="${EPREFIX}"/sbin \ + CONFDIR="${EPREFIX}"/etc/iproute2 \ + DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \ + MANDIR="${EPREFIX}"/usr/share/man \ + ARPDDIR="${EPREFIX}"/var/lib/arpd \ + install + + rm "${ED}"/usr/share/doc/${PF}/*.{sgml,tex} || die #455988 + + dodir /bin + mv "${ED}"/{s,}bin/ip || die #330115 + + dolib.a lib/libnetlink.a + insinto /usr/include + doins include/libnetlink.h + # This local header pulls in a lot of linux headers it + # doesn't directly need. Delete this header that requires + # linux-headers-3.8 until that goes stable. #467716 + sed -i '/linux\/netconf.h/d' "${ED}"/usr/include/libnetlink.h || die + + if use berkdb ; then + dodir /var/lib/arpd + # bug 47482, arpd doesn't need to be in /sbin + dodir /usr/bin + mv "${ED}"/sbin/arpd "${ED}"/usr/bin/ || die + fi +} diff --git a/sys-apps/mlocate/mlocate-0.26.ebuild b/sys-apps/mlocate/mlocate-0.26.ebuild index b797ef87b1b7..b38114d7e06f 100644 --- a/sys-apps/mlocate/mlocate-0.26.ebuild +++ b/sys-apps/mlocate/mlocate-0.26.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/sys-apps/mlocate/mlocate-0.26.ebuild,v 1.5 2013/04/28 19:21:30 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.26.ebuild,v 1.6 2013/05/01 08:29:54 pinkbyte Exp $ EAPI=4 inherit eutils user toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="https://fedorahosted.org/releases/m/l/mlocate/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="nls selinux" RDEPEND="!sys-apps/slocate diff --git a/sys-cluster/ploop/ploop-1.4.ebuild b/sys-cluster/ploop/ploop-1.4.ebuild index 9b66b174ddca..28467457caab 100644 --- a/sys-cluster/ploop/ploop-1.4.ebuild +++ b/sys-cluster/ploop/ploop-1.4.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/sys-cluster/ploop/ploop-1.4.ebuild,v 1.2 2013/01/15 11:44:41 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ploop/ploop-1.4.ebuild,v 1.4 2013/04/30 12:31:23 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-libs/libxml2" diff --git a/sys-cluster/vzctl/vzctl-3.3-r2.ebuild b/sys-cluster/vzctl/vzctl-3.3-r2.ebuild index d063a08c1fea..034cacfb537e 100644 --- a/sys-cluster/vzctl/vzctl-3.3-r2.ebuild +++ b/sys-cluster/vzctl/vzctl-3.3-r2.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/sys-cluster/vzctl/vzctl-3.3-r2.ebuild,v 1.2 2013/01/03 21:02:59 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.3-r2.ebuild,v 1.4 2013/04/30 12:31:17 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=" diff --git a/sys-power/suspend/Manifest b/sys-power/suspend/Manifest index 625d45f2b11d..a73d255188cf 100644 --- a/sys-power/suspend/Manifest +++ b/sys-power/suspend/Manifest @@ -1,2 +1,2 @@ -DIST suspend-0.8.tar.gz 414135 RMD160 cd481fdb5206c824bf8138be0061bf98c0410f76 SHA1 acc9fb8f85d35f3e12c8406be1e958fc67ece01c SHA256 a5ee1dcfeb05e9c2a63583d7518065d42dc83264144359a2456fd8b9c71e63ee -DIST suspend-utils-1.0.tar.bz2 408451 RMD160 2eee4a2a3e987763663f98522ed142d9d1e58226 SHA1 49ac219b54780265c31e8263d00e2b7b525d0736 SHA256 0206ba6332860b6da57acc79cc0f8604150ef0835ff9633fd42d59d181a6c85d +DIST suspend-0.8.tar.gz 414135 SHA256 a5ee1dcfeb05e9c2a63583d7518065d42dc83264144359a2456fd8b9c71e63ee +DIST suspend-utils-1.0.tar.bz2 408451 SHA256 0206ba6332860b6da57acc79cc0f8604150ef0835ff9633fd42d59d181a6c85d SHA512 481f7ab6e6d43b963cf7abf4d16a9911035dbce13d96e11eeadd50bbd2b9671c597eab0e3060536dcb0d6d848e30ac0e7ff534275fc2d66d2064b75066a4adb8 WHIRLPOOL 4321dcaeda4b5b7d822a1cade82b88094d8706d0daaa06b72d3c053a4bac14ed85b55a4681e0a52f116a63e3b8f4255c57e55fb43961f77149faf1b8aa918d58 diff --git a/sys-power/suspend/files/suspend-1.0-automake-1.13.patch b/sys-power/suspend/files/suspend-1.0-automake-1.13.patch new file mode 100644 index 000000000000..8aacea520b32 --- /dev/null +++ b/sys-power/suspend/files/suspend-1.0-automake-1.13.patch @@ -0,0 +1,11 @@ +--- suspend-utils-1.0/configure.ac ++++ suspend-utils-1.0/configure.ac +@@ -9,7 +9,7 @@ + AC_PREREQ([2.59]) + AC_INIT([suspend-utils], [1.0]) + AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}]) +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + AC_CONFIG_SRCDIR([suspend.c]) + + AC_CANONICAL_HOST diff --git a/sys-power/suspend/suspend-1.0.ebuild b/sys-power/suspend/suspend-1.0.ebuild index 86f90f967746..96846e5cbb87 100644 --- a/sys-power/suspend/suspend-1.0.ebuild +++ b/sys-power/suspend/suspend-1.0.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/sys-power/suspend/suspend-1.0.ebuild,v 1.4 2012/05/22 13:26:18 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-1.0.ebuild,v 1.5 2013/04/30 12:49:50 xmw Exp $ EAPI=4 @@ -33,8 +33,10 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${P/-/-utils-}" src_prepare() { - epatch "${FILESDIR}"/${P}-errno.patch - epatch "${FILESDIR}"/${P}-bzip2.patch + epatch \ + "${FILESDIR}"/${P}-errno.patch \ + "${FILESDIR}"/${P}-bzip2.patch \ + "${FILESDIR}"/${P}-automake-1.13.patch eautoreconf } diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest index 7a4c1ff5902c..454911e6b8fd 100644 --- a/x11-libs/gtk+/Manifest +++ b/x11-libs/gtk+/Manifest @@ -1,6 +1,5 @@ DIST gtk+-1.2.10-r8-gentoo.diff.bz2 81223 SHA256 517bdadbaa0e13285b2d72a667b311219342306d4f68d838c3c1dbc5bfbf1684 SHA512 aaef9275ff6330a9fe1cbe1e40def181329d79cd33eb2b2ff5ae9cba5fa57e706716233ac7515f621d913f81343eb8244c6669e6411f7d50ca69187bf8d4fd86 WHIRLPOOL 2aacaa61e3291ff3c96a724e02a1fd250fa1574a69c730fa8635c28926c4134b780e9695e3aec3a6fd27b6e25848fcaee4075e17cd47bed2851bdcf311f19020 DIST gtk+-1.2.10.tar.gz 2868322 SHA256 3fb843ea671c89b909fd145fa09fd2276af3312e58cbab29ed1c93b462108c34 SHA512 6a05062520954287b0e24a95169d18c216145ee79d1fa7f54222db32c8e39e011e3dc49886d3bc4de1cc1ebd71f5744e41891cde8d5c2759f637e71c390a235f WHIRLPOOL 906a78c2e2664b1cbd70fb9e64ce6ca1155b2a59c169eab986f5b4b90e937f380a5d35e2e28eb56913b0fbdfb53abeca5ef6823f92a3ab3906cd4e9f7c595b15 -DIST gtk+-2.24.12.tar.xz 13255456 SHA256 c5eba3b9259e4bf7554e9dc9db5d72038aa8b1bdd40fa0364b3705c226d11808 SHA512 b5abb66adc01d90c1ce62845bb264a159f4c73d0e9dce32abc80ce8fab8d72b21e22aaf0d8fa870530c019f2249fe2244d5c85e8d3d06b7541d19302bc08e641 WHIRLPOOL 7c55c5d91ecd1f6e4cde0026eeb23302f7812049d0d5ac38c79c0cf0f92b72428d59512519c8b3c4a403d1d85ed2da300c11227fd9f754a3c7a01fd9083203dc DIST gtk+-2.24.16.tar.xz 13435020 SHA256 93cd69cc2cecf9a3aa31a50caf4a24752a6928a48c527ae967b109df6f9302d3 SHA512 0b3b7be3eea1372b9fe1a9a4ddaaabaf92ed1437d3c3c281f936b847cd9cb5a1e97f4b8496009faec00c182719a16767b9061efffbd03c0770b35c099f43cccf WHIRLPOOL 17057f2b4d5b8f071014adb7e0114fef1406590216e09bf745e205baa1bcd4104559a452b422870472ce3f5b5700dda894ecc2e7914e2fa7ae4d4f86235cf63a DIST gtk+-2.24.17.tar.xz 13288028 SHA256 e947b2b460156d98e8e38930b82458e1d613a71eb26e927f966f7081a640f415 SHA512 7a83555b4b6eb534bbdb77eae85164e182d68f786a72dcdbf41e221a25af0981263cc6637427cdf8984f82064927fb38d370d3f8621b7b056b3b5dbd92bcaf79 WHIRLPOOL c4693da71887d5eaaf17bcc60a0e65c60a745eeed5d02534019cae3f9c1baaaae919fdbfa2076999f795aaa2c7be8d1403f2a45a3fc9993eff5a456b0ac0311d DIST gtk+-3.2.4.tar.xz 12261004 SHA256 f981bf514858c00d7084bd6f6c34b3c60b8aebdb959e7aca6faa59ed67c136bd SHA512 89eb2157262a448cf32a5c11cc8ab5a6b916c04119d16fb6f33a44e616e0236427921a0ee221df175c21f395a73958f02516f5aa6167ca2cc3f5b4550e8d3e3a WHIRLPOOL f9c67a34d5a3bf59ebd623fe16e81a471a4af90f698a50848d163ff1d6a6c0989a3d061951793a286bec00a6008db09bea70d513bcd47aab78f7387af62dbf37 diff --git a/x11-libs/gtk+/files/gtk+-1.2.10-automake-1.13.patch b/x11-libs/gtk+/files/gtk+-1.2.10-automake-1.13.patch new file mode 100644 index 000000000000..6df2032c1b7a --- /dev/null +++ b/x11-libs/gtk+/files/gtk+-1.2.10-automake-1.13.patch @@ -0,0 +1,16 @@ +Fix build failure with automake-1.13; fixed upstream in >=2.24.15 and >=3.0 +https://bugs.gentoo.org/467520 + +diff --git a/configure.in b/configure.in +index 27294c8..798a259 100644 +--- a/configure.in ++++ b/configure.in +@@ -61,7 +61,7 @@ dnl Initialize automake stuff + AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) + + # Specify a configuration file +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS([config.h]) + + dnl Initialize libtool + AC_PROG_LIBTOOL diff --git a/x11-libs/gtk+/files/gtk+-2.24.10-gold.patch b/x11-libs/gtk+/files/gtk+-2.24.10-gold.patch deleted file mode 100644 index 7c0b298bb647..000000000000 --- a/x11-libs/gtk+/files/gtk+-2.24.10-gold.patch +++ /dev/null @@ -1,29 +0,0 @@ - docs/tools/Makefile.am | 1 + - perf/Makefile.am | 2 +- - 2 files changed, 2 insertions(+), 1 deletions(-) - -diff --git a/docs/tools/Makefile.am b/docs/tools/Makefile.am -index 54b77b7..1783f77 100644 ---- a/docs/tools/Makefile.am -+++ b/docs/tools/Makefile.am -@@ -17,6 +17,7 @@ LDADDS = \ - $(top_builddir)/gtk/$(gtktargetlib) \ - $(GTK_DEP_LIBS) \ - $(GDK_DEP_LIBS) \ -+ $(GMODULE_LIBS) \ - -lm - - if USE_X11 -diff --git a/perf/Makefile.am b/perf/Makefile.am -index 736b6cb..9e67ed4 100644 ---- a/perf/Makefile.am -+++ b/perf/Makefile.am -@@ -17,7 +17,7 @@ DEPS = \ - LDADDS = \ - $(top_builddir)/gdk/$(gdktargetlib) \ - $(top_builddir)/gtk/$(gtktargetlib) \ -- $(GTK_DEP_LIBS) -+ $(GTK_DEP_LIBS) $(GMODULE_LIBS) - - noinst_PROGRAMS = \ - testperf diff --git a/x11-libs/gtk+/gtk+-1.2.10-r12.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r12.ebuild index 8178b7b647bb..e5076d3c663b 100644 --- a/x11-libs/gtk+/gtk+-1.2.10-r12.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.10-r12.ebuild @@ -1,7 +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/x11-libs/gtk+/gtk+-1.2.10-r12.ebuild,v 1.16 2012/09/25 15:19:35 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r12.ebuild,v 1.17 2013/05/01 03:22:51 tetromino Exp $ +EAPI=4 GNOME_TARBALL_SUFFIX="gz" inherit gnome.org eutils toolchain-funcs autotools @@ -19,7 +20,7 @@ IUSE="nls debug" MY_AVAILABLE_LINGUAS=" az ca cs da de el es et eu fi fr ga gl hr hu it ja ko lt nl nn no pl pt_BR pt ro ru sk sl sr sv tr uk vi" IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}" -RDEPEND="=dev-libs/glib-1.2* +RDEPEND=">=dev-libs/glib-1.2:1 x11-libs/libXi x11-libs/libXt" DEPEND="${RDEPEND} @@ -27,9 +28,7 @@ DEPEND="${RDEPEND} x11-proto/xextproto nls? ( sys-devel/gettext dev-util/intltool )" -src_unpack() { - unpack ${P}.tar.gz - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-m4.patch epatch "${FILESDIR}"/${P}-automake.patch epatch "${FILESDIR}"/${P}-cleanup.patch @@ -37,10 +36,11 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-1.2-locale_fix.patch epatch "${FILESDIR}"/${P}-as-needed.patch sed -i '/libtool.m4/,/AM_PROG_NM/d' acinclude.m4 #168198 + epatch "${FILESDIR}"/${P}-automake-1.13.patch #467520 eautoreconf } -src_compile() { +src_configure() { local myconf= use nls || myconf="${myconf} --disable-nls" strip-linguas ${MY_AVAILABLE_LINGUAS} @@ -55,13 +55,15 @@ src_compile() { --sysconfdir=/etc \ --with-xinput=xfree \ --with-x \ - ${myconf} || die + ${myconf} +} - emake CC="$(tc-getCC)" || die +src_compile() { + emake CC="$(tc-getCC)" } src_install() { - make install DESTDIR="${D}" || die + default dodoc AUTHORS ChangeLog* HACKING dodoc NEWS* README* TODO diff --git a/x11-libs/gtk+/gtk+-2.24.12.ebuild b/x11-libs/gtk+/gtk+-2.24.12.ebuild deleted file mode 100644 index 179b122454eb..000000000000 --- a/x11-libs/gtk+/gtk+-2.24.12.ebuild +++ /dev/null @@ -1,253 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.12.ebuild,v 1.13 2012/12/06 06:13:35 tetromino Exp $ - -EAPI="4" - -inherit eutils flag-o-matic gnome.org virtualx autotools - -DESCRIPTION="Gimp ToolKit +" -HOMEPAGE="http://www.gtk.org/" -SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2" - -LICENSE="LGPL-2+" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="aqua cups debug examples +introspection test vim-syntax xinerama" - -# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf) -COMMON_DEPEND="!aqua? ( - x11-libs/libXrender - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXt - x11-libs/libXext - >=x11-libs/libXrandr-1.3 - x11-libs/libXcursor - x11-libs/libXfixes - x11-libs/libXcomposite - x11-libs/libXdamage - >=x11-libs/cairo-1.6[X,svg] - x11-libs/gdk-pixbuf:2[X,introspection?] - ) - aqua? ( - >=x11-libs/cairo-1.6[aqua,svg] - x11-libs/gdk-pixbuf:2[introspection?] - ) - xinerama? ( x11-libs/libXinerama ) - >=dev-libs/glib-2.30:2 - >=x11-libs/pango-1.20[introspection?] - >=dev-libs/atk-1.29.2[introspection?] - media-libs/fontconfig - x11-misc/shared-mime-info - cups? ( net-print/cups ) - introspection? ( >=dev-libs/gobject-introspection-0.9.3 ) - !=vte-0.28.2-r201:0 is stable -RDEPEND="${COMMON_DEPEND} - ! "${T}/gtkrc" - insinto /etc/gtk-2.0 - doins "${T}"/gtkrc - - # Enable xft in environment as suggested by - echo "GDK_USE_XFT=1" > "${T}"/50gtk2 - doenvd "${T}"/50gtk2 - - dodoc AUTHORS ChangeLog* HACKING NEWS* README* - - # add -framework Carbon to the .pc files - use aqua && for i in gtk+-2.0.pc gtk+-quartz-2.0.pc gtk+-unix-print-2.0.pc; do - sed -i -e "s:Libs\: :Libs\: -framework Carbon :" "${ED%/}"/usr/lib/pkgconfig/$i || die "sed failed" - done - - # dev-util/gtk-builder-convert split off into a separate package, #402905 - rm "${ED}"usr/bin/gtk-builder-convert - - find "${D}" -name '*.la' -exec rm -f {} + -} - -pkg_postinst() { - set_gtk2_confdir - - # gtk.immodules should be in their CHOST directories respectively. - gtk-query-immodules-2.0 > "${EROOT%/}${GTK2_CONFDIR}/gtk.immodules" \ - || ewarn "Failed to run gtk-query-immodules-2.0" - - if [ -e "${EROOT%/}/etc/gtk-2.0/gtk.immodules" ]; then - elog "File /etc/gtk-2.0/gtk.immodules has been moved to \$CHOST" - elog "aware location. Removing deprecated file." - rm -f ${EROOT%/}/etc/gtk-2.0/gtk.immodules - fi - - # pixbufs are now handled by x11-libs/gdk-pixbuf - if [ -e "${EROOT%/}${GTK2_CONFDIR}/gdk-pixbuf.loaders" ]; then - elog "File ${EROOT%/}${GTK2_CONFDIR}/gdk-pixbuf.loaders is now handled by x11-libs/gdk-pixbuf" - elog "Removing deprecated file." - rm -f ${EROOT%/}${GTK2_CONFDIR}/gdk-pixbuf.loaders - fi - - # two checks needed since we dropped multilib conditional - if [ -e "${EROOT%/}/etc/gtk-2.0/gdk-pixbuf.loaders" ]; then - elog "File ${EROOT%/}/etc/gtk-2.0/gdk-pixbuf.loaders is now handled by x11-libs/gdk-pixbuf" - elog "Removing deprecated file." - rm -f ${EROOT%/}/etc/gtk-2.0/gdk-pixbuf.loaders - fi - - if [ -e "${EROOT%/}"/usr/lib/gtk-2.0/2.[^1]* ]; then - elog "You need to rebuild ebuilds that installed into" "${EROOT%/}"/usr/lib/gtk-2.0/2.[^1]* - elog "to do that you can use qfile from portage-utils:" - elog "emerge -va1 \$(qfile -qC ${EPREFIX}/usr/lib/gtk-2.0/2.[^1]*)" - fi - - if ! has_version "app-text/evince"; then - elog "Please install app-text/evince for print preview functionality." - elog "Alternatively, check \"gtk-print-preview-command\" documentation and" - elog "add it to your gtkrc." - fi -} diff --git a/x11-libs/libsexy/Manifest b/x11-libs/libsexy/Manifest index a3ee047a5c31..48bfa7b71803 100644 --- a/x11-libs/libsexy/Manifest +++ b/x11-libs/libsexy/Manifest @@ -1 +1 @@ -DIST libsexy-0.1.11.tar.bz2 267376 RMD160 3e0dd0be95776e600877f09b3bcc83d4656f4c59 SHA1 0b804d98d4746906c9546a26bb699dd51f80090d SHA256 ba113ff5148e9ac137381a1da7045caa750a3b0c0113d4b97549bdbb6c1c8bb6 +DIST libsexy-0.1.11.tar.bz2 267376 SHA256 ba113ff5148e9ac137381a1da7045caa750a3b0c0113d4b97549bdbb6c1c8bb6 SHA512 60c7f1e8891ae36ab1f7a5b3421b1819bd940470d226b9e6dd752c4ec63ca79b5f8589c0cdd818f1c72e2bff605572554a537750be5774c6752df6bae99d094a WHIRLPOOL 069ecdaf69bff37810ee80e49b45d49ea0ef4cc2610976516ac71e54550876dfdc737599f763fe4ecd17f2b10a0a51e5a7574a697fc857ba26ff9a047e75c494 diff --git a/x11-libs/libsexy/libsexy-0.1.11-r4.ebuild b/x11-libs/libsexy/libsexy-0.1.11-r4.ebuild new file mode 100644 index 000000000000..52ef2dc84240 --- /dev/null +++ b/x11-libs/libsexy/libsexy-0.1.11-r4.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r4.ebuild,v 1.1 2013/04/30 12:09:02 jlec Exp $ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=true + +inherit autotools-utils + +DESCRIPTION="Sexy GTK+ Widgets" +HOMEPAGE="http://www.chipx86.com/wiki/Libsexy" +SRC_URI="http://releases.chipx86.com/${PN}/${PN}/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="doc static-libs" + +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/gtk+-2.20:2 + dev-libs/libxml2 + >=x11-libs/pango-1.4 + >=app-text/iso-codes-0.49" +DEPEND="${RDEPEND} + >=dev-lang/perl-5 + virtual/pkgconfig + dev-util/gtk-doc-am + doc? ( >=dev-util/gtk-doc-1.4 )" + +DOCS=( AUTHORS ChangeLog NEWS ) + +PATCHES=( + "${FILESDIR}"/${P}-fix-null-list.patch + "${FILESDIR}"/${P}-pkgconfig-pollution.patch + ) + +src_prepare() { + sed -i \ + -e 's:noinst_PROGRAMS:check_PROGRAMS:' \ + tests/Makefile.am || die + + rm -f acinclude.m4 #420913 + + sed \ + -e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g" \ + -i configure.ac + + autotools-utils_src_prepare +} + +src_configure() { + local myeconfargs=( + $(use_enable doc gtk-doc) + --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html" + ) + autotools-utils_src_configure +} diff --git a/x11-libs/libsexy/metadata.xml b/x11-libs/libsexy/metadata.xml index 63700dad9492..2953eb8e0471 100644 --- a/x11-libs/libsexy/metadata.xml +++ b/x11-libs/libsexy/metadata.xml @@ -1,6 +1,5 @@ - freedesktop + freedesktop - diff --git a/x11-libs/pango/files/pango-1.30.1-AM_CONFIG_HEADER.patch b/x11-libs/pango/files/pango-1.30.1-AM_CONFIG_HEADER.patch new file mode 100644 index 000000000000..0858f1032696 --- /dev/null +++ b/x11-libs/pango/files/pango-1.30.1-AM_CONFIG_HEADER.patch @@ -0,0 +1,29 @@ +From 51f952a6e018049d4b52bbd419653745cf1aaab3 Mon Sep 17 00:00:00 2001 +From: Behdad Esfahbod +Date: Sun, 6 Jan 2013 23:15:44 -0600 +Subject: [PATCH] Bug 691263 - Build with automake-1.13 broken + +Replace long obsolete AM_CONFIG_HEADER with proper AC_CONFIG_HEADERS. +automake-1.13 errors out upon seeing former. + +Signed-off-by: Marko Lindqvist +--- + configure.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.in b/configure.in +index 8362280..dcd115e 100644 +--- a/configure.in ++++ b/configure.in +@@ -54,7 +54,7 @@ dnl -Wno-portability tells automake to stop complaining about the + dnl usage of GNU Make specific features. + AM_INIT_AUTOMAKE(1.9 gnits dist-xz no-dist-gzip -Wno-portability) + m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + + + PANGO_VERSION_MAJOR=pango_version_major() +-- +1.8.2.1 + diff --git a/x11-libs/pango/files/pango-1.32.5-AM_CONFIG_HEADER.patch b/x11-libs/pango/files/pango-1.32.5-AM_CONFIG_HEADER.patch new file mode 100644 index 000000000000..634c9ab4ab38 --- /dev/null +++ b/x11-libs/pango/files/pango-1.32.5-AM_CONFIG_HEADER.patch @@ -0,0 +1,29 @@ +From f45cdd9a4fef1096b071e6bad4cc40e06f48ba46 Mon Sep 17 00:00:00 2001 +From: Behdad Esfahbod +Date: Sun, 6 Jan 2013 23:15:44 -0600 +Subject: [PATCH] Bug 691263 - Build with automake-1.13 broken + +Replace long obsolete AM_CONFIG_HEADER with proper AC_CONFIG_HEADERS. +automake-1.13 errors out upon seeing former. + +Signed-off-by: Marko Lindqvist +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index bb37a60..7ed2832 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -54,7 +54,7 @@ dnl -Wno-portability tells automake to stop complaining about the + dnl usage of GNU Make specific features. + AM_INIT_AUTOMAKE(1.9 gnits dist-xz no-dist-gzip -Wno-portability) + m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + + + PANGO_VERSION_MAJOR=pango_version_major() +-- +1.8.2.1 + diff --git a/x11-libs/pango/pango-1.30.1.ebuild b/x11-libs/pango/pango-1.30.1.ebuild index ce08679ab229..6a923563ce7f 100644 --- a/x11-libs/pango/pango-1.30.1.ebuild +++ b/x11-libs/pango/pango-1.30.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/x11-libs/pango/pango-1.30.1.ebuild,v 1.12 2012/11/17 13:31:12 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v 1.13 2013/04/30 14:04:19 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -57,6 +57,7 @@ src_prepare() { # emul-linux-x86-gtklibs if multilib_enabled ; then epatch "${FILESDIR}/${PN}-1.26.0-lib64.patch" + epatch "${FILESDIR}/${P}-AM_CONFIG_HEADER.patch" # fixed in 1.34 eautoreconf fi diff --git a/x11-libs/pango/pango-1.32.5.ebuild b/x11-libs/pango/pango-1.32.5.ebuild index cc7770536935..7cbfb92d677d 100644 --- a/x11-libs/pango/pango-1.32.5.ebuild +++ b/x11-libs/pango/pango-1.32.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/x11-libs/pango/pango-1.32.5.ebuild,v 1.10 2013/02/22 19:27:48 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.32.5.ebuild,v 1.11 2013/04/30 14:04:19 tetromino Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -44,6 +44,7 @@ src_prepare() { "$(usex X --x-libraries="${EPREFIX}/usr/$(get_libdir)" "") epatch "${FILESDIR}/${PN}-1.32.1-lib64.patch" + epatch "${FILESDIR}/${P}-AM_CONFIG_HEADER.patch" # fixed in 1.34 eautoreconf gnome2_src_prepare diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest index 26bd7c2e4f78..1f8d777adf7c 100644 --- a/x11-terms/terminator/Manifest +++ b/x11-terms/terminator/Manifest @@ -1 +1,2 @@ +DIST terminator-0.97.tar.gz 5025337 SHA256 0281b568913f392eec92ebee3c6fea15afe4f4e01869bad38d9efe0eb305be49 SHA512 ac1dfb5c014323ddd3b3347645ac26083d96fe8e895d31c5992d185863d40b5f1a67c5db1315b48f483d9511faeb1adb16133a4aef1e1f178656f3437d4a7470 WHIRLPOOL 9d83bd34e1018dc535af573af27d08b425def1af5498de7be793e7c90298d0140c2e78479bae4264fa7315bcfa9b36d2d464f822b58af0d7452802a3cfc18583 DIST terminator_0.96.tar.gz 264226 SHA256 d708c783c36233fcafbd0139a91462478ae40f5cf696ef4acfcaf5891a843201 SHA512 f74b5887ea7a11bf5c6866eae5e879a60badd81dd5056cfd0fdb5e4940b81917e6cd05ea50b56a9c7beba8e9fc9e842b25d3c8ad3ed7b574b72f43a1d4fc6c5e WHIRLPOOL 53fed7d74a3a76e7cca01cb0ab7f1780f981b81aec9606a1f4416c3e786773aca41abac174e40f1b49b9285edc9d7c8fcf599395c09a9a23ec3ec4d745e35b55 diff --git a/x11-terms/terminator/terminator-0.97.ebuild b/x11-terms/terminator/terminator-0.97.ebuild new file mode 100644 index 000000000000..e3e0376c40ab --- /dev/null +++ b/x11-terms/terminator/terminator-0.97.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminator/terminator-0.97.ebuild,v 1.1 2013/04/30 12:59:49 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) +DISTUTILS_NO_PARALLEL_BUILD=true + +inherit gnome2 distutils-r1 + +DESCRIPTION="Multiple GNOME terminals in one window" +HOMEPAGE="http://www.tenshu.net/p/terminator.html" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus gnome +libnotify" + +RDEPEND=" + dev-libs/keybinder:0[python] + x11-libs/vte:0[python] + dbus? ( sys-apps/dbus ) + gnome? ( + dev-python/gconf-python + dev-python/libgnome-python + dev-python/pygobject:2[${PYTHON_USEDEP}] + dev-python/pygtk:2[${PYTHON_USEDEP}] + ) + libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )" +DEPEND="dev-util/intltool" + +S="${WORKDIR}"/trunk + +python_prepare_all() { + local PATCHES=( + "${FILESDIR}"/0.90-without-icon-cache.patch + "${FILESDIR}"/0.94-session.patch + ) + + local i p + if [[ -n "${LINGUAS+x}" ]] ; then + pushd "${S}"/po > /dev/null + strip-linguas -i . + for i in *.po; do + if ! has ${i%.po} ${LINGUAS} ; then + rm ${i} || die + fi + done + popd > /dev/null + fi + + distutils-r1_python_prepare_all +} + +pkg_postinst() { + gnome2_pkg_postinst +} + +pkg_postrm() { + gnome2_pkg_postrm +}