diff --git a/app-admin/apache-tools/apache-tools-2.4.4.ebuild b/app-admin/apache-tools/apache-tools-2.4.4.ebuild index aed03524eb6b..9c452bc7fa38 100644 --- a/app-admin/apache-tools/apache-tools-2.4.4.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.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/app-admin/apache-tools/apache-tools-2.4.4.ebuild,v 1.1 2013/02/27 06:54:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.4.ebuild,v 1.2 2013/03/04 09:00:24 ago Exp $ EAPI="3" inherit flag-o-matic eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" IUSE="ssl" RESTRICT="test" diff --git a/app-admin/haskell-updater/Manifest b/app-admin/haskell-updater/Manifest index 0e0828e3c992..2bd901a542ee 100644 --- a/app-admin/haskell-updater/Manifest +++ b/app-admin/haskell-updater/Manifest @@ -1,2 +1,3 @@ DIST haskell-updater-1.2.0.5.tar.gz 23026 SHA256 360ce9e37286e090d635d0ccae7b25238be24c61e5eec3787988b1fc9762e024 SHA512 279408895d492aafcead345187d1b2a27ce52cb02512b3bd5d9f33f4acfce465b3164488e9b40faee10fd10fbc9728907e4438b92709fd3a1eedce8585b632d6 WHIRLPOOL 42fe4dd3129f37c0b0d5058d4fa5ca19c391d966efcb13cbeb2e1f9b2aa16849b1de5cdcd24fd73697da06bd4996d972554fc6b9ddd7a5d17a1e36841b60070a DIST haskell-updater-1.2.0.8.tar.gz 23520 SHA256 4f81bb597e9102d119cb1301426ce83109978686e29ef5e08c71f50245563ee3 SHA512 8240b7c542dc942aafc537478e11b7d43d9d2ad817ce42f2ab6db2b61a4c73884403689693a1c8774510853963312095f5cfe58c971fe30899596e66efe16934 WHIRLPOOL ae5f8916e4d69f35ff3297fecc1b01daf835fd2db7a08d714ae21c681cb5753ba12292a08e158ac18cb3d6e47e94fcdf8d53b9dd136d0e5cb308bb820f11cbb0 +DIST haskell-updater-1.2.0.9.tar.gz 23522 SHA256 f5aeea6034222a4c4387bede5510aa6d6aad782d0a5be0bd03f65d474f5a8245 SHA512 600a05d468dc74ce3a1282ac1b991267602bd7715e7d13aaa2558c9241d167894209790c34fe330d86b24814e959046a22ffff79a197e644da2f18284a785eea WHIRLPOOL 22e060ccd076d66a5425592a49568e52015ccb5e5116894a2ccdb54da4b2b6e2288952cd6c257bdefaa401d06f2fc5c10eda9289c11654166b4ac8119584ae0f diff --git a/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild b/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild new file mode 100644 index 000000000000..2fdceed2170e --- /dev/null +++ b/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.9.ebuild,v 1.1 2013/03/03 20:35:31 slyfox Exp $ + +EAPI=4 + +CABAL_FEATURES="bin nocabaldep" +inherit eutils haskell-cabal + +DESCRIPTION="Rebuild Haskell dependencies in Gentoo" +HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg +IUSE="" + +DEPEND=">=dev-lang/ghc-6.12.1" + +# Need a lower version for portage to get --keep-going +RDEPEND="|| ( >=sys-apps/portage-2.1.6 + sys-apps/pkgcore + sys-apps/paludis )" + +src_prepare() { + if use prefix; then + sed -i -e "s,/var/db/pkg,${EPREFIX}&,g" \ + "${S}/Distribution/Gentoo/Packages.hs" || die + + sed -i -e 's,"/","'"${EPREFIX}"'/",g' \ + "${S}/Distribution/Gentoo/GHC.hs" || die + fi + + # for ghc snapshots (usually come with unstable Cabal API) + cabal_chdeps \ + 'Cabal >= 1.8 && < 1.17' 'Cabal >= 1.8 && < 1.18' \ + 'process < 1.2' 'process < 1.3' +} + +src_configure() { + cabal_src_configure \ + --bindir="${EPREFIX}/usr/sbin" \ + --constraint="Cabal == $(cabal-version)" +} + +src_install() { + cabal_src_install + + dodoc TODO +} diff --git a/app-backup/dar/dar-2.4.9.ebuild b/app-backup/dar/dar-2.4.9.ebuild index 5c974a907aed..467385ec0249 100644 --- a/app-backup/dar/dar-2.4.9.ebuild +++ b/app-backup/dar/dar-2.4.9.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-backup/dar/dar-2.4.9.ebuild,v 1.1 2013/02/03 16:15:11 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.4.9.ebuild,v 1.2 2013/03/03 20:15:48 rich0 Exp $ EAPI="3" inherit confutils eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dar/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux" +KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux" IUSE="acl dar32 dar64 doc gcrypt lzo nls static static-libs" RESTRICT="test" # need to be run as root diff --git a/app-crypt/mit-krb5/mit-krb5-1.11.1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.11.1.ebuild index 0d4ab57e7e38..b967ed9420a7 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.11.1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.11.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-crypt/mit-krb5/mit-krb5-1.11.1.ebuild,v 1.7 2013/03/03 19:44:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.11.1.ebuild,v 1.11 2013/03/03 22:44:38 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar" LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ )" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86" IUSE="doc +keyutils openldap +pkinit +threads test xinetd" RDEPEND="!!app-crypt/heimdal diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest index 56d68c22b3af..5de3ca9f7100 100644 --- a/app-emulation/q4wine/Manifest +++ b/app-emulation/q4wine/Manifest @@ -1,5 +1,3 @@ DIST q4wine-0.121.tar.bz2 665208 SHA256 fc5a1a8c09d133a17a997a2b020ad03eaf06c81357863d9f69fd7206d86e3edc SHA512 2086b45a6ecc110b365b63317d6f3b0dd7c87fce548907167fd4ddb6ebffdaf01b3c86df6b54eb977cebb309e80e8786fdfd85c16ab98dcb3f829af74cf26132 WHIRLPOOL dbd47f6d5687500f14ac82af1a8f7335c50f8895cab4b61b7e3597754756e0a39fa84c66b78bb06e45744b093e9cb4146da4d76cbf1d6266ff6676dd62d9416b -DIST q4wine-0.999-rc7.tar.bz2 865925 SHA256 7e6c87e088a9f8b07e105e49b7ed46fd431a26ae379ff9f58571e8318c7abf69 SHA512 84912d3ba0968a5a3ad69ca78dd9a0ac085ca64e5b93ddbf27e9c6c782a55caf6828c7378c5a1e052237f709b366e5a0be4e83637c6fcee451382d4918f3d662 WHIRLPOOL 0b31c0087db8fc152871aeb93702820cfc0b858d33fecfe3a00b5a11cd1418c0fe87c0c6569cd9b0cc8fbf8d395412e9d8d2788ada2ccc5f9616e190903d6a4b -DIST q4wine-0.999-rc8.tar.bz2 879486 SHA256 a61a3f40b47351cdd710c4568a3e912b6ed533e8ba6c49c1cd30d2cddc54d69d SHA512 1fb1e99734d1d771b105a8b1baac1854bf452ae9b7c7e7e4f4895bb920993cdd0e740de6f9300add8a69a36d5698376d656f0a4dba2d683d79b102cc88bdd70a WHIRLPOOL 3f9d7458851f6917ab21b69ddfbc5e0ba378ef5238befa102fe1028bd1bef1e1341c81290d3699f57f3623b589a5e63254345aa32a362b603b3468c0a920ba43 DIST q4wine-1.0-r1.tar.bz2 858442 SHA256 a1020005ab4a71a0d11f37f65638dd8f97bd6f7b8d652f9b6042080046ba00a7 SHA512 bfb37c3bddf5cb6dacb08f71a2c278e977dc6b7bd0b8db1665be27316dc69a185282f9f4aa595eedc77df1ce9bdf386db8fa4b50ff43bc2276413216ea198c1d WHIRLPOOL 7b5ccc0e2cd52a6761517d09f05315a3cd865095de67cc81cde58937b5d0d81dfe5d0497a8c1029bade60322fab5b2c73a63ab75c421472f2b45fca7765fa1bc DIST q4wine-1.0-r2.tar.bz2 876411 SHA256 c92a5e0f7ce8b6dd5d4d4f6f0ed38ad14ad93652387f513f0769ff6c7bc0be0e SHA512 1be57465c1d96c8250ab3a0ae74df822d6ec4d53e1eb5bf0666ae2340511718052e7471a94fe5bab0bf07e105c86c2064cf7799ece2d530a7ede8e3d8564e458 WHIRLPOOL 063641823f5449c8b22bd7dfc54dd1cc761ac98a36c2d076be231bd5c657ef01684ee662146e4d4d4f3aab77c367ebcff356f8fc221ce07c449bfc8a675499a4 diff --git a/app-emulation/q4wine/q4wine-0.999_rc7.ebuild b/app-emulation/q4wine/q4wine-0.999_rc7.ebuild deleted file mode 100644 index af45e6bfd51b..000000000000 --- a/app-emulation/q4wine/q4wine-0.999_rc7.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.999_rc7.ebuild,v 1.2 2013/03/02 19:25:09 hwoarang Exp $ - -EAPI="4" -LANGS="cs de en es he it ru uk pl pt" - -inherit cmake-utils - -MY_PV="${PV/_/-}" -MY_P="${PN}-${MY_PV}" -DESCRIPTION="Qt4 GUI configuration tool for Wine" -HOMEPAGE="http://q4wine.brezblock.org.ua/" -SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${MY_PV}/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +icoutils +wineappdb -dbus gnome kde" - -for x in ${LANGS}; do - IUSE+=" linguas_${x}" -done - -DEPEND="dev-qt/qtgui:4 - dev-qt/qtsql:4[sqlite] - dev-util/cmake" - -RDEPEND="dev-qt/qtgui:4 - dev-qt/qtsql:4[sqlite] - app-admin/sudo - app-emulation/wine - >=sys-apps/which-2.19 - icoutils? ( >=media-gfx/icoutils-0.26.0 ) - sys-fs/fuseiso - kde? ( kde-base/kdesu ) - gnome? ( x11-libs/gksu ) - dbus? ( dev-qt/qtdbus:4 )" - -DOCS="README AUTHORS ChangeLog" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - mycmakeargs="${mycmakeargs} \ - $(cmake-utils_use debug DEBUG) \ - $(cmake-utils_use_with icoutils ICOUTILS) \ - $(cmake-utils_use_with wineappdb WINEAPPDB) \ - $(cmake-utils_use_with dbus DBUS)" - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - for x in ${LANGS}; do - if ! has ${x} ${LINGUAS}; then - find "${D}" -name "${PN}_${x}*.qm" -exec rm {} \; - fi - done -} diff --git a/app-emulation/q4wine/q4wine-0.999_rc8.ebuild b/app-emulation/q4wine/q4wine-0.999_rc8.ebuild deleted file mode 100644 index 9b06dc6be96f..000000000000 --- a/app-emulation/q4wine/q4wine-0.999_rc8.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-0.999_rc8.ebuild,v 1.2 2013/03/02 19:25:09 hwoarang Exp $ - -EAPI="4" -LANGS="cs de en es he it ru uk pl pt" - -inherit cmake-utils - -MY_PV="${PV/_/-}" -MY_P="${PN}-${MY_PV}" -DESCRIPTION="Qt4 GUI configuration tool for Wine" -HOMEPAGE="http://q4wine.brezblock.org.ua/" -SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${MY_PV}/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +icoutils +wineappdb -dbus gnome kde" - -for x in ${LANGS}; do - IUSE+=" linguas_${x}" -done - -DEPEND="dev-qt/qtgui:4 - dev-qt/qtsql:4[sqlite] - dev-util/cmake" - -RDEPEND="dev-qt/qtgui:4 - dev-qt/qtsql:4[sqlite] - app-admin/sudo - app-emulation/wine - >=sys-apps/which-2.19 - icoutils? ( >=media-gfx/icoutils-0.26.0 ) - sys-fs/fuseiso - kde? ( kde-base/kdesu ) - gnome? ( x11-libs/gksu ) - dbus? ( dev-qt/qtdbus:4 )" - -DOCS="README AUTHORS ChangeLog" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - mycmakeargs="${mycmakeargs} \ - $(cmake-utils_use debug DEBUG) \ - $(cmake-utils_use_with icoutils ICOUTILS) \ - $(cmake-utils_use_with wineappdb WINEAPPDB) \ - $(cmake-utils_use_with dbus DBUS)" - - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - for x in ${LANGS}; do - if ! has ${x} ${LINGUAS}; then - find "${D}" -name "${PN}_${x}*.qm" -exec rm {} \; - fi - done -} diff --git a/app-i18n/scim-hangul/Manifest b/app-i18n/scim-hangul/Manifest index 372960c6ca38..3909950f78b4 100644 --- a/app-i18n/scim-hangul/Manifest +++ b/app-i18n/scim-hangul/Manifest @@ -1 +1,2 @@ DIST scim-hangul-0.3.2.tar.gz 1176577 SHA256 b7c67778f5dd8ec29b96c1477ef008e10fae436928975fc46fbeb7a546d4462b SHA512 e8905320ff8aeeddf0041987ac5a63a19fb75bea44ffc55b5d28b825e064d6881ee0187b55025d69dad35af85da86818afa3ac39f1f10991021a7fbed3e1462e WHIRLPOOL 8a167250f8cda2e72235986b3f6d231951a0ecfd44755a7b256783d158079d2013f2e22545bf5a31907acebadc701f1fbc22eef9222dabe3525772bfb5e8d96e +DIST scim-hangul-0.4.0.tar.gz 456953 SHA256 7f116c87e78da51363fb4968d627364718de6ec02aa6c6119451fdf403e668c0 SHA512 2f0285268deac35763c67487a40b718bf846d63634701a2a68d85109f686421f2c935b1f2998487b1f017c1a5e5bf453c56933ab4984f7464e1613d7e0b3131b WHIRLPOOL a370963855fb1c684af3d20fedeccf45fe0af1ac8dead1bf1f0c303d090f97921ee7d0e78e01fb667fb55cff33fc0ff73f63607aabc50ab2e4b688a9d16c96b1 diff --git a/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild b/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild new file mode 100644 index 000000000000..2289d2705308 --- /dev/null +++ b/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild,v 1.1 2013/03/04 07:43:45 naota Exp $ + +EAPI=5 + +inherit autotools-utils + +DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul" +HOMEPAGE="http://www.scim-im.org/" +SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="nls" + +RDEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 ) + >=app-i18n/libhangul-0.0.4 + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +PATCHES=( + "${FILESDIR}/${PN}-0.3.2+gcc-4.3.patch" + "${FILESDIR}/${PN}-0.3.2+gcc-4.7.patch" ) + +DOCS=(AUTHORS NEWS) + +src_configure() { + local myeconfargs=( + --disable-skim-support + $(use_enable nls) + ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + dodoc ChangeLog* README* +} + +pkg_postinst() { + elog + elog "To use SCIM with both GTK2 and XIM, you should use the following" + elog "in your user startup scripts such as .gnomerc or .xinitrc:" + elog + elog "LANG='your_language' scim -d" + elog "export XMODIFIERS=@im=SCIM" + elog +} diff --git a/app-i18n/transifex-client/transifex-client-0.8.0-r1.ebuild b/app-i18n/transifex-client/transifex-client-0.8.0-r1.ebuild index c5e587c0d4c3..722efc7d7a3f 100644 --- a/app-i18n/transifex-client/transifex-client-0.8.0-r1.ebuild +++ b/app-i18n/transifex-client/transifex-client-0.8.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/app-i18n/transifex-client/transifex-client-0.8.0-r1.ebuild,v 1.1 2013/02/06 16:46:32 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.8.0-r1.ebuild,v 1.2 2013/03/03 23:09:28 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://github.com/transifex/transifex-client/tarball/0.8 -> ${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="" diff --git a/app-i18n/transifex-client/transifex-client-0.8.0.ebuild b/app-i18n/transifex-client/transifex-client-0.8.0.ebuild deleted file mode 100644 index 762294130153..000000000000 --- a/app-i18n/transifex-client/transifex-client-0.8.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/transifex-client/transifex-client-0.8.0.ebuild,v 1.3 2012/08/04 20:41:01 johu Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="A command line interface for Transifex" -HOMEPAGE="http://pypi.python.org/pypi/transifex-client http://www.transifex.net/" -SRC_URI="http://github.com/transifex/transifex-client/tarball/0.8 -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -# Upstream is using a very weird naming scheme -GITHUB_HASH="b001295" -S="${WORKDIR}"/${PN/transifex/transifex-transifex}-${GITHUB_HASH} diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest index 9c5bea76a7a9..f59952ba9f51 100644 --- a/app-misc/dateutils/Manifest +++ b/app-misc/dateutils/Manifest @@ -1,2 +1,2 @@ -DIST dateutils-0.2.2.tar.xz 296024 SHA256 9ad956c7345da2c0aef76b2b9a8b513418407b5cc780237e8caf8bf7601a47d2 SHA512 507aaf67f15824efdf76fe9cd6259badd9f341b92b0631a5434dc7dc8400407894089de8160a956354b99965b1424e1cfcb98ebf5bc8f4b768d5c99942981bcd WHIRLPOOL 4e0e84a72a892adf9707ff90d26a3be375c827beeafa1abd99c325e7b25425e1b04c175bd7c2416252cbbbb614fefe319b95038ac3eead40a51ceba451f693fd DIST dateutils-0.2.3.tar.xz 317220 SHA256 5404956c86e28a15efc211eaab2759699314915d1c2ac2226a380ab2d6c194d7 SHA512 6793b2ff8519b862b737585f497a000626d13ed9e6f9fcc35a0d86fce35ca30f41d22b1673df5f4b92dab44a2e7d4a1dd23fc4be89b426e2761c27bb7897b497 WHIRLPOOL 183084cba5524ac1f03c9dd41e08883abbe18de6327fb41671c376358053577558474f2b31f78259885e1ac128a6be30cde17a871a3b96aae0590c7bcf01a3a4 +DIST dateutils-0.2.4.tar.xz 475160 SHA256 8695d012e2588fcb2705b037b07ab58ce3473f3789877013873f2f0d0ad30d82 SHA512 bf94a55cbfcac037c2aec4271a42f682faa3e7d78b81f3019402fb3b03e5c666ae42135af086ea054bf46a6a4a9efe3acaaac07442e0b14fc14d5afbca2f5714 WHIRLPOOL 1f5ea8e7b4a7e172607be491c13e8ccf958f1f58825a6cff21d047132306331c9781bac95edb5748dd90b3c4d3486ca7149f45597a01d67f20647636e942e349 diff --git a/app-misc/dateutils/dateutils-0.2.3.ebuild b/app-misc/dateutils/dateutils-0.2.3.ebuild index 17872a16abb3..3aa9c91d3cf1 100644 --- a/app-misc/dateutils/dateutils-0.2.3.ebuild +++ b/app-misc/dateutils/dateutils-0.2.3.ebuild @@ -1,10 +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-misc/dateutils/dateutils-0.2.3.ebuild,v 1.1 2012/09/15 03:44:09 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dateutils/dateutils-0.2.3.ebuild,v 1.2 2013/03/04 07:43:13 radhermit Exp $ EAPI="4" -DESCRIPTION="Command line date and time utilities" +DESCRIPTION="command line date and time utilities" HOMEPAGE="http://hroptatyr.github.com/dateutils/" SRC_URI="mirror://github/hroptatyr/${PN}/${P}.tar.xz" @@ -16,6 +16,9 @@ IUSE="" DEPEND="app-arch/xz-utils sys-libs/timezone-data" +# bug 429810 +RDEPEND="!sys-infiniband/dapl" + src_compile() { emake CFLAGS="${CFLAGS}" } diff --git a/app-misc/dateutils/dateutils-0.2.2.ebuild b/app-misc/dateutils/dateutils-0.2.4.ebuild similarity index 54% rename from app-misc/dateutils/dateutils-0.2.2.ebuild rename to app-misc/dateutils/dateutils-0.2.4.ebuild index 4ef6e853eb59..473664ca3d72 100644 --- a/app-misc/dateutils/dateutils-0.2.2.ebuild +++ b/app-misc/dateutils/dateutils-0.2.4.ebuild @@ -1,21 +1,23 @@ -# 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/dateutils/dateutils-0.2.2.ebuild,v 1.1 2012/07/21 22:20:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dateutils/dateutils-0.2.4.ebuild,v 1.1 2013/03/04 07:43:13 radhermit Exp $ -EAPI="4" +EAPI=5 -DESCRIPTION="Command line date and time utilities" +DESCRIPTION="command line date and time utilities" HOMEPAGE="http://hroptatyr.github.com/dateutils/" -SRC_URI="mirror://github/hroptatyr/${PN}/${P}.tar.xz" +SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND="app-arch/xz-utils sys-libs/timezone-data" +# bug 429810 +RDEPEND="!sys-infiniband/dapl" + src_compile() { emake CFLAGS="${CFLAGS}" } diff --git a/app-misc/pysmssend/Manifest b/app-misc/pysmssend/Manifest index 409f65b061f1..0c2bda6266a3 100644 --- a/app-misc/pysmssend/Manifest +++ b/app-misc/pysmssend/Manifest @@ -1,2 +1 @@ -DIST pysmssend-1.45.tar.gz 58109 SHA256 8feffbee31ac0a7820a0420e9fec56ef2b978d1c7845ff1e874a7151051353e0 SHA512 a0052afe0817e4f8ebeba9b59df61f06b26defb4f528c0b0ab71e9b76dd46c4c2196faf4884385770069391ec7f8ddb08394d2cab478464d536aed3c63f8a2ee WHIRLPOOL f32b6f43e788a621a9e83b20a173acceb9aa01aeef726af33a140881364533a16839bff4f64c72647889c13e5970266b65c603249540d98c5e6e6e4a0f44b11e DIST pysmssend-1.48.tar.gz 58172 SHA256 8b8744eb0625d6f65632c56f58a304c5c9825d417d81f523024629ea611520ce SHA512 d1d08e11bb4a5f450a98e9bf6292ce65edb61e0610e085dd79dcb80fd8ce1d15f7350797a0150eb6ddcc0116c17e3290f2790632eb7f54ab66efdcf662022088 WHIRLPOOL 29d3a06ec73f3b667228aa4d3e8d710607fb313331c41470b7aeda4fcdb265ae31feed0714b3a75a110d289d03b87047d3600121c2e82dac0c7ed2cc288fdd1b diff --git a/app-misc/pysmssend/pysmssend-1.45.ebuild b/app-misc/pysmssend/pysmssend-1.45.ebuild deleted file mode 100644 index fa912bf1fa34..000000000000 --- a/app-misc/pysmssend/pysmssend-1.45.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pysmssend/pysmssend-1.45.ebuild,v 1.4 2011/03/05 22:49:52 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -inherit distutils eutils - -DESCRIPTION="Python Application for sending sms over multiple ISPs" -HOMEPAGE="http://pysmssend.silverarrow.org/" -SRC_URI="http://pysmssend.silverarrow.org/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="qt4" - -DEPEND=">dev-python/mechanize-0.1.7b - qt4? ( dev-python/PyQt4[X] )" -RDEPEND="${DEPEND}" - -PYTHON_MODNAME="pysmssendmod" - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - distutils_src_install - if use qt4; then - insinto /usr/share/${PN}/Icons || die "insinto failed" - doins Icons/* || die "doins failed" - doicon Icons/pysmssend.png || die "doicon failed" - dobin pysmssend pysmssendcmd || die "failed to create executables" - make_desktop_entry pysmssend pySMSsend pysmssend \ - "Applications;Network" || die "make_desktop_entry failed" - else - dobin pysmssendcmd || die "failed to create executable" - dosym pysmssendcmd /usr/bin/pysmssend || die "dosym failed" - fi - dodoc README AUTHORS TODO || die "dodoc failed" -} diff --git a/app-text/xdvik/xdvik-22.84.16.ebuild b/app-text/xdvik/xdvik-22.84.16.ebuild index 7c2869f8d761..fe12901d5d45 100644 --- a/app-text/xdvik/xdvik-22.84.16.ebuild +++ b/app-text/xdvik/xdvik-22.84.16.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/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.18 2012/10/24 19:01:38 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.19 2013/03/03 23:09:17 vapier Exp $ EAPI=3 inherit eutils flag-o-matic elisp-common toolchain-funcs @@ -9,7 +9,7 @@ DESCRIPTION="DVI previewer for X Window System" HOMEPAGE="http://xdvi.sourceforge.net/" SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" SLOT="0" LICENSE="GPL-2" IUSE="motif neXt Xaw3d emacs" diff --git a/app-text/xdvik/xdvik-22.85-r1.ebuild b/app-text/xdvik/xdvik-22.85-r1.ebuild index 40e1c01f9981..a196ff77012c 100644 --- a/app-text/xdvik/xdvik-22.85-r1.ebuild +++ b/app-text/xdvik/xdvik-22.85-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/app-text/xdvik/xdvik-22.85-r1.ebuild,v 1.7 2012/10/24 19:01:37 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.85-r1.ebuild,v 1.8 2013/03/03 23:09:17 vapier Exp $ EAPI=4 inherit eutils flag-o-matic elisp-common toolchain-funcs multilib @@ -9,7 +9,7 @@ DESCRIPTION="DVI previewer for X Window System" HOMEPAGE="http://xdvi.sourceforge.net/" SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" SLOT="0" LICENSE="GPL-2" IUSE="motif neXt Xaw3d emacs" diff --git a/dev-db/drizzle/drizzle-7.2.4.ebuild b/dev-db/drizzle/drizzle-7.2.4.ebuild index b86d99de1b08..6f3fb9a1e176 100644 --- a/dev-db/drizzle/drizzle-7.2.4.ebuild +++ b/dev-db/drizzle/drizzle-7.2.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/dev-db/drizzle/drizzle-7.2.4.ebuild,v 1.2 2012/11/11 02:18:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v 1.3 2013/03/04 06:49:22 flameeyes Exp $ EAPI=5 @@ -26,7 +26,7 @@ RDEPEND="tcmalloc? ( dev-util/google-perftools ) >=dev-libs/libevent-1.4 >=dev-libs/protobuf-2.1.0 dev-libs/libaio - >=dev-libs/boost-1.52.0-r1[threads] + >=dev-libs/boost-1.52.0-r1:=[threads] gearman? ( >=sys-cluster/gearmand-0.12 ) pam? ( sys-libs/pam ) curl? ( net-misc/curl ) diff --git a/dev-db/unixODBC/unixODBC-2.3.1-r1.ebuild b/dev-db/unixODBC/unixODBC-2.3.1-r1.ebuild new file mode 100644 index 000000000000..90d68e651d1e --- /dev/null +++ b/dev-db/unixODBC/unixODBC-2.3.1-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-db/unixODBC/unixODBC-2.3.1-r1.ebuild,v 1.1 2013/03/03 23:36:12 neurogeek Exp $ + +EAPI=4 +inherit libtool + +DESCRIPTION="A complete ODBC driver manager" +HOMEPAGE="http://www.unixodbc.org/" +SRC_URI="http://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="+minimal odbcmanual static-libs unicode" + +RDEPEND=">=sys-devel/libtool-2.2.6b + >=sys-libs/readline-6.1 + >=sys-libs/ncurses-5.7-r7 + virtual/libiconv" +DEPEND="${RDEPEND} + sys-devel/flex" + +DOCS="AUTHORS ChangeLog NEWS README" + +src_prepare() { + elibtoolize +} + +src_configure() { + # --enable-driver-conf is --enable-driverc as per configure.in + econf \ + --sysconfdir="${EPREFIX}"/etc/${PN} \ + --enable-iconv \ + $(use_enable static-libs static) \ + $(use_enable !minimal drivers) \ + $(use_enable !minimal driverc) \ + $(use_with unicode iconv-char-enc UTF8) \ + $(use_with unicode iconv-ucode-enc UTF16LE) +} + +src_install() { + default + + use prefix && dodoc README* + use odbcmanual && dohtml -a css,gif,html,sql,vsd -r doc/* + + find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + +} diff --git a/dev-lang/ruby/ruby-1.8.7_p371.ebuild b/dev-lang/ruby/ruby-1.8.7_p371.ebuild index ba69e6a83c38..64ccac128a9a 100644 --- a/dev-lang/ruby/ruby-1.8.7_p371.ebuild +++ b/dev-lang/ruby/ruby-1.8.7_p371.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/ruby/ruby-1.8.7_p371.ebuild,v 1.1 2013/01/06 14:16:19 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p371.ebuild,v 1.2 2013/03/04 09:01:01 ago Exp $ EAPI=2 @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.bz2 http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby GPL-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="+berkdb debug doc examples +gdbm ipv6 rubytests socks5 ssl threads tk xemacs ncurses +readline libedit" RDEPEND=" diff --git a/dev-libs/MicroJSON/metadata.xml b/dev-libs/MicroJSON/metadata.xml index ffba2f779b19..3df5e1195748 100644 --- a/dev-libs/MicroJSON/metadata.xml +++ b/dev-libs/MicroJSON/metadata.xml @@ -11,6 +11,7 @@ Tom Wijsman Committer, please CC him. + proxy-maintainers Small and simple to use JSON generation and parsing library. diff --git a/dev-libs/UTF8Strings/metadata.xml b/dev-libs/UTF8Strings/metadata.xml index 65d5b42c0edb..2b7cbfaf9e8e 100644 --- a/dev-libs/UTF8Strings/metadata.xml +++ b/dev-libs/UTF8Strings/metadata.xml @@ -11,6 +11,7 @@ Tom Wijsman Committer, please CC him. + proxy-maintainers C++ library that provides ability to work natively with UTF8 strings in a very simple way. diff --git a/dev-libs/libev/libev-4.11-r1.ebuild b/dev-libs/libev/libev-4.11-r1.ebuild index 7d809708dabb..8ad7c8c5dc98 100644 --- a/dev-libs/libev/libev-4.11-r1.ebuild +++ b/dev-libs/libev/libev-4.11-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/dev-libs/libev/libev-4.11-r1.ebuild,v 1.7 2013/03/03 20:27:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libev/libev-4.11-r1.ebuild,v 1.9 2013/03/03 22:45:04 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://dist.schmorp.de/libev/${MY_P}.tar.gz LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="elibc_glibc static-libs" # Bug #283558 diff --git a/dev-libs/libverto/libverto-0.2.5.ebuild b/dev-libs/libverto/libverto-0.2.5.ebuild index 73ed02a7964d..77671f1efdcc 100644 --- a/dev-libs/libverto/libverto-0.2.5.ebuild +++ b/dev-libs/libverto/libverto-0.2.5.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/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.11 2013/03/03 20:27:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libverto/libverto-0.2.5.ebuild,v 1.14 2013/03/03 22:44:50 ago Exp $ -EAPI=4 +EAPI=5 DESCRIPTION="Main event loop abstraction library" HOMEPAGE="https://fedorahosted.org/libverto/" @@ -10,7 +10,7 @@ SRC_URI="https://fedorahosted.org/releases/l/i/libverto/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd" IUSE="glib +libev libevent tevent +threads static-libs" # file collisions diff --git a/dev-python/wxpython/files/wxpython-2.8.12-drop-categories.patch b/dev-python/wxpython/files/wxpython-2.8.12-drop-categories.patch new file mode 100644 index 000000000000..d860238e94de --- /dev/null +++ b/dev-python/wxpython/files/wxpython-2.8.12-drop-categories.patch @@ -0,0 +1,37 @@ +Fix QA issue wrt Bug 457586 +diff -ur wxPython-src-2.8.12.1.orig/wxPython/distrib/PyAlaMode.desktop wxPython-src-2.8.12.1/wxPython/distrib/PyAlaMode.desktop +--- distrib/PyAlaMode.desktop 2007-07-19 06:33:55.000000000 +0800 ++++ distrib/PyAlaMode.desktop 2013-03-04 13:48:51.737419595 +0800 +@@ -5,4 +5,4 @@ + Icon=PyCrust.png + Terminal=false + Type=Application +-Categories=Application;Development; ++Categories=Development; +diff -ur wxPython-src-2.8.12.1.orig/wxPython/distrib/PyCrust.desktop wxPython-src-2.8.12.1/wxPython/distrib/PyCrust.desktop +--- distrib/PyCrust.desktop 2007-07-19 06:33:55.000000000 +0800 ++++ distrib/PyCrust.desktop 2013-03-04 13:49:12.209418445 +0800 +@@ -5,4 +5,4 @@ + Icon=PyCrust.png + Terminal=false + Type=Application +-Categories=Application;Development; ++Categories=Development; +diff -ur wxPython-src-2.8.12.1.orig/wxPython/distrib/PyShell.desktop wxPython-src-2.8.12.1/wxPython/distrib/PyShell.desktop +--- distrib/PyShell.desktop 2007-07-19 06:33:55.000000000 +0800 ++++ distrib/PyShell.desktop 2013-03-04 13:49:28.713417518 +0800 +@@ -5,4 +5,4 @@ + Icon=PyCrust.png + Terminal=false + Type=Application +-Categories=Application;Development; ++Categories=Development; +diff -ur wxPython-src-2.8.12.1.orig/wxPython/distrib/XRCed.desktop wxPython-src-2.8.12.1/wxPython/distrib/XRCed.desktop +--- distrib/XRCed.desktop 2007-07-19 06:33:55.000000000 +0800 ++++ distrib/XRCed.desktop 2013-03-04 13:49:46.345416526 +0800 +@@ -5,4 +5,4 @@ + Icon=XRCed.png + Terminal=false + Type=Application +-Categories=Application;Development; ++Categories=Development; diff --git a/dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild b/dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild index 05036160c83d..dc0f71c5a723 100644 --- a/dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild +++ b/dev-python/wxpython/wxpython-2.8.12.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/dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild,v 1.1 2013/02/06 10:46:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1-r1.ebuild,v 1.2 2013/03/04 06:15:37 idella4 Exp $ EAPI=5 @@ -64,6 +64,7 @@ python_prepare_all() { "${FILESDIR}"/${PN}-2.8.9-wxversion-scripts.patch # drop editra - we have it as a separate package now "${FILESDIR}"/${PN}-2.8.12-drop-editra.patch + "${FILESDIR}"/${PN}-2.8.12-drop-categories.patch ) distutils-r1_python_prepare_all diff --git a/dev-ruby/crack/crack-0.3.2.ebuild b/dev-ruby/crack/crack-0.3.2.ebuild index 083709e19cbb..90b099dd82d5 100644 --- a/dev-ruby/crack/crack-0.3.2.ebuild +++ b/dev-ruby/crack/crack-0.3.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/crack/crack-0.3.2.ebuild,v 1.1 2013/02/02 11:03:54 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/crack/crack-0.3.2.ebuild,v 1.2 2013/03/04 09:00:38 ago Exp $ EAPI="2" @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/jnunemaker/crack" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/matchy )" diff --git a/dev-ruby/diff-lcs/Manifest b/dev-ruby/diff-lcs/Manifest index e6cf4122681c..090e71297dbb 100644 --- a/dev-ruby/diff-lcs/Manifest +++ b/dev-ruby/diff-lcs/Manifest @@ -1,2 +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 diff --git a/dev-ruby/diff-lcs/diff-lcs-1.2.1.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.2.1.ebuild new file mode 100644 index 000000000000..e0a53e373e2d --- /dev/null +++ b/dev-ruby/diff-lcs/diff-lcs-1.2.1.ebuild @@ -0,0 +1,29 @@ +# 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.1.ebuild,v 1.1 2013/03/03 20:34:22 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ree18 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 +} diff --git a/dev-ruby/fast_gettext/Manifest b/dev-ruby/fast_gettext/Manifest index ef8765177125..f2ecddba3e1e 100644 --- a/dev-ruby/fast_gettext/Manifest +++ b/dev-ruby/fast_gettext/Manifest @@ -1,2 +1,2 @@ -DIST fast_gettext-0.6.10.gem 84480 SHA256 c7b32b5f22ce588814e2f5cccf11a7fdc3315fe8078a15cbf3e7e8390c5493aa SHA512 f0be57c73dbe8062e59f5bd2ac478037f5ae7f2db04addbc351cb4bd312c303df62c3694776f5f404c759e32d0c6798e3b99b88c6b6de94f8cdd533fc21e77b8 WHIRLPOOL 00ac590cecce04fcb4d339c1dd2fa45c786bcd91baffac00b418a0c4282abede289ff67b117bc0b2afeb595204898bab41d5210629bc3086756f350615755070 DIST fast_gettext-0.6.12.gem 85504 SHA256 9c8e3077f05b42e642035424e5e55ed0bd95fef23217eab8325e110b2f8608ad SHA512 88a1da0cc935139cdf82e45e3d1ea7c8dc041ffa40d59535a81070f9d8ec8a102a8ccef49b802f226c25f4e3b8c5e641895b293e9df34cf1fcfe7aa61c8752cf WHIRLPOOL 29cde9a783c655a70461aac2d1d4740f5785e9d21ff3c8c6e78f72f1a83d736d6ea8efb60e40256cdc0d4e365c9bef8be2a961eadcb710444bfe65380f779936 +DIST fast_gettext-0.7.0.gem 85504 SHA256 3c188799ce57a76df8d42f70d6a5e2f8822bdebca74ad289e655a7dd366c4abc SHA512 b049fba9ea0d1c71889b3c4eb24e9d1510720fdd0b5e54cf665de57af85c0093c55908f24a71eca7b6a97d3f689ddabc7b502f83d6c4fac6659b3ce93675a3cf WHIRLPOOL 73c4a71510cc1bca77ba2804e524ffd2e5a9bd2caa1704f30486d88a75cfdcd2016f637ba653b20337997d744c0d2bd1bac7002001453f691be558da3c373159 diff --git a/dev-ruby/fast_gettext/fast_gettext-0.6.10.ebuild b/dev-ruby/fast_gettext/fast_gettext-0.7.0.ebuild similarity index 83% rename from dev-ruby/fast_gettext/fast_gettext-0.6.10.ebuild rename to dev-ruby/fast_gettext/fast_gettext-0.7.0.ebuild index 7700fe59d7a3..f920d2202826 100644 --- a/dev-ruby/fast_gettext/fast_gettext-0.6.10.ebuild +++ b/dev-ruby/fast_gettext/fast_gettext-0.7.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_gettext/fast_gettext-0.6.10.ebuild,v 1.1 2012/10/05 10:03:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_gettext/fast_gettext-0.7.0.ebuild,v 1.1 2013/03/03 20:41:47 graaff Exp $ -EAPI="4" +EAPI=5 # jruby support requires sqlite3 support for jruby. USE_RUBY="ruby18 ruby19 ree18" @@ -27,8 +27,8 @@ ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/bundler )" all_ruby_prepare() { rm Gemfile.lock || die - # Remove jeweler from Gemfile since it is not needed for tests. - sed -i '/jeweler/d' Gemfile || die + # Remove jeweler and bump from Gemfile since they are not needed for tests. + sed -i -e '/jeweler/d' -e '/bump/d' -e '/appraisal/d' Gemfile || die # Avoid unneeded dependency on git. sed -i -e '/git ls-files/ s:^:#:' fast_gettext.gemspec || die diff --git a/dev-ruby/fcgi/Manifest b/dev-ruby/fcgi/Manifest index 5d48d2cb2dd4..24dc54654f44 100644 --- a/dev-ruby/fcgi/Manifest +++ b/dev-ruby/fcgi/Manifest @@ -1 +1,2 @@ DIST fcgi-0.8.8.gem 13312 SHA256 7e6b5850d6c7b3c22777f3006467e28daaaa8cbb134e36d36d98c740f8d64d03 SHA512 d46a36cd564e87e3c9fbfce08f5e8d8820a0d67681450daa0c44988063a318c5198f1fcdc24b36fc93776e5073d96696fb3385133f55205c159c913980561afd WHIRLPOOL 2de26b537f52269a2e333774aa81a1bd459f0e0ccce65930c2fecc12cebea2611af3bb7793dc89704028bcc2e161e9375086ba4376cd95a96593399657c49908 +DIST fcgi-0.9.1.gem 14336 SHA256 7f04153a6875097b7fe387189929c19df5717ad970eea9bc1cd5bf1c7083192f SHA512 1c6b9450ebc3299af0b9e539a79d64685f2a7ef5adeedf6aa0d09b73f73f00f8e8371004ac0a1b04a69520fea0b73924c1cc9a83fadc734612b2eed662959f6d WHIRLPOOL 017ccca3eaece89e89b85c3d7f4ddd50f469bf9bdebb4712f680bdf9ed804d0dfa6d5506c04f412775e2945b40d626ff171d52781f1e0990c3d67b650dcdd437 diff --git a/dev-ruby/fcgi/fcgi-0.9.1.ebuild b/dev-ruby/fcgi/fcgi-0.9.1.ebuild new file mode 100644 index 000000000000..4744814b1a62 --- /dev/null +++ b/dev-ruby/fcgi/fcgi-0.9.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.1.ebuild,v 1.1 2013/03/04 06:52:43 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ree18 jruby" + +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_EXTRADOC="README.rdoc README.signals" + +inherit multilib ruby-fakegem + +DESCRIPTION="FastCGI library for Ruby" +HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +LICENSE="Ruby" + +DEPEND+=" dev-libs/fcgi" +RDEPEND+=" dev-libs/fcgi" + +IUSE="" +SLOT="0" + +each_ruby_configure() { + case ${RUBY} in + *ruby18|*rubyee18|*ruby19) + ${RUBY} -C ext/fcgi extconf.rb || die "extconf failed" + ;; + esac +} + +each_ruby_compile() { + case ${RUBY} in + *ruby18|*rubyee18|*ruby19) + emake -C ext/fcgi + cp ext/fcgi/fcgi$(get_modname) lib || die + ;; + esac +} diff --git a/dev-tcltk/tcllib/tcllib-1.15.ebuild b/dev-tcltk/tcllib/tcllib-1.15.ebuild index 8d32e426a610..1b38b4531d23 100644 --- a/dev-tcltk/tcllib/tcllib-1.15.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.15.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-tcltk/tcllib/tcllib-1.15.ebuild,v 1.2 2013/03/02 17:49:01 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcllib/tcllib-1.15.ebuild,v 1.3 2013/03/04 08:02:39 jlec Exp $ EAPI=5 @@ -32,7 +32,7 @@ src_test() { src_install() { default - rm "${ED}"/usr/share/man/mann/{try,string,variable,zlib}.n || die + rm "${ED}"/usr/share/man/mann/{string,variable,zlib}.n || die dodoc devdoc/*.txt diff --git a/dev-util/android-sdk-update-manager/Manifest b/dev-util/android-sdk-update-manager/Manifest index f73f6a10d545..eaa9161672d9 100644 --- a/dev-util/android-sdk-update-manager/Manifest +++ b/dev-util/android-sdk-update-manager/Manifest @@ -1 +1,2 @@ DIST android-sdk_r21-linux.tgz 91378351 SHA256 ad3e642626407b78d0fafe7ff89d1ee388b1f5c6f2eba83ce9364957a038ab9d SHA512 3a3338265a2d00f8b7fbb35783d7449498afd8107ddd4ed4c2c34e47582d83eb23f78d02fe01db54c12c48dba0167f60118c1061f1bfeb0048147674fee8d87c WHIRLPOOL feeb9d060a460ec2738a612ae90689791edf54deabcb1b1c37ddec22fb8bfaa13fc4dd53aecfbd5ac70309ce299a88ed84080ef7a2e1a14a6959d4ecf21fbfc9 +DIST android-sdk_r21.1-linux.tgz 91617112 SHA256 276e3c13a10f37927d4e04d036a94a0cbbf62326981f0ba61a303b76567e3379 SHA512 160cd51f965a23120cf63abe02b9a9ce8913d1239a848bc423b33ad10eff65b30147c6b11ab751aa12154292ce0a7837aa60def1cd31a2ccb5d4fc6fcb6d2c24 WHIRLPOOL a4f413356ac87d4753f8d33bddad737cadf41b2d8246f8971addbec568261212505bef4be3c098c8e21e148960a90b87c2c6952665d1845e0aeee9a307c06b44 diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild new file mode 100644 index 000000000000..1610e772ef6a --- /dev/null +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-21.1.ebuild,v 1.1 2013/03/03 21:41:23 rich0 Exp $ + +EAPI="3" + +inherit eutils user + +MY_P="android-sdk_r${PV}-linux" + +DESCRIPTION="Open Handset Alliance's Android SDK" +HOMEPAGE="http://developer.android.com" +SRC_URI="http://dl.google.com/android/${MY_P}.tgz" +IUSE="" +RESTRICT="mirror" + +LICENSE="android" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-arch/tar + app-arch/gzip" +RDEPEND=">=virtual/jdk-1.5 + >=dev-java/ant-core-1.6.5 + >=dev-java/swt-3.5[cairo] + amd64? ( app-emulation/emul-linux-x86-gtklibs ) + x86? ( x11-libs/gtk+:2 )" + +ANDROID_SDK_DIR="/opt/${PN}" +QA_FLAGS_IGNORED_x86=" + ${ANDROID_SDK_DIR/\/}/tools/emulator + ${ANDROID_SDK_DIR/\/}/tools/adb + ${ANDROID_SDK_DIR/\/}/tools/mksdcard + ${ANDROID_SDK_DIR/\/}/tools/sqlite3 + ${ANDROID_SDK_DIR/\/}/tools/hprof-conv + ${ANDROID_SDK_DIR/\/}/tools/zipalign + ${ANDROID_SDK_DIR/\/}/tools/dmtracedump +" +QA_FLAGS_IGNORED_amd64="${QA_FLAGS_IGNORED_x86}" + +QA_PREBUILT="${ANDROID_SDK_DIR/\/}/tools/*" + +S="${WORKDIR}/android-sdk-linux" + +pkg_setup() { + enewgroup android +} + +src_prepare(){ + rm -rf tools/lib/x86* +} + +src_install(){ + dodoc tools/NOTICE.txt "SDK Readme.txt" || die + rm -f tools/NOTICE.txt "SDK Readme.txt" + + dodir "${ANDROID_SDK_DIR}/tools" + cp -pPR tools/* "${ED}${ANDROID_SDK_DIR}/tools" || die "failed to install tools" + + # Maybe this is needed for the tools directory too. + dodir "${ANDROID_SDK_DIR}"/{add-ons,docs,platforms,temp} || die "failed to dodir" + + fowners root:android "${ANDROID_SDK_DIR}"/{,add-ons,docs,platforms,temp,tools} || die + fperms 0775 "${ANDROID_SDK_DIR}"/{,add-ons,docs,platforms,temp,tools} || die + + echo "PATH=\"${EPREFIX}${ANDROID_SDK_DIR}/tools:${EPREFIX}${ANDROID_SDK_DIR}/platform-tools\"" > "${T}/80${PN}" || die + + SWT_PATH= + SWT_VERSIONS="4.2 3.7 3.6 3.5" + for version in $SWT_VERSIONS; do + # redirecting stderr to /dev/null + # not sure if this is best, but avoids misleading error messages + SWT_PATH="`dirname \`java-config -p swt-\$version 2>/dev/null\` 2>/dev/null`" + if [ $SWT_PATH ]; then + einfo "SWT_PATH=$SWT_PATH selecting version $version of SWT." + break + fi + done + + echo "ANDROID_SWT=\"${SWT_PATH}\"" >> "${T}/80${PN}" || die + + doenvd "${T}/80${PN}" || die + + echo "SEARCH_DIRS_MASK=\"${EPREFIX}${ANDROID_SDK_DIR}\"" > "${T}/80${PN}" || die + + insinto "/etc/revdep-rebuild" && doins "${T}/80${PN}" || die + +} + +pkg_postinst() { + elog "The Android SDK now uses its own manager for the development environment." + elog "Run 'android' to download the full SDK, including some of the platform tools." + elog "You must be in the android group to manage the development environment." + elog "Just run 'gpasswd -a android', then have re-login." + elog "See http://developer.android.com/sdk/adding-components.html for more" + elog "information." + elog "If you have problems downloading the SDK, see http://code.google.com/p/android/issues/detail?id=4406" + elog "You need to run env-update and source /etc/profile in any open shells" + elog "if you get an SWT error." +} diff --git a/dev-util/codeblocks/Manifest b/dev-util/codeblocks/Manifest index 522725d76189..885820627cb3 100644 --- a/dev-util/codeblocks/Manifest +++ b/dev-util/codeblocks/Manifest @@ -1 +1,2 @@ DIST codeblocks-10.05-src.tar.bz2 7271651 SHA256 5143e2ffb3a6780ad3524046a32896bf5430276f3ba636d235c3d09774fa7fc2 SHA512 2f8f34ec7d53d032ade019db7dd543cd4c3790c437db2d9b3f6cd0a6ba3b8850f1c7bb330ef5df33f7fb049eaad51bbc79d0352c007459b12a753e025bf52b2f WHIRLPOOL 085098f4229c48d7f177cf43f380ff7125c9bf82ff42ad9be8916241ef4f4531896fc144d8501ab25e76f530de45dcbf507ee068a9c723f343858053db08bb2a +DIST codeblocks_12.11-1.tar.gz 12251781 SHA256 af57635b97aa6ea52ba120c5fac2d847c2638d53e6bdb3fdd1561b7fa7ae6ed9 SHA512 bd0faf3965b7f3e46ee77d2b548691b1195301b6d21fc31c70a9b6779f6c964cafedb70cf8974233858d5b280bf0cfc55851187dbe55fe778c23a9e440fd2e61 WHIRLPOOL a56bb1a4311f1a66abb77c5eb7a26b783049386f2c4a7c70313cc4eb9cc77db291bfc1c2ed4722912a405e4b99adb48453893c83c7103dcf67e4c234ce6a10a1 diff --git a/dev-util/codeblocks/codeblocks-10.05.ebuild b/dev-util/codeblocks/codeblocks-12.11.ebuild similarity index 56% rename from dev-util/codeblocks/codeblocks-10.05.ebuild rename to dev-util/codeblocks/codeblocks-12.11.ebuild index 3ad526ee4637..7d8bbcc2d516 100644 --- a/dev-util/codeblocks/codeblocks-10.05.ebuild +++ b/dev-util/codeblocks/codeblocks-12.11.ebuild @@ -1,33 +1,34 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-10.05.ebuild,v 1.3 2012/04/30 20:27:26 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-12.11.ebuild,v 1.1 2013/03/04 04:57:48 dirtyepic Exp $ -EAPI="4" +EAPI="5" WX_GTK_VER="2.8" -inherit wxwidgets flag-o-matic +inherit eutils wxwidgets DESCRIPTION="The open source, cross platform, free C++ IDE." HOMEPAGE="http://www.codeblocks.org/" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -SRC_URI="mirror://berlios/codeblocks/${P}-src.tar.bz2" +SRC_URI="mirror://berlios/codeblocks/${P/-/_}-1.tar.gz" IUSE="contrib debug pch static-libs" -RDEPEND="x11-libs/wxGTK:2.8[X]" +RDEPEND="app-arch/zip + x11-libs/wxGTK:2.8[X] + contrib? ( + app-text/hunspell + dev-libs/boost + dev-libs/libgamin + )" DEPEND="${RDEPEND} - app-arch/zip" + virtual/pkgconfig" -S=${WORKDIR}/${P}-release +S="${WORKDIR}/${P}release8629" src_configure() { - # C::B is picky on CXXFLAG -fomit-frame-pointer - # (project-wizard crash, instability ...) - filter-flags -fomit-frame-pointer - append-flags -fno-strict-aliasing - econf \ --with-wx-config="${WX_CONFIG}" \ $(use_enable debug) \ @@ -35,3 +36,8 @@ src_configure() { $(use_enable static-libs static) \ $(use_with contrib contrib-plugins all) } + +src_install() { + default + prune_libtool_files +} diff --git a/dev-util/codeblocks/codeblocks-9999.ebuild b/dev-util/codeblocks/codeblocks-9999.ebuild index 6cbd9d46c7f0..c76598aa7a1e 100644 --- a/dev-util/codeblocks/codeblocks-9999.ebuild +++ b/dev-util/codeblocks/codeblocks-9999.ebuild @@ -1,29 +1,33 @@ -# 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-util/codeblocks/codeblocks-9999.ebuild,v 1.4 2012/11/02 06:03:31 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/codeblocks/codeblocks-9999.ebuild,v 1.5 2013/03/04 04:57:48 dirtyepic Exp $ -EAPI="4" +EAPI="5" WX_GTK_VER="2.8" -inherit autotools eutils flag-o-matic subversion wxwidgets +inherit autotools eutils subversion wxwidgets DESCRIPTION="The open source, cross platform, free C++ IDE." HOMEPAGE="http://www.codeblocks.org/" -ESVN_REPO_URI="svn://svn.berlios.de/${PN}/trunk" -SRC_URI="" LICENSE="GPL-3" SLOT="0" KEYWORDS="" +SRC_URI="" +ESVN_REPO_URI="svn://svn.berlios.de/${PN}/trunk" + IUSE="contrib debug pch static-libs" -RDEPEND="x11-libs/wxGTK:2.8[X]" +RDEPEND="app-arch/zip + x11-libs/wxGTK:2.8[X] + contrib? ( + app-text/hunspell + dev-libs/boost + dev-libs/libgamin + )" DEPEND="${RDEPEND} - app-arch/zip - dev-libs/libgamin - sys-devel/libtool:2 virtual/pkgconfig" -src_unpack(){ +src_unpack() { subversion_src_unpack } @@ -37,11 +41,6 @@ src_prepare() { } src_configure() { - # C::B is picky on CXXFLAG -fomit-frame-pointer - # (project-wizard crash, instability ...) - filter-flags -fomit-frame-pointer - append-flags -fno-strict-aliasing - econf \ --with-wx-config="${WX_CONFIG}" \ $(use_enable debug) \ diff --git a/dev-util/gource/gource-0.39.ebuild b/dev-util/gource/gource-0.39.ebuild index 263a66cd16a1..f62c93ec92c0 100644 --- a/dev-util/gource/gource-0.39.ebuild +++ b/dev-util/gource/gource-0.39.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-util/gource/gource-0.39.ebuild,v 1.1 2013/02/04 15:42:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.39.ebuild,v 1.2 2013/03/04 07:07:14 flameeyes Exp $ EAPI=5 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - >=dev-libs/boost-1.46[threads(+)] + >=dev-libs/boost-1.46:=[threads(+)] >=media-libs/glew-1.5 >=media-libs/libpng-1.2 >=media-libs/libsdl-1.2.10[video,opengl,X] diff --git a/dev-util/perf/Manifest b/dev-util/perf/Manifest index ed1d79bb6737..97c2fb0ce6ec 100644 --- a/dev-util/perf/Manifest +++ b/dev-util/perf/Manifest @@ -1,2 +1,3 @@ DIST linux-3.2.tar.bz2 78147838 SHA256 c881fc2b53cf0da7ca4538aa44623a7de043a41f76fd5d0f51a31f6ed699d463 SHA512 1f57b98e8da34b10f37ce94e0f13a994c111d483b104c27a8f58a4a55013a73a9f1ffcebb597be63ce0dfadb92201e93b0e072ba49bac0033026aceb0840c812 WHIRLPOOL 3dc893bde09f064e4614183964a4b9feaab938ca7a739f46f825818a577884eae815f195b52a4c55c571345de59d7ba09631fb68dac481a0837b24868ce60e3d DIST linux-3.4.tar.bz2 80173484 SHA256 a797a15d0b6228381507c14ecf4eec4a6cc5c77cfd521ba3b3e1325e85b5b16d SHA512 597002fa82b70b5052f9e05c1d8547bc5f89d8e1aecfd1765f4033f6d2c5c02d51b6372dbeef12c2eb070ae318a04c39925050cb37a39399961c8b263479fca1 WHIRLPOOL 57e6dd7094db2bc41175d7bb551e8237ea96eacf3710a734e8413915c54304e84ca11455e41c7752882ce81048459555d44d1798bf0775b79c3d74b13aa3a9f2 +DIST linux-3.8.tar.bz2 84623657 SHA256 fce774b5313e73949cb35f128e91e7b2ccd7fa2438abc5cff69267e504395a45 SHA512 966a3b08aecc4b135a48ea73ba3326e1710c455e6da29693479e9d1a56663fc10f569e2342fa861486d39d4ea5c2af406d1bd40613c15555acffdba160ef7ba9 WHIRLPOOL a83baa904c78f71fed5e4cf2607b8e6d1db70a4137b5c00b3cc5f60f04042724faa3cfec36a781417d483548ba0c811f559e82146806edacd1c2fe90bd398e64 diff --git a/dev-util/perf/perf-3.8.ebuild b/dev-util/perf/perf-3.8.ebuild new file mode 100644 index 000000000000..a3ec6da691e6 --- /dev/null +++ b/dev-util/perf/perf-3.8.ebuild @@ -0,0 +1,164 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.8.ebuild,v 1.1 2013/03/04 08:08:14 naota Exp $ + +EAPI="4" + +PYTHON_DEPEND="python? 2" +inherit versionator eutils toolchain-funcs python linux-info + +MY_PV="${PV/_/-}" +MY_PV="${MY_PV/-pre/-git}" + +DESCRIPTION="Userland tools for Linux Performance Counters" +HOMEPAGE="http://perf.wiki.kernel.org/" + +LINUX_V=$(get_version_component_range 1-2) + +if [[ ${PV/_rc} != ${PV} ]] ; then + LINUX_VER=$(get_version_component_range 1-2).$(($(get_version_component_range 3)-1)) + PATCH_VERSION=$(get_version_component_range 1-3) + LINUX_PATCH=patch-${PV//_/-}.bz2 + SRC_URI="mirror://kernel/linux/kernel/v${LINUX_V}/testing/${LINUX_PATCH} + mirror://kernel/linux/kernel/v${LINUX_V}/testing/v${PATCH_VERSION}/${LINUX_PATCH}" +elif [[ $(get_version_component_count) == 4 ]] ; then + # stable-release series + LINUX_VER=$(get_version_component_range 1-3) + LINUX_PATCH=patch-${PV}.bz2 + SRC_URI="mirror://kernel/linux/kernel/v${LINUX_V}/${LINUX_PATCH}" +else + LINUX_VER=${PV} + SRC_URI="" +fi + +LINUX_SOURCES="linux-${LINUX_VER}.tar.bz2" +SRC_URI+=" mirror://kernel/linux/kernel/v${LINUX_V}/${LINUX_SOURCES}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="+demangle +doc perl python slang" + +RDEPEND="demangle? ( sys-devel/binutils ) + perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) + slang? ( dev-libs/newt ) + dev-libs/elfutils" +DEPEND="${RDEPEND} + ${LINUX_PATCH+dev-util/patchutils} + sys-devel/bison + sys-devel/flex + doc? ( + app-text/asciidoc + app-text/sgml-common + app-text/xmlto + sys-process/time )" + +S_K="${WORKDIR}/linux-${LINUX_VER}" +S="${S_K}/tools/perf" + +CONFIG_CHECK="~PERF_EVENTS ~KALLSYMS" + +pkg_setup() { + use python && python_set_active_version 2 +} + +src_unpack() { + local paths=( tools/perf tools/scripts tools/lib include lib "arch/*/include" "arch/*/lib" ) + + # We expect the tar implementation to support the -j option (both + # GNU tar and libarchive's tar support that). + echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}" + tar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \ + "${paths[@]/#/linux-${LINUX_VER}/}" || die + + if [[ -n ${LINUX_PATCH} ]] ; then + eshopts_push -o noglob + ebegin "Filtering partial source patch" + filterdiff -p1 ${paths[@]/#/-i } -z "${DISTDIR}"/${LINUX_PATCH} > ${P}.patch || die + eend $? || die "filterdiff failed" + eshopts_pop + fi + + local a + for a in ${A}; do + [[ ${a} == ${LINUX_SOURCES} ]] && continue + [[ ${a} == ${LINUX_PATCH} ]] && continue + unpack ${a} + done +} + +src_prepare() { + if [[ -n ${LINUX_PATCH} ]] ; then + cd "${S_K}" + epatch "${WORKDIR}"/${P}.patch + fi + + # Drop some upstream too-developer-oriented flags and fix the + # Makefile in general + sed -i \ + -e 's:-Werror::' \ + -e 's:-ggdb3::' \ + -e 's:-fstack-protector-all::' \ + -e 's:^LDFLAGS =:EXTLIBS +=:' \ + -e '/\(PERL\|PYTHON\)_EMBED_LDOPTS/s:ALL_LDFLAGS +=:EXTLIBS +=:' \ + -e '/-x c - /s:\$(ALL_LDFLAGS):\0 $(EXTLIBS):' \ + -e '/^ALL_CFLAGS =/s:$: $(CFLAGS_OPTIMIZE):' \ + -e '/^ALL_LDFLAGS =/s:$: $(LDFLAGS_OPTIMIZE):' \ + -e '/.FORCE-PERF-VERSION-FILE/s,.FORCE-PERF-VERSION-FILE,,g' \ + "${S}"/Makefile + + # Avoid the call to make kernelversion + echo "PERF_VERSION = ${MY_PV}" > PERF-VERSION-FILE + + # The code likes to compile local assembly files which lack ELF markings. + find -name '*.S' -exec sed -i '$a.section .note.GNU-stack,"",%progbits' {} + +} + +puse() { usex $1 "" no; } +perf_make() { + emake V=1 \ + CC="$(tc-getCC)" AR="$(tc-getAR)" \ + prefix="/usr" bindir_relative="sbin" \ + CFLAGS_OPTIMIZE="${CFLAGS}" \ + LDFLAGS_OPTIMIZE="${LDFLAGS}" \ + ARCH="$(tc-arch-kernel)" \ + NO_DEMANGLE=$(puse demangle) \ + NO_LIBPERL=$(puse perl) \ + NO_LIBPYTHON=$(puse python) \ + NO_NEWT=$(puse slang) \ + "$@" +} + +src_compile() { + perf_make + + if use doc ; then + pushd Documentation + emake ${makeargs} + popd + fi +} + +src_test() { + : +} + +src_install() { + perf_make install DESTDIR="${D}" + + dodoc CREDITS + + dodoc *txt Documentation/*.txt + if use doc ; then + dohtml Documentation/*.html + doman Documentation/*.1 + fi +} + +pkg_postinst() { + if ! use doc ; then + elog "Without the doc USE flag you won't get any documentation nor man pages." + elog "And without man pages, you won't get any --help output for perf and its" + elog "sub-tools." + fi +} diff --git a/media-gfx/blender/metadata.xml b/media-gfx/blender/metadata.xml index 755c971c1869..ac12ddc1630a 100644 --- a/media-gfx/blender/metadata.xml +++ b/media-gfx/blender/metadata.xml @@ -8,10 +8,6 @@ Luca Barbato - - flameeyes@gentoo.org - - Blender, the open source software for 3D modeling, animation, rendering, post-production, interactive creation and playback. @@ -22,10 +18,7 @@ Adds support for space navigator devices through package dev-libs/libspnav. - - Adds Game Engine support to Blender. - - + Adds Game Engine support to Blender. @@ -36,9 +29,6 @@ Build cycles renderer (requires media-libs/openimageio and dev-libs/boost). - - Adds verse clustering features to Blender. - Adds DDS textures support to Blender. diff --git a/media-gfx/xfig/Manifest b/media-gfx/xfig/Manifest index c49426a21287..75e914f1ab2c 100644 --- a/media-gfx/xfig/Manifest +++ b/media-gfx/xfig/Manifest @@ -1 +1 @@ -DIST xfig.3.2.5b.full.tar.gz 5821049 SHA256 5c01cf6d79f4de04e3d9efc9f3e4ea046e880d6610f210c8551bb0a713e985c2 +DIST xfig.3.2.5b.full.tar.gz 5821049 SHA256 5c01cf6d79f4de04e3d9efc9f3e4ea046e880d6610f210c8551bb0a713e985c2 SHA512 f31243e6d7c676f2329844097f6b97c4a22e65824a6c17efec743f0197406a6f2f5b1ae3cac2e97f99f9a7c364a6e4569624dfaee3d93c2d6212573aedcfb87c WHIRLPOOL b03d34874533fc354a9205b705ef39fbe0811e9e0f7e7d61fc01f96a5b6b8707a310cfd4176eee59b7c3acf649e657206a92a74981feba8be804aa9a7807aee6 diff --git a/media-gfx/xfig/files/xfig-3.2.5b-darwin.patch b/media-gfx/xfig/files/xfig-3.2.5b-darwin.patch new file mode 100644 index 000000000000..0c4fa29fb271 --- /dev/null +++ b/media-gfx/xfig/files/xfig-3.2.5b-darwin.patch @@ -0,0 +1,22 @@ +--- fig.h ++++ fig.h +@@ -374,7 +374,7 @@ + extern long random(); + extern void srandom(unsigned int); + +-#elif !defined(__osf__) && !defined(__CYGWIN__) && !defined(linux) && !defined(__FreeBSD__) && !defined(__GLIBC__) ++#elif !defined(__osf__) && !defined(__CYGWIN__) && !defined(linux) && !defined(__FreeBSD__) && !defined(__DARWIN__) && !defined(__GLIBC__) + extern void srandom(int); + + #endif +--- w_keyboard.c ++++ w_keyboard.c +@@ -41,7 +41,7 @@ + #define REG_NOERROR REG_OKAY + #endif + +-#if defined(__FreeBSD__) && !defined(REG_NOERROR) ++#if (defined(__FreeBSD__) || defined(__DARWIN__)) && !defined(REG_NOERROR) + #define REG_NOERROR 0 + #endif + diff --git a/media-gfx/xfig/files/xfig-3.2.5b-edit-menu.patch b/media-gfx/xfig/files/xfig-3.2.5b-edit-menu.patch new file mode 100644 index 000000000000..ea396f1b005c --- /dev/null +++ b/media-gfx/xfig/files/xfig-3.2.5b-edit-menu.patch @@ -0,0 +1,332 @@ +diff -Naur /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/Imakefile /root/xfig.3.2.5b/Imakefile +--- /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/Imakefile 2012-04-20 09:46:26.217957716 +0200 ++++ /root/xfig.3.2.5b/Imakefile 2012-04-20 09:16:28.744362135 +0200 +@@ -251,7 +251,7 @@ + #endif /* USEJPEG */ + + #ifdef I18N +-I18N_DEFS = -DI18N -DSETLOCALE ++I18N_DEFS = -DI18N -DSETLOCALE -DXAW_INTERNATIONALIZATION + I18N_SRC = w_i18n.c + I18N_OBJ = w_i18n.o + #endif +diff -Naur /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/e_edit.c /root/xfig.3.2.5b/e_edit.c +--- /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/e_edit.c 2007-04-04 18:18:32.000000000 +0200 ++++ /root/xfig.3.2.5b/e_edit.c 2012-04-20 10:02:04.209542848 +0200 +@@ -3211,7 +3211,7 @@ + XtAddCallback(but1, XtNcallback, + (XtCallbackProc) grab_button, (XtPointer) NULL); + +- if ( cur_image_editor != NULL && *cur_image_editor != (char) NULL) { ++ if ( cur_image_editor != NULL && *cur_image_editor != '\0' ) { + FirstArg(XtNlabel,"Edit Image"); + NextArg(XtNfromHoriz, but1); + NextArg(XtNfromVert, label); +@@ -3501,7 +3501,7 @@ + { + Widget but_spline[3]; + Dimension label_height, label_width; +- int i, dist; ++ int i, dist; + + static char use_item[]="Edit the behavior\nof the control point"; + +@@ -3598,7 +3598,7 @@ + below = but_spline[i] = XtCreateManagedWidget(sfactor_type[i].label, + commandWidgetClass, form, Args, ArgCount); + XtAddCallback(but_spline[i], XtNcallback, +- (XtCallbackProc) toggle_sfactor_type, (XtPointer) i); ++ (XtCallbackProc) toggle_sfactor_type, (XtPointer) (intptr_t) i); + XtSetArg(Args[0], XtNfromVert, below); /* here are the direct */ + XtSetArg(Args[1], XtNvertDistance, 3 * dist); /* accesses to Args */ + } +@@ -3608,7 +3608,7 @@ + static void + toggle_sfactor_type(Widget panel_local, XtPointer _sfactor_index, XtPointer call_data) + { +- int sfactor_index = (int) _sfactor_index; ++ int sfactor_index = (int) (intptr_t) _sfactor_index; + + update_sfactor_value(sfactor_type[sfactor_index].value); + XawScrollbarSetThumb(sfactor_bar, +@@ -3629,10 +3629,10 @@ + static void + scroll_sfactor_value(Widget panel_local, XtPointer closure, XtPointer _num_pixels) + { +- int *num_pixels = (int *) _num_pixels; ++ int num_pixels = (int) (intptr_t) _num_pixels; + + update_sfactor_value(sub_sfactor->s + +- (STEP_VALUE * SFACTOR_SIGN((int) num_pixels))); ++ (STEP_VALUE * SFACTOR_SIGN(num_pixels))); + XawScrollbarSetThumb(panel_local, SFACTOR_TO_PERCENTAGE(sub_sfactor->s), + THUMB_H); + } +@@ -4031,7 +4031,6 @@ + Widget + color_selection_panel(char *label, char *wname, char *name, Widget parent, Widget below, Widget beside, Widget *button, Widget *popup, int color, XtCallbackProc callback) + { +- + FirstArg(XtNfromVert, below); + NextArg(XtNborderWidth, 0); + NextArg(XtNtop, XtChainBottom); +@@ -4057,7 +4056,7 @@ + * callback + */ + /* also set the label */ +- (callback)(below, (XtPointer) color, NULL); ++ (callback)(below, (XtPointer) (intptr_t) color, NULL); + *popup = make_color_popup_menu(below, name, callback, NO_TRANSP, NO_BACKG); + + return *button; +@@ -4658,7 +4657,7 @@ + int ival; + double val; + +- new_points_units = (int) new_unit; ++ new_points_units = (int) (intptr_t) new_unit; + if (points_units == new_points_units) + return; + +@@ -4739,7 +4738,7 @@ + FirstArg(XtNlabel, XtName(w)); + SetValues(arc_type_panel); + +- generic_vals.arc_type = (int) new_style; ++ generic_vals.arc_type = (int) (intptr_t) new_style; + /* if now a pie-wedge type, make the arrow panels insensitive */ + if (generic_vals.arc_type == T_PIE_WEDGE_ARC) { + /* unmanage arrow forms */ +@@ -4865,7 +4864,7 @@ + static void + pen_color_select(Widget w, XtPointer new_color, XtPointer call_data) + { +- pen_color = (Color) new_color; ++ pen_color = (Color) (intptr_t) new_color; + color_select(pen_col_button, pen_color); + if (pen_color_popup) { + XtPopdown(pen_color_popup); +@@ -4875,7 +4874,7 @@ + static void + fill_color_select(Widget w, XtPointer new_color, XtPointer call_data) + { +- fill_color = (Color) new_color; ++ fill_color = (Color) (intptr_t) new_color; + color_select(fill_col_button, fill_color); + if (fill_color_popup) { + XtPopdown(fill_color_popup); +@@ -4927,7 +4926,7 @@ + { + FirstArg(XtNlabel, XtName(w)); + SetValues(hidden_text_panel); +- hidden_text_flag = (int) new_hidden_text; ++ hidden_text_flag = (int) (intptr_t) new_hidden_text; + } + + static void +@@ -4935,7 +4934,7 @@ + { + FirstArg(XtNlabel, XtName(w)); + SetValues(rigid_text_panel); +- rigid_text_flag = (int) new_rigid_text; ++ rigid_text_flag = (int) (intptr_t) new_rigid_text; + } + + static void +@@ -4943,7 +4942,7 @@ + { + FirstArg(XtNlabel, XtName(w)); + SetValues(special_text_panel); +- special_text_flag = (int) new_special_text; ++ special_text_flag = (int) (intptr_t) new_special_text; + } + + static void +@@ -4951,7 +4950,7 @@ + { + FirstArg(XtNlabel, XtName(w)); + SetValues(textjust_panel); +- textjust = (int) new_textjust; ++ textjust = (int) (intptr_t) new_textjust; + } + + static void +@@ -4963,7 +4962,7 @@ + + FirstArg(XtNlabel, XtName(w)); + SetValues(flip_pic_panel); +- flip_pic_flag = (int) new_flipflag; ++ flip_pic_flag = (int) (intptr_t) new_flipflag; + p1.x = panel_get_dim_value(x1_panel); + p1.y = panel_get_dim_value(y1_panel); + p2.x = panel_get_dim_value(x2_panel); +@@ -4996,7 +4995,7 @@ + FirstArg(XtNlabel, XtName(w)); + SetValues(rotation_panel); + /* get new rotation (0 = 0 degrees, 1 = 90, 2 = 180, 3 = 270) */ +- rotation = (int) new_rotation; ++ rotation = (int) (intptr_t) new_rotation; + + /* get the two opposite corners */ + p1.x = panel_get_dim_value(x1_panel); +@@ -5104,7 +5103,7 @@ + + FirstArg(XtNlabel, XtName(w)); + SetValues(fill_style_button); +- fill_flag = (int) new_fillflag; ++ fill_flag = (int) (intptr_t) new_fillflag; + + if (fill_flag == 0) { + /* no fill; blank out fill density value and pattern */ +diff -Naur /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/u_draw.c /root/xfig.3.2.5b/u_draw.c +--- /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/u_draw.c 2007-04-04 18:18:32.000000000 +0200 ++++ /root/xfig.3.2.5b/u_draw.c 2012-04-20 09:20:31.379714332 +0200 +@@ -603,7 +603,7 @@ + /* is it a picture object or a Fig figure? */ + if (line->type == T_PICTURE) { + if (line->pic->pic_cache) { +- if ((line->pic->pic_cache->bitmap != (Pixmap) NULL) && active_layer(line->depth)) { ++ if ((line->pic->pic_cache->bitmap != NULL) && active_layer(line->depth)) { + /* only draw the picture if there is a pixmap AND this layer is active */ + draw_pic_pixmap(line, op); + return; +diff -Naur /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_cmdpanel.c /root/xfig.3.2.5b/w_cmdpanel.c +--- /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_cmdpanel.c 2008-07-17 17:50:06.000000000 +0200 ++++ /root/xfig.3.2.5b/w_cmdpanel.c 2012-04-20 09:54:55.595198185 +0200 +@@ -1581,7 +1581,7 @@ + beside = XtCreateManagedWidget("char_button", commandWidgetClass, + character_map_panel, Args, ArgCount); + /* add callback to paste character into current text */ +- XtAddCallback(beside, XtNcallback, paste_char, (XtPointer) i); ++ XtAddCallback(beside, XtNcallback, paste_char, (XtPointer) (intptr_t) i); + /* skip empty entries and 127 (delete) */ + if (i==126) { + below = beside; +diff -Naur /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_color.c /root/xfig.3.2.5b/w_color.c +--- /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_color.c 2007-04-04 18:18:32.000000000 +0200 ++++ /root/xfig.3.2.5b/w_color.c 2012-04-20 09:23:24.738775166 +0200 +@@ -334,7 +334,7 @@ + } else { + NextArg(XtNstate, True); /* start with edit pen */ + } +- NextArg(XtNradioData, (XtPointer) (i+1)); /* can't use 0 */ ++ NextArg(XtNradioData, (XtPointer) (intptr_t) (i+1)); /* can't use 0 */ + mixedEdit[i] = XtCreateManagedWidget("mixedEdit", toggleWidgetClass, + mixedForm[i], Args, ArgCount); + XtAddCallback(mixedEdit[i], XtNcallback, switch_edit, (XtPointer) 0); +@@ -807,7 +807,7 @@ + set_slider_sensitivity(); + + /* activate the one the user pressed (pen or fill) */ +- XawToggleSetCurrent(mixedEdit[0],(XtPointer) (func==I_PEN_COLOR? 1:2)); ++ XawToggleSetCurrent(mixedEdit[0],(XtPointer) (intptr_t) (func==I_PEN_COLOR? 1:2)); + } + + void restore_mixed_colors(void) +diff -Naur /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_export.c /root/xfig.3.2.5b/w_export.c +--- /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_export.c 2007-09-19 21:32:30.000000000 +0200 ++++ /root/xfig.3.2.5b/w_export.c 2012-04-20 09:24:09.181867729 +0200 +@@ -384,7 +384,7 @@ + change_orient(); + appres.landscape = (int) client_data; + /* make sure that paper size is appropriate */ +- papersize_select(export_papersize_panel, (XtPointer) appres.papersize, (XtPointer) 0); ++ papersize_select(export_papersize_panel, (XtPointer) (intptr_t) appres.papersize, (XtPointer) 0); + } + } + +diff -Naur /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_fontpanel.c /root/xfig.3.2.5b/w_fontpanel.c +--- /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_fontpanel.c 2007-04-04 18:18:32.000000000 +0200 ++++ /root/xfig.3.2.5b/w_fontpanel.c 2012-04-20 09:26:50.774325641 +0200 +@@ -142,14 +142,14 @@ + ps_fontmenu_items[i].type = MENU_IMAGESTRING; /* put the fontnames in + * menu */ + ps_fontmenu_items[i].label = ps_fontinfo[i].name; +- ps_fontmenu_items[i].info = (caddr_t) (i - 1); /* index for font # */ ++ ps_fontmenu_items[i].info = (caddr_t) (intptr_t) (i - 1); /* index for font # */ + } + + for (i = 0; i < NUM_LATEX_FONTS; i++) { + latex_fontmenu_items[i].type = MENU_IMAGESTRING; /* put the fontnames in + * menu */ + latex_fontmenu_items[i].label = latex_fontinfo[i].name; +- latex_fontmenu_items[i].info = (caddr_t) i; /* index for font # */ ++ latex_fontmenu_items[i].info = (caddr_t) (intptr_t) i; /* index for font # */ + } + + pane_actions = XtParseTranslationTable(":set()\n\ +@@ -352,9 +352,9 @@ + char *font_name = mi->label; + + if (*flag_sel) +- *font_ps_sel = (int) mi->info; /* set ps font to one selected */ ++ *font_ps_sel = (int) (intptr_t) mi->info; /* set ps font to one selected */ + else +- *font_latex_sel = (int) mi->info; /* set latex font to one ++ *font_latex_sel = (int) (intptr_t) mi->info; /* set latex font to one + * selected */ + put_msg("Font: %s", font_name); + /* put image of font in indicator window */ +diff -Naur /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_indpanel.c /root/xfig.3.2.5b/w_indpanel.c +--- /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_indpanel.c 2009-03-30 17:54:00.000000000 +0200 ++++ /root/xfig.3.2.5b/w_indpanel.c 2012-04-20 09:34:38.181793478 +0200 +@@ -2692,7 +2692,7 @@ + /* "Ticks" checkbutton */ + below = CreateCheckbutton("Show ticks", "ticks", tickform, below, (Widget) NULL, + MANAGE, LARGE_CHK, &dimline_ticks, +- dimline_panel_preview, (Widget) NULL); ++ dimline_panel_preview, (Widget*) NULL); + + /* Tick Thickness label */ + FirstArg(XtNlabel, "Thickness"); +diff -Naur /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_print.c /root/xfig.3.2.5b/w_print.c +--- /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_print.c 2009-04-20 18:26:14.000000000 +0200 ++++ /root/xfig.3.2.5b/w_print.c 2012-04-20 09:36:11.004623947 +0200 +@@ -407,7 +407,7 @@ + change_orient(); + appres.landscape = (int) new_orient; + /* make sure that paper size is appropriate */ +- papersize_select(print_papersize_panel, (XtPointer) appres.papersize, (XtPointer) 0); ++ papersize_select(print_papersize_panel, (XtPointer) (intptr_t) appres.papersize, (XtPointer) 0); + } + } + +@@ -771,7 +771,7 @@ + for (i = 0; i < XtNumber(paper_sizes); i++) { + entry = XtCreateManagedWidget(paper_sizes[i].fname, smeBSBObjectClass, + papersize_menu, NULL, ZERO); +- XtAddCallback(entry, XtNcallback, papersize_select, (XtPointer) i); ++ XtAddCallback(entry, XtNcallback, papersize_select, (XtPointer) (intptr_t) i); + } + + /* Orientation */ +diff -Naur /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_util.c /root/xfig.3.2.5b/w_util.c +--- /var/tmp/portage/media-gfx/xfig-3.2.5b-r2/work/xfig.3.2.5b/w_util.c 2009-03-30 17:52:38.000000000 +0200 ++++ /root/xfig.3.2.5b/w_util.c 2012-04-20 09:37:37.764153931 +0200 +@@ -378,7 +378,7 @@ + } + entry = XtCreateManagedWidget(entries[i], smeBSBObjectClass, pulldown_menu, + NULL, ZERO); +- XtAddCallback(entry, XtNcallback, callback, (XtPointer) i); ++ XtAddCallback(entry, XtNcallback, callback, (XtPointer) (intptr_t) i); + } + return pulldown_menu; + } +@@ -488,7 +488,7 @@ + NextArg(XtNbackground, black_color.pixel); + } + entry = XtCreateManagedWidget(buf, commandWidgetClass, pop_form, Args, ArgCount); +- XtAddCallback(entry, XtNcallback, callback, (XtPointer) i); ++ XtAddCallback(entry, XtNcallback, callback, (XtPointer) (intptr_t) i); + } + + /* make a scrollable viewport in case all the buttons don't fit */ +@@ -545,7 +545,7 @@ + } + entry = XtCreateManagedWidget(buf, commandWidgetClass, color_box, + Args, ArgCount); +- XtAddCallback(entry, XtNcallback, callback, (XtPointer) i); ++ XtAddCallback(entry, XtNcallback, callback, (XtPointer) (intptr_t) i); + } + + /* make the cancel button */ diff --git a/media-gfx/xfig/files/xfig-3.2.5b-solaris.patch b/media-gfx/xfig/files/xfig-3.2.5b-solaris.patch new file mode 100644 index 000000000000..a295b5227f00 --- /dev/null +++ b/media-gfx/xfig/files/xfig-3.2.5b-solaris.patch @@ -0,0 +1,26 @@ +* workaround some missing things on Solaris + +--- u_quartic.c ++++ u_quartic.c +@@ -21,4 +21,7 @@ + #include + ++ #ifndef M_PI ++ # define M_PI 3.14159265358979323846 ++ #endif + + static int +--- w_intersect.c ++++ w_intersect.c +@@ -31,6 +31,11 @@ + #define ISET_P1 (1 << 0) + #define ISET_P2 (1 << 1) + ++#if defined (__SVR4) && defined (__sun) ++#undef _Complex_I ++#define _Complex_I (__extension__ 1.0fi) ++#endif ++ + intersect_state_e intersect_state = INTERSECT_INITIAL; + + static INLINE Boolean diff --git a/media-gfx/xfig/xfig-3.2.5b-r3.ebuild b/media-gfx/xfig/xfig-3.2.5b-r3.ebuild new file mode 100644 index 000000000000..afacfc9b3a4f --- /dev/null +++ b/media-gfx/xfig/xfig-3.2.5b-r3.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xfig/xfig-3.2.5b-r3.ebuild,v 1.1 2013/03/04 01:46:09 ottxor Exp $ + +EAPI=5 + +inherit eutils multilib + +MY_P=${PN}.${PV} + +DESCRIPTION="A menu-driven tool to draw and manipulate objects interactively in an X window." +HOMEPAGE="http://www.xfig.org" +SRC_URI="mirror://sourceforge/mcj/${MY_P}.full.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="nls" + +RDEPEND="x11-libs/libXaw + x11-libs/libXp + x11-libs/libXaw3d + nls? ( x11-libs/libXaw3d[unicode] ) + x11-libs/libXi + virtual/jpeg + media-libs/libpng + media-fonts/font-misc-misc + media-fonts/urw-fonts + >=media-gfx/transfig-3.2.5-r1 + media-libs/netpbm" +DEPEND="${RDEPEND} + x11-misc/imake + x11-proto/xproto + x11-proto/inputproto" + +S=${WORKDIR}/${MY_P} + +sed_Imakefile() { + # see Imakefile for details + vars2subs=( BINDIR="${EPREFIX}"/usr/bin + PNGINC=-I"${EPREFIX}"/usr/include + JPEGLIBDIR="${EPREFIX}"/usr/$(get_libdir) + JPEGINC=-I"${EPREFIX}"/usr/include + XPMLIBDIR="${EPREFIX}"/usr/$(get_libdir) + XPMINC=-I"${EPREFIX}"/usr/include/X11 + USEINLINE=-DUSE_INLINE + XFIGLIBDIR="${EPREFIX}"/usr/share/xfig + XFIGDOCDIR="${EPREFIX}/usr/share/doc/${PF}" + MANDIR="${EPREFIX}/usr/share/man/man\$\(MANSUFFIX\)" + "CC=$(tc-getCC)" ) + + for variable in "${vars2subs[@]}" ; do + varname=${variable%%=*} + varval=${variable##*=} + sed -i "s:^\(XCOMM\)*[[:space:]]*${varname}[[:space:]]*=.*$:${varname} = ${varval}:" "$@" + done + if use nls; then + sed -i "s:^\(XCOMM\)*[[:space:]]*\(#define I18N\).*$:\2:" "$@" + # Fix #405475 and #426780 by Markus Peloquin #405475 comment 17 + sed -i 's:^I18N_DEFS[[:space:]]*=.*:& -DXAW_INTERNATIONALIZATION:' "$@" + fi + if has_version '>=x11-libs/libXaw3d-1.5e'; then + einfo "x11-libs/libXaw3d 1.5e and abover installed" + sed -i "s:^\(XCOMM\)*[[:space:]]*\(#define XAW3D1_5E\).*$:\2:" "$@" + fi +} + +src_prepare() { + # Permissions are really crazy here + chmod -R go+rX . + find . -type f -exec chmod a-x '{}' \; + epatch "${FILESDIR}/${P}-figparserstack.patch" #297379 + epatch "${FILESDIR}/${P}-spelling.patch" + epatch "${FILESDIR}/${P}-papersize_b1.patch" + epatch "${FILESDIR}/${P}-pdfimport_mediabox.patch" + epatch "${FILESDIR}/${P}-network_images.patch" + epatch "${FILESDIR}/${P}-app-defaults.patch" + epatch "${FILESDIR}/${P}-zoom-during-edit.patch" + epatch "${FILESDIR}/${P}-urwfonts.patch" + epatch "${FILESDIR}/${P}-mkstemp.patch" #264575 + epatch "${FILESDIR}/${P}-CVE-2010-4262.patch" #348344 + epatch "${FILESDIR}/${P}-libpng-1.5.patch" #356753 + #https://bugzilla.redhat.com/show_bug.cgi?id=657290 + epatch "${FILESDIR}/xfig-3.2.5b-fix-eps-reading.patch" + epatch "${FILESDIR}/${P}-edit-menu.patch" #412753 + + sed_Imakefile Imakefile + sed -e "s:/usr/lib/X11/xfig:${EPREFIX}/usr/share/doc/${PF}:" \ + -i Doc/xfig.man -i Doc/xfig_man.html || die + + #got merge upstream, remove in next release + epatch "${FILESDIR}"/${P}-darwin.patch + epatch "${FILESDIR}"/${P}-solaris.patch +} + +src_compile() { + local EXTCFLAGS=${CFLAGS} + xmkmf || die + [[ ${CHOST} == *-solaris* ]] && EXTCFLAGS="${EXTCFLAGS} -D_POSIX_SOURCE" + emake CC="$(tc-getCC)" LOCAL_LDFLAGS="${LDFLAGS}" CDEBUGFLAGS="${EXTCFLAGS}" \ + USRLIBDIR="${EPREFIX}"/usr/$(get_libdir) +} + +src_install() { + emake -j1 DESTDIR="${D}" install.all + + dodoc README FIGAPPS CHANGES LATEX.AND.XFIG + + doicon xfig.png + make_desktop_entry xfig Xfig xfig +} diff --git a/media-plugins/qmmp-plugin-pack/Manifest b/media-plugins/qmmp-plugin-pack/Manifest index 601d7bbc37df..b52d70649921 100644 --- a/media-plugins/qmmp-plugin-pack/Manifest +++ b/media-plugins/qmmp-plugin-pack/Manifest @@ -1,4 +1 @@ -DIST qmmp-plugin-pack-0.6.2.tar.bz2 121619 SHA256 8f241b94a3671a27d1d1f5d4695469760a52dcaafdc5e97f069b932ccb2ed41c SHA512 fc8824e4af99654860325408a34d94d33588c48c862f6bcf2dc33a1051a098a20ad8c174cdd1481d18b97e998d2c70b7573afe9b0feb47a0145e88c75c57e3db WHIRLPOOL 4213e4210a97458d2fee112f186da66531b557759dcd29fdec193d5bf40ee8d94736b62737abeffc59a710cea52d59a88c91c698b9bd9f0e9ce7b0670f232fcd -DIST qmmp-plugin-pack-0.6.3.tar.bz2 118769 SHA256 0faf83b5b91c0e91ce2341977c431c9d05d7b4dd83cdde06951b6bcc2f562430 SHA512 d582847d79db747bb58deb819587a85018623f92cd019a8b56bd39af125cefed42c350eb8cb50c839c6916d7350eff66c7b150aa678ee0634e9be58230d4c7e5 WHIRLPOOL 85d8cf014153740784ad8a180ab192ef501b677d8cb3cacda68abc9e2ad408ee80cb1e0a31abfc6493afb794652898ec96c61f7f049b99a11c7e65d04bbd7a84 -DIST qmmp-plugin-pack-0.6.4.tar.bz2 119176 SHA256 d999f53ce5483bf7b09c5d2da59b4413b7bcdc32594f9ecd565ddba10f1be81a SHA512 f329287ad94e10c182e83bd675c9e28ae6a3b2e085f31acda02b9bc5dd9e4c4d87b532d56fbbb8e227f8226a414536bb0dc8f20bc3cf2f5938217cc36802b79a WHIRLPOOL f0f4b2c3a065b3262b72d27418f5c92718d906f5b55802ba1ab4f3f44a9e416606297a0fea73c1b545653552fd265e94d81dea84e94af636ee3c11af613d6815 DIST qmmp-plugin-pack-0.6.5.tar.bz2 119659 SHA256 22e0b40cba4cf68902e0e434ccd34d737de90a144e32cfb8af5c193fd28c150d SHA512 816ac1feb40643831f1bfa0f897114eef8ab3322a519f2fbf5209526e477de85f9c6aa4fb7b71e806f73285c5cb033ca2e8494ff6143f35a48cb11b433625a10 WHIRLPOOL 3fb573af76aaf582bcb0001fed5f57a93131454301c8a9ba2d78a77eb48e06e55482e7bbda09f422193958a2ec8fb6f3764bc287ecca948b7457c104a382a3ed diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.2.ebuild b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.2.ebuild deleted file mode 100644 index a4c553c480bc..000000000000 --- a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.2.ebuild,v 1.1 2012/08/17 17:52:56 hwoarang Exp $ - -EAPI=4 - -inherit cmake-utils - -DESCRIPTION="A set of extra plugins for Qmmp" -HOMEPAGE="http://code.google.com/p/qmmp" -SRC_URI="http://qmmp.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=media-sound/qmmp-0.6.0" diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.3.ebuild b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.3.ebuild deleted file mode 100644 index 1b6f116a241e..000000000000 --- a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.3.ebuild,v 1.2 2013/03/02 21:50:26 hwoarang Exp $ - -EAPI=5 - -CMAKE_MIN_VERSION=2.8 - -inherit cmake-utils - -DESCRIPTION="A set of extra plugins for Qmmp" -HOMEPAGE="http://code.google.com/p/qmmp" -SRC_URI="http://qmmp.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=media-libs/taglib-1.7.0 - >=media-sound/mpg123-1.13.0 - >=media-sound/qmmp-0.6.0 - dev-qt/qtgui:4" -DEPEND="${RDEPEND} - dev-lang/yasm" diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.4.ebuild b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.4.ebuild deleted file mode 100644 index 84643f412d92..000000000000 --- a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.6.4.ebuild,v 1.2 2013/03/02 21:50:26 hwoarang Exp $ - -EAPI=5 - -CMAKE_MIN_VERSION=2.8 - -inherit cmake-utils - -DESCRIPTION="A set of extra plugins for Qmmp" -HOMEPAGE="http://code.google.com/p/qmmp" -SRC_URI="http://qmmp.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=media-libs/taglib-1.7.0 - >=media-sound/mpg123-1.13.0 - >=media-sound/qmmp-0.6.0 - dev-qt/qtgui:4" -DEPEND="${RDEPEND} - dev-lang/yasm" diff --git a/media-sound/qmmp/Manifest b/media-sound/qmmp/Manifest index 03406e8d3e84..cb8cebda43c0 100644 --- a/media-sound/qmmp/Manifest +++ b/media-sound/qmmp/Manifest @@ -1,3 +1,2 @@ DIST qmmp-0.6.5.tar.bz2 797215 SHA256 7a53af8228e0062eda5df5d34c00221587a1a3764e614b5d8b12541c2c75f080 SHA512 c58068d77a1d4d1a959ece872f077e865d7d56b155bcfe7bd53361dfc2dd49f7339e6019877842559e0032e6781a16b802101431631a0c09045cdd9d7f900e1c WHIRLPOOL 8cef20616a1578f497a89215726b7804f88f6530433200648ce90774faca334d35e2cbb4a9fc0c6e34c89ad01a132f2b7e703748d2a0ae735113706c171f7382 -DIST qmmp-0.6.6.tar.bz2 798388 SHA256 dfa973cca80c020a85a11bb66701a3804f9fde326440abb179559c98bf3b5b99 SHA512 c87e4288ec5ef7f0ada07bbe3fd051e592cd1a7ca12f64821a17fa3fdefa42fa658f335d1e3cb25174bdcadb959361dc33ccdd34bf1b6b624201f563ca076d1e WHIRLPOOL ec90318ed771a5162d0a957734515eadb8de464cccb9a2face27b1f0472aad3b5885d77d64256f2b49779567acc33f419c0a6cae373749084c7a7904892198d1 DIST qmmp-0.6.7.tar.bz2 799582 SHA256 82d8ed7f3678695e213f0989f869095b37bd212d23ad2827981bc65225d59f8c SHA512 48726ee5146644b5ee586642ea5b5f2afb8324fb00866a542716afd23ec89be12db442cf2050d8bb3932fcbad25dafc7253f6c49e6fdcb532015bcfaa385cde2 WHIRLPOOL 116cbcff9763bac1ffd36806198ed917095b3c408467c5b96743da65096edee6bcf8c55dbff7cca45d317046a9c4b6e6128ead20482099a8fed75a95b1d61978 diff --git a/media-sound/qmmp/qmmp-0.6.6.ebuild b/media-sound/qmmp/qmmp-0.6.6.ebuild deleted file mode 100644 index 62b0f643c9f8..000000000000 --- a/media-sound/qmmp/qmmp-0.6.6.ebuild +++ /dev/null @@ -1,118 +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/qmmp/qmmp-0.6.6.ebuild,v 1.4 2013/03/02 22:00:37 hwoarang Exp $ - -EAPI="5" - -inherit cmake-utils -[ "$PV" == "9999" ] && inherit subversion - -DESCRIPTION="Qt4-based audio player with winamp/xmms skins support" -HOMEPAGE="http://qmmp.ylsoftware.com/index_en.php" -if [ "$PV" != "9999" ]; then - SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~x86" -else - SRC_URI="" - ESVN_REPO_URI="http://qmmp.googlecode.com/svn/trunk/qmmp/" - KEYWORDS="" -fi - -LICENSE="GPL-2" -SLOT="0" -# KEYWORDS further up -IUSE="aac +alsa +dbus bs2b cdda cover crossfade enca ffmpeg flac jack game kde ladspa -libsamplerate lyrics +mad midi mms modplug mplayer mpris musepack notifier oss -projectm pulseaudio scrobbler sndfile stereo tray udev +vorbis wavpack" - -RDEPEND="dev-qt/qt3support:4 - media-libs/taglib - alsa? ( media-libs/alsa-lib ) - bs2b? ( media-libs/libbs2b ) - cdda? ( || ( dev-libs/libcdio-paranoia =media-sound/musepack-tools-444 ) - modplug? ( >=media-libs/libmodplug-0.8.4 ) - vorbis? ( media-libs/libvorbis - media-libs/libogg ) - jack? ( media-sound/jack-audio-connection-kit - media-libs/libsamplerate ) - ffmpeg? ( virtual/ffmpeg ) - projectm? ( media-libs/libprojectm - dev-qt/qtopengl:4 ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.9 ) - wavpack? ( media-sound/wavpack ) - scrobbler? ( net-misc/curl ) - sndfile? ( media-libs/libsndfile ) - udev? ( sys-fs/udisks:0 )" -DEPEND="${RDEPEND}" - -DOCS="AUTHORS ChangeLog README" - -CMAKE_IN_SOURCE_BUILD="1" - -REQUIRED_USE="kde? ( dbus ) " - -src_prepare() { - if has_version dev-libs/libcdio-paranoia; then - sed -i \ - -e 's:cdio/cdda.h:cdio/paranoia/cdda.h:' \ - src/plugins/Input/cdaudio/decoder_cdaudio.cpp || die - fi - - base_src_prepare -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_use alsa) - $(cmake-utils_use_use aac) - $(cmake-utils_use_use bs2b) - $(cmake-utils_use_use cover) - $(cmake-utils_use_use cdda CDA) - $(cmake-utils_use_use crossfade) - $(cmake-utils_use_use dbus) - $(cmake-utils_use_use enca) - $(cmake-utils_use_use ffmpeg) - $(cmake-utils_use_use flac) - $(cmake-utils_use_use game GME) - -DUSE_HAL=OFF - $(cmake-utils_use_use jack) - $(cmake-utils_use_use kde KDENOTIFY) - $(cmake-utils_use_use ladspa) - $(cmake-utils_use_use lyrics) - $(cmake-utils_use_use mad) - $(cmake-utils_use_use midi MIDI_WILDMIDI) - $(cmake-utils_use_use mplayer) - $(cmake-utils_use_use mms) - $(cmake-utils_use_use modplug) - $(cmake-utils_use_use mpris) - $(cmake-utils_use_use musepack MPC) - $(cmake-utils_use_use notifier) - $(cmake-utils_use_use oss) - $(cmake-utils_use_use projectm) - $(cmake-utils_use_use pulseaudio PULSE) - $(cmake-utils_use_use scrobbler) - $(cmake-utils_use_use sndfile) - $(cmake-utils_use_use stereo) - $(cmake-utils_use_use tray STATICON) - $(cmake-utils_use_use udev UDISKS) - $(cmake-utils_use_use libsamplerate SRC) - $(cmake-utils_use_use vorbis) - $(cmake-utils_use_use wavpack) - ) - - cmake-utils_src_configure -} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 1408e141e876..87fb5d10ad3d 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Sun, 03 Mar 2013 20:36:56 +0000 +Mon, 04 Mar 2013 09:06:58 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 1408e141e876..87fb5d10ad3d 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Sun, 03 Mar 2013 20:36:56 +0000 +Mon, 04 Mar 2013 09:06:58 +0000 diff --git a/metadata/herds.xml b/metadata/herds.xml index 84b0e5036778..fc41fbd3e29c 100644 --- a/metadata/herds.xml +++ b/metadata/herds.xml @@ -20,7 +20,7 @@ always a description without a lang attribute. Also there are no overlapping descriptions allowed (multiple description tags with the same language) - $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1009 2013/03/03 16:06:58 pacho Exp $ + $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.1011 2013/03/03 22:12:02 cardoe Exp $ --> @@ -1241,11 +1241,6 @@ media-tv media-tv@gentoo.org TV related applications and modules - - cardoe@gentoo.org - Doug Goldstein - MythTV related bits - zzam@gentoo.org Matthias Schwarzott @@ -1961,6 +1956,14 @@ net-proxy net-proxy@gentoo.org Network proxies + + TomWij@gentoo.org + Tom Wijsman + + + dastergon@gentoo.org + Pavlos Ratis + kerberos @@ -2120,8 +2123,8 @@ mythtv@gentoo.org MythTV related packages - cardoe@gentoo.org - Doug Goldstein + cardoe@gentoo.org + Doug Goldstein rich0@gentoo.org diff --git a/metadata/md5-cache/app-admin/apache-tools-2.4.4 b/metadata/md5-cache/app-admin/apache-tools-2.4.4 index b70c7932a461..6dcb48b96112 100644 --- a/metadata/md5-cache/app-admin/apache-tools-2.4.4 +++ b/metadata/md5-cache/app-admin/apache-tools-2.4.4 @@ -4,11 +4,11 @@ DESCRIPTION=Useful Apache tools - htdigest, htpasswd, ab, htdbm EAPI=3 HOMEPAGE=http://httpd.apache.org/ IUSE=ssl -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris LICENSE=Apache-2.0 RDEPEND==dev-libs/apr-1* =dev-libs/apr-util-1* dev-libs/libpcre ssl? ( dev-libs/openssl ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/httpd/httpd-2.4.4.tar.bz2 _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d848ad4661b0bae1825ce186aaf067e3 +_md5_=372e86f4f4437a5e9b0f448ea3908d59 diff --git a/metadata/md5-cache/app-admin/haskell-updater-1.2.0.9 b/metadata/md5-cache/app-admin/haskell-updater-1.2.0.9 new file mode 100644 index 000000000000..73d8c5938b89 --- /dev/null +++ b/metadata/md5-cache/app-admin/haskell-updater-1.2.0.9 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst prepare prerm setup test +DEPEND=>=dev-lang/ghc-6.12.1 +DESCRIPTION=Rebuild Haskell dependencies in Gentoo +EAPI=4 +HOMEPAGE=http://haskell.org/haskellwiki/Gentoo#haskell-updater +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=|| ( >=sys-apps/portage-2.1.6 sys-apps/pkgcore sys-apps/paludis ) +SLOT=0 +SRC_URI=mirror://hackage/packages/archive/haskell-updater/1.2.0.9/haskell-updater-1.2.0.9.tar.gz +_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed ghc-package f8674c44668a01a8b05d66a7c140008b haskell-cabal a2a8de4cff4a18a175b08057c65a7c4d multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=307d5707cebe6abdc5c2d801f59d177a diff --git a/metadata/md5-cache/app-crypt/mit-krb5-1.11.1 b/metadata/md5-cache/app-crypt/mit-krb5-1.11.1 index aea3fe6f5dbe..d36efe20bd1a 100644 --- a/metadata/md5-cache/app-crypt/mit-krb5-1.11.1 +++ b/metadata/md5-cache/app-crypt/mit-krb5-1.11.1 @@ -4,10 +4,10 @@ DESCRIPTION=MIT Kerberos V EAPI=5 HOMEPAGE=http://web.mit.edu/kerberos/www/ IUSE=doc +keyutils openldap +pkinit +threads test xinetd -KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 s390 x86 +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 LICENSE=openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 || ( BSD-2 GPL-2+ ) RDEPEND=!!app-crypt/heimdal >=sys-libs/e2fsprogs-libs-1.41.0 dev-libs/libverto keyutils? ( sys-apps/keyutils ) openldap? ( net-nds/openldap ) pkinit? ( dev-libs/openssl ) xinetd? ( sys-apps/xinetd ) SLOT=0 SRC_URI=http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.1-signed.tar _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5892e3adb20e7a929104af5335de069a +_md5_=764baef0f02d90cdaede8a422adb20ef diff --git a/metadata/md5-cache/app-emulation/q4wine-0.999_rc7 b/metadata/md5-cache/app-emulation/q4wine-0.999_rc7 deleted file mode 100644 index af958337880a..000000000000 --- a/metadata/md5-cache/app-emulation/q4wine-0.999_rc7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] dev-util/cmake sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Qt4 GUI configuration tool for Wine -EAPI=4 -HOMEPAGE=http://q4wine.brezblock.org.ua/ -IUSE=debug +icoutils +wineappdb -dbus gnome kde linguas_cs linguas_de linguas_en linguas_es linguas_he linguas_it linguas_ru linguas_uk linguas_pl linguas_pt -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] app-admin/sudo app-emulation/wine >=sys-apps/which-2.19 icoutils? ( >=media-gfx/icoutils-0.26.0 ) sys-fs/fuseiso kde? ( kde-base/kdesu ) gnome? ( x11-libs/gksu ) dbus? ( dev-qt/qtdbus:4 ) -SLOT=0 -SRC_URI=mirror://sourceforge/q4wine/q4wine/q4wine%200.999-rc7/q4wine-0.999-rc7.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=140e3cd0d9945dabdcb076f173f4cc98 diff --git a/metadata/md5-cache/app-emulation/q4wine-0.999_rc8 b/metadata/md5-cache/app-emulation/q4wine-0.999_rc8 deleted file mode 100644 index 555d7fff5dbf..000000000000 --- a/metadata/md5-cache/app-emulation/q4wine-0.999_rc8 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] dev-util/cmake sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Qt4 GUI configuration tool for Wine -EAPI=4 -HOMEPAGE=http://q4wine.brezblock.org.ua/ -IUSE=debug +icoutils +wineappdb -dbus gnome kde linguas_cs linguas_de linguas_en linguas_es linguas_he linguas_it linguas_ru linguas_uk linguas_pl linguas_pt -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] app-admin/sudo app-emulation/wine >=sys-apps/which-2.19 icoutils? ( >=media-gfx/icoutils-0.26.0 ) sys-fs/fuseiso kde? ( kde-base/kdesu ) gnome? ( x11-libs/gksu ) dbus? ( dev-qt/qtdbus:4 ) -SLOT=0 -SRC_URI=mirror://sourceforge/q4wine/q4wine/q4wine%200.999-rc8/q4wine-0.999-rc8.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=98576e99bb119511505682ea748cbad8 diff --git a/metadata/md5-cache/app-i18n/scim-hangul-0.4.0 b/metadata/md5-cache/app-i18n/scim-hangul-0.4.0 new file mode 100644 index 000000000000..8546597bc8a4 --- /dev/null +++ b/metadata/md5-cache/app-i18n/scim-hangul-0.4.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 ) >=app-i18n/libhangul-0.0.4 nls? ( virtual/libintl ) virtual/pkgconfig nls? ( sys-devel/gettext ) +DESCRIPTION=Hangul IMEngine for SCIM ported from imhangul +EAPI=5 +HOMEPAGE=http://www.scim-im.org/ +IUSE=nls +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 ) >=app-i18n/libhangul-0.0.4 nls? ( virtual/libintl ) +SLOT=0 +SRC_URI=mirror://sourceforge/scim/scim-hangul-0.4.0.tar.gz +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 2824df7f5dc9f47aee293af8a6b517ed libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=b3f6a6bd799d4ff4dd5cef5e4023bc6e diff --git a/metadata/md5-cache/app-i18n/transifex-client-0.8.0 b/metadata/md5-cache/app-i18n/transifex-client-0.8.0 deleted file mode 100644 index 983f1cd29db4..000000000000 --- a/metadata/md5-cache/app-i18n/transifex-client-0.8.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND==dev-lang/python-2* -DESCRIPTION=A command line interface for Transifex -EAPI=3 -HOMEPAGE=http://pypi.python.org/pypi/transifex-client http://www.transifex.net/ -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=http://github.com/transifex/transifex-client/tarball/0.8 -> transifex-client-0.8.0.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python 89dff4d72d57f253f9f78b7f8c5d55c8 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=2bbf6bf4e33e964a1391c865b5430354 diff --git a/metadata/md5-cache/app-i18n/transifex-client-0.8.0-r1 b/metadata/md5-cache/app-i18n/transifex-client-0.8.0-r1 index 3889ea4a7071..aa0dc6684a99 100644 --- a/metadata/md5-cache/app-i18n/transifex-client-0.8.0-r1 +++ b/metadata/md5-cache/app-i18n/transifex-client-0.8.0-r1 @@ -3,10 +3,10 @@ DEPEND==dev-lang/python-2* DESCRIPTION=A command line interface for Transifex EAPI=3 HOMEPAGE=http://pypi.python.org/pypi/transifex-client http://www.transifex.net/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND==dev-lang/python-2* SLOT=0 SRC_URI=http://github.com/transifex/transifex-client/tarball/0.8 -> transifex-client-0.8.0.tar.gz _eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b python 89dff4d72d57f253f9f78b7f8c5d55c8 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f04e3d68e823b5cbd4abaf7915888a49 +_md5_=9cb8e4a8c748f2a62d7ca97f26a03960 diff --git a/metadata/md5-cache/app-misc/dateutils-0.2.2 b/metadata/md5-cache/app-misc/dateutils-0.2.2 deleted file mode 100644 index d40054292ac3..000000000000 --- a/metadata/md5-cache/app-misc/dateutils-0.2.2 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile -DEPEND=app-arch/xz-utils sys-libs/timezone-data -DESCRIPTION=Command line date and time utilities -EAPI=4 -HOMEPAGE=http://hroptatyr.github.com/dateutils/ -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -SLOT=0 -SRC_URI=mirror://github/hroptatyr/dateutils/dateutils-0.2.2.tar.xz -_md5_=2c05f0112d0c29f9434e3a4aa30729d1 diff --git a/metadata/md5-cache/app-misc/dateutils-0.2.3 b/metadata/md5-cache/app-misc/dateutils-0.2.3 index 1f5ee1ea0b71..729479902539 100644 --- a/metadata/md5-cache/app-misc/dateutils-0.2.3 +++ b/metadata/md5-cache/app-misc/dateutils-0.2.3 @@ -1,10 +1,11 @@ DEFINED_PHASES=compile DEPEND=app-arch/xz-utils sys-libs/timezone-data -DESCRIPTION=Command line date and time utilities +DESCRIPTION=command line date and time utilities EAPI=4 HOMEPAGE=http://hroptatyr.github.com/dateutils/ KEYWORDS=~amd64 ~x86 LICENSE=BSD +RDEPEND=!sys-infiniband/dapl SLOT=0 SRC_URI=mirror://github/hroptatyr/dateutils/dateutils-0.2.3.tar.xz -_md5_=5d9f81153cc30e7e90a54ae365fac52c +_md5_=a38c9785ceca54cf0598f149ec879dcf diff --git a/metadata/md5-cache/app-misc/dateutils-0.2.4 b/metadata/md5-cache/app-misc/dateutils-0.2.4 new file mode 100644 index 000000000000..e20bb37add7d --- /dev/null +++ b/metadata/md5-cache/app-misc/dateutils-0.2.4 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile +DEPEND=app-arch/xz-utils sys-libs/timezone-data +DESCRIPTION=command line date and time utilities +EAPI=5 +HOMEPAGE=http://hroptatyr.github.com/dateutils/ +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=!sys-infiniband/dapl +SLOT=0 +SRC_URI=https://bitbucket.org/hroptatyr/dateutils/downloads/dateutils-0.2.4.tar.xz +_md5_=c95c65b92d164a3456ad7f13b7026805 diff --git a/metadata/md5-cache/app-misc/pysmssend-1.45 b/metadata/md5-cache/app-misc/pysmssend-1.45 deleted file mode 100644 index fd297f3ec0ba..000000000000 --- a/metadata/md5-cache/app-misc/pysmssend-1.45 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=>dev-python/mechanize-0.1.7b qt4? ( dev-python/PyQt4[X] ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -DESCRIPTION=Python Application for sending sms over multiple ISPs -EAPI=3 -HOMEPAGE=http://pysmssend.silverarrow.org/ -IUSE=qt4 -KEYWORDS=amd64 x86 -LICENSE=GPL-3 -RDEPEND=>dev-python/mechanize-0.1.7b qt4? ( dev-python/PyQt4[X] ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -SLOT=0 -SRC_URI=http://pysmssend.silverarrow.org/files/pysmssend-1.45.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b python 89dff4d72d57f253f9f78b7f8c5d55c8 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4d64c450a57269c4a46dcf91f4a307d6 diff --git a/metadata/md5-cache/app-text/xdvik-22.84.16 b/metadata/md5-cache/app-text/xdvik-22.84.16 index 9cf015377662..758dfb8ddeaf 100644 --- a/metadata/md5-cache/app-text/xdvik-22.84.16 +++ b/metadata/md5-cache/app-text/xdvik-22.84.16 @@ -4,10 +4,10 @@ DESCRIPTION=DVI previewer for X Window System EAPI=3 HOMEPAGE=http://xdvi.sourceforge.net/ IUSE=motif neXt Xaw3d emacs -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=media-libs/t1lib-5.0.2 x11-libs/libXmu x11-libs/libXp x11-libs/libXpm motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( x11-libs/libXaw ) ) ) virtual/latex-base !=media-libs/t1lib-5.0.2 x11-libs/libXmu x11-libs/libXp x11-libs/libXpm motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( x11-libs/libXaw ) ) ) dev-libs/kpathsea virtual/latex-base !=dev-libs/libevent-1.4 >=dev-libs/protobuf-2.1.0 dev-libs/libaio >=dev-libs/boost-1.52.0-r1[threads] gearman? ( >=sys-cluster/gearmand-0.12 ) pam? ( sys-libs/pam ) curl? ( net-misc/curl ) memcache? ( >=dev-libs/libmemcached-0.39 ) md5? ( >=dev-libs/libgcrypt-1.4.2 ) ldap? ( net-nds/openldap ) v8? ( dev-lang/v8 ) !dev-db/libdrizzle =dev-lang/python-2* sys-devel/gettext dev-util/intltool dev-util/gperf sys-devel/flex dev-python/sphinx doc? ( app-doc/doxygen ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=tcmalloc? ( dev-util/google-perftools ) sys-libs/readline sys-apps/util-linux dev-libs/libpcre dev-libs/openssl >=dev-libs/libevent-1.4 >=dev-libs/protobuf-2.1.0 dev-libs/libaio >=dev-libs/boost-1.52.0-r1:=[threads] gearman? ( >=sys-cluster/gearmand-0.12 ) pam? ( sys-libs/pam ) curl? ( net-misc/curl ) memcache? ( >=dev-libs/libmemcached-0.39 ) md5? ( >=dev-libs/libgcrypt-1.4.2 ) ldap? ( net-nds/openldap ) v8? ( dev-lang/v8 ) !dev-db/libdrizzle =dev-lang/python-2* sys-devel/gettext dev-util/intltool dev-util/gperf sys-devel/flex dev-python/sphinx doc? ( app-doc/doxygen ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Database optimized for Cloud and Net applications EAPI=5 HOMEPAGE=http://drizzle.org IUSE=debug tcmalloc doc memcache curl pam gearman +md5 ldap v8 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=tcmalloc? ( dev-util/google-perftools ) sys-libs/readline sys-apps/util-linux dev-libs/libpcre dev-libs/openssl >=dev-libs/libevent-1.4 >=dev-libs/protobuf-2.1.0 dev-libs/libaio >=dev-libs/boost-1.52.0-r1[threads] gearman? ( >=sys-cluster/gearmand-0.12 ) pam? ( sys-libs/pam ) curl? ( net-misc/curl ) memcache? ( >=dev-libs/libmemcached-0.39 ) md5? ( >=dev-libs/libgcrypt-1.4.2 ) ldap? ( net-nds/openldap ) v8? ( dev-lang/v8 ) !dev-db/libdrizzle +RDEPEND=tcmalloc? ( dev-util/google-perftools ) sys-libs/readline sys-apps/util-linux dev-libs/libpcre dev-libs/openssl >=dev-libs/libevent-1.4 >=dev-libs/protobuf-2.1.0 dev-libs/libaio >=dev-libs/boost-1.52.0-r1:=[threads] gearman? ( >=sys-cluster/gearmand-0.12 ) pam? ( sys-libs/pam ) curl? ( net-misc/curl ) memcache? ( >=dev-libs/libmemcached-0.39 ) md5? ( >=dev-libs/libgcrypt-1.4.2 ) ldap? ( net-nds/openldap ) v8? ( dev-lang/v8 ) !dev-db/libdrizzle RESTRICT=test SLOT=0 SRC_URI=http://launchpad.net/drizzle/7.2/7.2.4/+download/drizzle-7.2.4-alpha.tar.gz _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python 89dff4d72d57f253f9f78b7f8c5d55c8 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7de33065f74b3d2bb78628e61cc0e7a1 +_md5_=3c31aa49271fd8d23ee7ea2cd82f4b72 diff --git a/metadata/md5-cache/dev-db/unixODBC-2.3.1-r1 b/metadata/md5-cache/dev-db/unixODBC-2.3.1-r1 new file mode 100644 index 000000000000..b7117c784a72 --- /dev/null +++ b/metadata/md5-cache/dev-db/unixODBC-2.3.1-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=>=sys-devel/libtool-2.2.6b >=sys-libs/readline-6.1 >=sys-libs/ncurses-5.7-r7 virtual/libiconv sys-devel/flex +DESCRIPTION=A complete ODBC driver manager +EAPI=4 +HOMEPAGE=http://www.unixodbc.org/ +IUSE=+minimal odbcmanual static-libs unicode +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-2 LGPL-2.1 +RDEPEND=>=sys-devel/libtool-2.2.6b >=sys-libs/readline-6.1 >=sys-libs/ncurses-5.7-r7 virtual/libiconv +SLOT=0 +SRC_URI=http://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.1.tar.gz +_eclasses_=libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=ab98deb5e06158f3e3602374cdad5fde diff --git a/metadata/md5-cache/dev-lang/ruby-1.8.7_p371 b/metadata/md5-cache/dev-lang/ruby-1.8.7_p371 index 4b1e7f4e0299..224eafe235e5 100644 --- a/metadata/md5-cache/dev-lang/ruby-1.8.7_p371 +++ b/metadata/md5-cache/dev-lang/ruby-1.8.7_p371 @@ -4,11 +4,11 @@ DESCRIPTION=An object-oriented scripting language EAPI=2 HOMEPAGE=http://www.ruby-lang.org/ IUSE=+berkdb debug doc examples +gdbm ipv6 rubytests socks5 ssl threads tk xemacs ncurses +readline libedit -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=|| ( Ruby GPL-2 ) PDEPEND=xemacs? ( app-xemacs/ruby-modes ) RDEPEND=berkdb? ( sys-libs/db ) gdbm? ( sys-libs/gdbm ) ssl? ( >=dev-libs/openssl-0.9.8m ) socks5? ( >=net-proxy/dante-1.1.13 ) tk? ( dev-lang/tk[threads=] ) ncurses? ( sys-libs/ncurses ) libedit? ( dev-libs/libedit ) !libedit? ( readline? ( sys-libs/readline ) ) sys-libs/zlib >=app-admin/eselect-ruby-20100603 !=sys-libs/glibc-2.9_p20081201 ) SLOT=0 SRC_URI=http://dist.schmorp.de/libev/libev-4.11.tar.gz http://dist.schmorp.de/libev/Attic/libev-4.11.tar.gz _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 2824df7f5dc9f47aee293af8a6b517ed libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a97935abe1af0736d2ba837475dd229c +_md5_=8956611412985bbef78eadef378d5bcc diff --git a/metadata/md5-cache/dev-libs/libverto-0.2.5 b/metadata/md5-cache/dev-libs/libverto-0.2.5 index 28ecbae7d355..660f6b1baeb4 100644 --- a/metadata/md5-cache/dev-libs/libverto-0.2.5 +++ b/metadata/md5-cache/dev-libs/libverto-0.2.5 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install prepare DEPEND=!=app-crypt/mit-krb5-1.10.1-r0 !=app-crypt/mit-krb5-1.10.1-r1 !=app-crypt/mit-krb5-1.10.1-r2 glib? ( >=dev-libs/glib-2.29 ) libev? ( >=dev-libs/libev-4.11 ) libevent? ( >=dev-libs/libevent-2.0 ) tevent? ( sys-libs/tevent ) DESCRIPTION=Main event loop abstraction library -EAPI=4 +EAPI=5 HOMEPAGE=https://fedorahosted.org/libverto/ IUSE=glib +libev libevent tevent +threads static-libs -KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 s390 x86 ~amd64-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd LICENSE=MIT RDEPEND=!=app-crypt/mit-krb5-1.10.1-r0 !=app-crypt/mit-krb5-1.10.1-r1 !=app-crypt/mit-krb5-1.10.1-r2 glib? ( >=dev-libs/glib-2.29 ) libev? ( >=dev-libs/libev-4.11 ) libevent? ( >=dev-libs/libevent-2.0 ) tevent? ( sys-libs/tevent ) REQUIRED_USE=|| ( glib libev libevent tevent ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/l/i/libverto/libverto-0.2.5.tar.gz -_md5_=5a246b7c328f7a1f52d0a3f5903574b3 +_md5_=54fef98cfe065136e2e063268c37aa85 diff --git a/metadata/md5-cache/dev-python/wxpython-2.8.12.1-r1 b/metadata/md5-cache/dev-python/wxpython-2.8.12.1-r1 index c31086d3ede4..0a1290a4bc4a 100644 --- a/metadata/md5-cache/dev-python/wxpython-2.8.12.1-r1 +++ b/metadata/md5-cache/dev-python/wxpython-2.8.12.1-r1 @@ -10,4 +10,4 @@ RDEPEND=>=x11-libs/wxGTK-2.8.12.1:2.8[opengl?,tiff,X] dev-libs/glib:2 dev-python SLOT=2.8 SRC_URI=mirror://sourceforge/wxpython/wxPython-src-2.8.12.1.tar.bz2 doc? ( mirror://sourceforge/wxpython/wxPython-docs-2.8.12.1.tar.bz2 mirror://sourceforge/wxpython/wxPython-newdocs-2.8.9.2.tar.bz2 ) examples? ( mirror://sourceforge/wxpython/wxPython-demo-2.8.12.1.tar.bz2 ) _eclasses_=alternatives 7a734a903498a04a0722152a124aa3a5 distutils-r1 c43389ef760cd7e42d7bf53666cfa6e0 eutils 2824df7f5dc9f47aee293af8a6b517ed fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 8a2f7fb683287f1c6a95198ff0fb21e5 python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets fb1a306837717dfa2af841ecdf929565 -_md5_=a67d45eb825c6a886112e8d9f639552b +_md5_=e4015ea84d4142df0d943252222b5b6c diff --git a/metadata/md5-cache/dev-ruby/crack-0.3.2 b/metadata/md5-cache/dev-ruby/crack-0.3.2 index 216719e0524b..a1681bb74d6d 100644 --- a/metadata/md5-cache/dev-ruby/crack-0.3.2 +++ b/metadata/md5-cache/dev-ruby/crack-0.3.2 @@ -4,10 +4,10 @@ DESCRIPTION=Really simple JSON and XML parsing, ripped from Merb and Rails. EAPI=2 HOMEPAGE=https://github.com/jnunemaker/crack IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 doc test test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=MIT 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_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_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) SLOT=0 SRC_URI=mirror://rubygems/crack-0.3.2.gem _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7247106515b57789d762f8fa6e983596 +_md5_=020cf3f5611a2b3e846760303441dee8 diff --git a/metadata/md5-cache/dev-ruby/diff-lcs-1.2.1 b/metadata/md5-cache/dev-ruby/diff-lcs-1.2.1 new file mode 100644 index 000000000000..d93868ce4d62 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/diff-lcs-1.2.1 @@ -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_ree18? ( doc? ( >=dev-ruby/hoe-2.10[ruby_targets_ree18] ) ) 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_ree18? ( dev-lang/ruby-enterprise: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_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) 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_ree18? ( test? ( dev-ruby/rspec:2[ruby_targets_ree18] ) ) 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_ree18? ( virtual/rubygems[ruby_targets_ree18] ) 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_ree18? ( virtual/rubygems[ruby_targets_ree18] ) 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_ree18 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_ree18? ( dev-lang/ruby-enterprise: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_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby ) +SLOT=0 +SRC_URI=mirror://rubygems/diff-lcs-1.2.1.gem +_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=d674e6d1e7ccdd2f668f820a064a9c02 diff --git a/metadata/md5-cache/dev-ruby/fast_gettext-0.6.10 b/metadata/md5-cache/dev-ruby/fast_gettext-0.7.0 similarity index 95% rename from metadata/md5-cache/dev-ruby/fast_gettext-0.6.10 rename to metadata/md5-cache/dev-ruby/fast_gettext-0.7.0 index 73a9b162a1d8..927fdb52100d 100644 --- a/metadata/md5-cache/dev-ruby/fast_gettext-0.6.10 +++ b/metadata/md5-cache/dev-ruby/fast_gettext-0.7.0 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install prepare setup test unpack DEPEND=ruby_targets_ruby18? ( test? ( dev-ruby/activerecord[ruby_targets_ruby18] dev-ruby/bundler[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/activerecord[ruby_targets_ruby19] dev-ruby/bundler[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/activerecord[ruby_targets_ree18] dev-ruby/bundler[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rspec:2[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ) DESCRIPTION=GetText but 3.5 x faster, 560 x less memory, simple, clean namespace (7 vs 34) and threadsave! -EAPI=4 +EAPI=5 HOMEPAGE=https://github.com/grosser/fast_gettext IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test test KEYWORDS=~amd64 ~x86 @@ -9,6 +9,6 @@ LICENSE=public-domain RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) SLOT=0 -SRC_URI=mirror://rubygems/fast_gettext-0.6.10.gem +SRC_URI=mirror://rubygems/fast_gettext-0.7.0.gem _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=95cfc15cc46858e2741ab8a5f422ec47 +_md5_=df6235b98cbd303166656d07a8fa4ea3 diff --git a/metadata/md5-cache/dev-ruby/fcgi-0.9.1 b/metadata/md5-cache/dev-ruby/fcgi-0.9.1 new file mode 100644 index 000000000000..4bc10a15253a --- /dev/null +++ b/metadata/md5-cache/dev-ruby/fcgi-0.9.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=dev-libs/fcgi 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) 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_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=FastCGI library for Ruby +EAPI=5 +HOMEPAGE=http://github.com/alphallc/ruby-fcgi-ng +IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=Ruby +RDEPEND=dev-libs/fcgi 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby ) +SLOT=0 +SRC_URI=mirror://rubygems/fcgi-0.9.1.gem +_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=63315018bf9de6115fbb0dd5db5dcbb1 diff --git a/metadata/md5-cache/dev-tcltk/tcllib-1.15 b/metadata/md5-cache/dev-tcltk/tcllib-1.15 index 407a89eccdf5..6a2fe16c4bf2 100644 --- a/metadata/md5-cache/dev-tcltk/tcllib-1.15 +++ b/metadata/md5-cache/dev-tcltk/tcllib-1.15 @@ -10,4 +10,4 @@ RDEPEND=dev-lang/tcl SLOT=0 SRC_URI=mirror://sourceforge/tcllib/tcllib-1.15.tar.bz2 _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6d8fe9bf802197e6adf13b01a8476d72 +_md5_=18e4e9516463bf615e58a318d5fe5c76 diff --git a/metadata/md5-cache/dev-util/android-sdk-update-manager-21.1 b/metadata/md5-cache/dev-util/android-sdk-update-manager-21.1 new file mode 100644 index 000000000000..985adb46f5eb --- /dev/null +++ b/metadata/md5-cache/dev-util/android-sdk-update-manager-21.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install postinst prepare setup +DEPEND=app-arch/tar app-arch/gzip +DESCRIPTION=Open Handset Alliance's Android SDK +EAPI=3 +HOMEPAGE=http://developer.android.com +KEYWORDS=~amd64 ~x86 +LICENSE=android +RDEPEND=>=virtual/jdk-1.5 >=dev-java/ant-core-1.6.5 >=dev-java/swt-3.5[cairo] amd64? ( app-emulation/emul-linux-x86-gtklibs ) x86? ( x11-libs/gtk+:2 ) +RESTRICT=mirror +SLOT=0 +SRC_URI=http://dl.google.com/android/android-sdk_r21.1-linux.tgz +_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=a310a6f140586a85625f43f7918a4f3c diff --git a/metadata/md5-cache/dev-util/codeblocks-10.05 b/metadata/md5-cache/dev-util/codeblocks-10.05 deleted file mode 100644 index 0ba11028a101..000000000000 --- a/metadata/md5-cache/dev-util/codeblocks-10.05 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure -DEPEND=x11-libs/wxGTK:2.8[X] app-arch/zip -DESCRIPTION=The open source, cross platform, free C++ IDE. -EAPI=4 -HOMEPAGE=http://www.codeblocks.org/ -IUSE=contrib debug pch static-libs -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd -LICENSE=GPL-3 -RDEPEND=x11-libs/wxGTK:2.8[X] -SLOT=0 -SRC_URI=mirror://berlios/codeblocks/codeblocks-10.05-src.tar.bz2 -_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets fb1a306837717dfa2af841ecdf929565 -_md5_=ba683c97900aa94ef9f11b33f48c67e0 diff --git a/metadata/md5-cache/dev-util/codeblocks-12.11 b/metadata/md5-cache/dev-util/codeblocks-12.11 new file mode 100644 index 000000000000..68590126b097 --- /dev/null +++ b/metadata/md5-cache/dev-util/codeblocks-12.11 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=app-arch/zip x11-libs/wxGTK:2.8[X] contrib? ( app-text/hunspell dev-libs/boost dev-libs/libgamin ) virtual/pkgconfig +DESCRIPTION=The open source, cross platform, free C++ IDE. +EAPI=5 +HOMEPAGE=http://www.codeblocks.org/ +IUSE=contrib debug pch static-libs +KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +LICENSE=GPL-3 +RDEPEND=app-arch/zip x11-libs/wxGTK:2.8[X] contrib? ( app-text/hunspell dev-libs/boost dev-libs/libgamin ) +SLOT=0 +SRC_URI=mirror://berlios/codeblocks/codeblocks_12.11-1.tar.gz +_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets fb1a306837717dfa2af841ecdf929565 +_md5_=c37437873b58cdadc9b9afb1ac6dc56a diff --git a/metadata/md5-cache/dev-util/codeblocks-9999 b/metadata/md5-cache/dev-util/codeblocks-9999 index b016eedec93f..03d872e4f325 100644 --- a/metadata/md5-cache/dev-util/codeblocks-9999 +++ b/metadata/md5-cache/dev-util/codeblocks-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile configure install preinst prepare unpack -DEPEND=x11-libs/wxGTK:2.8[X] app-arch/zip dev-libs/libgamin sys-devel/libtool:2 virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync +DEPEND=app-arch/zip x11-libs/wxGTK:2.8[X] contrib? ( app-text/hunspell dev-libs/boost dev-libs/libgamin ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync DESCRIPTION=The open source, cross platform, free C++ IDE. -EAPI=4 +EAPI=5 HOMEPAGE=http://www.codeblocks.org/ IUSE=contrib debug pch static-libs LICENSE=GPL-3 -RDEPEND=x11-libs/wxGTK:2.8[X] +RDEPEND=app-arch/zip x11-libs/wxGTK:2.8[X] contrib? ( app-text/hunspell dev-libs/boost dev-libs/libgamin ) SLOT=0 -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets fb1a306837717dfa2af841ecdf929565 -_md5_=d127b4e17e9c4c141e1dae402cfab024 +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 2824df7f5dc9f47aee293af8a6b517ed libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets fb1a306837717dfa2af841ecdf929565 +_md5_=69d21b7a1cf06ff387726e9503887791 diff --git a/metadata/md5-cache/dev-util/gource-0.39 b/metadata/md5-cache/dev-util/gource-0.39 index 7a19547a1f69..2df7030a561f 100644 --- a/metadata/md5-cache/dev-util/gource-0.39 +++ b/metadata/md5-cache/dev-util/gource-0.39 @@ -1,12 +1,12 @@ DEFINED_PHASES=configure -DEPEND=>=dev-libs/boost-1.46[threads(+)] >=media-libs/glew-1.5 >=media-libs/libpng-1.2 >=media-libs/libsdl-1.2.10[video,opengl,X] >=media-libs/sdl-image-1.2[jpeg,png] dev-libs/libpcre:3 dev-libs/tinyxml media-fonts/freefont media-libs/freetype:2 media-libs/mesa virtual/glu virtual/jpeg virtual/pkgconfig >=media-libs/glm-0.9.3 +DEPEND=>=dev-libs/boost-1.46:=[threads(+)] >=media-libs/glew-1.5 >=media-libs/libpng-1.2 >=media-libs/libsdl-1.2.10[video,opengl,X] >=media-libs/sdl-image-1.2[jpeg,png] dev-libs/libpcre:3 dev-libs/tinyxml media-fonts/freefont media-libs/freetype:2 media-libs/mesa virtual/glu virtual/jpeg virtual/pkgconfig >=media-libs/glm-0.9.3 DESCRIPTION=A software version control visualization tool EAPI=5 HOMEPAGE=http://code.google.com/p/gource/ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=>=dev-libs/boost-1.46[threads(+)] >=media-libs/glew-1.5 >=media-libs/libpng-1.2 >=media-libs/libsdl-1.2.10[video,opengl,X] >=media-libs/sdl-image-1.2[jpeg,png] dev-libs/libpcre:3 dev-libs/tinyxml media-fonts/freefont media-libs/freetype:2 media-libs/mesa virtual/glu virtual/jpeg +RDEPEND=>=dev-libs/boost-1.46:=[threads(+)] >=media-libs/glew-1.5 >=media-libs/libpng-1.2 >=media-libs/libsdl-1.2.10[video,opengl,X] >=media-libs/sdl-image-1.2[jpeg,png] dev-libs/libpcre:3 dev-libs/tinyxml media-fonts/freefont media-libs/freetype:2 media-libs/mesa virtual/glu virtual/jpeg SLOT=0 SRC_URI=http://gource.googlecode.com/files/gource-0.39.tar.gz _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=8cd16ead89f5f222ee4d6c7646be6b79 +_md5_=c822f27c4143cac8f8c0fb6ce1a0f3d0 diff --git a/metadata/md5-cache/dev-util/perf-3.8 b/metadata/md5-cache/dev-util/perf-3.8 new file mode 100644 index 000000000000..3963e878725d --- /dev/null +++ b/metadata/md5-cache/dev-util/perf-3.8 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst prepare setup test unpack +DEPEND=demangle? ( sys-devel/binutils ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) dev-libs/elfutils sys-devel/bison sys-devel/flex doc? ( app-text/asciidoc app-text/sgml-common app-text/xmlto sys-process/time ) python? ( =dev-lang/python-2* ) +DESCRIPTION=Userland tools for Linux Performance Counters +EAPI=4 +HOMEPAGE=http://perf.wiki.kernel.org/ +IUSE=+demangle +doc perl python slang +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=demangle? ( sys-devel/binutils ) perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) ) slang? ( dev-libs/newt ) dev-libs/elfutils python? ( =dev-lang/python-2* ) +SLOT=0 +SRC_URI=mirror://kernel/linux/kernel/v3.8/linux-3.8.tar.bz2 +_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b python 89dff4d72d57f253f9f78b7f8c5d55c8 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=67757d41248fdd702ece71942e7b111d diff --git a/metadata/md5-cache/media-gfx/xfig-3.2.5b-r3 b/metadata/md5-cache/media-gfx/xfig-3.2.5b-r3 new file mode 100644 index 000000000000..267fa9294688 --- /dev/null +++ b/metadata/md5-cache/media-gfx/xfig-3.2.5b-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=x11-libs/libXaw x11-libs/libXp x11-libs/libXaw3d nls? ( x11-libs/libXaw3d[unicode] ) x11-libs/libXi virtual/jpeg media-libs/libpng media-fonts/font-misc-misc media-fonts/urw-fonts >=media-gfx/transfig-3.2.5-r1 media-libs/netpbm x11-misc/imake x11-proto/xproto x11-proto/inputproto +DESCRIPTION=A menu-driven tool to draw and manipulate objects interactively in an X window. +EAPI=5 +HOMEPAGE=http://www.xfig.org +IUSE=nls +KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris +LICENSE=BSD +RDEPEND=x11-libs/libXaw x11-libs/libXp x11-libs/libXaw3d nls? ( x11-libs/libXaw3d[unicode] ) x11-libs/libXi virtual/jpeg media-libs/libpng media-fonts/font-misc-misc media-fonts/urw-fonts >=media-gfx/transfig-3.2.5-r1 media-libs/netpbm +SLOT=0 +SRC_URI=mirror://sourceforge/mcj/xfig.3.2.5b.full.tar.gz +_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=8dc54a97dbd9a61e38d8a0bd01e1b200 diff --git a/metadata/md5-cache/media-plugins/qmmp-plugin-pack-0.6.2 b/metadata/md5-cache/media-plugins/qmmp-plugin-pack-0.6.2 deleted file mode 100644 index ceac54bdee8e..000000000000 --- a/metadata/md5-cache/media-plugins/qmmp-plugin-pack-0.6.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=A set of extra plugins for Qmmp -EAPI=4 -HOMEPAGE=http://code.google.com/p/qmmp -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=media-sound/qmmp-0.6.0 -SLOT=0 -SRC_URI=http://qmmp.googlecode.com/files/qmmp-plugin-pack-0.6.2.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f8a41793b69e1c3011e656fb2b3f9bac diff --git a/metadata/md5-cache/media-plugins/qmmp-plugin-pack-0.6.3 b/metadata/md5-cache/media-plugins/qmmp-plugin-pack-0.6.3 deleted file mode 100644 index af027826c702..000000000000 --- a/metadata/md5-cache/media-plugins/qmmp-plugin-pack-0.6.3 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=media-libs/taglib-1.7.0 >=media-sound/mpg123-1.13.0 >=media-sound/qmmp-0.6.0 dev-qt/qtgui:4 dev-lang/yasm sys-devel/make >=dev-util/cmake-2.8 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=A set of extra plugins for Qmmp -EAPI=5 -HOMEPAGE=http://code.google.com/p/qmmp -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=media-libs/taglib-1.7.0 >=media-sound/mpg123-1.13.0 >=media-sound/qmmp-0.6.0 dev-qt/qtgui:4 -SLOT=0 -SRC_URI=http://qmmp.googlecode.com/files/qmmp-plugin-pack-0.6.3.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d726b6d70b05aaa7ce47aedcbf4371ad diff --git a/metadata/md5-cache/media-plugins/qmmp-plugin-pack-0.6.4 b/metadata/md5-cache/media-plugins/qmmp-plugin-pack-0.6.4 deleted file mode 100644 index ab2fa45e4df1..000000000000 --- a/metadata/md5-cache/media-plugins/qmmp-plugin-pack-0.6.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=media-libs/taglib-1.7.0 >=media-sound/mpg123-1.13.0 >=media-sound/qmmp-0.6.0 dev-qt/qtgui:4 dev-lang/yasm sys-devel/make >=dev-util/cmake-2.8 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=A set of extra plugins for Qmmp -EAPI=5 -HOMEPAGE=http://code.google.com/p/qmmp -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=media-libs/taglib-1.7.0 >=media-sound/mpg123-1.13.0 >=media-sound/qmmp-0.6.0 dev-qt/qtgui:4 -SLOT=0 -SRC_URI=http://qmmp.googlecode.com/files/qmmp-plugin-pack-0.6.4.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=75376d5bbecfef28cba9f2a5eeac95aa diff --git a/metadata/md5-cache/media-sound/qmmp-0.6.6 b/metadata/md5-cache/media-sound/qmmp-0.6.6 deleted file mode 100644 index 64a8adfc3d40..000000000000 --- a/metadata/md5-cache/media-sound/qmmp-0.6.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-qt/qt3support:4 media-libs/taglib alsa? ( media-libs/alsa-lib ) bs2b? ( media-libs/libbs2b ) cdda? ( || ( dev-libs/libcdio-paranoia =media-sound/musepack-tools-444 ) modplug? ( >=media-libs/libmodplug-0.8.4 ) vorbis? ( media-libs/libvorbis media-libs/libogg ) jack? ( media-sound/jack-audio-connection-kit media-libs/libsamplerate ) ffmpeg? ( virtual/ffmpeg ) projectm? ( media-libs/libprojectm dev-qt/qtopengl:4 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.9 ) wavpack? ( media-sound/wavpack ) scrobbler? ( net-misc/curl ) sndfile? ( media-libs/libsndfile ) udev? ( sys-fs/udisks:0 ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Qt4-based audio player with winamp/xmms skins support -EAPI=5 -HOMEPAGE=http://qmmp.ylsoftware.com/index_en.php -IUSE=aac +alsa +dbus bs2b cdda cover crossfade enca ffmpeg flac jack game kde ladspa libsamplerate lyrics +mad midi mms modplug mplayer mpris musepack notifier oss projectm pulseaudio scrobbler sndfile stereo tray udev +vorbis wavpack -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qt3support:4 media-libs/taglib alsa? ( media-libs/alsa-lib ) bs2b? ( media-libs/libbs2b ) cdda? ( || ( dev-libs/libcdio-paranoia =media-sound/musepack-tools-444 ) modplug? ( >=media-libs/libmodplug-0.8.4 ) vorbis? ( media-libs/libvorbis media-libs/libogg ) jack? ( media-sound/jack-audio-connection-kit media-libs/libsamplerate ) ffmpeg? ( virtual/ffmpeg ) projectm? ( media-libs/libprojectm dev-qt/qtopengl:4 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.9 ) wavpack? ( media-sound/wavpack ) scrobbler? ( net-misc/curl ) sndfile? ( media-libs/libsndfile ) udev? ( sys-fs/udisks:0 ) -REQUIRED_USE=kde? ( dbus ) -SLOT=0 -SRC_URI=http://qmmp.ylsoftware.com/files/qmmp-0.6.6.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ad5129549dea4a2761aeb8b4140e16c9 diff --git a/metadata/md5-cache/net-analyzer/nmbscan-1.2.4 b/metadata/md5-cache/net-analyzer/nmbscan-1.2.4 index 4c7700e62778..c6b22f25f0f8 100644 --- a/metadata/md5-cache/net-analyzer/nmbscan-1.2.4 +++ b/metadata/md5-cache/net-analyzer/nmbscan-1.2.4 @@ -3,8 +3,8 @@ DESCRIPTION=netbios scanner HOMEPAGE=http://gbarbier.free.fr/prj/dev/#nmbscan KEYWORDS=alpha ~amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sparc x86 LICENSE=GPL-2 -RDEPEND=app-shells/bash net-dns/bind-tools net-fs/samba net-misc/iputils sys-apps/coreutils sys-apps/gawk sys-apps/grep sys-apps/net-tools sys-apps/sed +RDEPEND=app-shells/bash net-dns/bind-tools net-fs/samba net-misc/iputils sys-apps/coreutils virtual/awk sys-apps/grep sys-apps/net-tools sys-apps/sed SLOT=0 SRC_URI=http://gbarbier.free.fr/prj/dev/down/nmbscan-1.2.4.tar.gz _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=82c3fc9459f90fb33e2473d2412a6983 +_md5_=d7a4cbd0425201ae51b39c28d35f2880 diff --git a/metadata/md5-cache/net-analyzer/nmbscan-1.2.5 b/metadata/md5-cache/net-analyzer/nmbscan-1.2.5 index b4829f080696..11b26918a4d0 100644 --- a/metadata/md5-cache/net-analyzer/nmbscan-1.2.5 +++ b/metadata/md5-cache/net-analyzer/nmbscan-1.2.5 @@ -4,8 +4,8 @@ EAPI=2 HOMEPAGE=http://nmbscan.gbarbier.org/ KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 LICENSE=GPL-2 -RDEPEND=app-shells/bash net-dns/bind-tools net-fs/samba net-misc/iputils sys-apps/coreutils sys-apps/gawk sys-apps/grep sys-apps/net-tools sys-apps/sed +RDEPEND=app-shells/bash net-dns/bind-tools net-fs/samba net-misc/iputils sys-apps/coreutils virtual/awk sys-apps/grep sys-apps/net-tools sys-apps/sed SLOT=0 SRC_URI=http://nmbscan.gbarbier.org/down/nmbscan-1.2.5.tar.gz _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=bdaa2ce1f43b712693fa882ecffbd40e +_md5_=870b3a4ab74deacfc48413b820363b11 diff --git a/metadata/md5-cache/net-dialup/xc-4.3.2-r1 b/metadata/md5-cache/net-dialup/xc-4.3.2-r1 deleted file mode 100644 index 5d93eefad29d..000000000000 --- a/metadata/md5-cache/net-dialup/xc-4.3.2-r1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=sys-libs/ncurses -DESCRIPTION=unix dialout program -HOMEPAGE=http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/ -KEYWORDS=amd64 ~mips ppc ppc64 sparc x86 -LICENSE=as-is -RDEPEND=sys-libs/ncurses -SLOT=0 -SRC_URI=http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/xc-4.3.2.tar.gz -_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=da5ebbccdf114360867a5857730f72cf diff --git a/metadata/md5-cache/net-dialup/xc-4.3.2-r2 b/metadata/md5-cache/net-dialup/xc-4.3.2-r2 deleted file mode 100644 index 7791d06a368a..000000000000 --- a/metadata/md5-cache/net-dialup/xc-4.3.2-r2 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=sys-libs/ncurses -DESCRIPTION=unix dialout program -HOMEPAGE=http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/ -KEYWORDS=amd64 ~mips ppc ppc64 sparc x86 -LICENSE=as-is -RDEPEND=sys-libs/ncurses -SLOT=0 -SRC_URI=http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/xc-4.3.2.tar.gz -_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0a6c0ec3d943b04ef706612d7e864d22 diff --git a/metadata/md5-cache/net-dialup/xc-4.3.2-r3 b/metadata/md5-cache/net-dialup/xc-4.3.2-r3 index 3119568d56a6..8c8ea2393c44 100644 --- a/metadata/md5-cache/net-dialup/xc-4.3.2-r3 +++ b/metadata/md5-cache/net-dialup/xc-4.3.2-r3 @@ -9,4 +9,4 @@ RDEPEND=sys-libs/ncurses SLOT=0 SRC_URI=http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/xc-4.3.2.tar.gz _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=34ececde5b9cce8f051c4dad1b2f5370 +_md5_=67fd6aa660224bf680a87af6ccd869a6 diff --git a/metadata/md5-cache/net-libs/rb_libtorrent-0.16.3 b/metadata/md5-cache/net-libs/rb_libtorrent-0.16.3 deleted file mode 100644 index 4ef4fb0012e6..000000000000 --- a/metadata/md5-cache/net-libs/rb_libtorrent-0.16.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install prepare setup -DEPEND=>=dev-libs/boost-1.48[python?,threads(+)] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) python? ( || ( =dev-lang/python-2.7*[threads] =dev-lang/python-2.6*[threads] ) ) -DESCRIPTION=C++ BitTorrent implementation focusing on efficiency and scalability -EAPI=4 -HOMEPAGE=http://www.rasterbar.com/products/libtorrent/ -IUSE=debug doc examples python ssl static-libs -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd -LICENSE=BSD -RDEPEND=>=dev-libs/boost-1.48[python?,threads(+)] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) python? ( || ( =dev-lang/python-2.7*[threads] =dev-lang/python-2.6*[threads] ) ) -RESTRICT=test -SLOT=0 -SRC_URI=http://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.16.3.tar.gz -_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b python 89dff4d72d57f253f9f78b7f8c5d55c8 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b5ab40d2942c93bfb2d934ef5679c4d9 diff --git a/metadata/md5-cache/net-libs/rb_libtorrent-0.16.6 b/metadata/md5-cache/net-libs/rb_libtorrent-0.16.6 deleted file mode 100644 index c66eb880a00a..000000000000 --- a/metadata/md5-cache/net-libs/rb_libtorrent-0.16.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install prepare setup -DEPEND=>=dev-libs/boost-1.48[python?,threads(+)] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) python? ( || ( =dev-lang/python-2.7*[threads] =dev-lang/python-2.6*[threads] ) ) -DESCRIPTION=C++ BitTorrent implementation focusing on efficiency and scalability -EAPI=4 -HOMEPAGE=http://www.rasterbar.com/products/libtorrent/ -IUSE=debug doc examples python ssl static-libs -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd -LICENSE=BSD -RDEPEND=>=dev-libs/boost-1.48[python?,threads(+)] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) python? ( || ( =dev-lang/python-2.7*[threads] =dev-lang/python-2.6*[threads] ) ) -RESTRICT=test -SLOT=0 -SRC_URI=http://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.16.6.tar.gz -_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b python 89dff4d72d57f253f9f78b7f8c5d55c8 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=c7a6f8400187ec57f1351f3b3e21be8a diff --git a/metadata/md5-cache/net-libs/rb_libtorrent-0.16.7 b/metadata/md5-cache/net-libs/rb_libtorrent-0.16.7 deleted file mode 100644 index c6465e845cce..000000000000 --- a/metadata/md5-cache/net-libs/rb_libtorrent-0.16.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install prepare setup -DEPEND=>=dev-libs/boost-1.48[python?,threads(+)] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) python? ( || ( =dev-lang/python-2.7*[threads] =dev-lang/python-2.6*[threads] ) ) -DESCRIPTION=C++ BitTorrent implementation focusing on efficiency and scalability -EAPI=4 -HOMEPAGE=http://www.rasterbar.com/products/libtorrent/ -IUSE=debug doc examples python ssl static-libs -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd -LICENSE=BSD -RDEPEND=>=dev-libs/boost-1.48[python?,threads(+)] >=sys-devel/libtool-2.2 sys-libs/zlib examples? ( !net-p2p/mldonkey ) ssl? ( dev-libs/openssl ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) python? ( || ( =dev-lang/python-2.7*[threads] =dev-lang/python-2.6*[threads] ) ) -RESTRICT=test -SLOT=0 -SRC_URI=http://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.16.7.tar.gz -_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b python 89dff4d72d57f253f9f78b7f8c5d55c8 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=ff55aeb998abc4c977f631176061b9ab diff --git a/metadata/md5-cache/net-misc/icecast-2.3.2 b/metadata/md5-cache/net-misc/icecast-2.3.2 deleted file mode 100644 index 4fd59cd1ba57..000000000000 --- a/metadata/md5-cache/net-misc/icecast-2.3.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=dev-libs/libxslt dev-libs/libxml2 media-libs/libogg media-libs/libvorbis speex? ( media-libs/speex ) theora? ( media-libs/libtheora ) yp? ( net-misc/curl ) ssl? ( dev-libs/openssl ) -DESCRIPTION=An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming -EAPI=2 -HOMEPAGE=http://www.icecast.org/ -IUSE=+speex +ssl +theora +yp -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=dev-libs/libxslt dev-libs/libxml2 media-libs/libogg media-libs/libvorbis speex? ( media-libs/speex ) theora? ( media-libs/libtheora ) yp? ( net-misc/curl ) ssl? ( dev-libs/openssl ) -SLOT=0 -SRC_URI=http://downloads.xiph.org/releases/icecast/icecast-2.3.2.tar.gz -_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4fdaaf31acf316b0b8b97eb0cd13e866 diff --git a/metadata/md5-cache/net-misc/icecast-2.3.3 b/metadata/md5-cache/net-misc/icecast-2.3.3 deleted file mode 100644 index a0e28d2acd47..000000000000 --- a/metadata/md5-cache/net-misc/icecast-2.3.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=dev-libs/libxslt dev-libs/libxml2 media-libs/libogg media-libs/libvorbis kate? ( media-libs/libkate ) speex? ( media-libs/speex ) theora? ( media-libs/libtheora ) yp? ( net-misc/curl ) ssl? ( dev-libs/openssl ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming -EAPI=4 -HOMEPAGE=http://www.icecast.org/ -IUSE=kate +speex +ssl +theora +yp -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=dev-libs/libxslt dev-libs/libxml2 media-libs/libogg media-libs/libvorbis kate? ( media-libs/libkate ) speex? ( media-libs/speex ) theora? ( media-libs/libtheora ) yp? ( net-misc/curl ) ssl? ( dev-libs/openssl ) -SLOT=0 -SRC_URI=http://downloads.xiph.org/releases/icecast/icecast-2.3.3.tar.gz -_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 2824df7f5dc9f47aee293af8a6b517ed libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c1dc24aacffb882e959d35583353bfee diff --git a/metadata/md5-cache/net-misc/icecast-2.3.3-r1 b/metadata/md5-cache/net-misc/icecast-2.3.3-r1 index 347ecd025a0b..469eda5025c0 100644 --- a/metadata/md5-cache/net-misc/icecast-2.3.3-r1 +++ b/metadata/md5-cache/net-misc/icecast-2.3.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An opensource alternative to shoutcast that supports mp3, ogg (vorbi EAPI=4 HOMEPAGE=http://www.icecast.org/ IUSE=kate logrotate +speex +ssl +theora +yp -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=dev-libs/libxslt dev-libs/libxml2 media-libs/libogg media-libs/libvorbis kate? ( media-libs/libkate ) logrotate? ( app-admin/logrotate ) speex? ( media-libs/speex ) theora? ( media-libs/libtheora ) yp? ( net-misc/curl ) ssl? ( dev-libs/openssl ) SLOT=0 SRC_URI=http://downloads.xiph.org/releases/icecast/icecast-2.3.3.tar.gz _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 2824df7f5dc9f47aee293af8a6b517ed libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0fdaddd5edcef0f012516f08c41364af +_md5_=7c47a2b80e4cb155e76f36895f17edcc diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.02.25 b/metadata/md5-cache/net-misc/youtube-dl-2013.02.25 new file mode 100644 index 000000000000..81b9d4ffaf0a --- /dev/null +++ b/metadata/md5-cache/net-misc/youtube-dl-2013.02.25 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare setup +DEPEND=test? ( dev-python/nose[coverage(+)] ) +DESCRIPTION=A small command-line program to download videos from YouTube. +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.02.25/youtube-dl-2013.02.25.tar.gz +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b python-single-r1 ac5bf9438dc6ee497650a74d7a1402c2 python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=d69de00b1e67b447af6b2117cf71c48c diff --git a/metadata/md5-cache/net-p2p/qbittorrent-2.9.11 b/metadata/md5-cache/net-p2p/qbittorrent-2.9.11 deleted file mode 100644 index f9caa1746d0a..000000000000 --- a/metadata/md5-cache/net-p2p/qbittorrent-2.9.11 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup unpack -DEPEND=net-libs/rb_libtorrent >=dev-qt/qtcore-4.6.1:4 X? ( >=dev-qt/qtgui-4.6.1:4 ) dbus? ( >=dev-qt/qtdbus-4.6.1:4 ) dev-libs/boost virtual/pkgconfig =dev-lang/python-2* -DESCRIPTION=BitTorrent client in C++ and Qt -EAPI=2 -HOMEPAGE=http://www.qbittorrent.org/ -IUSE=dbus +X geoip -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=net-libs/rb_libtorrent >=dev-qt/qtcore-4.6.1:4 X? ( >=dev-qt/qtgui-4.6.1:4 ) dbus? ( >=dev-qt/qtdbus-4.6.1:4 ) dev-libs/boost geoip? ( dev-libs/geoip ) =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://sourceforge/qbittorrent/qbittorrent-2.9.11.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b python 89dff4d72d57f253f9f78b7f8c5d55c8 qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=94595c8b83ab6bbf521674d4e2806a67 diff --git a/metadata/md5-cache/net-p2p/qbittorrent-3.0.5 b/metadata/md5-cache/net-p2p/qbittorrent-3.0.5 deleted file mode 100644 index f790c7564c8c..000000000000 --- a/metadata/md5-cache/net-p2p/qbittorrent-3.0.5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup unpack -DEPEND=>=net-libs/rb_libtorrent-0.16.3 >=dev-qt/qtcore-4.6.1:4 X? ( >=dev-qt/qtgui-4.6.1:4 ) dbus? ( >=dev-qt/qtdbus-4.6.1:4 ) dev-libs/boost virtual/pkgconfig =dev-lang/python-2* -DESCRIPTION=BitTorrent client in C++ and Qt -EAPI=2 -HOMEPAGE=http://www.qbittorrent.org/ -IUSE=dbus +X geoip -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=net-libs/rb_libtorrent-0.16.3 >=dev-qt/qtcore-4.6.1:4 X? ( >=dev-qt/qtgui-4.6.1:4 ) dbus? ( >=dev-qt/qtdbus-4.6.1:4 ) dev-libs/boost geoip? ( dev-libs/geoip ) =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://sourceforge/qbittorrent/qbittorrent-3.0.5.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b python 89dff4d72d57f253f9f78b7f8c5d55c8 qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=be03ab67d63381cc96d5d294926354d1 diff --git a/metadata/md5-cache/net-p2p/qbittorrent-3.0.6 b/metadata/md5-cache/net-p2p/qbittorrent-3.0.6 deleted file mode 100644 index 6bd37b92d472..000000000000 --- a/metadata/md5-cache/net-p2p/qbittorrent-3.0.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup unpack -DEPEND=>=net-libs/rb_libtorrent-0.16.3 >=dev-qt/qtcore-4.6.1:4 X? ( >=dev-qt/qtgui-4.6.1:4 ) dbus? ( >=dev-qt/qtdbus-4.6.1:4 ) dev-libs/boost virtual/pkgconfig =dev-lang/python-2* -DESCRIPTION=BitTorrent client in C++ and Qt -EAPI=2 -HOMEPAGE=http://www.qbittorrent.org/ -IUSE=dbus +X geoip -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=net-libs/rb_libtorrent-0.16.3 >=dev-qt/qtcore-4.6.1:4 X? ( >=dev-qt/qtgui-4.6.1:4 ) dbus? ( >=dev-qt/qtdbus-4.6.1:4 ) dev-libs/boost geoip? ( dev-libs/geoip ) =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://sourceforge/qbittorrent/qbittorrent-3.0.6.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b python 89dff4d72d57f253f9f78b7f8c5d55c8 qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a7b97dbeef3c957238539cd434f9b714 diff --git a/metadata/md5-cache/net-voip/homer-0.25 b/metadata/md5-cache/net-voip/homer-0.25 new file mode 100644 index 000000000000..cea37655fd8c --- /dev/null +++ b/metadata/md5-cache/net-voip/homer-0.25 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=>=dev-libs/openssl-1.0 media-libs/alsa-lib media-libs/libsdl[X,audio,video,alsa] media-libs/portaudio[alsa] media-libs/sdl-mixer media-libs/sdl-sound media-libs/x264 media-video/ffmpeg[X] net-libs/sofia-sip dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtmultimedia:4 dev-qt/qtwebkit:4 pulseaudio? ( media-sound/pulseaudio ) +DESCRIPTION=Homer Conferencing (short: Homer) is a free SIP softphone with advanced audio and video support. +EAPI=4 +HOMEPAGE=http://www.homer-conferencing.com +IUSE=pulseaudio +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/openssl-1.0 media-libs/alsa-lib media-libs/libsdl[X,audio,video,alsa] media-libs/portaudio[alsa] media-libs/sdl-mixer media-libs/sdl-sound media-libs/x264 media-video/ffmpeg[X] net-libs/sofia-sip dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtmultimedia:4 dev-qt/qtwebkit:4 pulseaudio? ( media-sound/pulseaudio ) +SLOT=0 +SRC_URI=https://github.com/Homer-Conferencing/Homer-Conferencing/archive/V0.25.tar.gz -> homer-0.25.tar.gz +_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=3dc3d3514c82318484e43cd9652904fc diff --git a/metadata/md5-cache/net-voip/homer-9999 b/metadata/md5-cache/net-voip/homer-9999 index ccc05af0b4ef..061f895e901e 100644 --- a/metadata/md5-cache/net-voip/homer-9999 +++ b/metadata/md5-cache/net-voip/homer-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile install prepare unpack -DEPEND=>=dev-libs/openssl-1.0 media-libs/alsa-lib media-libs/libsdl[X,audio,video,alsa] media-libs/portaudio[alsa] media-libs/sdl-mixer media-libs/sdl-sound media-libs/x264 net-libs/sofia-sip virtual/ffmpeg[X] dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtmultimedia:4 dev-qt/qtwebkit:4 pulseaudio? ( media-sound/pulseaudio ) dev-vcs/git +DEPEND=>=dev-libs/openssl-1.0 media-libs/alsa-lib media-libs/libsdl[X,audio,video,alsa] media-libs/portaudio[alsa] media-libs/sdl-mixer media-libs/sdl-sound media-libs/x264 media-video/ffmpeg[X] net-libs/sofia-sip dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtmultimedia:4 dev-qt/qtwebkit:4 pulseaudio? ( media-sound/pulseaudio ) dev-vcs/git DESCRIPTION=Homer Conferencing (short: Homer) is a free SIP softphone with advanced audio and video support. EAPI=4 HOMEPAGE=http://www.homer-conferencing.com IUSE=pulseaudio LICENSE=GPL-2 -RDEPEND=>=dev-libs/openssl-1.0 media-libs/alsa-lib media-libs/libsdl[X,audio,video,alsa] media-libs/portaudio[alsa] media-libs/sdl-mixer media-libs/sdl-sound media-libs/x264 net-libs/sofia-sip virtual/ffmpeg[X] dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtmultimedia:4 dev-qt/qtwebkit:4 pulseaudio? ( media-sound/pulseaudio ) +RDEPEND=>=dev-libs/openssl-1.0 media-libs/alsa-lib media-libs/libsdl[X,audio,video,alsa] media-libs/portaudio[alsa] media-libs/sdl-mixer media-libs/sdl-sound media-libs/x264 media-video/ffmpeg[X] net-libs/sofia-sip dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtmultimedia:4 dev-qt/qtwebkit:4 pulseaudio? ( media-sound/pulseaudio ) SLOT=0 _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed git-2 e92e09651292b1bef5656592364550f7 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b9e6cdd904dff158064f73066b994c7d +_md5_=a460839ac17670b813e2a57a273be447 diff --git a/metadata/md5-cache/sci-biology/trf-4.04 b/metadata/md5-cache/sci-biology/trf-4.04 index d318a66c1379..0813ea063618 100644 --- a/metadata/md5-cache/sci-biology/trf-4.04 +++ b/metadata/md5-cache/sci-biology/trf-4.04 @@ -7,4 +7,4 @@ LICENSE=as-is SLOT=0 SRC_URI=http://tandem.bu.edu/trf/downloads/trf404.linux.exe _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=10492f6f14f3d5feda32910dc6aaa81e +_md5_=54c06f0283514a33cdf1700aab9dad7d diff --git a/metadata/md5-cache/sys-cluster/gearmand-0.33 b/metadata/md5-cache/sys-cluster/gearmand-0.33 deleted file mode 100644 index 6634ad115d5d..000000000000 --- a/metadata/md5-cache/sys-cluster/gearmand-0.33 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup test -DEPEND=dev-libs/libevent || ( >=sys-apps/util-linux-2.16 =dev-libs/libmemcached-0.47 ) drizzle? ( dev-db/drizzle ) sqlite? ( dev-db/sqlite:3 ) tokyocabinet? ( dev-db/tokyocabinet ) postgres? ( >=dev-db/postgresql-base-9.0 ) -DESCRIPTION=Generic framework to farm out work to other machines -EAPI=4 -HOMEPAGE=http://www.gearman.org/ -IUSE=debug tcmalloc +memcache drizzle sqlite tokyocabinet postgres -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=dev-libs/libevent || ( >=sys-apps/util-linux-2.16 =dev-libs/libmemcached-0.47 ) drizzle? ( dev-db/drizzle ) sqlite? ( dev-db/sqlite:3 ) tokyocabinet? ( dev-db/tokyocabinet ) postgres? ( >=dev-db/postgresql-base-9.0 ) -SLOT=0 -SRC_URI=http://launchpad.net/gearmand/trunk/0.33/+download/gearmand-0.33.tar.gz -_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0bb62a9808b23751c930eadae72f7360 diff --git a/metadata/md5-cache/sys-cluster/gearmand-0.34 b/metadata/md5-cache/sys-cluster/gearmand-0.34 deleted file mode 100644 index 04771bbdf4fd..000000000000 --- a/metadata/md5-cache/sys-cluster/gearmand-0.34 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup test -DEPEND=dev-libs/libevent >=dev-libs/boost-1.39[threads(+)] || ( >=sys-apps/util-linux-2.16 =dev-libs/libmemcached-0.47 ) drizzle? ( dev-db/drizzle ) sqlite? ( dev-db/sqlite:3 ) tokyocabinet? ( dev-db/tokyocabinet ) postgres? ( >=dev-db/postgresql-base-9.0 ) virtual/pkgconfig -DESCRIPTION=Generic framework to farm out work to other machines -EAPI=4 -HOMEPAGE=http://www.gearman.org/ -IUSE=debug tcmalloc +memcache drizzle sqlite tokyocabinet postgres -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=dev-libs/libevent >=dev-libs/boost-1.39[threads(+)] || ( >=sys-apps/util-linux-2.16 =dev-libs/libmemcached-0.47 ) drizzle? ( dev-db/drizzle ) sqlite? ( dev-db/sqlite:3 ) tokyocabinet? ( dev-db/tokyocabinet ) postgres? ( >=dev-db/postgresql-base-9.0 ) -SLOT=0 -SRC_URI=http://launchpad.net/gearmand/trunk/0.34/+download/gearmand-0.34.tar.gz -_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b11733cd5208f3da40d824cf3890e5c1 diff --git a/metadata/md5-cache/sys-cluster/gearmand-0.34-r1 b/metadata/md5-cache/sys-cluster/gearmand-0.34-r1 new file mode 100644 index 000000000000..7e78e606ded1 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/gearmand-0.34-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=dev-libs/libevent >=dev-libs/boost-1.39:=[threads(+)] || ( >=sys-apps/util-linux-2.16 =dev-libs/libmemcached-0.47 ) drizzle? ( dev-db/drizzle ) sqlite? ( dev-db/sqlite:3 ) tokyocabinet? ( dev-db/tokyocabinet ) postgres? ( >=dev-db/postgresql-base-9.0 ) virtual/pkgconfig +DESCRIPTION=Generic framework to farm out work to other machines +EAPI=5 +HOMEPAGE=http://www.gearman.org/ +IUSE=debug tcmalloc +memcache drizzle sqlite tokyocabinet postgres +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=dev-libs/libevent >=dev-libs/boost-1.39:=[threads(+)] || ( >=sys-apps/util-linux-2.16 =dev-libs/libmemcached-0.47 ) drizzle? ( dev-db/drizzle ) sqlite? ( dev-db/sqlite:3 ) tokyocabinet? ( dev-db/tokyocabinet ) postgres? ( >=dev-db/postgresql-base-9.0 ) +SLOT=0 +SRC_URI=http://launchpad.net/gearmand/trunk/0.34/+download/gearmand-0.34.tar.gz +_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=f6296fc9e11f5d988c252280f3bbf11c diff --git a/metadata/md5-cache/sys-fs/lessfs-1.5.12 b/metadata/md5-cache/sys-fs/lessfs-1.5.12 deleted file mode 100644 index 9c8f1a020b4b..000000000000 --- a/metadata/md5-cache/sys-fs/lessfs-1.5.12 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=configure install postinst -DEPEND=berkdb? ( sys-libs/db ) >=dev-db/tokyocabinet-1.4.42 app-crypt/mhash >=sys-fs/fuse-2.8.0 crypt? ( dev-libs/openssl ) lzo? ( dev-libs/lzo ) -DESCRIPTION=A high performance inline data deduplicating filesystem -EAPI=4 -HOMEPAGE=http://www.lessfs.com -IUSE=berkdb crypt debug filelog memtrace lzo -KEYWORDS=amd64 x86 -LICENSE=GPL-3 -SLOT=0 -SRC_URI=mirror://sourceforge/lessfs/lessfs/lessfs-1.5.12/lessfs-1.5.12.tar.gz -_md5_=987153c210426b4de42fa7d48d0c835e diff --git a/metadata/md5-cache/sys-fs/lessfs-1.5.13 b/metadata/md5-cache/sys-fs/lessfs-1.5.13 index 3b395bee7d53..51a8ed3d7893 100644 --- a/metadata/md5-cache/sys-fs/lessfs-1.5.13 +++ b/metadata/md5-cache/sys-fs/lessfs-1.5.13 @@ -4,9 +4,9 @@ DESCRIPTION=A high performance inline data deduplicating filesystem EAPI=5 HOMEPAGE=http://www.lessfs.com IUSE=berkdb crypt debug filelog memtrace lzo -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-3 SLOT=0 SRC_URI=mirror://sourceforge/lessfs/lessfs/lessfs-1.5.13/lessfs-1.5.13.tar.gz _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b readme.gentoo 43b24e211d1b518039afb4f56cddd648 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9b34fe525062050b4341f8f031a61134 +_md5_=80b5ef706d059ae81082e25f9078d752 diff --git a/metadata/md5-cache/sys-fs/lessfs-1.5.8 b/metadata/md5-cache/sys-fs/lessfs-1.5.8 deleted file mode 100644 index 255fc4446bab..000000000000 --- a/metadata/md5-cache/sys-fs/lessfs-1.5.8 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=configure install postinst -DEPEND=>=dev-db/tokyocabinet-1.4.42 app-crypt/mhash >=sys-fs/fuse-2.8.0 crypt? ( dev-libs/openssl ) lzo? ( dev-libs/lzo ) -DESCRIPTION=A high performance inline data deduplicating filesystem -EAPI=4 -HOMEPAGE=http://www.lessfs.com -IUSE=crypt debug filelog memtrace lzo -KEYWORDS=amd64 x86 -LICENSE=GPL-3 -SLOT=0 -SRC_URI=mirror://sourceforge/lessfs/lessfs/lessfs-1.5.8/lessfs-1.5.8.tar.gz -_md5_=4a0db08621e8bfc081ee109dbe761943 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.8.2 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.8.2 new file mode 100644 index 000000000000..6e58faaeaccd --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.8.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 3.8 kernel tree +EAPI=3 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.8.2 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.8.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.8.N/deblob-3.8 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.8.N/deblob-check -> deblob-check-3.8 ) mirror://gentoo/genpatches-3.8-4.base.tar.bz2 mirror://gentoo/genpatches-3.8-4.extras.tar.bz2 +_eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed kernel-2 dd451098928ff900df7c254820871c00 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=00dfbb239a21b40369cddc3431cca2ba diff --git a/metadata/md5-cache/sys-libs/talloc-2.0.7 b/metadata/md5-cache/sys-libs/talloc-2.0.7 index 9c103985f318..5e846eb4f810 100644 --- a/metadata/md5-cache/sys-libs/talloc-2.0.7 +++ b/metadata/md5-cache/sys-libs/talloc-2.0.7 @@ -4,10 +4,10 @@ DESCRIPTION=Samba talloc library EAPI=3 HOMEPAGE=http://talloc.samba.org/ IUSE=compat python -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris LICENSE=GPL-3 RDEPEND=!!=sys-libs/talloc-2.0.6[python] virtual/pkgconfig dev-lang/python !dev-la DESCRIPTION=Samba tevent library EAPI=4 HOMEPAGE=http://tevent.samba.org/ -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-3 RDEPEND=>=sys-libs/talloc-2.0.6[python] =dev-lang/python-2* SLOT=0 SRC_URI=http://samba.org/ftp/tevent/tevent-0.9.17.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 2824df7f5dc9f47aee293af8a6b517ed multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python 89dff4d72d57f253f9f78b7f8c5d55c8 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 waf-utils 681b3e9181d1a20ad8d0c186333ddcf7 -_md5_=010198b5a856a5219e735d4bb389055f +_md5_=3a302aac202ccedbc3e2f9718367b816 diff --git a/metadata/md5-cache/www-client/chromium-26.0.1410.19 b/metadata/md5-cache/www-client/chromium-26.0.1410.19 index eadb9f5de50e..a49a7541cf65 100644 --- a/metadata/md5-cache/www-client/chromium-26.0.1410.19 +++ b/metadata/md5-cache/www-client/chromium-26.0.1410.19 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= =dev-libs/jsoncpp-0.5.0 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( media-libs/mesa[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= =dev-libs/jsoncpp-0.5.0 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( >=media-libs/mesa-9.1[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Open-source version of Google Chrome web browser EAPI=5 HOMEPAGE=http://chromium.org/ IUSE=bindist cups gnome gnome-keyring gps kerberos pulseaudio selinux system-ffmpeg tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= =dev-libs/jsoncpp-0.5.0 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( media-libs/mesa[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts +RDEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= =dev-libs/jsoncpp-0.5.0 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( >=media-libs/mesa-9.1[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts SLOT=0 SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-26.0.1410.19.tar.xz _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils 2824df7f5dc9f47aee293af8a6b517ed fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf portability 536c5e70c5fb252ed3b769e04aa3f05b python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=3214e0c33693deb4de96d550f0e011f2 +_md5_=fa273fd89cf0b26f19d13f1a70f1e936 diff --git a/metadata/md5-cache/www-client/chromium-27.0.1425.0 b/metadata/md5-cache/www-client/chromium-27.0.1425.0 index e12030cf67ab..dd57f65740c3 100644 --- a/metadata/md5-cache/www-client/chromium-27.0.1425.0 +++ b/metadata/md5-cache/www-client/chromium-27.0.1425.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( media-libs/mesa[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( >=media-libs/mesa-9.1[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Open-source version of Google Chrome web browser EAPI=5 HOMEPAGE=http://chromium.org/ IUSE=bindist cups gnome gnome-keyring gps kerberos pulseaudio selinux system-ffmpeg tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( media-libs/mesa[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts +RDEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( >=media-libs/mesa-9.1[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts SLOT=0 SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-27.0.1425.0-lite.tar.xz _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils 2824df7f5dc9f47aee293af8a6b517ed fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf portability 536c5e70c5fb252ed3b769e04aa3f05b python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=c99c257ddb0f74f36958779de72e69d7 +_md5_=1b697ead8da90bf7e8bd3f9df58db746 diff --git a/metadata/md5-cache/www-client/chromium-9999-r1 b/metadata/md5-cache/www-client/chromium-9999-r1 index 63594e656517..2d2ea1eaad03 100644 --- a/metadata/md5-cache/www-client/chromium-9999-r1 +++ b/metadata/md5-cache/www-client/chromium-9999-r1 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( media-libs/mesa[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( >=media-libs/mesa-9.1[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Open-source version of Google Chrome web browser EAPI=5 HOMEPAGE=http://chromium.org/ IUSE=bindist cups gnome gnome-keyring gps kerberos pulseaudio selinux system-ffmpeg tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test LICENSE=BSD -RDEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( media-libs/mesa[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts +RDEPEND=app-accessibility/speech-dispatcher app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.16.11.1:= >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt dev-libs/nspr >=dev-libs/nss-3.12.3 dev-libs/protobuf dev-libs/re2 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) gps? ( >=sci-geosciences/gpsd-3.7[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac media-libs/harfbuzz >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng media-libs/libvpx >=media-libs/libwebp-0.2.0_rc1 !arm? ( !x86? ( >=media-libs/mesa-9.1[gles2] ) ) media-libs/opus media-libs/speex pulseaudio? ( media-sound/pulseaudio ) system-ffmpeg? ( >=media-video/ffmpeg-1.0[opus] ) >=net-libs/libsrtp-1.4.4_p20121108 sys-apps/dbus sys-apps/pciutils sys-libs/zlib[minizip] virtual/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts SLOT=live _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils 2824df7f5dc9f47aee293af8a6b517ed fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b pax-utils 0ace932c4045349c7fc1af0fe7091acf portability 536c5e70c5fb252ed3b769e04aa3f05b python-any-r1 9bedbe95123c76570994470ea4e0cc5b python-utils-r1 120bfd06803274b3d1b986d506302851 subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=1349bcdabe1ad724749a01d7cc4fd81f +_md5_=8c8a4d98eea73a0e113756a352c8331b diff --git a/metadata/md5-cache/www-client/rekonq-2.1 b/metadata/md5-cache/www-client/rekonq-2.1 index 08634e4b0bf5..11797ada4e13 100644 --- a/metadata/md5-cache/www-client/rekonq-2.1 +++ b/metadata/md5-cache/www-client/rekonq-2.1 @@ -3,11 +3,11 @@ DEPEND=>=kde-base/kdelibs-4.4:4[aqua=,semantic-desktop=] opera? ( app-crypt/qca: DESCRIPTION=A browser based on qt-webkit EAPI=5 HOMEPAGE=http://rekonq.kde.org/ -IUSE=debug opera semantic-desktop linguas_ca linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_hu linguas_ia linguas_it linguas_km linguas_lt linguas_nb linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_uk linguas_zh_CN linguas_zh_TW +handbook aqua +IUSE=debug opera semantic-desktop linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_hu linguas_ia linguas_it linguas_km linguas_lt linguas_nb linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_uk linguas_zh_CN linguas_zh_TW +handbook aqua KEYWORDS=amd64 x86 LICENSE=GPL-3 -RDEPEND=>=kde-base/kdelibs-4.4:4[aqua=,semantic-desktop=] opera? ( app-crypt/qca:2 dev-libs/qoauth ) >=kde-base/oxygen-icons-4.4:4[aqua=] linguas_ca? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_da? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_es? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_fi? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_hu? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_ia? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ia(+)] ) linguas_it? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_km? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_km(+)] ) linguas_lt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_lt(+)] ) linguas_nb? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_pl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_sk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sl(+)] ) linguas_sr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr(+)] ) linguas_sr@ijekavian? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@ijekavian(+)] ) linguas_sr@ijekavianlatin? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@ijekavianlatin(+)] ) linguas_sr@latin? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@latin(+)] ) linguas_sv? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_uk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] +RDEPEND=>=kde-base/kdelibs-4.4:4[aqua=,semantic-desktop=] opera? ( app-crypt/qca:2 dev-libs/qoauth ) >=kde-base/oxygen-icons-4.4:4[aqua=] linguas_cs? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_es? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_fi? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_hu? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_ia? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ia(+)] ) linguas_it? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_km? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_km(+)] ) linguas_lt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_lt(+)] ) linguas_nb? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_pl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_sk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sl(+)] ) linguas_sr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr(+)] ) linguas_sr@ijekavian? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@ijekavian(+)] ) linguas_sr@ijekavianlatin? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@ijekavianlatin(+)] ) linguas_sr@latin? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@latin(+)] ) linguas_sv? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_uk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] SLOT=4 SRC_URI=mirror://sourceforge/rekonq/rekonq-2.1.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 2824df7f5dc9f47aee293af8a6b517ed fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 99e1013bc1a5444b994d9a4b8c69b4f1 kde4-functions d582c981f237aef7193dcba509e5d8d4 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=7983c2033306e844a12775dd391d2593 +_md5_=bcfecad6e92751841c9ac0207ccf98c6 diff --git a/metadata/md5-cache/www-client/rekonq-2.2 b/metadata/md5-cache/www-client/rekonq-2.2 index e26038ef32de..8210bc1fbbe0 100644 --- a/metadata/md5-cache/www-client/rekonq-2.2 +++ b/metadata/md5-cache/www-client/rekonq-2.2 @@ -3,11 +3,11 @@ DEPEND=>=kde-base/kdelibs-4.4:4[aqua=,semantic-desktop?] opera? ( app-crypt/qca: DESCRIPTION=A browser based on qtwebkit EAPI=5 HOMEPAGE=http://rekonq.kde.org/ -IUSE=debug opera semantic-desktop linguas_ca linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_hu linguas_ia linguas_it linguas_km linguas_mr linguas_nb linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW +handbook aqua +IUSE=debug opera semantic-desktop linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fi linguas_fr linguas_hu linguas_ia linguas_it linguas_km linguas_mr linguas_nb linguas_nl linguas_pl linguas_pt linguas_pt_BR linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW +handbook aqua KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=>=kde-base/kdelibs-4.4:4[aqua=,semantic-desktop?] opera? ( app-crypt/qca:2 dev-libs/qoauth ) semantic-desktop? ( >=kde-base/nepomuk-core-4.4:4[aqua=] dev-libs/soprano ) >=kde-base/oxygen-icons-4.4:4[aqua=] linguas_ca? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_da? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_es? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_fi? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_hu? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_ia? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ia(+)] ) linguas_it? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_km? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_km(+)] ) linguas_mr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_mr(+)] ) linguas_nb? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_pl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_sk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sl(+)] ) linguas_sr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr(+)] ) linguas_sr@ijekavian? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@ijekavian(+)] ) linguas_sr@ijekavianlatin? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@ijekavianlatin(+)] ) linguas_sr@latin? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@latin(+)] ) linguas_sv? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_tr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_uk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] +RDEPEND=>=kde-base/kdelibs-4.4:4[aqua=,semantic-desktop?] opera? ( app-crypt/qca:2 dev-libs/qoauth ) semantic-desktop? ( >=kde-base/nepomuk-core-4.4:4[aqua=] dev-libs/soprano ) >=kde-base/oxygen-icons-4.4:4[aqua=] linguas_cs? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_es? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_fi? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_hu? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_ia? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ia(+)] ) linguas_it? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_km? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_km(+)] ) linguas_mr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_mr(+)] ) linguas_nb? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_pl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_sk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sl(+)] ) linguas_sr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr(+)] ) linguas_sr@ijekavian? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@ijekavian(+)] ) linguas_sr@ijekavianlatin? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@ijekavianlatin(+)] ) linguas_sr@latin? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@latin(+)] ) linguas_sv? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_tr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_uk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] SLOT=4 SRC_URI=mirror://sourceforge/rekonq/rekonq-2.2.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 2dda478e7e4206f6fb1aa72785cb5ef7 eutils 2824df7f5dc9f47aee293af8a6b517ed fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 99e1013bc1a5444b994d9a4b8c69b4f1 kde4-functions d582c981f237aef7193dcba509e5d8d4 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=69496133fa220373523b28fdd1c78b8c +_md5_=93dd9027f404e94222b00d22d2d25b2f diff --git a/metadata/md5-cache/www-servers/apache-2.4.4 b/metadata/md5-cache/www-servers/apache-2.4.4 index 5d25d7d3c103..3846826ee8e3 100644 --- a/metadata/md5-cache/www-servers/apache-2.4.4 +++ b/metadata/md5-cache/www-servers/apache-2.4.4 @@ -4,11 +4,11 @@ DESCRIPTION=The Apache Web Server. EAPI=2 HOMEPAGE=http://httpd.apache.org/ IUSE=ssl debug doc ldap selinux ssl static suexec threads apache2_modules_access_compat apache2_modules_actions apache2_modules_alias apache2_modules_asis apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_authn_alias apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_file apache2_modules_authz_core apache2_modules_authz_dbm apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_cache apache2_modules_cache_disk apache2_modules_cern_meta apache2_modules_charset_lite apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_dumpio apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_lbmethod_byrequests apache2_modules_lbmethod_bytraffic apache2_modules_lbmethod_bybusyness apache2_modules_lbmethod_heartbeat apache2_modules_log_config apache2_modules_log_forensic apache2_modules_logio apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_ftp apache2_modules_proxy_http apache2_modules_proxy_scgi apache2_modules_rewrite apache2_modules_reqtimeout apache2_modules_setenvif apache2_modules_slotmem_shm apache2_modules_speling apache2_modules_socache_shmcb apache2_modules_status apache2_modules_substitute apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_unixd apache2_modules_version apache2_modules_vhost_alias apache2_mpms_itk apache2_mpms_peruser apache2_mpms_prefork apache2_mpms_event apache2_mpms_worker -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=Apache-2.0 Apache-1.1 PDEPEND=~app-admin/apache-tools-2.4.4 RDEPEND=>=dev-libs/apr-1.4.5 >=dev-libs/openssl-0.9.8m apache2_modules_mime? ( app-misc/mime-types ) dev-lang/perl =dev-libs/apr-1* =dev-libs/apr-util-1*[ldap?] dev-libs/libpcre ldap? ( =net-nds/openldap-2* ) selinux? ( sec-policy/selinux-apache ) ssl? ( >=dev-libs/openssl-0.9.8f ) !=www-servers/apache-1* SLOT=2 SRC_URI=mirror://apache/httpd/httpd-2.4.4.tar.bz2 http://dev.gentoo.org/~patrick/dist/apache/gentoo-apache-2.4.4-20130227.tar.bz2 _eclasses_=apache-2 487f2187a5cf187b49db334b82d57422 autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 ssl-cert 0b45da48a22fda62c57c1809b8b55315 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=189ea1ed1c36f7781169d33e5c292236 +_md5_=243b101cbb0e94b462344f085752406d diff --git a/metadata/md5-cache/x11-drivers/ati-drivers-13.1 b/metadata/md5-cache/x11-drivers/ati-drivers-13.1 index 14da1002695d..7bdc28fc2ab9 100644 --- a/metadata/md5-cache/x11-drivers/ati-drivers-13.1 +++ b/metadata/md5-cache/x11-drivers/ati-drivers-13.1 @@ -4,11 +4,11 @@ DESCRIPTION=Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and new EAPI=5 HOMEPAGE=http://www.amd.com IUSE=debug +modules multilib qt4 static-libs disable-watermark pax_kernel kernel_linux -KEYWORDS=-* ~amd64 ~x86 +KEYWORDS=-* amd64 x86 LICENSE=AMD GPL-2 QPL-1.0 RDEPEND=<=x11-base/xorg-server-1.13.49[-minimal] >=app-admin/eselect-opengl-1.0.7 app-admin/eselect-opencl sys-power/acpid x11-apps/xauth x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu multilib? ( app-emulation/emul-linux-x86-opengl app-emulation/emul-linux-x86-xlibs ) qt4? ( x11-libs/libICE x11-libs/libSM x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXxf86vm dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] ) !x11-drivers/ati-drivers:legacy kernel_linux? ( virtual/modutils ) RESTRICT=bindist test SLOT=1 SRC_URI=http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed linux-info dd8fdcccc30f117673b4cba4ed4f74a7 linux-mod dbc722ed035721476f23ab7b0572985e multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=654ab62fc9cec92923710c36ff4c39f2 +_md5_=ca806a99a9089426f794025ac0db9d9e diff --git a/metadata/md5-cache/x11-drivers/ati-drivers-13.1_pre897 b/metadata/md5-cache/x11-drivers/ati-drivers-13.1_pre897 index 92fe8c84ec78..ee67aaa4aa61 100644 --- a/metadata/md5-cache/x11-drivers/ati-drivers-13.1_pre897 +++ b/metadata/md5-cache/x11-drivers/ati-drivers-13.1_pre897 @@ -4,11 +4,11 @@ DESCRIPTION=Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and new EAPI=5 HOMEPAGE=http://www.amd.com IUSE=debug +modules multilib qt4 static-libs disable-watermark pax_kernel kernel_linux -KEYWORDS=-* ~amd64 ~x86 +KEYWORDS=-* amd64 x86 LICENSE=AMD GPL-2 QPL-1.0 RDEPEND=<=x11-base/xorg-server-1.12.49[-minimal] >=app-admin/eselect-opengl-1.0.7 app-admin/eselect-opencl sys-power/acpid x11-apps/xauth x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu multilib? ( app-emulation/emul-linux-x86-opengl app-emulation/emul-linux-x86-xlibs ) qt4? ( x11-libs/libICE x11-libs/libSM x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXxf86vm dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] ) !x11-drivers/ati-drivers:1 kernel_linux? ( virtual/modutils ) RESTRICT=bindist test SLOT=legacy SRC_URI=http://www2.ati.com/drivers/legacy/amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed linux-info dd8fdcccc30f117673b4cba4ed4f74a7 linux-mod dbc722ed035721476f23ab7b0572985e multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=423a07f0380d4f487207a29179d5a42f +_md5_=dad3b2cbe83b6e492057a8b9ed9a0a43 diff --git a/metadata/md5-cache/x11-drivers/ati-drivers-13.2_beta3 b/metadata/md5-cache/x11-drivers/ati-drivers-13.2_beta7 similarity index 95% rename from metadata/md5-cache/x11-drivers/ati-drivers-13.2_beta3 rename to metadata/md5-cache/x11-drivers/ati-drivers-13.2_beta7 index 648e521bd1a7..456f9dfb8226 100644 --- a/metadata/md5-cache/x11-drivers/ati-drivers-13.2_beta3 +++ b/metadata/md5-cache/x11-drivers/ati-drivers-13.2_beta7 @@ -9,6 +9,6 @@ LICENSE=AMD GPL-2 QPL-1.0 RDEPEND=<=x11-base/xorg-server-1.13.49[-minimal] >=app-admin/eselect-opengl-1.0.7 app-admin/eselect-opencl sys-power/acpid x11-apps/xauth x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu multilib? ( app-emulation/emul-linux-x86-opengl app-emulation/emul-linux-x86-xlibs ) qt4? ( x11-libs/libICE x11-libs/libSM x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXxf86vm dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility] ) !x11-drivers/ati-drivers:legacy kernel_linux? ( virtual/modutils ) RESTRICT=bindist test SLOT=1 -SRC_URI=http://www2.ati.com/drivers/beta/amd-driver-installer-catalyst-13.2-beta3-linux-x86.x86_64.zip http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz +SRC_URI=http://www2.ati.com/drivers/beta/amd-driver-installer-catalyst-13.2-beta7-linux-x86.x86_64.zip http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz _eclasses_=eutils 2824df7f5dc9f47aee293af8a6b517ed linux-info dd8fdcccc30f117673b4cba4ed4f74a7 linux-mod dbc722ed035721476f23ab7b0572985e multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=40555c5096cd33af54596aca2431a5e8 +_md5_=412fd90349838db3aa71231115fc9ee1 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.12 b/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.12 deleted file mode 100644 index 7cebb0303ed1..000000000000 --- a/metadata/md5-cache/x11-drivers/xf86-video-geode-2.11.12 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND==x11-proto/randrproto-1.2 x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xproto || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=AMD Geode GX and LX video driver -EAPI=3 -HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=x86 -LICENSE=MIT -RDEPEND==sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=AMD Geode GX and LX video driver -EAPI=4 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=ztv -KEYWORDS=~x86 -LICENSE=MIT -RDEPEND==sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto x11-base/xorg-server[xorg] x11-libs/libpciaccess -DESCRIPTION=AMD Geode GX and LX video driver +DESCRIPTION=AMD Geode GX2 and LX video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=ztv @@ -10,4 +10,4 @@ RDEPEND=x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-geode-2.11.14.tar.bz2 _eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils c3608254689d959486b175186734d10d eutils 2824df7f5dc9f47aee293af8a6b517ed flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 647bf09b251366e5d15095e1c7a7dda4 -_md5_=1db29daf2bfa68db4f9d905d7eff159f +_md5_=f18f3b6a393665fb5a250fc86d9fe56b diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index e54400b16a5a..9ad3c79a96b0 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sun, 03 Mar 2013 20:36:58 +0000 +Mon, 04 Mar 2013 09:07:00 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 36be3fe3ea3d..c5efb84e2bd8 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Sun Mar 3 20:36:55 UTC 2013 +Mon Mar 4 09:06:58 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index ad084619ac90..c9773790a420 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sun, 03 Mar 2013 21:00:01 +0000 +Mon, 04 Mar 2013 09:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index cd864f8b45a9..0978c2eefd36 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1362342901 Sun Mar 3 20:35:01 2013 UTC +1362387901 Mon Mar 4 09:05:01 2013 UTC diff --git a/net-analyzer/nmbscan/Manifest b/net-analyzer/nmbscan/Manifest index 70443b7748d6..be6f5711fa21 100644 --- a/net-analyzer/nmbscan/Manifest +++ b/net-analyzer/nmbscan/Manifest @@ -1,2 +1,2 @@ DIST nmbscan-1.2.4.tar.gz 9790 SHA256 e32648c3c8a919ef90083e2abed3b1c1142a50833e50e6adcb0d26884d113c91 -DIST nmbscan-1.2.5.tar.gz 44749 SHA256 e5f55548e256ded0dd8fc9067ac5c4a5df3d4d7489e871e2bd9b84ce04c7efeb +DIST nmbscan-1.2.5.tar.gz 44749 SHA256 e5f55548e256ded0dd8fc9067ac5c4a5df3d4d7489e871e2bd9b84ce04c7efeb SHA512 37030c6759cc8b257356274b54ec7474e49ddc523be20180c509064f9238da3350f0f0e73e84f2e89201405e93a350a7a7cdc24ef890e638b62648ee2fc4feb9 WHIRLPOOL 943314c9d225e40e3849384cbaa338f1ff6da09d45e0bc9c1bffdf7800077b84a4a07f5de2e30dca05d542224e72686533acbc96721b3d04e3c87291591ecccb diff --git a/net-analyzer/nmbscan/nmbscan-1.2.4.ebuild b/net-analyzer/nmbscan/nmbscan-1.2.4.ebuild index 4471c973fed5..1907900a86ed 100644 --- a/net-analyzer/nmbscan/nmbscan-1.2.4.ebuild +++ b/net-analyzer/nmbscan/nmbscan-1.2.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/net-analyzer/nmbscan/nmbscan-1.2.4.ebuild,v 1.9 2009/07/07 13:45:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmbscan/nmbscan-1.2.4.ebuild,v 1.10 2013/03/04 00:19:04 ottxor Exp $ inherit eutils @@ -19,7 +19,7 @@ RDEPEND="app-shells/bash net-fs/samba net-misc/iputils sys-apps/coreutils - sys-apps/gawk + virtual/awk sys-apps/grep sys-apps/net-tools sys-apps/sed" diff --git a/net-analyzer/nmbscan/nmbscan-1.2.5.ebuild b/net-analyzer/nmbscan/nmbscan-1.2.5.ebuild index 378635bc85aa..7217839399a3 100644 --- a/net-analyzer/nmbscan/nmbscan-1.2.5.ebuild +++ b/net-analyzer/nmbscan/nmbscan-1.2.5.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/net-analyzer/nmbscan/nmbscan-1.2.5.ebuild,v 1.3 2011/12/13 23:18:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmbscan/nmbscan-1.2.5.ebuild,v 1.4 2013/03/04 00:19:04 ottxor Exp $ EAPI=2 @@ -21,7 +21,7 @@ RDEPEND="app-shells/bash net-fs/samba net-misc/iputils sys-apps/coreutils - sys-apps/gawk + virtual/awk sys-apps/grep sys-apps/net-tools sys-apps/sed" diff --git a/net-dialup/xc/xc-4.3.2-r1.ebuild b/net-dialup/xc/xc-4.3.2-r1.ebuild deleted file mode 100644 index 34b41bb1261f..000000000000 --- a/net-dialup/xc/xc-4.3.2-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r1.ebuild,v 1.19 2011/02/06 07:53:42 leio Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="unix dialout program" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" -SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="sys-libs/ncurses" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/${P}-gentoo.patch" - epatch "${FILESDIR}/${P}-implicit-decl.patch" - - # Adds 115200 bps support - epatch "${FILESDIR}/${P}-add-115200.patch" -} - -src_compile() { - tc-export CC - emake WARN="" all prefix=/usr mandir=/usr/share/man || die "make failed" -} - -src_install () { - dodir /usr/bin /usr/share/man/man1 /usr/lib/xc - - make DESTDIR="${D}" install || die "make install failed" - - insinto /usr/lib/xc - doins phonelist xc.init dotfiles/.[a-z]* -} diff --git a/net-dialup/xc/xc-4.3.2-r2.ebuild b/net-dialup/xc/xc-4.3.2-r2.ebuild deleted file mode 100644 index b9202a9763bd..000000000000 --- a/net-dialup/xc/xc-4.3.2-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r2.ebuild,v 1.2 2011/03/21 00:37:24 vapier Exp $ - -inherit eutils toolchain-funcs multilib - -DESCRIPTION="unix dialout program" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/" -SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="sys-libs/ncurses" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-gentoo.patch - epatch "${FILESDIR}"/${P}-implicit-decl.patch - epatch "${FILESDIR}"/${P}-add-115200.patch - - sed -i \ - -e "/^libdir/s:/lib/:/$(get_libdir)/:" \ - Makefile || die -} - -src_compile() { - tc-export CC - emake WARN="" all || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - insinto /usr/$(get_libdir)/xc - doins phonelist xc.init dotfiles/.[a-z]* || die -} diff --git a/net-dialup/xc/xc-4.3.2-r3.ebuild b/net-dialup/xc/xc-4.3.2-r3.ebuild index 930da9d1d276..8cd3417cbd8b 100644 --- a/net-dialup/xc/xc-4.3.2-r3.ebuild +++ b/net-dialup/xc/xc-4.3.2-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/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.8 2013/03/03 16:14:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.9 2013/03/04 05:28:26 pinkbyte Exp $ EAPI=5 @@ -26,6 +26,7 @@ src_prepare() { sed -i \ -e "/^libdir/s:/lib/:/$(get_libdir)/:" \ + -e "/strip/d" \ Makefile || die # bug 459796 append-libs "$($(tc-getPKG_CONFIG) --libs ncurses)" diff --git a/net-libs/rb_libtorrent/Manifest b/net-libs/rb_libtorrent/Manifest index f43519e7e4ba..7e678a793444 100644 --- a/net-libs/rb_libtorrent/Manifest +++ b/net-libs/rb_libtorrent/Manifest @@ -1,6 +1,3 @@ DIST libtorrent-rasterbar-0.15.10.tar.gz 2623718 SHA256 36e79fa4e79d5b0911ade11bc41ee75375048acc06526a23fad8558612ac38c4 SHA512 b66791a62dc3478dcfd8d7045891bccb660af51a313feb795140353c249b00794cc031d6ad6c47020c0e29601c5da5a2f0f2dc646148c7e616285af8ef44bc70 WHIRLPOOL dacd32e103c4ad9b563221e3bf18cc74b03cc415a155c15516b55bd345a31474362a12c26ccfc5eeb724498f5366704acae2dc68ee32e162a261a12abdb43c2f -DIST libtorrent-rasterbar-0.16.3.tar.gz 2899811 SHA256 54f509fe1434b0cb3829f4c8e2b209a878a4f7bc6b4a38cf0e41c193326f9d9e SHA512 2d381f4292678a27350683299539c3aead215bc3603a35e44e6115c720aa04256678181f0bdd299e50cc53177f16b958e4705046f9f90e3eaae48a23707db2eb WHIRLPOOL 359ff2b5493bd6fba6731b8a88679f50fe7a390f6f99eaa4b104d4e3a3d85b0702f317c306d1c4a81fefda86c8c8c4f85dfdb3dd4ac7b8a4123de7c8d96b459b DIST libtorrent-rasterbar-0.16.5.tar.gz 2912302 SHA256 35884b450e49b7d62d327c9952241adfcfa534af8f7b1bdab1d3333cf9b0f3cb SHA512 eb6a2af19c185acda0a93c1adc87c8eedaa1323a01ba169414066fe6063e6ff8b78843adf38f2ade1246afdc7bebcaaa0533f45c92ecdb3b08f408dcb9773963 WHIRLPOOL 08153d61a9f5158dd1f4e387c390a3f840025c7673432d9d97eae6582a2d1d94c405a3c11f7b2b6445a792add2b7aa7c7790a58117ee638dee0831e291c3b40d -DIST libtorrent-rasterbar-0.16.6.tar.gz 2930852 SHA256 143446afb7bd05b6eb4da8ef24a0999a787e63f13f73e6004294f2e5765558f9 SHA512 59c75b00e41e270e9d81c54fa12e3ca7c36b576170c4b7a5b03a3625f026d2de81658d9bb4a88046da686ddaa3046c6676e3f13fd2806c22d19dc26ed32a31e6 WHIRLPOOL 7da9bfe88f78eba825ca0491fd993fd55a08598881f69dc550b97f5486d0fa09fae3855bb446431b633bafe1130103abc18a091d7340141d5224ee5a7289e849 -DIST libtorrent-rasterbar-0.16.7.tar.gz 2931824 SHA256 6d3ec18ffb14e6637020f020b3a7ea1831ab02941f4698f30beedbfa63f30048 SHA512 21ef5cb5c3d054e44aa777582c0a6777b2608d40088ce6ca84be626890f75e1021021e82db2ce31bcc7f69f09157697c7465077abfc06a557aeaf7f53a68b341 WHIRLPOOL 3838d836b6acc18b85e2e8c69ce793f5dc7b0acc0233a7e5c702d36f8c7786b51a7ff7c71e43de9228eca83255eb78b7f48a74fde218159406ee62eb3ad9574f DIST libtorrent-rasterbar-0.16.8.tar.gz 2941811 SHA256 80a510f8f1f39d21dd9948b145722697c261f406bc68219ec2804ddcac875d06 SHA512 9cdb0ec2a9e3e5f30f89437729480d2326590c6711567aa0ad08662263b9a1a97a918287cd6514aa7f11ed58e63d156304acf2f4ecaba02fbe297afa8747d1c1 WHIRLPOOL 0acbbd3975089ef31e1606ccb3de193bd9983d4f94f4e30fcf09d0c990e53677a49a192e9f9a4d2b0c8de2416100b30715e11ab4636d16482c04401a91e1946a diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.3.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.3.ebuild deleted file mode 100644 index 883818366106..000000000000 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.3.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.3.ebuild,v 1.3 2012/11/08 06:24:13 flameeyes Exp $ - -EAPI="4" -PYTHON_DEPEND="python? 2:2.6" -PYTHON_USE_WITH="threads" -PYTHON_USE_WITH_OPT="python" - -inherit multilib python versionator - -MY_P=${P/rb_/} -MY_P=${MY_P/torrent/torrent-rasterbar} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" -HOMEPAGE="http://www.rasterbar.com/products/libtorrent/" -SRC_URI="http://libtorrent.googlecode.com/files/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc examples python ssl static-libs" -RESTRICT="test" - -DEPEND=">=dev-libs/boost-1.48[python?,threads(+)] - >=sys-devel/libtool-2.2 - sys-libs/zlib - examples? ( !net-p2p/mldonkey ) - ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND}" - -pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - use python && python_convert_shebangs -r 2 . -} - -src_configure() { - local myconf - - # use multi-threading versions of boost libs - if has_version '>=dev-libs/boost-1.52.0-r1'; then - myconf+=" --with-boost-python=boost_python-${PYTHON_ABI}" - else - myconf+=" --with-boost-system=boost_system-mt \ - --with-boost-python=boost_python-${PYTHON_ABI}-mt" - fi - - local LOGGING - use debug && myconf+=" --enable-logging=verbose" - - econf $(use_enable debug) \ - $(use_enable test tests) \ - $(use_enable examples) \ - $(use_enable python python-binding) \ - $(use_enable ssl encryption) \ - $(use_enable static-libs static) \ - ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install - use static-libs || find "${D}" -name '*.la' -exec rm -f {} + - dodoc ChangeLog AUTHORS NEWS README - if use doc; then - dohtml docs/* - fi -} diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.6.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.6.ebuild deleted file mode 100644 index a17259791211..000000000000 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.6.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.6.ebuild,v 1.1 2012/12/17 20:45:03 hwoarang Exp $ - -EAPI="4" -PYTHON_DEPEND="python? 2:2.6" -PYTHON_USE_WITH="threads" -PYTHON_USE_WITH_OPT="python" - -inherit multilib python versionator - -MY_P=${P/rb_/} -MY_P=${MY_P/torrent/torrent-rasterbar} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" -HOMEPAGE="http://www.rasterbar.com/products/libtorrent/" -SRC_URI="http://libtorrent.googlecode.com/files/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc examples python ssl static-libs" -RESTRICT="test" - -DEPEND=">=dev-libs/boost-1.48[python?,threads(+)] - >=sys-devel/libtool-2.2 - sys-libs/zlib - examples? ( !net-p2p/mldonkey ) - ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND}" - -pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - use python && python_convert_shebangs -r 2 . -} - -src_configure() { - local myconf - - # bug 441842 - myconf="--disable-silent-rules" - - # use multi-threading versions of boost libs - if has_version '>=dev-libs/boost-1.52.0-r1'; then - myconf+=" --with-boost-python=boost_python-${PYTHON_ABI}" - else - myconf+=" --with-boost-system=boost_system-mt \ - --with-boost-python=boost_python-${PYTHON_ABI}-mt" - fi - - local LOGGING - use debug && myconf+=" --enable-logging=verbose" - - econf $(use_enable debug) \ - $(use_enable test tests) \ - $(use_enable examples) \ - $(use_enable python python-binding) \ - $(use_enable ssl encryption) \ - $(use_enable static-libs static) \ - ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install - use static-libs || find "${D}" -name '*.la' -exec rm -f {} + - dodoc ChangeLog AUTHORS NEWS README - if use doc; then - dohtml docs/* - fi -} diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.7.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.7.ebuild deleted file mode 100644 index c4f61b0496a9..000000000000 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.7.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.7.ebuild,v 1.1 2013/01/22 20:47:41 hwoarang Exp $ - -EAPI="4" -PYTHON_DEPEND="python? 2:2.6" -PYTHON_USE_WITH="threads" -PYTHON_USE_WITH_OPT="python" - -inherit multilib python versionator - -MY_P=${P/rb_/} -MY_P=${MY_P/torrent/torrent-rasterbar} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and scalability" -HOMEPAGE="http://www.rasterbar.com/products/libtorrent/" -SRC_URI="http://libtorrent.googlecode.com/files/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc examples python ssl static-libs" -RESTRICT="test" - -DEPEND=">=dev-libs/boost-1.48[python?,threads(+)] - >=sys-devel/libtool-2.2 - sys-libs/zlib - examples? ( !net-p2p/mldonkey ) - ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND}" - -pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - use python && python_convert_shebangs -r 2 . -} - -src_configure() { - local myconf - - # bug 441842 - myconf="--disable-silent-rules" - - # use multi-threading versions of boost libs - if has_version '>=dev-libs/boost-1.52.0-r1'; then - myconf+=" --with-boost-python=boost_python-${PYTHON_ABI}" - else - myconf+=" --with-boost-system=boost_system-mt \ - --with-boost-python=boost_python-${PYTHON_ABI}-mt" - fi - - local LOGGING - use debug && myconf+=" --enable-logging=verbose" - - econf $(use_enable debug) \ - $(use_enable test tests) \ - $(use_enable examples) \ - $(use_enable python python-binding) \ - $(use_enable ssl encryption) \ - $(use_enable static-libs static) \ - ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install - use static-libs || find "${D}" -name '*.la' -exec rm -f {} + - dodoc ChangeLog AUTHORS NEWS README - if use doc; then - dohtml docs/* - fi -} diff --git a/net-misc/icecast/Manifest b/net-misc/icecast/Manifest index 11102a9d30a9..a3385aa5fca3 100644 --- a/net-misc/icecast/Manifest +++ b/net-misc/icecast/Manifest @@ -1,2 +1 @@ -DIST icecast-2.3.2.tar.gz 1152319 SHA256 4742b38fc55b6373895a7c0a35baed49a848fec99f5e8538e3f0157383d0b3f0 SHA512 c971b1ead32e76e493d95de34297084a6c09d6ade1aa3836c36e58290aec294e57b2729c0f9e2765bd3d7a0d728761b7f5174e8abddb72375a8b24f7df45db34 WHIRLPOOL af33bc0c4555c868acaa0c764b2fcb98672fedaa9fbf4adea06392a059c8935df23cd1c07a680bb158f0cd7046a73c35b2ae9197bea1cd7545f4337eaf457357 DIST icecast-2.3.3.tar.gz 1161774 SHA256 1b1d06f5f83c9a983cd28cc78aa90e4038f933511b3d20d7fd2cfc116645c36d SHA512 e0ae26047744bfcb902dd5418bb83a6e25956109bd410f244fb23dd21216d2d0456c29684c38db99cfa6c5496353a860be776f569964b98286f0deca78156aba WHIRLPOOL 7042eb5f86f03b613e56c9a2362738cde9cf8bb6addfdc36a53b5a476c12edfbf6ff83612de4acba0cec7c62f7b26cf06a7f0b55cde67d81f9dd2a12fa6a8af8 diff --git a/net-misc/icecast/icecast-2.3.2.ebuild b/net-misc/icecast/icecast-2.3.2.ebuild deleted file mode 100644 index 1b1da7198ea3..000000000000 --- a/net-misc/icecast/icecast-2.3.2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.2.ebuild,v 1.11 2012/08/26 14:12:48 armin76 Exp $ - -EAPI=2 -inherit eutils libtool - -DESCRIPTION="An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming" -HOMEPAGE="http://www.icecast.org/" -SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" -IUSE="+speex +ssl +theora +yp" - -#Although there is a --with-ogg and --with-orbis configure option, they're -#only useful for specifying paths, not for disabling. -DEPEND="dev-libs/libxslt - dev-libs/libxml2 - media-libs/libogg - media-libs/libvorbis - speex? ( media-libs/speex ) - theora? ( media-libs/libtheora ) - yp? ( net-misc/curl ) - ssl? ( dev-libs/openssl )" - -pkg_setup() { - enewuser icecast -1 -1 -1 nogroup -} - -src_prepare() { - elibtoolize -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - --sysconfdir=/etc/icecast2 \ - $(use_with theora) \ - $(use_with speex) \ - $(use_with yp curl) \ - $(use_with ssl openssl) \ - $(use_enable yp) || die "configure failed" - - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README TODO HACKING NEWS conf/icecast.xml.dist - dohtml -A chm,hhc,hhp doc/* - doman debian/icecast2.1 - - newinitd "${FILESDIR}"/init.d.icecast icecast - - insinto /etc/icecast2 - doins "${FILESDIR}"/icecast.xml - fperms 600 /etc/icecast2/icecast.xml - - diropts -m0764 -o icecast -g nogroup - dodir /var/log/icecast - keepdir /var/log/icecast - rm -rf "${D}"/usr/share/doc/icecast -} - -pkg_postinst() { - touch "${ROOT}"var/log/icecast/{access,error}.log - chown icecast:nogroup "${ROOT}"var/log/icecast/{access,error}.log -} diff --git a/net-misc/icecast/icecast-2.3.3-r1.ebuild b/net-misc/icecast/icecast-2.3.3-r1.ebuild index 6bf9660bc0d4..90c134cac3c5 100644 --- a/net-misc/icecast/icecast-2.3.3-r1.ebuild +++ b/net-misc/icecast/icecast-2.3.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.3-r1.ebuild,v 1.1 2012/12/23 19:24:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.3-r1.ebuild,v 1.2 2013/03/03 23:00:41 hwoarang Exp $ EAPI=4 inherit eutils autotools user @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="kate logrotate +speex +ssl +theora +yp" #Although there is a --with-ogg and --with-orbis configure option, they're diff --git a/net-misc/icecast/icecast-2.3.3.ebuild b/net-misc/icecast/icecast-2.3.3.ebuild deleted file mode 100644 index 2fedbf8f9798..000000000000 --- a/net-misc/icecast/icecast-2.3.3.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.3.ebuild,v 1.8 2012/09/18 10:09:10 xarthisius Exp $ - -EAPI=4 -inherit eutils autotools user - -DESCRIPTION="An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming" -HOMEPAGE="http://www.icecast.org/" -SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" -IUSE="kate +speex +ssl +theora +yp" - -#Although there is a --with-ogg and --with-orbis configure option, they're -#only useful for specifying paths, not for disabling. -DEPEND="dev-libs/libxslt - dev-libs/libxml2 - media-libs/libogg - media-libs/libvorbis - kate? ( media-libs/libkate ) - speex? ( media-libs/speex ) - theora? ( media-libs/libtheora ) - yp? ( net-misc/curl ) - ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND}" - -pkg_setup() { - enewuser icecast -1 -1 -1 nogroup -} - -src_prepare() { - # bug #368539 - epatch "${FILESDIR}"/${P}-libkate.patch - # bug #430434 - epatch "${FILESDIR}"/${P}-fix-xiph_openssl.patch - eautoreconf -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - --sysconfdir=/etc/icecast2 \ - $(use_enable kate) \ - $(use_with theora) \ - $(use_with speex) \ - $(use_with yp curl) \ - $(use_with ssl openssl) \ - $(use_enable yp) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS README TODO HACKING NEWS conf/icecast.xml.dist - dohtml -A chm,hhc,hhp doc/* - doman debian/icecast2.1 - - newinitd "${FILESDIR}"/init.d.icecast icecast - - insinto /etc/icecast2 - doins "${FILESDIR}"/icecast.xml - fperms 600 /etc/icecast2/icecast.xml - - diropts -m0764 -o icecast -g nogroup - dodir /var/log/icecast - keepdir /var/log/icecast - rm -rf "${D}"/usr/share/doc/icecast -} - -pkg_postinst() { - touch "${ROOT}"var/log/icecast/{access,error}.log - chown icecast:nogroup "${ROOT}"var/log/icecast/{access,error}.log -} diff --git a/net-misc/samplicator/metadata.xml b/net-misc/samplicator/metadata.xml index 136d439dfde1..9be5051aa99e 100644 --- a/net-misc/samplicator/metadata.xml +++ b/net-misc/samplicator/metadata.xml @@ -11,6 +11,7 @@ Tom Wijsman Committer, please CC him. + proxy-maintainers This small program receives UDP datagrams on a given port, and resends those datagrams to a specified set of receivers. In addition, a diff --git a/net-misc/stargazer/metadata.xml b/net-misc/stargazer/metadata.xml index 3f51b2b29135..2447ebbd52f4 100644 --- a/net-misc/stargazer/metadata.xml +++ b/net-misc/stargazer/metadata.xml @@ -11,6 +11,7 @@ Tom Wijsman Committer, please CC him. + proxy-maintainers Stargazer is a powerful (inter)net billing system, capable of gathering traffic statistics from many sources (such as NetFlow protocol, diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest index 294b9402c6fe..9db3c4e0c7e5 100644 --- a/net-misc/youtube-dl/Manifest +++ b/net-misc/youtube-dl/Manifest @@ -1,3 +1,4 @@ DIST youtube-dl-2013.01.13.tar.gz 136575 SHA256 13cc8cffb4206a63be033dfbebcfa637bd489d58d9f54858d9552021aa8f0dd5 SHA512 e3a3608e807612655c893e68a840d07363bdef9bf6f7a6816eed65e828508ecf3dbcbd21fcc2d81c1d4438a86382517c7a8f4eee4f80e9454fe2e7995b0a80d5 WHIRLPOOL 6a571cb78cd449e4ab123e9cf312200c81cccaf593c3f3284c265790af5bad92d59a8c3a05ff0a59d0fbb28d5cf61a841c4f8821366a71e9001811b602694e64 DIST youtube-dl-2013.01.28.tar.gz 136498 SHA256 92298669ebf5337987735a1b44c20d3a022f8424321487ac3c72891003f34cf9 SHA512 1130caf58ef51cfaa39f85d814e5d1141e7fb7f4ceee718fec6d1b2cd61431604688edb1ede5f74a33706950a40a6eeedbb64c5212e631a49ceee5b003bfab06 WHIRLPOOL 9e3b62b8b586ca7e261d397dd48b5e6674a4030f03764fe32c5e354790e856d504f91804301d92a67bcfc7d2ea429d161c8580c35b1c58e9602b68e4430ac6f8 DIST youtube-dl-2013.02.02.tar.gz 137547 SHA256 c062ab5636f443c776d617dd9aa3c9045926f16954fc333660b5aae45f15686f SHA512 c1b06b09063aacae3bb9bd095088f2a40fb0cab8b0e7cc3b337a7d32e91e4c8e225694b39f863b726cd5e6dc3b89b6e89e0a1a395a8b616d673e278da2e25ca2 WHIRLPOOL 976b977000082a487f2f0f17d988ef659f53d3f5300107ab9cc6418b722b15c0a49b0eb6bbf0876d9ed5e708886d678e26d17fe3c8c52ed65b237cbaf9caeb09 +DIST youtube-dl-2013.02.25.tar.gz 142740 SHA256 b7e2803f9a7f05f282bacc015b2a4f44c658587e19be076329c7f346093c2008 SHA512 9085edd580d6c1de33baeb90550eaacb381c9d9b36715afb6e9692662f7d9a7817eab96c3c2170d29d695d87f2e1f7b5acd76cf928455613c72ce8b8bea1a605 WHIRLPOOL 43e2852869ce4a23450ef717157dddfc634a9c756eed1a1251e33391d5b09bba4037cdf019d66520166f5da43ec4fc6ade4c352391ca75d843b65f71b7987837 diff --git a/net-misc/youtube-dl/youtube-dl-2013.02.25.ebuild b/net-misc/youtube-dl/youtube-dl-2013.02.25.ebuild new file mode 100644 index 000000000000..ee860eda85a8 --- /dev/null +++ b/net-misc/youtube-dl/youtube-dl-2013.02.25.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.02.25.ebuild,v 1.1 2013/03/03 23:48:52 jer Exp $ + +EAPI=5 +PYTHON_COMPAT=(python{2_5,2_6,2_7}) + +inherit bash-completion-r1 eutils python-single-r1 + +DESCRIPTION="A small command-line program to download videos from YouTube." +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-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest index d5c10bbdee2a..fb02007dcf8a 100644 --- a/net-p2p/qbittorrent/Manifest +++ b/net-p2p/qbittorrent/Manifest @@ -1,5 +1,2 @@ -DIST qbittorrent-2.9.11.tar.gz 3571306 SHA256 3d090ff576f19074dc8acbfe64cdec23c430183d6593b82bdaf2fb691e41c222 SHA512 603e4d6fadbd20da2015f5b6d4e219ca31b2aabd509903c0db6e75bb95f561d2860b3445369261760d847b936d1df7b1b35143edf957cadb08d852c44c88d14b WHIRLPOOL 8f7a1b52743fdd384eb9da4f6913e07763f2899c767e8197ddd843439beb2f774372f147104fe010ecaea0a12d400f54b127329696c113220948dfccc070d877 DIST qbittorrent-2.9.7.tar.gz 3606781 SHA256 d706a8aff16cc6977379f5b25b842194dceef3b20efd0ca949300728c5a6a190 SHA512 bbc29781664432f7ebe42bb386c5cfd5c4eb5784f36620bf86a15a3e66f6cf3fe3a45831a4b552d5b48d5d1613591d208e6732e2a1a44ef269fd33fac9bf9cca WHIRLPOOL 5129c392345a371c18dc8a226e1c98ded5833019e1fd99a131f28e08ef310e3a4874930c8d2750742ff8f4cba0fdb5d9b926226e87b6911830ee67614ad361c1 -DIST qbittorrent-3.0.5.tar.gz 4912114 SHA256 1a67d0cd22974d1d356f7ce40cf3b7f00a4873dfa8794573cbb2ee152ce5e482 SHA512 c32e1dc9e08569ff039e34a03703cfbd7c37de9402f26a733085450fcf782000a22e7a03ffbb41b4c2243bfee7a03bcaffb0f745535d81c5f7cad809aa563b4a WHIRLPOOL 50beed7980cb5ecaaeed7dc672c8ff72f6de8360c11ddf33fb05d016b377dd58a2fbb7eefe98c154d9c620e57fc0b0314ae6208c165abe3c2acded98ec6fa227 -DIST qbittorrent-3.0.6.tar.gz 4910077 SHA256 b2308f4500000ae2ebbf9722ef8a09d6524fd016bd746fa2a0fe07516353fb15 SHA512 26abd9b2dea3c3e531fa154cb4257a9043fc401d4ccb7841be839c4d239742312af69183a522db57282e76002af31b0ec5803520d25bd9421b307a1c3a702f47 WHIRLPOOL 283c6ed9debca3a5de8e401e853bbcc1188dbb99a2dd778f7121c6b639d8af2cdf0160b7e5f5cb83427dd371029f06b97217f311a7027bafb0b8e2bd1b324957 DIST qbittorrent-3.0.8.tar.gz 4913131 SHA256 82c3cdea90785672d0c2a419b544ec6557be2578610d3e9f83b61a12af77437b SHA512 bdb512a50848c99219e1ba013f2fd703f644fc1aaaa79c48ce5e117be5a51ffa64cb8687ad3caf74c7db63b6e20bb5d34297cde8b43aa1eda2130154615e5baa WHIRLPOOL 5b944b51936b0436275fb79b49f10253cc3a7ebad3d8920861e673f71d1e4c8ccbccbcc84e780982caad2c2364d56ca4ee0d29fa3637735cab73c1d54e668d98 diff --git a/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild b/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild deleted file mode 100644 index eabfa99fc579..000000000000 --- a/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.11.ebuild,v 1.2 2013/03/02 23:09:45 hwoarang Exp $ - -EAPI="2" -PYTHON_DEPEND="2" - -inherit python qt4-r2 versionator - -MY_P="${P/_/}" -DESCRIPTION="BitTorrent client in C++ and Qt" -HOMEPAGE="http://www.qbittorrent.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus +X geoip" - -QT_MIN="4.6.1" -# boost version so that we always have thread support -CDEPEND="net-libs/rb_libtorrent - >=dev-qt/qtcore-${QT_MIN}:4 - X? ( >=dev-qt/qtgui-${QT_MIN}:4 ) - dbus? ( >=dev-qt/qtdbus-${QT_MIN}:4 ) - dev-libs/boost" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} - geoip? ( dev-libs/geoip )" - -DOCS="AUTHORS Changelog NEWS README TODO" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - # Respect LDFLAGS - sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro - qt4-r2_src_prepare -} - -src_configure() { - local myconf - use X || myconf+=" --disable-gui" - use geoip || myconf+=" --disable-geoip-database" - use dbus || myconf+=" --disable-qt-dbus" - - # slotted boost detection, bug #309415 - BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")" - BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")" - BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")" - myconf+=" --with-libboost-inc=/usr/include/boost-${BOOST_VER}" - - # econf fails, since this uses qconf - ./configure --prefix=/usr --qtdir=/usr ${myconf} || die "configure failed" - eqmake4 -} diff --git a/net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild b/net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild deleted file mode 100644 index 8388d51fc88d..000000000000 --- a/net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.5.ebuild,v 1.2 2013/03/02 23:09:45 hwoarang Exp $ - -EAPI="2" -PYTHON_DEPEND="2" - -inherit python qt4-r2 versionator - -MY_P="${P/_/}" -DESCRIPTION="BitTorrent client in C++ and Qt" -HOMEPAGE="http://www.qbittorrent.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus +X geoip" - -QT_MIN="4.6.1" -# boost version so that we always have thread support -CDEPEND=">=net-libs/rb_libtorrent-0.16.3 - >=dev-qt/qtcore-${QT_MIN}:4 - X? ( >=dev-qt/qtgui-${QT_MIN}:4 ) - dbus? ( >=dev-qt/qtdbus-${QT_MIN}:4 ) - dev-libs/boost" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} - geoip? ( dev-libs/geoip )" - -DOCS="AUTHORS Changelog NEWS README TODO" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - # Respect LDFLAGS - sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro - qt4-r2_src_prepare -} - -src_configure() { - local myconf - use X || myconf+=" --disable-gui" - use geoip || myconf+=" --disable-geoip-database" - use dbus || myconf+=" --disable-qt-dbus" - - # slotted boost detection, bug #309415 - BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")" - BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")" - BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")" - myconf+=" --with-libboost-inc=/usr/include/boost-${BOOST_VER}" - - # econf fails, since this uses qconf - ./configure --prefix=/usr --qtdir=/usr ${myconf} || die "configure failed" - eqmake4 -} diff --git a/net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild b/net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild deleted file mode 100644 index d91a234b31ee..000000000000 --- a/net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.6.ebuild,v 1.2 2013/03/02 23:09:45 hwoarang Exp $ - -EAPI="2" -PYTHON_DEPEND="2" - -inherit python qt4-r2 versionator - -MY_P="${P/_/}" -DESCRIPTION="BitTorrent client in C++ and Qt" -HOMEPAGE="http://www.qbittorrent.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus +X geoip" - -QT_MIN="4.6.1" -# boost version so that we always have thread support -CDEPEND=">=net-libs/rb_libtorrent-0.16.3 - >=dev-qt/qtcore-${QT_MIN}:4 - X? ( >=dev-qt/qtgui-${QT_MIN}:4 ) - dbus? ( >=dev-qt/qtdbus-${QT_MIN}:4 ) - dev-libs/boost" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} - geoip? ( dev-libs/geoip )" - -DOCS="AUTHORS Changelog NEWS README TODO" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - # Respect LDFLAGS - sed -i -e 's/-Wl,--as-needed/$(LDFLAGS)/g' src/src.pro - qt4-r2_src_prepare -} - -src_configure() { - local myconf - use X || myconf+=" --disable-gui" - use geoip || myconf+=" --disable-geoip-database" - use dbus || myconf+=" --disable-qt-dbus" - - # slotted boost detection, bug #309415 - BOOST_PKG="$(best_version ">=dev-libs/boost-1.34.1")" - BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")" - BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")" - myconf+=" --with-libboost-inc=/usr/include/boost-${BOOST_VER}" - - # econf fails, since this uses qconf - ./configure --prefix=/usr --qtdir=/usr ${myconf} || die "configure failed" - eqmake4 -} diff --git a/net-voip/homer/Manifest b/net-voip/homer/Manifest index 9cafa16b8410..69e57ce950df 100644 --- a/net-voip/homer/Manifest +++ b/net-voip/homer/Manifest @@ -1 +1,2 @@ DIST homer-0.24.1.tar.gz 1297045 SHA256 738cd4a1e8b437936c904bdea649c0ee12ecca2caa1bef5c585925eabe84ff44 SHA512 ea2d1a5224048668e20a62f142370910f337b3b56b94c9a92a9b7530652ceed67a59223fac57ee0d835c31545d2d06c21329a0463680936d32a1455dbb2fac33 WHIRLPOOL b16ccdea6c5ea0845aca4f31a2d6258cf6a71258c531ee36a02b2844814df73b26229ffc96129532b4f9c1f2070a9cd279b720b7286e691e488bc7b524c47278 +DIST homer-0.25.tar.gz 1404242 SHA256 1c3e67a7f7134a317bc32dfb691679a2997fbfa129c70d5d165ccfd0272a752d SHA512 92254f9cc133589760a4c3081e1636232ace8eb972f7800c4fb5aaeba52e22546c6772e4c93625aa31a5d7b366f441cf8155f52d85ca44dade60edebf98b6340 WHIRLPOOL 944277b8248a1037dd27881456b6fb304d19d2f12cc7bc4268ba3dbf876de668fde25749dfbfd424950fe641d7dc65f5f14a29e9d14d5c1e738dc555af201ffe diff --git a/net-voip/homer/homer-0.25.ebuild b/net-voip/homer/homer-0.25.ebuild new file mode 100644 index 000000000000..4e3ff21bb62c --- /dev/null +++ b/net-voip/homer/homer-0.25.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/homer-0.25.ebuild,v 1.1 2013/03/03 21:44:15 hwoarang Exp $ + +EAPI=4 + +inherit eutils multilib + +DESCRIPTION="Homer Conferencing (short: Homer) is a free SIP softphone with advanced audio and video support." +HOMEPAGE="http://www.homer-conferencing.com" + +MY_PN="Homer-Conferencing" +MY_BIN="Homer" + +if [[ ${PV} == *9999* ]]; then + inherit git-2 + EGIT_REPO_URI="git://github.com/${MY_PN}/${MY_PN}.git" + KEYWORDS="" +else + SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/V${PV}.tar.gz -> ${PN}-${PV}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="pulseaudio" + +DEPEND=">=dev-libs/openssl-1.0 + media-libs/alsa-lib + media-libs/libsdl[X,audio,video,alsa] + media-libs/portaudio[alsa] + media-libs/sdl-mixer + media-libs/sdl-sound + media-libs/x264 + media-video/ffmpeg[X] + net-libs/sofia-sip + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 + dev-qt/qtmultimedia:4 + dev-qt/qtwebkit:4 + pulseaudio? ( media-sound/pulseaudio )" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_prepare() { + if use pulseaudio; then + sed -i \ + -e "/^set(FEATURE_PULSEAUDIO/s:OFF:ON:" \ + HomerBuild/config/HomerFeatures.txt || die "sed failed" + fi +} + +src_compile() { + emake -C HomerBuild default \ + INSTALL_PREFIX=/usr/bin \ + INSTALL_LIBDIR=/usr/$(get_libdir) \ + INSTALL_DATADIR=/usr/share/${PN} \ + VERBOSE=1 +} + +src_install() { + emake -C HomerBuild install \ + DESTDIR="${D}" \ + VERBOSE=1 + + # Create .desktop entry + doicon ${MY_BIN}/${MY_BIN}.png + make_desktop_entry "${MY_BIN}" "${MY_PN}" "${MY_BIN}" "Network;InstantMessaging;Telephony;VideoConference" +} diff --git a/net-voip/homer/homer-9999.ebuild b/net-voip/homer/homer-9999.ebuild index 54aa87226d7a..6d8d5ce6ab5a 100644 --- a/net-voip/homer/homer-9999.ebuild +++ b/net-voip/homer/homer-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-voip/homer/homer-9999.ebuild,v 1.3 2013/03/02 23:11:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/homer-9999.ebuild,v 1.4 2013/03/03 21:44:16 hwoarang Exp $ EAPI=4 @@ -32,9 +32,10 @@ DEPEND=">=dev-libs/openssl-1.0 media-libs/sdl-mixer media-libs/sdl-sound media-libs/x264 + media-video/ffmpeg[X] net-libs/sofia-sip - virtual/ffmpeg[X] dev-qt/qtcore:4 + dev-qt/qtdbus:4 dev-qt/qtgui:4 dev-qt/qtmultimedia:4 dev-qt/qtwebkit:4 @@ -48,7 +49,7 @@ src_prepare() { if use pulseaudio; then sed -i \ -e "/^set(FEATURE_PULSEAUDIO/s:OFF:ON:" \ - HomerBuild/config/HomerFeatures.txt + HomerBuild/config/HomerFeatures.txt || die "sed failed" fi } diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask index ccaf1b5b5692..24701be67964 100644 --- a/profiles/arch/s390/use.mask +++ b/profiles/arch/s390/use.mask @@ -57,37 +57,24 @@ hardened # Needs java pdfannotextractor -# don't quite know about this one, I'll need to revisit -socks5 - # not working for now mzscheme -# masked until xorg builds -pango -cairo -xv +# no gnome love yet +fits +gconf +gimp gtk gtk2 gtk3 gnome gnome-keyring -raw -X -opengl -xpm -video_cards_sis # mask wayland since dev-libs/wayland isn't keyworded wayland -# I need to have some of the bad tcltk uses fixed, until then... -# tcl was marked stable on this platform so only adding tk to mask -tk -tcltk - -nss diet +m17n-lib xemacs Xaw3d neXt @@ -101,11 +88,6 @@ lm_sensors wxwindows wxwidgets -# USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh. -# Bug #184563, 18 Sep 2007 -# Robin H. Johnson -audit - # Samuli Suominen (18 Jan 2013) # libdlm and cman are not keyworded cman @@ -137,6 +119,8 @@ video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 +video_cards_i915 +video_cards_i965 video_cards_intel video_cards_mach64 video_cards_mga @@ -145,13 +129,19 @@ video_cards_neomagic video_cards_newport video_cards_nouveau video_cards_nv +video_cards_r100 video_cards_r128 +video_cards_r200 +video_cards_r300 +video_cards_r600 video_cards_radeon +video_cards_radeonsi video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion +video_cards_sis video_cards_sisusb video_cards_tdfx video_cards_tga @@ -159,12 +149,3 @@ video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa - -# these mesa drivers do not make sense either -video_cards_i915 -video_cards_i965 -video_cards_r100 -video_cards_r200 -video_cards_r300 -video_cards_r600 -video_cards_radeonsi diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 8817d52950fd..6faa393a3503 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -2632,7 +2632,6 @@ media-gfx/asymptote:boehm-gc - Enables using the Boehm-Demers-Weiser conservativ media-gfx/asymptote:offscreen - Enables off-screen rendering media-gfx/asymptote:sigsegv - Enables using dev-libs/libsigsegv media-gfx/blender:3dmouse - Adds support for space navigator devices through package dev-libs/libspnav. -media-gfx/blender:blender-game - Adds Game Engine support to Blender. media-gfx/blender:collada - Add support for Collada interchange format through media-libs/opencollada. media-gfx/blender:cycles - Build cycles renderer (requires media-libs/openimageio and dev-libs/boost). media-gfx/blender:dds - Adds DDS textures support to Blender. @@ -2642,7 +2641,6 @@ media-gfx/blender:game-engine - Adds Game Engine support to Blender. media-gfx/blender:player - Build the Blender Player. THis requires the Game engine. media-gfx/blender:redcode - This flag add support for RED CODE camera digital format (5K HD images *.r3d) - EXPERIMENTAL. media-gfx/blender:tweak-mode - This flag allows you to model without confirming each translation, in particular it lets you grab with left mouse button (LMB) and not having to confirm by another click. Blender 'Tweak Mode' is similar to the 'Tweak Mode' of the Wings modeller (media-gfx/wings). -media-gfx/blender:verse - Adds verse clustering features to Blender. media-gfx/brlcad:benchmarks - Run benchmarks during test phase (need test option enabled) media-gfx/comix:rar - Pulls app-arch/unrar for rar file support media-gfx/darktable:colord - Support color management using x11-misc/colord diff --git a/sci-biology/trf/metadata.xml b/sci-biology/trf/metadata.xml index 3302123e5718..fc7c76942a10 100644 --- a/sci-biology/trf/metadata.xml +++ b/sci-biology/trf/metadata.xml @@ -1,9 +1,9 @@ - - weaver@gentoo.org - Andrey Kislyuk - - sci-biology + + weaver@gentoo.org + Andrey Kislyuk + + sci-biology diff --git a/sci-biology/trf/trf-4.04.ebuild b/sci-biology/trf/trf-4.04.ebuild index 459c05a78e9b..e407bf14c1b0 100644 --- a/sci-biology/trf/trf-4.04.ebuild +++ b/sci-biology/trf/trf-4.04.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-biology/trf/trf-4.04.ebuild,v 1.4 2012/10/06 16:57:02 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/trf/trf-4.04.ebuild,v 1.5 2013/03/04 08:31:57 jlec Exp $ EAPI=4 @@ -28,7 +28,7 @@ src_unpack() { src_install() { exeinto /opt/${PN} doexe trf404.linux.exe - dosym /opt/${PN}/${MY_P}.linux.exe /usr/bin/trf + dosym /opt/${PN}/${MY_P}.linux.exe /opt/bin/trf # GTK version (http://tandem.bu.edu/trf/downloads/trf400.linuxgtk.exe) has broken linking #if use gtk; then # doexe trf400.linuxgtk.exe || die diff --git a/sys-cluster/gearmand/Manifest b/sys-cluster/gearmand/Manifest index 537044a63ab9..af094dd23357 100644 --- a/sys-cluster/gearmand/Manifest +++ b/sys-cluster/gearmand/Manifest @@ -1,2 +1 @@ -DIST gearmand-0.33.tar.gz 813193 SHA256 b3f2a0218213a7276b28ce4b6c4b7900f37e0e60123e15494502429b5f78bded SHA512 e90b666f8375b46bae209042da8179d06b570f7605e8828446b4ae0304bafd24733ef28ab155b23c76f5ecb5bc77779578e71439922593fb945b7bbc0aa2f1b8 WHIRLPOOL 153de16e54cf8800870d057d95999fcd2f372c74b61fc2322694d50a6a290f11426f9af55d9fd6f4c88a41eed95f95da4b57f81456d93701569ac43242e9d383 DIST gearmand-0.34.tar.gz 842579 SHA256 968d701233f2376060274a69fa7c1b8e99f34b454a401805a2bd62067c13bca1 SHA512 8263cd19337f56cb692209efb4867b54954081a907c109b4828c1a7dfd8e1dec803f9c06e0f09e1ec6cc4271299bf77bcd5069b765647b31559480b4e7e756ba WHIRLPOOL 19e3c8b6e5f5c4edb15413901fb9c250a3d85a4ad0f9a13a7e3165732733c6e8e1072be593ba0820cd34e837e83638464b079dd9c840ffb336d67aee13a6bd86 diff --git a/sys-cluster/gearmand/files/gearmand-0.33+gcc-4.7.patch b/sys-cluster/gearmand/files/gearmand-0.33+gcc-4.7.patch deleted file mode 100644 index 459952313d99..000000000000 --- a/sys-cluster/gearmand/files/gearmand-0.33+gcc-4.7.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: gearmand-0.33/util/logfile.cc -=================================================================== ---- gearmand-0.33.orig/util/logfile.cc -+++ gearmand-0.33/util/logfile.cc -@@ -49,6 +49,7 @@ - #include - #include - #include -+#include - - namespace datadifferential { - namespace util { diff --git a/sys-cluster/gearmand/gearmand-0.33.ebuild b/sys-cluster/gearmand/gearmand-0.33.ebuild deleted file mode 100644 index eea8af24dd60..000000000000 --- a/sys-cluster/gearmand/gearmand-0.33.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.33.ebuild,v 1.2 2012/06/21 14:43:30 flameeyes Exp $ - -EAPI=4 - -inherit flag-o-matic libtool - -DESCRIPTION="Generic framework to farm out work to other machines" -HOMEPAGE="http://www.gearman.org/" -SRC_URI="http://launchpad.net/gearmand/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug tcmalloc +memcache drizzle sqlite tokyocabinet postgres" - -RDEPEND="dev-libs/libevent - || ( >=sys-apps/util-linux-2.16 =dev-libs/libmemcached-0.47 ) - drizzle? ( dev-db/drizzle ) - sqlite? ( dev-db/sqlite:3 ) - tokyocabinet? ( dev-db/tokyocabinet ) - postgres? ( >=dev-db/postgresql-base-9.0 )" -DEPEND="${RDEPEND}" - -pkg_setup() { - enewuser gearmand -1 -1 /dev/null nogroup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}+gcc-4.7.patch - elibtoolize -} - -src_configure() { - # Don't ever use --enable-assert since configure.ac is broken, and - # only does --disable-assert correctly. - if use debug; then - # Since --with-debug would turn off optimisations as well as - # enabling debug, we just enable debug through the - # preprocessor then. - append-flags -DDEBUG - else - myconf="${myconf} --disable-assert" - fi - - econf \ - --disable-static \ - --disable-dependency-tracking \ - --disable-mtmalloc \ - $(use_enable tcmalloc) \ - $(use_enable memcache libmemcached) \ - $(use_enable drizzle libdrizzle) \ - $(use_enable sqlite libsqlite3) \ - $(use_enable tokyocabinet libtokyocabinet) \ - $(use_enable postgres libpq) -} - -src_test() { - # Since libtool is stupid and doesn't discard /usr/lib64 from the - # load path, we'd end up testing against the installed copy of - # gearmand (bad). - # - # We thus cheat and "fix" the scripts by hand. - sed -i -e '/LD_LIBRARY_PATH=/s|/usr/lib64:||' "${S}"/tests/*_test \ - || die "test fixing failed" - - emake check -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc README AUTHORS ChangeLog - - newinitd "${FILESDIR}"/gearmand.init.d.2 gearmand - newconfd "${FILESDIR}"/gearmand.conf.d gearmand - - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - elog "" - elog "Unless you set the PERSISTENT_TABLE option in" - elog "/etc/conf.d/gearmand, Gearmand will use table 'queue'." - elog "If such table doesn't exist, Gearmand will create it for you" - elog "" -} diff --git a/sys-cluster/gearmand/gearmand-0.34.ebuild b/sys-cluster/gearmand/gearmand-0.34-r1.ebuild similarity index 73% rename from sys-cluster/gearmand/gearmand-0.34.ebuild rename to sys-cluster/gearmand/gearmand-0.34-r1.ebuild index babf6b2115b9..c4c80764d136 100644 --- a/sys-cluster/gearmand/gearmand-0.34.ebuild +++ b/sys-cluster/gearmand/gearmand-0.34-r1.ebuild @@ -1,10 +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/sys-cluster/gearmand/gearmand-0.34.ebuild,v 1.3 2012/11/22 04:19:21 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild,v 1.2 2013/03/04 08:42:15 flameeyes Exp $ -EAPI=4 +EAPI=5 -inherit flag-o-matic libtool +inherit flag-o-matic libtool user autotools-utils DESCRIPTION="Generic framework to farm out work to other machines" HOMEPAGE="http://www.gearman.org/" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug tcmalloc +memcache drizzle sqlite tokyocabinet postgres" RDEPEND="dev-libs/libevent - >=dev-libs/boost-1.39[threads(+)] + >=dev-libs/boost-1.39:=[threads(+)] || ( >=sys-apps/util-linux-2.16 =dev-libs/libmemcached-0.47 ) @@ -31,32 +31,28 @@ pkg_setup() { enewuser gearmand -1 -1 /dev/null nogroup } -src_prepare() { - elibtoolize -} - src_configure() { + local myeconfargs=( + $(use_enable drizzle libdrizzle) + $(use_enable memcache libmemcached) + $(use_enable postgres libpq) + $(use_enable tcmalloc) + $(use_enable tokyocabinet libtokyocabinet) + $(use_with sqlite sqlite3) + --disable-mtmalloc + --disable-static + ) + # Don't ever use --enable-assert since configure.ac is broken, and # only does --disable-assert correctly. - if use debug; then + if use debug; then # Since --with-debug would turn off optimisations as well as # enabling debug, we just enable debug through the # preprocessor then. append-cppflags -DDEBUG - else - myconf="${myconf} --disable-assert" fi - econf \ - --disable-static \ - --disable-dependency-tracking \ - --disable-mtmalloc \ - $(use_enable tcmalloc) \ - $(use_enable memcache libmemcached) \ - $(use_enable drizzle libdrizzle) \ - $(use_with sqlite sqlite3) \ - $(use_enable tokyocabinet libtokyocabinet) \ - $(use_enable postgres libpq) + autotools-utils_src_configure } src_test() { @@ -65,21 +61,19 @@ src_test() { # gearmand (bad). # # We thus cheat and "fix" the scripts by hand. - sed -i -e '/LD_LIBRARY_PATH=/s|/usr/lib64:||' "${S}"/tests/*_test \ + sed -i -e '/LD_LIBRARY_PATH=/s|/usr/lib64:||' "${BUILD_DIR}"/tests/*_test \ || die "test fixing failed" - emake check + autotools-utils_src_test } DOCS=( README AUTHORS ChangeLog ) src_install() { - default + autotools-utils_src_install newinitd "${FILESDIR}"/gearmand.init.d.2 gearmand newconfd "${FILESDIR}"/gearmand.conf.d gearmand - - find "${D}" -name '*.la' -delete || die } pkg_postinst() { diff --git a/sys-fs/lessfs/Manifest b/sys-fs/lessfs/Manifest index 170f2f1f76ca..96a67b1da221 100644 --- a/sys-fs/lessfs/Manifest +++ b/sys-fs/lessfs/Manifest @@ -1,3 +1 @@ -DIST lessfs-1.5.12.tar.gz 506045 SHA256 89f03ff76862b4a3fa992c1f0bad56bebbd21a39ad16df425fe080b51d6d46b4 SHA512 9a02c51b14766bab98428c6e64064a83dd9b02572514adabdf8f033da2a4fc75264e3272e41811bc70b99e674bbdf73625cce75211333a80d4160fc95c8eb480 WHIRLPOOL 92dfbd69f5ea853fb801000a7fb2c90a138ffffc80b257b7e10ea033954fdbf2f9b12eb5e1e66e955bcc5586bec245c62cfe8ebec0c4fa9ac69e4b1f2f717dee DIST lessfs-1.5.13.tar.gz 506221 SHA256 eba0ec05d4586d8741776dc96ca9369a9544fb8b8998d5c692da331ddf4ba7f2 SHA512 7143b7e1df8e059184d003be6519cac323fa035a6d9005b4e007504328d58624232ff9a494ecf11d445977f9138e7c41492d7fd30721065e5293927f85585604 WHIRLPOOL 2ef56b0057178678e280b65d458aa6c216c16e84b9524be8bfe66c2da0778f4ca89dd991dc4644f31fbb432621c4e08575d8191ccfc3f8197834a5096440d813 -DIST lessfs-1.5.8.tar.gz 557513 SHA256 465371ecbfb2fc82bc509c95e12de0238759ef63664ee80647ffd80defd827b4 SHA512 8c99d1dd42b663f3f181cef82a0a00285c936e12bae215cde0eb2065202d80e82134c7ceaaa8a065583537be39588a2e3eb65fde28b5139464fe60ed0158594c WHIRLPOOL 37985a938ec28a18ed97bf3c42a1598c83492f536784f5422b0fef82adda02fd3ee516f02772cf493892f281e88726620e4eed592e8096eed4333df42ebde0f9 diff --git a/sys-fs/lessfs/lessfs-1.5.12.ebuild b/sys-fs/lessfs/lessfs-1.5.12.ebuild deleted file mode 100644 index c94e4abc1620..000000000000 --- a/sys-fs/lessfs/lessfs-1.5.12.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lessfs/lessfs-1.5.12.ebuild,v 1.4 2012/09/23 08:19:57 phajdan.jr Exp $ - -EAPI="4" - -MY_PV="${PV/_/-}" -MY_P="${PN}-${MY_PV}" -DESCRIPTION="A high performance inline data deduplicating filesystem" -HOMEPAGE="http://www.lessfs.com" -SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="berkdb crypt debug filelog memtrace lzo" - -DEPEND="berkdb? ( sys-libs/db ) - >=dev-db/tokyocabinet-1.4.42 - app-crypt/mhash - >=sys-fs/fuse-2.8.0 - crypt? ( dev-libs/openssl ) - lzo? ( dev-libs/lzo )" - -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - econf \ - $(use_enable debug) $(use_enable debug lckdebug) \ - $(use_enable filelog) $(use_with crypt crypto) \ - $(use_with lzo) $(use_enable memtrace) \ - $(use_with berkdb berkeleydb) -} - -src_install () { - emake DESTDIR="${D}" install - dodoc ChangeLog FAQ README.* - insinto /etc - newins examples/lessfs.cfg-master ${PN}.cfg - dodoc examples/lessfs.* etc/lessfs.* - -} - -pkg_postinst() { - elog - elog "Default configuration file: /etc/${PN}.cfg" - elog "If your host is a client consult the following configuration" - elog "file: /usr/share/doc/${PF}/${PN}.cfg-slave.bz2" - elog -} diff --git a/sys-fs/lessfs/lessfs-1.5.13.ebuild b/sys-fs/lessfs/lessfs-1.5.13.ebuild index 830aeace6d7f..963aa91fdb27 100644 --- a/sys-fs/lessfs/lessfs-1.5.13.ebuild +++ b/sys-fs/lessfs/lessfs-1.5.13.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-fs/lessfs/lessfs-1.5.13.ebuild,v 1.2 2013/02/16 11:10:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lessfs/lessfs-1.5.13.ebuild,v 1.3 2013/03/03 23:08:19 hwoarang Exp $ EAPI="5" inherit readme.gentoo @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="berkdb crypt debug filelog memtrace lzo" DEPEND="berkdb? ( sys-libs/db ) diff --git a/sys-fs/lessfs/lessfs-1.5.8.ebuild b/sys-fs/lessfs/lessfs-1.5.8.ebuild deleted file mode 100644 index 3cf51803efbd..000000000000 --- a/sys-fs/lessfs/lessfs-1.5.8.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lessfs/lessfs-1.5.8.ebuild,v 1.3 2012/04/04 06:57:15 jdhore Exp $ - -EAPI="4" - -MY_PV="${PV/_/-}" -MY_P="${PN}-${MY_PV}" -DESCRIPTION="A high performance inline data deduplicating filesystem" -HOMEPAGE="http://www.lessfs.com" -SRC_URI="mirror://sourceforge/${PN}/${PN}/${MY_P}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="crypt debug filelog memtrace lzo" - -DEPEND=">=dev-db/tokyocabinet-1.4.42 - app-crypt/mhash - >=sys-fs/fuse-2.8.0 - crypt? ( dev-libs/openssl ) - lzo? ( dev-libs/lzo )" - -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - econf \ - $(use_enable debug) $(use_enable debug lckdebug) \ - $(use_enable filelog) $(use_with crypt crypto) \ - $(use_with lzo) $(use_enable memtrace) -} - -src_install () { - emake DESTDIR="${D}" install - dodoc ChangeLog FAQ README.* - insinto /etc - newins examples/lessfs.cfg-master ${PN}.cfg - dodoc examples/lessfs.* etc/lessfs.* - -} - -pkg_postinst() { - elog - elog "Default configuration file: /etc/${PN}.cfg" - elog "If your host is a client consult the following configuration" - elog "file: /usr/share/doc/${PF}/${PN}.cfg-slave.bz2" - elog -} diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index b16d1f56cf2d..41abc7f1d18d 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -30,6 +30,8 @@ DIST genpatches-3.7-13.base.tar.bz2 230741 SHA256 06426c561a0942db7a4e8b2a329b18 DIST genpatches-3.7-13.extras.tar.bz2 17045 SHA256 4e6e0967e366160648667370b0aea73f2d80528715988f685c1123d046432269 SHA512 c9392e15a0c73b7920c092b86032fc73f722e6ba5ae4fe1d8badfe6f3a45f9fc71ee21190d6b7398e3185b634738c2d58099cbee52a103fdd93245e71478d3db WHIRLPOOL 1c00b32137a541cf73963641790b768d4e1dfd18e5d26cd1f0793c2b8831cfe0bc77d08da84f6c18e1db16ab0556a074ee3787d60cbadd252490d456e46347e5 DIST genpatches-3.8-3.base.tar.bz2 62943 SHA256 3567c92bae7905771b6156db0a92888ca47d59fc66977d42e9dd08a87360c060 SHA512 327703c7dfb523791366c01cf38a34fa9147b7e6080d17950c21be178d46d6a8a0a87e3b0dd4cbe33f51c994a9a0a918b716f583dcdf149edee886706bc15afd WHIRLPOOL 5da1e00602fe7ac0a8a63c6fd9de1583d0151f46b992d89f1f2c354a00de39eacdab1b13bdb4ecd26f5e468067122c58e9714b4793942def30c3b4f41db36a50 DIST genpatches-3.8-3.extras.tar.bz2 17044 SHA256 a22efb26fe5b229bb744b5a3266c27ae56f9e62dc98aed2d8643ea97cbc2139c SHA512 345b4606d6ca46892e9d2da63b3ed9bd83aa7abcef7a0ba5bc6209f0b6e025f07b1466d48befd35ffd9394d10b11e359b6ce478022b328d857f323f27e1e6667 WHIRLPOOL e1dbd46ab1ac609784bf5ec979f2ef6d35c76e321ee7852955c58a394ccdc029fac1a7eef36dfcbdd6b92a23dc8cded8a3f409399677478185bf4ae7f60c15a8 +DIST genpatches-3.8-4.base.tar.bz2 89373 SHA256 a9de8f167453ffe29607a11e507e86a457d56447c7bf28c9951b2500a34d78c7 SHA512 61adc5d0f79f6dfab4fc220afe3162933d58d02d1e72cf000f4aa5f342507f79ca4e0bbbfad5f740339f089a5ce9dec3a4a2203df49d8e2e3834b6486e4048f4 WHIRLPOOL f121c6e1fd1f52d800a99acc72928ff649d0344c8722620caac8c7243fd7edc44e1d7fc91b119ffb19fba01b367a16d0f76bc2137d937b1247c1922aeed4d04c +DIST genpatches-3.8-4.extras.tar.bz2 17044 SHA256 a22efb26fe5b229bb744b5a3266c27ae56f9e62dc98aed2d8643ea97cbc2139c SHA512 345b4606d6ca46892e9d2da63b3ed9bd83aa7abcef7a0ba5bc6209f0b6e025f07b1466d48befd35ffd9394d10b11e359b6ce478022b328d857f323f27e1e6667 WHIRLPOOL e1dbd46ab1ac609784bf5ec979f2ef6d35c76e321ee7852955c58a394ccdc029fac1a7eef36dfcbdd6b92a23dc8cded8a3f409399677478185bf4ae7f60c15a8 DIST linux-3.0.tar.bz2 76753134 SHA256 64b0228b54ce39b0b2df086109a7b737cde58e3df4f779506ddcaccee90356a0 SHA512 4a87bba5f62945d226d8c0059d38e6354ad8cd379b8d7936f934a3868a69c6a4c724aad56d974966e8ef1de45f1e0bbe628cb15fc568b6f8cfc63dbc8104bc9d WHIRLPOOL 4bf0a38a623797be81eadaa4b102f9ea1da31edab9aa9e886577bfda79ffd6e105fff702438c2e1350cbb005f9e7594be8e07fe76ad36b1c28ef94184b6edf9f DIST linux-3.2.tar.bz2 78147838 SHA256 c881fc2b53cf0da7ca4538aa44623a7de043a41f76fd5d0f51a31f6ed699d463 SHA512 1f57b98e8da34b10f37ce94e0f13a994c111d483b104c27a8f58a4a55013a73a9f1ffcebb597be63ce0dfadb92201e93b0e072ba49bac0033026aceb0840c812 WHIRLPOOL 3dc893bde09f064e4614183964a4b9feaab938ca7a739f46f825818a577884eae815f195b52a4c55c571345de59d7ba09631fb68dac481a0837b24868ce60e3d DIST linux-3.4.tar.bz2 80173484 SHA256 a797a15d0b6228381507c14ecf4eec4a6cc5c77cfd521ba3b3e1325e85b5b16d SHA512 597002fa82b70b5052f9e05c1d8547bc5f89d8e1aecfd1765f4033f6d2c5c02d51b6372dbeef12c2eb070ae318a04c39925050cb37a39399961c8b263479fca1 WHIRLPOOL 57e6dd7094db2bc41175d7bb551e8237ea96eacf3710a734e8413915c54304e84ca11455e41c7752882ce81048459555d44d1798bf0775b79c3d74b13aa3a9f2 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.8.2.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.8.2.ebuild new file mode 100644 index 000000000000..235ac2b8e158 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.8.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.8.2.ebuild,v 1.1 2013/03/04 00:26:22 tomwij Exp $ + +EAPI="3" +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="4" +K_DEBLOB_AVAILABLE="1" +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" +IUSE="deblob" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-libs/talloc/talloc-2.0.7.ebuild b/sys-libs/talloc/talloc-2.0.7.ebuild index 52c2046abd34..89af0fa1e8cc 100644 --- a/sys-libs/talloc/talloc-2.0.7.ebuild +++ b/sys-libs/talloc/talloc-2.0.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/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.12 2013/03/03 20:28:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.0.7.ebuild,v 1.13 2013/03/03 20:42:56 ago Exp $ EAPI=3 PYTHON_DEPEND="python? 2:2.6" @@ -13,7 +13,7 @@ SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris" IUSE="compat python" RDEPEND="!!ShaderSource(shader, count, str, length); + } +Index: gpu/command_buffer/cmd_buffer_functions.txt +diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt +index 2ad875a4aeaf86566c5f0334090f6583468c4781..08d33d963e3450d6fe442b333fb88089b184d86b 100644 +--- a/gpu/command_buffer/cmd_buffer_functions.txt ++++ b/gpu/command_buffer/cmd_buffer_functions.txt +@@ -103,7 +103,7 @@ GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenumRenderBufferTar + GL_APICALL void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert); + GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height); + GL_APICALL void GL_APIENTRY glShaderBinary (GLsizeiNotNegative n, const GLuint* shaders, GLenumShaderBinaryFormat binaryformat, const void* binary, GLsizeiNotNegative length); +-GL_APICALL void GL_APIENTRY glShaderSource (GLidShader shader, GLsizeiNotNegative count, const char** str, const GLint* length); ++GL_APICALL void GL_APIENTRY glShaderSource (GLidShader shader, GLsizeiNotNegative count, const GLchar* const* str, const GLint* length); + GL_APICALL void GL_APIENTRY glStencilFunc (GLenumCmpFunction func, GLint ref, GLuint mask); + GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenumFaceType face, GLenumCmpFunction func, GLint ref, GLuint mask); + GL_APICALL void GL_APIENTRY glStencilMask (GLuint mask); +Index: third_party/khronos/GLES2/gl2.h +diff --git a/third_party/khronos/GLES2/gl2.h b/third_party/khronos/GLES2/gl2.h +index edebb8b23a56f6a67bb1ecfe5304bb5b372745e6..7aef573b6af7f4e3c76bdfb741374521b2f1eca4 100644 +--- a/third_party/khronos/GLES2/gl2.h ++++ b/third_party/khronos/GLES2/gl2.h +@@ -160,7 +160,6 @@ typedef khronos_ssize_t GLsizeiptr; + #define GL_INVALID_VALUE 0x0501 + #define GL_INVALID_OPERATION 0x0502 + #define GL_OUT_OF_MEMORY 0x0505 +-#define GL_CONTEXT_LOST 0x300E // TODO(gman): What value? + + /* FrontFaceDirection */ + #define GL_CW 0x0900 +@@ -529,7 +528,7 @@ GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures); + GL_APICALL void GL_APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name); + GL_APICALL void GL_APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name); + GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders); +-GL_APICALL int GL_APIENTRY glGetAttribLocation (GLuint program, const GLchar* name); ++GL_APICALL GLint GL_APIENTRY glGetAttribLocation (GLuint program, const GLchar* name); + GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); + GL_APICALL void GL_APIENTRY glGetBufferParameteriv (GLenum target, GLenum pname, GLint* params); + GL_APICALL GLenum GL_APIENTRY glGetError (void); +@@ -548,7 +547,7 @@ GL_APICALL void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum p + GL_APICALL void GL_APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint* params); + GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat* params); + GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint* params); +-GL_APICALL int GL_APIENTRY glGetUniformLocation (GLuint program, const GLchar* name); ++GL_APICALL GLint GL_APIENTRY glGetUniformLocation (GLuint program, const GLchar* name); + GL_APICALL void GL_APIENTRY glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat* params); + GL_APICALL void GL_APIENTRY glGetVertexAttribiv (GLuint index, GLenum pname, GLint* params); + GL_APICALL void GL_APIENTRY glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid** pointer); +@@ -570,7 +569,7 @@ GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum + GL_APICALL void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert); + GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height); + GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length); +-GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar** string, const GLint* length); ++GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length); + GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask); + GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask); + GL_APICALL void GL_APIENTRY glStencilMask (GLuint mask); +Index: third_party/khronos/README.chromium +diff --git a/third_party/khronos/README.chromium b/third_party/khronos/README.chromium +index b47cb038c3cc5b51181194a55869842118bf7a56..da2e6c511e33767a458da1a17bd1b78e87779439 100644 +--- a/third_party/khronos/README.chromium ++++ b/third_party/khronos/README.chromium +@@ -20,7 +20,6 @@ NOTE: Please add Chromium-specific declarations to files in gpu/{GL,EGL,GLES2} + and not here. + + GLES2/gl2.h +- - Added GL_CONTEXT_LOST constant. + - Added include of gl2chromium.h + GLES2/gl2ext.h + - Added Chromium and Angle extensions. +Index: ui/gl/generate_bindings.py +diff --git a/ui/gl/generate_bindings.py b/ui/gl/generate_bindings.py +index 16f89984bc3d1dc967d6ea3d2c4c1ed799716f8e..8422bbc8baf049f6431cea602a179296698f12b3 100755 +--- a/ui/gl/generate_bindings.py ++++ b/ui/gl/generate_bindings.py +@@ -482,7 +482,7 @@ GL_FUNCTIONS = [ + { 'return_type': 'void', + 'names': ['glShaderSource'], + 'arguments': +- 'GLuint shader, GLsizei count, const char** str, const GLint* length', ++ 'GLuint shader, GLsizei count, const char* const* str, const GLint* length', + 'logging_code': """ + GL_SERVICE_LOG_CODE_BLOCK({ + for (GLsizei ii = 0; ii < count; ++ii) { +@@ -1584,7 +1584,7 @@ namespace gfx { + file.write('\n') + file.write('%s GL_BINDING_CALL Mock_%s(%s) {\n' % + (func['return_type'], func['names'][0], func['arguments'])) +- argument_names = re.sub(r'(const )?[a-zA-Z0-9]+\** ([a-zA-Z0-9]+)', r'\2', ++ argument_names = re.sub(r'(const )?[a-zA-Z0-9]+((\s*const\s*)?\*)* ([a-zA-Z0-9]+)', r'\4', + func['arguments']) + if argument_names == 'void': + argument_names = '' +Index: ui/gl/gl_bindings_skia_in_process.cc +diff --git a/ui/gl/gl_bindings_skia_in_process.cc b/ui/gl/gl_bindings_skia_in_process.cc +index f45626616ed6ff8e8de0c59b25165e6b51f3668d..115eac8d8a57e7abc000935e20c8eb311cd404e8 100644 +--- a/ui/gl/gl_bindings_skia_in_process.cc ++++ b/ui/gl/gl_bindings_skia_in_process.cc +@@ -365,7 +365,7 @@ GLvoid StubGLScissor(GLint x, GLint y, GLsizei width, GLsizei height) { + glScissor(x, y, width, height); + } + +-GLvoid StubGLShaderSource(GLuint shader, GLsizei count, const char** str, ++GLvoid StubGLShaderSource(GLuint shader, GLsizei count, const char* const* str, + const GLint* length) { + glShaderSource(shader, count, str, length); + } +Index: third_party/skia/include/gpu/gl/GrGLConfig_chrome.h +=================================================================== +--- a/third_party/skia/include/gpu/gl/GrGLConfig_chrome.h (revision 7840) ++++ b/third_party/skia/include/gpu/gl/GrGLConfig_chrome.h (working copy) +@@ -37,4 +37,8 @@ + // Non-VBO vertices and indices are not allowed in Chromium. + #define GR_GL_MUST_USE_VBO 1 + ++// Use updated Khronos signature for glShaderSource ++// (const char* const instead of char**). ++#define GR_USE_NEW_GL_SHADER_SOURCE_SIGNATURE 1 ++ + #endif diff --git a/www-client/chromium/files/chromium-mesa-r1.patch b/www-client/chromium/files/chromium-mesa-r1.patch new file mode 100644 index 000000000000..c09a43e412e4 --- /dev/null +++ b/www-client/chromium/files/chromium-mesa-r1.patch @@ -0,0 +1,232 @@ +Index: gpu/command_buffer/client/gles2_c_lib_autogen.h +diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h +index 80a4d230ad4b82abbaa82f2c328286b9d89da329..d56df6fdb0d851125148a1aac0bedbc487320682 100644 +--- a/gpu/command_buffer/client/gles2_c_lib_autogen.h ++++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h +@@ -355,7 +355,8 @@ void GLES2ShaderBinary( + n, shaders, binaryformat, binary, length); + } + void GLES2ShaderSource( +- GLuint shader, GLsizei count, const char** str, const GLint* length) { ++ GLuint shader, GLsizei count, const GLchar* const* str, ++ const GLint* length) { + gles2::GetGLContext()->ShaderSource(shader, count, str, length); + } + void GLES2StencilFunc(GLenum func, GLint ref, GLuint mask) { +Index: gpu/command_buffer/client/gles2_implementation.cc +diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc +index b6c354819ce5d556ff91f7b5273875c3cec83f7a..600c02f3751a2ab72eed498be7ee0f02e628130d 100644 +--- a/gpu/command_buffer/client/gles2_implementation.cc ++++ b/gpu/command_buffer/client/gles2_implementation.cc +@@ -1173,7 +1173,7 @@ void GLES2Implementation::VertexAttribDivisorANGLE( + } + + void GLES2Implementation::ShaderSource( +- GLuint shader, GLsizei count, const char** source, const GLint* length) { ++ GLuint shader, GLsizei count, const GLchar* const* source, const GLint* length) { + GPU_CLIENT_SINGLE_THREAD_CHECK(); + GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glShaderSource(" + << shader << ", " << count << ", " +Index: gpu/command_buffer/client/gles2_implementation_autogen.h +diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h +index febcaf45bb5446393c7785196c9ef4a329438d0f..e4a63822ae6b3b9c950b7f9b05f173ce1ecfdb87 100644 +--- a/gpu/command_buffer/client/gles2_implementation_autogen.h ++++ b/gpu/command_buffer/client/gles2_implementation_autogen.h +@@ -253,7 +253,7 @@ virtual void ShaderBinary( + GLsizei length) OVERRIDE; + + virtual void ShaderSource( +- GLuint shader, GLsizei count, const char** str, ++ GLuint shader, GLsizei count, const GLchar* const* str, + const GLint* length) OVERRIDE; + + virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) OVERRIDE; +Index: gpu/command_buffer/client/gles2_interface_autogen.h +diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h +index b84dd71bd9139ac487a40847ddb746f839cf3593..8aafc7fd45891be4e2aa61f5825c20d0ccd1dc76 100644 +--- a/gpu/command_buffer/client/gles2_interface_autogen.h ++++ b/gpu/command_buffer/client/gles2_interface_autogen.h +@@ -152,7 +152,8 @@ virtual void ShaderBinary( + GLsizei n, const GLuint* shaders, GLenum binaryformat, const void* binary, + GLsizei length) = 0; + virtual void ShaderSource( +- GLuint shader, GLsizei count, const char** str, const GLint* length) = 0; ++ GLuint shader, GLsizei count, const GLchar* const* str, ++ const GLint* length) = 0; + virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) = 0; + virtual void StencilFuncSeparate( + GLenum face, GLenum func, GLint ref, GLuint mask) = 0; +Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h +diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h +index 3c1c6696b08923142c879aa591b3902339e5874c..80e6c1003ae1be90fcd1a2871ffdde58f7237bff 100644 +--- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h ++++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h +@@ -163,7 +163,7 @@ virtual void ShaderBinary( + GLsizei n, const GLuint* shaders, GLenum binaryformat, const void* binary, + GLsizei length) OVERRIDE; + virtual void ShaderSource( +- GLuint shader, GLsizei count, const char** str, ++ GLuint shader, GLsizei count, const GLchar* const* str, + const GLint* length) OVERRIDE; + virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) OVERRIDE; + virtual void StencilFuncSeparate( +Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h +diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h +index dce39c0def3ec52499c712afe1f792809c00db28..f097e8cba8e4d13af9027122a36b93f2ec28ae46 100644 +--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h ++++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h +@@ -310,7 +310,7 @@ void GLES2InterfaceStub::ShaderBinary( + const void* /* binary */, GLsizei /* length */) { + } + void GLES2InterfaceStub::ShaderSource( +- GLuint /* shader */, GLsizei /* count */, const char** /* str */, ++ GLuint /* shader */, GLsizei /* count */, const GLchar* const* /* str */, + const GLint* /* length */) { + } + void GLES2InterfaceStub::StencilFunc( +Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h +diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h +index 46cbdccccd0e3e4074b1fd919fc6b91d95fe04a5..da02881f9d180bd26f5a2bad2d4e814a9ca085b3 100644 +--- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h ++++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h +@@ -163,7 +163,7 @@ virtual void ShaderBinary( + GLsizei n, const GLuint* shaders, GLenum binaryformat, const void* binary, + GLsizei length) OVERRIDE; + virtual void ShaderSource( +- GLuint shader, GLsizei count, const char** str, ++ GLuint shader, GLsizei count, const GLchar* const* str, + const GLint* length) OVERRIDE; + virtual void StencilFunc(GLenum func, GLint ref, GLuint mask) OVERRIDE; + virtual void StencilFuncSeparate( +Index: gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h +diff --git a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h +index 8aff42a6711c38b76e8767057b41fa31fe89f168..8f87a40da0f26f0dd71772e5fbcf519c8b02ad12 100644 +--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h ++++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h +@@ -570,7 +570,8 @@ void GLES2TraceImplementation::ShaderBinary( + } + + void GLES2TraceImplementation::ShaderSource( +- GLuint shader, GLsizei count, const char** str, const GLint* length) { ++ GLuint shader, GLsizei count, const GLchar* const* str, ++ const GLint* length) { + TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ShaderSource"); + gl_->ShaderSource(shader, count, str, length); + } +Index: gpu/command_buffer/cmd_buffer_functions.txt +diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt +index 2ad875a4aeaf86566c5f0334090f6583468c4781..08d33d963e3450d6fe442b333fb88089b184d86b 100644 +--- a/gpu/command_buffer/cmd_buffer_functions.txt ++++ b/gpu/command_buffer/cmd_buffer_functions.txt +@@ -103,7 +103,7 @@ GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenumRenderBufferTar + GL_APICALL void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert); + GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height); + GL_APICALL void GL_APIENTRY glShaderBinary (GLsizeiNotNegative n, const GLuint* shaders, GLenumShaderBinaryFormat binaryformat, const void* binary, GLsizeiNotNegative length); +-GL_APICALL void GL_APIENTRY glShaderSource (GLidShader shader, GLsizeiNotNegative count, const char** str, const GLint* length); ++GL_APICALL void GL_APIENTRY glShaderSource (GLidShader shader, GLsizeiNotNegative count, const GLchar* const* str, const GLint* length); + GL_APICALL void GL_APIENTRY glStencilFunc (GLenumCmpFunction func, GLint ref, GLuint mask); + GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenumFaceType face, GLenumCmpFunction func, GLint ref, GLuint mask); + GL_APICALL void GL_APIENTRY glStencilMask (GLuint mask); +Index: third_party/khronos/GLES2/gl2.h +diff --git a/third_party/khronos/GLES2/gl2.h b/third_party/khronos/GLES2/gl2.h +index edebb8b23a56f6a67bb1ecfe5304bb5b372745e6..7aef573b6af7f4e3c76bdfb741374521b2f1eca4 100644 +--- a/third_party/khronos/GLES2/gl2.h ++++ b/third_party/khronos/GLES2/gl2.h +@@ -160,7 +160,6 @@ typedef khronos_ssize_t GLsizeiptr; + #define GL_INVALID_VALUE 0x0501 + #define GL_INVALID_OPERATION 0x0502 + #define GL_OUT_OF_MEMORY 0x0505 +-#define GL_CONTEXT_LOST 0x300E // TODO(gman): What value? + + /* FrontFaceDirection */ + #define GL_CW 0x0900 +@@ -529,7 +528,7 @@ GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures); + GL_APICALL void GL_APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name); + GL_APICALL void GL_APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name); + GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders); +-GL_APICALL int GL_APIENTRY glGetAttribLocation (GLuint program, const GLchar* name); ++GL_APICALL GLint GL_APIENTRY glGetAttribLocation (GLuint program, const GLchar* name); + GL_APICALL void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean* params); + GL_APICALL void GL_APIENTRY glGetBufferParameteriv (GLenum target, GLenum pname, GLint* params); + GL_APICALL GLenum GL_APIENTRY glGetError (void); +@@ -548,7 +547,7 @@ GL_APICALL void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum p + GL_APICALL void GL_APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint* params); + GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat* params); + GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint* params); +-GL_APICALL int GL_APIENTRY glGetUniformLocation (GLuint program, const GLchar* name); ++GL_APICALL GLint GL_APIENTRY glGetUniformLocation (GLuint program, const GLchar* name); + GL_APICALL void GL_APIENTRY glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat* params); + GL_APICALL void GL_APIENTRY glGetVertexAttribiv (GLuint index, GLenum pname, GLint* params); + GL_APICALL void GL_APIENTRY glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid** pointer); +@@ -570,7 +569,7 @@ GL_APICALL void GL_APIENTRY glRenderbufferStorage (GLenum target, GLenum + GL_APICALL void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert); + GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height); + GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length); +-GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar** string, const GLint* length); ++GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length); + GL_APICALL void GL_APIENTRY glStencilFunc (GLenum func, GLint ref, GLuint mask); + GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask); + GL_APICALL void GL_APIENTRY glStencilMask (GLuint mask); +Index: third_party/khronos/README.chromium +diff --git a/third_party/khronos/README.chromium b/third_party/khronos/README.chromium +index b47cb038c3cc5b51181194a55869842118bf7a56..da2e6c511e33767a458da1a17bd1b78e87779439 100644 +--- a/third_party/khronos/README.chromium ++++ b/third_party/khronos/README.chromium +@@ -20,7 +20,6 @@ NOTE: Please add Chromium-specific declarations to files in gpu/{GL,EGL,GLES2} + and not here. + + GLES2/gl2.h +- - Added GL_CONTEXT_LOST constant. + - Added include of gl2chromium.h + GLES2/gl2ext.h + - Added Chromium and Angle extensions. +Index: ui/gl/generate_bindings.py +diff --git a/ui/gl/generate_bindings.py b/ui/gl/generate_bindings.py +index 16f89984bc3d1dc967d6ea3d2c4c1ed799716f8e..8422bbc8baf049f6431cea602a179296698f12b3 100755 +--- a/ui/gl/generate_bindings.py ++++ b/ui/gl/generate_bindings.py +@@ -482,7 +482,7 @@ GL_FUNCTIONS = [ + { 'return_type': 'void', + 'names': ['glShaderSource'], + 'arguments': +- 'GLuint shader, GLsizei count, const char** str, const GLint* length', ++ 'GLuint shader, GLsizei count, const char* const* str, const GLint* length', + 'logging_code': """ + GL_SERVICE_LOG_CODE_BLOCK({ + for (GLsizei ii = 0; ii < count; ++ii) { +@@ -1584,7 +1584,7 @@ namespace gfx { + file.write('\n') + file.write('%s GL_BINDING_CALL Mock_%s(%s) {\n' % + (func['return_type'], func['names'][0], func['arguments'])) +- argument_names = re.sub(r'(const )?[a-zA-Z0-9]+\** ([a-zA-Z0-9]+)', r'\2', ++ argument_names = re.sub(r'(const )?[a-zA-Z0-9]+((\s*const\s*)?\*)* ([a-zA-Z0-9]+)', r'\4', + func['arguments']) + if argument_names == 'void': + argument_names = '' +Index: ui/gl/gl_bindings_skia_in_process.cc +diff --git a/ui/gl/gl_bindings_skia_in_process.cc b/ui/gl/gl_bindings_skia_in_process.cc +index f45626616ed6ff8e8de0c59b25165e6b51f3668d..115eac8d8a57e7abc000935e20c8eb311cd404e8 100644 +--- a/ui/gl/gl_bindings_skia_in_process.cc ++++ b/ui/gl/gl_bindings_skia_in_process.cc +@@ -365,7 +365,7 @@ GLvoid StubGLScissor(GLint x, GLint y, GLsizei width, GLsizei height) { + glScissor(x, y, width, height); + } + +-GLvoid StubGLShaderSource(GLuint shader, GLsizei count, const char** str, ++GLvoid StubGLShaderSource(GLuint shader, GLsizei count, const char* const* str, + const GLint* length) { + glShaderSource(shader, count, str, length); + } +Index: third_party/skia/include/gpu/gl/GrGLConfig_chrome.h +=================================================================== +--- a/third_party/skia/include/gpu/gl/GrGLConfig_chrome.h (revision 7840) ++++ b/third_party/skia/include/gpu/gl/GrGLConfig_chrome.h (working copy) +@@ -37,4 +37,8 @@ + // Non-VBO vertices and indices are not allowed in Chromium. + #define GR_GL_MUST_USE_VBO 1 + ++// Use updated Khronos signature for glShaderSource ++// (const char* const instead of char**). ++#define GR_USE_NEW_GL_SHADER_SOURCE_SIGNATURE 1 ++ + #endif diff --git a/www-client/rekonq/rekonq-2.1.ebuild b/www-client/rekonq/rekonq-2.1.ebuild index 4870d5a1386e..591769f20b96 100644 --- a/www-client/rekonq/rekonq-2.1.ebuild +++ b/www-client/rekonq/rekonq-2.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-2.1.ebuild,v 1.3 2013/03/01 19:35:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-2.1.ebuild,v 1.4 2013/03/04 08:59:38 scarabeus Exp $ EAPI=5 WEBKIT_REQUIRED="always" -KDE_LINGUAS="ca da de el es et fi fr hu ia it km lt nb nl pl pt pt_BR sk sl +KDE_LINGUAS="cs da de el es et fi fr hu ia it km lt nb nl pl pt pt_BR sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" KDE_HANDBOOK="optional" inherit kde4-base diff --git a/www-client/rekonq/rekonq-2.2.ebuild b/www-client/rekonq/rekonq-2.2.ebuild index f4e8e1abc6ab..99f62ee952d7 100644 --- a/www-client/rekonq/rekonq-2.2.ebuild +++ b/www-client/rekonq/rekonq-2.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-2.2.ebuild,v 1.1 2013/03/03 17:34:24 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-2.2.ebuild,v 1.2 2013/03/04 08:59:38 scarabeus Exp $ EAPI=5 WEBKIT_REQUIRED="always" -KDE_LINGUAS="ca da de el es et fi fr hu ia it km mr nb nl pl pt pt_BR sk sl +KDE_LINGUAS="cs da de el es et fi fr hu ia it km mr nb nl pl pt pt_BR sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW" KDE_HANDBOOK="optional" inherit kde4-base diff --git a/www-servers/apache/apache-2.4.4.ebuild b/www-servers/apache/apache-2.4.4.ebuild index 6e2b5eb50eab..516c5578aca1 100644 --- a/www-servers/apache/apache-2.4.4.ebuild +++ b/www-servers/apache/apache-2.4.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/www-servers/apache/apache-2.4.4.ebuild,v 1.1 2013/02/27 06:56:36 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.4.ebuild,v 1.2 2013/03/04 09:00:12 ago Exp $ EAPI="2" @@ -119,7 +119,7 @@ HOMEPAGE="http://httpd.apache.org/" # some helper scripts are Apache-1.1, thus both are here LICENSE="Apache-2.0 Apache-1.1" SLOT="2" -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="${DEPEND} diff --git a/x11-drivers/ati-drivers/Manifest b/x11-drivers/ati-drivers/Manifest index 332dfd5415dc..d7445fb808bf 100644 --- a/x11-drivers/ati-drivers/Manifest +++ b/x11-drivers/ati-drivers/Manifest @@ -3,5 +3,5 @@ DIST amd-driver-installer-12.6-legacy-x86.x86_64.zip 106888385 SHA256 5353a3f874 DIST amd-driver-installer-catalyst-12.11-beta11-x86.x86_64.zip 114753755 SHA256 d76edd98ed2ca4dfda63cff9060a3e367f32b4cc9a13590f91aba853d85b847b SHA512 108dc3ae09ab2c3145ff6328a8409a59dae0e7d26eb607a7881febe3e2b26354aa1ab876521239135bfd0dca27390b3bca47d80d8b2db20846a12c807f4a7c1f WHIRLPOOL 3957d72a833a2b35647837ed463d456bb98abaa1e7514b8407d248135dfbce3bd843b7a470dfd55d4659cb20b69e83364dfa8fbcfcaea018700d19b920e36bbc DIST amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip 106908508 SHA256 3a992fb7564dba17a696217dc32043dabc21743c82116a6657817ee8a3a1d55f SHA512 96b34045dca3ad70156500b37d3f06008728ff81878a3e1432060d08e668d8cbd9bfe172440bcb818f01d731d39e3eeccc25396417993d2b9b8985b3b7dc7357 WHIRLPOOL f0e34ccb1a9dfe3cfd9e9c640c3d6ed97a4a3e892b65325a78045653b40d29a78427dc9092d8e14bee1a8ba603405ed9e8cd60188d5bc5e8c5eee03d66a8f25c DIST amd-driver-installer-catalyst-13.1-linux-x86.x86_64.zip 114850263 SHA256 67898a922b6b58f25a276a144f16b19014f79c39e4d44d8d2883a467d31e34ad SHA512 30763ab7f47ac22c5b5055495e2d8ae6cc2c8e5ce711fa389f1145a48da2799020c2b8cbf082759d93628017860c39d69337f42ce21b78e1d60c9eda32096df9 WHIRLPOOL ee5dc85a89bc56858ef1c2bcdc6cbfde7e2f9e5675d209c1f6db877e0104cc536f1e18139f0b991a064b14b231a982770eef47368ea281067d62647b4c5365a5 -DIST amd-driver-installer-catalyst-13.2-beta3-linux-x86.x86_64.zip 122051158 SHA256 856681c2371f97115e3facc8d52b8bac8c515f5c91aac88d1855a88dd78ac931 SHA512 0ceebbd69f22fef22672434c17276a4d2459fcba18d2b309536c3599f0159b9a8fd7d18414a0aca4e84866712976fd029be3cb2d69e7521d778336664562ce00 WHIRLPOOL 7b57b5a0fba0519ec508b56dbfd2abbf4f8f9f8faeae2bd3b1be1928fdfe459424eb191953653dcdbc6ca2b5f2d471a1382bf0357f628124a8a8f0721ef86a20 +DIST amd-driver-installer-catalyst-13.2-beta7-linux-x86.x86_64.zip 122067629 SHA256 c718facfe236a2a2c17a04333666a561d451a62f83917b45b04a736d71e0282c SHA512 2c618a289892b3660c4c03432c52d50bf7c671b9e0f962eb4fb882b4dfa03c508d50c6ea506b058b45677375c1c5fba2058a8bff8631f408c84364e8163c5b72 WHIRLPOOL 4472b1c557bac30be8ce20419f268d26549610f7b620c1ddb52bd15f51919846b73098065d6c7724658b94ee9243bc7620440fbb3fe808839856e16f523f51df DIST xvba-sdk-0.74-404001.tar.gz 583847 SHA256 731a2c489f2fb5d7318c1976061b26c1057a696f46d09dcf55fbada97fed17eb SHA512 aa1dd52b59eeeabd026d8b76e3b75eaf02587ef286438ba28884afeef5a5efaf50283b5ee4f5b81b12cf79cb4ec77c9a235a886b29fb7cdf850c9779f4b07b35 WHIRLPOOL 69917b746d353a884512e97b9d9a9b89e6f51add3119e69ddd119d51c0c3f2820b93a449fe42bd76d671dc505f92bf25b7f2c5868b33768fc68a19596e460951 diff --git a/x11-drivers/ati-drivers/ati-drivers-13.1.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.1.ebuild index 460b983db258..186f38874e2f 100644 --- a/x11-drivers/ati-drivers/ati-drivers-13.1.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-13.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/x11-drivers/ati-drivers/ati-drivers-13.1.ebuild,v 1.3 2013/03/02 23:42:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.1.ebuild,v 1.4 2013/03/03 21:52:27 chithanh Exp $ EAPI=5 @@ -22,7 +22,7 @@ FOLDER_PREFIX="common/" IUSE="debug +modules multilib qt4 static-libs disable-watermark pax_kernel" LICENSE="AMD GPL-2 QPL-1.0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" RESTRICT="bindist test" diff --git a/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild index a36810e403c9..2003a69dac4b 100644 --- a/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.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-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild,v 1.2 2013/03/02 23:42:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild,v 1.3 2013/03/03 21:52:27 chithanh Exp $ EAPI=5 @@ -22,7 +22,7 @@ FOLDER_PREFIX="common/" IUSE="debug +modules multilib qt4 static-libs disable-watermark pax_kernel" LICENSE="AMD GPL-2 QPL-1.0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" RESTRICT="bindist test" diff --git a/x11-drivers/ati-drivers/ati-drivers-13.2_beta3.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.2_beta7.ebuild similarity index 99% rename from x11-drivers/ati-drivers/ati-drivers-13.2_beta3.ebuild rename to x11-drivers/ati-drivers/ati-drivers-13.2_beta7.ebuild index 8ab38601716c..de424e090173 100644 --- a/x11-drivers/ati-drivers/ati-drivers-13.2_beta3.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-13.2_beta7.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-drivers/ati-drivers/ati-drivers-13.2_beta3.ebuild,v 1.2 2013/03/02 23:42:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.2_beta7.ebuild,v 1.1 2013/03/03 21:52:27 chithanh Exp $ EAPI=5 diff --git a/x11-drivers/nvidia-drivers/metadata.xml b/x11-drivers/nvidia-drivers/metadata.xml index eb0801f40fdf..f7acb1ecacbe 100644 --- a/x11-drivers/nvidia-drivers/metadata.xml +++ b/x11-drivers/nvidia-drivers/metadata.xml @@ -2,11 +2,10 @@ - cardoe@gentoo.org - General maintainer and POC with NVIDIA + jer@gentoo.org - jer@gentoo.org + zerochaos@gentoo.org xarthisius@gentoo.org diff --git a/x11-drivers/xf86-video-geode/Manifest b/x11-drivers/xf86-video-geode/Manifest index 845b763bba95..e9ce9b4f2a00 100644 --- a/x11-drivers/xf86-video-geode/Manifest +++ b/x11-drivers/xf86-video-geode/Manifest @@ -1,3 +1 @@ -DIST xf86-video-geode-2.11.12.tar.bz2 619964 SHA256 28d845d727d99bfa4d4b93c5486ec01b72eb222e0910a766089db1103b1c2d92 -DIST xf86-video-geode-2.11.13.tar.bz2 648657 SHA256 c320a2a314fc6c7a5d2dfb6a52c8fec23ab8f1b99c689ca618f02c279a64e226 -DIST xf86-video-geode-2.11.14.tar.bz2 671667 SHA256 4c750b46c932934faa008919922f5ac8a572afcfe265ac8d7c203b8167a0cfcc SHA512 d974bb0b00d09c0c3454ccf5363838acc8c3baa62daf8664f1bf310177c23997924db9adcf57323c355f7add43a0560fb54f3ede97e4ed11082d0c793312559b WHIRLPOOL e437fefd70ec2e389a916b45cc0f24bcd8d0d791537eb47d2ddbd13bd9eebf929d7b1a13ca6684c3d290a937a493570a0b59fb29b9857838bd380a9f8a229175 +DIST xf86-video-geode-2.11.14.tar.bz2 671667 RMD160 9dd8c08c7cb2b9abe5646c399e73bc7324dc118f SHA1 cd4b8537944bb413c531b3f8bd643885fd306a45 SHA256 4c750b46c932934faa008919922f5ac8a572afcfe265ac8d7c203b8167a0cfcc diff --git a/x11-drivers/xf86-video-geode/metadata.xml b/x11-drivers/xf86-video-geode/metadata.xml index d62ebe96e08e..6634fd0793d3 100644 --- a/x11-drivers/xf86-video-geode/metadata.xml +++ b/x11-drivers/xf86-video-geode/metadata.xml @@ -9,6 +9,6 @@ Enable building the V4L2 ZTV driver - X.Org driver for AMD Geode GX and Geode LX platforms. + X.Org driver for AMD Geode GX2 and Geode LX platforms. diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.12.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.12.ebuild deleted file mode 100644 index 787ff04ab7cc..000000000000 --- a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.12.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.12.ebuild,v 1.3 2012/08/10 22:54:27 chithanh Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="AMD Geode GX and LX video driver" - -KEYWORDS="x86" -IUSE="" - -RDEPEND="