diff --git a/app-accessibility/freetts/freetts-1.2.1-r2.ebuild b/app-accessibility/freetts/freetts-1.2.1-r2.ebuild index 0097a1c2d92b..a4112c0cb016 100644 --- a/app-accessibility/freetts/freetts-1.2.1-r2.ebuild +++ b/app-accessibility/freetts/freetts-1.2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ DEPEND=">=virtual/jdk-1.4 LICENSE="jsapi? ( sun-bcla-jsapi ) freetts" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="doc jsapi mbrola" src_unpack() { diff --git a/app-accessibility/freetts/freetts-1.2.2.ebuild b/app-accessibility/freetts/freetts-1.2.2.ebuild index 37676c28939a..4f4367cb5f40 100644 --- a/app-accessibility/freetts/freetts-1.2.2.ebuild +++ b/app-accessibility/freetts/freetts-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ DEPEND=">=virtual/jdk-1.4 LICENSE="jsapi? ( sun-bcla-jsapi ) freetts" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="jsapi mbrola" diff --git a/app-admin/lastpass-cli/lastpass-cli-0.8.0.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.8.0-r1.ebuild similarity index 93% rename from app-admin/lastpass-cli/lastpass-cli-0.8.0.ebuild rename to app-admin/lastpass-cli/lastpass-cli-0.8.0-r1.ebuild index 242be9964390..8bb6a25f0af2 100644 --- a/app-admin/lastpass-cli/lastpass-cli-0.8.0.ebuild +++ b/app-admin/lastpass-cli/lastpass-cli-0.8.0-r1.ebuild @@ -4,9 +4,11 @@ EAPI=5 +inherit toolchain-funcs + DESCRIPTION="Interfaces with LastPass.com from the command line." -SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/lastpass/lastpass-cli" +SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="GPL-2" @@ -23,6 +25,10 @@ RDEPEND=" " DEPEND="${RDEPEND} app-text/asciidoc" +src_prepare() { + tc-export CC +} + src_compile() { emake PREFIX="${EPREFIX}/usr" emake PREFIX="${EPREFIX}/usr" doc-man diff --git a/app-crypt/jacksum/jacksum-1.7.0.ebuild b/app-crypt/jacksum/jacksum-1.7.0.ebuild index cba79beedac4..df896c6113fd 100644 --- a/app-crypt/jacksum/jacksum-1.7.0.ebuild +++ b/app-crypt/jacksum/jacksum-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ HOMEPAGE="http://www.jonelo.de/java/jacksum/" SRC_URI="mirror://sourceforge/jacksum/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.3.1 dev-java/ant-core diff --git a/app-editors/gedit/Manifest b/app-editors/gedit/Manifest index 49d93a68b841..c93269be0c8a 100644 --- a/app-editors/gedit/Manifest +++ b/app-editors/gedit/Manifest @@ -1,2 +1,3 @@ DIST gedit-3.16.4.tar.xz 2925984 SHA256 210937ea9143d8a6c9580a7ab11acf60d478f516d591ace6c8384fb085fb4cc0 SHA512 6320e11f6387b317789f6af4bdbb54350af89bd00c1443b26e68afdacf87c672ca74caf50c9ead80f4395a826d07a8da640e5d5ae89f71bccf75da683f420a81 WHIRLPOOL 057a7ecf22d12fa4899d20e3e365000bfe5c39873edc1331a75c1a061a5ce601b69d5ffaec1685cf0751ab0d7feff68e4d8be024654afdf90a6c08d0193aa2e9 DIST gedit-3.18.2.tar.xz 2915772 SHA256 856e451aec29ee45980011de57cadfe89c3cbc53968f6cc865f8efe0bd0d49b1 SHA512 e81382b74749c4592565bab25d47784a3206e033e6b0e5d5a557403590dafd130e41b31bcecc820a3d9823a48f8e94907bc9bb0335121e369abaca1360a95b30 WHIRLPOOL 87b40323caa707a4ce68d5efc299075883a1fc01e1def15f9052802bccae9075c3aa8c50d36062bb96060421008c510d3c0600fd359950a06ae651e3b56553e5 +DIST gedit-3.18.3.tar.xz 2933132 SHA256 6762ac0d793b0f754a2da5f88739d04fa39daa7491c5c46401d24bcef76c32e7 SHA512 8866bc0958dfcf59e5eac0f3c39f2b5f252ffac78a25551968f539f73ebc25cc792ded93899c066339e9b6927f86d6e5ac583df9b9c4d7f0b07d1cc7683e7eb2 WHIRLPOOL fc60b4d251519057eab978a454a2eb0f6741fd097b58f1ac9614413bdab93e15a5f83132ed14f53ae6a6a49a94e9b78a8acce855d229a8f964fefae044a796e8 diff --git a/app-editors/gedit/gedit-3.18.3.ebuild b/app-editors/gedit/gedit-3.18.3.ebuild new file mode 100644 index 000000000000..c7b16adada7e --- /dev/null +++ b/app-editors/gedit/gedit-3.18.3.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" # plugins are dlopened +PYTHON_COMPAT=( python3_{3,4,5} ) +VALA_MIN_API_VERSION="0.26" +VALA_USE_DEPEND="vapigen" + +inherit eutils gnome2 multilib python-r1 vala virtualx + +DESCRIPTION="A text editor for the GNOME desktop" +HOMEPAGE="https://wiki.gnome.org/Apps/Gedit" + +LICENSE="GPL-2+ CC-BY-SA-3.0" +SLOT="0" + +IUSE="+introspection +python spell vala" +# python-single-r1 would request disabling PYTHON_TARGETS on libpeas +# we need to fix that +REQUIRED_USE=" + python? ( introspection ) + python? ( ^^ ( $(python_gen_useflags '*') ) ) +" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" + +# X libs are not needed for OSX (aqua) +COMMON_DEPEND=" + >=dev-libs/libxml2-2.5.0:2 + >=dev-libs/glib-2.44:2[dbus] + >=x11-libs/gtk+-3.16:3[introspection?] + >=x11-libs/gtksourceview-3.18:3.0[introspection?] + >=dev-libs/libpeas-1.14.1[gtk] + + gnome-base/gsettings-desktop-schemas + gnome-base/gvfs + + x11-libs/libX11 + + net-libs/libsoup:2.4 + + introspection? ( >=dev-libs/gobject-introspection-0.9.3:= ) + python? ( + ${PYTHON_DEPS} + dev-python/pycairo[${PYTHON_USEDEP}] + >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}] + dev-libs/libpeas[${PYTHON_USEDEP}] ) + spell? ( + >=app-text/enchant-1.2:= + >=app-text/iso-codes-0.35 ) +" +RDEPEND="${COMMON_DEPEND} + x11-themes/adwaita-icon-theme +" +DEPEND="${COMMON_DEPEND} + ${vala_depend} + app-text/docbook-xml-dtd:4.1.2 + app-text/yelp-tools + dev-libs/libxml2:2 + >=dev-util/gtk-doc-am-1 + >=dev-util/intltool-0.50.1 + dev-util/itstool + >=sys-devel/gettext-0.18 + virtual/pkgconfig +" +# yelp-tools, gnome-common needed to eautoreconf + +pkg_setup() { + use python && [[ ${MERGE_TYPE} != binary ]] && python_setup +} + +src_prepare() { + vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" + + gnome2_src_configure \ + --disable-deprecations \ + --enable-updater \ + --enable-gvfs-metadata \ + $(use_enable introspection) \ + $(use_enable spell) \ + $(use_enable python) \ + $(use_enable vala) +} + +src_test() { + "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die + GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check +} + +src_install() { + local args=() + # manually set pyoverridesdir due to bug #524018 and AM_PATH_PYTHON limitations + use python && args+=( pyoverridesdir="$(python_get_sitedir)/gi/overrides" ) + + gnome2_src_install "${args[@]}" +} diff --git a/app-editors/gobby/gobby-0.4.13-r1.ebuild b/app-editors/gobby/gobby-0.4.13-r1.ebuild index f6a97b0d54c8..f9d58c60e4b1 100644 --- a/app-editors/gobby/gobby-0.4.13-r1.ebuild +++ b/app-editors/gobby/gobby-0.4.13-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://gobby.0x539.de/" SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="gnome zeroconf" RDEPEND=" diff --git a/app-editors/jedit/jedit-5.0.0.ebuild b/app-editors/jedit/jedit-5.0.0.ebuild index a1058f9c8c73..c581c70a14ae 100644 --- a/app-editors/jedit/jedit-5.0.0.ebuild +++ b/app-editors/jedit/jedit-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://www.jedit.org" SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}source.tar.bz2" LICENSE="GPL-2" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" SLOT="0" IUSE="" diff --git a/app-editors/jedit/jedit-5.2.0.ebuild b/app-editors/jedit/jedit-5.2.0.ebuild index 71368479a74c..7c87206a5ce5 100644 --- a/app-editors/jedit/jedit-5.2.0.ebuild +++ b/app-editors/jedit/jedit-5.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://www.jedit.org" SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}source.tar.bz2" LICENSE="BSD GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" SLOT="0" IUSE="" diff --git a/app-editors/mg/Manifest b/app-editors/mg/Manifest index b4213a5fbc44..59d457bd8e9f 100644 --- a/app-editors/mg/Manifest +++ b/app-editors/mg/Manifest @@ -1,2 +1,3 @@ DIST mg-20110905.tar.gz 138805 SHA256 1cd37d7e6a3eecc890a5718c38b8f38495057ba93856762a756ccee2f9618229 SHA512 b490a5a3526d35839353e138f33ac924c5afbbf7e5c9faa20ceccb82e1dc1e6a3f0726b32bac7d43dcf8a410b1b8525067da5557cf669c52a9e32d1d2f45a8a4 WHIRLPOOL 64dd179462a8c9e53946c756a4975ffd2e5bf1758a300fa699032542a6e2470f9ed03f9fe1a88ac441cf17ac20c2575f9b6c5c1c396c5a7915564fbedfb1c854 DIST mg-20150323.tar.gz 142105 SHA256 d71b24d47d3e1426f162e446d92dfa457df96dd47c1289419cba9fd14c2c3afb SHA512 747a04c203509cdbe84d9cea6c5be93585cdd5cb855b556ea5dee273a2923a4a68bee3f952cf92d584fcdd682049cb4442c21888304ba036851127174457351f WHIRLPOOL bdba74b62034a6613434fc3efea7b56fa1599b6059ab97dbd760b013be7dc50ab13dfcee3f5fb1f41f4c26c3f0146583680134d3809ec7977a14a28cb345c6db +DIST mg-20160115.tar.gz 145374 SHA256 968c212d720b76d42cf1b42806ca3c7ca9f7b72b06f16171694a9fc50ef8db77 SHA512 afe75f7c453552dd6ce65772a82155e328f7a4557072b5a1d5dca031a3d4e1e524bfeac2fdc8c76de9cb337770a77f71f96cc762db29518408579fccb25e1d71 WHIRLPOOL a647e999ae6cffe53fb17d460398b2967968a6f2de62db503eeb79f449d720836c0efb997ac70033a9c0b0ca1fb74c3096d370b45dcca3a4c6bf5c587bb68016 diff --git a/app-editors/mg/mg-20160115.ebuild b/app-editors/mg/mg-20160115.ebuild new file mode 100644 index 000000000000..197182edb717 --- /dev/null +++ b/app-editors/mg/mg-20160115.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit toolchain-funcs + +DESCRIPTION="MicroGnuEmacs, a port from the BSDs" +HOMEPAGE="http://homepage.boetes.org/software/mg/" +SRC_URI="http://homepage.boetes.org/software/mg/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="livecd" + +RDEPEND="sys-libs/ncurses:0 + !elibc_FreeBSD? ( >=dev-libs/libbsd-0.7.0 )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + # remove OpenBSD specific easter egg + sed -i -e 's/theo\.o//' GNUmakefile || die + sed -i -e '/theo_init/d' main.c || die + + # fix path to tutorial in man page + sed -i -e "s:doc/mg/:doc/${PF}/:" mg.1 || die + + eapply_user +} + +src_compile() { + emake CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS}" \ + CURSES_LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" +} + +src_install() { + dobin mg + doman mg.1 + dodoc README tutorial + # don't compress the tutorial, otherwise mg cannot open it + docompress -x /usr/share/doc/${PF}/tutorial +} + +pkg_postinst() { + if use livecd; then + [[ -e ${EROOT}/usr/bin/emacs ]] || ln -s mg "${EROOT}"/usr/bin/emacs + fi +} diff --git a/app-emacs/jde/jde-2.4.1.ebuild b/app-emacs/jde/jde-2.4.1.ebuild index cd992fbebf06..87f2c0e57021 100644 --- a/app-emacs/jde/jde-2.4.1.ebuild +++ b/app-emacs/jde/jde-2.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/jdee-${PV}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" RDEPEND=">=virtual/jdk-1.3 app-emacs/elib diff --git a/app-eselect/eselect-java/eselect-java-0.1.0-r1.ebuild b/app-eselect/eselect-java/eselect-java-0.1.0-r1.ebuild index 182efd021fa7..585b6803a1b1 100644 --- a/app-eselect/eselect-java/eselect-java-0.1.0-r1.ebuild +++ b/app-eselect/eselect-java/eselect-java-0.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" diff --git a/app-eselect/eselect-java/eselect-java-0.1.0.ebuild b/app-eselect/eselect-java/eselect-java-0.1.0.ebuild index 90afab74379f..439917aa7a6e 100644 --- a/app-eselect/eselect-java/eselect-java-0.1.0.ebuild +++ b/app-eselect/eselect-java/eselect-java-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ia64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" diff --git a/app-eselect/eselect-java/eselect-java-0.2.0.ebuild b/app-eselect/eselect-java/eselect-java-0.2.0.ebuild index a86b5345d814..b5e76290a75c 100644 --- a/app-eselect/eselect-java/eselect-java-0.2.0.ebuild +++ b/app-eselect/eselect-java/eselect-java-0.2.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" diff --git a/app-eselect/eselect-maven/eselect-maven-0.2-r1.ebuild b/app-eselect/eselect-maven/eselect-maven-0.2-r1.ebuild index ef81178c8d36..a3387474adf9 100644 --- a/app-eselect/eselect-maven/eselect-maven-0.2-r1.ebuild +++ b/app-eselect/eselect-maven/eselect-maven-0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND=">=app-admin/eselect-1.2.8 diff --git a/app-eselect/eselect-maven/eselect-maven-0.2-r2.ebuild b/app-eselect/eselect-maven/eselect-maven-0.2-r2.ebuild index 1e74afe7cc3b..e3d3e53bc2ff 100644 --- a/app-eselect/eselect-maven/eselect-maven-0.2-r2.ebuild +++ b/app-eselect/eselect-maven/eselect-maven-0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND=">=app-admin/eselect-1.2.8 diff --git a/app-misc/abduco/Manifest b/app-misc/abduco/Manifest index 21cb1b0293ff..fba7d73699e2 100644 --- a/app-misc/abduco/Manifest +++ b/app-misc/abduco/Manifest @@ -1,2 +1,2 @@ -DIST abduco-0.3.tar.gz 11978 SHA256 934bf0b9ae25fb3f71b775387b5f281bf7d175fea79c12ec28ffdbbbb95390d4 SHA512 0bbd3a52e256738d39edf8e73e43d72fd4bcf2d240f45b8287486910777310320e239e7d1abb523a37c573dc557a0e33bf5849aa34f50f261f50c27a80db7338 WHIRLPOOL 1741f3c8d47a4f745b0fa0bed79306ca2d7dba8a936c6e66c1773205809fa1cf12f33f4c9f488eaa3c31f57d21299f17ec092926539a4fd037ebf2619e0dfb85 DIST abduco-0.4.tar.gz 14222 SHA256 bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb SHA512 1f6df3604f5b4b59a650ccb8b6b7f9e62591154f72163350b8c8d2ffa9c392c9ebda0f958537a203e87319e275674fec6d161f18a10d49e44d0afc512c467f88 WHIRLPOOL e232bbae99cdd0c3c5b0e06f8cce73126586f9d997a03ba03720030355d603ee488df40b04343b6bfd508d2ac05dbdd2ca3bc6a62a661b140c5bd9bfc43fde12 +DIST abduco-0.5.tar.gz 15790 SHA256 bf22226a4488355a7001a5dabbd1e8e3b7e7645efd1519274b956fcb8bcff086 SHA512 e0772b8eecc1fb6f16c7516a6956825b9bda4149f00f56b34e68ec3544f74c2270ba8cc2642599de26ae34d11ed78b8bba70497bfc9a79f3008f50de02ce49d8 WHIRLPOOL ffce64702323cba434768bb4864b9f8bd0e5a6768f3fd5a821081eee77dcffea33c8ab920e39471fb644ca2ff03214d04808d55804889a278417c5d6d76d3f79 diff --git a/app-misc/abduco/abduco-0.3.ebuild b/app-misc/abduco/abduco-0.5.ebuild similarity index 93% rename from app-misc/abduco/abduco-0.3.ebuild rename to app-misc/abduco/abduco-0.5.ebuild index 8dcc0276128e..250644235c88 100644 --- a/app-misc/abduco/abduco-0.3.ebuild +++ b/app-misc/abduco/abduco-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -43,7 +43,7 @@ src_test() { src_install() { dobin ${PN} - dodoc README + dodoc README.md doman ${PN}.1 save_config config.def.h diff --git a/app-misc/jitac/jitac-0.3.0.ebuild b/app-misc/jitac/jitac-0.3.0.ebuild index 1f3427746dbe..d0447f5a3e42 100644 --- a/app-misc/jitac/jitac-0.3.0.ebuild +++ b/app-misc/jitac/jitac-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.roqe.org/jitac/${P}.src.jar" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="doc" COMMON_DEP=" diff --git a/app-mobilephone/anyremote/anyremote-6.5.ebuild b/app-mobilephone/anyremote/anyremote-6.5.ebuild index 9ebe7e340238..d6ede70bcbc8 100644 --- a/app-mobilephone/anyremote/anyremote-6.5.ebuild +++ b/app-mobilephone/anyremote/anyremote-6.5.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="avahi bluetooth dbus" RDEPEND=" diff --git a/app-office/borg/borg-1.7.4-r3.ebuild b/app-office/borg/borg-1.7.4-r3.ebuild index c1131283e3b8..cd51616902bb 100644 --- a/app-office/borg/borg-1.7.4-r3.ebuild +++ b/app-office/borg/borg-1.7.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/borg-calendar/borg%201.7/BORG%20${PV}/${MY_PN}_${M LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" CDEPEND=" diff --git a/app-office/magicpoint/Manifest b/app-office/magicpoint/Manifest index c969e1e0b843..73d753466182 100644 --- a/app-office/magicpoint/Manifest +++ b/app-office/magicpoint/Manifest @@ -1,2 +1 @@ -DIST magicpoint-1.13a.tar.gz 890670 SHA256 205e6752e3cb024bcce0583b43dafc9b89490c0016daa91d2486891edcf2cfc1 SHA512 c2399826d770f6307128eb1a88593404d5b495203319e0c90edf36e91ce82e2e42b1777cbf473f52376aa4645468ac65920839f94b58d7c9d90f08a961273df9 WHIRLPOOL ed40897f528bd70ef785f5f0c2f5a0b55ad6f14fe9fbc65849b8713d7fa84590d5f668f008d8b0b737db7e95373f5865a85446489ea0790d6e8e206f30bb7d72 DIST mgp-snap-20121015.tar.gz 886902 SHA256 21134551d492995b0e6d9a20ecb1f2c1afdbbaef4f529ca6be59a80581c18ac2 SHA512 fa59b1ec04e2e191b74c25fd3ae9b4c855ad96d23e9e5b071c959f56b9d2064d7bdf9217b5c62c5733cc2d9ec17981947febd7afb2552f1145262225909cc711 WHIRLPOOL 6d2086df981a0b67b1bbbf85284e6b7d808f09d0884388fdf83ac69917e7a01440bda34753f6c9f45bbd39640c28ab73509ff4f1ebfcc54f83931ef6a13b568e diff --git a/app-office/magicpoint/magicpoint-1.13a.ebuild b/app-office/magicpoint/magicpoint-1.13a.ebuild deleted file mode 100644 index 6f97fc02d737..000000000000 --- a/app-office/magicpoint/magicpoint-1.13a.ebuild +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit autotools elisp-common eutils fixheadtails toolchain-funcs - -DESCRIPTION="An X11 based presentation tool" -SRC_URI="ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/${P}.tar.gz - ftp://ftp.mew.org/pub/MagicPoint/${P}.tar.gz" -HOMEPAGE="http://member.wide.ad.jp/wg/mgp/" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 ~ppc ~sparc x86" -IUSE="cjk doc emacs examples gif imlib m17n-lib mng nls truetype" - -MY_DEPEND="x11-libs/libICE - x11-libs/libSM - x11-libs/libXrender - x11-libs/libXmu - >=media-libs/libpng-1.4 - gif? ( >=media-libs/giflib-4.0.1 ) - imlib? ( media-libs/imlib ) - truetype? ( x11-libs/libXft ) - emacs? ( virtual/emacs ) - m17n-lib? ( dev-libs/m17n-lib ) - mng? ( media-libs/libmng )" -DEPEND="${MY_DEPEND} - sys-devel/autoconf - x11-proto/xextproto - x11-libs/libxkbfile - app-text/rman - x11-misc/imake" -RDEPEND="${MY_DEPEND} - nls? ( sys-devel/gettext ) - truetype? ( cjk? ( media-fonts/sazanami ) )" - -SITEFILE=50${PN}-gentoo.el - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-1.11b-gentoo.diff \ - "${FILESDIR}"/${P}-implicit-declaration.patch \ - "${FILESDIR}"/${P}-libpng15.patch - - # fix compability with libpng14 - sed -i \ - -e 's:png_set_gray_1_2_4_to_8:png_set_expand_gray_1_2_4_to_8:' \ - configure.in image/png.c || die - - # bug #85720 - sed -i -e "s/ungif/gif/g" configure.in || die - ht_fix_file configure.in - eautoreconf -} - -src_configure() { - econf \ - $(use_enable gif) \ - $(use_enable imlib) \ - $(use_enable nls locale) \ - $(use_enable truetype xft2) \ - $(use_with m17n-lib) \ - --disable-vflib \ - --disable-freetype \ - --x-libraries=/usr/lib/X11 \ - --x-includes=/usr/include/X11 -} - -src_compile() { - xmkmf || die - # no parallel build possibly, anywhere - emake -j1 Makefiles - emake -j1 clean - tc-export CC - emake -j1 CC="${CC}" CDEBUGFLAGS="${CFLAGS}" LOCAL_LDFLAGS="${LDFLAGS}" \ - BINDIR=/usr/bin LIBDIR=/etc/X11 - if use emacs; then - cd contrib/ - elisp-compile *.el || die - fi -} - -src_install() { - emake -j1 \ - DESTDIR="${D}" \ - BINDIR=/usr/bin \ - LIBDIR=/etc/X11 \ - install - - emake -j1 \ - DESTDIR="${D}" \ - DOCHTMLDIR=/usr/share/doc/${PF} \ - MANPATH=/usr/share/man \ - MANSUFFIX=1 \ - install.man - - dobin contrib/{mgp2html.pl,mgp2latex.pl} - - if use emacs; then - cd contrib/ - elisp-install ${PN} *.el *.elc || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - cd - - fi - - use doc && dodoc FAQ README* RELNOTES SYNTAX TODO* USAGE* - - if use examples; then - cd sample - insinto /usr/share/${PF}/sample - doins README* cloud.jpg dad.* embed*.mgp gradation*.mgp \ - mgp-old*.jpg mgp.mng mgp3.xbm mgprc-sample \ - multilingual.mgp sample*.mgp sendmail6*.mgp \ - tutorial*.mgp v6*.mgp v6header.* - fi -} - -pkg_postinst() { - elog - elog "If you enabled xft2 support (default) you may specify xfont directive by" - elog "font name and font registry." - elog "e.g.)" - elog '%deffont "standard" xfont "sazanami mincho" "jisx0208.1983"' - elog - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/app-office/scribus/scribus-1.4.5.ebuild b/app-office/scribus/scribus-1.4.5.ebuild index a123e31701c4..27c99c2a9587 100644 --- a/app-office/scribus/scribus-1.4.5.ebuild +++ b/app-office/scribus/scribus-1.4.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="cairo debug examples hunspell +minimal +pdf scripts templates tk" # a=$(ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk '{print $2}'); echo ${a} diff --git a/app-office/wps-office/Manifest b/app-office/wps-office/Manifest index c2c868ad6b57..6213619ec425 100644 --- a/app-office/wps-office/Manifest +++ b/app-office/wps-office/Manifest @@ -1,4 +1,4 @@ DIST wps-office_10.1.0.5444~a20_amd64.deb 81954904 SHA256 19380705962fb6f161dbf2ba40c6a5b5df34dc55b983ac6b1bd1776baeef2069 SHA512 585bcf5f51c7fec073fdc284501e4f31199f5982badaf879b325b6e49b5e0d4c3eb0d719ce6b5ee180aed8b479531e8f060d036902a4efbe6c632bb0146e6eb3 WHIRLPOOL 246fb53eb3122966be033c0bcc20035b86fbd0b8f1a327fa21bbd27ffef14738c61f23d00431e5b7ab93fc95d759e6bc269c128de66ad45488d363f2e3d63d30 DIST wps-office_10.1.0.5444~a20_i386.deb 81553560 SHA256 130ac0926ae2c8bc4dc3b3092998556b5d949044d7630cc4d41b5339e6e487f5 SHA512 02474a9948b1e2907a84522cb7d84a4acbda5bfdd5aa97068b60acf92646ef89858ee1eb5e834be7caa2eeb8c8e3eb33b5fd691d15711e5daf205611dfac0363 WHIRLPOOL 8d06d473ae042497173b68bedc3d776c1f3b133428035410c14d24ea12e0a340ab47a1362f60eb6b1113ab48a2bfb9aac55031a878f6097f644477b751130b73 -DIST wps-office_9.1.0.4975~a19p1_amd64.deb 64716800 SHA256 79a49c9db0c4482c894e3c334e38bd299302e1c4bb4cd387f6a615f9e054a25d SHA512 f92415eb8d652afa6601dbea8f87949ed05d970e610c5aedebda21f2b0386a80bcea164f86e7c680946302d2f953067fc88889891a346353e4f15b547ecb8a3a WHIRLPOOL b8603756e4d3b09691974966d62f80dbe1ec668ae2eb5d99bbe2ad39a6c944de89292ede651143d894fad2631f7686036cd4a281ed5265a09f1af6361d75ea77 -DIST wps-office_9.1.0.4975~a19p1_i386.deb 66646188 SHA256 5b843cfc44d062a6b9c8e3b57ca55ffff5bc76dba7d03bc489275ebda4388122 SHA512 79e7ef4b3a7e906aa1811f5caa9bc056994e64c3abbf4ed9b1866d3d935235a092a55623ee4efe2de9a42b8ffe4737deba9cbc24ca187229a82adc05f30ab238 WHIRLPOOL 44f9e4f170decc923f47996683a070d32c10fee78b586c7fc160d5d7173c4197abe5384f78cad5b35349199dd2a81a4de7793299f16d708f0703182bad6e1264 +DIST wps-office_10.1.0.5460~a20p1_amd64.deb 81891888 SHA256 5e4844a0da411f2ff01d3b1dd03ff7291799001ee7a78925d8c5dd3ca3fce8d0 SHA512 ae3ff4923177f6fa8e097099045b7c7c7b03473cb55a074cc84a184e0e263445287783b9a123847645573928393708f0480300132614067c04fd2cb3a11076ec WHIRLPOOL 8d0c6b596401e6dcdc5c11cd3cf2f842a3dbf52232a2b128a8678c86107ddc0aae9191de93bbb555fc3c0b57293348a1998cd20a8bd6063b7deb3855b813856e +DIST wps-office_10.1.0.5460~a20p1_i386.deb 81407384 SHA256 cf314da6a7f82a72664633f90bbfc75940a931661c01b6904db5229445d00fd0 SHA512 d720ca78a35bf60fcdb209bd19b5c0d865da87681e08cf7848a01a76f260f23f5de41ba9d3c635f300cd27518f6b0643f6476970128fbb40429ffbc0d76d945c WHIRLPOOL edf33b0a1e2ebf2288bf6a6bf3ad216d99efd7bf68fad1c5c1aab216fc42c03ec503dacb60e6140873374006520b6d292ff03455d1368124fab3ab88989169c1 diff --git a/app-office/wps-office/wps-office-9.1.0.4975_alpha19_p1.ebuild b/app-office/wps-office/wps-office-10.1.0.5460_alpha20_p1.ebuild similarity index 100% rename from app-office/wps-office/wps-office-9.1.0.4975_alpha19_p1.ebuild rename to app-office/wps-office/wps-office-10.1.0.5460_alpha20_p1.ebuild diff --git a/app-shells/rc/rc-1.7.4.ebuild b/app-shells/rc/rc-1.7.4.ebuild index 55c650d5c2d4..22f4fd6d0699 100644 --- a/app-shells/rc/rc-1.7.4.ebuild +++ b/app-shells/rc/rc-1.7.4.ebuild @@ -20,7 +20,7 @@ DEPEND="${RDEPEND}" src_configure() { local myconf="--with-history" use readline && myconf="--with-edit=readline" - use libedit && myconf="--with-edit=editline" + use libedit && myconf="--with-edit=edit" econf \ --disable-dependency-tracking \ @@ -35,8 +35,9 @@ src_install() { } pkg_postinst() { - ebegin "Updating /etc/shells" - ( grep -v "^/bin/rcsh$" "${ROOT}"etc/shells; echo "/bin/rcsh" ) > "${T}"/shells - mv -f "${T}"/shells "${ROOT}"etc/shells - eend $? + if ! grep -q '^/bin/rcsh$' "${EROOT}"/etc/shells ; then + ebegin "Updating /etc/shells" + echo "/bin/rcsh" >> "${EROOT}"/etc/shells + eend $? + fi } diff --git a/app-text/ansifilter/Manifest b/app-text/ansifilter/Manifest index ee2484c6dee0..f4fc43e7299c 100644 --- a/app-text/ansifilter/Manifest +++ b/app-text/ansifilter/Manifest @@ -1,3 +1,2 @@ -DIST ansifilter-1.10.tar.bz2 54091 SHA256 a1f513b441ce9e5de1704671ec6bd3ab029ceec3e44368e32a40874c2f50577e SHA512 1fda6fcd7853d295cc3caae696367b3f11ba0aa7301f1e874725d8904012c8b4f433a86db19dc1ee7426469e8e7575a4bcabc7229f3fa9f6ba2adb3a53435e71 WHIRLPOOL 17e4c839c6838fdd91cf00f637f8eba9b7a78ced07a6ce4beba7d36ac91f45963f4209436525154a675050ad6ab3115136d8f94524c0a9d0ad782c9f7289949f DIST ansifilter-1.11.tar.bz2 54132 SHA256 fcd550428203225483c4b049b56c5ac3ce786b4863c7eff5ab9b16b141692434 SHA512 db22a6eca7bd580683b9270abb11711c7fbee1b1a17fd710fd880518207a4c65f1df04d21565b22754109dea9a81e9d4fdba0f8e01eb9dac8555041bb83f4acc WHIRLPOOL d961c7e15381bebde1c11182bd38b119596fdadda8afbe019d7227c32546fd74fab2569b444806fb32ede1295f6237f749146410bf490347c519b037755a56d7 -DIST ansifilter-1.7.tar.bz2 133803 SHA256 a7e8ecec282bf2d823f89c1ae5cd7ca9da4e49f3dad98df052ea48ffd9a4975c SHA512 8040f7d9fd48784a64522218491e956678ee13bf75194c5a0e98e2f1acc8fde3cbdc1514125325692d95c4fd5193fa5ededb950cc778a9bacf3c4ac3aca50cb9 WHIRLPOOL 51736aab49de5bcfbe81db9187caba52811aaa3a06f4cf8e4991d00a597e23244c9dbc7ecbdfbb78c1a40c5cdc3770185ec5b2aa42a41885f11e70eda171cc58 +DIST ansifilter-1.15.tar.bz2 79966 SHA256 65dc20cc1a03d4feba990f830186404c90462d599e5f4b37610d4d822d67aec4 SHA512 7b624b11579c4a88271325054a6023d139ea7ff67fc5552b8ab8387eb16ea54c40c586f242a5ab7f8dd6bf226041bc61a03b5c6acb50e8f915341bd7cd9cdff8 WHIRLPOOL 3e7bd5088b4696bf957ed1c1bbe2c20f6b11f50d856129c1da3651af24f2887ea65c0917db1e85d0d32e5cd6e2bce2177fdd50e0c6d197b05ee07f71415d44a1 diff --git a/app-text/ansifilter/ansifilter-1.10.ebuild b/app-text/ansifilter/ansifilter-1.15.ebuild similarity index 75% rename from app-text/ansifilter/ansifilter-1.10.ebuild rename to app-text/ansifilter/ansifilter-1.15.ebuild index c933334d7554..ec58344fd2f5 100644 --- a/app-text/ansifilter/ansifilter-1.10.ebuild +++ b/app-text/ansifilter/ansifilter-1.15.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit toolchain-funcs qt4-r2 +inherit toolchain-funcs qmake-utils DESCRIPTION="Handles text files containing ANSI terminal escape codes" HOMEPAGE="http://www.andre-simon.de/" @@ -13,12 +13,13 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="qt4" +IUSE="qt5" RDEPEND=" - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 )" DEPEND="${RDEPEND}" @@ -40,14 +41,14 @@ src_prepare() { src_compile() { emake -f makefile "${myopts[@]}" - if use qt4 ; then + if use qt5 ; then cd src/qt-gui - eqmake4 + eqmake5 emake fi } src_install() { emake -f makefile "${myopts[@]}" install - use qt4 && emake -f makefile "${myopts[@]}" install-gui + use qt5 && emake -f makefile "${myopts[@]}" install-gui } diff --git a/app-text/ansifilter/ansifilter-1.7.ebuild b/app-text/ansifilter/ansifilter-1.7.ebuild deleted file mode 100644 index 36ccf1b66ee2..000000000000 --- a/app-text/ansifilter/ansifilter-1.7.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit toolchain-funcs qt4-r2 - -DESCRIPTION="Handles text files containing ANSI terminal escape codes" -HOMEPAGE="http://www.andre-simon.de/" -SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="qt4" - -RDEPEND=" - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN} - -pkg_setup() { - myopts=( - "CC=$(tc-getCXX)" - "CFLAGS=${CFLAGS} -c" - "LDFLAGS=${LDFLAGS}" - "DESTDIR=${ED}" - "PREFIX=${EPREFIX}/usr" - "doc_dir=${EPREFIX}/usr/share/doc/${PF}/" - ) -} - -src_prepare() { - # bug 431452 - rm src/qt-gui/moc_mydialog.cpp || die -} - -src_compile() { - emake -f makefile "${myopts[@]}" - if use qt4 ; then - cd src/qt-gui - eqmake4 - emake - fi -} - -src_install() { - emake -f makefile "${myopts[@]}" install - use qt4 && emake -f makefile "${myopts[@]}" install-gui -} diff --git a/app-text/jabref-bin/Manifest b/app-text/jabref-bin/Manifest index 1506aa845801..3bfd58677c83 100644 --- a/app-text/jabref-bin/Manifest +++ b/app-text/jabref-bin/Manifest @@ -5,3 +5,4 @@ DIST JabRef-2.11b2.jar 15817749 SHA256 f811eb98bdef938c9aaeee5e9807c6ea28a8b4d72 DIST JabRef-2.11b3.jar 16426897 SHA256 251192bc24448886bb62dbc5d01e0c68ee345c45d83fd586db16e5562894fa78 SHA512 93f691928948346f2e3891d5a52be14159b6e0e953897d12a839026ae125bae9c97082bf8f2e160bf20fd42d7e81fa5385114c5e7800e17be07666aa4ec0f7ed WHIRLPOOL ecf0088eb1b30391851a2c30f502b34accd9d4b1e6133f2f06e6e6689160a1dcd74a7f719c3d1e7d8e489f0bcb1f5187a07403d998a0a3256bacf4cbcaa0a2fc DIST JabRef-2.11b4.jar 20366631 SHA256 4f715c5e8849167b234cec2edbf6c8e32f3eaab5b69ff672210746bdb0c9204d SHA512 28d57d75cbd197e9a2fd9307cfd1cac9f8b2a0855c440db2a06292770a068cf7eb67db1af31f7240f70ddd382b33c30cb10c1d4be7e53cfd302efc1671b6a2a3 WHIRLPOOL 6b90bd7668330fa1c41bf2622a3d48acaf98d1b3ae0e5174ec3e85ca12a12f56b6ec42887cda655bdb2863e69899a707eb2be7663dc27f53030315bd3c68da20 DIST JabRef-3.1.jar 20307649 SHA256 81adaa1b672535e7b64814b6ad8f6a00e8bcf0a82b0849ba4523e36cd440425d SHA512 aab648f19feecf64a9afe3e69092736c0c2c177ee3a6c0dc3a9a9a8cea6d5a0d24201abed7048e4b569b0f1bb4736c1ad75df056243293e7b82795f50eb16476 WHIRLPOOL 437744b7236249e342ccaba9b08164727017b4136246c04a73c824c0df91e9b9f6d0814294f110ab935fb60bcd60d70f921774dfced0375ea19afafe60451c22 +DIST JabRef-3.2.jar 20246639 SHA256 5f3d18052019dd10475de6e8e1d3c900300cd7195d6e1e6262fab104d06abadb SHA512 db7c2cde0e1d858d14b80f7820a729cac97c74a442e65b18d7c8a7366dbc719bef14e652cf44f04256efffd9d42136e2c865347b3975a0450ec13ef4b3cf71c9 WHIRLPOOL 6cf53e25ce220750145282567cf4dbd11f6fcb7e90ae18d3cfafc3f2a001c3933ddcae6bfe33dcd9ee495719a795fdf2b313e872aab788176d038b2984888b39 diff --git a/app-text/jabref-bin/jabref-bin-3.2.ebuild b/app-text/jabref-bin/jabref-bin-3.2.ebuild new file mode 100644 index 000000000000..a7729010cf90 --- /dev/null +++ b/app-text/jabref-bin/jabref-bin-3.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils java-pkg-2 + +MY_PV_1="${PV/_beta/b}" +MY_PV="${MY_PV_1/_rc/}" +MY_URI_PV_1="${PV/rc/}" +MY_URI_PV="${MY_URI_PV_1//_/%20}" + +DESCRIPTION="Java GUI for managing BibTeX and other bibliographies" +HOMEPAGE="http://jabref.sourceforge.net/" +SRC_URI="mirror://sourceforge/jabref/JabRef-${MY_PV}.jar" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="|| ( >=virtual/jre-1.8 >=virtual/jdk-1.8 )" + +S="${WORKDIR}" + +src_unpack() { + cp -v "${DISTDIR}/${A}" . || die + jar xf ${A} images/icons/JabRef-icon-48.png || die +} + +src_install() { + java-pkg_newjar "JabRef-${MY_PV}.jar" + java-pkg_dolauncher "${PN}" --jar "${PN}.jar" + newicon images/icons/JabRef-icon-48.png JabRef-bin-icon.png + make_desktop_entry "${PN}" JabRef-bin JabRef-bin-icon Office +} diff --git a/app-text/zemberek-server/zemberek-server-0.7.1-r1.ebuild b/app-text/zemberek-server/zemberek-server-0.7.1-r1.ebuild index abacdde969c7..6eefdfc89aee 100644 --- a/app-text/zemberek-server/zemberek-server-0.7.1-r1.ebuild +++ b/app-text/zemberek-server/zemberek-server-0.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="https://zemberek.googlecode.com/files/${PN}-nolibs-${PV}.tar.gz" LICENSE="MPL-1.1 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" S="${WORKDIR}" IUSE="" diff --git a/app-text/zemberek-server/zemberek-server-0.7.1.ebuild b/app-text/zemberek-server/zemberek-server-0.7.1.ebuild index 01db58a89f51..905b05a752d1 100644 --- a/app-text/zemberek-server/zemberek-server-0.7.1.ebuild +++ b/app-text/zemberek-server/zemberek-server-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="https://zemberek.googlecode.com/files/${PN}-nolibs-${PV}.tar.gz" LICENSE="MPL-1.1 GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" S="${WORKDIR}" IUSE="" diff --git a/app-vim/ant_menu/ant_menu-0.5.7.1.ebuild b/app-vim/ant_menu/ant_menu-0.5.7.1.ebuild index 39393ce30689..700d41801651 100644 --- a/app-vim/ant_menu/ant_menu-0.5.7.1.ebuild +++ b/app-vim/ant_menu/ant_menu-0.5.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: Java ant build system integration" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=155" LICENSE="LGPL-2" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND="dev-java/ant" diff --git a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild index da15ded97d64..25e2a82a7284 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ HOMEPAGE="http://www.antlr2.org/" SRC_URI="http://www.antlr2.org/download/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="doc examples static-libs" RESTRICT="test" # No tests but test target blows up! diff --git a/dev-cpp/gtkmm/files/gtkmm-3.18.0-gcc47.patch b/dev-cpp/gtkmm/files/gtkmm-3.18.0-gcc47.patch new file mode 100644 index 000000000000..6a70cd6b1636 --- /dev/null +++ b/dev-cpp/gtkmm/files/gtkmm-3.18.0-gcc47.patch @@ -0,0 +1,44 @@ +--- a/gtk/src/menushell.ccg 2015-07-16 21:00:55.000000000 +0200 ++++ b/gtk/src/menushell.ccg 2015-12-09 01:03:45.127863899 +0100 +@@ -43,7 +43,7 @@ MenuShell::MenuShell(GtkMenuShell* casti + {} + + // TODO: Why do we need a custom dtor? +-MenuShell::~MenuShell() ++MenuShell::~MenuShell() noexcept + {} + + void MenuShell::accelerate(Window& window) +--- a/gtk/gtkmm/menushell.cc 2015-09-22 11:41:47.000000000 +0200 ++++ b/gtk/gtkmm/menushell.cc 2015-12-09 01:06:27.641701385 +0100 +@@ -54,7 +54,7 @@ MenuShell::MenuShell(GtkMenuShell* casti + {} + + // TODO: Why do we need a custom dtor? +-MenuShell::~MenuShell() ++MenuShell::~MenuShell() noexcept + {} + + void MenuShell::accelerate(Window& window) +--- a/gtk/src/widget.ccg 2015-07-16 21:00:55.000000000 +0200 ++++ b/gtk/src/widget.ccg 2015-12-09 07:36:47.328538621 +0100 +@@ -413,7 +413,7 @@ void Widget_Class::get_preferred_width_f + (*base->get_preferred_width_for_height)(self, height, minimum_width, natural_width); + } + +-Widget::~Widget() ++Widget::~Widget() noexcept + {} + + void Widget::reparent(Widget& new_parent) +--- a/gtk/gtkmm/widget.cc 2015-09-22 11:44:13.000000000 +0200 ++++ b/gtk/gtkmm/widget.cc 2015-12-09 07:39:29.318214641 +0100 +@@ -423,7 +423,7 @@ void Widget_Class::get_preferred_width_f + (*base->get_preferred_width_for_height)(self, height, minimum_width, natural_width); + } + +-Widget::~Widget() ++Widget::~Widget() noexcept + {} + + void Widget::reparent(Widget& new_parent) diff --git a/dev-cpp/gtkmm/gtkmm-3.18.0-r1.ebuild b/dev-cpp/gtkmm/gtkmm-3.18.0-r1.ebuild index 14aad8734783..401ce9966c41 100644 --- a/dev-cpp/gtkmm/gtkmm-3.18.0-r1.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.18.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI="5" GCONF_DEBUG="no" -inherit gnome2 multilib-minimal +inherit eutils gnome2 multilib-minimal DESCRIPTION="C++ interface for GTK+" HOMEPAGE="http://www.gtkmm.org" @@ -37,6 +37,9 @@ DEPEND="${RDEPEND} # eautoreconf needs mm-common src_prepare() { + # Fix building with gcc-4.7, fixed in next version, bug #567882 + epatch "${FILESDIR}"/${P}-gcc47.patch + if ! use test; then # don't waste time building tests sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ diff --git a/dev-cpp/gtkmm/gtkmm-3.18.0.ebuild b/dev-cpp/gtkmm/gtkmm-3.18.0.ebuild deleted file mode 100644 index 1e80a4583b98..000000000000 --- a/dev-cpp/gtkmm/gtkmm-3.18.0.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 multilib-minimal - -DESCRIPTION="C++ interface for GTK+" -HOMEPAGE="http://www.gtkmm.org" - -LICENSE="LGPL-2.1+" -SLOT="3.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="aqua doc examples test wayland X" -REQUIRED_USE="|| ( aqua wayland X )" - -RDEPEND=" - >=dev-cpp/glibmm-2.46.1:2[${MULTILIB_USEDEP}] - >=x11-libs/gtk+-3.18.0:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}] - >=x11-libs/gdk-pixbuf-2.28:2[${MULTILIB_USEDEP}] - >=dev-cpp/atkmm-2.24.1[${MULTILIB_USEDEP}] - >=dev-cpp/cairomm-1.12.0[${MULTILIB_USEDEP}] - >=dev-cpp/pangomm-2.38.1:1.4[${MULTILIB_USEDEP}] - >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}] - >=media-libs/libepoxy-1.2[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( - media-gfx/graphviz - dev-libs/libxslt - app-doc/doxygen ) -" -# dev-cpp/mm-common" -# eautoreconf needs mm-common - -src_prepare() { - if ! use test; then - # don't waste time building tests - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ - || die "sed 1 failed" - fi - - if ! use examples; then - # don't waste time building tests - sed 's/^\(SUBDIRS =.*\)demos\(.*\)$/\1\2/' -i Makefile.am Makefile.in \ - || die "sed 2 failed" - fi - - gnome2_src_prepare -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" gnome2_src_configure \ - --enable-api-atkmm \ - $(multilib_native_use_enable doc documentation) \ - $(use_enable aqua quartz-backend) \ - $(use_enable wayland wayland-backend) \ - $(use_enable X x11-backend) -} - -multilib_src_install() { - gnome2_src_install -} - -multilib_src_install_all() { - DOCS="AUTHORS ChangeLog PORTING NEWS README" - einstalldocs -} diff --git a/dev-cpp/muParser/muParser-2.2.3.ebuild b/dev-cpp/muParser/muParser-2.2.3.ebuild index 435c089bc69a..73449d5e9914 100644 --- a/dev-cpp/muParser/muParser-2.2.3.ebuild +++ b/dev-cpp/muParser/muParser-2.2.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${MYPN}/${MYP}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc test" RDEPEND="" diff --git a/dev-db/henplus/henplus-0.9.8-r1.ebuild b/dev-db/henplus/henplus-0.9.8-r1.ebuild index 20cd62e2a6a3..0651ab47fe63 100644 --- a/dev-db/henplus/henplus-0.9.8-r1.ebuild +++ b/dev-db/henplus/henplus-0.9.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://henplus.sf.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" COMMON_DEPEND="dev-java/commons-cli:1 diff --git a/dev-db/henplus/henplus-0.9.8.ebuild b/dev-db/henplus/henplus-0.9.8.ebuild index 52df2f721b98..1a73f649361d 100644 --- a/dev-db/henplus/henplus-0.9.8.ebuild +++ b/dev-db/henplus/henplus-0.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://henplus.sf.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEPEND="dev-java/commons-cli:1 diff --git a/dev-db/hsqldb/hsqldb-1.8.1.3-r1.ebuild b/dev-db/hsqldb/hsqldb-1.8.1.3-r1.ebuild index 2040c5f98f46..7fd742941d69 100644 --- a/dev-db/hsqldb/hsqldb-1.8.1.3-r1.ebuild +++ b/dev-db/hsqldb/hsqldb-1.8.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" CDEPEND=" diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild index 5da719f1acc1..21cf2c364934 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz https://github.co LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="debug doc gnome-keyring" # glibc: deprecated mutex functions, removed in 2.36.0 diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild index 2fa905ae700b..c846c5cc8b12 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz https://github.co LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="debug doc gnome-keyring" # glibc: deprecated mutex functions, removed in 2.36.0 diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild index d5914d616408..1547dcd8db30 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz https://github.co LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc gnome-keyring" # glibc: deprecated mutex functions, removed in 2.36.0 diff --git a/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild b/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild index 5ecac204646e..ea911909e2b4 100644 --- a/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild +++ b/dev-db/sqlcipher/sqlcipher-3.3.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/sqlcipher/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="readline static-libs tcl" diff --git a/dev-dotnet/ikvm/ikvm-0.46.0.1.ebuild b/dev-dotnet/ikvm/ikvm-0.46.0.1.ebuild index 69be319ba493..45ff8d3a98e3 100644 --- a/dev-dotnet/ikvm/ikvm-0.46.0.1.ebuild +++ b/dev-dotnet/ikvm/ikvm-0.46.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://www.frijters.net/openjdk6-b22-stripped.zip LICENSE="ZLIB GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=dev-lang/mono-2 diff --git a/dev-dotnet/ikvm/ikvm-0.46.0.2.ebuild b/dev-dotnet/ikvm/ikvm-0.46.0.2.ebuild index 1cc180fe31db..ba88ae68ba59 100644 --- a/dev-dotnet/ikvm/ikvm-0.46.0.2.ebuild +++ b/dev-dotnet/ikvm/ikvm-0.46.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://www.frijters.net/openjdk6-b22-stripped.zip LICENSE="ZLIB GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=dev-lang/mono-2 diff --git a/dev-java/annogen/annogen-0.1.0-r2.ebuild b/dev-java/annogen/annogen-0.1.0-r2.ebuild index ca46888de0a7..e37bbd6acdab 100644 --- a/dev-java/annogen/annogen-0.1.0-r2.ebuild +++ b/dev-java/annogen/annogen-0.1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://dist.codehaus.org/${PN}/distributions/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" CDEPEND=" dev-java/qdox:1.6 diff --git a/dev-java/ant-antlr/ant-antlr-1.9.2-r1.ebuild b/dev-java/ant-antlr/ant-antlr-1.9.2-r1.ebuild index 1f6f33cd556d..b68bbb39b955 100644 --- a/dev-java/ant-antlr/ant-antlr-1.9.2-r1.ebuild +++ b/dev-java/ant-antlr/ant-antlr-1.9.2-r1.ebuild @@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="" inherit ant-tasks DESCRIPTION="Apache Ant's optional tasks for Antlr" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=">=dev-java/antlr-2.7.7-r7:0" diff --git a/dev-java/ant-apache-bcel/ant-apache-bcel-1.9.2.ebuild b/dev-java/ant-apache-bcel/ant-apache-bcel-1.9.2.ebuild index 754013fa4bd1..5da963b6766c 100644 --- a/dev-java/ant-apache-bcel/ant-apache-bcel-1.9.2.ebuild +++ b/dev-java/ant-apache-bcel/ant-apache-bcel-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="bcel" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=dev-java/bcel-5.1-r3:0" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild b/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild index 8c70ce17ee59..aa255a7e9fdc 100644 --- a/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild +++ b/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="bsf-2.3" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="python javascript tcl" DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?]" diff --git a/dev-java/ant-apache-log4j/ant-apache-log4j-1.9.2.ebuild b/dev-java/ant-apache-log4j/ant-apache-log4j-1.9.2.ebuild index 0d8b1507919d..3cd2e80f7ed3 100644 --- a/dev-java/ant-apache-log4j/ant-apache-log4j-1.9.2.ebuild +++ b/dev-java/ant-apache-log4j/ant-apache-log4j-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="log4j" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=dev-java/log4j-1.2.13-r2:0" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-apache-oro/ant-apache-oro-1.9.2.ebuild b/dev-java/ant-apache-oro/ant-apache-oro-1.9.2.ebuild index 2bca7faeab73..1b80650d5a36 100644 --- a/dev-java/ant-apache-oro/ant-apache-oro-1.9.2.ebuild +++ b/dev-java/ant-apache-oro/ant-apache-oro-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="jakarta-oro-2.0" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=dev-java/jakarta-oro-2.0.8-r2:2.0" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-apache-regexp/ant-apache-regexp-1.9.2.ebuild b/dev-java/ant-apache-regexp/ant-apache-regexp-1.9.2.ebuild index bfd291c9b537..cd99cccee1c4 100644 --- a/dev-java/ant-apache-regexp/ant-apache-regexp-1.9.2.ebuild +++ b/dev-java/ant-apache-regexp/ant-apache-regexp-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="jakarta-regexp-1.4" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=dev-java/jakarta-regexp-1.4-r1:1.4" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-apache-resolver/ant-apache-resolver-1.9.2.ebuild b/dev-java/ant-apache-resolver/ant-apache-resolver-1.9.2.ebuild index 0c02493b4310..b2ad88728779 100644 --- a/dev-java/ant-apache-resolver/ant-apache-resolver-1.9.2.ebuild +++ b/dev-java/ant-apache-resolver/ant-apache-resolver-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="xml-commons-resolver" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=dev-java/xml-commons-resolver-1.2:0" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.2-r1.ebuild b/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.2-r1.ebuild index 464e2744d4b8..c4f4e7482131 100644 --- a/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.2-r1.ebuild +++ b/dev-java/ant-apache-xalan2/ant-apache-xalan2-1.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="xalan" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND="dev-java/xalan:0 dev-java/xalan-serializer:0" diff --git a/dev-java/ant-commons-logging/ant-commons-logging-1.9.2.ebuild b/dev-java/ant-commons-logging/ant-commons-logging-1.9.2.ebuild index 25fb894689dc..6fe5e36ebf23 100644 --- a/dev-java/ant-commons-logging/ant-commons-logging-1.9.2.ebuild +++ b/dev-java/ant-commons-logging/ant-commons-logging-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=dev-java/commons-logging-1.0.4-r2:0" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-commons-net/ant-commons-net-1.9.2.ebuild b/dev-java/ant-commons-net/ant-commons-net-1.9.2.ebuild index 7d0b23b7e42f..b6f73a1fc8c6 100644 --- a/dev-java/ant-commons-net/ant-commons-net-1.9.2.ebuild +++ b/dev-java/ant-commons-net/ant-commons-net-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=dev-java/commons-net-1.4.1-r1:0" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild b/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild index 1604cd90ba45..fb7d132a09b4 100644 --- a/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild +++ b/dev-java/ant-contrib/ant-contrib-1.0_beta2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://ant-contrib.sourceforge.net/" SRC_URI="mirror://sourceforge/ant-contrib/${PN}-${PV/_beta/b}-src.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" # test? ( dev-java/ant-junit dev-java/ant-testutil ) diff --git a/dev-java/ant-contrib/ant-contrib-1.0_beta3-r1.ebuild b/dev-java/ant-contrib/ant-contrib-1.0_beta3-r1.ebuild index 2cfb3264a294..a8da54715f04 100644 --- a/dev-java/ant-contrib/ant-contrib-1.0_beta3-r1.ebuild +++ b/dev-java/ant-contrib/ant-contrib-1.0_beta3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/ant-contrib/${PN}-${PV/_beta/b}-src.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" # test? ( dev-java/ant-junit dev-java/ant-testutil ) RDEPEND=">=virtual/jre-1.4 diff --git a/dev-java/ant-core/ant-core-1.9.2.ebuild b/dev-java/ant-core/ant-core-1.9.2.ebuild index ccd471aa4719..91372a947bd8 100644 --- a/dev-java/ant-core/ant-core-1.9.2.ebuild +++ b/dev-java/ant-core/ant-core-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ SRC_URI="mirror://apache/ant/source/${MY_P}-src.tar.bz2 LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND="|| ( >=virtual/jdk-1.5 dev-java/gcj-jdk ) !dev-java/ant-tasks diff --git a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-3.7.2.ebuild b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-3.7.2.ebuild index 8f2be6cf7db3..752b04a37d6f 100644 --- a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-3.7.2.ebuild +++ b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-3.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF/.0}/ecjsrc-${PV}.jar" LICENSE="EPL-1.0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" SLOT="3.7" IUSE="" diff --git a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.2.1.ebuild b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.2.1.ebuild index d0fba0a6683d..e82ab821b68c 100644 --- a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.2.1.ebuild +++ b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF/.0}/ecjsrc-${PV}.jar" LICENSE="EPL-1.0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" SLOT="4.2" IUSE="" diff --git a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.2.ebuild b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.2.ebuild index c27ffb0bdeb7..67a85ed47c44 100644 --- a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.2.ebuild +++ b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV}.jar" LICENSE="EPL-1.0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" SLOT="4.4" IUSE="" diff --git a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.5.1.ebuild b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.5.1.ebuild index 5954842302a9..a3a080c00968 100644 --- a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.5.1.ebuild +++ b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV}.jar" LICENSE="EPL-1.0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" SLOT="4.5" IUSE="" diff --git a/dev-java/ant-ivy/ant-ivy-1.3.1-r1.ebuild b/dev-java/ant-ivy/ant-ivy-1.3.1-r1.ebuild index dcb06c406c51..880abd2a8560 100644 --- a/dev-java/ant-ivy/ant-ivy-1.3.1-r1.ebuild +++ b/dev-java/ant-ivy/ant-ivy-1.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://jayasoft.org/downloads/ivy/1.3.1/${MY_P}-src.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" COMMON_DEP=" diff --git a/dev-java/ant-ivy/ant-ivy-1.4.1-r1.ebuild b/dev-java/ant-ivy/ant-ivy-1.4.1-r1.ebuild index dcdf04ebc139..5c049d50e81d 100644 --- a/dev-java/ant-ivy/ant-ivy-1.4.1-r1.ebuild +++ b/dev-java/ant-ivy/ant-ivy-1.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ SRC_URI="http://www.jaya.free.fr/downloads/ivy/${PV}/${MY_P}-src.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" COMMON_DEP=" dev-java/ant-core:0 diff --git a/dev-java/ant-ivy/ant-ivy-2.0.0.ebuild b/dev-java/ant-ivy/ant-ivy-2.0.0.ebuild index 9b482b8a76a7..bde6e7d36fac 100644 --- a/dev-java/ant-ivy/ant-ivy-2.0.0.ebuild +++ b/dev-java/ant-ivy/ant-ivy-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ SRC_URI="mirror://apache/ant/ivy/${PV}/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RESTRICT="test" # We cannot build tests yet as there is no org.apache.tools.ant.BuildFileTest packaged anywhere yet diff --git a/dev-java/ant-ivy/ant-ivy-2.3.0-r2.ebuild b/dev-java/ant-ivy/ant-ivy-2.3.0-r2.ebuild index 6ec6cbc592d8..51548c1c556e 100644 --- a/dev-java/ant-ivy/ant-ivy-2.3.0-r2.ebuild +++ b/dev-java/ant-ivy/ant-ivy-2.3.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ SRC_URI="mirror://apache/ant/ivy/${PV}/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" # We cannot build tests yet as there is no org.apache.tools.ant.BuildFileTest packaged anywhere yet. RESTRICT="test" diff --git a/dev-java/ant-jai/ant-jai-1.9.2.ebuild b/dev-java/ant-jai/ant-jai-1.9.2.ebuild index 1d3d087d7653..df2a93d1eeaf 100644 --- a/dev-java/ant-jai/ant-jai-1.9.2.ebuild +++ b/dev-java/ant-jai/ant-jai-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="sun-jai-bin" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" # Unmigrated, has textrels and there's also some source one now too. DEPEND=">=dev-java/sun-jai-bin-1.1.2.01-r1" diff --git a/dev-java/ant-javamail/ant-javamail-1.9.2-r1.ebuild b/dev-java/ant-javamail/ant-javamail-1.9.2-r1.ebuild index e6b511ad56db..69a1204e6cea 100644 --- a/dev-java/ant-javamail/ant-javamail-1.9.2-r1.ebuild +++ b/dev-java/ant-javamail/ant-javamail-1.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="--virtual oracle-javamail" inherit ant-tasks -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND="dev-java/oracle-javamail:0 java-virtuals/jaf:0" diff --git a/dev-java/ant-javamail/ant-javamail-1.9.2.ebuild b/dev-java/ant-javamail/ant-javamail-1.9.2.ebuild index 8a33236d3d01..a6ce8aba5338 100644 --- a/dev-java/ant-javamail/ant-javamail-1.9.2.ebuild +++ b/dev-java/ant-javamail/ant-javamail-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="--virtual javamail" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND="java-virtuals/javamail java-virtuals/jaf" diff --git a/dev-java/ant-jdepend/ant-jdepend-1.9.2.ebuild b/dev-java/ant-jdepend/ant-jdepend-1.9.2.ebuild index ef849d37c740..5f929dd67005 100644 --- a/dev-java/ant-jdepend/ant-jdepend-1.9.2.ebuild +++ b/dev-java/ant-jdepend/ant-jdepend-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=dev-java/jdepend-2.9-r2:0" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-jmf/ant-jmf-1.9.2.ebuild b/dev-java/ant-jmf/ant-jmf-1.9.2.ebuild index f061fb71913d..459af9323f47 100644 --- a/dev-java/ant-jmf/ant-jmf-1.9.2.ebuild +++ b/dev-java/ant-jmf/ant-jmf-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,4 +12,4 @@ inherit ant-tasks DESCRIPTION="Apache Ant's optional tasks for the Java Media Framework (JMF)" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" diff --git a/dev-java/ant-jsch/ant-jsch-1.9.2.ebuild b/dev-java/ant-jsch/ant-jsch-1.9.2.ebuild index 8928ce20f93c..bff6c58b6a36 100644 --- a/dev-java/ant-jsch/ant-jsch-1.9.2.ebuild +++ b/dev-java/ant-jsch/ant-jsch-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=dev-java/jsch-0.1.37:0" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-junit/ant-junit-1.9.2.ebuild b/dev-java/ant-junit/ant-junit-1.9.2.ebuild index f202b92d6431..629a7199ed6f 100644 --- a/dev-java/ant-junit/ant-junit-1.9.2.ebuild +++ b/dev-java/ant-junit/ant-junit-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" inherit ant-tasks -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND="dev-java/junit:4" RDEPEND="${DEPEND}" diff --git a/dev-java/ant-junit4/ant-junit4-1.9.2.ebuild b/dev-java/ant-junit4/ant-junit4-1.9.2.ebuild index 8edd055f37a1..ad1d674d728b 100644 --- a/dev-java/ant-junit4/ant-junit4-1.9.2.ebuild +++ b/dev-java/ant-junit4/ant-junit4-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ ANT_TASK_DEPNAME="junit-4" inherit ant-tasks -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" DEPEND="dev-java/junit:4 ~dev-java/ant-junit-${PV}" diff --git a/dev-java/ant-nodeps/ant-nodeps-1.9.2.ebuild b/dev-java/ant-nodeps/ant-nodeps-1.9.2.ebuild index 11093dfac280..0ac1bc06d87d 100644 --- a/dev-java/ant-nodeps/ant-nodeps-1.9.2.ebuild +++ b/dev-java/ant-nodeps/ant-nodeps-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ ANT_TASK_DISABLE_VM_DEPS="true" inherit ant-tasks DESCRIPTION="Formerly Ant's optional tasks w/o external deps, now compat empty jar" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Dependency needed for jar. DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/ant-owanttask/ant-owanttask-1.3.2.ebuild b/dev-java/ant-owanttask/ant-owanttask-1.3.2.ebuild index d1541235fa08..7a2d5d2431f0 100644 --- a/dev-java/ant-owanttask/ant-owanttask-1.3.2.ebuild +++ b/dev-java/ant-owanttask/ant-owanttask-1.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://download.forge.objectweb.org/monolog/ow_util_ant_tasks_${PV}.zip LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" COMMON_DEP="dev-java/xalan" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/ant-swing/ant-swing-1.9.2.ebuild b/dev-java/ant-swing/ant-swing-1.9.2.ebuild index b80540dd3276..03b2ba346a0b 100644 --- a/dev-java/ant-swing/ant-swing-1.9.2.ebuild +++ b/dev-java/ant-swing/ant-swing-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,4 +11,4 @@ inherit ant-tasks DESCRIPTION="Apache Ant's optional tasks for Swing" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" diff --git a/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild b/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild index 676c63e31668..07d26a727489 100644 --- a/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild +++ b/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI="5" inherit ant-tasks DESCRIPTION="Apache Ant's optional test utility classes" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" CDEPEND="dev-java/ant-core:0" diff --git a/dev-java/ant-trax/ant-trax-1.9.2.ebuild b/dev-java/ant-trax/ant-trax-1.9.2.ebuild index a2b6ee082bb0..8e7ce741fd1f 100644 --- a/dev-java/ant-trax/ant-trax-1.9.2.ebuild +++ b/dev-java/ant-trax/ant-trax-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ ANT_TASK_DISABLE_VM_DEPS="true" inherit ant-tasks DESCRIPTION="Apache Ant .jar with optional tasks depending on XML transformer (Deprecated!)" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Dependency needed for jar. DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/ant/ant-1.9.2.ebuild b/dev-java/ant/ant-1.9.2.ebuild index 7ad645263e2a..9d275884fa45 100644 --- a/dev-java/ant/ant-1.9.2.ebuild +++ b/dev-java/ant/ant-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://ant.apache.org/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND="~dev-java/ant-core-${PV}" RDEPEND="${DEPEND}" diff --git a/dev-java/antlr/antlr-2.7.7-r7.ebuild b/dev-java/antlr/antlr-2.7.7-r7.ebuild index dec6bd95bcfd..19c39cb24c64 100644 --- a/dev-java/antlr/antlr-2.7.7-r7.ebuild +++ b/dev-java/antlr/antlr-2.7.7-r7.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://www.antlr2.org/" SRC_URI="http://www.antlr2.org/download/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 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" +KEYWORDS="amd64 ~arm ppc64 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="examples source" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/antlr/antlr-3.2.ebuild b/dev-java/antlr/antlr-3.2.ebuild index 5d9561d94df5..b8a051292daa 100644 --- a/dev-java/antlr/antlr-3.2.ebuild +++ b/dev-java/antlr/antlr-3.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.antlr3.org/download/${P}.tar.gz http://www.antlr3.org/download/${P}.jar" # Prebuilt version needed. LICENSE="BSD" SLOT="3" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" CDEPEND=">=dev-java/antlr-2.7.7-r7:0 diff --git a/dev-java/antlr/antlr-3.5.2.ebuild b/dev-java/antlr/antlr-3.5.2.ebuild index 33d4d91af0c0..acaad6faa25e 100644 --- a/dev-java/antlr/antlr-3.5.2.ebuild +++ b/dev-java/antlr/antlr-3.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz http://www.antlr3.org/download/${P}-complete.jar" # Prebuilt version needed. LICENSE="BSD" SLOT="3.5" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" CDEPEND="dev-java/stringtemplate:4" diff --git a/dev-java/antlr/antlr-4.4.ebuild b/dev-java/antlr/antlr-4.4.ebuild index cc1b6136dfc0..409a9d438aef 100644 --- a/dev-java/antlr/antlr-4.4.ebuild +++ b/dev-java/antlr/antlr-4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ http://www.antlr3.org/download/${JAR_LIST[0]} http://www.antlr.org/download/${JAR_LIST[1]}" LICENSE="BSD" SLOT="4" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="gunit" CDEPEND=" diff --git a/dev-java/antlr/antlr-4.5.1.ebuild b/dev-java/antlr/antlr-4.5.1.ebuild index 17c21dc8af41..6fe3fe43be6a 100644 --- a/dev-java/antlr/antlr-4.5.1.ebuild +++ b/dev-java/antlr/antlr-4.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}4/archive/${PV}.tar.gz -> ${P}.tar.gz http://www.antlr.org/download/${P}-complete.jar" # Prebuilt version needed. LICENSE="BSD" SLOT="4" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" CDEPEND="dev-java/antlr:3.5 diff --git a/dev-java/aopalliance/aopalliance-1.0-r2.ebuild b/dev-java/aopalliance/aopalliance-1.0-r2.ebuild index d830be462acf..bc08a5c630f4 100644 --- a/dev-java/aopalliance/aopalliance-1.0-r2.ebuild +++ b/dev-java/aopalliance/aopalliance-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ HOMEPAGE="http://aopalliance.sourceforge.net/" LICENSE="public-domain" SLOT="1" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" diff --git a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r1.ebuild b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r1.ebuild index 8d5a23a45234..988790c758a9 100644 --- a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r1.ebuild +++ b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://developer.apple.com/samplecode/AppleJavaExtensions/" SRC_URI="http://developer.apple.com/samplecode/AppleJavaExtensions/AppleJavaExtensions.zip -> ${P}.zip" LICENSE="Apple" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5.ebuild b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5.ebuild index ee80d0ee07d5..0625562dea5a 100644 --- a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5.ebuild +++ b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://developer.apple.com/samplecode/AppleJavaExtensions/" SRC_URI="http://developer.apple.com/samplecode/AppleJavaExtensions/AppleJavaExtensions.zip -> ${P}.zip" LICENSE="Apple" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild b/dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild index 78bd7728254c..eec5f753555b 100644 --- a/dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild +++ b/dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" diff --git a/dev-java/asm/asm-2.0-r1.ebuild b/dev-java/asm/asm-2.0-r1.ebuild index f505db0b3a26..8d346300f10e 100644 --- a/dev-java/asm/asm-2.0-r1.ebuild +++ b/dev-java/asm/asm-2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ HOMEPAGE="http://asm.objectweb.org" SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="2" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" IUSE="doc source" DEPEND=">=virtual/jdk-1.3 dev-java/ant-core diff --git a/dev-java/asm/asm-2.0-r2.ebuild b/dev-java/asm/asm-2.0-r2.ebuild index 0f70ce6604d1..ea467db8064b 100644 --- a/dev-java/asm/asm-2.0-r2.ebuild +++ b/dev-java/asm/asm-2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://asm.objectweb.org" SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" IUSE="doc source" CDEPEND="dev-java/ant-core:0 diff --git a/dev-java/asm/asm-2.2.3-r1.ebuild b/dev-java/asm/asm-2.2.3-r1.ebuild index 19b311bf264f..40f0deb23f59 100644 --- a/dev-java/asm/asm-2.2.3-r1.ebuild +++ b/dev-java/asm/asm-2.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ HOMEPAGE="http://asm.objectweb.org" SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="2.2" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc source" DEPEND=">=virtual/jdk-1.4 dev-java/ant-core diff --git a/dev-java/asm/asm-2.2.3-r2.ebuild b/dev-java/asm/asm-2.2.3-r2.ebuild index 0b969706e64d..0f40557ee3b7 100644 --- a/dev-java/asm/asm-2.2.3-r2.ebuild +++ b/dev-java/asm/asm-2.2.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://asm.objectweb.org" SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="2.2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc source" CDEPEND="dev-java/ant-core:0 diff --git a/dev-java/asm/asm-3.3.1-r1.ebuild b/dev-java/asm/asm-3.3.1-r1.ebuild index 3eead3a7300a..59389d859abd 100644 --- a/dev-java/asm/asm-3.3.1-r1.ebuild +++ b/dev-java/asm/asm-3.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="3" IUSE="" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris" DEPEND=">=virtual/jdk-1.6" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/asm/asm-3.3.1.ebuild b/dev-java/asm/asm-3.3.1.ebuild index 809950ee4215..cb1f997435c0 100644 --- a/dev-java/asm/asm-3.3.1.ebuild +++ b/dev-java/asm/asm-3.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="3" IUSE="" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/asm/asm-4.0-r1.ebuild b/dev-java/asm/asm-4.0-r1.ebuild index f3dc1e6f2a3c..43faf131b996 100644 --- a/dev-java/asm/asm-4.0-r1.ebuild +++ b/dev-java/asm/asm-4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="4" IUSE="" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x64-macos" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x64-macos" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/asm/asm-4.0.ebuild b/dev-java/asm/asm-4.0.ebuild index 225d7825543a..45d6bd1ba7fd 100644 --- a/dev-java/asm/asm-4.0.ebuild +++ b/dev-java/asm/asm-4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="4" IUSE="" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x64-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x64-macos" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/asm/asm-5.0.3.ebuild b/dev-java/asm/asm-5.0.3.ebuild index d006b9f27836..c15bacc2bb20 100644 --- a/dev-java/asm/asm-5.0.3.ebuild +++ b/dev-java/asm/asm-5.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz LICENSE="BSD" SLOT="4" IUSE="" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x64-macos" +KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-fbsd ~x64-macos" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/asm/asm-5.0.4.ebuild b/dev-java/asm/asm-5.0.4.ebuild index ecc14322ad0b..414109a8832c 100644 --- a/dev-java/asm/asm-5.0.4.ebuild +++ b/dev-java/asm/asm-5.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz LICENSE="BSD" SLOT="4" IUSE="" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x64-macos" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x64-macos" DEPEND=">=virtual/jdk-1.6" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/avalon-framework/avalon-framework-4.1.5-r1.ebuild b/dev-java/avalon-framework/avalon-framework-4.1.5-r1.ebuild index 44f3d3ec2ffe..9ab977bf2f97 100644 --- a/dev-java/avalon-framework/avalon-framework-4.1.5-r1.ebuild +++ b/dev-java/avalon-framework/avalon-framework-4.1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/avalon/avalon-framework/source/${P}.src.tar.gz" LICENSE="Apache-2.0" SLOT="4.1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" COMMON_DEP=" diff --git a/dev-java/avalon-framework/avalon-framework-4.1.5-r2.ebuild b/dev-java/avalon-framework/avalon-framework-4.1.5-r2.ebuild index 195afe333c8b..939c5218ae5a 100644 --- a/dev-java/avalon-framework/avalon-framework-4.1.5-r2.ebuild +++ b/dev-java/avalon-framework/avalon-framework-4.1.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/avalon/avalon-framework/source/${P}.src.tar.gz" LICENSE="Apache-2.0" SLOT="4.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" IUSE="" CDEPEND="dev-java/avalon-logkit:2.0 diff --git a/dev-java/avalon-framework/avalon-framework-4.2.0-r1.ebuild b/dev-java/avalon-framework/avalon-framework-4.2.0-r1.ebuild index 970a1c10146f..074a2c8f637b 100644 --- a/dev-java/avalon-framework/avalon-framework-4.2.0-r1.ebuild +++ b/dev-java/avalon-framework/avalon-framework-4.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/avalon/avalon-framework/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="4.2" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" COMMON_DEP="=dev-java/avalon-logkit-2* diff --git a/dev-java/avalon-framework/avalon-framework-4.2.0-r2.ebuild b/dev-java/avalon-framework/avalon-framework-4.2.0-r2.ebuild index c80b883eaebf..43c01e5d5f27 100644 --- a/dev-java/avalon-framework/avalon-framework-4.2.0-r2.ebuild +++ b/dev-java/avalon-framework/avalon-framework-4.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/avalon/avalon-framework/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="4.2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" CDEPEND="dev-java/avalon-logkit:2.0 diff --git a/dev-java/avalon-logkit/avalon-logkit-1.2.2-r1.ebuild b/dev-java/avalon-logkit/avalon-logkit-1.2.2-r1.ebuild index 651c72a0bb95..ed209747cf88 100644 --- a/dev-java/avalon-logkit/avalon-logkit-1.2.2-r1.ebuild +++ b/dev-java/avalon-logkit/avalon-logkit-1.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/avalon/logkit/source/logkit-${PV}-src.tar.gz" LICENSE="Apache-1.1" SLOT="1.2" IUSE="" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" COMMON_DEP=" dev-java/avalon-framework:4.1 diff --git a/dev-java/avalon-logkit/avalon-logkit-2.1-r5.ebuild b/dev-java/avalon-logkit/avalon-logkit-2.1-r5.ebuild index 751b51706a37..ad10b34048ef 100644 --- a/dev-java/avalon-logkit/avalon-logkit-2.1-r5.ebuild +++ b/dev-java/avalon-logkit/avalon-logkit-2.1-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ DESCRIPTION="Easy-to-use Java logging toolkit" HOMEPAGE="http://avalon.apache.org/" SRC_URI="mirror://apache/excalibur/excalibur-logkit/source/${P}-src.tar.gz" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" LICENSE="Apache-2.0" SLOT="2.0" IUSE="" diff --git a/dev-java/avalon-logkit/avalon-logkit-2.1-r6.ebuild b/dev-java/avalon-logkit/avalon-logkit-2.1-r6.ebuild index 3ccdb1b53faf..d948aace530b 100644 --- a/dev-java/avalon-logkit/avalon-logkit-2.1-r6.ebuild +++ b/dev-java/avalon-logkit/avalon-logkit-2.1-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="Easy-to-use Java logging toolkit" HOMEPAGE="http://avalon.apache.org/" SRC_URI="mirror://apache/excalibur/excalibur-logkit/source/${P}-src.tar.gz" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" LICENSE="Apache-2.0" SLOT="2.0" IUSE="" diff --git a/dev-java/avalon-logkit/avalon-logkit-2.1-r7.ebuild b/dev-java/avalon-logkit/avalon-logkit-2.1-r7.ebuild index 6c817eaa10bd..aa5aa3f9d94c 100644 --- a/dev-java/avalon-logkit/avalon-logkit-2.1-r7.ebuild +++ b/dev-java/avalon-logkit/avalon-logkit-2.1-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ DESCRIPTION="Easy-to-use Java logging toolkit" HOMEPAGE="http://avalon.apache.org/" SRC_URI="mirror://apache/excalibur/excalibur-logkit/source/${P}-src.tar.gz" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" LICENSE="Apache-2.0" SLOT="2.0" IUSE="" diff --git a/dev-java/avalon-logkit/avalon-logkit-2.1-r8.ebuild b/dev-java/avalon-logkit/avalon-logkit-2.1-r8.ebuild index 334dbee94b1a..6438b053ad1b 100644 --- a/dev-java/avalon-logkit/avalon-logkit-2.1-r8.ebuild +++ b/dev-java/avalon-logkit/avalon-logkit-2.1-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ DESCRIPTION="Easy-to-use Java logging toolkit" HOMEPAGE="http://avalon.apache.org/" SRC_URI="mirror://apache/excalibur/excalibur-logkit/source/${P}-src.tar.gz" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" LICENSE="Apache-2.0" SLOT="2.0" IUSE="" diff --git a/dev-java/backport-util-concurrent/backport-util-concurrent-3.1-r1.ebuild b/dev-java/backport-util-concurrent/backport-util-concurrent-3.1-r1.ebuild index 9a251f880751..d633a59f1dba 100644 --- a/dev-java/backport-util-concurrent/backport-util-concurrent-3.1-r1.ebuild +++ b/dev-java/backport-util-concurrent/backport-util-concurrent-3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${SF_PN}/${PV}/${MY_P}-src.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND=">=virtual/jdk-1.6 diff --git a/dev-java/backport-util-concurrent/backport-util-concurrent-3.1.ebuild b/dev-java/backport-util-concurrent/backport-util-concurrent-3.1.ebuild index 904a29a18fa0..53f7d0e185df 100644 --- a/dev-java/backport-util-concurrent/backport-util-concurrent-3.1.ebuild +++ b/dev-java/backport-util-concurrent/backport-util-concurrent-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${SF_PN}/${PV}/${MY_P}-src.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND=">=virtual/jdk-1.6 diff --git a/dev-java/batik/batik-1.8-r2.ebuild b/dev-java/batik/batik-1.8-r2.ebuild index 79bf96db90bf..7d4a6fb64ff3 100644 --- a/dev-java/batik/batik-1.8-r2.ebuild +++ b/dev-java/batik/batik-1.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/xmlgraphics/${PN}/sou LICENSE="Apache-2.0" SLOT="1.8" -KEYWORDS="amd64 x86 ppc ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc python tcl" CDEPEND="dev-java/xalan:0 diff --git a/dev-java/bcel/bcel-5.2-r2.ebuild b/dev-java/bcel/bcel-5.2-r2.ebuild index 624707c6e07d..33b7bccfdc7c 100644 --- a/dev-java/bcel/bcel-5.2-r2.ebuild +++ b/dev-java/bcel/bcel-5.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/jakarta/${PN}/source/${P}-src.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="-findbugs" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/bcel/bcel-5.2-r3.ebuild b/dev-java/bcel/bcel-5.2-r3.ebuild index 67e2b8bb1b5f..ac8c8d9eb9bb 100644 --- a/dev-java/bcel/bcel-5.2-r3.ebuild +++ b/dev-java/bcel/bcel-5.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/jakarta/${PN}/source/${P}-src.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="-findbugs" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/bcel/bcel-6.0_rc3.ebuild b/dev-java/bcel/bcel-6.0_rc3.ebuild index 2b8581b3b4c4..1018aca5d713 100644 --- a/dev-java/bcel/bcel-6.0_rc3.ebuild +++ b/dev-java/bcel/bcel-6.0_rc3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="https://github.com/apache/commons-${PN}/archive/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/bcmail/bcmail-1.38-r4.ebuild b/dev-java/bcmail/bcmail-1.38-r4.ebuild index b55f9d3ff6a6..c0470f9cd659 100644 --- a/dev-java/bcmail/bcmail-1.38-r4.ebuild +++ b/dev-java/bcmail/bcmail-1.38-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.38" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" CDEPEND=" dev-java/bcprov:${SLOT} diff --git a/dev-java/bcmail/bcmail-1.38-r5.ebuild b/dev-java/bcmail/bcmail-1.38-r5.ebuild index 3ff2db80394d..cbbf2449b0e1 100644 --- a/dev-java/bcmail/bcmail-1.38-r5.ebuild +++ b/dev-java/bcmail/bcmail-1.38-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.38" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" CDEPEND=" dev-java/bcprov:${SLOT} diff --git a/dev-java/bcmail/bcmail-1.45-r3.ebuild b/dev-java/bcmail/bcmail-1.45-r3.ebuild index 547575d17432..6f17478a1303 100644 --- a/dev-java/bcmail/bcmail-1.45-r3.ebuild +++ b/dev-java/bcmail/bcmail-1.45-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.45" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" CDEPEND=" dev-java/bcprov:${SLOT} diff --git a/dev-java/bcmail/bcmail-1.45-r4.ebuild b/dev-java/bcmail/bcmail-1.45-r4.ebuild index 0c6fd8674c64..f308e75eeeb4 100644 --- a/dev-java/bcmail/bcmail-1.45-r4.ebuild +++ b/dev-java/bcmail/bcmail-1.45-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.45" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" CDEPEND=" dev-java/bcprov:${SLOT} diff --git a/dev-java/bcmail/bcmail-1.50-r2.ebuild b/dev-java/bcmail/bcmail-1.50-r2.ebuild index 2c3e0455a5c4..fa5eb41312e5 100644 --- a/dev-java/bcmail/bcmail-1.50-r2.ebuild +++ b/dev-java/bcmail/bcmail-1.50-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.50" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="dev-java/bcprov:${SLOT} dev-java/bcpkix:${SLOT} diff --git a/dev-java/bcmail/bcmail-1.52-r2.ebuild b/dev-java/bcmail/bcmail-1.52-r2.ebuild index 15606fc39df9..b8a2681c0223 100644 --- a/dev-java/bcmail/bcmail-1.52-r2.ebuild +++ b/dev-java/bcmail/bcmail-1.52-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.52" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="dev-java/bcprov:${SLOT} dev-java/bcpkix:${SLOT} diff --git a/dev-java/bcpg/bcpg-1.50-r1.ebuild b/dev-java/bcpg/bcpg-1.50-r1.ebuild index d52ada51679a..9593f965aa13 100644 --- a/dev-java/bcpg/bcpg-1.50-r1.ebuild +++ b/dev-java/bcpg/bcpg-1.50-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.50" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" # Tests are currently broken. Appears to need older version of bcprov; but since bcprov is not slotted, this can cause conflicts. # Needs further investigation; though, only a small part has tests and there are no tests for bcpg itself. diff --git a/dev-java/bcpg/bcpg-1.52-r1.ebuild b/dev-java/bcpg/bcpg-1.52-r1.ebuild index 1a6a57a84ee6..0aece40a7b78 100644 --- a/dev-java/bcpg/bcpg-1.52-r1.ebuild +++ b/dev-java/bcpg/bcpg-1.52-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.52" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" # Tests are currently broken. Appears to need older version of bcprov; but since bcprov is not slotted, this can cause conflicts. # Needs further investigation; though, only a small part has tests and there are no tests for bcpg itself. diff --git a/dev-java/bcpkix/bcpkix-1.50-r2.ebuild b/dev-java/bcpkix/bcpkix-1.50-r2.ebuild index 11b3ac6cff6b..9729af25e093 100644 --- a/dev-java/bcpkix/bcpkix-1.50-r2.ebuild +++ b/dev-java/bcpkix/bcpkix-1.50-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ DESCRIPTION="Java cryptography APIs" HOMEPAGE="http://www.bouncycastle.org/java.html" SRC_URI="http://central.maven.org/maven2/org/bouncycastle/${MY_PN}/${PV}/${MY_P}-sources.jar" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" LICENSE="BSD" SLOT="1.50" diff --git a/dev-java/bcpkix/bcpkix-1.52-r1.ebuild b/dev-java/bcpkix/bcpkix-1.52-r1.ebuild index be37ad7f371f..76ce7b19ea7e 100644 --- a/dev-java/bcpkix/bcpkix-1.52-r1.ebuild +++ b/dev-java/bcpkix/bcpkix-1.52-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ DESCRIPTION="Java cryptography APIs" HOMEPAGE="http://www.bouncycastle.org/java.html" SRC_URI="http://central.maven.org/maven2/org/bouncycastle/${MY_PN}/${PV}/${MY_P}-sources.jar" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" LICENSE="BSD" SLOT="1.52" diff --git a/dev-java/bcprov/bcprov-1.38-r4.ebuild b/dev-java/bcprov/bcprov-1.38-r4.ebuild index 2f75cba835c6..f6cb22f679d0 100644 --- a/dev-java/bcprov/bcprov-1.38-r4.ebuild +++ b/dev-java/bcprov/bcprov-1.38-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://www.bouncycastle.org/java.html" SRC_URI="http://central.maven.org/maven2/org/bouncycastle/${MY_PN}/${PV}/${MY_P}-sources.jar" LICENSE="BSD" SLOT="1.38" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="" diff --git a/dev-java/bcprov/bcprov-1.40-r2.ebuild b/dev-java/bcprov/bcprov-1.40-r2.ebuild index 04c02fb8bb2d..e17ee8b63204 100644 --- a/dev-java/bcprov/bcprov-1.40-r2.ebuild +++ b/dev-java/bcprov/bcprov-1.40-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://www.bouncycastle.org/java.html" SRC_URI="http://central.maven.org/maven2/org/bouncycastle/${MY_PN}/${PV}/${MY_P}-sources.jar" LICENSE="BSD" SLOT="1.40" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="" diff --git a/dev-java/bcprov/bcprov-1.45-r2.ebuild b/dev-java/bcprov/bcprov-1.45-r2.ebuild index 28c5f32e5c4b..f90afd231481 100644 --- a/dev-java/bcprov/bcprov-1.45-r2.ebuild +++ b/dev-java/bcprov/bcprov-1.45-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://www.bouncycastle.org/java.html" SRC_URI="http://central.maven.org/maven2/org/bouncycastle/${MY_PN}/${PV}/${MY_P}-sources.jar" LICENSE="BSD" SLOT="1.45" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="" diff --git a/dev-java/bcprov/bcprov-1.48-r2.ebuild b/dev-java/bcprov/bcprov-1.48-r2.ebuild index 795b0383c3f6..0bcfbad39985 100644 --- a/dev-java/bcprov/bcprov-1.48-r2.ebuild +++ b/dev-java/bcprov/bcprov-1.48-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.48" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="" diff --git a/dev-java/bcprov/bcprov-1.49-r4.ebuild b/dev-java/bcprov/bcprov-1.49-r4.ebuild index 17d91d24241a..3eb4dd1c6ed5 100644 --- a/dev-java/bcprov/bcprov-1.49-r4.ebuild +++ b/dev-java/bcprov/bcprov-1.49-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.49" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="" diff --git a/dev-java/bcprov/bcprov-1.50-r2.ebuild b/dev-java/bcprov/bcprov-1.50-r2.ebuild index b0deca88b8cd..6ae7dd36c38a 100644 --- a/dev-java/bcprov/bcprov-1.50-r2.ebuild +++ b/dev-java/bcprov/bcprov-1.50-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.50" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="" diff --git a/dev-java/bcprov/bcprov-1.50-r3.ebuild b/dev-java/bcprov/bcprov-1.50-r3.ebuild index b10fce6228d4..a60928ae62bd 100644 --- a/dev-java/bcprov/bcprov-1.50-r3.ebuild +++ b/dev-java/bcprov/bcprov-1.50-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="" diff --git a/dev-java/bcprov/bcprov-1.50-r4.ebuild b/dev-java/bcprov/bcprov-1.50-r4.ebuild index d2a0a1c56449..75f7db823a0e 100644 --- a/dev-java/bcprov/bcprov-1.50-r4.ebuild +++ b/dev-java/bcprov/bcprov-1.50-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.50" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" DEPEND=">=virtual/jdk-1.6 app-arch/unzip" diff --git a/dev-java/bcprov/bcprov-1.52-r1.ebuild b/dev-java/bcprov/bcprov-1.52-r1.ebuild index add187a0f716..65cbbcbba6e6 100644 --- a/dev-java/bcprov/bcprov-1.52-r1.ebuild +++ b/dev-java/bcprov/bcprov-1.52-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.52" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="" diff --git a/dev-java/bcprov/bcprov-1.52-r2.ebuild b/dev-java/bcprov/bcprov-1.52-r2.ebuild index 990b7ff3356e..160c8dc762f4 100644 --- a/dev-java/bcprov/bcprov-1.52-r2.ebuild +++ b/dev-java/bcprov/bcprov-1.52-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" CDEPEND="" diff --git a/dev-java/bcprov/bcprov-1.52-r3.ebuild b/dev-java/bcprov/bcprov-1.52-r3.ebuild index bf6cfaf15880..9563c7b649c2 100644 --- a/dev-java/bcprov/bcprov-1.52-r3.ebuild +++ b/dev-java/bcprov/bcprov-1.52-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="1.52" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" DEPEND=">=virtual/jdk-1.6 app-arch/unzip" diff --git a/dev-java/blowfishj/blowfishj-2.14-r3.ebuild b/dev-java/blowfishj/blowfishj-2.14-r3.ebuild index 110a4aff1c5e..e54b2b53a2ba 100644 --- a/dev-java/blowfishj/blowfishj-2.14-r3.ebuild +++ b/dev-java/blowfishj/blowfishj-2.14-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://blowfishj.sourceforge.net/index.html" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.6 diff --git a/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild b/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild index d23cf65850cd..901a3433de16 100644 --- a/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild +++ b/dev-java/browserlauncher2/browserlauncher2-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/browserlaunch2/${MY_PN}-all-${MY_PV}.jar" LICENSE="LGPL-2.1" SLOT="1.0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/bsf/bsf-2.4.0-r1.ebuild b/dev-java/bsf/bsf-2.4.0-r1.ebuild index 5bfdfc3fd626..cb5590cd64dd 100644 --- a/dev-java/bsf/bsf-2.4.0-r1.ebuild +++ b/dev-java/bsf/bsf-2.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://commons.apache.org/bsf/" SRC_URI="mirror://apache/jakarta/bsf/source/${PN}-src-${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="2.3" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # If you add new ones, add them to ant-apache-bsf too for use dependencies IUSE="javascript python tcl" diff --git a/dev-java/bsh/bsh-2.0_beta4-r4.ebuild b/dev-java/bsh/bsh-2.0_beta4-r4.ebuild index 706b616c6e94..0952aaef5c98 100644 --- a/dev-java/bsh/bsh-2.0_beta4-r4.ebuild +++ b/dev-java/bsh/bsh-2.0_beta4-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://www.beanshell.org/${MY_DIST} mirror://gentoo/beanshell-icon.png" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="bsf readline" # some tests fail but ant doesn't fail RESTRICT="test" diff --git a/dev-java/byaccj/byaccj-1.15-r1.ebuild b/dev-java/byaccj/byaccj-1.15-r1.ebuild index 76cdf988d153..2306bc1a1500 100644 --- a/dev-java/byaccj/byaccj-1.15-r1.ebuild +++ b/dev-java/byaccj/byaccj-1.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="" S="${WORKDIR}/${PN}${PV}" diff --git a/dev-java/bytelist/bytelist-1.0.10.ebuild b/dev-java/bytelist/bytelist-1.0.10.ebuild index 6d066f4ac330..a90d199c6000 100644 --- a/dev-java/bytelist/bytelist-1.0.10.ebuild +++ b/dev-java/bytelist/bytelist-1.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jruby/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris" COMMON_DEP="dev-java/jcodings:0" diff --git a/dev-java/c3p0/c3p0-0.9.5.1.ebuild b/dev-java/c3p0/c3p0-0.9.5.1.ebuild index 972c30682c72..a0788ecb5bfa 100644 --- a/dev-java/c3p0/c3p0-0.9.5.1.ebuild +++ b/dev-java/c3p0/c3p0-0.9.5.1.ebuild @@ -15,7 +15,7 @@ MY_P="${P}.src" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" CDEPEND=" diff --git a/dev-java/cacao/cacao-0.99.4.ebuild b/dev-java/cacao/cacao-0.99.4.ebuild index b0f52bd8eaf6..cbe45605f8d1 100644 --- a/dev-java/cacao/cacao-0.99.4.ebuild +++ b/dev-java/cacao/cacao-0.99.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://www.cacaojvm.org/" SRC_URI="http://www.complang.tuwien.ac.at/cacaojvm/download/${P}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" CLASSPATH_SLOT=0.98 COMMON_DEPEND=" diff --git a/dev-java/cal10n/cal10n-0.8.1.ebuild b/dev-java/cal10n/cal10n-0.8.1.ebuild index 3c8e21a0b4db..21c0b695a163 100644 --- a/dev-java/cal10n/cal10n-0.8.1.ebuild +++ b/dev-java/cal10n/cal10n-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://repo1.maven.org/maven2/ch/qos/${PN}/${PN}-api/${PV}/${PN}-api-${ LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/cdegroot-db/cdegroot-db-0.08-r1.ebuild b/dev-java/cdegroot-db/cdegroot-db-0.08-r1.ebuild index 4bda64badecc..cd92c9ebb049 100644 --- a/dev-java/cdegroot-db/cdegroot-db-0.08-r1.ebuild +++ b/dev-java/cdegroot-db/cdegroot-db-0.08-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.cdegroot.com/software/db/download/com.${P/-/.}.tar.gz" LICENSE="MIT" SLOT="1" -KEYWORDS="amd64 x86 ppc64 ppc" +KEYWORDS="amd64 ppc64 x86" IUSE="doc source" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/cglib/cglib-3.0.ebuild b/dev-java/cglib/cglib-3.0.ebuild index 09b8dfa07466..f11085aa5e39 100644 --- a/dev-java/cglib/cglib-3.0.ebuild +++ b/dev-java/cglib/cglib-3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.jar" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" # Fails some tests on ppc(64) due to memory-related issues that are # probably VM-specific but harmless enough. diff --git a/dev-java/cglib/cglib-3.1.ebuild b/dev-java/cglib/cglib-3.1.ebuild index c2d4fa4b349d..e692eb100fbd 100644 --- a/dev-java/cglib/cglib-3.1.ebuild +++ b/dev-java/cglib/cglib-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.jar" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" IUSE="" diff --git a/dev-java/charva/charva-1.1.4-r1.ebuild b/dev-java/charva/charva-1.1.4-r1.ebuild index 8c7dd2f2ecf1..56ad97d3a2d4 100644 --- a/dev-java/charva/charva-1.1.4-r1.ebuild +++ b/dev-java/charva/charva-1.1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ DEPEND=">=virtual/jdk-1.5 ${RDEPEND}" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" RESTRICT="test" S="${WORKDIR}/${PN}" diff --git a/dev-java/cldc-api/cldc-api-1.1-r1.ebuild b/dev-java/cldc-api/cldc-api-1.1-r1.ebuild index d4554dc95285..04388ddcd811 100644 --- a/dev-java/cldc-api/cldc-api-1.1-r1.ebuild +++ b/dev-java/cldc-api/cldc-api-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" # move tarball to distdir, scp to d.g.o... LICENSE="GPL-2" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" SLOT="1.1" IUSE="" diff --git a/dev-java/codemodel/codemodel-2.6.ebuild b/dev-java/codemodel/codemodel-2.6.ebuild index 6f8630b98d3b..31860abf083f 100644 --- a/dev-java/codemodel/codemodel-2.6.ebuild +++ b/dev-java/codemodel/codemodel-2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://repo.maven.apache.org/maven2/com/sun/${PN}/${PN}/${PV}/${P}-sour LICENSE="CDDL" SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" DEPEND=">=virtual/jdk-1.5 app-arch/unzip" diff --git a/dev-java/colt/colt-1.2.0-r2.ebuild b/dev-java/colt/colt-1.2.0-r2.ebuild index f3bc76b54dd1..1aca6f8fd697 100644 --- a/dev-java/colt/colt-1.2.0-r2.ebuild +++ b/dev-java/colt/colt-1.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://www-itg.lbl.gov/~hoschek/colt/" LICENSE="colt" IUSE="" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" DEPEND=">=virtual/jdk-1.4 >=dev-java/concurrent-util-1.3.4:0" diff --git a/dev-java/commons-beanutils/commons-beanutils-1.9.2.ebuild b/dev-java/commons-beanutils/commons-beanutils-1.9.2.ebuild index c6f4fcea6aa3..d4c4a38f2c15 100644 --- a/dev-java/commons-beanutils/commons-beanutils-1.9.2.ebuild +++ b/dev-java/commons-beanutils/commons-beanutils-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/beanutils/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="1.7" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" CDEPEND="dev-java/commons-collections:0 diff --git a/dev-java/commons-betwixt/commons-betwixt-0.8.ebuild b/dev-java/commons-betwixt/commons-betwixt-0.8.ebuild index dc349c8e6b73..9fdfd0f0fec9 100644 --- a/dev-java/commons-betwixt/commons-betwixt-0.8.ebuild +++ b/dev-java/commons-betwixt/commons-betwixt-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ DESCRIPTION="Introspective Bean to XML mapper" LICENSE="Apache-2.0" SLOT="0.7" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP=" diff --git a/dev-java/commons-cli/commons-cli-1.2.ebuild b/dev-java/commons-cli/commons-cli-1.2.ebuild index ab0241aa4a4e..cc4285ccb380 100644 --- a/dev-java/commons-cli/commons-cli-1.2.ebuild +++ b/dev-java/commons-cli/commons-cli-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://apache/commons/cli/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RESTRICT="" diff --git a/dev-java/commons-codec/commons-codec-1.7.ebuild b/dev-java/commons-codec/commons-codec-1.7.ebuild index 312298663560..fde053d7c798 100644 --- a/dev-java/commons-codec/commons-codec-1.7.ebuild +++ b/dev-java/commons-codec/commons-codec-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/codec/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="test" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild b/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild index 44bab4b95637..5e542cf54a5f 100644 --- a/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild +++ b/dev-java/commons-collections/commons-collections-3.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/${PN/-//}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="test-framework" CDEPEND=" diff --git a/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild b/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild index cdad0435679c..bbf7ebc81bcd 100644 --- a/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild +++ b/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,7 +33,7 @@ RDEPEND=">=virtual/jre-1.6 LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" S="${WORKDIR}/${P}-src" diff --git a/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild index 9eb9baaede61..235c8f0b0b3b 100644 --- a/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild +++ b/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://commons.apache.org/daemon/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="kernel_linux" COMMON_DEP="kernel_linux? ( sys-libs/libcap )" diff --git a/dev-java/commons-daemon/commons-daemon-1.0.7.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.7.ebuild index cb0ff226b4ef..9068ba418572 100644 --- a/dev-java/commons-daemon/commons-daemon-1.0.7.ebuild +++ b/dev-java/commons-daemon/commons-daemon-1.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://commons.apache.org/daemon/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="kernel_linux" COMMON_DEP=" diff --git a/dev-java/commons-daemon/commons-daemon-1.0.9.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.9.ebuild index 294fa0646ae8..44c9b054eea7 100644 --- a/dev-java/commons-daemon/commons-daemon-1.0.9.ebuild +++ b/dev-java/commons-daemon/commons-daemon-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://commons.apache.org/daemon/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="kernel_linux" COMMON_DEP=" diff --git a/dev-java/commons-dbcp/commons-dbcp-1.4-r2.ebuild b/dev-java/commons-dbcp/commons-dbcp-1.4-r2.ebuild index fd5f18906c70..661b176c5e98 100644 --- a/dev-java/commons-dbcp/commons-dbcp-1.4-r2.ebuild +++ b/dev-java/commons-dbcp/commons-dbcp-1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/commons/dbcp/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" COMMON_DEP=" diff --git a/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild b/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild index 12a832860b1c..68b28d86b3bd 100644 --- a/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild +++ b/dev-java/commons-digester/commons-digester-1.8.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/commons/digester/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" CDEPEND="dev-java/commons-beanutils:1.7 diff --git a/dev-java/commons-digester/commons-digester-2.1-r1.ebuild b/dev-java/commons-digester/commons-digester-2.1-r1.ebuild index 7acefe402e94..e89ed137d4fd 100644 --- a/dev-java/commons-digester/commons-digester-2.1-r1.ebuild +++ b/dev-java/commons-digester/commons-digester-2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/commons/digester/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="2.1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" CDEPEND="dev-java/commons-beanutils:1.7 >=dev-java/commons-collections-2.1:0 diff --git a/dev-java/commons-digester/commons-digester-3.2-r2.ebuild b/dev-java/commons-digester/commons-digester-3.2-r2.ebuild index a0978683ea83..85f9630087b8 100644 --- a/dev-java/commons-digester/commons-digester-3.2-r2.ebuild +++ b/dev-java/commons-digester/commons-digester-3.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/commons/digester/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="3.2" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" CDEPEND="dev-java/cglib:3 dev-java/commons-beanutils:1.7 diff --git a/dev-java/commons-discovery/commons-discovery-0.4.ebuild b/dev-java/commons-discovery/commons-discovery-0.4.ebuild index efa00477e4b5..f0585c716369 100644 --- a/dev-java/commons-discovery/commons-discovery-0.4.ebuild +++ b/dev-java/commons-discovery/commons-discovery-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/commons/discovery/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="doc source test" RDEPEND=">=virtual/jre-1.4 diff --git a/dev-java/commons-el/commons-el-1.0-r3.ebuild b/dev-java/commons-el/commons-el-1.0-r3.ebuild index d1e8a031ccef..9f8233583c5d 100644 --- a/dev-java/commons-el/commons-el-1.0-r3.ebuild +++ b/dev-java/commons-el/commons-el-1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/jakarta/commons/el/source/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" COMMON_DEP=" diff --git a/dev-java/commons-email/commons-email-1.4.ebuild b/dev-java/commons-email/commons-email-1.4.ebuild index 8821e566f647..c7d4aeff5a61 100644 --- a/dev-java/commons-email/commons-email-1.4.ebuild +++ b/dev-java/commons-email/commons-email-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://commons.apache.org/email/" SRC_URI="mirror://apache/commons/email/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" # Requires a slew of packages we don't ship yet. diff --git a/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild index 7e24da2d6ee8..376781aed51c 100644 --- a/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild +++ b/dev-java/commons-fileupload/commons-fileupload-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/commons/fileupload/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" COMMON_DEP=" diff --git a/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild b/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild index 53634338ea40..4670b79cfc62 100644 --- a/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild +++ b/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://hc.apache.org/" SRC_URI="mirror://apache/httpcomponents/${PN}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" # doesn't work with IBM JDK, bug #176133 diff --git a/dev-java/commons-io/commons-io-2.4.ebuild b/dev-java/commons-io/commons-io-2.4.ebuild index feaf74102379..23aa41f9cd14 100644 --- a/dev-java/commons-io/commons-io-2.4.ebuild +++ b/dev-java/commons-io/commons-io-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/commons/io/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/commons-jexl/commons-jexl-1.1-r1.ebuild b/dev-java/commons-jexl/commons-jexl-1.1-r1.ebuild index 424d1f51257f..0410ea326ee8 100644 --- a/dev-java/commons-jexl/commons-jexl-1.1-r1.ebuild +++ b/dev-java/commons-jexl/commons-jexl-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ DEPEND=">=virtual/jdk-1.6 LICENSE="Apache-2.0" SLOT="1.0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" S="${WORKDIR}/${P}-src" diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild b/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild index dcfec793773d..6c28a864a38c 100644 --- a/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild +++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${P}-src" diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r2.ebuild b/dev-java/commons-jxpath/commons-jxpath-1.3-r2.ebuild index bcbf18f6faf7..660c02a16134 100644 --- a/dev-java/commons-jxpath/commons-jxpath-1.3-r2.ebuild +++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${P}-src" diff --git a/dev-java/commons-lang/commons-lang-2.0-r2.ebuild b/dev-java/commons-lang/commons-lang-2.0-r2.ebuild index 5e37f87f865c..e73331c33806 100644 --- a/dev-java/commons-lang/commons-lang-2.0-r2.ebuild +++ b/dev-java/commons-lang/commons-lang-2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jre-1.4" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" S="${WORKDIR}/${P}-src" diff --git a/dev-java/commons-lang/commons-lang-2.0-r3.ebuild b/dev-java/commons-lang/commons-lang-2.0-r3.ebuild index ef47b3ce2f26..9b5971b78b17 100644 --- a/dev-java/commons-lang/commons-lang-2.0-r3.ebuild +++ b/dev-java/commons-lang/commons-lang-2.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jre-1.4" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" S="${WORKDIR}/${P}-src" diff --git a/dev-java/commons-lang/commons-lang-2.6-r1.ebuild b/dev-java/commons-lang/commons-lang-2.6-r1.ebuild index ef6cb2bbd13b..a690dd3a6a9a 100644 --- a/dev-java/commons-lang/commons-lang-2.6-r1.ebuild +++ b/dev-java/commons-lang/commons-lang-2.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://commons.apache.org/lang/" SRC_URI="mirror://apache/commons/lang/source/${P}-src.tar.gz" LICENSE="Apache-2.0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" SLOT="2.1" IUSE="" diff --git a/dev-java/commons-lang/commons-lang-3.1.ebuild b/dev-java/commons-lang/commons-lang-3.1.ebuild index 17df9a25ca58..7a5df415369a 100644 --- a/dev-java/commons-lang/commons-lang-3.1.ebuild +++ b/dev-java/commons-lang/commons-lang-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ RDEPEND=">=virtual/jre-1.5" LICENSE="Apache-2.0" SLOT="3.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" S="${WORKDIR}/${MY_P}-src" diff --git a/dev-java/commons-lang/commons-lang-3.3.2.ebuild b/dev-java/commons-lang/commons-lang-3.3.2.ebuild index 6b5a021629c8..ea167776de61 100644 --- a/dev-java/commons-lang/commons-lang-3.3.2.ebuild +++ b/dev-java/commons-lang/commons-lang-3.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ RDEPEND=">=virtual/jre-1.6" LICENSE="Apache-2.0" SLOT="3.3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" RESTRICT="ppc? ( test ) ppc64? ( test )" S="${WORKDIR}/${MY_P}-src" diff --git a/dev-java/commons-launcher/commons-launcher-1.1-r1.ebuild b/dev-java/commons-launcher/commons-launcher-1.1-r1.ebuild index 8f2170e75fe2..3308b11c5802 100644 --- a/dev-java/commons-launcher/commons-launcher-1.1-r1.ebuild +++ b/dev-java/commons-launcher/commons-launcher-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://commons.apache.org/launcher/" SRC_URI="mirror://apache/jakarta/${PN/-//}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/commons-logging/commons-logging-1.2.ebuild b/dev-java/commons-logging/commons-logging-1.2.ebuild index 6f1ff9cce5f0..e9a1c8549d01 100644 --- a/dev-java/commons-logging/commons-logging-1.2.ebuild +++ b/dev-java/commons-logging/commons-logging-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/logging/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="avalon-logkit log4j servletapi avalon-framework" COMMON_DEP=" diff --git a/dev-java/commons-net/commons-net-1.4.1-r1.ebuild b/dev-java/commons-net/commons-net-1.4.1-r1.ebuild index 5e68dfbb5899..cc55f0138322 100644 --- a/dev-java/commons-net/commons-net-1.4.1-r1.ebuild +++ b/dev-java/commons-net/commons-net-1.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ DEPEND=">=virtual/jdk-1.3 ${COMMON_DEP}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # disabling unit tests: diff --git a/dev-java/commons-net/commons-net-3.2.ebuild b/dev-java/commons-net/commons-net-3.2.ebuild index 450521068ad4..f7af65216781 100644 --- a/dev-java/commons-net/commons-net-3.2.ebuild +++ b/dev-java/commons-net/commons-net-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ RDEPEND=">=virtual/jre-1.5" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" S="${WORKDIR}/${MY_P}" diff --git a/dev-java/commons-pool/commons-pool-1.6.ebuild b/dev-java/commons-pool/commons-pool-1.6.ebuild index 4f29826e7f21..0d7a431a9ebc 100644 --- a/dev-java/commons-pool/commons-pool-1.6.ebuild +++ b/dev-java/commons-pool/commons-pool-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/commons/pool/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" RDEPEND=">=virtual/jre-1.5" DEPEND=">=virtual/jdk-1.5 diff --git a/dev-java/commons-primitives/commons-primitives-1.0-r2.ebuild b/dev-java/commons-primitives/commons-primitives-1.0-r2.ebuild index 76411ef52b5d..3ba051bc3ed1 100644 --- a/dev-java/commons-primitives/commons-primitives-1.0-r2.ebuild +++ b/dev-java/commons-primitives/commons-primitives-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ DEPEND=">=virtual/jdk-1.3" RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" # Would need an old version of commons-collections and this would be the diff --git a/dev-java/commons-validator/commons-validator-1.4.0.ebuild b/dev-java/commons-validator/commons-validator-1.4.0.ebuild index b33072655c42..f36de6bbe1ca 100644 --- a/dev-java/commons-validator/commons-validator-1.4.0.ebuild +++ b/dev-java/commons-validator/commons-validator-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/commons/validator/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" RDEPEND=">=virtual/jre-1.4 >=dev-java/commons-digester-1.6:0 diff --git a/dev-java/commons-validator/commons-validator-1.4.1.ebuild b/dev-java/commons-validator/commons-validator-1.4.1.ebuild index 6c017fb350d0..dc68b2b2c8eb 100644 --- a/dev-java/commons-validator/commons-validator-1.4.1.ebuild +++ b/dev-java/commons-validator/commons-validator-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/commons/validator/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" RDEPEND=">=virtual/jre-1.6 >=dev-java/commons-digester-1.6:0 diff --git a/dev-java/commons-vfs/commons-vfs-1.0.ebuild b/dev-java/commons-vfs/commons-vfs-1.0.ebuild index 0818ef639ddd..190800c77f21 100644 --- a/dev-java/commons-vfs/commons-vfs-1.0.ebuild +++ b/dev-java/commons-vfs/commons-vfs-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/jakarta/${PN/-//}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" COMMON_DEP=" diff --git a/dev-java/concurrent-util/concurrent-util-1.3.4-r1.ebuild b/dev-java/concurrent-util/concurrent-util-1.3.4-r1.ebuild index 7098deb03c5e..c421a539210f 100644 --- a/dev-java/concurrent-util/concurrent-util-1.3.4-r1.ebuild +++ b/dev-java/concurrent-util/concurrent-util-1.3.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/gentoo-concurrent-util-1.3.4.tar.bz2" LICENSE="public-domain sun-concurrent-util MIT" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" RDEPEND=">=virtual/jre-1.2" DEPEND=">=virtual/jdk-1.2" diff --git a/dev-java/constantine/constantine-0.7-r1.ebuild b/dev-java/constantine/constantine-0.7-r1.ebuild index b1e08eb8b8c8..2f8036f0a32f 100644 --- a/dev-java/constantine/constantine-0.7-r1.ebuild +++ b/dev-java/constantine/constantine-0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/wmeissner/jnr-constants" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/cortado/cortado-0.6.0-r1.ebuild b/dev-java/cortado/cortado-0.6.0-r1.ebuild index b70bc3d674a0..9a8ab3fa2b98 100644 --- a/dev-java/cortado/cortado-0.6.0-r1.ebuild +++ b/dev-java/cortado/cortado-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/cortado/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" RDEPEND=">=virtual/jre-1.6" DEPEND=">=virtual/jdk-1.6 diff --git a/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild b/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild index 6c7bee409ebd..8575d20c7fa4 100644 --- a/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild +++ b/dev-java/cpptasks/cpptasks-1.0_beta5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/ant-contrib/ant-contrib/${P/_/-}/${P/_beta/b}.tar. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" CDEPEND=" diff --git a/dev-java/dbus-java/dbus-java-2.7-r1.ebuild b/dev-java/dbus-java/dbus-java-2.7-r1.ebuild index 10b2a16f5679..6aabe1b59766 100644 --- a/dev-java/dbus-java/dbus-java-2.7-r1.ebuild +++ b/dev-java/dbus-java/dbus-java-2.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/dbus-java/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.1 )" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="debug" RDEPEND=">=virtual/jre-1.5 diff --git a/dev-java/dom4j/dom4j-1.6.1-r5.ebuild b/dev-java/dom4j/dom4j-1.6.1-r5.ebuild index c43214986be8..568af2424bc9 100644 --- a/dev-java/dom4j/dom4j-1.6.1-r5.ebuild +++ b/dev-java/dom4j/dom4j-1.6.1-r5.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="dom4j" SLOT="1" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" CDEPEND=" diff --git a/dev-java/dsiutils/dsiutils-1.0.10-r2.ebuild b/dev-java/dsiutils/dsiutils-1.0.10-r2.ebuild index 186a075f94bb..fe50b658fff3 100644 --- a/dev-java/dsiutils/dsiutils-1.0.10-r2.ebuild +++ b/dev-java/dsiutils/dsiutils-1.0.10-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://dsiutils.dsi.unimi.it/${P}-src.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" COMMON_DEP=" diff --git a/dev-java/dtdparser/dtdparser-1.21-r2.ebuild b/dev-java/dtdparser/dtdparser-1.21-r2.ebuild index e86238f67644..95f3c8c63d5f 100644 --- a/dev-java/dtdparser/dtdparser-1.21-r2.ebuild +++ b/dev-java/dtdparser/dtdparser-1.21-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.wutka.com/download/${P}.tgz" LICENSE="LGPL-2.1 Apache-1.1" SLOT="${PV}" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/easymock/easymock-3.3.1.ebuild b/dev-java/easymock/easymock-3.3.1.ebuild index aae38ba8b147..a356bc78b72b 100644 --- a/dev-java/easymock/easymock-3.3.1.ebuild +++ b/dev-java/easymock/easymock-3.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/EasyMock/${PV}/${P}.zip" LICENSE="|| ( MIT Apache-2.0 )" SLOT="3.2" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" IUSE="" COMMON_DEPEND=" diff --git a/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild b/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild index f972c2e690c9..ea32b92ca509 100644 --- a/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild +++ b/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src- LICENSE="EPL-1.0" SLOT="3.5" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="+native" RDEPEND="sys-devel/gcc:*[gcj] diff --git a/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild b/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild index b52411139980..5b341dfe7064 100644 --- a/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild +++ b/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src- LICENSE="EPL-1.0" SLOT="3.6" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="+native" RDEPEND="sys-devel/gcc:*[gcj] diff --git a/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild b/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild index 9b8687c05489..aad4902843c8 100644 --- a/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild +++ b/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src LICENSE="EPL-1.0" SLOT="4.2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="+native" RDEPEND="sys-devel/gcc:*[gcj] diff --git a/dev-java/ecj-gcj/ecj-gcj-4.4.2.ebuild b/dev-java/ecj-gcj/ecj-gcj-4.4.2.ebuild index 6b3405c76e98..e10c74481229 100644 --- a/dev-java/ecj-gcj/ecj-gcj-4.4.2.ebuild +++ b/dev-java/ecj-gcj/ecj-gcj-4.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src LICENSE="EPL-1.0" SLOT="4.4" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="+native" RDEPEND="sys-devel/gcc:*[gcj] diff --git a/dev-java/eclipse-ecj/eclipse-ecj-3.7.2-r1.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-3.7.2-r1.ebuild index d10c95b7c558..3d6a3fcff8c0 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-3.7.2-r1.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-3.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src-${PV}.jar" LICENSE="EPL-1.0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" SLOT="3.7" IUSE="+ant userland_GNU" diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.2.1.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-4.2.1.ebuild index a5826b335fde..179db679c99c 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-4.2.1.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar" LICENSE="EPL-1.0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" SLOT="4.2" IUSE="+ant userland_GNU" diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.4.2-r1.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-4.4.2-r1.ebuild index 5eed5489c313..e5808065c913 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-4.4.2-r1.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-4.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar" LICENSE="EPL-1.0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" SLOT="4.4" IUSE="+ant" diff --git a/dev-java/eclipse-ecj/eclipse-ecj-4.5.1.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-4.5.1.ebuild index a690ae14a28c..07813096d1a2 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-4.5.1.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-4.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar" LICENSE="EPL-1.0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" SLOT="4.5" IUSE="+ant" diff --git a/dev-java/edtftpj/edtftpj-2.0.4.ebuild b/dev-java/edtftpj/edtftpj-2.0.4.ebuild index 168d6dc0c43b..f462230d2e6e 100644 --- a/dev-java/edtftpj/edtftpj-2.0.4.ebuild +++ b/dev-java/edtftpj/edtftpj-2.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://www.enterprisedt.com" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" RDEPEND=">=virtual/jre-1.4 =dev-java/junit-3.8*" diff --git a/dev-java/emma/emma-2.0.5312-r2.ebuild b/dev-java/emma/emma-2.0.5312-r2.ebuild index 66b1fc1ef323..b899858fa5f6 100644 --- a/dev-java/emma/emma-2.0.5312-r2.ebuild +++ b/dev-java/emma/emma-2.0.5312-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" LICENSE="CPL-1.0" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd" IUSE="+launcher" diff --git a/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild b/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild index 02b4efc784ba..2ad3fb127b75 100644 --- a/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild +++ b/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://search.maven.org/remotecontent?filepath=com/sun/xml/${PN}/${MY_P LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/fastutil/fastutil-4.3.1-r1.ebuild b/dev-java/fastutil/fastutil-4.3.1-r1.ebuild index 6759ceacf797..3ef42cdaa64d 100644 --- a/dev-java/fastutil/fastutil-4.3.1-r1.ebuild +++ b/dev-java/fastutil/fastutil-4.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz" HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="4.3" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/fastutil/fastutil-4.4.2-r1.ebuild b/dev-java/fastutil/fastutil-4.4.2-r1.ebuild index 903af50feaee..383af347025b 100644 --- a/dev-java/fastutil/fastutil-4.4.2-r1.ebuild +++ b/dev-java/fastutil/fastutil-4.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="4.4" IUSE="" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/fastutil/fastutil-5.1.3.ebuild b/dev-java/fastutil/fastutil-5.1.3.ebuild index 4c8f21c6bd3b..9f8192fa8be6 100644 --- a/dev-java/fastutil/fastutil-5.1.3.ebuild +++ b/dev-java/fastutil/fastutil-5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="LGPL-2.1" SLOT="5.0" IUSE="" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/fastutil/fastutil-6.5.4.ebuild b/dev-java/fastutil/fastutil-6.5.4.ebuild index 0dea5bc60e73..a8f0dd74fdac 100644 --- a/dev-java/fastutil/fastutil-6.5.4.ebuild +++ b/dev-java/fastutil/fastutil-6.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://fastutil.dsi.unimi.it" LICENSE="Apache-2.0" SLOT="6.5" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/fontbox/fontbox-0.1.0.ebuild b/dev-java/fontbox/fontbox-0.1.0.ebuild index bd0591b57ca5..7b499d934a40 100644 --- a/dev-java/fontbox/fontbox-0.1.0.ebuild +++ b/dev-java/fontbox/fontbox-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" IUSE="doc source" diff --git a/dev-java/fontbox/fontbox-1.7.1.ebuild b/dev-java/fontbox/fontbox-1.7.1.ebuild index a76a66d439a7..59c837243658 100644 --- a/dev-java/fontbox/fontbox-1.7.1.ebuild +++ b/dev-java/fontbox/fontbox-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${MY_PN}/${PV}/${MY_PN}-${PV}-src.zip" LICENSE="BSD" SLOT="1.7" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-macos" IUSE="" RDEPEND=" diff --git a/dev-java/fop/fop-2.0-r1.ebuild b/dev-java/fop/fop-2.0-r1.ebuild index 826c826ef09a..2b2229af27d0 100644 --- a/dev-java/fop/fop-2.0-r1.ebuild +++ b/dev-java/fop/fop-2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ DESCRIPTION="Formatting Objects Processor is a print formatter driven by XSL" HOMEPAGE="http://xmlgraphics.apache.org/fop/" SRC_URI="mirror://apache/xmlgraphics/${PN}/source/${P}-src.zip" -KEYWORDS="amd64 x86 ppc ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" LICENSE="Apache-2.0" SLOT="0" IUSE="" diff --git a/dev-java/fop/fop-2.0-r2.ebuild b/dev-java/fop/fop-2.0-r2.ebuild index af0e1c707697..3c9485add707 100644 --- a/dev-java/fop/fop-2.0-r2.ebuild +++ b/dev-java/fop/fop-2.0-r2.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Formatting Objects Processor is a print formatter driven by XSL" HOMEPAGE="http://xmlgraphics.apache.org/fop/" SRC_URI="mirror://apache/xmlgraphics/${PN}/source/${P}-src.zip" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" LICENSE="Apache-2.0" SLOT="0" IUSE="" diff --git a/dev-java/freemarker/freemarker-2.3.13-r1.ebuild b/dev-java/freemarker/freemarker-2.3.13-r1.ebuild index 1921439a5990..2aa20695b34a 100644 --- a/dev-java/freemarker/freemarker-2.3.13-r1.ebuild +++ b/dev-java/freemarker/freemarker-2.3.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="freemarker" SLOT="2.3" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP=" diff --git a/dev-java/freemarker/freemarker-2.3.13.ebuild b/dev-java/freemarker/freemarker-2.3.13.ebuild index 34fae4fb5449..73e51c2c30fb 100644 --- a/dev-java/freemarker/freemarker-2.3.13.ebuild +++ b/dev-java/freemarker/freemarker-2.3.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="freemarker" SLOT="2.3" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP="dev-java/javacc diff --git a/dev-java/gcj-jdk/gcj-jdk-4.9.3.ebuild b/dev-java/gcj-jdk/gcj-jdk-4.9.3.ebuild index f0a4369a4398..54e4b391089b 100644 --- a/dev-java/gcj-jdk/gcj-jdk-4.9.3.ebuild +++ b/dev-java/gcj-jdk/gcj-jdk-4.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gentoo.org/" SRC_URI="" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-linux" SLOT="0" IUSE="awt" diff --git a/dev-java/gjdoc/gjdoc-0.7.9-r3.ebuild b/dev-java/gjdoc/gjdoc-0.7.9-r3.ebuild index 66f4a2edf2e9..bed1537c92c6 100644 --- a/dev-java/gjdoc/gjdoc-0.7.9-r3.ebuild +++ b/dev-java/gjdoc/gjdoc-0.7.9-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/classpath/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" # Possible USE flags. # diff --git a/dev-java/glassfish-connector-api/glassfish-connector-api-1.1.2.2.04.ebuild b/dev-java/glassfish-connector-api/glassfish-connector-api-1.1.2.2.04.ebuild index 17fa1d83d0f3..0b081faa2463 100644 --- a/dev-java/glassfish-connector-api/glassfish-connector-api-1.1.2.2.04.ebuild +++ b/dev-java/glassfish-connector-api/glassfish-connector-api-1.1.2.2.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="http://download.java.net/javaee5/${MAJOR}/promoted/source/${ZIP}" LICENSE="|| ( CDDL GPL-2 )" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" diff --git a/dev-java/glassfish-deployment-api/glassfish-deployment-api-3.1.1.ebuild b/dev-java/glassfish-deployment-api/glassfish-deployment-api-3.1.1.ebuild index 1c8205d57693..ac1857166ef6 100644 --- a/dev-java/glassfish-deployment-api/glassfish-deployment-api-3.1.1.ebuild +++ b/dev-java/glassfish-deployment-api/glassfish-deployment-api-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://repo1.maven.org/maven2/org/glassfish/javax.enterprise.deploy/${ LICENSE="|| ( CDDL GPL-2 )" SLOT="1.2" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" DEPEND=" diff --git a/dev-java/glassfish-servlet-api/glassfish-servlet-api-3.1.1.ebuild b/dev-java/glassfish-servlet-api/glassfish-servlet-api-3.1.1.ebuild index 5d5b52e02af0..8e128bbaf30c 100644 --- a/dev-java/glassfish-servlet-api/glassfish-servlet-api-3.1.1.ebuild +++ b/dev-java/glassfish-servlet-api/glassfish-servlet-api-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="https://glassfish.dev.java.net/javaee5/webtier/webtierhome.html" SRC_URI="http://central.maven.org/maven2/org/glassfish/javax.servlet/${PV}/${MY_P}-sources.jar" LICENSE="CDDL" SLOT="3.1.1" -KEYWORDS="amd64 x86 ~ppc ~ppc64" +KEYWORDS="amd64 ~ppc64 x86" DEPEND=">=virtual/jdk-1.6 app-arch/unzip" diff --git a/dev-java/glassfish-transaction-api/glassfish-transaction-api-1.1.2.2.04.ebuild b/dev-java/glassfish-transaction-api/glassfish-transaction-api-1.1.2.2.04.ebuild index 0cd168f3bf88..0ce9d952f1a1 100644 --- a/dev-java/glassfish-transaction-api/glassfish-transaction-api-1.1.2.2.04.ebuild +++ b/dev-java/glassfish-transaction-api/glassfish-transaction-api-1.1.2.2.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://download.java.net/javaee5/${MAJOR}/promoted/source/${ZIP}" LICENSE="|| ( CDDL GPL-2 )" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" diff --git a/dev-java/glazedlists/glazedlists-1.7.0-r1.ebuild b/dev-java/glazedlists/glazedlists-1.7.0-r1.ebuild index 48a85df039ae..8cb1d5c484f8 100644 --- a/dev-java/glazedlists/glazedlists-1.7.0-r1.ebuild +++ b/dev-java/glazedlists/glazedlists-1.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_DOCUMENT_ID_JAVA5="1073/38679" SRC_URI="https://${PN}.dev.java.net/files/documents/${SRC_DOCUMENT_ID_JAVA5}/${P}-source_java15.zip" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" # TODO: there are extensions, some supported in the java-experimental ebuild IUSE="" diff --git a/dev-java/gnu-classpath-inetlib/gnu-classpath-inetlib-1.0-r3.ebuild b/dev-java/gnu-classpath-inetlib/gnu-classpath-inetlib-1.0-r3.ebuild index 67c9eb8c5edb..b8a98f6c0932 100644 --- a/dev-java/gnu-classpath-inetlib/gnu-classpath-inetlib-1.0-r3.ebuild +++ b/dev-java/gnu-classpath-inetlib/gnu-classpath-inetlib-1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnu.org/software/classpath/" SRC_URI="mirror://gnu/classpath/${MY_P}.tar.gz" LICENSE="GPL-2-with-linking-exception" SLOT="1.0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="doc" RDEPEND=">=virtual/jre-1.3 >=dev-java/gnu-crypto-2.0.1" diff --git a/dev-java/gnu-classpath-inetlib/gnu-classpath-inetlib-1.1-r3.ebuild b/dev-java/gnu-classpath-inetlib/gnu-classpath-inetlib-1.1-r3.ebuild index 4b1db498e316..446635f90145 100644 --- a/dev-java/gnu-classpath-inetlib/gnu-classpath-inetlib-1.1-r3.ebuild +++ b/dev-java/gnu-classpath-inetlib/gnu-classpath-inetlib-1.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnu.org/software/classpath/" SRC_URI="mirror://gnu/classpath/${MY_P}.tar.gz" LICENSE="GPL-2-with-linking-exception" SLOT="1.1" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="doc" RDEPEND=">=virtual/jre-1.3 >=dev-java/gnu-crypto-2.0.1" diff --git a/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild index e252411ddb06..f48e7901e2fb 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://www.gnu.org/software/classpath" LICENSE="GPL-2-with-linking-exception" SLOT="0.98" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="alsa debug doc dssi examples gconf +gjdoc gmp gtk gstreamer qt4 xml" REQUIRED_USE="doc? ( gjdoc )" diff --git a/dev-java/gnu-crypto/gnu-crypto-2.0.1-r2.ebuild b/dev-java/gnu-crypto/gnu-crypto-2.0.1-r2.ebuild index cb10b1dc54e3..20d78cb46552 100644 --- a/dev-java/gnu-crypto/gnu-crypto-2.0.1-r2.ebuild +++ b/dev-java/gnu-crypto/gnu-crypto-2.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.gnupg.org/GnuPG/gnu-crypto/gnu-crypto-2.0.1.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND=">=virtual/jdk-1.3" diff --git a/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild b/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild index a68ea4924b07..b5a43375fc97 100644 --- a/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild +++ b/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.gnupg.org/GnuPG/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild b/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild index fedf74cf962a..86c913d62296 100644 --- a/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild +++ b/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/classpathx/activation-${PV}.tar.gz" LICENSE="GPL-2-with-linking-exception" SLOT="1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/gnu-regexp/gnu-regexp-1.1.4-r2.ebuild b/dev-java/gnu-regexp/gnu-regexp-1.1.4-r2.ebuild index 1d1e775befaa..7973624c019a 100644 --- a/dev-java/gnu-regexp/gnu-regexp-1.1.4-r2.ebuild +++ b/dev-java/gnu-regexp/gnu-regexp-1.1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.tralfamadore.com/pub/java/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="doc source" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/groovy/groovy-1.7.5.ebuild b/dev-java/groovy/groovy-1.7.5.ebuild index 4588cb70d709..8c2decd8bd7d 100644 --- a/dev-java/groovy/groovy-1.7.5.ebuild +++ b/dev-java/groovy/groovy-1.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ HOMEPAGE="http://groovy.codehaus.org/" SRC_URI="http://dist.groovy.codehaus.org/distributions/${PN}-src-${PV}.zip" LICENSE="codehaus-groovy" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RESTRICT="test" diff --git a/dev-java/groovy/groovy-1.8.5-r1.ebuild b/dev-java/groovy/groovy-1.8.5-r1.ebuild index d1ea5224951e..bd4c6187cf21 100644 --- a/dev-java/groovy/groovy-1.8.5-r1.ebuild +++ b/dev-java/groovy/groovy-1.8.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ HOMEPAGE="http://groovy.codehaus.org/" SRC_URI="http://dist.groovy.codehaus.org/distributions/${PN}-src-${PV}.zip" LICENSE="codehaus-groovy" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RESTRICT="test" diff --git a/dev-java/groovy/groovy-2.4.5.ebuild b/dev-java/groovy/groovy-2.4.5.ebuild index d6d53f01fc77..5c533dd8598b 100644 --- a/dev-java/groovy/groovy-2.4.5.ebuild +++ b/dev-java/groovy/groovy-2.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ HOMEPAGE="http://www.groovy-lang.org/" SRC_URI="https://github.com/apache/incubator-${PN}/archive/${MY_P}.zip -> ${P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" CDEPEND=" diff --git a/dev-java/guava/guava-13.0.1-r3.ebuild b/dev-java/guava/guava-13.0.1-r3.ebuild index e048dc3f9ba2..c8d68f36fa0a 100644 --- a/dev-java/guava/guava-13.0.1-r3.ebuild +++ b/dev-java/guava/guava-13.0.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/$ LICENSE="Apache-2.0" SLOT="13" -KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" CDEPEND=" dev-java/jsr305:0 diff --git a/dev-java/guava/guava-18.0.ebuild b/dev-java/guava/guava-18.0.ebuild index df5eb8d8f136..669a3f91cdb6 100644 --- a/dev-java/guava/guava-18.0.ebuild +++ b/dev-java/guava/guava-18.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/$ LICENSE="Apache-2.0" SLOT="18" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" CDEPEND=" dev-java/javax-inject:0 diff --git a/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild index bd62ec916206..bd539febb91c 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/hamcrest" SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos ~x64-solaris" IUSE="" DEPEND=">=virtual/jdk-1.5 diff --git a/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild b/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild index b9d9640cc48a..7e45df81b529 100644 --- a/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild +++ b/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2" SLOT="${PV}" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" DEPEND=">=virtual/jdk-1.5 ~dev-java/hamcrest-generator-${PV} diff --git a/dev-java/hamcrest-generator/hamcrest-generator-1.1.ebuild b/dev-java/hamcrest-generator/hamcrest-generator-1.1.ebuild index 8590bbd39c5a..07107a473e18 100644 --- a/dev-java/hamcrest-generator/hamcrest-generator-1.1.ebuild +++ b/dev-java/hamcrest-generator/hamcrest-generator-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd" CDEPEND="dev-java/qdox:1.6" diff --git a/dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild b/dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild index 1be6558cb8af..2f906d07e8af 100644 --- a/dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild +++ b/dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2" SLOT="${PV}" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" CDEPEND=">=dev-java/qdox-1.12-r1:1.12" diff --git a/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild b/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild index 51ec8db2597c..1cd24a7e7dc3 100644 --- a/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild +++ b/dev-java/hawtjni-runtime/hawtjni-runtime-1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="https://github.com/fusesource/hawtjni/archive/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/hessian/hessian-4.0.37.ebuild b/dev-java/hessian/hessian-4.0.37.ebuild index 92bae327b85d..3f1b79549d65 100644 --- a/dev-java/hessian/hessian-4.0.37.ebuild +++ b/dev-java/hessian/hessian-4.0.37.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://hessian.caucho.com/download/${P}-src.jar" LICENSE="Apache-1.1" SLOT="4.0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="doc source" CDEPEND="java-virtuals/servlet-api:3.0" diff --git a/dev-java/higlayout/higlayout-1.0-r2.ebuild b/dev-java/higlayout/higlayout-1.0-r2.ebuild index f870ed7646ab..b75d00f76774 100644 --- a/dev-java/higlayout/higlayout-1.0-r2.ebuild +++ b/dev-java/higlayout/higlayout-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.autel.cz/dmi/HIGLayout${PV}.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/hoteqn/hoteqn-4.0.0.ebuild b/dev-java/hoteqn/hoteqn-4.0.0.ebuild index d0385f5d6eed..f8dd2c301815 100644 --- a/dev-java/hoteqn/hoteqn-4.0.0.ebuild +++ b/dev-java/hoteqn/hoteqn-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ HOMEPAGE="http://www.atp.ruhr-uni-bochum.de/VCLab/software/HotEqn/HotEqn.html" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-3" SLOT=0 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=virtual/jre-1.4" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p1.ebuild b/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p1.ebuild index b0dd4401edf8..b67dbdaeaf36 100644 --- a/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p1.ebuild +++ b/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -94,7 +94,7 @@ SRC_URI=" ppc64? ( ${PPC64_JAVACOMM_DIST} ) )" LICENSE="IBM-J1.6" -KEYWORDS="-* amd64 ppc ppc64 x86" +KEYWORDS="-* amd64 ppc64 x86" RESTRICT="fetch" IUSE="X alsa doc examples javacomm nsplugin odbc selinux" diff --git a/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p2-r1.ebuild b/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p2-r1.ebuild index a6332978c653..b23969e07ab8 100644 --- a/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p2-r1.ebuild +++ b/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -65,7 +65,7 @@ SRC_URI=" LICENSE="IBM-J1.6" SLOT="1.6" -KEYWORDS="-* ~amd64 ppc ~ppc64 ~x86" +KEYWORDS="-* ~amd64 ~ppc64 ~x86" RESTRICT="fetch" IUSE="X alsa doc examples javacomm nsplugin odbc selinux" diff --git a/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p2.ebuild b/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p2.ebuild index d97b3f72b9a4..cafcb3526d69 100644 --- a/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p2.ebuild +++ b/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.6.0.9_p2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -94,7 +94,7 @@ SRC_URI=" ppc64? ( ${PPC64_JAVACOMM_DIST} ) )" LICENSE="IBM-J1.6" -KEYWORDS="-* amd64 ppc ppc64 x86" +KEYWORDS="-* amd64 ppc64 x86" RESTRICT="fetch" IUSE="X alsa doc examples javacomm nsplugin odbc selinux" diff --git a/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild b/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild index a8c295491923..9bdb54b860fc 100644 --- a/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild +++ b/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -60,7 +60,7 @@ SRC_URI="x86? ( ${X86_JRE_DIST} ) ppc? ( ${PPC_JRE_DIST} ) ppc64? ( ${PPC64_JRE_DIST} )" LICENSE="IBM-J1.6" -KEYWORDS="-* amd64 ppc ppc64 x86" +KEYWORDS="-* amd64 ppc64 x86" RESTRICT="fetch" IUSE="X alsa nsplugin odbc selinux" diff --git a/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild b/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild index d0da10048cda..e079f5da9684 100644 --- a/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild +++ b/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -39,7 +39,7 @@ SRC_URI="x86? ( ${X86_JRE_DIST} ) LICENSE="IBM-J1.6" SLOT="1.6" -KEYWORDS="-* ~amd64 ppc ~ppc64 ~x86" +KEYWORDS="-* ~amd64 ~ppc64 ~x86" RESTRICT="fetch" IUSE="X alsa nsplugin odbc selinux" diff --git a/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild b/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild index 2edd0fbf950f..872d6630426c 100644 --- a/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild +++ b/dev-java/ibm-jre-bin/ibm-jre-bin-1.6.0.9_p2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -60,7 +60,7 @@ SRC_URI="x86? ( ${X86_JRE_DIST} ) ppc? ( ${PPC_JRE_DIST} ) ppc64? ( ${PPC64_JRE_DIST} )" LICENSE="IBM-J1.6" -KEYWORDS="-* amd64 ppc ppc64 x86" +KEYWORDS="-* amd64 ppc64 x86" RESTRICT="fetch" IUSE="X alsa nsplugin odbc selinux" diff --git a/dev-java/ical4j/ical4j-1.0.5.ebuild b/dev-java/ical4j/ical4j-1.0.5.ebuild index 1ae24297ff55..02e22f68b813 100644 --- a/dev-java/ical4j/ical4j-1.0.5.ebuild +++ b/dev-java/ical4j/ical4j-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" COMMON_DEP=" dev-java/commons-logging:0 diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest index 8080c9544807..3756dedab8ac 100644 --- a/dev-java/icedtea-bin/Manifest +++ b/dev-java/icedtea-bin/Manifest @@ -1,26 +1,20 @@ DIST icedtea-bin-core-6.1.13.8-amd64.tar.xz 49241032 SHA256 4712f3844d1a56ac545b01cdbc76c9e315480ace3120a99b22e5d904091c8b3e SHA512 5cfff7ff5a0d0b4eef382620e98849c318df342a23ea0bb5764b4032ca7a96a86e67991ad97ec95b35786be0e3ac7a39990104e12ea47cc50c1c7326e933feb2 WHIRLPOOL 2e992d99675095aad1b74492d02f3c1fb393bf9bb1d496ace2036c0a40dbe2b1605783a84131fc5c15aa06834605d1ae962e7fee45556b41176cde54f1357273 -DIST icedtea-bin-core-6.1.13.8-r1-ppc.tar.xz 39586112 SHA256 782019d78fba6562170382fcbe5fff4fca5feaffef442ceabc93e3b4ed40c035 SHA512 81b678673bae9fb07b9aa4ccc98fb6d3132ace2f776c224510787def831ca765bfd8dbea875ae8049f564268952459a692db1125e9f37eccb6ff3684511fc648 WHIRLPOOL ff9400b7d65b9b3661b679ebad6747b9d3a2de882bc1c281565a6220ca0ef45a8abb6c9b2d1db64f491d55d173dd017780514b2b685ec5d3ce7c5e25cec08c46 DIST icedtea-bin-core-6.1.13.8-x86.tar.xz 49676360 SHA256 495171e826414051670fade7ac7af2705b3ecc01ba2ef3e63790cd24ec4fe7b5 SHA512 56cd90d21e30f2451f7206b84d80ed0d227f750f7e9155f2401e12ea4b9bbcdd882abbb01cade21e0bfcc05318552bd1e6102cc78aa601654179058f595ca68a WHIRLPOOL 6eabeca6006f84d912686ecd5921466cc5a7f3308b192e3ad9d4cee7a54356923a0c720e8d3d083533ab7b4baea839ed8247db2d1ee43dcd989ed312ff139323 DIST icedtea-bin-core-6.1.13.9-amd64.tar.xz 49472280 SHA256 3faf62158a33cf1021f63f137a5b35c1c04bc4366d40d7288a6745911bf15034 SHA512 237266a1843b5d1ed0b4553fa36e88d7dce7f6a9bf6e13277d38bc83bb85cfac9b031ed5b362e73e5bc24464893cfdb37bfe67fcf3d4e218a87f101ab56afae7 WHIRLPOOL dd067ee66e2ce7ebbf08d4187d4699198d9759d6571c7d3bf127b7c8ff3a8eb1bea48bf45ed5d480df8de7320ab4f9a00ed6608935f2b3b794a99141568aa57a -DIST icedtea-bin-core-6.1.13.9-ppc.tar.xz 39644200 SHA256 c91ca06361bb533b24a9850339e6a55c9f73e3d758483ed9251aa91638507d72 SHA512 c23bb2fcab5090344d7a8510375ca6c0a5c64b639e23e1f3d281ce0f671934c8cf9d02b3ac0550453da123601095b2850dcf4172d1fed8541ff2bddf2806cf6c WHIRLPOOL b9009309aa050f3084cc89c4c497fccb8dc188b0ebfce269a845032ad8d372e7a6003deb402b849897d823ec5620e9cb2a61168de9fb4b2739dc9fd2ec4c5bd4 DIST icedtea-bin-core-6.1.13.9-x86.tar.xz 50947228 SHA256 fbef618f82fc640553bf69383ddf6a4ffb4da5191426d040f0186538fdb3ab2f SHA512 04a066493a0e742da0508fa7e010e7663e73a48e0663939884d22a2f7fa4d440d3680f6a38d7909b2b2f569bbd35facabe838a275cdd589556570601484d443c WHIRLPOOL 9e144546554bf0de5c7cc280fe20a3cd97554d0745b071d0c3f5f97a394556c71246423a39d10de207d0058889ddc010fd367813f4d10fe888d49924b4d7bac7 DIST icedtea-bin-core-7.2.6.3-amd64.tar.xz 52999776 SHA256 565383f7cecedf740e9ca0f0c98921cef04f5ccb754d9a4591f98b75a6b6d616 SHA512 9299a9f62fb1a05688523ff4a48ab28a2fd1d16bb8a9984dfc203d919e7e49e733792b9f5aa9852867e8542a422327c235a03fb850b20d38877d0048ccfb6420 WHIRLPOOL 657cf42fdff2a40f8acaa9fe1ea0c7a29d28799943f92418636ec76dd82ed658dfb628596d01c4d432220bfdc0f0f4c4dc247181a5e17cdb198d2edf09b61bb1 DIST icedtea-bin-core-7.2.6.3-arm.tar.xz 43980964 SHA256 bfc50f27b063461e2382da6f480bdc24a498feb3eba3c368912239ef176a384c SHA512 2d3aa682c20a6abd200263e15f0a7cb7f2ee3bdd52db6eff5d1d3676f286c3ed356ed9ca71041ad9514ca4684ab84f52c7df2a94bb112c99e34477a225f57a20 WHIRLPOOL 1c2139fe5b2da957ac64fdf9214cd2c62b55591f7c535b6ff287d0da20b7f9e6e19f5d93d816cb4346ec3746491a30b5b080184132669bd0a90d7f0ac3fa0da3 -DIST icedtea-bin-core-7.2.6.3-ppc.tar.xz 42890632 SHA256 5524cc47fdb1e8c4c5b6f5926b71835b74e6a0ba1e9f7deb3ddef8a2896f27f2 SHA512 808771fa6379ee564f45737d019493d552508b8b5555a6ac512606a99fc0f0943210abef628494a50144d799d821091060244e63c0c410d530937156c6540d0c WHIRLPOOL a205c711c2a96dd985c48f2dfcb57041887e6243b465bca2f7665d153c6f9da1bae4668bbb102e20f73b81fa3edcf95dd51c9287f0df04fb48c6c98d3c9fed2e DIST icedtea-bin-core-7.2.6.3-ppc64.tar.xz 42984708 SHA256 8d0723accf8cb0258504581dd6663200bc89917ef3a8950f542c9a80eea4f96f SHA512 4557909277fb2ef74c7fc4882dc07ce161ef8e1e1b5c672a72a3ca095c409273a4fda521c7d2f5241939c2f1124857ec3bbf84dce67a34b0ad47e3aafbc896fd WHIRLPOOL fada9dc621792549d4a8622fbfa6ecc693cc02aeb7c191efbfe816c6e71d2174823f2e9cea5b57aa4a8ff49e176bbed45de5f4fecac09b0881ccd0c635e0c3ec DIST icedtea-bin-core-7.2.6.3-x86.tar.xz 54651304 SHA256 3fc4faf7a9370cb0155df3c650eb36096c9430e38b3904e535027d823234043c SHA512 3ad55d66839c4cde86b44826ef8ba0ef1565cf9af9386cc327ef2b5476ddd954c519f925885e156ac87d4c606b0fd00ebaf8c8987c8b4fd81e789713a2ba3ef7 WHIRLPOOL 43df9b60ec270eb4a750299beeae316026d27b8ddf1e2246c5ce711f7d1f6f297b710b7cbf481d887fffa44a1a59f36997af7c52722a06d6c4e4ea1cf5b33208 DIST icedtea-bin-doc-6.1.13.8.tar.xz 9844756 SHA256 71cffd016040d28366f8e50c983ca55a3af1d7b08a56c501838b78fc0d1837c1 SHA512 36a0691ad720869c2855345bd20dcccd60e7adfa90c511d829131997e9e995ab929a2f24955955b638b21672912a39774deacf72ee3390ae41e3d44e58eea5eb WHIRLPOOL 11892894ddae46a6f999e8e835a5d428fcb86643c20f44639d8b692090468ddecfdd7db4cebef0c422983950cfaf6d337b540effef64c6fb1f7d58ffd2e069e7 DIST icedtea-bin-doc-6.1.13.9.tar.xz 9853020 SHA256 94ff85ba64be5c8cfcf261cb6293e48cc3239c1c9da69e98fbc744a82620bd16 SHA512 501d483dccfc349c6dd8a55f9d509d2859774054be9b9ca8020a75e3975d740d78d40184aa86f16b5ea948e16b74944ce4d890396d8ccb5209f7a9514a8b649a WHIRLPOOL 751afbb1e0e2384419424d9ae093893c2e377c004c69d0e06979385823f743ee33321b3c3076e0c8e0b16625a159293d81f959455ca6ee779dfdfa5fc5361907 DIST icedtea-bin-doc-7.2.6.3.tar.xz 10604044 SHA256 7e43108f95991600d58f85ce44480d5702cfc6951d0cc096e1321852997acc5b SHA512 35688e7a19620ef7d4890ee9058b6f49f76b5ba67b5f1038cc9a53b7c50224eaec599baf6fc9e9bc4cc5b49e13c0dd05d5d14043b4d291caf237e9cd5a7e31fa WHIRLPOOL 9a6d3e3ad62f1cd5a4435dc1e1cf3943cb752898c3ba61b149be38603cb8746ad88b68e3e3812a449d65ccb4b9d8da211c07bc503044efe5849a35188944ad2b DIST icedtea-bin-examples-6.1.13.8-amd64.tar.xz 1904080 SHA256 29c2933d4fc4c7e240c7406d403a2667a42c5a3faee82413d2255d7dccea6873 SHA512 84771c52b816f4d3f065871df83bdd05408b69941c807de0bdc7ea423cff436878aa58dd5d61cb1bfae35cb37e56e2b5d29be6f6073a744e6af2125d66578713 WHIRLPOOL a08c748dd757c5927abd65088b0961d2dfb716030cc07e64589e5394a434123cb018630766e0223c6578ceb7f67ee0a68f5b2a548b1c9f701a5cc13732b84ecc -DIST icedtea-bin-examples-6.1.13.8-ppc.tar.xz 1889932 SHA256 62bc68f31b1118d890c2add87a4d14663b0595aeb5fdfd8d904a59a19c4ed7f4 SHA512 22d38c9efa794165e1ecdb8cabb1ecaf8b9c27027cf28562721789c33c1a714e3d226b95a8c5420ff48a769c869ef09c575e76e8995f089037263ddfd72d21c5 WHIRLPOOL 031a8ffb8609028d089d047f1324352db90ef72be951bcedc158f671f2930c4ae5087e65e53ec59e4457a9e09b40ad6848b980b63e3494e0d1dd70721e6e640e DIST icedtea-bin-examples-6.1.13.8-x86.tar.xz 1902616 SHA256 cd74d0b8056f7373f370ca62388c2e44786c3b68dccbf30cb9a3bc8ecc8353e4 SHA512 babcc73227115e19fe50b16f79f09e3a35d0c60de44823c3f6617c7276ff4b9efbfb5f03f1149948d4005524b3a136e74b0049a292d83ddf763626fc179d1883 WHIRLPOOL 6621c65b3f871cdc0769dd5361d7a4a17c56f5ca8eb2de1f4abc79ca6343784a5a43834e4906f4d371144615a3b3ed6db44370dc0950508d327587bf2e770ed2 DIST icedtea-bin-examples-6.1.13.9-amd64.tar.xz 1904980 SHA256 aa10b253ba35e14d83852c80999c04bfee7c6ffee7b1baa9df502e253a6a87a1 SHA512 f9be25093aed5b762a268a5fc2cd943fa010bab469e1fd0cc9c39c927a9a154041e637036bfa804cc826f1c674b661ee6d4a5dd7d29820df1de4390db403a229 WHIRLPOOL 121122c84abe3ddbddf5faf6e163ce9a34331cdddfc8cd0ca746d8ba94a79af31c1dadba711aa4bb709edd91605d81785de4fe4ff1e3edd526d4aff592b18816 -DIST icedtea-bin-examples-6.1.13.9-ppc.tar.xz 1891664 SHA256 e5a28cb2cbd1f8720f194567039595062bace09ac7b8384c426db065775f8b34 SHA512 3deca264999bbe4a88359f8150267aff6510313fc4e14c19260c16fd98dbc8aff3aa08c5a4451c6390e933f7c9a3c34594f9c9d776634a21ef3df5845bb39029 WHIRLPOOL 9f1cea1241d4c0ddeed19dac84ed42309446a05eb1b58be9414a1c55928dbd9dc7d5567231ec6bceb46365e65d3b736ceb20eb37155504248038fe048a4cdcb2 DIST icedtea-bin-examples-6.1.13.9-x86.tar.xz 1904548 SHA256 1aaaaa4ba6c37b5f03ecea8a978c9bdac371e5891dd02459cd7f4174286b182a SHA512 fcdae8dc62376f60a19a3de1fbba867fcbcaa069b5d669120e53d1792119a147566ce59e3e3205ca1db0afea3e6809f339a4a443ff0d21cb1a7c4aa8eb5060df WHIRLPOOL 5625b1af755e79c1e4360ac3fcbf786664525c9508f6fe902788f95a1be9b94d429a61ef0e475fa9d0e2c4ea386fe251a299305961e7936f932c8e2c0abcaa3e DIST icedtea-bin-examples-7.2.6.3-amd64.tar.xz 1796572 SHA256 bdbe018716fa955df5dfea56c1321698033debed7a29fe03650b0cdc5c7e6da3 SHA512 d6e1b5a93dde61bb0d7ebd7a06e7a326e94423ad362e0b9956d5eeb37197f716d5db7bbd6fbc32a1906089953a83a77ebc2ee99cedcfd9e7944e48ec3865e0fe WHIRLPOOL 0e728e3cdc1e33d264bfb3b5f54bbe4bd3ec64a19b0bc3047dc65c99cc45009fef9d8eab94761100ce84919379e5890e96c54965e840c5f10eb102a4df03767a DIST icedtea-bin-examples-7.2.6.3-arm.tar.xz 1779684 SHA256 78e068da88739404332cb50588229d236709f0adfe00596405c80c8a10f03d3a SHA512 a854095d3ee23db768ce9d1dff8bcd1598523a65af82ee6654b9ba464436d9f5d88208fe6879c1ea5140f30fca4f31e8dd5212b781722608c535d951c9670feb WHIRLPOOL 8dc1a49eb6a8bff49690d64384e9ffbd51725882aeca064419a69ff9ec82f624c6a16023b1930f16806189b0a89a70f3339ca653d3abc5335850205129b13d01 -DIST icedtea-bin-examples-7.2.6.3-ppc.tar.xz 1786900 SHA256 769e085fb3c64b41083c4a3335c3f6cdff41bb3502526784937a77551dc5492c SHA512 5db45bc9b3d5e59260d5fd319333e91467520291f131432f649cb064a9d892e4f4962bd0aef37ff3401eb051964d9d6311f8d20c9d1ae77a25e1020930544dde WHIRLPOOL c46e3bf017498cf51968799d10c67f1e72883e2c59941695a2cfe1f6135011ff8dcd27cf5d6b5e562d425572c4300bb8d28ab1b95101e42fa21888cab54247d5 DIST icedtea-bin-examples-7.2.6.3-ppc64.tar.xz 1790340 SHA256 33b1f32e1b88469d1a8d37516825b0ec4eaa4645e205c2d4e669a4e6bc2c3449 SHA512 02ac15c513d2c870c7bafc5f18720bce4b7bdc84f3a7eaa64ce27094af5357a76211dbc6674a482c0ebc083da5ede2a79cfe2b1964477401aa508c3eebfd2a3a WHIRLPOOL 34090707fb04daed9993b5873bd5b71d2fec2cabdbf33ed8cd08540255a2edd07d16556bf8c4cece762c3d83856ec00254682eb316bd4ac9c848bc165bb2192f DIST icedtea-bin-examples-7.2.6.3-x86.tar.xz 1796668 SHA256 3f7d09d5f7b3dd45e9555c7653adf450b74c24eed8e91d4c6829cd084eaf1894 SHA512 d1bc7800bded733e69573694d8cb18cf352a633c36f336ff40fe8e4cde42f390dcac54a08945926eb0c17591574bf8eb7861977cbfaeb9b8eff7c2e7cef036d3 WHIRLPOOL a324137216a623749f8a1de904dd5cddb481b92c7286c365fb1f7d95682044674a2267d23e660cb804e071eecec3c6baea63ce75c0b97c0caed0afae1b2a7761 DIST icedtea-bin-src-6.1.13.8.tar.xz 39773388 SHA256 c01deb2ef8ed9cf58284538e9f52651ff70b8349ec001f13314d69137f99ff4b SHA512 dba0cc027f3ed7589c7cb0ba7d9f1a401ef47a20a5ff502ad7e9b27d0f552a77f28ebbd9032d191ba3ac441955545b632d6fb242f67bc590a5f1a8d855b89ad8 WHIRLPOOL 6b835a7a6123a3843bd74506e52befafbc4792e792798660829d75ede09f6c283933d30d51ba01c87a16095b9faa1795bfec6539cb55709032e22d6395566d19 diff --git a/dev-java/icedtea-bin/icedtea-bin-6.1.13.8-r1.ebuild b/dev-java/icedtea-bin/icedtea-bin-6.1.13.8-r1.ebuild index 4ff8ac9b8e56..f0eb5d3c4fc3 100644 --- a/dev-java/icedtea-bin/icedtea-bin-6.1.13.8-r1.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-6.1.13.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,17 +14,17 @@ HOMEPAGE="http://icedtea.classpath.org" SRC_URI="doc? ( ${dist}/${PN}-doc-${TARBALL_VERSION}.tar.xz ) source? ( ${dist}/${PN}-src-${TARBALL_VERSION}.tar.xz )" -for arch in amd64 ppc x86; do +for arch in amd64 x86; do SRC_URI+=" ${arch}? ( - ${dist}/${PN}-core-${TARBALL_VERSION}$([[ ${arch} = ppc ]] && echo -r1)-${arch}.tar.xz + ${dist}/${PN}-core-${TARBALL_VERSION}-${arch}.tar.xz examples? ( ${dist}/${PN}-examples-${TARBALL_VERSION}-${arch}.tar.xz ) )" done LICENSE="GPL-2-with-linking-exception" SLOT="6" -KEYWORDS="-* amd64 ppc x86" +KEYWORDS="-* amd64 x86" IUSE="+awt +alsa cjk +cups doc examples +gtk nsplugin selinux source webstart" REQUIRED_USE="gtk? ( awt ) nsplugin? ( awt )" diff --git a/dev-java/icedtea-bin/icedtea-bin-6.1.13.9.ebuild b/dev-java/icedtea-bin/icedtea-bin-6.1.13.9.ebuild index ddd94f3ebed1..09fdf402dfd3 100644 --- a/dev-java/icedtea-bin/icedtea-bin-6.1.13.9.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-6.1.13.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://icedtea.classpath.org" SRC_URI="doc? ( ${dist}/${PN}-doc-${TARBALL_VERSION}.tar.xz ) source? ( ${dist}/${PN}-src-${TARBALL_VERSION}.tar.xz )" -for arch in amd64 ppc x86; do +for arch in amd64 x86; do SRC_URI+=" ${arch}? ( ${dist}/${PN}-core-${TARBALL_VERSION}-${arch}.tar.xz @@ -24,7 +24,7 @@ done LICENSE="GPL-2-with-linking-exception" SLOT="6" -KEYWORDS="-* amd64 ~ppc x86" +KEYWORDS="-* amd64 x86" IUSE="+alsa cjk +cups doc examples +gtk headless-awt nsplugin selinux source webstart" REQUIRED_USE="gtk? ( !headless-awt ) nsplugin? ( !headless-awt )" diff --git a/dev-java/icedtea-bin/icedtea-bin-7.2.6.3-r1.ebuild b/dev-java/icedtea-bin/icedtea-bin-7.2.6.3-r1.ebuild index 1825a681fb89..e07e771a9667 100644 --- a/dev-java/icedtea-bin/icedtea-bin-7.2.6.3-r1.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-7.2.6.3-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="http://icedtea.classpath.org" SRC_URI="doc? ( ${dist}/${PN}-doc-${TARBALL_VERSION}.tar.xz ) source? ( ${dist}/${PN}-src-${TARBALL_VERSION}.tar.xz )" -for arch in amd64 arm ppc ppc64 x86; do +for arch in amd64 arm ppc64 x86; do SRC_URI+=" ${arch}? ( ${dist}/${PN}-core-${TARBALL_VERSION}-${arch}.tar.xz @@ -24,7 +24,7 @@ done LICENSE="GPL-2-with-linking-exception" SLOT="7" -KEYWORDS="-* ~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="-* ~amd64 ~arm ~ppc64 ~x86" IUSE="+alsa cjk +cups doc examples +gtk headless-awt nsplugin nss pulseaudio selinux source webstart" REQUIRED_USE="gtk? ( !headless-awt ) nsplugin? ( !headless-awt )" diff --git a/dev-java/icedtea-bin/icedtea-bin-7.2.6.3.ebuild b/dev-java/icedtea-bin/icedtea-bin-7.2.6.3.ebuild index c166af6fada8..cd849a1992b7 100644 --- a/dev-java/icedtea-bin/icedtea-bin-7.2.6.3.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-7.2.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://icedtea.classpath.org" SRC_URI="doc? ( ${dist}/${PN}-doc-${TARBALL_VERSION}.tar.xz ) source? ( ${dist}/${PN}-src-${TARBALL_VERSION}.tar.xz )" -for arch in amd64 arm ppc ppc64 x86; do +for arch in amd64 arm ppc64 x86; do SRC_URI+=" ${arch}? ( ${dist}/${PN}-core-${TARBALL_VERSION}-${arch}.tar.xz @@ -24,7 +24,7 @@ done LICENSE="GPL-2-with-linking-exception" SLOT="7" -KEYWORDS="-* amd64 ~arm ppc ~ppc64 x86" +KEYWORDS="-* amd64 ~arm ~ppc64 x86" IUSE="+alsa cjk +cups doc examples +gtk headless-awt nsplugin nss pulseaudio selinux source webstart" REQUIRED_USE="gtk? ( !headless-awt ) nsplugin? ( !headless-awt )" diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild index 5a29f20df1b5..3bee09bad6ec 100644 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) @@ -13,7 +13,7 @@ SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.xz" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ppc64 x86" IUSE="+doc test" diff --git a/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild b/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild index dd000c725511..3a658666243d 100644 --- a/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild +++ b/dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://icedtea.classpath.org" SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz" LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ppc64 x86" IUSE="doc +icedtea7 javascript nsplugin tagsoup test" RESTRICT="test" diff --git a/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild b/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild index 695a064b9f75..0a3c79c24e78 100644 --- a/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild +++ b/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://icedtea.classpath.org" SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz" LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="doc javascript nsplugin tagsoup test" RESTRICT="test" diff --git a/dev-java/icedtea/icedtea-6.1.13.9-r2.ebuild b/dev-java/icedtea/icedtea-6.1.13.9-r2.ebuild index 3ee8a107a807..4d4f4dc50b77 100644 --- a/dev-java/icedtea/icedtea-6.1.13.9-r2.ebuild +++ b/dev-java/icedtea/icedtea-6.1.13.9-r2.ebuild @@ -34,7 +34,7 @@ SRC_URI=" LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C" SLOT="6" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RESTRICT="test" IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless-awt diff --git a/dev-java/icedtea/icedtea-7.2.6.3-r4.ebuild b/dev-java/icedtea/icedtea-7.2.6.3-r4.ebuild index 7621ae171394..d68f4174148c 100644 --- a/dev-java/icedtea/icedtea-7.2.6.3-r4.ebuild +++ b/dev-java/icedtea/icedtea-7.2.6.3-r4.ebuild @@ -57,7 +57,7 @@ SRC_URI=" ${DROP_URL}/jamvm/${JAMVM_TARBALL} -> ${JAMVM_GENTOO_TARBALL}" LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~x86" RESTRICT="test" IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless-awt infinality diff --git a/dev-java/icu4j/icu4j-3.8.1-r1.ebuild b/dev-java/icu4j/icu4j-3.8.1-r1.ebuild index be965e396d5c..2192b484771f 100644 --- a/dev-java/icu4j/icu4j-3.8.1-r1.ebuild +++ b/dev-java/icu4j/icu4j-3.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.ja HOMEPAGE="http://www.icu-project.org/" LICENSE="icu" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/icu4j/icu4j-4.0.1.1.ebuild b/dev-java/icu4j/icu4j-4.0.1.1.ebuild index 8b0f07c55f65..6b0d3a0b01a6 100644 --- a/dev-java/icu4j/icu4j-4.0.1.1.ebuild +++ b/dev-java/icu4j/icu4j-4.0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.ja HOMEPAGE="http://www.icu-project.org/" LICENSE="icu" SLOT="4" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/icu4j/icu4j-4.2.1.1.ebuild b/dev-java/icu4j/icu4j-4.2.1.1.ebuild index e352e3d129c4..6bad6ec71e3d 100644 --- a/dev-java/icu4j/icu4j-4.2.1.1.ebuild +++ b/dev-java/icu4j/icu4j-4.2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.ja HOMEPAGE="http://www.icu-project.org/" LICENSE="icu" SLOT="4.2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/icu4j/icu4j-4.4.2.ebuild b/dev-java/icu4j/icu4j-4.4.2.ebuild index 0b826a0a37c2..b6ff03441ed1 100644 --- a/dev-java/icu4j/icu4j-4.4.2.ebuild +++ b/dev-java/icu4j/icu4j-4.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${MY_PV}-src.ja HOMEPAGE="http://www.icu-project.org/" LICENSE="icu" SLOT="4.4" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" # Tests only work with JDK-1.6, severe out of memory problems appear with 1.5 diff --git a/dev-java/icu4j/icu4j-49.1.ebuild b/dev-java/icu4j/icu4j-49.1.ebuild index 016b278b5863..c294201606bc 100644 --- a/dev-java/icu4j/icu4j-49.1.ebuild +++ b/dev-java/icu4j/icu4j-49.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${PV//./_}.tgz" LICENSE="icu" SLOT="49" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" # Beware of jdk version dependant code #361593 diff --git a/dev-java/icu4j/icu4j-52.1.ebuild b/dev-java/icu4j/icu4j-52.1.ebuild index d8cc7d3a4ccf..ecd0d4d48ea1 100644 --- a/dev-java/icu4j/icu4j-52.1.ebuild +++ b/dev-java/icu4j/icu4j-52.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${PV//./_}.tgz" LICENSE="icu" SLOT="52" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" # Beware of jdk version dependant code #361593 diff --git a/dev-java/icu4j/icu4j-53.1.ebuild b/dev-java/icu4j/icu4j-53.1.ebuild index 5e5a545b5455..6dea8784419e 100644 --- a/dev-java/icu4j/icu4j-53.1.ebuild +++ b/dev-java/icu4j/icu4j-53.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${PV//./_}.tgz" LICENSE="icu" SLOT="52" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" # Beware of jdk version dependant code #361593 diff --git a/dev-java/icu4j/icu4j-54.1.1.ebuild b/dev-java/icu4j/icu4j-54.1.1.ebuild index 9def3df16b04..f6edcc4d43df 100644 --- a/dev-java/icu4j/icu4j-54.1.1.ebuild +++ b/dev-java/icu4j/icu4j-54.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${PV//./_}.tgz" LICENSE="icu" SLOT="52" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" # Beware of jdk version dependant code #361593 diff --git a/dev-java/icu4j/icu4j-55.1.ebuild b/dev-java/icu4j/icu4j-55.1.ebuild index c1788ad21683..d3da6dc459b4 100644 --- a/dev-java/icu4j/icu4j-55.1.ebuild +++ b/dev-java/icu4j/icu4j-55.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${PV//./_}.tgz" LICENSE="icu" SLOT="55" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" # Beware of jdk version dependant code #361593 diff --git a/dev-java/ini4j/ini4j-0.5.1.ebuild b/dev-java/ini4j/ini4j-0.5.1.ebuild index e5e341bce539..de7cafc0b708 100644 --- a/dev-java/ini4j/ini4j-0.5.1.ebuild +++ b/dev-java/ini4j/ini4j-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://central.maven.org/maven2/org/${PN}/${PN}/${PV}/${P}-sources.jar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/iso-relax/iso-relax-20050331-r3.ebuild b/dev-java/iso-relax/iso-relax-20050331-r3.ebuild index b19426b755a4..b511ed21cf47 100644 --- a/dev-java/iso-relax/iso-relax-20050331-r3.ebuild +++ b/dev-java/iso-relax/iso-relax-20050331-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ SRC_URI="mirror://gentoo/${P}-gentoo.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6 diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild index c71583c2037c..2e4893296e99 100644 --- a/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild +++ b/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://maven.java.net/content/repositories/releases/com/sun/${MY_PN}/$ LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/istack-commons-tools/istack-commons-tools-2.22.ebuild b/dev-java/istack-commons-tools/istack-commons-tools-2.22.ebuild index bcb2f766450f..7bdef4a21d64 100644 --- a/dev-java/istack-commons-tools/istack-commons-tools-2.22.ebuild +++ b/dev-java/istack-commons-tools/istack-commons-tools-2.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://maven.java.net/content/repositories/releases/com/sun/${MY_PN}/$ LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" CDEPEND="dev-java/ant-core:0" diff --git a/dev-java/itext/itext-2.1.5-r2.ebuild b/dev-java/itext/itext-2.1.5-r2.ebuild index 86bafa80f428..8e77d4cc7d91 100644 --- a/dev-java/itext/itext-2.1.5-r2.ebuild +++ b/dev-java/itext/itext-2.1.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/itext/${DISTFILE} LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux" IUSE="cjk rtf rups" BCV="1.45" diff --git a/dev-java/jacl/jacl-1.4.1-r1.ebuild b/dev-java/jacl/jacl-1.4.1-r1.ebuild index 6c4f9fa1a53d..c99a3a2609dd 100644 --- a/dev-java/jacl/jacl-1.4.1-r1.ebuild +++ b/dev-java/jacl/jacl-1.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://tcljava.sourceforge.net" SRC_URI="mirror://sourceforge/tcljava/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="doc" CDEPEND=">=dev-lang/tcl-8.4.5:*" diff --git a/dev-java/jacoco/jacoco-0.7.5.ebuild b/dev-java/jacoco/jacoco-0.7.5.ebuild index 033b0695ec92..c7dc86cb4040 100644 --- a/dev-java/jacoco/jacoco-0.7.5.ebuild +++ b/dev-java/jacoco/jacoco-0.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI=" https://repo1.maven.org/maven2/org/${PN}/org.${PN}.ant/${PV}.${DATE}/org.${PN}.ant-${PV}.${DATE}-sources.jar -> ${P}-ant.jar" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" CDEPEND=" diff --git a/dev-java/jad-bin/jad-bin-1.5.8e-r1.ebuild b/dev-java/jad-bin/jad-bin-1.5.8e-r1.ebuild index e86053895f1c..f548e278248c 100644 --- a/dev-java/jad-bin/jad-bin-1.5.8e-r1.ebuild +++ b/dev-java/jad-bin/jad-bin-1.5.8e-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ DESCRIPTION="Jad - The fast JAva Decompiler" HOMEPAGE="http://www.kpdus.com/jad.html" SRC_URI="http://www.kpdus.com/jad/linux/jadls158.zip" -KEYWORDS="amd64 -ppc x86" +KEYWORDS="amd64 x86" SLOT="0" LICENSE="freedist" IUSE="" diff --git a/dev-java/jade/jade-3.3-r1.ebuild b/dev-java/jade/jade-3.3-r1.ebuild index e0fbca06f15f..881d15b3521d 100644 --- a/dev-java/jade/jade-3.3-r1.ebuild +++ b/dev-java/jade/jade-3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jre-1.4" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" S="${WORKDIR}/${PN}" diff --git a/dev-java/jade/jade-3.3-r2.ebuild b/dev-java/jade/jade-3.3-r2.ebuild index d084610e8849..e867f7c82ce2 100644 --- a/dev-java/jade/jade-3.3-r2.ebuild +++ b/dev-java/jade/jade-3.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jre-1.4" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" S="${WORKDIR}/${PN}" diff --git a/dev-java/jaffl/jaffl-0.5.11-r1.ebuild b/dev-java/jaffl/jaffl-0.5.11-r1.ebuild index fe2b74670f79..e1cdca4df0e6 100644 --- a/dev-java/jaffl/jaffl-0.5.11-r1.ebuild +++ b/dev-java/jaffl/jaffl-0.5.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="https://github.com/jnr/jnr-ffi/tarball/${PV} -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" CDEPEND=" dev-java/asm:3 diff --git a/dev-java/jakarta-oro/jakarta-oro-2.0.8-r3.ebuild b/dev-java/jakarta-oro/jakarta-oro-2.0.8-r3.ebuild index af8dbd1c0f57..76eb246f8c21 100644 --- a/dev-java/jakarta-oro/jakarta-oro-2.0.8-r3.ebuild +++ b/dev-java/jakarta-oro/jakarta-oro-2.0.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://archive.apache.org/dist/${MY_J}/${MY_O}/${P}.tar.gz" LICENSE="Apache-1.1" SLOT="2.0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.3" diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.3-r4.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.3-r4.ebuild index 49894e4193fa..9ab8a61e2a4a 100644 --- a/dev-java/jakarta-regexp/jakarta-regexp-1.3-r4.ebuild +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.3-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ HOMEPAGE="http://jakarta.apache.org/" SLOT="1.3" IUSE="doc source" LICENSE="Apache-1.1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" DEPEND=">=virtual/jdk-1.4 dev-java/ant-core source? ( app-arch/zip )" diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.3-r5.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.3-r5.ebuild index 4069a12ee4e5..0b15f47ef2c6 100644 --- a/dev-java/jakarta-regexp/jakarta-regexp-1.3-r5.ebuild +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.3-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://jakarta.apache.org/" SLOT="1.3" IUSE="" LICENSE="Apache-1.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.4-r1.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.4-r1.ebuild index b14ab153e2a3..407eb028b953 100644 --- a/dev-java/jakarta-regexp/jakarta-regexp-1.4-r1.ebuild +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ HOMEPAGE="http://jakarta.apache.org/" SLOT="1.4" IUSE="doc source" LICENSE="Apache-1.1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=virtual/jdk-1.4 dev-java/ant-core source? ( app-arch/zip )" diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.4-r2.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.4-r2.ebuild index c550446bad34..8c7486c61c7f 100644 --- a/dev-java/jakarta-regexp/jakarta-regexp-1.4-r2.ebuild +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://jakarta.apache.org/" SLOT="1.4" IUSE="" LICENSE="Apache-1.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/jakarta-regexp/jakarta-regexp-1.5.ebuild b/dev-java/jakarta-regexp/jakarta-regexp-1.5.ebuild index bcad094d1ee2..a7772c9fc46e 100644 --- a/dev-java/jakarta-regexp/jakarta-regexp-1.5.ebuild +++ b/dev-java/jakarta-regexp/jakarta-regexp-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://jakarta.apache.org/" SLOT="${PV}" IUSE="" LICENSE="Apache-1.1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/jal/jal-20031117-r3.ebuild b/dev-java/jal/jal-20031117-r3.ebuild index 29882c675739..2f57c3147bee 100644 --- a/dev-java/jal/jal-20031117-r3.ebuild +++ b/dev-java/jal/jal-20031117-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ HOMEPAGE="http://vigna.dsi.unimi.it/jal/" LICENSE="HPND" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="doc source" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/jama/jama-1.0.3-r1.ebuild b/dev-java/jama/jama-1.0.3-r1.ebuild index ba985c995bf3..abaa7092341f 100644 --- a/dev-java/jama/jama-1.0.3-r1.ebuild +++ b/dev-java/jama/jama-1.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://math.nist.gov/javanumerics/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 x86 ~ppc ~ppc64" +KEYWORDS="amd64 ~ppc64 x86" DEPEND=">=virtual/jdk-1.6" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jamvm/jamvm-2.0.0-r1.ebuild b/dev-java/jamvm/jamvm-2.0.0-r1.ebuild index e6d9c12f03ec..6b6544a3d92b 100644 --- a/dev-java/jamvm/jamvm-2.0.0-r1.ebuild +++ b/dev-java/jamvm/jamvm-2.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc x86" +KEYWORDS="amd64 x86" IUSE="debug libffi" DEPEND="dev-java/gnu-classpath:0.98 diff --git a/dev-java/jansi-native/jansi-native-1.5.ebuild b/dev-java/jansi-native/jansi-native-1.5.ebuild index 9e37c8008e98..de308b6f7e5a 100644 --- a/dev-java/jansi-native/jansi-native-1.5.ebuild +++ b/dev-java/jansi-native/jansi-native-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fusesource/${PN}/tarball/${P} -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" CDEPEND="dev-java/hawtjni-runtime:0" diff --git a/dev-java/jansi/jansi-1.5-r1.ebuild b/dev-java/jansi/jansi-1.5-r1.ebuild index 9eb6c5e1b3f4..60b266013cf6 100644 --- a/dev-java/jansi/jansi-1.5-r1.ebuild +++ b/dev-java/jansi/jansi-1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc ~ppc64" +KEYWORDS="~amd64 ~ppc64 ~x86" CDEPEND="dev-java/jansi-native:0" diff --git a/dev-java/jansi/jansi-1.5.ebuild b/dev-java/jansi/jansi-1.5.ebuild index 5b7e58f57c33..b5a9d335e900 100644 --- a/dev-java/jansi/jansi-1.5.ebuild +++ b/dev-java/jansi/jansi-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" CDEPEND="dev-java/jansi-native:0" diff --git a/dev-java/jarjar/jarjar-1.4.ebuild b/dev-java/jarjar/jarjar-1.4.ebuild index 81386bc1af1d..e3355cde8916 100644 --- a/dev-java/jarjar/jarjar-1.4.ebuild +++ b/dev-java/jarjar/jarjar-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://jarjar.googlecode.com/files/${PN}-src-${PV}.zip" HOMEPAGE="http://jarjar.sourceforge.net" LICENSE="GPL-2" SLOT="1" -KEYWORDS="amd64 ~arm x86 ppc ppc64 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="" RESTRICT="test" diff --git a/dev-java/java-config-wrapper/java-config-wrapper-0.16-r1.ebuild b/dev-java/java-config-wrapper/java-config-wrapper-0.16-r1.ebuild index 5da8d1a232f9..993c431c0f55 100644 --- a/dev-java/java-config-wrapper/java-config-wrapper-0.16-r1.ebuild +++ b/dev-java/java-config-wrapper/java-config-wrapper-0.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" DEPEND="! ${ LICENSE="JDOM" SLOT="1.1" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" +KEYWORDS="~amd64 ~arm ~ppc64" IUSE="" CDEPEND=" diff --git a/dev-java/jaxme/jaxme-0.5.2-r2.ebuild b/dev-java/jaxme/jaxme-0.5.2-r2.ebuild index c7a12df9db19..4bf8f149c5da 100644 --- a/dev-java/jaxme/jaxme-0.5.2-r2.ebuild +++ b/dev-java/jaxme/jaxme-0.5.2-r2.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/ws/${PN}/source/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" COMMON_DEP=">=dev-java/antlr-2.7.7-r7:0 diff --git a/dev-java/jaxp/jaxp-1.4-r1.ebuild b/dev-java/jaxp/jaxp-1.4-r1.ebuild index 15eff2c9d19b..c4c5816fbe55 100644 --- a/dev-java/jaxp/jaxp-1.4-r1.ebuild +++ b/dev-java/jaxp/jaxp-1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/jaxr/jaxr-1.0.6-r2.ebuild b/dev-java/jaxr/jaxr-1.0.6-r2.ebuild index aadbcad020b5..0b6d671dc33b 100644 --- a/dev-java/jaxr/jaxr-1.0.6-r2.ebuild +++ b/dev-java/jaxr/jaxr-1.0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="CDDL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" CDEPEND=" diff --git a/dev-java/jazzy/jazzy-0.5.2.ebuild b/dev-java/jazzy/jazzy-0.5.2.ebuild index 358f6f2a7738..10ab3ef38598 100644 --- a/dev-java/jazzy/jazzy-0.5.2.ebuild +++ b/dev-java/jazzy/jazzy-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.src.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/dev-java/jcalendar/jcalendar-1.3.3.ebuild b/dev-java/jcalendar/jcalendar-1.3.3.ebuild index 04f87060681c..7f1bd6777556 100644 --- a/dev-java/jcalendar/jcalendar-1.3.3.ebuild +++ b/dev-java/jcalendar/jcalendar-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://www.toedter.com/en/jcalendar/" LICENSE="LGPL-2.1" SLOT="1.2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" COMMON_DEPEND="dev-java/jgoodies-looks:2.0" diff --git a/dev-java/jcifs/jcifs-1.3.17-r1.ebuild b/dev-java/jcifs/jcifs-1.3.17-r1.ebuild index cc018a8e0707..7fadb0395f2f 100644 --- a/dev-java/jcifs/jcifs-1.3.17-r1.ebuild +++ b/dev-java/jcifs/jcifs-1.3.17-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://jcifs.samba.org/src/${P}.tgz" HOMEPAGE="http://jcifs.samba.org/" LICENSE="LGPL-2.1" SLOT="1.1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" RDEPEND=">=virtual/jre-1.4 java-virtuals/servlet-api:2.4" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jclasslib/jclasslib-3.0-r1.ebuild b/dev-java/jclasslib/jclasslib-3.0-r1.ebuild index e99feea0682b..9cd7cd710d97 100644 --- a/dev-java/jclasslib/jclasslib-3.0-r1.ebuild +++ b/dev-java/jclasslib/jclasslib-3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_unix_${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/jcmdline/jcmdline-1.0.2-r2.ebuild b/dev-java/jcmdline/jcmdline-1.0.2-r2.ebuild index 6eeb6a8b25d8..dc5527a62b5a 100644 --- a/dev-java/jcmdline/jcmdline-1.0.2-r2.ebuild +++ b/dev-java/jcmdline/jcmdline-1.0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://jcmdline.sourceforge.net/" SRC_URI="mirror://sourceforge/jcmdline/${P}.zip" LICENSE="MPL-1.1" SLOT="1.0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jcmdline/jcmdline-2.0.0.ebuild b/dev-java/jcmdline/jcmdline-2.0.0.ebuild index d019da535ac9..bf9f6bf3d46f 100644 --- a/dev-java/jcmdline/jcmdline-2.0.0.ebuild +++ b/dev-java/jcmdline/jcmdline-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://jcmdline.sourceforge.net/" SRC_URI="mirror://sourceforge/jcmdline/${P}.zip" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=" diff --git a/dev-java/jcodings/jcodings-1.0.11.ebuild b/dev-java/jcodings/jcodings-1.0.11.ebuild index d73a6457bbed..a196ed8e95d9 100644 --- a/dev-java/jcodings/jcodings-1.0.11.ebuild +++ b/dev-java/jcodings/jcodings-1.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jruby/${PN}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="1" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" RDEPEND=">=virtual/jre-1.5" DEPEND=">=virtual/jdk-1.5 diff --git a/dev-java/jcodings/jcodings-1.0.4.ebuild b/dev-java/jcodings/jcodings-1.0.4.ebuild index 4c93e4fc9c35..4d91c54f0a96 100644 --- a/dev-java/jcodings/jcodings-1.0.4.ebuild +++ b/dev-java/jcodings/jcodings-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://jruby.codehaus.org/" SRC_URI="mirror://gentoo/${P}-git.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/jcodings/jcodings-1.0.5.ebuild b/dev-java/jcodings/jcodings-1.0.5.ebuild index 422e4bd15a27..2ed2f2461ef7 100644 --- a/dev-java/jcodings/jcodings-1.0.5.ebuild +++ b/dev-java/jcodings/jcodings-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jruby/${PN}/tarball/${PV} -> ${P}-git.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/jcommon/jcommon-1.0.23.ebuild b/dev-java/jcommon/jcommon-1.0.23.ebuild index 592fe937423d..4dbe6a304147 100644 --- a/dev-java/jcommon/jcommon-1.0.23.ebuild +++ b/dev-java/jcommon/jcommon-1.0.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/jfreechart/${MY_P}.zip" LICENSE="LGPL-2" SLOT="1.0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND=" diff --git a/dev-java/jcs/jcs-2.0.ebuild b/dev-java/jcs/jcs-2.0.ebuild index e31677d17053..7f215a2525b0 100644 --- a/dev-java/jcs/jcs-2.0.ebuild +++ b/dev-java/jcs/jcs-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/commons/${PN}/source/ LICENSE="Apache-2.0" SLOT="2.0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="admin" CDEPEND="dev-java/jisp:2.5 diff --git a/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild b/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild index 0795867b0f2b..5202bbde73de 100644 --- a/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild +++ b/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ DESCRIPTION="JDBC Type 4 Drivers for Informix" SRC_URI="${At}" HOMEPAGE="http://www.ibm.com/software/data/informix/tools/jdbc/" DOWNLOADPAGE="http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=ifxjdbc" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" LICENSE="informix-jdbc" SLOT="0" DEPEND=">=virtual/jre-1.4" diff --git a/dev-java/jdbc-jaybird/jdbc-jaybird-2.1.5-r1.ebuild b/dev-java/jdbc-jaybird/jdbc-jaybird-2.1.5-r1.ebuild index e17706848838..49e90180d821 100644 --- a/dev-java/jdbc-jaybird/jdbc-jaybird-2.1.5-r1.ebuild +++ b/dev-java/jdbc-jaybird/jdbc-jaybird-2.1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://jaybirdwiki.firebirdsql.org/" SRC_URI="mirror://sourceforge/firebird/${At}.zip" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6 diff --git a/dev-java/jdbc-jaybird/jdbc-jaybird-2.2.9.ebuild b/dev-java/jdbc-jaybird/jdbc-jaybird-2.2.9.ebuild index 6bd20c6a54b2..c3764612d71e 100644 --- a/dev-java/jdbc-jaybird/jdbc-jaybird-2.2.9.ebuild +++ b/dev-java/jdbc-jaybird/jdbc-jaybird-2.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://jaybirdwiki.firebirdsql.org/" SRC_URI="https://github.com/FirebirdSQL/${MY_PN}/archive/v${PV}.zip -> Jaybird-${PV}-src.zip" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc" +KEYWORDS="~amd64 ~x86" IUSE="jni" CDEPEND="dev-java/junit:4 diff --git a/dev-java/jdbc-mssqlserver/jdbc-mssqlserver-4.0.2206.100.ebuild b/dev-java/jdbc-mssqlserver/jdbc-mssqlserver-4.0.2206.100.ebuild index 30b2dd9f6090..a8a15964ee81 100644 --- a/dev-java/jdbc-mssqlserver/jdbc-mssqlserver-4.0.2206.100.ebuild +++ b/dev-java/jdbc-mssqlserver/jdbc-mssqlserver-4.0.2206.100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ DESCRIPTION="JDBC driver for Microsoft SQL Server" HOMEPAGE="http://msdn.microsoft.com/en-US/data/aa937724.aspx" SRC_URI="http://download.microsoft.com/download/${MY_ID:0:1}/${MY_ID:1:1}/${MY_ID:2:1}/${MY_ID}/${MY_PN}_${PV}_enu.tar.gz" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" LICENSE="MSjdbcEULA40" SLOT="4.0" diff --git a/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild b/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild index 9a29bc16f575..303afdc7fea1 100644 --- a/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild +++ b/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ SRC_URI="mirror://mysql/Downloads/Connector-J/${MY_P}.tar.gz" LICENSE="GPL-2-with-MySQL-FLOSS-exception" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="c3p0 log4j" diff --git a/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.1.0.5.ebuild b/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.1.0.5.ebuild index c6b0c37fe729..020c1676aff4 100644 --- a/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.1.0.5.ebuild +++ b/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,7 +40,7 @@ SRC_URI=" doc? ( ${file_doc} ) examples? ( ${file_demo} ) nls? ( ${file_nls} )" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" LICENSE="oracle-jdbc" SLOT="10.1" DEPEND="doc? ( app-arch/unzip )" diff --git a/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.2.0.3.ebuild b/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.2.0.3.ebuild index 0c64d700f549..2b74326c5d7f 100644 --- a/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.2.0.3.ebuild +++ b/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,7 +40,7 @@ SRC_URI=" examples? ( ${file_demo} ) nls? ( ${file_nls} ) ons? ( ${file_ons} )" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" LICENSE="oracle-jdbc" SLOT="10.2" DEPEND="doc? ( app-arch/unzip )" diff --git a/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.2.0.4.ebuild b/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.2.0.4.ebuild index ef3a07fbe42b..aadfaab2efd9 100644 --- a/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.2.0.4.ebuild +++ b/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-10.2.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,7 +40,7 @@ SRC_URI=" examples? ( ${file_demo} ) nls? ( ${file_nls} ) ons? ( ${file_ons} )" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" LICENSE="oracle-jdbc" SLOT="10.2" DEPEND="doc? ( app-arch/unzip )" diff --git a/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-9.2.0.8.ebuild b/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-9.2.0.8.ebuild index 4c5b2d48af65..11943639e800 100644 --- a/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-9.2.0.8.ebuild +++ b/dev-java/jdbc-oracle-bin/jdbc-oracle-bin-9.2.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ SRC_URI=" debug? ( ${file_main_debug} ) ${file_rowset} doc? ( ${file_doc} )" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" LICENSE="oracle-jdbc" SLOT="9.2" DEPEND="" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild index fdc31c5e31a4..906827979212 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ HOMEPAGE="http://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="test" DEPEND=" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild index 2ce76d975b4d..26051851762c 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ HOMEPAGE="http://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" DEPEND=" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild index 03294cf8ff8c..26051851762c 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ HOMEPAGE="http://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" DEPEND=" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild index c6f95eecd59f..6e16330940ba 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ HOMEPAGE="http://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" DEPEND=" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild index c6f95eecd59f..6e16330940ba 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ HOMEPAGE="http://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" DEPEND=" diff --git a/dev-java/jdbm/jdbm-0.12-r2.ebuild b/dev-java/jdbm/jdbm-0.12-r2.ebuild index c93a9f49cfcb..4a86a7ec4f34 100644 --- a/dev-java/jdbm/jdbm-0.12-r2.ebuild +++ b/dev-java/jdbm/jdbm-0.12-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" LICENSE="BSD" SLOT="1" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" # Needs to depend on 1.3 because this uses assert diff --git a/dev-java/jdepend/jdepend-2.9-r5.ebuild b/dev-java/jdepend/jdepend-2.9-r5.ebuild index 4e91a5c05618..709f885d9225 100644 --- a/dev-java/jdepend/jdepend-2.9-r5.ebuild +++ b/dev-java/jdepend/jdepend-2.9-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.clarkware.com/software/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jdom-jaxen/jdom-jaxen-1.0-r1.ebuild b/dev-java/jdom-jaxen/jdom-jaxen-1.0-r1.ebuild index 465a0d153548..9e12871b02f3 100644 --- a/dev-java/jdom-jaxen/jdom-jaxen-1.0-r1.ebuild +++ b/dev-java/jdom-jaxen/jdom-jaxen-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.jdom.org/dist/source/${MY_PN}-${PV}.tar.gz" LICENSE="JDOM" SLOT="${PV}" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" diff --git a/dev-java/jdom/jdom-1.0-r2.ebuild b/dev-java/jdom/jdom-1.0-r2.ebuild index b076ce432651..f97c1f035006 100644 --- a/dev-java/jdom/jdom-1.0-r2.ebuild +++ b/dev-java/jdom/jdom-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="http://www.jdom.org/dist/source/${P}.tar.gz" HOMEPAGE="http://www.jdom.org" LICENSE="JDOM" SLOT="${PV}" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" COMMON_DEP="dev-java/saxpath >=dev-java/xerces-2.7" RDEPEND=">=virtual/jre-1.4 diff --git a/dev-java/jdom/jdom-1.0-r4.ebuild b/dev-java/jdom/jdom-1.0-r4.ebuild index 24afcdf4a806..f6ea95eb8ebc 100644 --- a/dev-java/jdom/jdom-1.0-r4.ebuild +++ b/dev-java/jdom/jdom-1.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="http://www.jdom.org/dist/source/archive/${P}.tar.gz" HOMEPAGE="http://www.jdom.org" LICENSE="JDOM" SLOT="${PV}" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" COMMON_DEP="dev-java/saxpath >=dev-java/xerces-2.7" RDEPEND=">=virtual/jre-1.4 diff --git a/dev-java/jdom/jdom-1.1.3.ebuild b/dev-java/jdom/jdom-1.1.3.ebuild index 328bd8d32f9f..9451d94da378 100644 --- a/dev-java/jdom/jdom-1.1.3.ebuild +++ b/dev-java/jdom/jdom-1.1.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.jdom.org/dist/binary/archive/${P}.tar.gz" HOMEPAGE="http://www.jdom.org" LICENSE="JDOM" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86" +KEYWORDS="amd64 ~arm ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jdom/jdom-2.0.6-r4.ebuild b/dev-java/jdom/jdom-2.0.6-r4.ebuild index 5a1abb469277..b01ce772a70a 100644 --- a/dev-java/jdom/jdom-2.0.6-r4.ebuild +++ b/dev-java/jdom/jdom-2.0.6-r4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hunterhacker/${PN}/archive/${MY_P}.tar.gz" HOMEPAGE="http://www.jdom.org" LICENSE="Apache-1.1" SLOT="2" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="test" CDEPEND=" diff --git a/dev-java/jdynamite/jdynamite-1.2-r1.ebuild b/dev-java/jdynamite/jdynamite-1.2-r1.ebuild index dea6e53d0f23..a32337dcf142 100644 --- a/dev-java/jdynamite/jdynamite-1.2-r1.ebuild +++ b/dev-java/jdynamite/jdynamite-1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}${MY_PV}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" CDEPEND="dev-java/gnu-regexp:1" diff --git a/dev-java/jempbox/jempbox-0.2.0.ebuild b/dev-java/jempbox/jempbox-0.2.0.ebuild index 8fce8938680d..6bd457993f39 100644 --- a/dev-java/jempbox/jempbox-0.2.0.ebuild +++ b/dev-java/jempbox/jempbox-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://www.jempbox.org" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/jempbox/jempbox-1.7.1.ebuild b/dev-java/jempbox/jempbox-1.7.1.ebuild index 06251c03ceb3..379a80710079 100644 --- a/dev-java/jempbox/jempbox-1.7.1.ebuild +++ b/dev-java/jempbox/jempbox-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${MY_PN}/${PV}/${MY_PN}-${PV}-src.zip" LICENSE="BSD" SLOT="1.7" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=" diff --git a/dev-java/jettison/jettison-1.3.7.ebuild b/dev-java/jettison/jettison-1.3.7.ebuild index 15bbbb51b4c1..1a30cc862b18 100644 --- a/dev-java/jettison/jettison-1.3.7.ebuild +++ b/dev-java/jettison/jettison-1.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/codehaus/jettison" SRC_URI="https://github.com/codehaus/${PN}/archive/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jexcelapi/jexcelapi-2.6.8-r1.ebuild b/dev-java/jexcelapi/jexcelapi-2.6.8-r1.ebuild index a8eaffc24a92..ee8d32dc4c86 100644 --- a/dev-java/jexcelapi/jexcelapi-2.6.8-r1.ebuild +++ b/dev-java/jexcelapi/jexcelapi-2.6.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/jexcelapi/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="2.5" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/jexcelapi/jexcelapi-2.6.8.ebuild b/dev-java/jexcelapi/jexcelapi-2.6.8.ebuild index a7c08f70fd3d..039916fd0e43 100644 --- a/dev-java/jexcelapi/jexcelapi-2.6.8.ebuild +++ b/dev-java/jexcelapi/jexcelapi-2.6.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/jexcelapi/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="2.5" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jffi/jffi-1.0.11-r1.ebuild b/dev-java/jffi/jffi-1.0.11-r1.ebuild index 152668683243..c09f1665d54c 100644 --- a/dev-java/jffi/jffi-1.0.11-r1.ebuild +++ b/dev-java/jffi/jffi-1.0.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jnr/jffi/tarball/${PV} -> ${P}.tar.gz" LICENSE="|| ( Apache-2.0 LGPL-3 )" SLOT="1.0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" CDEPEND=" diff --git a/dev-java/jffi/jffi-1.2.9.ebuild b/dev-java/jffi/jffi-1.2.9.ebuild index 393637b51c2c..3263879b9de1 100644 --- a/dev-java/jffi/jffi-1.2.9.ebuild +++ b/dev-java/jffi/jffi-1.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Apache-2.0 LGPL-3 )" SLOT="1.2" -KEYWORDS="amd64 ppc ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos" CDEPEND="virtual/libffi:0" diff --git a/dev-java/jflex/jflex-1.6.0-r2.ebuild b/dev-java/jflex/jflex-1.6.0-r2.ebuild index fe06e23bd32d..7975464e7b44 100644 --- a/dev-java/jflex/jflex-1.6.0-r2.ebuild +++ b/dev-java/jflex/jflex-1.6.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://${PN}.de/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" CDEPEND="dev-java/ant-core:0 =dev-java/javacup-0.11a_beta20060608:0 diff --git a/dev-java/jflex/jflex-1.6.1.ebuild b/dev-java/jflex/jflex-1.6.1.ebuild index 27d01cbe01fa..6b50fe0fda77 100644 --- a/dev-java/jflex/jflex-1.6.1.ebuild +++ b/dev-java/jflex/jflex-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://www.jflex.de/" SRC_URI="http://${PN}.de/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" IUSE="examples test vim-syntax" CDEPEND="dev-java/ant-core:0" diff --git a/dev-java/jformatstring/jformatstring-2.0.3.ebuild b/dev-java/jformatstring/jformatstring-2.0.3.ebuild index ab8ab1cbe929..91489b14e5c4 100644 --- a/dev-java/jformatstring/jformatstring-2.0.3.ebuild +++ b/dev-java/jformatstring/jformatstring-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="https://code.google.com/p/j-format-string" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/jfreechart/jfreechart-1.0.19.ebuild b/dev-java/jfreechart/jfreechart-1.0.19.ebuild index 7317a59125e2..289d97e2e6cc 100644 --- a/dev-java/jfreechart/jfreechart-1.0.19.ebuild +++ b/dev-java/jfreechart/jfreechart-1.0.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="LGPL-2.1" SLOT="1.0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="+servlet test" CDEPEND=">=dev-java/jcommon-1.0.23:1.0 diff --git a/dev-java/jfreesvg/jfreesvg-2.1-r1.ebuild b/dev-java/jfreesvg/jfreesvg-2.1-r1.ebuild index f427dc78324e..9ee3ff57c0c5 100644 --- a/dev-java/jfreesvg/jfreesvg-2.1-r1.ebuild +++ b/dev-java/jfreesvg/jfreesvg-2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/jfreegraphics2d/${P}.zip" LICENSE="GPL-3" SLOT="2.1" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="debug" DEPEND=" diff --git a/dev-java/jfreesvg/jfreesvg-3.0.ebuild b/dev-java/jfreesvg/jfreesvg-3.0.ebuild index 30dcdd289f1f..234ba21e3b77 100644 --- a/dev-java/jfreesvg/jfreesvg-3.0.ebuild +++ b/dev-java/jfreesvg/jfreesvg-3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/jfreegraphics2d/${P}.zip" LICENSE="GPL-3" SLOT="3.0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="debug" DEPEND=">=virtual/jdk-1.6 diff --git a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r1.ebuild b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r1.ebuild index 67b072564242..2f02cea25e30 100644 --- a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r1.ebuild +++ b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/animation-${MY_V}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild index d76e113857fb..a5fdec78a3ca 100644 --- a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild +++ b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/animation-${MY_V}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r1.ebuild b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r1.ebuild index 736d3e014154..14b04879fa6b 100644 --- a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r1.ebuild +++ b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/binding-${MY_V}.zip" LICENSE="BSD" SLOT="1.0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=virtual/jdk-1.4.2 diff --git a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild index 381d4513c7a1..3d4b20164f64 100644 --- a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild +++ b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/binding-${MY_V}.zip" LICENSE="BSD" SLOT="1.0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.4.2 diff --git a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild index 8192263eb065..9377a68e3dab 100644 --- a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild +++ b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-macos" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0.ebuild b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0.ebuild index db3897209d9a..b43552d93c73 100644 --- a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0.ebuild +++ b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-macos" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jgoodies-looks/jgoodies-looks-1.2.2-r1.ebuild b/dev-java/jgoodies-looks/jgoodies-looks-1.2.2-r1.ebuild index d41641f7c421..03b477ab1493 100644 --- a/dev-java/jgoodies-looks/jgoodies-looks-1.2.2-r1.ebuild +++ b/dev-java/jgoodies-looks/jgoodies-looks-1.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}-${MY_PV}.zip" LICENSE="BSD" SLOT="1.2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="doc" DEPEND=">=virtual/jdk-1.4.2 diff --git a/dev-java/jgoodies-looks/jgoodies-looks-1.2.2-r2.ebuild b/dev-java/jgoodies-looks/jgoodies-looks-1.2.2-r2.ebuild index 9747aba4322c..8e545b840972 100644 --- a/dev-java/jgoodies-looks/jgoodies-looks-1.2.2-r2.ebuild +++ b/dev-java/jgoodies-looks/jgoodies-looks-1.2.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}-${MY_PV}.zip" LICENSE="BSD" SLOT="1.2" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="doc" DEPEND=">=virtual/jdk-1.5 diff --git a/dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild b/dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild index 35f874770460..705b727c9fd2 100644 --- a/dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild +++ b/dev-java/jgoodies-looks/jgoodies-looks-2.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip" LICENSE="BSD" SLOT="2.0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jgoodies-looks/jgoodies-looks-2.3.1.ebuild b/dev-java/jgoodies-looks/jgoodies-looks-2.3.1.ebuild index ee85bbf3c55b..eb340750855d 100644 --- a/dev-java/jgoodies-looks/jgoodies-looks-2.3.1.ebuild +++ b/dev-java/jgoodies-looks/jgoodies-looks-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip" LICENSE="BSD" SLOT="2.0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jgraph/jgraph-5.12.0.4.ebuild b/dev-java/jgraph/jgraph-5.12.0.4.ebuild index e18fae7f354f..abf8444c4d27 100644 --- a/dev-java/jgraph/jgraph-5.12.0.4.ebuild +++ b/dev-java/jgraph/jgraph-5.12.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jre-1.4" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" JAVA_PKG_FILTER_COMPILER="jikes" diff --git a/dev-java/jgrapht/jgrapht-0.8.3.ebuild b/dev-java/jgrapht/jgrapht-0.8.3.ebuild index e62efc8d3108..d475f6890f29 100644 --- a/dev-java/jgrapht/jgrapht-0.8.3.ebuild +++ b/dev-java/jgrapht/jgrapht-0.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="Graph library that is a simpler and faster alternative to JGraph" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://jgrapht.sourceforge.net" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" SLOT="0" LICENSE="LGPL-2.1" diff --git a/dev-java/jgroups/jgroups-2.9.0.ebuild b/dev-java/jgroups/jgroups-2.9.0.ebuild index 810dd77bea48..df474b758d3d 100644 --- a/dev-java/jgroups/jgroups-2.9.0.ebuild +++ b/dev-java/jgroups/jgroups-2.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/javagroups/${MY_P}.src.zip" HOMEPAGE="http://www.jgroups.org/javagroupsnew/docs/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND=">=virtual/jre-1.5 dev-java/bsh:0 diff --git a/dev-java/jibx-tools/jibx-tools-1.1.5-r2.ebuild b/dev-java/jibx-tools/jibx-tools-1.1.5-r2.ebuild index 62045bb241da..516f122c65da 100644 --- a/dev-java/jibx-tools/jibx-tools-1.1.5-r2.ebuild +++ b/dev-java/jibx-tools/jibx-tools-1.1.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/jibx/jibx_${MY_PV}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" CDEPEND="dev-java/bcel:0 diff --git a/dev-java/jibx-tools/jibx-tools-1.1.5-r3.ebuild b/dev-java/jibx-tools/jibx-tools-1.1.5-r3.ebuild index 65b988daf6a0..9f1b0273d02c 100644 --- a/dev-java/jibx-tools/jibx-tools-1.1.5-r3.ebuild +++ b/dev-java/jibx-tools/jibx-tools-1.1.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/jibx/jibx_${MY_PV}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" CDEPEND="dev-java/bcel:0 diff --git a/dev-java/jibx/jibx-1.1.5-r1.ebuild b/dev-java/jibx/jibx-1.1.5-r1.ebuild index 859cfc2ec047..c6eae7d757c5 100644 --- a/dev-java/jibx/jibx-1.1.5-r1.ebuild +++ b/dev-java/jibx/jibx-1.1.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x64-macos ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="" COMMON_DEP="dev-java/dom4j:1 diff --git a/dev-java/jibx/jibx-1.1.5-r2.ebuild b/dev-java/jibx/jibx-1.1.5-r2.ebuild index facdf06f24b5..8b65a164a717 100644 --- a/dev-java/jibx/jibx-1.1.5-r2.ebuild +++ b/dev-java/jibx/jibx-1.1.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x64-macos ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="" CDEPEND="dev-java/dom4j:1 diff --git a/dev-java/jikes/jikes-1.22-r13.ebuild b/dev-java/jikes/jikes-1.22-r13.ebuild index 1405cab6ca79..a50e125fe62c 100644 --- a/dev-java/jikes/jikes-1.22-r13.ebuild +++ b/dev-java/jikes/jikes-1.22-r13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ HOMEPAGE="http://jikes.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="IBM" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd" IUSE="" DEPEND="" RDEPEND=">=dev-java/java-config-2.0.0" diff --git a/dev-java/jisp/jisp-2.5.1-r3.ebuild b/dev-java/jisp/jisp-2.5.1-r3.ebuild index 48f0a2ce9b69..f3b317401a0a 100644 --- a/dev-java/jisp/jisp-2.5.1-r3.ebuild +++ b/dev-java/jisp/jisp-2.5.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="http://gentooexperimental.org/distfiles/${P}-source.tar.gz" LICENSE="SVFL" SLOT="2.5" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/jlex/jlex-1.2.6-r1.ebuild b/dev-java/jlex/jlex-1.2.6-r1.ebuild index 5957697e0389..f52e696dbaf5 100644 --- a/dev-java/jlex/jlex-1.2.6-r1.ebuild +++ b/dev-java/jlex/jlex-1.2.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit java-pkg-2 DESCRIPTION="JLex: a lexical analyzer generator for Java" SRC_URI="mirror://gentoo/${P}.tar.bz2" HOMEPAGE="http://www.cs.princeton.edu/~appel/modern/java/JLex/" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" LICENSE="jlex" SLOT="0" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/jlex/jlex-1.2.6-r2.ebuild b/dev-java/jlex/jlex-1.2.6-r2.ebuild index 1c64fabca23e..27c578284236 100644 --- a/dev-java/jlex/jlex-1.2.6-r2.ebuild +++ b/dev-java/jlex/jlex-1.2.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit java-pkg-2 DESCRIPTION="JLex: a lexical analyzer generator for Java" SRC_URI="mirror://gentoo/${P}.tar.bz2" HOMEPAGE="http://www.cs.princeton.edu/~appel/modern/java/JLex/" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" LICENSE="jlex" SLOT="0" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/jlfgr/jlfgr-1.0-r1.ebuild b/dev-java/jlfgr/jlfgr-1.0-r1.ebuild index 97513bbc11df..ceeb3a09f772 100644 --- a/dev-java/jlfgr/jlfgr-1.0-r1.ebuild +++ b/dev-java/jlfgr/jlfgr-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/jlfgr-${MY_PV}.zip" LICENSE="sun-jlfgr" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="app-arch/unzip" diff --git a/dev-java/jline/jline-1.0.ebuild b/dev-java/jline/jline-1.0.ebuild index 41faa57e1609..f96d10afe5ad 100644 --- a/dev-java/jline/jline-1.0.ebuild +++ b/dev-java/jline/jline-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://jline.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jmdns/jmdns-3.4.1-r1.ebuild b/dev-java/jmdns/jmdns-3.4.1-r1.ebuild index 8fd63276a234..662f440245a3 100644 --- a/dev-java/jmdns/jmdns-3.4.1-r1.ebuild +++ b/dev-java/jmdns/jmdns-3.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://jmdns.sourceforge.net" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild b/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild index ac381780fd4e..1674bcb16aac 100644 --- a/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild +++ b/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ S="${WORKDIR}/JMF-${PV}" DESCRIPTION="The Java Media Framework API (JMF)" SRC_URI="${At}" HOMEPAGE="http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140239.html" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" LICENSE="sun-bcla-jmf" SLOT="0" diff --git a/dev-java/jmi-interface/jmi-interface-1.0-r3.ebuild b/dev-java/jmi-interface/jmi-interface-1.0-r3.ebuild index c399c5a7bda9..f19c21cba3ad 100644 --- a/dev-java/jmi-interface/jmi-interface-1.0-r3.ebuild +++ b/dev-java/jmi-interface/jmi-interface-1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${JMI_ZIP} LICENSE="sun-bcla-jmi" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="doc source" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jmock/jmock-1.2.0-r1.ebuild b/dev-java/jmock/jmock-1.2.0-r1.ebuild index 242b92132677..9375230237c2 100644 --- a/dev-java/jmock/jmock-1.2.0-r1.ebuild +++ b/dev-java/jmock/jmock-1.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://www.jmock.org/" LICENSE="BSD" SLOT="1.0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" CDEPEND="dev-java/junit:0" diff --git a/dev-java/jna/jna-3.4.0-r1.ebuild b/dev-java/jna/jna-3.4.0-r1.ebuild index c6d40bd7bc97..97893878c452 100644 --- a/dev-java/jna/jna-3.4.0-r1.ebuild +++ b/dev-java/jna/jna-3.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://github.com/twall/jna/tarball/3.4.0 -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="+awt +nio-buffers" REQUIRED_USE="test? ( awt nio-buffers )" diff --git a/dev-java/jna/jna-3.4.0.ebuild b/dev-java/jna/jna-3.4.0.ebuild index 8d90aa387892..a4584eadaac9 100644 --- a/dev-java/jna/jna-3.4.0.ebuild +++ b/dev-java/jna/jna-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/twall/jna#readme" SRC_URI="https://github.com/twall/jna/tarball/3.4.0 -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="+awt +nio-buffers" REQUIRED_USE="test? ( awt nio-buffers )" diff --git a/dev-java/jna/jna-3.4.1.ebuild b/dev-java/jna/jna-3.4.1.ebuild index 8ad9de76e34f..fe114e6fd8ed 100644 --- a/dev-java/jna/jna-3.4.1.ebuild +++ b/dev-java/jna/jna-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/twall/jna#readme" SRC_URI="https://github.com/twall/jna/tarball/${PV} -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="+awt +nio-buffers" REQUIRED_USE="test? ( awt nio-buffers )" diff --git a/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild index 5b09fb3ed50f..ecdab18befdc 100644 --- a/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild +++ b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.zip -> ${P}.zip" LICENSE="MIT" SLOT="1.0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/joda-time/joda-time-1.6.ebuild b/dev-java/joda-time/joda-time-1.6.ebuild index a2c08291e4ae..8d3aec4cc56c 100644 --- a/dev-java/joda-time/joda-time-1.6.ebuild +++ b/dev-java/joda-time/joda-time-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://joda-time.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DEPEND=" diff --git a/dev-java/joni/joni-2.1.0.ebuild b/dev-java/joni/joni-2.1.0.ebuild index b9bf76900716..45296ef96ad1 100644 --- a/dev-java/joni/joni-2.1.0.ebuild +++ b/dev-java/joni/joni-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jruby/${PN}/archive/${P}.tar.gz" LICENSE="MIT" SLOT="2.1" -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" CDEPEND="dev-java/asm:3 dev-java/jcodings:1" diff --git a/dev-java/jopt-simple/jopt-simple-4.7.ebuild b/dev-java/jopt-simple/jopt-simple-4.7.ebuild index 03135d142f9b..2918e7f9bed5 100644 --- a/dev-java/jopt-simple/jopt-simple-4.7.ebuild +++ b/dev-java/jopt-simple/jopt-simple-4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="https://pholser.github.com/jopt-simple/" SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz" LICENSE="MIT" SLOT="4.4" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" IUSE="" diff --git a/dev-java/jortho/jortho-1.0.ebuild b/dev-java/jortho/jortho-1.0.ebuild index aa51666f4570..d62318561323 100644 --- a/dev-java/jortho/jortho-1.0.ebuild +++ b/dev-java/jortho/jortho-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/project/jortho/JOrtho%20Library/${PV}/JOrtho_${PV} LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=" diff --git a/dev-java/jrexx/jrexx-1.1.1-r1.ebuild b/dev-java/jrexx/jrexx-1.1.1-r1.ebuild index a0a881ab72f0..49d9e84db2d2 100644 --- a/dev-java/jrexx/jrexx-1.1.1-r1.ebuild +++ b/dev-java/jrexx/jrexx-1.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" HOMEPAGE="http://www.karneim.com/jrexx/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" RDEPEND=">=virtual/jre-1.4" DEPEND=">=virtual/jdk-1.4 app-arch/unzip diff --git a/dev-java/jsap/jsap-2.1-r1.ebuild b/dev-java/jsap/jsap-2.1-r1.ebuild index ef61eb8e2ff9..db2a8a7959c9 100644 --- a/dev-java/jsap/jsap-2.1-r1.ebuild +++ b/dev-java/jsap/jsap-2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" CDEPEND=" diff --git a/dev-java/jsap/jsap-2.1-r2.ebuild b/dev-java/jsap/jsap-2.1-r2.ebuild index 4f35b4e5c949..7a53d7b1086f 100644 --- a/dev-java/jsap/jsap-2.1-r2.ebuild +++ b/dev-java/jsap/jsap-2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" CDEPEND=" diff --git a/dev-java/jsap/jsap-2.1.ebuild b/dev-java/jsap/jsap-2.1.ebuild index d558fc5d3b95..4e9f0e675eec 100644 --- a/dev-java/jsap/jsap-2.1.ebuild +++ b/dev-java/jsap/jsap-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="test" COMMON_DEP=" diff --git a/dev-java/jsch/jsch-0.1.52.ebuild b/dev-java/jsch/jsch-0.1.52.ebuild index 7e34c265ffe2..08929ded0e6b 100644 --- a/dev-java/jsch/jsch-0.1.52.ebuild +++ b/dev-java/jsch/jsch-0.1.52.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.jcraft.com/jsch/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="zlib" CDEPEND="" diff --git a/dev-java/json-simple/json-simple-1.1.ebuild b/dev-java/json-simple/json-simple-1.1.ebuild index a560d70f8171..2ebe6f13a363 100644 --- a/dev-java/json-simple/json-simple-1.1.ebuild +++ b/dev-java/json-simple/json-simple-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="https://json-simple.googlecode.com/files/${MY_P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jsr101/jsr101-1.4-r3.ebuild b/dev-java/jsr101/jsr101-1.4-r3.ebuild index 0e6af9368d5d..1371232e0b5c 100644 --- a/dev-java/jsr101/jsr101-1.4-r3.ebuild +++ b/dev-java/jsr101/jsr101-1.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" CDEPEND=" diff --git a/dev-java/jsr173/jsr173-1.0-r1.ebuild b/dev-java/jsr173/jsr173-1.0-r1.ebuild index 75fdc3b5237e..22c601cfded1 100644 --- a/dev-java/jsr173/jsr173-1.0-r1.ebuild +++ b/dev-java/jsr173/jsr173-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://ftpna2.bea.com/pub/downloads/${PN}.jar" LICENSE="bea.ri.jsr173" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=virtual/jre-1.3 diff --git a/dev-java/jsr181/jsr181-1.0-r2.ebuild b/dev-java/jsr181/jsr181-1.0-r2.ebuild index 4e26906849b8..e74061f5193c 100644 --- a/dev-java/jsr181/jsr181-1.0-r2.ebuild +++ b/dev-java/jsr181/jsr181-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://central.maven.org/maven2/javax/jws/${MY_PN}/${MY_PV}/${MY_P}-sou LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jsr223/jsr223-1.0-r2.ebuild b/dev-java/jsr223/jsr223-1.0-r2.ebuild index 46843a880a7f..e5574a5c33be 100644 --- a/dev-java/jsr223/jsr223-1.0-r2.ebuild +++ b/dev-java/jsr223/jsr223-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${PN}-openjdk-6-src-b19.tar.bz2" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jsr225/jsr225-1.0.ebuild b/dev-java/jsr225/jsr225-1.0.ebuild index ab10fe97e8a1..bb0a79f374cc 100644 --- a/dev-java/jsr225/jsr225-1.0.ebuild +++ b/dev-java/jsr225/jsr225-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="https://github.com/cfoster/${MY_P}.0/raw/master/javax/xml/xquery/${MY_P LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jsr250/jsr250-1.0-r1.ebuild b/dev-java/jsr250/jsr250-1.0-r1.ebuild index 115c04182e79..20279d598eb5 100644 --- a/dev-java/jsr250/jsr250-1.0-r1.ebuild +++ b/dev-java/jsr250/jsr250-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://download.java.net/maven/2/javax/annotation/${PN}-api/${PV}/${PN} LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jsr305/jsr305-3.0.1.ebuild b/dev-java/jsr305/jsr305-3.0.1.ebuild index a554d39f1ab0..698f85e2d1d6 100644 --- a/dev-java/jsr305/jsr305-3.0.1.ebuild +++ b/dev-java/jsr305/jsr305-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://central.maven.org/maven2/com/google/code/findbugs/${PN}/${PV}/${ LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jsr311-api/jsr311-api-1.1.1.ebuild b/dev-java/jsr311-api/jsr311-api-1.1.1.ebuild index d3f0dd294c6e..a33d1a2282bf 100644 --- a/dev-java/jsr311-api/jsr311-api-1.1.1.ebuild +++ b/dev-java/jsr311-api/jsr311-api-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://repo1.maven.org/maven2/javax/ws/rs/${PN}/${PV}/${P}-sources.jar" LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jsr322/jsr322-1.5.ebuild b/dev-java/jsr322/jsr322-1.5.ebuild index 5d32efa93bc4..620706f8e75f 100644 --- a/dev-java/jsr322/jsr322-1.5.ebuild +++ b/dev-java/jsr322/jsr322-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="https://repo1.maven.org/maven2/javax/resource/${MY_PN}/${PV}/${MY_P}-so LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jsr67/jsr67-1.3.ebuild b/dev-java/jsr67/jsr67-1.3.ebuild index a17df16457aa..c8e52654d9d2 100644 --- a/dev-java/jsr67/jsr67-1.3.ebuild +++ b/dev-java/jsr67/jsr67-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://saaj.dev.java.net/spec-${PV}/saaj-api.jar" LICENSE="sun-jsr67" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/jsr93/jsr93-1.0-r2.ebuild b/dev-java/jsr93/jsr93-1.0-r2.ebuild index 403064445b3e..5f7dd811d57b 100644 --- a/dev-java/jsr93/jsr93-1.0-r2.ebuild +++ b/dev-java/jsr93/jsr93-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="https://jcp.org/ja/jsr/detail?id=93" SRC_URI="http://repo1.maven.org/maven2/org/apache/ws/scout/${MY_PN}/${PV}/${MY_P}-sources.jar" LICENSE="sun-jsr93" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/jssc/jssc-2.8.0.ebuild b/dev-java/jssc/jssc-2.8.0.ebuild index ceed37a5e18b..e914d27308be 100644 --- a/dev-java/jssc/jssc-2.8.0.ebuild +++ b/dev-java/jssc/jssc-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/scream3r/java-simple-serial-connector" SRC_URI="http://repo1.maven.org/maven2/org/scream3r/${PN}/${PV}/${P}-sources.jar" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" diff --git a/dev-java/jta/jta-1.0.1-r1.ebuild b/dev-java/jta/jta-1.0.1-r1.ebuild index 8a3ef8142cd1..e53fd8bb9b90 100644 --- a/dev-java/jta/jta-1.0.1-r1.ebuild +++ b/dev-java/jta/jta-1.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ HOMEPAGE="http://www.oracle.com/technetwork/java/javaee/tech/jta-138684.html" SRC_URI="${At}" LICENSE="sun-bcla-jta" SLOT=0 -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND=">=app-arch/unzip-5.50-r1 >=virtual/jdk-1.3" diff --git a/dev-java/jta/jta-1.1.ebuild b/dev-java/jta/jta-1.1.ebuild index 719fa261d9c6..f2aec4a7fc3b 100644 --- a/dev-java/jta/jta-1.1.ebuild +++ b/dev-java/jta/jta-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.oracle.com/technetwork/java/javaee/jta/index.html" SRC_URI="${JTA_ZIP}" LICENSE="sun-bcla-jta" SLOT=0 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND=">=app-arch/unzip-5.50-r1 >=virtual/jdk-1.5" diff --git a/dev-java/jtidy/jtidy-0_pre20010801-r1.ebuild b/dev-java/jtidy/jtidy-0_pre20010801-r1.ebuild index 7f9db1a4cd49..44d604191590 100644 --- a/dev-java/jtidy/jtidy-0_pre20010801-r1.ebuild +++ b/dev-java/jtidy/jtidy-0_pre20010801-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://jtidy.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-dev.zip" LICENSE="HTML-Tidy W3C" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 app-arch/unzip diff --git a/dev-java/jtidy/jtidy-1.0.ebuild b/dev-java/jtidy/jtidy-1.0.ebuild index 089d46d9c9b1..da2484f0a080 100644 --- a/dev-java/jtidy/jtidy-1.0.ebuild +++ b/dev-java/jtidy/jtidy-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://jtidy.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-sources.zip -> ${P}.zip" LICENSE="HTML-Tidy W3C" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" CDEPEND="dev-java/ant-core:0" diff --git a/dev-java/juel/juel-2.1.0-r1.ebuild b/dev-java/juel/juel-2.1.0-r1.ebuild index 5b28af54f654..d5c4bec5f37f 100644 --- a/dev-java/juel/juel-2.1.0-r1.ebuild +++ b/dev-java/juel/juel-2.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" diff --git a/dev-java/juel/juel-2.1.0.ebuild b/dev-java/juel/juel-2.1.0.ebuild index 3af16dc36451..36ddb8460b18 100644 --- a/dev-java/juel/juel-2.1.0.ebuild +++ b/dev-java/juel/juel-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" diff --git a/dev-java/jump/jump-0.5.ebuild b/dev-java/jump/jump-0.5.ebuild index a9283a86a71d..b189eb063628 100644 --- a/dev-java/jump/jump-0.5.ebuild +++ b/dev-java/jump/jump-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="JUMP Ultimate Math Package (JUMP) is a Java-based extensible high-precision math package" SRC_URI="mirror://sourceforge/${PN}-math/${P}.tar.gz" HOMEPAGE="http://jump-math.sourceforge.net/" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" LICENSE="BSD" SLOT="0" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jung/jung-1.7.6-r1.ebuild b/dev-java/jung/jung-1.7.6-r1.ebuild index ae0b0e213b14..f946ec2dc901 100644 --- a/dev-java/jung/jung-1.7.6-r1.ebuild +++ b/dev-java/jung/jung-1.7.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" CDEPEND=" diff --git a/dev-java/junit/junit-3.8.2-r1.ebuild b/dev-java/junit/junit-3.8.2-r1.ebuild index 72f66e7316d6..f3cc4a3ed266 100644 --- a/dev-java/junit/junit-3.8.2-r1.ebuild +++ b/dev-java/junit/junit-3.8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" HOMEPAGE="http://www.junit.org/" LICENSE="CPL-1.0" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 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" +KEYWORDS="amd64 ~arm ppc64 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="" DEPEND=">=virtual/jdk-1.4 app-arch/unzip" diff --git a/dev-java/junit/junit-4.10.ebuild b/dev-java/junit/junit-4.10.ebuild index 4a05bd3ad113..9c89b6ec5ec8 100644 --- a/dev-java/junit/junit-4.10.ebuild +++ b/dev-java/junit/junit-4.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://github/KentBeck/${PN}/${PN}${PV}.zip" HOMEPAGE="http://www.junit.org/" LICENSE="CPL-1.0" SLOT="4" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" CDEPEND="dev-java/hamcrest-core:0" diff --git a/dev-java/junit/junit-4.11.ebuild b/dev-java/junit/junit-4.11.ebuild index deba38725578..9146e1717feb 100644 --- a/dev-java/junit/junit-4.11.ebuild +++ b/dev-java/junit/junit-4.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ HOMEPAGE="http://www.junit.org/" LICENSE="CPL-1.0" SLOT="4" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" CDEPEND="dev-java/hamcrest-core:1.3" diff --git a/dev-java/junit/junit-4.12-r1.ebuild b/dev-java/junit/junit-4.12-r1.ebuild index 18e40b795148..0c2cb99065de 100644 --- a/dev-java/junit/junit-4.12-r1.ebuild +++ b/dev-java/junit/junit-4.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}-team/${PN}/archive/r${PV}.zip" HOMEPAGE="http://junit.org/" LICENSE="EPL-1.0" SLOT="4" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="examples" CDEPEND="dev-java/hamcrest-core:1.3" diff --git a/dev-java/junitperf/junitperf-1.9.1-r1.ebuild b/dev-java/junitperf/junitperf-1.9.1-r1.ebuild index 62537d3e2342..8fdd5bee7d73 100644 --- a/dev-java/junitperf/junitperf-1.9.1-r1.ebuild +++ b/dev-java/junitperf/junitperf-1.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="http://www.clarkware.com/software/${P}.zip" HOMEPAGE="http://www.clarkware.com/software/JUnitPerf.html" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" diff --git a/dev-java/jutils/jutils-1.0.0-r1.ebuild b/dev-java/jutils/jutils-1.0.0-r1.ebuild index e13420cf4ef5..9116fcefb3ef 100644 --- a/dev-java/jutils/jutils-1.0.0-r1.ebuild +++ b/dev-java/jutils/jutils-1.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="https://java.net/projects/jutils" SRC_URI="http://central.maven.org/maven2/net/java/${PN}/${PN}/${PV}/${P}-sources.jar" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/jvyaml/jvyaml-0.2.1-r1.ebuild b/dev-java/jvyaml/jvyaml-0.2.1-r1.ebuild index c1065f4b5b6f..35ab5326bb3b 100644 --- a/dev-java/jvyaml/jvyaml-0.2.1-r1.ebuild +++ b/dev-java/jvyaml/jvyaml-0.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ HOMEPAGE="https://jvyaml.dev.java.net/" SRC_URI="https://${PN}.dev.java.net/files/documents/5215/41455/${PN}-src-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jvyamlb/jvyamlb-0.2.5.ebuild b/dev-java/jvyamlb/jvyamlb-0.2.5.ebuild index 9cce3c6eb967..c9f041685df1 100644 --- a/dev-java/jvyamlb/jvyamlb-0.2.5.ebuild +++ b/dev-java/jvyamlb/jvyamlb-0.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/olabini/jvyamlb" SRC_URI="https://jvyamlb.googlecode.com/files/jvyamlb-src-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" CDEPEND="dev-java/bytelist:0 diff --git a/dev-java/jython/Manifest b/dev-java/jython/Manifest index a03255db84d1..98c97d084154 100644 --- a/dev-java/jython/Manifest +++ b/dev-java/jython/Manifest @@ -1,5 +1,4 @@ DIST Python-2.2.3.tgz 6709556 SHA256 a8f92e6b89d47359fff0d1fbfe47f104afc77fd1cd5143e7332758b7bc100188 SHA512 2e2c881f8819ed3d91b3e98e7087b23ced9715c80eb9e5fe4144cca5b82220e035d0f50ac4a098b3bbdca3c588f70b8021f68a5d52f653c013470579342943e4 WHIRLPOOL dbef6f9f0545f4f4ddf6e4535b67bb936a2ef596f17a1ff6acca89755729420588d845bc291eed0d19b433b3eff017166c7d68a1a352a5612b00da2f8f0c20d7 -DIST jython-2.1.tar.bz2 1301528 SHA256 faa57a55d137268e80221cd628b234ca67de13504b813be1c0499c9f4d5872b2 SHA512 397ad2819eb5bb39e1b0c0673922af7fbb75f680d707a7c344d21f680901a6fd96eddbbed8b464fb91cccd6f38a9f9b1a8f8327a530ac870002b72c38bf75ad3 WHIRLPOOL 00a1e7376b1883fc835dc801d718041a623ab0406393135d452df613fbbb9a87ab6bf4429b07260e93530f04031e531d4e041bacf22491d7ec0db76a41d77061 DIST jython-2.7.0-sources.jar 15371691 SHA256 2b534595d4a08059ebb71b881c58ee830499bb6e9daba7c828a7f1f6c8943f7a SHA512 7583810245d694fd1d99a57ad504fcefdfbc1183def2cbb93ae3660f341104205c73041d846bdcf2b564b3cf4b770b481703c1dcdb1458396812c92d30ee9fa6 WHIRLPOOL e0dbd289c522b41ef2d3f54b01a2f6d44de8755e2eeb7863c8b807d1b179839f20d925e102db324cf85cd82503cd03106b5287ffa7a322a3902d6f24e9cd2a41 DIST jython-installer-2.5.3.jar 18487200 SHA256 05405966cdfa57abc8e705dd6aab92b8240097ce709fb916c8a0dbcaa491f99e SHA512 92d00cc8d885806749c67d1dc820e7b402c807b9a40277073fc3ea1f3dd10e1e506dc241a342874db8109120e8f0031a8dc7a4db6a88dfdc6c89906eeb9d454d WHIRLPOOL e8e3adf741a35b5e4de6c67b8805582cabc8590afac28c2e4ae3b61c4bd38d41904d7d1e4a23de21e7870d628e33a52f540fc89780a4724403b0bd92e1159768 DIST jython_installer-2.2.1.jar 4663097 SHA256 586858aa16a8b269eaaec59f5b64031ec504d33da35cba98ebac811b0e838e68 SHA512 d33262dec95dbecfc007a738ed8d8cd4844c215e451b7ab126940f1157079aa846a104f3587ad84c4a009249632e3aaa3c83479ee8f47c30c4b4833bcdd582b3 WHIRLPOOL bae264f67547a975bf648b3de0cc2becb5d51e14b2ca1a977f7c3d45ec96bd3fd4fd99b0ff6912fb38d54d57656225c51c4b8a474c6ca8fe7fc16e12ab4bbec8 diff --git a/dev-java/jython/jython-2.1-r11.ebuild b/dev-java/jython/jython-2.1-r11.ebuild deleted file mode 100644 index fa76eb16b7a2..000000000000 --- a/dev-java/jython/jython-2.1-r11.ebuild +++ /dev/null @@ -1,109 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit base java-pkg-2 - -DESCRIPTION="An implementation of Python written in Java" -HOMEPAGE="http://www.jython.org" -MY_PV="21" -#SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.class" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" -IUSE="readline source doc" -# servlet - -CDEPEND="=dev-java/jakarta-oro-2.0* - readline? ( >=dev-java/libreadline-java-0.8.0 )" -# servlet? ( >=www-servers/tomcat-5.0 ) -RDEPEND=">=virtual/jre-1.4 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.4 - source? ( app-arch/zip ) - ${CDEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${PV}-assert.patch - epatch ${FILESDIR}/${PV}-assert-SimpleCompiler.py.patch - - # bug #160861 - rm -rf org/apache -} - -src_compile() { - local cp="$(java-pkg_getjars jakarta-oro-2.0)" - local exclude="" - - if use readline ; then - cp=${cp}:$(java-pkg_getjars libreadline-java) - else - exclude="${exclude} ! -name ReadlineConsole.java" - fi - - #if use servlet; then - # cp=${cp}:$(java-pkg_getjars servlet) - #else - exclude="${exclude} ! -name PyServlet.java" - #fi - - ejavac -classpath ${cp} -nowarn $(find org -name "*.java" ${exclude}) - - find org -name "*.class" | xargs jar cf ${PN}.jar - - # bug 115551 - cd Lib/jxxload_help - ejavac -classpath ${S}/${PN}.jar -nowarn *.java - rm -f *.java Makefile -} - -src_install() { - java-pkg_dojar ${PN}.jar - - dodoc README.txt NEWS ACKNOWLEDGMENTS - use doc && java-pkg_dohtml -A .css .jpg .gif -r Doc/* - - java-pkg_dolauncher jythonc \ - --main "org.python.util.jython" \ - --java_args "-Dpython.home=/usr/share/jython" \ - --pkg_args "/usr/share/jython/tools/jythonc/jythonc.py" - - java-pkg_dolauncher jython \ - --main "org.python.util.jython" \ - --java_args "-Dpython.home=/usr/share/jython" - - dodir /usr/share/jython/cachedir - chmod a+rw ${D}/usr/share/jython/cachedir - - rm Demo/jreload/example.jar - insinto /usr/share/${PN} - doins -r Lib Demo registry - - insinto /usr/share/${PN}/tools - doins -r Tools/* - - use source && java-pkg_dosrc com org -} - -pkg_postinst() { - if use readline; then - elog "To use readline you need to add the following to your registry" - elog - elog "python.console=org.python.util.ReadlineConsole" - elog "python.console.readlinelib=GnuReadline" - elog - elog "The global registry can be found in /usr/share/${PN}/registry" - elog "User registry in \$HOME/.jython" - elog "See http://www.jython.org/docs/registry.html for more information" - elog "" - fi - - elog "This revision renames org.python.core.Py.assert to assert_." - elog "This is the solution that upstream will use in the next release." - elog "Just note that this revision is not API compatible with vanilla 2.1." - elog "https://bugs.gentoo.org/show_bug.cgi?id=142099" -} diff --git a/dev-java/jython/jython-2.2.1-r1.ebuild b/dev-java/jython/jython-2.2.1-r1.ebuild deleted file mode 100644 index e534548228b3..000000000000 --- a/dev-java/jython/jython-2.2.1-r1.ebuild +++ /dev/null @@ -1,138 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=1 - -JAVA_PKG_IUSE="readline source doc servletapi mysql postgres examples oracle" -#jdnc - -inherit base java-pkg-2 java-ant-2 - -DESCRIPTION="An implementation of Python written in Java" -HOMEPAGE="http://www.jython.org" - -MY_PV="installer-2.2.1" -PYVER="2.2.3" - -SRC_URI="http://www.python.org/ftp/python/${PYVER%_*}/Python-${PYVER}.tgz -mirror://sourceforge/${PN}/${PN}_${MY_PV}.jar" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -CDEPEND="=dev-java/jakarta-oro-2.0* - readline? ( >=dev-java/libreadline-java-0.8.0 ) - mysql? ( >=dev-java/jdbc-mysql-3.1 ) - postgres? ( dev-java/jdbc-postgresql ) - oracle? ( dev-java/jdbc-oracle-bin:10.2 ) - servletapi? ( java-virtuals/servlet-api:2.5 ) - !<=dev-java/freemarker-2.3.10" -RDEPEND=">=virtual/jre-1.4 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.4 - dev-java/javacc - ${CDEPEND}" - -S="${WORKDIR}" - -#Tests currently very broken. Need to investigate whether that -#is jython's or gentoo's doing. -RESTRICT="test" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-build.patch" - - rm -Rfv org || die "Unable to remove class files." - find . -iname '*.jar' | xargs rm -fv || die "Unable to remove bundled jars" - - echo javacc.jar="$(java-pkg_getjars --build-only javacc)" > ant.properties - - if use readline; then - echo "readline.jar=$(java-pkg_getjars libreadline-java)" >> \ - ant.properties - fi - if use servletapi; then - echo "servlet.jar=$(java-pkg_getjar --virtual servlet-api-2.5 servlet-api.jar)" \ - >> ant.properties - fi - if use mysql; then - echo "mysql.jar=$(java-pkg_getjar jdbc-mysql jdbc-mysql.jar)" \ - >> ant.properties - fi - - if use postgres; then - echo \ - "postgresql.jar=$(java-pkg_getjar jdbc-postgresql jdbc-postgresql.jar)"\ - >> ant.properties - fi - - if use oracle; then - echo \ - "oracle.jar=$(java-pkg-getjar jdbc-oracle-bin-10.2 ojdbc14.jar)" \ - >> ant.properties - fi -} - -src_compile() { - local antflags="-Dbase.path=src/java -Dsource.dir=src/java/src" - local pylib="Python-${PYVER}/Lib" - antflags="${antflags} -Dpython.lib=${pylib} -Dsvn.checkout.dir=." - LC_ALL=C eant ${antflags} developer-build $(use_doc javadoc) -} - -src_test() { - local antflags="-Dbase.path=src/java -Dsource.dir=src/java/src" - antflags="${antflags} -Dpython.home=dist" - local pylib="Python-${PYVER}/Lib" - antflags="${antflags} -Dpython.lib=${pylib}" - eant ${antflags} bugtest -} - -src_install() { - java-pkg_dojar "dist/${PN}.jar" - - dodoc README.txt NEWS ACKNOWLEDGMENTS - use doc && dohtml -A .css .jpg .gif -r Doc/* - - local java_args="-Dpython.home=/usr/share/jython" - java_args="${java_args} -Dpython.cachedir=\${HOME}/.jythoncachedir" - - java-pkg_dolauncher jythonc \ - --main "org.python.util.jython" \ - --java_args "${java_args}" \ - --pkg_args "${java_args} /usr/share/jython/tools/jythonc/jythonc.py" - - java-pkg_dolauncher jython \ - --main "org.python.util.jython" \ - --pkg_args "${java_args}" - - insinto /usr/share/${PN} - doins -r dist/Lib registry - - insinto /usr/share/${PN}/tools - doins -r dist/Tools/* - - use doc && java-pkg_dojavadoc dist/Doc/javadoc - use source && java-pkg_dosrc src - use examples && java-pkg_doexamples dist/Demo/* -} - -pkg_postinst() { - if use readline; then - elog "To use readline you need to add the following to your registry" - elog - elog "python.console=org.python.util.ReadlineConsole" - elog "python.console.readlinelib=GnuReadline" - elog - elog "The global registry can be found in /usr/share/${PN}/registry" - elog "User registry in \$HOME/.jython" - elog "See http://www.jython.org/docs/registry.html for more information" - elog "" - fi -} diff --git a/dev-java/jython/jython-2.2.1-r2.ebuild b/dev-java/jython/jython-2.2.1-r2.ebuild index 91343e0ade6e..0232e3eabef9 100644 --- a/dev-java/jython/jython-2.2.1-r2.ebuild +++ b/dev-java/jython/jython-2.2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ mirror://sourceforge/${PN}/${PN}_${MY_PV}.jar" LICENSE="PSF-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" CDEPEND=" diff --git a/dev-java/jzlib/jzlib-1.0.7-r1.ebuild b/dev-java/jzlib/jzlib-1.0.7-r1.ebuild index ca4fd0a92e66..6d58b6fb8a45 100644 --- a/dev-java/jzlib/jzlib-1.0.7-r1.ebuild +++ b/dev-java/jzlib/jzlib-1.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.jcraft.com/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/jzlib/jzlib-1.1.1.ebuild b/dev-java/jzlib/jzlib-1.1.1.ebuild index 5151533e9593..19688aff6097 100644 --- a/dev-java/jzlib/jzlib-1.1.1.ebuild +++ b/dev-java/jzlib/jzlib-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://www.jcraft.com/${PN}/${P}.zip" LICENSE="BSD" SLOT="1.1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" diff --git a/dev-java/jzlib/jzlib-1.1.3.ebuild b/dev-java/jzlib/jzlib-1.1.3.ebuild index 8448a8c5f5e0..8cef17e77bb3 100644 --- a/dev-java/jzlib/jzlib-1.1.3.ebuild +++ b/dev-java/jzlib/jzlib-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://github.com/ymnk/${PN}/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" SLOT="1.1.3" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" >=virtual/jre-1.5" diff --git a/dev-java/kunststoff/kunststoff-2.0.2-r1.ebuild b/dev-java/kunststoff/kunststoff-2.0.2-r1.ebuild index b8f2a56fae1e..92d248c12edc 100644 --- a/dev-java/kunststoff/kunststoff-2.0.2-r1.ebuild +++ b/dev-java/kunststoff/kunststoff-2.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ SRC_URI="http://www.incors.org/archive/${P//./_}.zip" HOMEPAGE="http://www.incors.org/archive" LICENSE="LGPL-2.1" SLOT="2.0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="doc source" DEPEND=">=virtual/jdk-1.4 >=dev-java/ant-core-1.4 diff --git a/dev-java/kxml/kxml-2.3.0.ebuild b/dev-java/kxml/kxml-2.3.0.ebuild index ab0fc988cb66..3c280787125d 100644 --- a/dev-java/kxml/kxml-2.3.0.ebuild +++ b/dev-java/kxml/kxml-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}2-src-${PV}.zip" LICENSE="BSD" SLOT="2" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" CDEPEND="dev-java/xpp3:0" diff --git a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild index 197dd4e2647b..14b7f98ade51 100644 --- a/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild +++ b/dev-java/libmatthew-java/libmatthew-java-0.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="http://www.matthew.ath.cx/projects/java/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/libreadline-java/libreadline-java-0.8.0-r3.ebuild b/dev-java/libreadline-java/libreadline-java-0.8.0-r3.ebuild index ba626b1d124d..b01c22829ede 100644 --- a/dev-java/libreadline-java/libreadline-java-0.8.0-r3.ebuild +++ b/dev-java/libreadline-java/libreadline-java-0.8.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/java-readline/${P}-src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="elibc_FreeBSD" COMMON_DEP="sys-libs/ncurses" diff --git a/dev-java/log4j/log4j-1.2.17-r3.ebuild b/dev-java/log4j/log4j-1.2.17-r3.ebuild index 6727a503b469..e2f7cc7dc7ef 100644 --- a/dev-java/log4j/log4j-1.2.17-r3.ebuild +++ b/dev-java/log4j/log4j-1.2.17-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/logging/${PN}/${PV}/${P}.tar.gz" HOMEPAGE="http://logging.apache.org/log4j/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86" +KEYWORDS="amd64 ~arm ppc64 x86" IUSE="javamail jms" CDEPEND="javamail? ( diff --git a/dev-java/lucene-analyzers/lucene-analyzers-1.9.1-r1.ebuild b/dev-java/lucene-analyzers/lucene-analyzers-1.9.1-r1.ebuild index bdea7daa5275..47478bbc3339 100644 --- a/dev-java/lucene-analyzers/lucene-analyzers-1.9.1-r1.ebuild +++ b/dev-java/lucene-analyzers/lucene-analyzers-1.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://lucene.apache.org/java" SRC_URI="mirror://apache/lucene/java/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="1.9" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 >=dev-java/ant-core-1.6" diff --git a/dev-java/lucene-analyzers/lucene-analyzers-2.3.2.ebuild b/dev-java/lucene-analyzers/lucene-analyzers-2.3.2.ebuild index 9339292af664..d549f1fe1d16 100644 --- a/dev-java/lucene-analyzers/lucene-analyzers-2.3.2.ebuild +++ b/dev-java/lucene-analyzers/lucene-analyzers-2.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://lucene.apache.org/java" SRC_URI="mirror://apache/lucene/java/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.3" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-linux ~amd64-linux ~ppc-macos" +KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/lucene/lucene-1.4.3-r3.ebuild b/dev-java/lucene/lucene-1.4.3-r3.ebuild index d55077424a4c..99f7e88d1141 100644 --- a/dev-java/lucene/lucene-1.4.3-r3.ebuild +++ b/dev-java/lucene/lucene-1.4.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="1" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 test? ( diff --git a/dev-java/lucene/lucene-1.9.1.ebuild b/dev-java/lucene/lucene-1.9.1.ebuild index 47b9e8ee59aa..3a3a5681fb94 100644 --- a/dev-java/lucene/lucene-1.9.1.ebuild +++ b/dev-java/lucene/lucene-1.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" LICENSE="Apache-1.1" SLOT="1.9" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/lucene/lucene-2.1.0-r1.ebuild b/dev-java/lucene/lucene-2.1.0-r1.ebuild index e9991cc4335d..d392bb8023a4 100644 --- a/dev-java/lucene/lucene-2.1.0-r1.ebuild +++ b/dev-java/lucene/lucene-2.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-macos" IUSE="" DEPEND=">=virtual/jdk-1.4 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.1.0-r2.ebuild b/dev-java/lucene/lucene-2.1.0-r2.ebuild index 3f9d63cfb472..379def5d19d2 100644 --- a/dev-java/lucene/lucene-2.1.0-r2.ebuild +++ b/dev-java/lucene/lucene-2.1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.1" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" IUSE="" DEPEND=">=virtual/jdk-1.5 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.2.0-r1.ebuild b/dev-java/lucene/lucene-2.2.0-r1.ebuild index fe5d6441b60d..bd7f6acb7c96 100644 --- a/dev-java/lucene/lucene-2.2.0-r1.ebuild +++ b/dev-java/lucene/lucene-2.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.2" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.5 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.2.0.ebuild b/dev-java/lucene/lucene-2.2.0.ebuild index b6c685e1b7d9..13a9f574f336 100644 --- a/dev-java/lucene/lucene-2.2.0.ebuild +++ b/dev-java/lucene/lucene-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.2" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.3.0.ebuild b/dev-java/lucene/lucene-2.3.0.ebuild index e7166069de34..f83874ddfb68 100644 --- a/dev-java/lucene/lucene-2.3.0.ebuild +++ b/dev-java/lucene/lucene-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz mirror://apache/lucene/java/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.3" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.3.1.ebuild b/dev-java/lucene/lucene-2.3.1.ebuild index e7166069de34..f83874ddfb68 100644 --- a/dev-java/lucene/lucene-2.3.1.ebuild +++ b/dev-java/lucene/lucene-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz mirror://apache/lucene/java/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.3" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.3.2-r1.ebuild b/dev-java/lucene/lucene-2.3.2-r1.ebuild index 1d907460792c..e8c512a560fe 100644 --- a/dev-java/lucene/lucene-2.3.2-r1.ebuild +++ b/dev-java/lucene/lucene-2.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz mirror://apache/lucene/java/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.3" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND=">=virtual/jdk-1.4 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.3.2-r2.ebuild b/dev-java/lucene/lucene-2.3.2-r2.ebuild index a4f9e49de799..6afd27af644b 100644 --- a/dev-java/lucene/lucene-2.3.2-r2.ebuild +++ b/dev-java/lucene/lucene-2.3.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz mirror://apache/lucene/java/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.3" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND=">=virtual/jdk-1.5 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.3.2.ebuild b/dev-java/lucene/lucene-2.3.2.ebuild index c38ef874e8b5..7196f0660acd 100644 --- a/dev-java/lucene/lucene-2.3.2.ebuild +++ b/dev-java/lucene/lucene-2.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/lucene/java/archive/${P}-src.tar.gz mirror://apache/lucene/java/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.3" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.4.0.ebuild b/dev-java/lucene/lucene-2.4.0.ebuild index 9cc27f745122..44c1ffadd0f3 100644 --- a/dev-java/lucene/lucene-2.4.0.ebuild +++ b/dev-java/lucene/lucene-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.4" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.4.1-r1.ebuild b/dev-java/lucene/lucene-2.4.1-r1.ebuild index 0346bed97c40..ca869282edf6 100644 --- a/dev-java/lucene/lucene-2.4.1-r1.ebuild +++ b/dev-java/lucene/lucene-2.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.4" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.5 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.4.1.ebuild b/dev-java/lucene/lucene-2.4.1.ebuild index f84a0a4ec8f4..b4dfce5334f4 100644 --- a/dev-java/lucene/lucene-2.4.1.ebuild +++ b/dev-java/lucene/lucene-2.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.4" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 dev-java/ant-nodeps diff --git a/dev-java/lucene/lucene-2.9.1-r1.ebuild b/dev-java/lucene/lucene-2.9.1-r1.ebuild index ac09a09721cb..5a229491e610 100644 --- a/dev-java/lucene/lucene-2.9.1-r1.ebuild +++ b/dev-java/lucene/lucene-2.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.9" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 dev-java/ant-nodeps:0 diff --git a/dev-java/lucene/lucene-2.9.4.ebuild b/dev-java/lucene/lucene-2.9.4.ebuild index 3ed46b12cf49..a826ab1fc3be 100644 --- a/dev-java/lucene/lucene-2.9.4.ebuild +++ b/dev-java/lucene/lucene-2.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz mirror://apache/lucene/java/${PV}/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2.9" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.5 dev-java/ant-nodeps:0 diff --git a/dev-java/lucene/lucene-3.0.0.ebuild b/dev-java/lucene/lucene-3.0.0.ebuild index 4e8a288ca530..2c5edfe2e8f9 100644 --- a/dev-java/lucene/lucene-3.0.0.ebuild +++ b/dev-java/lucene/lucene-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://lucene.apache.org" SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.5 dev-java/ant-nodeps:0 diff --git a/dev-java/lucene/lucene-3.0.3.ebuild b/dev-java/lucene/lucene-3.0.3.ebuild index a0dc5988dbd7..cebb169f907c 100644 --- a/dev-java/lucene/lucene-3.0.3.ebuild +++ b/dev-java/lucene/lucene-3.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://apache/lucene/java/${P}-src.tar.gz mirror://apache/lucene/java/${PV}/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="amd64 ppc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.5 dev-java/ant-nodeps:0 diff --git a/dev-java/maven-bin/maven-bin-1.1-r1.ebuild b/dev-java/maven-bin/maven-bin-1.1-r1.ebuild index 264266860868..540bf09c6099 100644 --- a/dev-java/maven-bin/maven-bin-1.1-r1.ebuild +++ b/dev-java/maven-bin/maven-bin-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/maven/maven-${MY_MV}/${PV}/binaries/${MY_P}.tar.gz" HOMEPAGE="http://maven.apache.org/" LICENSE="Apache-2.0" SLOT="1.1" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jdk-1.5" IUSE="" diff --git a/dev-java/maven-bin/maven-bin-1.1-r3.ebuild b/dev-java/maven-bin/maven-bin-1.1-r3.ebuild index 0579f16a7c07..accade5574ea 100644 --- a/dev-java/maven-bin/maven-bin-1.1-r3.ebuild +++ b/dev-java/maven-bin/maven-bin-1.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://maven.apache.org/" LICENSE="Apache-2.0" SLOT="1.1" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="|| ( app-eselect/eselect-java app-eselect/eselect-maven )" diff --git a/dev-java/maven-bin/maven-bin-2.0.11-r2.ebuild b/dev-java/maven-bin/maven-bin-2.0.11-r2.ebuild index bde479968588..12e3c93e731b 100644 --- a/dev-java/maven-bin/maven-bin-2.0.11-r2.ebuild +++ b/dev-java/maven-bin/maven-bin-2.0.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://maven.apache.org/" LICENSE="Apache-2.0" SLOT="2.0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="|| ( app-eselect/eselect-java app-eselect/eselect-maven )" diff --git a/dev-java/maven-bin/maven-bin-2.0.11.ebuild b/dev-java/maven-bin/maven-bin-2.0.11.ebuild index 8cdfc4202464..f8adcfba4e5c 100644 --- a/dev-java/maven-bin/maven-bin-2.0.11.ebuild +++ b/dev-java/maven-bin/maven-bin-2.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/maven/maven-${MY_MV}/${PV}/binaries/${MY_P}-bin.tar.bz2 HOMEPAGE="http://maven.apache.org/" LICENSE="Apache-2.0" SLOT="2.0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" RDEPEND=">=virtual/jdk-1.4 app-eselect/eselect-maven" diff --git a/dev-java/maven-bin/maven-bin-2.2.1-r2.ebuild b/dev-java/maven-bin/maven-bin-2.2.1-r2.ebuild index 4414b126b323..518e15416594 100644 --- a/dev-java/maven-bin/maven-bin-2.2.1-r2.ebuild +++ b/dev-java/maven-bin/maven-bin-2.2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://maven.apache.org/" LICENSE="Apache-2.0" SLOT="2.2" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="|| ( app-eselect/eselect-java app-eselect/eselect-maven )" diff --git a/dev-java/maven-bin/maven-bin-2.2.1.ebuild b/dev-java/maven-bin/maven-bin-2.2.1.ebuild index 936a91af7e4d..01c1d03000d9 100644 --- a/dev-java/maven-bin/maven-bin-2.2.1.ebuild +++ b/dev-java/maven-bin/maven-bin-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/maven/maven-${MY_MV}/${PV}/binaries/${MY_P}-bin.tar.bz2 HOMEPAGE="http://maven.apache.org/" LICENSE="Apache-2.0" SLOT="2.2" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" RDEPEND=">=virtual/jdk-1.5 app-eselect/eselect-maven" diff --git a/dev-java/maven-bin/maven-bin-3.0.4-r1.ebuild b/dev-java/maven-bin/maven-bin-3.0.4-r1.ebuild index 88f6ee5b4d80..ccd267a2d11b 100644 --- a/dev-java/maven-bin/maven-bin-3.0.4-r1.ebuild +++ b/dev-java/maven-bin/maven-bin-3.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://maven.apache.org/" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="|| ( app-eselect/eselect-java app-eselect/eselect-maven )" diff --git a/dev-java/mchange-commons/mchange-commons-0.2.10.ebuild b/dev-java/mchange-commons/mchange-commons-0.2.10.ebuild index 8d5d687517f7..2b2f4a8ea482 100644 --- a/dev-java/mchange-commons/mchange-commons-0.2.10.ebuild +++ b/dev-java/mchange-commons/mchange-commons-0.2.10.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/swaldman/${MY_PN}/archive/${MY_P}.zip" LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" IUSE="doc source" diff --git a/dev-java/metadata-extractor/metadata-extractor-2.2.2-r2.ebuild b/dev-java/metadata-extractor/metadata-extractor-2.2.2-r2.ebuild index 7f9981b5da45..915604427530 100644 --- a/dev-java/metadata-extractor/metadata-extractor-2.2.2-r2.ebuild +++ b/dev-java/metadata-extractor/metadata-extractor-2.2.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ HOMEPAGE="http://www.drewnoakes.com/code/exif/" SRC_URI="http://www.drewnoakes.com/code/exif/metadata-extractor-${PV}-src.jar" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc amd64" +KEYWORDS="amd64 x86" IUSE="test" DEPEND=" diff --git a/dev-java/metadata-extractor/metadata-extractor-2.2.2-r4.ebuild b/dev-java/metadata-extractor/metadata-extractor-2.2.2-r4.ebuild index d8fd51fbdb73..76b02905cb2a 100644 --- a/dev-java/metadata-extractor/metadata-extractor-2.2.2-r4.ebuild +++ b/dev-java/metadata-extractor/metadata-extractor-2.2.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.drewnoakes.com/code/exif/metadata-extractor-${PV}-src.jar" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="test" diff --git a/dev-java/microba/microba-0.4.4.ebuild b/dev-java/microba/microba-0.4.4.ebuild index ca18fec627ee..0bf92b2c6b91 100644 --- a/dev-java/microba/microba-0.4.4.ebuild +++ b/dev-java/microba/microba-0.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ DESCRIPTION="Swing components for date operations and palettes" HOMEPAGE="http://microba.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-full.zip" LICENSE="BSD" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" SLOT="0" COMMON_DEPEND=">=dev-java/jgraph-5.9.2" diff --git a/dev-java/mimepull/mimepull-1.8.ebuild b/dev-java/mimepull/mimepull-1.8.ebuild index 67767faa069a..f723050717c1 100644 --- a/dev-java/mimepull/mimepull-1.8.ebuild +++ b/dev-java/mimepull/mimepull-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" RDEPEND=" diff --git a/dev-java/mimepull/mimepull-1.9.6-r1.ebuild b/dev-java/mimepull/mimepull-1.9.6-r1.ebuild index 1b9c02e787c1..c1d240e3b0d8 100644 --- a/dev-java/mimepull/mimepull-1.9.6-r1.ebuild +++ b/dev-java/mimepull/mimepull-1.9.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://repo1.maven.org/maven2/org/jvnet/${PN}/${PN}/${PV}/${P}-sources LICENSE="CDDL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" DEPEND=" diff --git a/dev-java/mina-core/mina-core-1.1.7.ebuild b/dev-java/mina-core/mina-core-1.1.7.ebuild index a15d2288cdad..d823515a9ff9 100644 --- a/dev-java/mina-core/mina-core-1.1.7.ebuild +++ b/dev-java/mina-core/mina-core-1.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://mina.apache.org/" SRC_URI="mirror://gentoo/${P}-sources.jar" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.5 diff --git a/dev-java/mockito/mockito-1.9.5-r1.ebuild b/dev-java/mockito/mockito-1.9.5-r1.ebuild index e77fb032c6d8..82e00a3130bc 100644 --- a/dev-java/mockito/mockito-1.9.5-r1.ebuild +++ b/dev-java/mockito/mockito-1.9.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" IUSE="" diff --git a/dev-java/msv/msv-20130601.ebuild b/dev-java/msv/msv-20130601.ebuild index 6ad6df962636..449c6553be36 100644 --- a/dev-java/msv/msv-20130601.ebuild +++ b/dev-java/msv/msv-20130601.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="https://msv.java.net/" SRC_URI="http://search.maven.org/remotecontent?filepath=net/java/dev/${PN}/${PN}-core/${MY_PV}/${PN}-core-${MY_PV}-sources.jar" LICENSE="BSD Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" CDEPEND="dev-java/iso-relax:0 dev-java/relaxng-datatype:0 diff --git a/dev-java/myfaces-builder-annotations/myfaces-builder-annotations-1.0.9.ebuild b/dev-java/myfaces-builder-annotations/myfaces-builder-annotations-1.0.9.ebuild index 3842b243c787..0cecaeb6f9dc 100644 --- a/dev-java/myfaces-builder-annotations/myfaces-builder-annotations-1.0.9.ebuild +++ b/dev-java/myfaces-builder-annotations/myfaces-builder-annotations-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://repo1.maven.org/maven2/org/apache/myfaces/buildtools/${PN}/${PV} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" diff --git a/dev-java/nailgun/nailgun-0.7.1-r1.ebuild b/dev-java/nailgun/nailgun-0.7.1-r1.ebuild index bc61ac38f0e6..b7f5e9cd9d4e 100644 --- a/dev-java/nailgun/nailgun-0.7.1-r1.ebuild +++ b/dev-java/nailgun/nailgun-0.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND=">=virtual/jre-1.4 diff --git a/dev-java/nanoxml/nanoxml-2.2.3-r2.ebuild b/dev-java/nanoxml/nanoxml-2.2.3-r2.ebuild index 2f5f1882abd1..720b108ba765 100644 --- a/dev-java/nanoxml/nanoxml-2.2.3-r2.ebuild +++ b/dev-java/nanoxml/nanoxml-2.2.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ MY_P=NanoXML-${PV} SRC_URI="http://nanoxml.cyberelf.be/downloads/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" COMMON_DEP="dev-java/sax" diff --git a/dev-java/nekohtml/nekohtml-1.9.18-r1.ebuild b/dev-java/nekohtml/nekohtml-1.9.18-r1.ebuild index 706355871547..a5cf86a4985f 100644 --- a/dev-java/nekohtml/nekohtml-1.9.18-r1.ebuild +++ b/dev-java/nekohtml/nekohtml-1.9.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" COMMON_DEP=">=dev-java/xerces-2.7" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/objenesis/objenesis-1.3.ebuild b/dev-java/objenesis/objenesis-1.3.ebuild index bd32b3d5500f..4c217dc5d347 100644 --- a/dev-java/objenesis/objenesis-1.3.ebuild +++ b/dev-java/objenesis/objenesis-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}-bin.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild b/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild index d092626182bc..4edc5c37890e 100644 --- a/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild +++ b/dev-java/offo-hyphenation/offo-hyphenation-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ HOMEPAGE="http://offo.sourceforge.net" SRC_URI="mirror://sourceforge/offo/${PN}_v${PV}.zip" LICENSE="GPL-2 Apache-2.0 LPPL-1.3b TeX" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="doc" RDEPEND="" diff --git a/dev-java/opencsv/opencsv-2.3.ebuild b/dev-java/opencsv/opencsv-2.3.ebuild index 1e45723820f9..242503b3aaf4 100644 --- a/dev-java/opencsv/opencsv-2.3.ebuild +++ b/dev-java/opencsv/opencsv-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src-with-libs.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc ~ppc64" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" diff --git a/dev-java/oracle-javamail/oracle-javamail-1.5.2.ebuild b/dev-java/oracle-javamail/oracle-javamail-1.5.2.ebuild index 69e9180abd22..586bcc3d341c 100644 --- a/dev-java/oracle-javamail/oracle-javamail-1.5.2.ebuild +++ b/dev-java/oracle-javamail/oracle-javamail-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://java.net/projects/javamail/downloads/download/source/javamail-$ # either of these LICENSE="CDDL GPL-2 BSD" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/oracle-javamail/oracle-javamail-1.5.5.ebuild b/dev-java/oracle-javamail/oracle-javamail-1.5.5.ebuild index 845cbb06b576..648d0b23f7ea 100644 --- a/dev-java/oracle-javamail/oracle-javamail-1.5.5.ebuild +++ b/dev-java/oracle-javamail/oracle-javamail-1.5.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://java.net/projects/javamail/downloads/download/source/javamail-$ # either of these LICENSE="CDDL GPL-2 BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/pdf-renderer/pdf-renderer-0.9.1.ebuild b/dev-java/pdf-renderer/pdf-renderer-0.9.1.ebuild index 66cec761d265..3faad4db356e 100644 --- a/dev-java/pdf-renderer/pdf-renderer-0.9.1.ebuild +++ b/dev-java/pdf-renderer/pdf-renderer-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://java.net/projects/${PN}/downloads/download/PDFRenderer-full-${PV LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=" diff --git a/dev-java/pdfbox/pdfbox-1.8.8.ebuild b/dev-java/pdfbox/pdfbox-1.8.8.ebuild index c35448453b12..48e821edf7eb 100644 --- a/dev-java/pdfbox/pdfbox-1.8.8.ebuild +++ b/dev-java/pdfbox/pdfbox-1.8.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/${PN}/${PV}/${P}-src.zip http://repo2.maven.org/maven2/com/adobe/pdf/pcfi/2010.08.09/${ADOBE_FILES}" LICENSE="BSD" SLOT="1.8" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" IUSE="" CDEPEND="dev-java/icu4j:4 diff --git a/dev-java/piccolo/piccolo-1.04.ebuild b/dev-java/piccolo/piccolo-1.04.ebuild index 00ee109f7a23..8e88cf3bebeb 100644 --- a/dev-java/piccolo/piccolo-1.04.ebuild +++ b/dev-java/piccolo/piccolo-1.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=">=virtual/jre-1.6" DEPEND=">=virtual/jdk-1.6 diff --git a/dev-java/picocontainer/picocontainer-1.1-r1.ebuild b/dev-java/picocontainer/picocontainer-1.1-r1.ebuild index abb2c9c1c70d..101eac57f2db 100644 --- a/dev-java/picocontainer/picocontainer-1.1-r1.ebuild +++ b/dev-java/picocontainer/picocontainer-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="http://dist.codehaus.org/${PN}/distributions/${P}-src.tar.gz" LICENSE="BSD" SLOT="1" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="doc source" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/portletapi/portletapi-1.0.ebuild b/dev-java/portletapi/portletapi-1.0.ebuild index 56d6184b7fb5..ebae3d4a7afa 100644 --- a/dev-java/portletapi/portletapi-1.0.ebuild +++ b/dev-java/portletapi/portletapi-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://apache/portals/jetspeed-2/sources/${JETSPEED_P}.tar.gz" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/portletapi/portletapi-2.0.ebuild b/dev-java/portletapi/portletapi-2.0.ebuild index 31306de50bc2..d1a81b2925b8 100644 --- a/dev-java/portletapi/portletapi-2.0.ebuild +++ b/dev-java/portletapi/portletapi-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://mirrors.ibiblio.org/maven2/javax/portlet/${MY_PN}/${PV}/${MY_P}- LICENSE="Apache-2.0" SLOT="2.0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" diff --git a/dev-java/prefuse/prefuse-20071021_beta.ebuild b/dev-java/prefuse/prefuse-20071021_beta.ebuild index 12f6c9d91384..1666fc1f6caf 100644 --- a/dev-java/prefuse/prefuse-20071021_beta.ebuild +++ b/dev-java/prefuse/prefuse-20071021_beta.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/prefuse/${MY_P}.zip" HOMEPAGE="http://prefuse.org" LICENSE="BSD" SLOT="2006" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" COMMON_DEP="dev-java/lucene:1" diff --git a/dev-java/qdox/qdox-1.12-r1.ebuild b/dev-java/qdox/qdox-1.12-r1.ebuild index 42326d9171bb..aa685c7c4e70 100644 --- a/dev-java/qdox/qdox-1.12-r1.ebuild +++ b/dev-java/qdox/qdox-1.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://snapshots.repository.codehaus.org/com/thoughtworks/qdox/qdox/1.1 LICENSE="Apache-2.0" SLOT="1.12" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${PV}-SNAPSHOT" diff --git a/dev-java/qdox/qdox-1.12.1-r1.ebuild b/dev-java/qdox/qdox-1.12.1-r1.ebuild index d0b13a1cfd9f..542db4d57880 100644 --- a/dev-java/qdox/qdox-1.12.1-r1.ebuild +++ b/dev-java/qdox/qdox-1.12.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://github.com/codehaus/qdox/archive/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="1.12" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${PN}-${PV}" diff --git a/dev-java/qdox/qdox-1.6.3.ebuild b/dev-java/qdox/qdox-1.6.3.ebuild index 6c85ec48792a..fddfeabf93f4 100644 --- a/dev-java/qdox/qdox-1.6.3.ebuild +++ b/dev-java/qdox/qdox-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/codehaus/qdox" SRC_URI="http://repository.codehaus.org/com/thoughtworks/${PN}/${PN}/${PV}/${P}-sources.jar" LICENSE="Apache-2.0" SLOT="1.6" -KEYWORDS=" amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="" CDEPEND="dev-java/ant-core diff --git a/dev-java/radeox/radeox-1.0_beta2-r1.ebuild b/dev-java/radeox/radeox-1.0_beta2-r1.ebuild index 03db899f7a86..8b158c7e34ef 100644 --- a/dev-java/radeox/radeox-1.0_beta2-r1.ebuild +++ b/dev-java/radeox/radeox-1.0_beta2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ MY_P="${PN}-${MY_PV}" SRC_URI="ftp://snipsnap.org/radeox/${MY_P}-src.tgz" LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.4 =dev-java/commons-logging-1*" diff --git a/dev-java/reflectasm/reflectasm-1.11.0.ebuild b/dev-java/reflectasm/reflectasm-1.11.0.ebuild index 31838e030fd9..c69fd2cc4aa7 100644 --- a/dev-java/reflectasm/reflectasm-1.11.0.ebuild +++ b/dev-java/reflectasm/reflectasm-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://github.com/EsotericSoftware/${PN}/archive/${P}.zip" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" CDEPEND="dev-java/asm:4" diff --git a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild index 201e0108be13..3250c678fa1b 100644 --- a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild +++ b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/relaxng/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS=" amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc source" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/relaxngcc/relaxngcc-1.12-r2.ebuild b/dev-java/relaxngcc/relaxngcc-1.12-r2.ebuild index 74bb5ca87b61..d3b5d9a2428f 100644 --- a/dev-java/relaxngcc/relaxngcc-1.12-r2.ebuild +++ b/dev-java/relaxngcc/relaxngcc-1.12-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_DATE}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" RDEPEND=">=virtual/jre-1.4 diff --git a/dev-java/relaxngcc/relaxngcc-1.12-r3.ebuild b/dev-java/relaxngcc/relaxngcc-1.12-r3.ebuild index 3ee7191278a3..fa409b43dd96 100644 --- a/dev-java/relaxngcc/relaxngcc-1.12-r3.ebuild +++ b/dev-java/relaxngcc/relaxngcc-1.12-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_DATE}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=virtual/jre-1.6 diff --git a/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild index fc16ee83e2ad..357afbe8b0f6 100644 --- a/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild +++ b/dev-java/resin-servlet-api/resin-servlet-api-3.0.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip LICENSE="GPL-2" SLOT="2.4" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" diff --git a/dev-java/resin-servlet-api/resin-servlet-api-3.1.12.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-3.1.12.ebuild index bd9efb6e29ce..75a5c4186c08 100644 --- a/dev-java/resin-servlet-api/resin-servlet-api-3.1.12.ebuild +++ b/dev-java/resin-servlet-api/resin-servlet-api-3.1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip LICENSE="GPL-2" SLOT="2.5" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/resin-servlet-api/resin-servlet-api-4.0.26.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-4.0.26.ebuild index ef402f6e71ee..2f1948876cfc 100644 --- a/dev-java/resin-servlet-api/resin-servlet-api-4.0.26.ebuild +++ b/dev-java/resin-servlet-api/resin-servlet-api-4.0.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip" LICENSE="GPL-2" SLOT="3.0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/resin-servlet-api/resin-servlet-api-4.0.27.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-4.0.27.ebuild index 3d99fe25c5bb..725eaf914fd2 100644 --- a/dev-java/resin-servlet-api/resin-servlet-api-4.0.27.ebuild +++ b/dev-java/resin-servlet-api/resin-servlet-api-4.0.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip" LICENSE="GPL-2" SLOT="3.0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/resin-servlet-api/resin-servlet-api-4.0.44.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-4.0.44.ebuild index ad72b6b60c84..c9d7c08ddd57 100644 --- a/dev-java/resin-servlet-api/resin-servlet-api-4.0.44.ebuild +++ b/dev-java/resin-servlet-api/resin-servlet-api-4.0.44.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip" LICENSE="GPL-2" SLOT="3.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/resin-servlet-api/resin-servlet-api-4.0.46.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-4.0.46.ebuild index ad72b6b60c84..c9d7c08ddd57 100644 --- a/dev-java/resin-servlet-api/resin-servlet-api-4.0.46.ebuild +++ b/dev-java/resin-servlet-api/resin-servlet-api-4.0.46.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip" LICENSE="GPL-2" SLOT="3.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/rhino/rhino-1.7.7-r1.ebuild b/dev-java/rhino/rhino-1.7.7-r1.ebuild index 753aa18d2a38..0a9aa6255d9b 100644 --- a/dev-java/rhino/rhino-1.7.7-r1.ebuild +++ b/dev-java/rhino/rhino-1.7.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ HOMEPAGE="http://www.mozilla.org/rhino/" LICENSE="MPL-1.1 GPL-2" SLOT="1.6" -KEYWORDS="amd64 ~arm ppc ppc64 x86" +KEYWORDS="amd64 ~arm ppc64 x86" IUSE="" # ../rhino-Rhino1_7_7_RELEASE diff --git a/dev-java/rngom/rngom-20051226.ebuild b/dev-java/rngom/rngom-20051226.ebuild index 43892c9ef639..834f05be1896 100644 --- a/dev-java/rngom/rngom-20051226.ebuild +++ b/dev-java/rngom/rngom-20051226.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://rngom.dev.java.net/files/documents/1647/26424/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" COMMON_DEP="dev-java/relaxng-datatype diff --git a/dev-java/rngom/rngom-20100718.ebuild b/dev-java/rngom/rngom-20100718.ebuild index e9848c605f87..58d2624bbb8d 100644 --- a/dev-java/rngom/rngom-20100718.ebuild +++ b/dev-java/rngom/rngom-20100718.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://repo1.maven.org/maven2/org/kohsuke/${PN}/${PN}/${PV}/${P}-sourc LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" CDEPEND=" diff --git a/dev-java/rundoc/rundoc-0.11.ebuild b/dev-java/rundoc/rundoc-0.11.ebuild index 4c5cc4de1976..bb59dea8496d 100644 --- a/dev-java/rundoc/rundoc-0.11.ebuild +++ b/dev-java/rundoc/rundoc-0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="http://www.martiansoftware.com/lab/${PN}/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="" COMMON_DEP=">=dev-java/ant-core-1.5.4" diff --git a/dev-java/saaj/saaj-1.3.19-r1.ebuild b/dev-java/saaj/saaj-1.3.19-r1.ebuild index 05c7152ebcab..996486fb279c 100644 --- a/dev-java/saaj/saaj-1.3.19-r1.ebuild +++ b/dev-java/saaj/saaj-1.3.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" # jaf and saaj-api only for java 5 diff --git a/dev-java/sablecc-anttask/sablecc-anttask-1.1.0-r1.ebuild b/dev-java/sablecc-anttask/sablecc-anttask-1.1.0-r1.ebuild index e98fb557c501..71d9d915b2d9 100644 --- a/dev-java/sablecc-anttask/sablecc-anttask-1.1.0-r1.ebuild +++ b/dev-java/sablecc-anttask/sablecc-anttask-1.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/sablecc/${P}-src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.4 diff --git a/dev-java/sablecc/sablecc-3.2.ebuild b/dev-java/sablecc/sablecc-3.2.ebuild index 653f65d38d1c..58313f0f78d2 100644 --- a/dev-java/sablecc/sablecc-3.2.ebuild +++ b/dev-java/sablecc/sablecc-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://www.sablecc.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/sablecc/sablecc-3.7.ebuild b/dev-java/sablecc/sablecc-3.7.ebuild index 5b1b39afba07..1d824f5d9ca6 100644 --- a/dev-java/sablecc/sablecc-3.7.ebuild +++ b/dev-java/sablecc/sablecc-3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" RDEPEND=">=virtual/jre-1.5" DEPEND=">=virtual/jdk-1.5" diff --git a/dev-java/sac/sac-1.3-r1.ebuild b/dev-java/sac/sac-1.3-r1.ebuild index 39aaeae281fa..469b1aa59038 100644 --- a/dev-java/sac/sac-1.3-r1.ebuild +++ b/dev-java/sac/sac-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.w3.org/2002/06/sacjava-${PV}.zip" LICENSE="W3C" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/sax/sax-2.2.1-r2.ebuild b/dev-java/sax/sax-2.2.1-r2.ebuild index 1e4cbe80cdb2..2a837cd16b45 100644 --- a/dev-java/sax/sax-2.2.1-r2.ebuild +++ b/dev-java/sax/sax-2.2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/sax/sax2r3.zip" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/saxon/saxon-6.5.5-r1.ebuild b/dev-java/saxon/saxon-6.5.5-r1.ebuild index 7b2871efca79..658cc9af1a53 100644 --- a/dev-java/saxon/saxon-6.5.5-r1.ebuild +++ b/dev-java/saxon/saxon-6.5.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://saxon.sourceforge.net/" LICENSE="MPL-1.1" SLOT="6.5" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" COMMON_DEP="dev-java/jdom:0" diff --git a/dev-java/saxon/saxon-6.5.5.ebuild b/dev-java/saxon/saxon-6.5.5.ebuild index f9c7640612ff..37f4a8844720 100644 --- a/dev-java/saxon/saxon-6.5.5.ebuild +++ b/dev-java/saxon/saxon-6.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://saxon.sourceforge.net/" LICENSE="MPL-1.1" SLOT="6.5" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP="~dev-java/jdom-1.0" diff --git a/dev-java/saxon/saxon-9.2.0.6-r1.ebuild b/dev-java/saxon/saxon-9.2.0.6-r1.ebuild index 0694e74acd6e..4eda7de72ee5 100644 --- a/dev-java/saxon/saxon-9.2.0.6-r1.ebuild +++ b/dev-java/saxon/saxon-9.2.0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}he${MY_PV}source.zip" LICENSE="MPL-1.0" SLOT="9" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/saxon/saxon-9.2.0.6.ebuild b/dev-java/saxon/saxon-9.2.0.6.ebuild index f7bb106d8d08..b45fcde16683 100644 --- a/dev-java/saxon/saxon-9.2.0.6.ebuild +++ b/dev-java/saxon/saxon-9.2.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}he${MY_PV}source.zip" LICENSE="MPL-1.0" SLOT="9" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/saxpath/saxpath-1.0-r2.ebuild b/dev-java/saxpath/saxpath-1.0-r2.ebuild index 8cd0d7da790a..0405e85148b6 100644 --- a/dev-java/saxpath/saxpath-1.0-r2.ebuild +++ b/dev-java/saxpath/saxpath-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/saxpath/${P}.tar.gz" LICENSE="JDOM" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" RDEPEND=">=virtual/jre-1.4" # doc needs ant-trax diff --git a/dev-java/servletapi/servletapi-2.2-r3.ebuild b/dev-java/servletapi/servletapi-2.2-r3.ebuild index 91dfde58caa3..46722640cafc 100644 --- a/dev-java/servletapi/servletapi-2.2-r3.ebuild +++ b/dev-java/servletapi/servletapi-2.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-1.1" SLOT="2.2" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris" IUSE="doc" S="${WORKDIR}/jakarta-servletapi-src" diff --git a/dev-java/servletapi/servletapi-2.3-r3.ebuild b/dev-java/servletapi/servletapi-2.3-r3.ebuild index 203706597c3f..60700d63f873 100644 --- a/dev-java/servletapi/servletapi-2.3-r3.ebuild +++ b/dev-java/servletapi/servletapi-2.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}-20021101.tar.gz" LICENSE="Apache-1.1" SLOT="2.3" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x64-solaris" IUSE="doc source" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/servletapi/servletapi-2.4-r5.ebuild b/dev-java/servletapi/servletapi-2.4-r5.ebuild index 551d2722032f..9cb5cb867a94 100644 --- a/dev-java/servletapi/servletapi-2.4-r5.ebuild +++ b/dev-java/servletapi/servletapi-2.4-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="http://archive.apache.org/dist/tomcat/tomcat-5/v${TC_VERSION}/src/apach LICENSE="Apache-1.1" SLOT="2.4" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc source" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/shared-objects/shared-objects-1.4-r3.ebuild b/dev-java/shared-objects/shared-objects-1.4-r3.ebuild index 4c9db6c79d7a..4a950a3b53fb 100644 --- a/dev-java/shared-objects/shared-objects-1.4-r3.ebuild +++ b/dev-java/shared-objects/shared-objects-1.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://www.cwi.nl/htbin/sen1/twiki/bin/view/SEN1/ATermLibrary" SRC_URI="http://www.cwi.nl/projects/MetaEnv/shared-objects/shared-objects-1.4.tar.gz" LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild b/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild index e24ce3fad045..3be6f03954f7 100644 --- a/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild +++ b/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://simplyhtml.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${MY_PN}_src_${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" IUSE="" CDEPEND=" diff --git a/dev-java/sjsxp/sjsxp-1.0.1-r1.ebuild b/dev-java/sjsxp/sjsxp-1.0.1-r1.ebuild index 7bf787574fb7..f1f5ecf2bcea 100644 --- a/dev-java/sjsxp/sjsxp-1.0.1-r1.ebuild +++ b/dev-java/sjsxp/sjsxp-1.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="bea.ri.jsr173" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/sjsxp/sjsxp-1.0.1-r2.ebuild b/dev-java/sjsxp/sjsxp-1.0.1-r2.ebuild index e159f7837761..6c5843f40d50 100644 --- a/dev-java/sjsxp/sjsxp-1.0.1-r2.ebuild +++ b/dev-java/sjsxp/sjsxp-1.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="bea.ri.jsr173" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/sjsxp/sjsxp-1.0.1.ebuild b/dev-java/sjsxp/sjsxp-1.0.1.ebuild index 64b24b0eb841..9ae41d973e3f 100644 --- a/dev-java/sjsxp/sjsxp-1.0.1.ebuild +++ b/dev-java/sjsxp/sjsxp-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="bea.ri.jsr173" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild b/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild index 3d1c2e18b423..41d0e910888d 100644 --- a/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild +++ b/dev-java/slf4j-api/slf4j-api-1.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://www.slf4j.org/dist/${P/-api/}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="test" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/slf4j-ext/slf4j-ext-1.7.7.ebuild b/dev-java/slf4j-ext/slf4j-ext-1.7.7.ebuild index 43aeb4c368e5..6b2e15ea4942 100644 --- a/dev-java/slf4j-ext/slf4j-ext-1.7.7.ebuild +++ b/dev-java/slf4j-ext/slf4j-ext-1.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.slf4j.org/dist/${P/-ext/}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" COMMON_DEP="dev-java/slf4j-api:0 diff --git a/dev-java/slf4j-nop/slf4j-nop-1.7.7.ebuild b/dev-java/slf4j-nop/slf4j-nop-1.7.7.ebuild index af7e8c50c01a..8410cf8965a7 100644 --- a/dev-java/slf4j-nop/slf4j-nop-1.7.7.ebuild +++ b/dev-java/slf4j-nop/slf4j-nop-1.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.slf4j.org/dist/${P/-nop/}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" CDEPEND="dev-java/slf4j-api:0" diff --git a/dev-java/slf4j-simple/slf4j-simple-1.7.7.ebuild b/dev-java/slf4j-simple/slf4j-simple-1.7.7.ebuild index deb4203c4699..56cfc29c165d 100644 --- a/dev-java/slf4j-simple/slf4j-simple-1.7.7.ebuild +++ b/dev-java/slf4j-simple/slf4j-simple-1.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.slf4j.org/dist/${P/-simple/}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="test" CDEPEND=" diff --git a/dev-java/smack/smack-2.2.1.ebuild b/dev-java/smack/smack-2.2.1.ebuild index 9c0feff9d4f1..ab51c1568468 100644 --- a/dev-java/smack/smack-2.2.1.ebuild +++ b/dev-java/smack/smack-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.jivesoftware.org/builds/${PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="2.2" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP="dev-java/xpp3" diff --git a/dev-java/snip/snip-0.11.ebuild b/dev-java/snip/snip-0.11.ebuild index 5083dfefebd8..77981c3c61e3 100644 --- a/dev-java/snip/snip-0.11.ebuild +++ b/dev-java/snip/snip-0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="http://www.martiansoftware.com/lab/${PN}/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="" COMMON_DEP=">=dev-java/ant-core-1.5.4" diff --git a/dev-java/stax-ex/stax-ex-1.0-r4.ebuild b/dev-java/stax-ex/stax-ex-1.0-r4.ebuild index 0c023f0b7cad..d02d66331b9b 100644 --- a/dev-java/stax-ex/stax-ex-1.0-r4.ebuild +++ b/dev-java/stax-ex/stax-ex-1.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://stax-ex.java.net/files/documents/4480/44372/${P}-src.tar.gz" LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/stax-ex/stax-ex-1.7.6.ebuild b/dev-java/stax-ex/stax-ex-1.7.6.ebuild index 6a9515c546f2..7193eb5cd32d 100644 --- a/dev-java/stax-ex/stax-ex-1.7.6.ebuild +++ b/dev-java/stax-ex/stax-ex-1.7.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="https://maven.java.net/content/groups/public/org/jvnet/${PN/-/}/${PN}/$ LICENSE="CDDL GPL-2" SLOT="1" -KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/stax/stax-1.2.0.ebuild b/dev-java/stax/stax-1.2.0.ebuild index 4d9033619442..de68ba40c435 100644 --- a/dev-java/stax/stax-1.2.0.ebuild +++ b/dev-java/stax/stax-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://dist.codehaus.org/${PN}/distributions/${PN}-src-${PV}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.4" diff --git a/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild b/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild index 5a9e27eaf588..b20b192dc01d 100644 --- a/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild +++ b/dev-java/stax2-api/stax2-api-4.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/FasterXML/${PN}/archive/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild b/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild index f2df14fd5f45..26b188d23e86 100644 --- a/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild +++ b/dev-java/stringtemplate/stringtemplate-3.2.1-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://www.stringtemplate.org/" SRC_URI="https://github.com/antlr/${PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" CDEPEND=">=dev-java/antlr-2.7.7-r7:0" diff --git a/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild b/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild index e36b97f11524..183a91c9f2e1 100644 --- a/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild +++ b/dev-java/stringtemplate/stringtemplate-4.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="https://github.com/antlr/${PN}4/archive/${PV}.tar.gz -> ${P}.tar.gz http://www.antlr3.org/download/antlr-${ANTLR3}-complete.jar" LICENSE="BSD" SLOT="4" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/sun-dtdparser/sun-dtdparser-1.0.ebuild b/dev-java/sun-dtdparser/sun-dtdparser-1.0.ebuild index 45ab45f87f2d..100273abb9bf 100644 --- a/dev-java/sun-dtdparser/sun-dtdparser-1.0.ebuild +++ b/dev-java/sun-dtdparser/sun-dtdparser-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/dtd-parser-${PV}-src.zip" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" diff --git a/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1-r1.ebuild b/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1-r1.ebuild index e37c5b8465c0..3dc1cccdc87a 100644 --- a/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1-r1.ebuild +++ b/dev-java/sun-httpserver-bin/sun-httpserver-bin-2.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://jax-ws.dev.java.net/jax-ws-201-m1/${MY_P}" LICENSE="CDDL" SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/sun-j2ee-deployment-bin/sun-j2ee-deployment-bin-1.1-r2.ebuild b/dev-java/sun-j2ee-deployment-bin/sun-j2ee-deployment-bin-1.1-r2.ebuild index 7ee5e69096a9..09e4a5c02293 100644 --- a/dev-java/sun-j2ee-deployment-bin/sun-j2ee-deployment-bin-1.1-r2.ebuild +++ b/dev-java/sun-j2ee-deployment-bin/sun-j2ee-deployment-bin-1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="${CLASS_URI} doc? ( ${DOC_URI} )" LICENSE="sun-bcla-j2ee-deployment" SLOT="1.1" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="doc" DEPEND=">=virtual/jdk-1.4 app-arch/unzip" diff --git a/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild b/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild index a217cc88da82..3f5cd23ca60c 100644 --- a/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild +++ b/dev-java/sun-jaf/sun-jaf-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc source" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild index b56e1db36686..d7b82771c5f7 100644 --- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild +++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ HOMEPAGE="https://jai.dev.java.net/" SRC_URI="http://download.java.net/media/jai/builds/release/${MY_PV}/jai-${MY_PV}-lib-linux-i586.tar.gz" LICENSE="sun-bcla-jai" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" DEPEND="app-arch/unzip" RDEPEND=">=virtual/jre-1.3" IUSE="" diff --git a/dev-java/sun-javamail/sun-javamail-1.4.3.ebuild b/dev-java/sun-javamail/sun-javamail-1.4.3.ebuild index 0af10b24f428..699084db4427 100644 --- a/dev-java/sun-javamail/sun-javamail-1.4.3.ebuild +++ b/dev-java/sun-javamail/sun-javamail-1.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://kenai.com/projects/javamail/downloads/download//javamail-${PV}-s # either of these LICENSE="CDDL GPL-2 BSD" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" COMMON_DEP="java-virtuals/jaf" diff --git a/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild b/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild index 7069ce1a824d..ec01acdf2fc4 100644 --- a/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild +++ b/dev-java/sun-jimi/sun-jimi-1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="jimi1_0.zip" LICENSE="Oracle-BCLA-JavaSE" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND=">=virtual/jre-1.3" diff --git a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild index d58f46f4071a..bb1513f0dfbb 100644 --- a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild +++ b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://java.sun.com/products/jms/" SRC_URI="${At}" LICENSE="sun-bcla-jms" SLOT=0 -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc" RDEPEND=">=virtual/jre-1.3" DEPEND="app-arch/unzip diff --git a/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild b/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild index 7b35d4c6634e..faebe55d8614 100644 --- a/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild +++ b/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="${MY_P}-ri.zip" LICENSE="Oracle-BCLA-JavaSE" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/super-csv/super-csv-2.3.1.ebuild b/dev-java/super-csv/super-csv-2.3.1.ebuild index d3327c9c591f..381ee9450d12 100644 --- a/dev-java/super-csv/super-csv-2.3.1.ebuild +++ b/dev-java/super-csv/super-csv-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://super-csv.github.io/" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RDEPEND=">=virtual/jre-1.6" DEPEND=">=virtual/jdk-1.6 diff --git a/dev-java/swing-layout/swing-layout-1.0.4.ebuild b/dev-java/swing-layout/swing-layout-1.0.4.ebuild index 229d6e9a4fa5..b8928eef407b 100644 --- a/dev-java/swing-layout/swing-layout-1.0.4.ebuild +++ b/dev-java/swing-layout/swing-layout-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://swing-layout.dev.java.net/files/documents/2752/144673/${P}-src. LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="doc source" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/swt/swt-3.5.2.ebuild b/dev-java/swt/swt-3.5.2.ebuild index 514c9cb42d26..62bc824f4368 100644 --- a/dev-java/swt/swt-3.5.2.ebuild +++ b/dev-java/swt/swt-3.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,7 @@ SRC_URI="x86? ( SLOT="3.5" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="cairo gnome opengl" COMMON=">=dev-libs/glib-2.6 diff --git a/dev-java/swt/swt-3.6.1.ebuild b/dev-java/swt/swt-3.6.1.ebuild index a33ea996fc0e..07cf74c07b37 100644 --- a/dev-java/swt/swt-3.6.1.ebuild +++ b/dev-java/swt/swt-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,7 @@ SRC_URI="x86? ( SLOT="3.6" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="cairo gnome opengl" COMMON=">=dev-libs/glib-2.6 diff --git a/dev-java/swt/swt-3.7.1.ebuild b/dev-java/swt/swt-3.7.1.ebuild index e22a743f051f..a64dac7d9842 100644 --- a/dev-java/swt/swt-3.7.1.ebuild +++ b/dev-java/swt/swt-3.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,7 @@ SRC_URI="x86? ( SLOT="3.7" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="cairo gnome opengl webkit" COMMON=">=dev-libs/glib-2.6 diff --git a/dev-java/swt/swt-3.7.2-r1.ebuild b/dev-java/swt/swt-3.7.2-r1.ebuild index 2420d40ef318..5d09ebb0dc85 100644 --- a/dev-java/swt/swt-3.7.2-r1.ebuild +++ b/dev-java/swt/swt-3.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,7 @@ SRC_URI="x86? ( SLOT="3.7" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="cairo gnome opengl webkit" COMMON=">=dev-libs/glib-2.6 diff --git a/dev-java/swt/swt-3.7.2.ebuild b/dev-java/swt/swt-3.7.2.ebuild index 821781c78476..d4fadc7ed647 100644 --- a/dev-java/swt/swt-3.7.2.ebuild +++ b/dev-java/swt/swt-3.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,7 @@ SRC_URI="x86? ( SLOT="3.7" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="cairo gnome opengl webkit" COMMON=">=dev-libs/glib-2.6 diff --git a/dev-java/swt/swt-3.8.2-r1.ebuild b/dev-java/swt/swt-3.8.2-r1.ebuild index 275a3660006d..01520fc07500 100644 --- a/dev-java/swt/swt-3.8.2-r1.ebuild +++ b/dev-java/swt/swt-3.8.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,7 @@ SRC_URI="x86? ( SLOT="3.8" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="cairo gnome opengl webkit" COMMON=">=dev-libs/glib-2.6 diff --git a/dev-java/swt/swt-3.8.2.ebuild b/dev-java/swt/swt-3.8.2.ebuild index b1c1e3b93704..4ab27c959f13 100644 --- a/dev-java/swt/swt-3.8.2.ebuild +++ b/dev-java/swt/swt-3.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,7 @@ SRC_URI="x86? ( SLOT="3.8" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="cairo gnome opengl webkit" COMMON=">=dev-libs/glib-2.6 diff --git a/dev-java/swt/swt-4.2-r1.ebuild b/dev-java/swt/swt-4.2-r1.ebuild index aa7dcc5689c3..97ec11324f2c 100644 --- a/dev-java/swt/swt-4.2-r1.ebuild +++ b/dev-java/swt/swt-4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" SLOT="4.2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="cairo gnome opengl webkit" COMMON_DEP=" diff --git a/dev-java/swt/swt-4.2-r2.ebuild b/dev-java/swt/swt-4.2-r2.ebuild index 55e353073408..0a62430b5f1e 100644 --- a/dev-java/swt/swt-4.2-r2.ebuild +++ b/dev-java/swt/swt-4.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" SLOT="4.2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="cairo gnome opengl webkit" COMMON_DEP=" diff --git a/dev-java/swt/swt-4.2.ebuild b/dev-java/swt/swt-4.2.ebuild index 6beffaddcc84..153cdcfa85a9 100644 --- a/dev-java/swt/swt-4.2.ebuild +++ b/dev-java/swt/swt-4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="CPL-1.0 LGPL-2.1 MPL-1.1" SLOT="4.2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="cairo gnome opengl webkit" COMMON_DEP=" diff --git a/dev-java/tablelayout/tablelayout-1.0.ebuild b/dev-java/tablelayout/tablelayout-1.0.ebuild index b95618ece01a..964c4f51dad6 100644 --- a/dev-java/tablelayout/tablelayout-1.0.ebuild +++ b/dev-java/tablelayout/tablelayout-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ DESCRIPTION="Layout manager that makes creating user interfaces fast and easy" HOMEPAGE="https://tablelayout.dev.java.net/" SRC_URI="http://www.oracle.com/technetwork/java/${PN}.jar" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" SLOT="0" IUSE="" diff --git a/dev-java/tagsoup/tagsoup-1.2.1.ebuild b/dev-java/tagsoup/tagsoup-1.2.1.ebuild index c6fbb1b6bade..195e98c93146 100644 --- a/dev-java/tagsoup/tagsoup-1.2.1.ebuild +++ b/dev-java/tagsoup/tagsoup-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://mercury.ccil.org/~cowan/XML/tagsoup/${P}-src.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND=" diff --git a/dev-java/telnetd/telnetd-2.0.ebuild b/dev-java/telnetd/telnetd-2.0.ebuild index 02fc708ae4ae..c267f3a23dc2 100644 --- a/dev-java/telnetd/telnetd-2.0.ebuild +++ b/dev-java/telnetd/telnetd-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/telnetd/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP="dev-java/commons-logging" diff --git a/dev-java/tijmp/tijmp-0.8.ebuild b/dev-java/tijmp/tijmp-0.8.ebuild index 259fa531d8b2..f07d4e70d597 100644 --- a/dev-java/tijmp/tijmp-0.8.ebuild +++ b/dev-java/tijmp/tijmp-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.khelekore.org/jmp/tijmp/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild index ec768ec71d59..472a86c1d6ab 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jre-1.4" LICENSE="Apache-1.1" SLOT="2.2" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" S="${WORKDIR}/${MY_PN}" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-4.1.36.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-4.1.36.ebuild index 7c3202087cda..4ca0a901c33e 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-4.1.36.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-4.1.36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jre-1.4" LICENSE="Apache-2.0" SLOT="2.3" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" S="${WORKDIR}/${MY_P}/servletapi" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.27-r1.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.27-r1.ebuild index aa9e411251ba..06684821fe75 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.27-r1.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.27-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-5/v${PV/_/-}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="2.4" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc source" DEPEND=">=virtual/jdk-1.5 diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild index 355a3c8a6d37..8cf06adfbda9 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-5.5.34.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-5/v${PV/_/-}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="2.4" -KEYWORDS=" ~amd64 ~arm ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc source" DEPEND=">=virtual/jdk-1.5 diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild index 676adc077fb9..d54ca242c881 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="2.5" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44.ebuild index f4acb7f0f90f..9a200f06c158 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="2.5" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.59.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.59.ebuild index 66d434e821a9..a65792d36c15 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.59.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.59.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.63.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.63.ebuild index eee41e50b94d..ce3c9b44216e 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.63.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.63.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.64.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.64.ebuild index 2c36a63894bc..72b092ba0650 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.64.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.64.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.65.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.65.ebuild index d80f2ebdbff2..53b7d9bddd69 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.65.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.65.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild index 2d9f280fbdaa..4d6ba5488c50 100644 --- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild +++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="3.0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild index 4074eeed92a1..8d0541f865b2 100644 --- a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild +++ b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ HOMEPAGE="http://touchgraph.sourceforge.net" SRC_URI="mirror://sourceforge/touchgraph/TGGL_${PV//./}_jre11.zip" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/treelayout/treelayout-1.0.2.ebuild b/dev-java/treelayout/treelayout-1.0.2.ebuild index da4671041a4e..0c8abef220c3 100644 --- a/dev-java/treelayout/treelayout-1.0.2.ebuild +++ b/dev-java/treelayout/treelayout-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://github.com/abego/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/abego/treelayout" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="test" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/trove/trove-2.1.0.ebuild b/dev-java/trove/trove-2.1.0.ebuild index a7cb022999fb..0ecb84db8c8b 100644 --- a/dev-java/trove/trove-2.1.0.ebuild +++ b/dev-java/trove/trove-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://trove4j.sourceforge.net" LICENSE="LGPL-2.1" IUSE="" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" RDEPEND=">=virtual/jre-1.5" DEPEND=">=virtual/jdk-1.5" diff --git a/dev-java/trove/trove-3.0.2-r1.ebuild b/dev-java/trove/trove-3.0.2-r1.ebuild index 4c449e3c45fa..8ca14c664b60 100644 --- a/dev-java/trove/trove-3.0.2-r1.ebuild +++ b/dev-java/trove/trove-3.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://trove4j.sourceforge.net" LICENSE="LGPL-2.1" IUSE="" SLOT="3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" RDEPEND=">=virtual/jre-1.5" DEPEND=">=virtual/jdk-1.5" S="${WORKDIR}/${PV}" diff --git a/dev-java/trove/trove-3.0.2.ebuild b/dev-java/trove/trove-3.0.2.ebuild index bf4d5c067ccc..91d05fb70892 100644 --- a/dev-java/trove/trove-3.0.2.ebuild +++ b/dev-java/trove/trove-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="http://trove4j.sourceforge.net" LICENSE="LGPL-2.1" IUSE="" SLOT="3" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" RDEPEND=">=virtual/jre-1.5" DEPEND=">=virtual/jdk-1.5" S="${WORKDIR}/${PV}" diff --git a/dev-java/txw2-runtime/txw2-runtime-20110809.ebuild b/dev-java/txw2-runtime/txw2-runtime-20110809.ebuild index 8b3eb2a2cf9d..d7a16ce6910f 100644 --- a/dev-java/txw2-runtime/txw2-runtime-20110809.ebuild +++ b/dev-java/txw2-runtime/txw2-runtime-20110809.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="http://central.maven.org/maven2/com/sun/xml/${MY_PN}/${MY_PN}/${PV}/${M LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" RDEPEND=">=virtual/jre-1.6" diff --git a/dev-java/typesafe-config/typesafe-config-1.3.0-r1.ebuild b/dev-java/typesafe-config/typesafe-config-1.3.0-r1.ebuild index 26481d5cf2f9..dc19c3623a04 100644 --- a/dev-java/typesafe-config/typesafe-config-1.3.0-r1.ebuild +++ b/dev-java/typesafe-config/typesafe-config-1.3.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/typesafehub/config/archive/v${PV}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" IUSE="doc source" CDEPEND="" diff --git a/dev-java/velocity/velocity-1.7-r1.ebuild b/dev-java/velocity/velocity-1.7-r1.ebuild index 56d72eadf8f0..a288f72936a9 100644 --- a/dev-java/velocity/velocity-1.7-r1.ebuild +++ b/dev-java/velocity/velocity-1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/${PN}/engine/${PV}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="test" CDEPEND=" diff --git a/dev-java/velocity/velocity-1.7.ebuild b/dev-java/velocity/velocity-1.7.ebuild index f4ad82edfbe3..65a0d3d623f0 100644 --- a/dev-java/velocity/velocity-1.7.ebuild +++ b/dev-java/velocity/velocity-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/${PN}/engine/${PV}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="test" CDEPEND=" diff --git a/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r4.ebuild b/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r4.ebuild index df192a873c15..68a7cc1c4324 100644 --- a/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r4.ebuild +++ b/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r4.ebuild @@ -19,7 +19,7 @@ SRC_URI="mirror://gentoo/${MY_P}-src.tar.gz" LICENSE="JDOM" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" COMMON_DEP=" dev-java/jdom:0 diff --git a/dev-java/ws-commons-util/ws-commons-util-1.0.1-r1.ebuild b/dev-java/ws-commons-util/ws-commons-util-1.0.1-r1.ebuild index 54c51268b247..53722762bdef 100644 --- a/dev-java/ws-commons-util/ws-commons-util-1.0.1-r1.ebuild +++ b/dev-java/ws-commons-util/ws-commons-util-1.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="http://ws.apache.org/commons/util/" SRC_URI="mirror://apache/ws/commons/util/sources/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" DEPEND=">=virtual/jdk-1.6" diff --git a/dev-java/ws-commons-util/ws-commons-util-1.0.1.ebuild b/dev-java/ws-commons-util/ws-commons-util-1.0.1.ebuild index 302d75dcee90..a49340d72bfb 100644 --- a/dev-java/ws-commons-util/ws-commons-util-1.0.1.ebuild +++ b/dev-java/ws-commons-util/ws-commons-util-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://ws.apache.org/commons/util/" SRC_URI="mirror://apache/ws/commons/util/sources/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/wsdl4j/wsdl4j-1.6.2.ebuild b/dev-java/wsdl4j/wsdl4j-1.6.2.ebuild index 5de603e1a8c2..62d490ce94b2 100644 --- a/dev-java/wsdl4j/wsdl4j-1.6.2.ebuild +++ b/dev-java/wsdl4j/wsdl4j-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.zip LICENSE="CPL-1.0" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd" DEPEND=">=virtual/jdk-1.4 test? ( =dev-java/junit-3.8* ) diff --git a/dev-java/wstx/wstx-3.2.9-r1.ebuild b/dev-java/wstx/wstx-3.2.9-r1.ebuild index 8204db7e1350..28b1403bf200 100644 --- a/dev-java/wstx/wstx-3.2.9-r1.ebuild +++ b/dev-java/wstx/wstx-3.2.9-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/FasterXML/woodstox" SRC_URI="mirror://gentoo/${PN}-src-${PV}.zip" LICENSE="Apache-2.0" SLOT="3.2" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="test" CDEPEND=" diff --git a/dev-java/xalan-serializer/xalan-serializer-2.7.2.ebuild b/dev-java/xalan-serializer/xalan-serializer-2.7.2.ebuild index 8eef30878cfe..85dfd7266169 100644 --- a/dev-java/xalan-serializer/xalan-serializer-2.7.2.ebuild +++ b/dev-java/xalan-serializer/xalan-serializer-2.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ HOMEPAGE="http://xalan.apache.org/" SRC_URI="mirror://apache/xalan/${MY_PN}/source/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=">=virtual/jre-1.3" DEPEND=">=virtual/jdk-1.3" diff --git a/dev-java/xalan/xalan-2.7.2.ebuild b/dev-java/xalan/xalan-2.7.2.ebuild index 1d9c5b5a44de..619f5573b494 100644 --- a/dev-java/xalan/xalan-2.7.2.ebuild +++ b/dev-java/xalan/xalan-2.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ SRC_URI="mirror://apache/${PN}/${MY_PN}/source/${SRC_DIST} doc? ( mirror://apache/${PN}/${MY_PN}/binaries/${BIN_DIST} )" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" CDEPEND="dev-java/javacup:0 dev-java/bcel:0" diff --git a/dev-java/xerces/xerces-2.11.0-r1.ebuild b/dev-java/xerces/xerces-2.11.0-r1.ebuild index 935e6ddf4f33..375b9ff33d35 100644 --- a/dev-java/xerces/xerces-2.11.0-r1.ebuild +++ b/dev-java/xerces/xerces-2.11.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/${PN}/j/${DIST_PN}-src.${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="" # they are missing from the upstream tarball" diff --git a/dev-java/xerces/xerces-2.11.0.ebuild b/dev-java/xerces/xerces-2.11.0.ebuild index 2776621deb10..6306656b4abc 100644 --- a/dev-java/xerces/xerces-2.11.0.ebuild +++ b/dev-java/xerces/xerces-2.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/j/${DIST_PN}-src.${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # they are missing from the upstream tarball" diff --git a/dev-java/xjavac/xjavac-20110814.ebuild b/dev-java/xjavac/xjavac-20110814.ebuild index ed2706a93ad8..07ac197e459f 100644 --- a/dev-java/xjavac/xjavac-20110814.ebuild +++ b/dev-java/xjavac/xjavac-20110814.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ IUSE="" HOMEPAGE="http://cvs.apache.org/viewcvs.cgi/xml-xerces/java/tools/src/XJavac.java" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jdk-1.4 >=dev-java/ant-core-1.7" diff --git a/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild b/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild index 33818c5b7649..f8300f8de5bc 100644 --- a/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild +++ b/dev-java/xml-commons-external/xml-commons-external-1.3.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="1.3" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc source" DEPEND=">=virtual/jdk-1.3" diff --git a/dev-java/xml-commons-external/xml-commons-external-1.4.01.ebuild b/dev-java/xml-commons-external/xml-commons-external-1.4.01.ebuild index 10f80337fad4..117d3b675822 100644 --- a/dev-java/xml-commons-external/xml-commons-external-1.4.01.ebuild +++ b/dev-java/xml-commons-external/xml-commons-external-1.4.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="1.4" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc source" DEPEND=">=virtual/jdk-1.3" diff --git a/dev-java/xml-commons-resolver/xml-commons-resolver-1.2.ebuild b/dev-java/xml-commons-resolver/xml-commons-resolver-1.2.ebuild index b168fd243320..fc6a732f7c0c 100644 --- a/dev-java/xml-commons-resolver/xml-commons-resolver-1.2.ebuild +++ b/dev-java/xml-commons-resolver/xml-commons-resolver-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ DEPEND=">=virtual/jdk-1.3" RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" JAVA_PKG_BSFIX_NAME="resolver.xml" diff --git a/dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild b/dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild index 28ea21b0d34a..6697d7c55890 100644 --- a/dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild +++ b/dev-java/xml-commons/xml-commons-1.0_beta2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ SRC_URI="mirror://apache/xml/commons/${MY_P}.tar.gz" # See ${S}/java/external for the license files LICENSE="Apache-1.1 public-domain W3C-document W3C" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="" DEPEND=">=virtual/jdk-1.4" diff --git a/dev-java/xml-writer/xml-writer-0.2.ebuild b/dev-java/xml-writer/xml-writer-0.2.ebuild index 982014d90492..802ab93db9f3 100644 --- a/dev-java/xml-writer/xml-writer-0.2.ebuild +++ b/dev-java/xml-writer/xml-writer-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.megginson.com/downloads/${P}.zip" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" RDEPEND=">=virtual/jre-1.4" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/xml-xmlbeans/xml-xmlbeans-1.0.4_pre20041217-r1.ebuild b/dev-java/xml-xmlbeans/xml-xmlbeans-1.0.4_pre20041217-r1.ebuild index c8677efee61b..f1d772cc9793 100644 --- a/dev-java/xml-xmlbeans/xml-xmlbeans-1.0.4_pre20041217-r1.ebuild +++ b/dev-java/xml-xmlbeans/xml-xmlbeans-1.0.4_pre20041217-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" COMMON_DEPEND=" diff --git a/dev-java/xml-xmlbeans/xml-xmlbeans-1.0.4_pre20041217.ebuild b/dev-java/xml-xmlbeans/xml-xmlbeans-1.0.4_pre20041217.ebuild index a71b7e581b88..f707a2d55127 100644 --- a/dev-java/xml-xmlbeans/xml-xmlbeans-1.0.4_pre20041217.ebuild +++ b/dev-java/xml-xmlbeans/xml-xmlbeans-1.0.4_pre20041217.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=virtual/jre-1.4 diff --git a/dev-java/xml-xmlbeans/xml-xmlbeans-2.6.0.ebuild b/dev-java/xml-xmlbeans/xml-xmlbeans-2.6.0.ebuild index e947374bd57c..ffa8c2a5a823 100644 --- a/dev-java/xml-xmlbeans/xml-xmlbeans-2.6.0.ebuild +++ b/dev-java/xml-xmlbeans/xml-xmlbeans-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://archive.apache.org/dist/xmlbeans/source/${MY_P}-src.zip" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" CDEPEND=" dev-java/saxon:9 diff --git a/dev-java/xmldb/xmldb-20011111-r1.ebuild b/dev-java/xmldb/xmldb-20011111-r1.ebuild index b0e125b9859e..27f25d96d5e3 100644 --- a/dev-java/xmldb/xmldb-20011111-r1.ebuild +++ b/dev-java/xmldb/xmldb-20011111-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/xmldb-org/${MY_P}.tar.gz" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" # TODO please make compiling the junit tests optional diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild index faa0c90b9ded..4f196003b1f7 100644 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" -KEYWORDS="amd64 x86 ppc ppc64" +KEYWORDS="amd64 ppc64 x86" CDEPEND="dev-java/commons-io:1 >=dev-java/commons-logging-1:0" diff --git a/dev-java/xmlrpc/xmlrpc-3.1.3.ebuild b/dev-java/xmlrpc/xmlrpc-3.1.3.ebuild index 541237defec1..1eca6f6cd225 100644 --- a/dev-java/xmlrpc/xmlrpc-3.1.3.ebuild +++ b/dev-java/xmlrpc/xmlrpc-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="https://archive.apache.org/dist/ws/${PN}/sources/apache-${P}-src.tar.bz LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" CDEPEND="dev-java/commons-httpclient:3 dev-java/commons-codec:0 diff --git a/dev-java/xmlstreambuffer/xmlstreambuffer-1.5.3.ebuild b/dev-java/xmlstreambuffer/xmlstreambuffer-1.5.3.ebuild index 3a226bccc58c..996c5a137043 100644 --- a/dev-java/xmlstreambuffer/xmlstreambuffer-1.5.3.ebuild +++ b/dev-java/xmlstreambuffer/xmlstreambuffer-1.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="https://maven.java.net/content/repositories/releases/com/sun/xml/stream LICENSE="CDDL GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP="dev-java/stax-ex:1" diff --git a/dev-java/xmlunit/xmlunit-1.6.ebuild b/dev-java/xmlunit/xmlunit-1.6.ebuild index e7210f3e7694..f1fe207bc98f 100644 --- a/dev-java/xmlunit/xmlunit-1.6.ebuild +++ b/dev-java/xmlunit/xmlunit-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://xmlunit.sourceforge.net/" LICENSE="BSD" SLOT="1" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" CDEPEND="dev-java/junit:0" diff --git a/dev-java/xom/xom-1.2.10.ebuild b/dev-java/xom/xom-1.2.10.ebuild index f6d3a90bbc53..ca215ac09a7d 100644 --- a/dev-java/xom/xom-1.2.10.ebuild +++ b/dev-java/xom/xom-1.2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ SRC_URI="http://cafeconleche.org/XOM/${P}.tar.gz LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" COMMON_DEPEND="dev-java/xerces:2 dev-java/xml-commons-external:1.3 diff --git a/dev-java/xp/xp-0.5-r2.ebuild b/dev-java/xp/xp-0.5-r2.ebuild index 3ba1678245a2..b97e9ad6c925 100644 --- a/dev-java/xp/xp-0.5-r2.ebuild +++ b/dev-java/xp/xp-0.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.jclark.com/pub/xml/xp.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/xpp2/xpp2-2.1.10-r2.ebuild b/dev-java/xpp2/xpp2-2.1.10-r2.ebuild index 1cb0522771ce..1c2581718e7b 100644 --- a/dev-java/xpp2/xpp2-2.1.10-r2.ebuild +++ b/dev-java/xpp2/xpp2-2.1.10-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/${MY_PN}2/${MY_P LICENSE="Apache-1.1 IBM" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" # Some failures, partly because we haven't patched Xerces but probably diff --git a/dev-java/xpp3/xpp3-1.1.4c-r1.ebuild b/dev-java/xpp3/xpp3-1.1.4c-r1.ebuild index 42506fd42ebb..b5aea4b41874 100644 --- a/dev-java/xpp3/xpp3-1.1.4c-r1.ebuild +++ b/dev-java/xpp3/xpp3-1.1.4c-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.extreme.indiana.edu/dist/java-repository/${PN}/distributions LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" DEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/xpp3/xpp3-1.1.4c-r2.ebuild b/dev-java/xpp3/xpp3-1.1.4c-r2.ebuild index 446c4176458e..10deda941034 100644 --- a/dev-java/xpp3/xpp3-1.1.4c-r2.ebuild +++ b/dev-java/xpp3/xpp3-1.1.4c-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://www.extreme.indiana.edu/dist/java-repository/${PN}/distributions LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" DEPEND=">=virtual/jdk-1.6 diff --git a/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild b/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild index 42b8a66673f4..cce1e4c98055 100644 --- a/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild +++ b/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/jibx/${PN}-${MY_PV}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" IUSE="" COMMON_DEP="dev-java/commons-logging:0 diff --git a/dev-java/xsdlib/xsdlib-20090415.ebuild b/dev-java/xsdlib/xsdlib-20090415.ebuild index 34b79e742449..cfddc8470e60 100644 --- a/dev-java/xsdlib/xsdlib-20090415.ebuild +++ b/dev-java/xsdlib/xsdlib-20090415.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://java.net/downloads/msv/releases/${PN}.${PV}.zip" LICENSE="BSD Apache-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" COMMON_DEP=" diff --git a/dev-java/xsom/xsom-20060901.ebuild b/dev-java/xsom/xsom-20060901.ebuild index 382619dc95e4..f569ac149e52 100644 --- a/dev-java/xsom/xsom-20060901.ebuild +++ b/dev-java/xsom/xsom-20060901.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/xsom-src-${PV}.tar.bz2" LICENSE="CDDL" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" COMMON_DEP=" dev-java/relaxng-datatype diff --git a/dev-java/xstream/xstream-1.3.1-r4.ebuild b/dev-java/xstream/xstream-1.3.1-r4.ebuild index 306f95876bfe..6a30ad04cca4 100644 --- a/dev-java/xstream/xstream-1.3.1-r4.ebuild +++ b/dev-java/xstream/xstream-1.3.1-r4.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://x-stream.github.io" SRC_URI="http://repo.maven.apache.org/maven2/com/thoughtworks/${PN}/${PN}-distribution/${PV}/${PN}-distribution-${PV}-src.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" # By default, these tests exit successfully on failure. Chewi has fixed # that below but it's probably because they blow up spectacularly on diff --git a/dev-java/zemberek/zemberek-2.1.1.ebuild b/dev-java/zemberek/zemberek-2.1.1.ebuild index db77b5c7a2ca..bc8b98dbdd15 100644 --- a/dev-java/zemberek/zemberek-2.1.1.ebuild +++ b/dev-java/zemberek/zemberek-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}-nolibs-src.zip" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" LANGS="tr tk" S=${WORKDIR}/${P}-nolibs-src diff --git a/dev-lang/cilk/cilk-5.4.6-r2.ebuild b/dev-lang/cilk/cilk-5.4.6-r2.ebuild new file mode 100644 index 000000000000..594ccdf4181e --- /dev/null +++ b/dev-lang/cilk/cilk-5.4.6-r2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit autotools flag-o-matic + +DESCRIPTION="Language for multithreaded parallel programming based on ANSI C" +HOMEPAGE="http://supertech.csail.mit.edu/cilk" +SRC_URI="http://supertech.csail.mit.edu/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc examples static-libs" + +PATCHES=( + "${FILESDIR}/${P}-autotools.patch" +) + +src_prepare() { + # fix #571060 by restoring pre-GCC5 inline semantics + append-cflags -std=gnu89 + append-cppflags -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200809L + replace-flags -O[2-9] -O1 + + default + eautoreconf +} + +src_configure() { + econf \ + --with-perfctr=no \ + $(use_enable static-libs static) +} + +src_install() { + emake DESTDIR="${D}" install + dodoc NEWS README THANKS + use doc && dodoc doc/manual.pdf + if use examples; then + insinto /usr/share/doc/${PF} + doins -r examples + fi +} diff --git a/dev-lang/go-bootstrap/Manifest b/dev-lang/go-bootstrap/Manifest index dfae9c0a2779..c1ef058290ab 100644 --- a/dev-lang/go-bootstrap/Manifest +++ b/dev-lang/go-bootstrap/Manifest @@ -1 +1 @@ -DIST go1.4.2.src.tar.gz 10921896 SHA256 299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b SHA512 cda1a29d4418875dffaf3324004ddae8e1bbb573f7668e6e0c03d8b61284f4db7fca244c181f2859f8ccdd3db6391fb21e0d98a1a9fc15096c15883249d48a9c WHIRLPOOL d06c27f6ff3a6499a6c7cb3c5eccd53eb588896c4d837e1fe9855c22ee3caa5cc48fd68cbeceff105b7c47fafbbf0eb3dc28ee3af7196692c5bf18511c6760ef +DIST go1.4.3.src.tar.gz 10875170 SHA256 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959 SHA512 12bade4bce9aa4b34e2b9495ae65a1fc6a2449b3a43bc4de85c8b87ba223c2f999b2f37c1e2fe1188d8521118b5e5357d27afb8b85c0b8ebb4503d4125d25273 WHIRLPOOL 1a869385e63343bc54a950ca965a4d11ca072e6551d1189ef4e2e4da2a488a1ef70b59296d65af0c061f63606b78f73399f25040e02132e56a00189f1aae20e3 diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.4.2.ebuild b/dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild similarity index 100% rename from dev-lang/go-bootstrap/go-bootstrap-1.4.2.ebuild rename to dev-lang/go-bootstrap/go-bootstrap-1.4.3.ebuild diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest index e3b07a10b8d6..0bdca46a606d 100644 --- a/dev-lang/go/Manifest +++ b/dev-lang/go/Manifest @@ -1,2 +1,3 @@ DIST go1.4.2.src.tar.gz 10921896 SHA256 299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b SHA512 cda1a29d4418875dffaf3324004ddae8e1bbb573f7668e6e0c03d8b61284f4db7fca244c181f2859f8ccdd3db6391fb21e0d98a1a9fc15096c15883249d48a9c WHIRLPOOL d06c27f6ff3a6499a6c7cb3c5eccd53eb588896c4d837e1fe9855c22ee3caa5cc48fd68cbeceff105b7c47fafbbf0eb3dc28ee3af7196692c5bf18511c6760ef DIST go1.5.1.src.tar.gz 12049701 SHA256 a889873e98d9a72ae396a9b7dd597c29dcd709cafa9097d9c4ba04cff0ec436b SHA512 a3e92058c79502cfcb7d67143db67fef97393a416322b6f8b6c52b70879e7ab56e3cec94a9ca8046cc13b134845cc1e4b53c70d7208850092bf4edf04bf439ff WHIRLPOOL 3e9941af9bb0717e0c4deae53a0290250da8f88962aef67b856baf089369fdff786aa95cec3564812dc2f48b8c388c810b7568c669ee8a1103e03c6ed0b75893 +DIST go1.5.3.src.tar.gz 12057623 SHA256 754e06dab1c31ab168fc9db9e32596734015ea9e24bc44cae7f237f417ce4efe SHA512 b348832ea7cb095cf793960cf9f4da5e9f6ca8de7b5262bb819de97efea4835643e30a18efd4a82d01ea3854a1905af9e134271716c4b68c9d2a8f6e15f65ff0 WHIRLPOOL aec869ec6af62601f6b83283417eef739141f99be938d419ef4a553028141e05ded7777fdff2a2d1a3e35e4976e4ec96a301b4875c509a370848d0df5dc9e0c8 diff --git a/dev-lang/go/files/go-1.5.3-assume-amd64-on-osx.patch b/dev-lang/go/files/go-1.5.3-assume-amd64-on-osx.patch new file mode 100644 index 000000000000..d5688894902b --- /dev/null +++ b/dev-lang/go/files/go-1.5.3-assume-amd64-on-osx.patch @@ -0,0 +1,13 @@ +--- src/cmd/dist/util.go 2016-01-15 11:27:49.092713185 -0600 ++++ src/cmd/dist/util.go 2016-01-15 11:29:50.616721387 -0600 +@@ -404,9 +404,7 @@ + switch gohostos { + case "darwin": + // Even on 64-bit platform, darwin uname -m prints i386. +- if strings.Contains(run("", CheckExit, "sysctl", "machdep.cpu.extfeatures"), "EM64T") { +- gohostarch = "amd64" +- } ++ gohostarch = "amd64" + case "solaris": + // Even on 64-bit platform, solaris uname -m prints i86pc. + out := run("", CheckExit, "isainfo", "-n") diff --git a/dev-lang/go/go-1.5.3.ebuild b/dev-lang/go/go-1.5.3.ebuild new file mode 100644 index 000000000000..de05f52c6173 --- /dev/null +++ b/dev-lang/go/go-1.5.3.ebuild @@ -0,0 +1,213 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +export CBUILD=${CBUILD:-${CHOST}} +export CTARGET=${CTARGET:-${CHOST}} + +inherit eutils toolchain-funcs + +if [[ ${PV} = 9999 ]]; then + EGIT_REPO_URI="git://github.com/golang/go.git" + inherit git-r3 +else + SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz" + # go-bootstrap-1.4 only supports go on amd64, arm and x86 architectures. + # Allowing other bootstrap options would enable arm64 and ppc64 builds. + KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos" +fi + +DESCRIPTION="A concurrent garbage collected and typesafe programming language" +HOMEPAGE="http://www.golang.org" + +LICENSE="BSD" +SLOT="0/${PV}" +IUSE="" + +DEPEND=">=dev-lang/go-bootstrap-1.4.1" +RDEPEND="! ") - init_history(); -- rl_startup_hook = (Function*)init_rl; -+ rl_startup_hook = (rl_hook_func_t*)init_rl; - } - - static char *prompt_string=NULL; diff --git a/dev-lang/julia/files/julia-0.4.3-fix_build_system.patch b/dev-lang/julia/files/julia-0.4.3-fix_build_system.patch new file mode 100644 index 000000000000..c83f0431d7df --- /dev/null +++ b/dev-lang/julia/files/julia-0.4.3-fix_build_system.patch @@ -0,0 +1,140 @@ +diff --git a/Make.inc b/Make.inc +index da01e38..c751607 100644 +--- a/Make.inc ++++ b/Make.inc +@@ -297,7 +297,7 @@ JCFLAGS = -std=gnu99 -pipe $(fPIC) -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 + JCPPFLAGS = + JCXXFLAGS = -pipe $(fPIC) -fno-rtti + DEBUGFLAGS = -O0 -ggdb3 -DJL_DEBUG_BUILD -fstack-protector-all +-SHIPFLAGS = -O3 -ggdb3 -falign-functions ++SHIPFLAGS = GENTOOCFLAGS + endif + + ifeq ($(USECLANG),1) +@@ -307,7 +307,7 @@ JCFLAGS = -pipe $(fPIC) -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 + JCPPFLAGS = + JCXXFLAGS = -pipe $(fPIC) -fno-rtti + DEBUGFLAGS = -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all +-SHIPFLAGS = -O3 -g ++SHIPFLAGS = GENTOOCFLAGS + ifeq ($(OS), Darwin) + ifeq ($(USE_LIBCPP), 1) + CC += -stdlib=libc++ -mmacosx-version-min=10.7 +@@ -334,7 +334,7 @@ JCFLAGS = -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 - + JCPPFLAGS = + JCXXFLAGS = -pipe $(fPIC) -fno-rtti + DEBUGFLAGS = -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all +-SHIPFLAGS = -O3 -g -falign-functions ++SHIPFLAGS = GENTOOCFLAGS + endif + + ifeq ($(USECCACHE), 1) +diff --git a/deps/Makefile b/deps/Makefile +index 051b23d..881ba68 100644 +--- a/deps/Makefile ++++ b/deps/Makefile +@@ -862,7 +862,7 @@ OPENSPECFUN_TAR_URL = https://api.github.com/repos/JuliaLang/openspecfun/tarball + $(eval $(call git-external,openspecfun,OPENSPECFUN,Makefile,libopenspecfun.$(SHLIB_EXT))) + + # issue 8799 +-OPENSPECFUN_CFLAGS = -O3 -std=c99 ++OPENSPECFUN_CFLAGS = GENTOOCFLAGS -std=c99 + ifeq ($(USEICC),1) + OPENSPECFUN_CFLAGS += -fp-model precise + endif +@@ -902,7 +902,7 @@ DSFMT_OBJ_SOURCE = dsfmt-$(DSFMT_VER)/libdSFMT.$(SHLIB_EXT) + + DSFMT_CFLAGS = $(CFLAGS) -DNDEBUG -DDSFMT_MEXP=19937 $(fPIC) -DDSFMT_DO_NOT_USE_OLD_NAMES + ifneq ($(USEMSVC), 1) +-DSFMT_CFLAGS += -O3 -finline-functions -fomit-frame-pointer -fno-strict-aliasing \ ++DSFMT_CFLAGS += GENTOOCFLAGS -finline-functions -fno-strict-aliasing \ + --param max-inline-insns-single=1800 -Wmissing-prototypes -Wall -std=c99 -shared + else + DSFMT_CFLAGS += -Wl,-dll,-def:../libdSFMT.def +@@ -1181,7 +1181,7 @@ endif + endif + + libgfortblas.$(SHLIB_EXT): gfortblas.c gfortblas.alias +- $(CC) -Wall -O3 $(CPPFLAGS) $(CFLAGS) $(fPIC) -shared $< -o $@ -pipe \ ++ $(CC) -Wall GENTOOCFLAGS $(CPPFLAGS) $(CFLAGS) $(fPIC) -shared $< -o $@ -pipe \ + -Wl,-reexport_framework,Accelerate -Wl,-alias_list,gfortblas.alias + $(build_shlibdir)/libgfortblas.$(SHLIB_EXT): libgfortblas.$(SHLIB_EXT) + cp -f $< $@ +@@ -1607,10 +1607,10 @@ install-suitesparse: $(SUITESPARSE_OBJ_TARGET) install-suitesparse-wrapper + # SUITESPARSE WRAPPER + + ifeq ($(USE_SYSTEM_SUITESPARSE), 1) +-SUITESPARSE_INC = -I /usr/include/suitesparse ++ + SUITESPARSE_LIB = -lumfpack -lcholmod -lamd -lcamd -lcolamd -lspqr + else +-SUITESPARSE_INC = -I SuiteSparse-$(SUITESPARSE_VER)/CHOLMOD/Include -I SuiteSparse-$(SUITESPARSE_VER)/SuiteSparse_config -I SuiteSparse-$(SUITESPARSE_VER)/SPQR/Include ++ + SUITESPARSE_LIB = -L$(build_shlibdir) -lcholmod -lumfpack -lspqr $(RPATH_ORIGIN) + $(build_shlibdir)/libsuitesparse_wrapper.$(SHLIB_EXT): $(SUITESPARSE_OBJ_TARGET) + endif +diff --git a/deps/checksums/Rmath-julia-0.1.tar.gz/sha512 b/deps/checksums/Rmath-julia-0.1.tar.gz/sha512 +index 6a64d44..6bbeb34 100644 +--- a/deps/checksums/Rmath-julia-0.1.tar.gz/sha512 ++++ b/deps/checksums/Rmath-julia-0.1.tar.gz/sha512 +@@ -1 +1 @@ +-1dd94eca05bc06c3f33e8be5087d3b1742d01c8b38588e0fa79b8f6b9998760bca21bee1b65873825c4dde2d994a8271166bc21f670a34810fa9db598473a887 ++15da0b3ff16113d5ad44c7ec42a1c8e260973883dd85ee174b3526f01137a94136cb03d4bbecb9267b7ca20d5ffc10670496d589cf60b86930f869a9fe219794 +diff --git a/doc/Makefile b/doc/Makefile +index 08ba8dd..078d725 100644 +--- a/doc/Makefile ++++ b/doc/Makefile +@@ -56,7 +56,7 @@ help: + @echo " doctest to run all doctests embedded in the documentation (if enabled)" + + clean: +- -rm -rf _build/* ++ @echo "Do not clean doc/_build/html. Just use it..." + + cleanall: clean + +diff --git a/src/Makefile b/src/Makefile +index 98fa704..b566791 100644 +--- a/src/Makefile ++++ b/src/Makefile +@@ -26,15 +26,8 @@ endif + + # In LLVM < 3.4, --ldflags includes both options and libraries, so use it both before and after --libs + # In LLVM >= 3.4, --ldflags has only options, and --system-libs has the libraries. +-LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) --libs) $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) --system-libs 2> /dev/null) +-ifeq ($(USE_LLVM_SHLIB),1) +-ifeq ($(LLVM_USE_CMAKE),1) +-LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) -lLLVM +-else +-LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) -lLLVM-$(call exec,$(LLVM_CONFIG) --version) +-endif ++LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) --libs) $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) --system-libs) + FLAGS += -DLLVM_SHLIB +-endif + + COMMON_LIBS = -L$(build_shlibdir) -L$(build_libdir) $(LIBUV) $(LIBUTF8PROC) $(NO_WHOLE_ARCHIVE) $(LLVMLINK) $(OSLIBS) + DEBUG_LIBS = $(WHOLE_ARCHIVE) $(BUILDDIR)/flisp/libflisp-debug.a $(WHOLE_ARCHIVE) $(BUILDDIR)/support/libsupport-debug.a $(COMMON_LIBS) +diff --git a/ui/Makefile b/ui/Makefile +index c9b5d0e..557a38c 100644 +--- a/ui/Makefile ++++ b/ui/Makefile +@@ -20,15 +20,10 @@ OBJS = $(SRCS:%=%.o) + DOBJS = $(SRCS:%=%.dbg.obj) + DEBUGFLAGS += $(FLAGS) + SHIPFLAGS += $(FLAGS) +-ifeq ($(USE_LLVM_SHLIB),1) +-ifeq ($(LLVM_USE_CMAKE),1) +-LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) -lLLVM +-else +-LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) -lLLVM-$(call exec,$(LLVM_CONFIG) --version) +-endif +-else +-LLVMLINK = +-endif ++ ++LLVMLINK = $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) --libs) $(call exec,$(LLVM_CONFIG) --ldflags) $(call exec,$(LLVM_CONFIG) --system-libs) ++FLAGS += -DLLVM_SHLIB ++ + JLDFLAGS += $(LDFLAGS) $(NO_WHOLE_ARCHIVE) $(OSLIBS) $(LLVMLINK) $(RPATH) + + ifeq ($(USE_SYSTEM_LIBM),0) diff --git a/dev-lang/julia/julia-0.2.0-r1.ebuild b/dev-lang/julia/julia-0.2.0-r1.ebuild deleted file mode 100644 index 02596c5e06d1..000000000000 --- a/dev-lang/julia/julia-0.2.0-r1.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 - -inherit eutils multilib pax-utils - -DESCRIPTION="High-level, high-performance dynamic programming language for technical computing" - -HOMEPAGE="http://julialang.org/" - -# uses gfortran in some places, dependencies don't reflect that yet - -# tarball remade because upstream lacks submodules, so it's not able to build -# soo ... they bundle a split out part of v8 that has no build system that makes sense -# double-conversion nailed in to make build system happy -# dSFMT is not meant to be packaged -SRC_URI="http://gentooexperimental.org/~patrick/${P}.tar.bz2 - http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src-2.2.tar.gz -> dsfmt-2.2.tar.gz - https://double-conversion.googlecode.com/files/double-conversion-1.1.1.tar.gz" - -LICENSE="MIT" -SLOT="0" - -KEYWORDS="~amd64 ~x86" - -IUSE="" - -S="${WORKDIR}" - -# Avoid fragile duplication - see compile and install phases -JULIAMAKEARGS="QUIET_MAKE= USE_SYSTEM_LLVM=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_LIBM=1 \ - USE_SYSTEM_GMP=1 USE_SYSTEM_LIBUNWIND=1 USE_SYSTEM_PATCHELF=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_ZLIB=1 \ - USE_SYSTEM_MPFR=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 \ - LLVM_CONFIG=/usr/bin/llvm-config USE_BLAS64=0" - -# Disabling use of 64-bit integers. If you want 64-bit integers then you need to use a BLAS implementation from the -# science overlay, and julia-9999 also from the science overlay. - -# scons is a dep of double-conversion -DEPEND=" - =sys-devel/llvm-3.3* - dev-lang/perl - sys-libs/readline - dev-libs/libpcre - dev-util/scons - dev-libs/gmp - sys-libs/libunwind - dev-util/patchelf - sci-libs/fftw - sys-libs/zlib - dev-libs/mpfr - sci-libs/suitesparse - sci-libs/arpack - virtual/lapack - virtual/blas - " -RDEPEND="sys-libs/readline" - -src_prepare() { - #uurgh, no fetching in ebuild - sed -i -e 's~$(JLDOWNLOAD)~/bin/true~' deps/Makefile || die "Oopsie" - sed -i -e 's~git submodule~/bin/true~g' deps/Makefile || die "Ooopsie" - # and we need to build stuff, so ... let's just copy around and pray! - mkdir -p deps/random - cp "${DISTDIR}/dsfmt-2.2.tar.gz" deps/random/ - cp "${DISTDIR}/double-conversion-1.1.1.tar.gz" deps/ - # Detect what BLAS and LAPACK implementations are being used - local BLAS_LIB="$($(tc-getPKG_CONFIG) --libs-only-l blas | sed 's/ .*$//')" - local LAPACK_LIB="$($(tc-getPKG_CONFIG) --libs-only-l lapack | sed 's/ .*$//')" - sed -e "s|-lblas|${BLAS_LIB}|" -i Make.inc || die - sed -e "s|libblas|${BLAS_LIB/-l/lib}.so|" -i Make.inc || die - sed -e "s|-llapack|${LAPACK_LIB}|" -i Make.inc || die - sed -e "s|liblapack|${LAPACK_LIB/-l/lib}.so|" -i Make.inc || die - sed -e "s|JL_PRIVATE_LIBDIR = lib/julia|JL_PRIVATE_LIBDIR = $(get_libdir)/julia|" \ - -e "s|JL_LIBDIR = lib|JL_LIBDIR = $(get_libdir)|" \ - -e "s|/usr/lib|/usr/$(get_libdir)|" \ - -e "s|\$(BUILD)/lib|\$(BUILD)/$(get_libdir)|g" \ - -i Make.inc || die - # Set version to package version instead of git commit number - sed -e "s|^JULIA_COMMIT = .*|JULIA_COMMIT = v${PV}|" -i Make.inc || die - sed -e "s|\$(BUILD)/lib|\$(BUILD)/$(get_libdir)|g" \ - -i Makefile || die -} - -src_compile() { - mkdir -p usr/$(get_libdir) || die - pushd usr || die - ln -s $(get_libdir) lib || die - popd - emake $JULIAMAKEARGS julia-release || die - for i in usr/bin/julia-* - do - if file ${i} | grep ELF >/dev/null; then - pax-mark m ${i} - fi - done - emake $JULIAMAKEARGS || die - # makefile weirdness - avoid compile in src_install - emake $JULIAMAKEARGS debug || die -} - -src_install() { - # config goes to /usr/etc/ - should be fixed - emake $JULIAMAKEARGS PREFIX="${D}/usr" install || die -} diff --git a/dev-lang/julia/julia-0.2.0.ebuild b/dev-lang/julia/julia-0.2.0.ebuild deleted file mode 100644 index 26bb1b84fde9..000000000000 --- a/dev-lang/julia/julia-0.2.0.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 - -inherit eutils - -DESCRIPTION="High-level, high-performance dynamic programming language for technical computing" - -HOMEPAGE="http://julialang.org/" - -# uses gfortran in some places, dependencies don't reflect that yet - -# tarball remade because upstream lacks submodules, so it's not able to build -# soo ... they bundle a split out part of v8 that has no build system that makes sense -# double-conversion nailed in to make build system happy -# dSFMT is not meant to be packaged -SRC_URI="http://gentooexperimental.org/~patrick/${P}.tar.bz2 - http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src-2.2.tar.gz -> dsfmt-2.2.tar.gz - https://double-conversion.googlecode.com/files/double-conversion-1.1.1.tar.gz" - -LICENSE="MIT" -SLOT="0" - -KEYWORDS="~amd64 ~x86" - -IUSE="" - -S="${WORKDIR}" - -# Avoid fragile duplication - see compile and install phases -JULIAMAKEARGS="QUIET_MAKE= USE_SYSTEM_LLVM=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_LIBM=1 \ - USE_SYSTEM_GMP=1 USE_SYSTEM_LIBUNWIND=1 USE_SYSTEM_PATCHELF=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_ZLIB=1 \ - USE_SYSTEM_MPFR=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_LAPACK=1 \ - LLVM_CONFIG=/usr/bin/llvm-config" - -# scons is a dep of double-conversion -DEPEND=" - =sys-devel/llvm-3.3* - dev-lang/perl - sys-libs/readline - dev-libs/libpcre - dev-util/scons - dev-libs/gmp - sys-libs/libunwind - dev-util/patchelf - sci-libs/fftw - sys-libs/zlib - dev-libs/mpfr - sci-libs/suitesparse - sci-libs/arpack - virtual/lapack - virtual/blas - " -RDEPEND="sys-libs/readline" - -src_prepare() { - #uurgh, no fetching in ebuild - sed -i -e 's~$(JLDOWNLOAD)~/bin/true~' deps/Makefile || die "Oopsie" - sed -i -e 's~git submodule~/bin/true~g' deps/Makefile || die "Ooopsie" - # and we need to build stuff, so ... let's just copy around and pray! - mkdir -p deps/random - cp "${DISTDIR}/dsfmt-2.2.tar.gz" deps/random/ - cp "${DISTDIR}/double-conversion-1.1.1.tar.gz" deps/ - # Some cleanups to avoid an OpenBlas dep, and remove some useless git errors - sed -e "s|-lblas|$($(tc-getPKG_CONFIG) --libs blas)|" Make.inc || die - sed -e 's/$(shell git rev-parse --short=10 HEAD)/v0.2.0/' Make.inc || die -} - -src_compile() { - emake $JULIAMAKEARGS || die - # makefile weirdness - avoid compile in src_install - emake $JULIAMAKEARGS debug || die -} - -src_install() { - # config goes to /usr/etc/ - should be fixed - emake $JULIAMAKEARGS PREFIX="${D}/usr" install || die -} diff --git a/dev-lang/julia/julia-0.2.1-r2.ebuild b/dev-lang/julia/julia-0.4.3.ebuild similarity index 55% rename from dev-lang/julia/julia-0.2.1-r2.ebuild rename to dev-lang/julia/julia-0.4.3.ebuild index 642fd7978e91..f0b4381e02e2 100644 --- a/dev-lang/julia/julia-0.2.1-r2.ebuild +++ b/dev-lang/julia/julia-0.4.3.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit elisp-common eutils multilib pax-utils toolchain-funcs +RESTRICT="test" -PDSFMT=dSFMT-src-2.2 +inherit elisp-common eutils multilib pax-utils toolchain-funcs DESCRIPTION="High-performance programming language for technical computing" HOMEPAGE="http://julialang.org/" SRC_URI=" - https://github.com/JuliaLang/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/${PDSFMT}.tar.gz - https://dev.gentoo.org/~bicatali/distfiles/libuv-${P}.tar.gz + https://github.com/JuliaLang/${PN}/releases/download/v${PV}/${P}.tar.gz + https://dev.gentoo.org/~tamiko/distfiles/${P}-bundled.tar.gz " LICENSE="MIT" @@ -25,8 +24,9 @@ RDEPEND=" dev-lang/R:0= dev-libs/double-conversion:0= dev-libs/gmp:0= - dev-libs/libpcre:3= + dev-libs/libgit2:0= dev-libs/mpfr:0= + dev-libs/openspecfun sci-libs/arpack:0= sci-libs/camd:0= sci-libs/cholmod:0= @@ -35,7 +35,7 @@ RDEPEND=" sci-libs/spqr:0= sci-libs/umfpack:0= sci-mathematics/glpk:0= - =sys-devel/llvm-3.3* + >=sys-devel/llvm-3.5:0= >=sys-libs/libunwind-1.1:7= sys-libs/readline:0= sys-libs/zlib:0= @@ -47,32 +47,50 @@ DEPEND="${RDEPEND} dev-util/patchelf virtual/pkgconfig" +PATCHES=( + "${FILESDIR}"/${P}-fix_build_system.patch +) + src_prepare() { - epatch "${FILESDIR}"/${P}-readline63.patch - epatch "${FILESDIR}"/${P}-patchelf.patch - - ln -s "${DISTDIR}"/${PDSFMT}.tar.gz deps/random/dsfmt-2.2.tar.gz || die - rmdir deps/libuv && ln -s "${WORKDIR}"/libuv deps/libuv - # no fetching in ebuild - # /usr/include/suitesparse is for debian only - # respect prefix, flags + mv "${WORKDIR}"/bundled/dsfmt-2.2.3.tar.gz deps/ || die + mv "${WORKDIR}"/bundled/libuv-efb40768b7c7bd9f173a7868f74b92b1c5a61a0e.tar.gz deps/ || die + mv "${WORKDIR}"/bundled/pcre2-10.20.tar.bz2 deps/ || die + mv "${WORKDIR}"/bundled/Rmath-julia-0.1.tar.gz deps/ || die + mv "${WORKDIR}"/bundled/utf8proc-85789180158ac7fff85b9f008828d6ac44f072ea.tar.gz deps/ || die + rmdir "${WORKDIR}"/bundled || die + + epatch "${PATCHES[@]}" + + # Sledgehammer: + # - prevent fetching of bundled stuff in compile and install phase + # - respect CFLAGS + # - respect EPREFIX and Gentoo specific paths + # - fix BLAS and LAPACK link interface + sed -i \ -e 's|$(JLDOWNLOAD)|${EPREFIX}/bin/true|' \ -e 's|git submodule|${EPREFIX}/bin/true|g' \ - -e 's|^\(SUITESPARSE_INC\s*=\).*||g' \ - -e "s|-O3|${CFLAGS}|g" \ - -e 's|/usr/bin/||g' \ + -e "s|GENTOOCFLAGS|${CFLAGS}|g" \ -e "s|/usr/include|${EPREFIX%/}/usr/include|g" \ deps/Makefile || die + local lblas="$($(tc-getPKG_CONFIG) --libs blas)" + lblas=${lblas%% *} + local llapack="$($(tc-getPKG_CONFIG) --libs lapack)" + llapack=${llapack%% *} + sed -i \ -e "s|\(JULIA_EXECUTABLE = \)\(\$(JULIAHOME)/julia\)|\1 LD_LIBRARY_PATH=\$(BUILD)/$(get_libdir) \2|" \ - -e "s|-O3|${CFLAGS}|g" \ + -e "s|GENTOOCFLAGS|${CFLAGS}|g" \ -e "s|LIBDIR = lib|LIBDIR = $(get_libdir)|" \ -e "s|/usr/lib|${EPREFIX}/usr/$(get_libdir)|" \ -e "s|/usr/include|${EPREFIX}/usr/include|" \ -e "s|\$(BUILD)/lib|\$(BUILD)/$(get_libdir)|" \ -e "s|^JULIA_COMMIT = .*|JULIA_COMMIT = v${PV}|" \ + -e "s|-lblas|${lblas}|" \ + -e "s|= libblas|= lib${lblas#-l}|" \ + -e "s|-llapack|${llapack}|" \ + -e "s|= liblapack|= lib${llapack#-l}|" \ Make.inc || die sed -i \ @@ -86,10 +104,14 @@ src_prepare() { } src_configure() { - # libuv is an incompatible fork from upstream, so don't use system one + # julia does not play well with the system versions of + # dsfmt, libuv, pcre2 and utf8proc cat <<-EOF > Make.user - LIBLAPACK=$($(tc-getPKG_CONFIG) --libs lapack) - LIBLAPACKNAME=$($(tc-getPKG_CONFIG) --libs lapack | sed -e "s/-l\([a-z0-9]*\).*/lib\1/") + USE_SYSTEM_DSFMT=0 + USE_SYSTEM_LIBUV=0 + USE_SYSTEM_PCRE=0 + USE_SYSTEM_RMATH=0 + USE_SYSTEM_UTF8PROC=0 USE_LLVM_SHLIB=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_BLAS=1 @@ -97,29 +119,26 @@ src_configure() { USE_SYSTEM_GMP=1 USE_SYSTEM_GRISU=1 USE_SYSTEM_LAPACK=1 + USE_SYSTEM_LIBGIT2=1 USE_SYSTEM_LIBM=1 USE_SYSTEM_LIBUNWIND=1 - USE_SYSTEM_LIBUV=0 USE_SYSTEM_LLVM=1 USE_SYSTEM_MPFR=1 USE_SYSTEM_OPENLIBM=1 - USE_SYSTEM_PCRE=1 + USE_SYSTEM_OPENSPECFUN=1 + USE_SYSTEM_PATCHELF=1 USE_SYSTEM_READLINE=1 - USE_SYSTEM_RMATH=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ZLIB=1 VERBOSE=1 EOF + } src_compile() { - # Not parallel-safe, #514882 - emake -j1 cleanall - if [[ $(get_libdir) != lib ]]; then - mkdir -p usr/$(get_libdir) || die - ln -s $(get_libdir) usr/lib || die - fi - emake -j1 julia-release + emake cleanall + emake julia-release \ + prefix="/usr" DESTDIR="${D}" CC="$(tc-getCC)" CXX="$(tc-getCXX)" pax-mark m $(file usr/bin/julia-* | awk -F : '/ELF/ {print $1}') emake use emacs && elisp-compile contrib/julia-mode.el @@ -130,7 +149,8 @@ src_test() { } src_install() { - emake install PREFIX="${ED}/usr" + emake install \ + prefix="/usr" DESTDIR="${D}" CC="$(tc-getCC)" CXX="$(tc-getCXX)" cat > 99julia <<-EOF LDPATH=${EROOT%/}/usr/$(get_libdir)/julia EOF @@ -141,6 +161,17 @@ src_install() { elisp-site-file-install "${FILESDIR}"/63julia-gentoo.el fi dodoc README.md + + mv "${ED}"/usr/etc/julia "${ED}"/etc || die + rmdir "${ED}"/usr/etc || die + rmdir "${ED}"/usr/libexec || die + mv "${ED}"/usr/share/doc/julia/{examples,html} \ + "${ED}"/usr/share/doc/${P} || die + rmdir "${ED}"/usr/share/doc/julia || die + if [[ $(get_libdir) != lib ]]; then + mkdir -p "${ED}"/usr/$(get_libdir) || die + mv "${ED}"/usr/lib/julia "${ED}"/usr/$(get_libdir)/julia || die + fi } pkg_postinst() { diff --git a/dev-lang/php/php-5.5.31.ebuild b/dev-lang/php/php-5.5.31.ebuild index dbc869d01f8c..bd5d9b127ddc 100644 --- a/dev-lang/php/php-5.5.31.ebuild +++ b/dev-lang/php/php-5.5.31.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { diff --git a/dev-lang/php/php-5.6.17.ebuild b/dev-lang/php/php-5.6.17.ebuild index 3fb2b31921bc..1306cd3febac 100644 --- a/dev-lang/php/php-5.6.17.ebuild +++ b/dev-lang/php/php-5.6.17.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils autotools flag-o-matic versionator depend.apache apache-module libtool systemd -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" function php_get_uri () { diff --git a/dev-lang/tuprolog/tuprolog-2.4.0_rc5.ebuild b/dev-lang/tuprolog/tuprolog-2.4.0_rc5.ebuild index 1b64ec6dfe1a..de1ef4e94434 100644 --- a/dev-lang/tuprolog/tuprolog-2.4.0_rc5.ebuild +++ b/dev-lang/tuprolog/tuprolog-2.4.0_rc5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tuprolog/${MY_P}.zip" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="doc test" RDEPEND=">=virtual/jdk-1.5 diff --git a/dev-lang/tuprolog/tuprolog-2.5.0.ebuild b/dev-lang/tuprolog/tuprolog-2.5.0.ebuild index 2d96f8135f70..011c8f545ca5 100644 --- a/dev-lang/tuprolog/tuprolog-2.5.0.ebuild +++ b/dev-lang/tuprolog/tuprolog-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc test" RDEPEND=">=virtual/jdk-1.5 diff --git a/dev-libs/geoip/Manifest b/dev-libs/geoip/Manifest index 7f1d707df579..269af04c601f 100644 --- a/dev-libs/geoip/Manifest +++ b/dev-libs/geoip/Manifest @@ -1,2 +1,3 @@ DIST geoip-1.6.6.tar.gz 156796 SHA256 db8ed5d07292c75cb3018738e6411037f15cc2a517f38ee04c1232cbe3d30b46 SHA512 4cdd308500bcb827b3dd1c6d981299ea746251758b6a5df97bf2cf098b62b0a736394d5853a06c62437eb0808cb54efb14d0579f5212284f29016e3c8cdd9846 WHIRLPOOL 518749339b094c4166ab53d8ec38020c72f1550923e8c0084f438391dfe7965a9b2f7b3e27ef5ecac85a3f62aa14299e11fbd740ea103c320eef5fad357994b2 DIST geoip-1.6.7.tar.gz 158276 SHA256 6f0ee5cd63660a2ab3a8f30df8e7246ee87b0eb33c719843d691c8d010cbabb5 SHA512 dde9ef65328297604892533ef5d5b568184eb4a29ff95839cb5e39b6652bcfbc53bf64fbcc3b55dad43cf0fca16f5611dbd96ba50f3001d8e212392304bce0b5 WHIRLPOOL 2d7e3b94317aa820c55c08be1808b9cc6d8cc38e87733cb1da3c9b3a5bf51212933e266ca105aabd765a08fe87f79f22eae5d8c6e3015a43fc923637273d6795 +DIST geoip-1.6.9.tar.gz 158576 SHA256 05468adbb6bdbddc588ee6f0df990f47b1b24d278519c35d59f7a8058a2a9825 SHA512 a3a34511ba32e6c7d0b46b0e608c5be54411cf5b095c867c3225941b55e5714ec7c68de64e0aefcf4ee2081fbd626480067d6bc9822d775decef1f8e26d7e976 WHIRLPOOL 4b4a4e4dff60f3b9db456d54b5529c24c93b3e18c4aff0d67d35165e9092fcd7e163ce868f729140f9ee5e3a8f49c19ff8a7324f1b106fd9a81a7896d92288ae diff --git a/dev-libs/geoip/geoip-1.6.9.ebuild b/dev-libs/geoip/geoip-1.6.9.ebuild new file mode 100644 index 000000000000..445952bd2f0a --- /dev/null +++ b/dev-libs/geoip/geoip-1.6.9.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils + +DESCRIPTION="GeoIP Legacy C API" +HOMEPAGE="https://github.com/maxmind/geoip-api-c" +SRC_URI=" + https://github.com/maxmind/${PN}-api-c/archive/v${PV}.tar.gz -> ${P}.tar.gz +" + +# GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db +LICENSE="LGPL-2.1 GPL-2 MaxMind2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" +IUSE="static-libs" +RESTRICT="test" + +DEPEND="net-misc/wget" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}-api-c-${PV}" + +src_prepare() { + eautoreconf +} + +src_configure() { + econf $(use_enable static-libs static) + sed -e "s|@PREFIX@|${ROOT}|g" "${FILESDIR}"/geoipupdate-r5.sh > geoipupdate.sh || die +} + +src_install() { + default + + dodoc AUTHORS ChangeLog NEWS.md README* + + prune_libtool_files + + keepdir /usr/share/GeoIP + + dosbin geoipupdate.sh +} + +pkg_postinst() { + ewarn "WARNING: Databases are no longer installed by this ebuild." + elog "Don't forget to run 'geoipupdate.sh -f' (or geoipupdate from" + elog "net-misc/geoipupdate) to populate ${ROOT}/usr/share/GeoIP/" + elog "with geo-located IP address databases." +} diff --git a/dev-libs/libbsd/libbsd-0.8.1-r1.ebuild b/dev-libs/libbsd/libbsd-0.8.1-r1.ebuild index 60c3873db7ca..4909332ed37c 100644 --- a/dev-libs/libbsd/libbsd-0.8.1-r1.ebuild +++ b/dev-libs/libbsd/libbsd-0.8.1-r1.ebuild @@ -36,7 +36,3 @@ multilib_src_install() { emake DESTDIR="${D}" install prune_libtool_files } - -multilib_src_install_all() { - dodoc ${DOCS} -} diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest index 5631aadf5d63..bf0fb5d397e7 100644 --- a/dev-libs/libuv/Manifest +++ b/dev-libs/libuv/Manifest @@ -3,3 +3,4 @@ DIST libuv-1.5.0.tar.gz 1023438 SHA256 f9c6ad4b7a2c90d93c8e09d2e739bb46d199639c4 DIST libuv-1.6.1.tar.gz 1027771 SHA256 f558ede285878d6a69f6a6d43b5df0241f3c35d62ac989477bdbd418badd83d7 SHA512 3fe53352de312666c02ee6523bd0da3e8a8fb1704eb8c5016490ad3a2275aa1a529123e00173ea626afc284d9863cf5cb5ef4a114655c55925f46632ca5ad0d3 WHIRLPOOL 0ea59068acdc9c9a86521a5ae61148f182d14f39643b1c6df523e79faa249d5a6ab2bbb964bef6a0aff9bbf67d4119a801848421d0029a8f11d1a698213619a4 DIST libuv-1.7.0.tar.gz 1035932 SHA256 27a66f944c8cf1baf0fb53f5cfe11f01035cc80622d8ecc8e18bd1b2ae35ef5f SHA512 01ad2f7aedea5f7076a183fdb0a59f7d091cb7125466e3e243e646f4a88729790a63823d8892e7121cd3a7a293cc9e2b35a6c3e3e89960d4ddfc4bdcd44a0ede WHIRLPOOL 6f6abf004fab3a10b76f16aedd2f73c07a47505e8b850975b315a91c41fed6f5ed58072fe43e1479bf8185d56115ebae93342722fe0c938e86c82a09046b853a DIST libuv-1.7.5.tar.gz 1041054 SHA256 11d10f12d68fa655fff18c6021e8e45bc610e7baee006f17247b1830ee316093 SHA512 fb79ba02d09460d3f269fb171ea9abe7a32d9ec765672cd7a2e3b93073df3ead2e88742730325adbb83a541c93ffe22574a7bfc92a3c1b7b43f3dfe7f8812c77 WHIRLPOOL 3421214df56d227ab88f1e16d212ef6a38507ed35db743e82f1667ce5817d1ec1b49555ddd78f96678385491e482408bdcd879219e1ccaa802ee978d710aee36 +DIST libuv-1.8.0.tar.gz 1048022 SHA256 906e1a5c673c95cb261adeacdb7308a65b4a8f7c9c50d85f3021364951fa9cde SHA512 51d5940873a771278c24a697f0da5c9cb7f42c192daa14254cff9309af600a1b343f1f39272f88d4cd0158f7b15bc966fb7e0b67b9590295fe4d9f0a7c6572b4 WHIRLPOOL ce9c49d5ba646458daa60e3f935d2f53483570d6dc34a8515c875115377929271bbc113c4c382054e9b1dbe4c04e04c2381f90d0776d69b064fb72169b6b4060 diff --git a/dev-libs/libuv/libuv-1.8.0.ebuild b/dev-libs/libuv/libuv-1.8.0.ebuild new file mode 100644 index 000000000000..2e3f46d63504 --- /dev/null +++ b/dev-libs/libuv/libuv-1.8.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools eutils multilib-minimal + +DESCRIPTION="Cross-platform asychronous I/O" +HOMEPAGE="https://github.com/libuv/libuv" +SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD BSD-2 ISC MIT" +SLOT="0/1" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="static-libs" +RESTRICT="test" + +DEPEND="sys-devel/libtool + virtual/pkgconfig[${MULTILIB_USEDEP}]" + +src_prepare() { + echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \ + > m4/libuv-extra-automake-flags.m4 || die + + eautoreconf +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + cc_cv_cflags__g=no \ + $(use_enable static-libs static) +} + +multilib_src_test() { + mkdir "${BUILD_DIR}"/test || die + cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die + default +} + +multilib_src_install_all() { + einstalldocs + prune_libtool_files +} diff --git a/dev-libs/qcustomplot/Manifest b/dev-libs/qcustomplot/Manifest index 129678571f9f..03410cebcf49 100644 --- a/dev-libs/qcustomplot/Manifest +++ b/dev-libs/qcustomplot/Manifest @@ -1,2 +1,4 @@ DIST qcustomplot-sharedlib-1.3.1.tar.gz 1926 SHA256 214b4dc82c612822b46976159864cc34732ebf0ce717bbe6d930760374344495 SHA512 1debdffed022dd3cd419d0a928176b6b0b1365739feaf8ca69458a9c6e16aa64c95d9b68eed2cde0699d7ab82e5dd66bcff8bbdb2f26e4a14e3186b3350342e6 WHIRLPOOL a51fd6ec8e46619a61b778656475ee2b3ff194d2b15c160246b1689f1b945160beece5a8762bf3fb1c8e9bc7f0cd570472379b0a679138d80609d6c3b38b481b +DIST qcustomplot-sharedlib-1.3.2.tar.gz 1924 SHA256 18af836d2ac32f0dc2a4b1485c3038f4f5f3acf07550d86077ba5871e54bb269 SHA512 645d71c9d63ccd324f341778556f0b9ddceb3fee87b037c66f7ea7624973e24e292da7539861ffa1c8545cc0691a1041110b25d688f0b3d8787a44798a5e190e WHIRLPOOL d7ff5ffa460ac6b05816f1705f29ea82bbd709ca131ad3dc496abab1e718524f1dbe536dfaf726b0508143dbc76256a080fad8544c4e4412e58b980309e1aa2a DIST qcustomplot-source-1.3.1.tar.gz 224892 SHA256 b557728956945931ff75d21c0894c52a6341850ad246811affdda8b10bbc8486 SHA512 ce5d74d7ae1fb8f4547368c712e3e6f5192cf64df9ece4b055910f0ab4c4244446b3869f078214e38bb5337e755647e07f9a111f96553172b7960ae434d7800b WHIRLPOOL c1d3a817bf389d2e64df489961f072d5b0317c321a3a5d77f5176e8200ea01dc721953a396cd63e87a8ae1ece79406b3b6e6453af0c9550272850eb4f6ac33c4 +DIST qcustomplot-source-1.3.2.tar.gz 225912 SHA256 a3649824c6d2d08efb0b54629e6ffe4cc57fa08ad9eb9f39edbb0c30b9659b51 SHA512 0e9fefd3f6e4428009428d3155b1a26e1d4b2a62567ca7812cefa67c06fa53f301229d8bd2c3abbe0fb7ddacb9a07515522ded56c0745cd31b1f85323d4499fb WHIRLPOOL fb5c59c71aee5fc95af9a75054f7a41a28eac7c70f296cf1b0dc4a58927f73b94a5b02203b520e367f673e4741959d195cebe6f50141be8157122aa249ea6c4a diff --git a/dev-libs/qcustomplot/metadata.xml b/dev-libs/qcustomplot/metadata.xml index 3cbebd85b7e2..ab02f994fdd2 100644 --- a/dev-libs/qcustomplot/metadata.xml +++ b/dev-libs/qcustomplot/metadata.xml @@ -1,5 +1,5 @@ - qt + qt diff --git a/dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild b/dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild new file mode 100644 index 000000000000..985ffe7c136e --- /dev/null +++ b/dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit qmake-utils + +DESCRIPTION="Qt C++ widget for plotting and data visualization" +HOMEPAGE="http://www.qcustomplot.com/" +SRC_URI=" + http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz + http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="qt5" + +RDEPEND=" + !qt5? ( + dev-qt/qtcore:4 + dev-qt/qtgui:4 + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + ) +" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN}-source + +src_prepare() { + default + + sed \ + -e 's:../../::g' \ + -e '/CONFIG/s:shared.*:shared:g' \ + "${WORKDIR}"/${PN}-sharedlib/sharedlib-compilation/sharedlib-compilation.pro > ${PN}.pro || die +} + +src_configure() { + use qt5 && eqmake5 || eqmake4 +} + +src_install() { + dolib.so lib${PN}* + doheader ${PN}.h + dodoc changelog.txt +} diff --git a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild index 4235308b8f46..6776e8f532a9 100644 --- a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild +++ b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/utfcpp/utf8_v${PV//./_}.zip" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="app-arch/unzip" diff --git a/dev-lisp/cl-clx/Manifest b/dev-lisp/cl-clx/Manifest index d6ffd10df415..e69de29bb2d1 100644 --- a/dev-lisp/cl-clx/Manifest +++ b/dev-lisp/cl-clx/Manifest @@ -1,3 +0,0 @@ -DIST clx_0.7.1.tar.gz 406363 SHA256 7c6bce234794664def6ad1350b00de470301c975782c0aa73d9a1f1f1288b731 SHA512 bf9dafdf26a6d7a5ffae9b59deed7f2779f472afce4904cbecc812dfb769277daf983aac099911b0ae74fee709cb87d8182137a0e6f93235056a30c56854a137 WHIRLPOOL 803819402f7bc47495eae7d46c00c78353b9d88a04f71e039abf5faa3d8fc18287303f79226626a711a7cb73675fa88e8ed1f256fdff28bd8b5d9d7c29cbff95 -DIST clx_0.7.2.tar.gz 419578 SHA256 d30bd23cb51000c237ef6bb4036d1134507b80b6ce8268a3ae808554ad52b095 SHA512 4c48780294a2e0d43d384450129be801897838142b2762098e71fe950350a41ccbcd8ebe6433d666605e20e5de7acac9681af8630b50c4e67cf24691a90f9859 WHIRLPOOL f876c64c94745fb4dcfd620af16791b5446f3beed6b1c2e677c17d94d88997d2b6f0b20bbf058616da3256757987afe8e4314546e6b6c34cde0acff7d1649745 -DIST clx_0.7.3.tar.gz 438168 SHA256 1f0f79cec7c7c314a4612256b33b8af507493ae4f7e3882b6c7bf5fb8e6f0c7b SHA512 b60e6cb0393e658d1a42957e2ba36bbaee5357979247ec2aaa25c105b2f83962c48594de5df5a7269c6289ff383697c9180ae243031757891b0233c2c2df5a6e WHIRLPOOL 036235e8dc80b3a4e97da3cc36008d9dff79b5dd74fe2797d2dfe33b5c53cea82a616007cc29e4194177713f75e611a9d581e46bc0092db83336d1ba1984e259 diff --git a/dev-lisp/cl-clx/cl-clx-0.7.1.ebuild b/dev-lisp/cl-clx/cl-clx-0.7.1.ebuild deleted file mode 100644 index 0216f25dbfc3..000000000000 --- a/dev-lisp/cl-clx/cl-clx-0.7.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp eutils - -DESCRIPTION="Portable CLX" -HOMEPAGE="http://ftp.linux.org.uk/pub/lisp/sbcl/ http://www.cliki.net/CLX" -SRC_URI="http://ftp.linux.org.uk/pub/lisp/sbcl/clx_${PV}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller" - -CLPACKAGE=clx - -S=${WORKDIR}/clx_${PV} - -src_install() { - for i in . demo test debug; do - insinto /usr/share/common-lisp/source/clx/${i} - doins ${S}/${i}/*.lisp - done - insinto /usr/share/common-lisp/source/clx - doins clx.asd NEWS CHANGES README README-R5 \ - excl* sock* - insinto /usr/share/common-lisp/source/manual - doins manual/clx.texinfo - common-lisp-system-symlink - dodoc CHANGES NEWS README* -} diff --git a/dev-lisp/cl-clx/cl-clx-0.7.2.ebuild b/dev-lisp/cl-clx/cl-clx-0.7.2.ebuild deleted file mode 100644 index 955f421c212f..000000000000 --- a/dev-lisp/cl-clx/cl-clx-0.7.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp eutils - -DESCRIPTION="Portable CLX" -HOMEPAGE="http://ftp.linux.org.uk/pub/lisp/sbcl/ http://www.cliki.net/CLX" -SRC_URI="http://ftp.linux.org.uk/pub/lisp/sbcl/clx_${PV}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller" - -CLPACKAGE=clx - -S=${WORKDIR}/clx_${PV} - -src_install() { - for i in . demo test debug; do - insinto /usr/share/common-lisp/source/clx/${i} - doins ${S}/${i}/*.lisp - done - insinto /usr/share/common-lisp/source/clx - doins clx.asd NEWS CHANGES README README-R5 \ - excl* sock* - insinto /usr/share/common-lisp/source/manual - doins manual/clx.texinfo - common-lisp-system-symlink - dodoc CHANGES NEWS README* -} diff --git a/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild b/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild deleted file mode 100644 index a43f826a32af..000000000000 --- a/dev-lisp/cl-clx/cl-clx-0.7.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp eutils - -DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL" -HOMEPAGE="http://ftp.linux.org.uk/pub/lisp/sbcl/ http://www.cliki.net/CLX" -SRC_URI="http://ftp.linux.org.uk/pub/lisp/sbcl/clx_${PV}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - sys-apps/texinfo" - -CLPACKAGE=clx - -S=${WORKDIR}/clx_${PV} - -src_compile() { - makeinfo manual/clx.texinfo || die -} - -src_install() { - for i in . demo test debug; do - insinto /usr/share/common-lisp/source/clx/${i} - doins "${S}"/${i}/*.lisp - done - insinto /usr/share/common-lisp/source/clx - doins clx.asd NEWS CHANGES README README-R5 \ - excl* sock* - insinto /usr/share/common-lisp/source/manual - doins manual/clx.texinfo # part of system definition - common-lisp-system-symlink - dodoc CHANGES NEWS README* - doinfo clx.info* -} diff --git a/dev-lisp/cl-clx/files/0.6.1-gentoo.patch b/dev-lisp/cl-clx/files/0.6.1-gentoo.patch deleted file mode 100644 index 4f3a63ee31c3..000000000000 --- a/dev-lisp/cl-clx/files/0.6.1-gentoo.patch +++ /dev/null @@ -1,108 +0,0 @@ -diff -ur clx_0.6.1.orig/clx.asd clx_0.6.1/clx.asd ---- clx_0.6.1.orig/clx.asd 2005-03-29 08:42:20.000000000 -0600 -+++ clx_0.6.1/clx.asd 2005-03-30 23:55:19.000000000 -0600 -@@ -35,7 +35,7 @@ - (defclass legacy-file (static-file) ()) - - (defsystem CLX -- :depends-on (sb-bsd-sockets) -+ :depends-on (#+sbcl sb-bsd-sockets) - :version "0.6.1" - :serial t - :default-component-class clx-source-file -Only in clx_0.6.1: clx.asd.~1.23.~ -diff -ur clx_0.6.1.orig/depdefs.lisp clx_0.6.1/depdefs.lisp ---- clx_0.6.1.orig/depdefs.lisp 2003-06-05 15:18:22.000000000 -0500 -+++ clx_0.6.1/depdefs.lisp 2005-03-31 00:15:05.000000000 -0600 -@@ -400,10 +400,10 @@ - (eval-when (:compile-toplevel :load-toplevel :execute) - ;; FIXME: maybe we should reevaluate this? - (defvar *def-clx-class-use-defclass* -- #+Genera t -+ #+(or Genera sbcl) t - #+(and cmu pcl) '(XLIB:DRAWABLE XLIB:WINDOW XLIB:PIXMAP) - #+(and cmu (not pcl)) nil -- #-(or Genera cmu) nil -+ #-(or Genera cmu sbcl) nil - "Controls whether DEF-CLX-CLASS uses DEFCLASS. - - If it is a list, it is interpreted by DEF-CLX-CLASS to be a list of -Only in clx_0.6.1: depdefs.lisp.~1.4.~ -diff -ur clx_0.6.1.orig/dependent.lisp clx_0.6.1/dependent.lisp ---- clx_0.6.1.orig/dependent.lisp 2004-06-11 07:18:17.000000000 -0500 -+++ clx_0.6.1/dependent.lisp 2005-03-31 00:20:25.000000000 -0600 -@@ -1511,11 +1511,16 @@ - (cdr (host-address host))) - :foreign-port (+ *x-tcp-port* display))) - --#+(or sbcl ecl) -+#+(or sbcl ecl cmu) - (defconstant +X-unix-socket-path+ - "/tmp/.X11-unix/X" - "The location of the X socket") - -+#+(or sbcl ecl CMU) -+(defconstant +X-tcp-port+ -+ 6000 -+ "The TCP port number for X") -+ - #+sbcl - (defun open-x-stream (host display protocol) - (declare (ignore protocol) -@@ -1528,11 +1533,22 @@ - (let ((host (car (host-ent-addresses (get-host-by-name host))))) - (when host - (let ((s (make-instance 'inet-socket :type :stream :protocol :tcp))) -- (socket-connect s host (+ 6000 display)) -+ (socket-connect s host (+ +X-tcp-port+ display)) - s)))) - :element-type '(unsigned-byte 8) - :input t :output t :buffering :none)) - -+#+CMU -+(defun open-x-stream (host display protocol) -+ (declare (ignore protocol) -+ (type (integer 0) display)) -+ (system:make-fd-stream -+ (if (or (string= host "") (string= host "unix")) -+ (ext:connect-to-unix-socket (format nil "~A~D" +X-unix-socket-path+ display)) -+ (ext:connect-to-inet-socket host (+ +X-tcp-port+ display))) -+ :input t :output t :element-type '(unsigned-byte 8))) -+ -+ - #+ecl - (defun open-x-stream (host display protocol) - (declare (ignore protocol) -@@ -1541,7 +1557,7 @@ - (if (or (string= host "") (string= host "unix")) ; AF_UNIX doamin socket - (sys::open-unix-socket-stream - (format nil "~A~D" +X-unix-socket-path+ display)) -- (si::open-client-stream host (+ 6000 display))))) -+ (si::open-client-stream host (+ +X-tcp-port+ display))))) - - ;;; BUFFER-READ-DEFAULT - read data from the X stream - -@@ -3092,7 +3108,7 @@ - (defmacro with-underlying-simple-vector - ((variable element-type pixarray) &body body) - (declare (ignore element-type)) -- `(#+cmu kernel::with-array-data #+sbcl sb-kernel:with-array-data -+ `(#+cmu lisp::with-array-data #+sbcl sb-kernel:with-array-data - ((,variable ,pixarray) (start) (end)) - (declare (ignore start end)) - ,@body)) -@@ -3505,11 +3521,11 @@ - height width) - (declare (type array-index source-width sx sy dest-width dx dy height width)) - #.(declare-buffun) -- (kernel::with-array-data ((sdata source) -+ (lisp::with-array-data ((sdata source) - (sstart) - (send)) - (declare (ignore send)) -- (kernel::with-array-data ((ddata dest) -+ (lisp::with-array-data ((ddata dest) - (dstart) - (dend)) - (declare (ignore dend)) -Only in clx_0.6.1: dependent.lisp.~1.19.~ diff --git a/dev-lisp/cl-clx/metadata.xml b/dev-lisp/cl-clx/metadata.xml deleted file mode 100644 index 60e063702b53..000000000000 --- a/dev-lisp/cl-clx/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - -common-lisp - -CLX is an X11 client library for Common Lisp. The code was originally -taken from a CMUCL distribution, was modified somewhat in order to -make it compile and run under SBCL and other implementation, then a -selection of patches were added from other CLXes around the net. Main -features: - - - SHAPE extension - - XFREE86-VIDMODE extension - - experimental RENDER extension - - X Authority support that works with SSH forwarding - -CLX is to Common Lisp, what xlib is to C. - - diff --git a/dev-perl/Data-Structure-Util/Data-Structure-Util-0.150.0.ebuild b/dev-perl/Data-Structure-Util/Data-Structure-Util-0.150.0.ebuild index c2d79d0bf387..80106e5e6849 100644 --- a/dev-perl/Data-Structure-Util/Data-Structure-Util-0.150.0.ebuild +++ b/dev-perl/Data-Structure-Util/Data-Structure-Util-0.150.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Change nature of data within a structure" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=" diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild index 9a59790e5497..1c57be843eec 100644 --- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild +++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="XS for C++" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RDEPEND=" diff --git a/dev-perl/FCGI/FCGI-0.770.0.ebuild b/dev-perl/FCGI/FCGI-0.770.0.ebuild index 167db8a23ab5..0ffd7611b006 100644 --- a/dev-perl/FCGI/FCGI-0.770.0.ebuild +++ b/dev-perl/FCGI/FCGI-0.770.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Fast CGI module" LICENSE="FastCGI" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=" diff --git a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild b/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild index b6e3e0ff339d..05db5ccd8ad2 100644 --- a/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild +++ b/dev-perl/File-Flock/File-Flock-2014.10.0.ebuild @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="flock() wrapper. Auto-create locks" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" SRC_TEST="do" diff --git a/dev-perl/File-Map/File-Map-0.640.0.ebuild b/dev-perl/File-Map/File-Map-0.640.0.ebuild index b3a4efd0a956..7038916839c5 100644 --- a/dev-perl/File-Map/File-Map-0.640.0.ebuild +++ b/dev-perl/File-Map/File-Map-0.640.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Memory mapping made simple and safe" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" diff --git a/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild b/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild index a0d73df0d8bd..4eb9bbdc4355 100644 --- a/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild +++ b/dev-perl/File-MimeInfo/File-MimeInfo-0.270.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Determine file type" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="test" RDEPEND=">=dev-perl/File-BaseDir-0.03 diff --git a/dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild b/dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild index 7cd3d07717e6..4c19770030ee 100644 --- a/dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild +++ b/dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="perl module to do NFS (or not) locking" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="virtual/perl-ExtUtils-MakeMaker" diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.740.0.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.740.0.ebuild index b8375ec05a96..9e8632cb3312 100644 --- a/dev-perl/File-RsyncP/File-RsyncP-0.740.0.ebuild +++ b/dev-perl/File-RsyncP/File-RsyncP-0.740.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://perlrsync.sourceforge.net/ ${HOMEPAGE}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="net-misc/rsync" diff --git a/dev-perl/File-Tail/File-Tail-1.200.0.ebuild b/dev-perl/File-Tail/File-Tail-1.200.0.ebuild index 9cfce9fb93dd..2619331c9902 100644 --- a/dev-perl/File-Tail/File-Tail-1.200.0.ebuild +++ b/dev-perl/File-Tail/File-Tail-1.200.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl extension for reading from continously updated files" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=" diff --git a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild index 423cd36c39d8..f48a09b6681a 100644 --- a/dev-perl/IO-Event/IO-Event-0.813.0.ebuild +++ b/dev-perl/IO-Event/IO-Event-0.813.0.ebuild @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Tied Filehandles for Nonblocking IO with Object Callbacks" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=" diff --git a/dev-perl/Test-SharedFork/Test-SharedFork-0.330.0.ebuild b/dev-perl/Test-SharedFork/Test-SharedFork-0.330.0.ebuild index a78c69a33306..948e254270c1 100644 --- a/dev-perl/Test-SharedFork/Test-SharedFork-0.330.0.ebuild +++ b/dev-perl/Test-SharedFork/Test-SharedFork-0.330.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="fork test" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND=" diff --git a/dev-python/ecdsa/Manifest b/dev-python/ecdsa/Manifest index f6cbee22c93c..50b8b64c8bae 100644 --- a/dev-python/ecdsa/Manifest +++ b/dev-python/ecdsa/Manifest @@ -1,2 +1 @@ -DIST ecdsa-0.11-r1.tar.gz 45689 SHA256 8e3b6c193f91dc94b2f3b0261e3eabbdc604f78ff99fdad324a56fdd0b5e958c SHA512 77fc2bc26456d90a630e2ef98d94a1448b30e1c3bcebf81c52f12f8ce0ea305eceacc87e14273d340a70c60ad83fad61361c9dea83dea04546ed3604875b78fb WHIRLPOOL 744a6cc26518bf2a24667aa945a94d6fa0d713df27fc3a46f4379b4cb975f98041a338a7995fe377e222f9d1e39707afbd4b4f97dfa65e54bdd4af1e5174f5b0 DIST ecdsa-0.13.tar.gz 55579 SHA256 64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa SHA512 f21d4d196404455135a1a2255c889ffa26160ea1e9b9d16c914ea82614831816acb6d27c86aac68cdaafa8b1d5fefe065b5f49ce45acaae4a035cd7f08a97594 WHIRLPOOL fb1d368a5198fd1780c2dfdf8bbee8679fd91d1182037e7dfc755e979d4b31c03b97f374186059e3baf47417a78a33aef043f7826a2738619c17f59857d0da43 diff --git a/dev-python/ecdsa/ecdsa-0.11-r1.ebuild b/dev-python/ecdsa/ecdsa-0.11-r1.ebuild deleted file mode 100644 index afcfaa8ca89d..000000000000 --- a/dev-python/ecdsa/ecdsa-0.11-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# pypy has test failures with some BadSignatureErrors -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="ECDSA cryptographic signature library in pure Python" -HOMEPAGE="https://github.com/warner/python-ecdsa" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}-r1.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint" -IUSE="" diff --git a/dev-python/google-apitools/Manifest b/dev-python/google-apitools/Manifest index 82fdfe2926f4..15077b0a1920 100644 --- a/dev-python/google-apitools/Manifest +++ b/dev-python/google-apitools/Manifest @@ -1,3 +1,2 @@ DIST google-apitools-0.4.11.tar.gz 141425 SHA256 60dae36e70c87909cb8942ebf401bbec50583461c9aa40d24564bc4c3832a550 SHA512 3ee58add383da4ed0dec2e646b13e840c3bb9d4a7b1adf68293e8e22b3db1f7689d19282236995e9374aa160f0569a2b533e737e3ef4f1f4b60d00ff4d4d1bb9 WHIRLPOOL c96200b26eed1ba92411f295a0f34dda995888687c136d7f0744fa09c5ba9bc6d93f168b4e12d905278128f8a28ecf173f968ee69c6636a580439ec3b5a3a223 -DIST google-apitools-0.4.6.tar.gz 122851 SHA256 1ff89a3b968e83b7fed87e43071decbffa6cfcf8a9adec4342708162b3018d54 SHA512 9b672776b72fba2edd30f2a9cf098dff352dda78075643d55b10187a0ee12e689982c920f76fe4d745ccab829e3ff1fd9818c306ffba20be93020748750e85b4 WHIRLPOOL abd70f06208e1d8b79cfa8b2cf5f01c40f0c520fbd744aa1bb400efd953fc151c0751045b29fdb9ab1610f995d75d640294444fd293a3e6f31fdf3255c0d4dfc -DIST google-apitools-0.4.8.tar.gz 128587 SHA256 8d4009c5096cc1a8d9be73399bea678035d12c2e67e0d14dd9a9ceded8d771f7 SHA512 28570a050cb7e6c839e39f24908734696a72e05cdb6d84376faf637affd8bf116785411402eddccc1cfa692f753acd82c49ad04ccdce1e4aec66fe2b1b901320 WHIRLPOOL ec0cf908fe10e944199f4b677fd26f2099eb085261f7e2f2ff8441ab77f9cc2fe0fede9dd765fba8e47394f64e402e35fc0ad087af473992b35db665d67bc296 +DIST google-apitools-0.4.12.tar.gz 198590 SHA256 dd69b791b9421d3a9dd782f5a811555dd60ba198a71581186114c3779e6e31d5 SHA512 6cdb55b94ebf9fcd26e0d4b8659ed44809b5fbd9bbb2830f3352219fb7231b79cf2f8668497a85bc8ea29dbf8b110a081b34c4783f71beb2cd707838e1e107dc WHIRLPOOL 273cb43c7c42d3d99fd9f52484d30583723edcc4d511dfe9512dbf2197ada51a483141b66ac3e1349dcb8fdbde3de2a8c036648abc3e48f3f5dd49b54ca6f949 diff --git a/dev-python/google-apitools/google-apitools-0.4.11.ebuild b/dev-python/google-apitools/google-apitools-0.4.11.ebuild index 670ec7c87c26..4a978f90e955 100644 --- a/dev-python/google-apitools/google-apitools-0.4.11.ebuild +++ b/dev-python/google-apitools/google-apitools-0.4.11.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="utilities to make it easier to build client-side tools, especially ones that use Google APIs" +DESCRIPTION="Python library to manipulate Google APIs" HOMEPAGE="https://github.com/google/apitools" SRC_URI="https://github.com/google/apitools/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-python/google-apitools/google-apitools-0.4.6.ebuild b/dev-python/google-apitools/google-apitools-0.4.12.ebuild similarity index 78% rename from dev-python/google-apitools/google-apitools-0.4.6.ebuild rename to dev-python/google-apitools/google-apitools-0.4.12.ebuild index 76ef34d211fa..0c28107dc52f 100644 --- a/dev-python/google-apitools/google-apitools-0.4.6.ebuild +++ b/dev-python/google-apitools/google-apitools-0.4.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="utilities to make it easier to build client-side tools, especially ones that use Google APIs" +DESCRIPTION="Python library to manipulate Google APIs" HOMEPAGE="https://github.com/google/apitools" SRC_URI="https://github.com/google/apitools/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -20,7 +20,7 @@ IUSE="" RDEPEND=">=dev-python/httplib2-0.8[${PYTHON_USEDEP}] >=dev-python/oauth2client-1.4.8[${PYTHON_USEDEP}] >=dev-python/protorpc-0.9.1[${PYTHON_USEDEP}] - >=dev-python/six-1.8.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] >=dev-python/google-apputils-0.4.0[${PYTHON_USEDEP}] >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} diff --git a/dev-python/google-apitools/google-apitools-0.4.8.ebuild b/dev-python/google-apitools/google-apitools-0.4.8.ebuild deleted file mode 100644 index 76ef34d211fa..000000000000 --- a/dev-python/google-apitools/google-apitools-0.4.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="utilities to make it easier to build client-side tools, especially ones that use Google APIs" -HOMEPAGE="https://github.com/google/apitools" -SRC_URI="https://github.com/google/apitools/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND=">=dev-python/httplib2-0.8[${PYTHON_USEDEP}] - >=dev-python/oauth2client-1.4.8[${PYTHON_USEDEP}] - >=dev-python/protorpc-0.9.1[${PYTHON_USEDEP}] - >=dev-python/six-1.8.0[${PYTHON_USEDEP}] - >=dev-python/google-apputils-0.4.0[${PYTHON_USEDEP}] - >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/apitools-${PV}" diff --git a/dev-python/html5lib/Manifest b/dev-python/html5lib/Manifest index 922d9fa72503..de4d9101029a 100644 --- a/dev-python/html5lib/Manifest +++ b/dev-python/html5lib/Manifest @@ -1,3 +1 @@ -DIST html5lib-0.99999.tar.gz 887806 SHA256 6b0bc7e9f77bb2a8ace636a827d8fb6e2f0b53e20cf0cb5e3e5b970454f8370b SHA512 ce440a03c949194a7e10cfd31557e83e60aee7899cd470e55940b5841f26ba1103ad83b96cdde7dc4eede3cf4b969bdad2c4b8530da3bc761c3ca928f149c68f WHIRLPOOL ef85ec5d2ff4edca0f66deb4ef8a1bb21ce51db33763892eefbef6bcd71000e4b3aa171434b8f2a2f0f04e21c7166d49f41acf76191acaf8fd789d5c8cc35f28 -DIST html5lib-0.999999.tar.gz 889015 SHA256 e372b66f4997f8e1de970ea755d0a528d7222d2aa9bd55aac078c7ef39b8f6c3 SHA512 ca6a5cd282099424bd770e6a38ce07d5782a3153a3d0480bc090410e8deb4f7673a1da71fb00cd097fdf7154d6f8a4f2656054666f1465d7f306233d6720d33b WHIRLPOOL 6cfe531db44ea16c07a2ed1fd8f43a44513dfb3f99b075e4ff070dab97addd1addae3b1f9cadcc116c778323e27d229f0d90f4890858d6cdd9c72106a45c8e7f DIST html5lib-0.9999999.tar.gz 889312 SHA256 2612a191a8d5842bfa057e41ba50bbb9dcb722419d2408c78cff4758d0754868 SHA512 1748a1921f4bc93b7f208d89701eeabfe507e40515dd2e88ece239ba7c1704c8ae9dc4eea310164c7b207225dce910f78a8b34f826f4f87a2992365c07089c28 WHIRLPOOL 48dbd278e247e98e2765e7da1ce99474fba241b0a6b70e441899271b0cffffca33720646a35ae724713be5ce5a15617d611ebd76c192755e72485d09d446f5ac diff --git a/dev-python/html5lib/html5lib-0.99999.ebuild b/dev-python/html5lib/html5lib-0.99999.ebuild deleted file mode 100644 index 66ca2569cdfd..000000000000 --- a/dev-python/html5lib/html5lib-0.99999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) -PYTHON_REQ_USE="xml(+)" - -inherit distutils-r1 - -DESCRIPTION="HTML parser based on the HTML5 specification" -HOMEPAGE="https://github.com/html5lib/html5lib-python/ https://html5lib.readthedocs.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - nosetests || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/html5lib/html5lib-0.999999.ebuild b/dev-python/html5lib/html5lib-0.999999.ebuild deleted file mode 100644 index 522b34c77993..000000000000 --- a/dev-python/html5lib/html5lib-0.999999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) -PYTHON_REQ_USE="xml(+)" - -inherit distutils-r1 - -DESCRIPTION="HTML parser based on the HTML5 specification" -HOMEPAGE="https://github.com/html5lib/html5lib-python/ https://html5lib.readthedocs.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -python_test() { - nosetests || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/html5lib/html5lib-0.9999999.ebuild b/dev-python/html5lib/html5lib-0.9999999.ebuild index 69308d7db652..d14b5a2b267f 100644 --- a/dev-python/html5lib/html5lib-0.9999999.ebuild +++ b/dev-python/html5lib/html5lib-0.9999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,5 +24,11 @@ DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] )" python_test() { - nosetests || die "Tests fail with ${EPYTHON}" + # https://github.com/html5lib/html5lib-python/issues/224 + # https://bugs.gentoo.org/show_bug.cgi?id=571644 + has_version =dev-python/lxml-3.5.0 && \ + einfo "test are broken with dev-python/lxml-3.5.0" && \ + einfo "https://github.com/html5lib/html5lib-python/issues/224" && \ + return + nosetests --verbosity=3 || die "Tests fail with ${EPYTHON}" } diff --git a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild index 4fd42c687bb7..002d53cfc60d 100644 --- a/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,6 +25,7 @@ DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) + >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}] ) " diff --git a/dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport-2.patch b/dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport-2.patch new file mode 100644 index 000000000000..c850d090f79d --- /dev/null +++ b/dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport-2.patch @@ -0,0 +1,22 @@ +From c28e1b0aebe19b7db292eb7c1b6deba8af6754e0 Mon Sep 17 00:00:00 2001 +From: Jens Hedegaard Nielsen +Date: Wed, 13 Jan 2016 13:48:06 +0000 +Subject: [PATCH] Fix new pep8 issue in legend_demo5 + +--- + examples/pylab_examples/legend_demo5.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/examples/pylab_examples/legend_demo5.py b/examples/pylab_examples/legend_demo5.py +index 699babe..5668966 100644 +--- a/examples/pylab_examples/legend_demo5.py ++++ b/examples/pylab_examples/legend_demo5.py +@@ -41,7 +41,7 @@ def create_artists(self, legend, orig_handle, + lw = orig_handle.get_linewidths()[i] + except IndexError: + lw = orig_handle.get_linewidths()[0] +- if dashes[0] != None: ++ if dashes[0] is not None: + legline.set_dashes(dashes[1]) + legline.set_color(color) + legline.set_transform(trans) diff --git a/dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport.patch b/dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport.patch new file mode 100644 index 000000000000..d031e5aeee66 --- /dev/null +++ b/dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport.patch @@ -0,0 +1,115 @@ +From 72cf5b80537157decc741d81db550e6cf82648f6 Mon Sep 17 00:00:00 2001 +From: Michael Droettboom +Date: Mon, 11 Jan 2016 16:48:04 -0500 +Subject: [PATCH] Fix #5829. Update the baseline image. + +--- + .../baseline_images/test_image/rasterize_10dpi.svg | 56 ++++++++++------------ + 1 file changed, 26 insertions(+), 30 deletions(-) + +diff --git a/lib/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.svg b/lib/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.svg +index 47e354d..1f73c8f 100644 +--- a/lib/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.svg ++++ b/lib/matplotlib/tests/baseline_images/test_image/rasterize_10dpi.svg +@@ -5,31 +5,29 @@ + + + + + + +- + + + +- + +- +- ++ + + +@@ -37,43 +35,41 @@ iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAABHNCSVQICAgIfAhkiAAAAIVJREFUCJmF + + + +- + +- ++ + + + + + +- + + +- ++ + + + + + + +- ++ + + +- ++ + + + diff --git a/dev-python/matplotlib/matplotlib-1.5.1.ebuild b/dev-python/matplotlib/matplotlib-1.5.1.ebuild index 053e68ddca5c..410effc18030 100644 --- a/dev-python/matplotlib/matplotlib-1.5.1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.5.1.ebuild @@ -110,6 +110,11 @@ RDEPEND="${COMMON_DEPEND} # Other than that, the ebuild shall be fit for out-of-source build. DISTUTILS_IN_SOURCE_BUILD=1 +PATCHES=( + "${FILESDIR}"/${P}-test-fix-backport.patch + "${FILESDIR}"/${P}-test-fix-backport-2.patch + ) + pkg_setup() { unset DISPLAY # bug #278524 use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 ) @@ -154,11 +159,6 @@ python_prepare_all() { -e "s:/usr/:${EPREFIX}/usr/:g" \ -i setupext.py || die - # https://github.com/matplotlib/matplotlib/issues/5829 - sed \ - -e '/rasterize_10dpi/s:5e-2:10:g' \ - -i lib/matplotlib/tests/test_image.py || die - export XDG_RUNTIME_DIR="${T}/runtime-dir" mkdir "${XDG_RUNTIME_DIR}" || die chmod 0700 "${XDG_RUNTIME_DIR}" || die diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest index f0a69266c250..d71c86a0acf5 100644 --- a/dev-python/paramiko/Manifest +++ b/dev-python/paramiko/Manifest @@ -1,5 +1,2 @@ DIST paramiko-1.15.1.tar.gz 1219256 SHA256 6ed97e2281bb48728692cdc621f6b86a65fdc1d46b178ce250cfec10b977a04c SHA512 146076792e42965aaca08e74630c18422ed767a3da64c63fa63da9a464e1dade5a3f77635a5aae569e5a382d9a31eb4ee738399cd93895e355b4a57119c99f1c WHIRLPOOL 4f4bb6276363130d14c80e55d5c6858712a25404735e9671969d79ff1d1b1399918e24b6c80b275bbf76373a95cb407ca34fba5da8bc92bcd1322e4651ad1354 -DIST paramiko-1.15.2.tar.gz 1220578 SHA256 4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55 SHA512 c8fe6c5e4c99ac0922c08f3c006b55852f54c3043eb3ddae5b6e5fba0592bf08b10ec399ec6865bbe84c759c8a15a00722247409b666f42e93b18bfd658158cd WHIRLPOOL 477e9e3d93f4faa9471c2a3e87ac96e7fe0ecdbdfb838b348ba2873e4bc408e78a5840f02002db6bbea18de8b9e2c83240db5a3c16543e4949ea62250de7a26a -DIST paramiko-1.15.3.tar.gz 1212786 SHA256 7e17ec363c73acb0e77a5fcc6e44a0dd494339a9067e99a997a7d32b4272fef1 SHA512 60e9b55985bf575a2a0f37c63ee183a247652b51b23573ea0ae3a8304418cdb7f91cf661a577cc04d06ea9ef644a24ea0e985a80ee6f7c137e5eee6bd172b332 WHIRLPOOL 329748854b4a97c3f52daa5619a7eee7f33217b524d9baa6f761ee25abc9e578c457599a8385b9813dfb973bcc6ef83c3d10d9527002ac88f4477e384115f860 -DIST paramiko-1.15.4.tar.gz 1326163 SHA256 fc32e2709ab955ea23636587e05e276e7db7275a7ec00e09425372fbb932fa36 SHA512 045c944c1ef5ca1b95a4150cf371a5ef6b620416edc8ae4f923158bd8b2630cd89cdd0cfbc078eb18c46b48eecc26710d696e2f884d8a3e7f7309fe2956b50d4 WHIRLPOOL 5c9a8b9b86f3837e99ad798fa5e1444ff5b97dc8c80718ec3b4e320fef839bd851f255bbd0e2f94600e8bfb57827d87401fe6eaab7e9e999c3709b1b3939db44 DIST paramiko-1.16.0.tar.gz 1335094 SHA256 3297ebd3cd072f573772f7c7426939a443c62c458d54bb632ff30fd6ecf96892 SHA512 d75ed591c12898bab7d3e64b7281c9054ad49d00b6dba9e51826cca43ce30ae7c089ead0c3396f7542c2635183637e00a16f0b3d57360c0f65ec93d081489962 WHIRLPOOL 10053403a526e11d2e300cfccb8bb95889ee4424621853f8b20f42257c71fdb01aba6358c3fd9dd3ede2aa8d7291affac56582abbb3d9888dc1c217d3757c3f3 diff --git a/dev-python/paramiko/paramiko-1.15.2.ebuild b/dev-python/paramiko/paramiko-1.15.2.ebuild deleted file mode 100644 index c8150652ad30..000000000000 --- a/dev-python/paramiko/paramiko-1.15.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="SSH2 protocol library" -HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.python.org/pypi/paramiko/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" -IUSE="doc examples" - -RDEPEND=" - >=dev-python/pycrypto-2.1[${PYTHON_USEDEP}] - !=dev-python/pycrypto-2.4[${PYTHON_USEDEP}] - >=dev-python/ecdsa-0.11[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -# Required for testsuite -DISTUTILS_IN_SOURCE_BUILD=1 - -python_test() { - "${PYTHON}" test.py --verbose || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/. ) - use examples && local EXAMPLES=( demos/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/paramiko/paramiko-1.15.3.ebuild b/dev-python/paramiko/paramiko-1.15.3.ebuild deleted file mode 100644 index c8150652ad30..000000000000 --- a/dev-python/paramiko/paramiko-1.15.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="SSH2 protocol library" -HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.python.org/pypi/paramiko/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" -IUSE="doc examples" - -RDEPEND=" - >=dev-python/pycrypto-2.1[${PYTHON_USEDEP}] - !=dev-python/pycrypto-2.4[${PYTHON_USEDEP}] - >=dev-python/ecdsa-0.11[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -# Required for testsuite -DISTUTILS_IN_SOURCE_BUILD=1 - -python_test() { - "${PYTHON}" test.py --verbose || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/. ) - use examples && local EXAMPLES=( demos/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/paramiko/paramiko-1.15.4.ebuild b/dev-python/paramiko/paramiko-1.15.4.ebuild deleted file mode 100644 index 537b1ac08cfb..000000000000 --- a/dev-python/paramiko/paramiko-1.15.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="SSH2 protocol library" -HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.python.org/pypi/paramiko/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" -IUSE="doc examples" - -RDEPEND=" - >=dev-python/pycrypto-2.1[${PYTHON_USEDEP}] - !=dev-python/pycrypto-2.4[${PYTHON_USEDEP}] - >=dev-python/ecdsa-0.11[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -# Required for testsuite -DISTUTILS_IN_SOURCE_BUILD=1 - -python_test() { - "${PYTHON}" test.py --verbose || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/. ) - use examples && local EXAMPLES=( demos/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/webencodings/Manifest b/dev-python/webencodings/Manifest new file mode 100644 index 000000000000..f3e83b2bae2b --- /dev/null +++ b/dev-python/webencodings/Manifest @@ -0,0 +1 @@ +DIST webencodings-0.4.tar.gz 9412 SHA256 3a45b2af274dabbb84eb68256bf0fb1e2e87a48ae4ad3ba4d7936cef3ce14e1d SHA512 3f46e26dd555838397a52e74304452b39fbe05032b4fed4a4f2574580bd71eac50c242aacd7ebc23ecb860d4ea6e0690b7a7ea4cc974382a4a1303a36f8ffd46 WHIRLPOOL 623c83aa106ae251100d995c632f1ddcb5b4b46fd1bc03b7565c69ad6f5f918d81039ccc7bd8048beef1e87a4aed643bfe4f045839b12ad00f0e232933b57a2c diff --git a/dev-python/webencodings/metadata.xml b/dev-python/webencodings/metadata.xml new file mode 100644 index 000000000000..697aa8382db5 --- /dev/null +++ b/dev-python/webencodings/metadata.xml @@ -0,0 +1,13 @@ + + + + python + + webencodings + http://pythonhosted.org/webencodings/ + + simon.sapin@exyr.org + Simon Sapin + + + diff --git a/dev-python/webencodings/webencodings-0.4.ebuild b/dev-python/webencodings/webencodings-0.4.ebuild new file mode 100644 index 000000000000..219c1827bed1 --- /dev/null +++ b/dev-python/webencodings/webencodings-0.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Character encoding aliases for legacy web content" +HOMEPAGE="https://github.com/SimonSapin/python-webencodings http://pypi.python.org/pypi/webencodings" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +DEPEND="${REDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + )" + +# https://github.com/SimonSapin/python-webencodings/issues/2 +RESTRICT=test + +python_test() { + cat >> setup.cfg <<- EOF + [pytest] + python_files=test*.py + EOF + py.test -v -v || die +} diff --git a/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild b/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild index 40a0d0b3c7a8..dae676dd49a6 100644 --- a/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild +++ b/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" diff --git a/dev-ruby/regexp_parser/Manifest b/dev-ruby/regexp_parser/Manifest index b4ebd69147dd..881bcc1034a1 100644 --- a/dev-ruby/regexp_parser/Manifest +++ b/dev-ruby/regexp_parser/Manifest @@ -1 +1,2 @@ DIST regexp_parser-0.3.1.gem 94208 SHA256 97cc69fa4174b44889f12f5d1d36fe6147464066231a8ba5a767c4a5f0d081a4 SHA512 afb2a64215d5fd738d9cb5799067f91c43a8377a8dfcb749c915c3ea8ef340c7138561b6bb93116337ae559a4ad797a7dfcd0f8663f3779a3d38d0ebbba40d91 WHIRLPOOL 378f5f4cba7638df84e0dfd45127f5f5981c2840378d48cacc8655877b550221f0d3ff2464d0357fc8e506b3708565d1364b2c04e0bbdf7301424cf1ddd2c624 +DIST regexp_parser-0.3.2.gem 94720 SHA256 147d6d2b4f7e10c3ef96801176cd9c8c811c6a923bcda4ffd6055d9bfb6eaa1f SHA512 4a53a54136936bec98be7828372d132ffb8fc809f6e989eb584d6037a44714efa707eaf27e3dc41072243b3db4a80be69dbf9e0065d7f5b2014d06f5b94b11ba WHIRLPOOL 0d8ef2b357c20d1f7eb5b5d391cf166f3faefb9115ba20beb16519d07ebc18581277c46f7c3ed7990c718766ff06b3dd4611ecbc0e53410b7d8bda8d002046bd diff --git a/dev-ruby/regexp_parser/regexp_parser-0.3.2.ebuild b/dev-ruby/regexp_parser/regexp_parser-0.3.2.ebuild new file mode 100644 index 000000000000..169cc688f2cd --- /dev/null +++ b/dev-ruby/regexp_parser/regexp_parser-0.3.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="A library for tokenizing, lexing, and parsing Ruby regular expressions" +HOMEPAGE="https://github.com/ammar/regexp_parser" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' Rakefile || die +} diff --git a/dev-ruby/ruby-beautify/Manifest b/dev-ruby/ruby-beautify/Manifest index 903a2bcb3c56..2db4e2e36399 100644 --- a/dev-ruby/ruby-beautify/Manifest +++ b/dev-ruby/ruby-beautify/Manifest @@ -1,2 +1,3 @@ DIST ruby-beautify-0.93.2.gem 9216 SHA256 6b2ca9d69495b66d35569a3fe895485063b9f506d0002b970ec88bc778ffd366 SHA512 ff2d97020d1a4c394e26387cd92b6e4b04066f539cd28ed2c3b122606a2e2aea18939373c1d23e229e4ae17bb670b8dbe109d9b45c86e3a5c59614babd212cac WHIRLPOOL ed2867b02001acbfb15465aaff737cddf79672cf4d1cefac8d5734b73aa50c4b3043796d19f887192f9c95383e80583435d9a818ee8b50f06673ee6f74815aaa DIST ruby-beautify-0.97.3.gem 14848 SHA256 aa7d0fb34a5d878a686d0b950fa572addb4d3ea1bb7dac4b00a1fbd3d8815e58 SHA512 aac43448330852b692f8ca1d51777db9b966fffaff9e61decbadb9646e2727cbe458427fa9503aee2fbf597ed72ebb89a0b4e2585471bf4c52bb4b5a1ef41962 WHIRLPOOL 073a6362c9f90f32dc5c12a4da204dcf4472fa1cf41b4b0b4830eb344cda0edf48d352fc2a138b9c3c846e1fe6306086aa41db4ade4461600f6971b185cf41f0 +DIST ruby-beautify-0.97.4.gem 15360 SHA256 04b7ae72a79160b72e532860764344ddf62e97cd3d564a8675c22c10f0ad5add SHA512 0ce3403587f12036387e5556632e5f2bf57066949fe401699d6de256d26a91d2dc8f7e007ce4514a7672ad0896cd1c498b5a35965640dadfa7383915b12989f3 WHIRLPOOL eb97c18e1cdace13fdf7c56470df9fa399b3a4ba6113c1b12335ac2d3c6977e58bb233693d46ec5b5cff03ad42c15cf811e1f429e7463db9cc27f249d4a5068c diff --git a/dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild b/dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild new file mode 100644 index 000000000000..fb51c070f228 --- /dev/null +++ b/dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_EXTRADOC="README.md WHATSNEW.md" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="a cli tool (and module) to beautify ruby code" +HOMEPAGE="https://github.com/erniebrodeur/ruby-beautify" +LICENSE="MIT" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86" +SLOT="0" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/codeclimate/I s:^:#:' spec/spec_helper.rb || die +} + +each_ruby_prepare() { + # Needed for specs + mkdir tmp || die + + # Use correct ruby interpreter to test and avoid bundler. Handle + # directory changes. + sed -i -e 's|bundle exec|'${RUBY}' -Ilib:../lib -S|' spec/bin/ruby-beautify_spec.rb || die +} diff --git a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild index 1a84cc09b109..af9e7858c481 100644 --- a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild +++ b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" IUSE="" CDEPEND="virtual/latex-base diff --git a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild index 3691bb94f5bc..cd33e8d8d139 100644 --- a/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild +++ b/dev-tex/pdfannotextractor/pdfannotextractor-0.1l.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" IUSE="" CDEPEND="virtual/latex-base diff --git a/dev-tex/ppower4/ppower4-0.9.6.ebuild b/dev-tex/ppower4/ppower4-0.9.6.ebuild index fe66458205d9..8ac1ba25b43e 100644 --- a/dev-tex/ppower4/ppower4-0.9.6.ebuild +++ b/dev-tex/ppower4/ppower4-0.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ HOMEPAGE="http://www.tex.ac.uk/tex-archive/support/ppower4/index.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="app-arch/unzip" diff --git a/dev-util/antlrworks/antlrworks-1.2.3.ebuild b/dev-util/antlrworks/antlrworks-1.2.3.ebuild index 6b84261a6c4c..8ea416e55aa0 100644 --- a/dev-util/antlrworks/antlrworks-1.2.3.ebuild +++ b/dev-util/antlrworks/antlrworks-1.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.antlr.org/download/${P}-src.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" diff --git a/dev-util/argouml/argouml-0.34.ebuild b/dev-util/argouml/argouml-0.34.ebuild index ecea86cac794..16444c230fb8 100644 --- a/dev-util/argouml/argouml-0.34.ebuild +++ b/dev-util/argouml/argouml-0.34.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ SRC_URI="${BASE_URI}/ArgoUML-${PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc" DEPEND="app-arch/unzip" diff --git a/dev-util/cdiff/cdiff-0.9.7.ebuild b/dev-util/cdiff/cdiff-0.9.7.ebuild index e867540dd43f..cfde74d83980 100644 --- a/dev-util/cdiff/cdiff-0.9.7.ebuild +++ b/dev-util/cdiff/cdiff-0.9.7.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 if [[ "${PV}" != *"9999"* ]] ; then - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" else KEYWORDS="" diff --git a/dev-util/checkstyle/checkstyle-5.5-r1.ebuild b/dev-util/checkstyle/checkstyle-5.5-r1.ebuild index 23c5a2362cbb..abf2bf85be77 100644 --- a/dev-util/checkstyle/checkstyle-5.5-r1.ebuild +++ b/dev-util/checkstyle/checkstyle-5.5-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/checkstyle/${P}-src.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" COMMON_DEP=" diff --git a/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild b/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild index b2dd5f5739cc..9a0592bac24e 100644 --- a/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild +++ b/dev-util/deskzilla/deskzilla-1.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ LICENSE="ALMWorks-1.2" # distfiles... RESTRICT="mirror" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" diff --git a/dev-util/jarwizard/jarwizard-2.50.ebuild b/dev-util/jarwizard/jarwizard-2.50.ebuild index 73df40ea5701..29e23bc25f2d 100644 --- a/dev-util/jarwizard/jarwizard-2.50.ebuild +++ b/dev-util/jarwizard/jarwizard-2.50.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/jarwizard/${PN}_${PV/./}_src.zip" HOMEPAGE="http://sourceforge.net/projects/jarwizard/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 x86" DEPEND=">=virtual/jdk-1.5 app-arch/unzip" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-util/jconfig/jconfig-2.8-r3.ebuild b/dev-util/jconfig/jconfig-2.8-r3.ebuild index dd099beb8d05..5fbf34483049 100644 --- a/dev-util/jconfig/jconfig-2.8-r3.ebuild +++ b/dev-util/jconfig/jconfig-2.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-v${PV}.tar.gz" HOMEPAGE="http://www.jconfig.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP="java-virtuals/jmx" diff --git a/dev-util/jconfig/jconfig-2.8.5.ebuild b/dev-util/jconfig/jconfig-2.8.5.ebuild index 84a5a0a4277c..5fbf34483049 100644 --- a/dev-util/jconfig/jconfig-2.8.5.ebuild +++ b/dev-util/jconfig/jconfig-2.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-v${PV}.tar.gz" HOMEPAGE="http://www.jconfig.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP="java-virtuals/jmx" diff --git a/dev-util/jconfig/jconfig-2.9.ebuild b/dev-util/jconfig/jconfig-2.9.ebuild index 6d831fb7a88f..9239eac455e2 100644 --- a/dev-util/jconfig/jconfig-2.9.ebuild +++ b/dev-util/jconfig/jconfig-2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-v${PV}.tar.gz" HOMEPAGE="http://www.jconfig.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" CDEPEND="java-virtuals/jmx" diff --git a/dev-util/pmd/pmd-4.2.5.ebuild b/dev-util/pmd/pmd-4.2.5.ebuild index b188b81f31db..53712ef7ac4e 100644 --- a/dev-util/pmd/pmd-4.2.5.ebuild +++ b/dev-util/pmd/pmd-4.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pmd/${PN}-src-${PV}.zip" LICENSE="pmd" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" COMMON_DEPEND=" diff --git a/dev-util/sysdig/Manifest b/dev-util/sysdig/Manifest index 938916be5fe9..9c7bc3e3c171 100644 --- a/dev-util/sysdig/Manifest +++ b/dev-util/sysdig/Manifest @@ -2,3 +2,4 @@ DIST sysdig-0.1.104.tar.gz 459784 SHA256 05a7ed95a1b73053cae0a77de199e84d7c98040 DIST sysdig-0.1.92.tar.xz 244728 SHA256 794ae6cef6ab8dae029979f5985b72c15f209e927518a3881e8a7624d77d5132 SHA512 661af8eece353ba0b0ea518496da89f4525f767c2797ff9f9e5caf670b6b3e7fa0c5cb14c3852971f563b665b42105a143d458a041b270d7107a403b2ec98b11 WHIRLPOOL bb47d717bcb3c5c948f4344a56e45996cfe275a48ea19f0fa12c2fce91f81fad317c9b5c05812e9c2aaf02240b597fb85f60a5ad3ee391a1a825de62a7eab57c DIST sysdig-0.1.98.tar.xz 263328 SHA256 5d60896ad2997f3dcf5d7252a53f5f7808ded11bd7c63f3a8c2aaaa1421f018f SHA512 8e4ab622fd0d69567e63054df256bfddda5765e2cf4d89490cd871625e4bb16d3d25ecbf0965f00e312d03ef3044615a7fd94d2f704b1a833ae1da9e2f66f33a WHIRLPOOL a96f8e8635d03351e4f42e8b3959c890a63a1232df5c9cc03f9359e18a926e23561e4f4fb10986285ff757e3ee47305a7fde01905541984e5582ba740962db70 DIST sysdig-0.5.1.tar.gz 505015 SHA256 dad586680f1615a769143d54a9ed19753dc0a4be164c680cc14dd2910a989623 SHA512 87fd22ef8d9c54b609d6e7a01f388b677159034ed462ec62c51d11ac8af6f2af872eed7274f6a04c5a4c47f8ba88844596524762ddcd017da05943ca7d1d773f WHIRLPOOL 4679453c6e45c70a06a923f75e1093c304a3a650601e67215564b3b5c211736d6484773c2f0dad76f6d0e2dbd47d645d77adaf71a5d8f12a0ac999bf11e726bf +DIST sysdig-0.6.0.tar.gz 511512 SHA256 e30da5c5385503164e2198f5a126aa9ffd212efd00e192c89aa7dd97b4ac491c SHA512 2af30c5d487d0386554e6f74c5ef66df201b4c3f0b1ce9dc0002c193213359e549ab4f216e1cec41c7f36ac3aeeefa928821795b28f012f7786d35993e09691e WHIRLPOOL b760bbd7e489e97ce67c1448ba02d0755522a25c64e32e2d12ecb3e34aa40b107bf707fff1202da4df19c7dc79dc3ff5c35b23961e6ec8d42aa5a92c115a4098 diff --git a/dev-util/sysdig/sysdig-0.6.0.ebuild b/dev-util/sysdig/sysdig-0.6.0.ebuild new file mode 100644 index 000000000000..ac347bf9f921 --- /dev/null +++ b/dev-util/sysdig/sysdig-0.6.0.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# cmake generates make-specific code +#: ${CMAKE_MAKEFILE_GENERATOR:=ninja} +inherit linux-mod bash-completion-r1 cmake-utils + +DESCRIPTION="A system exploration and troubleshooting tool" +HOMEPAGE="http://www.sysdig.org/" +SRC_URI="https://github.com/draios/sysdig/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+modules" + +RDEPEND=" + dev-lang/luajit:2= + >=dev-libs/jsoncpp-0.6_pre:0= + dev-libs/libb64:0= + sys-libs/ncurses:0= + sys-libs/zlib:0= + dev-libs/openssl:0= + net-misc/curl:0=" +DEPEND="${RDEPEND} + app-arch/xz-utils + virtual/os-headers" + +# needed for the kernel module +CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS" + +pkg_pretend() { + use modules && linux-mod_pkg_setup +} + +pkg_setup() { + use modules && linux-mod_pkg_setup +} + +src_prepare() { + sed -i -e 's:-ggdb::' CMakeLists.txt || die + + cmake-utils_src_prepare +} + +src_configure() { + local mycmakeargs=( + # we will use linux-mod for that + -DBUILD_DRIVER=OFF + # libscap examples are not installed or really useful + -DBUILD_LIBSCAP_EXAMPLES=OFF + + # unbundle the deps + -DUSE_BUNDLED_DEPS=OFF + ) + + cmake-utils_src_configure + + # setup linux-mod ugliness + MODULE_NAMES="sysdig-probe(extra:${BUILD_DIR}/driver:)" + BUILD_PARAMS='KERNELDIR="${KERNEL_DIR}"' + BUILD_TARGETS="driver" +} + +src_compile() { + cmake-utils_src_compile + + use modules && linux-mod_src_compile +} + +src_install() { + cmake-utils_src_install + + use modules && linux-mod_src_install + + # remove sources + rm -r "${ED%/}"/usr/src || die + + # move bashcomp to the proper location + dobashcomp "${ED%/}"/usr/etc/bash_completion.d/sysdig || die + rm -r "${ED%/}"/usr/etc || die +} diff --git a/dev-util/weka/weka-3.6.12-r1.ebuild b/dev-util/weka/weka-3.6.12-r1.ebuild index d9ad743aef0a..c41acfe0180b 100644 --- a/dev-util/weka/weka-3.6.12-r1.ebuild +++ b/dev-util/weka/weka-3.6.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" HOMEPAGE="http://www.cs.waikato.ac.nz/ml/weka/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" DEPEND=">=virtual/jdk-1.6 app-arch/unzip >=dev-java/javacup-0.11a_beta20060608:0" diff --git a/dev-util/weka/weka-3.6.6-r1.ebuild b/dev-util/weka/weka-3.6.6-r1.ebuild index f0621ba35a83..1e5cd709a353 100644 --- a/dev-util/weka/weka-3.6.6-r1.ebuild +++ b/dev-util/weka/weka-3.6.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" HOMEPAGE="http://www.cs.waikato.ac.nz/ml/weka/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" DEPEND=">=virtual/jdk-1.5 app-arch/unzip >=dev-java/javacup-0.11a_beta20060608:0" diff --git a/dev-util/weka/weka-3.6.6-r2.ebuild b/dev-util/weka/weka-3.6.6-r2.ebuild index f9aad58cba7b..f005640c9ab7 100644 --- a/dev-util/weka/weka-3.6.6-r2.ebuild +++ b/dev-util/weka/weka-3.6.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" HOMEPAGE="http://www.cs.waikato.ac.nz/ml/weka/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" DEPEND=">=virtual/jdk-1.5 app-arch/unzip >=dev-java/javacup-0.11a_beta20060608:0" diff --git a/dev-vcs/hgview/Manifest b/dev-vcs/hgview/Manifest index 6dc0435f0e6b..8c7ff2385e58 100644 --- a/dev-vcs/hgview/Manifest +++ b/dev-vcs/hgview/Manifest @@ -1,4 +1,2 @@ -DIST hgview-1.7.1.tar.gz 307250 SHA256 633862c3a2313e5f2432f19b9da9fa19a1ca8f2f2cd0b86df019832e86afc001 SHA512 ddd6645160a5660515d0dbf46af7d600cd9b1588393142f536f04889e75f4740af2b3196c879993138735ed4d2c16c2b71d3ef8997e50ae41e01c83b5b6f441a WHIRLPOOL 851d7e211153f070f3dbf0d86269cef5efbac002441768a8b73911237c99ce01b2dcfb26e5d31a726d52dd764769cbeeeaa915dacf8425c2a8251b8bb3f5bf47 -DIST hgview-1.8.0.tar.gz 177390 SHA256 21cbead835113cc307c2f9982805ba6621513260c44d3102d05f1a903ec4caec SHA512 8c432517d17253def8f2aefc5d5b2d7b7b4f422bf0f97d3a53501d9a3e1e023f6bf76a100d95479f93a0dcaa6816364a56a12e07467dfcb1a205b151d8115c47 WHIRLPOOL c8cb26d73be17cd43e9f07e222b3b41680d09b7f077519f50e076be17d98b450b445089c33f59fd3703c9a245de8e64756f745c8bda22418445a940bd933d15b -DIST hgview-1.8.1.tar.gz 177648 SHA256 8a24899f050a8f6dba8d4b3d3bc31532e375b1a8e6012a9baaaf2a48a188f72c SHA512 2d7431acf15519a0ea87ae338bc1bb70f88cc456dec424aab0e7a5c258e8e8617133366fd7ad05a3ca4d740261f245757494f95de75e0a1fb1f756cf9728aa25 WHIRLPOOL d7dad115b5aa83ac3115e3f05154bd509f96a886ebbad0d01bbb0072bb22ea4ef84b76f4aa51514e17a3a2cd49814479045b1d1c76d0a2b8a2caa5fe1d96e115 DIST hgview-1.8.2.tar.gz 178453 SHA256 0f4c2d7e40d3c6ab7a444502366ee262fdb6caca97c321e78d4e430e71a04655 SHA512 9bab867ebda22d730ea6e846523c2426ea88275a56ddc8546bd874266d2a9742abcb22bcd4a8f4bbd6b6deffbaac7b4a365117dd7a040a86f68e4f43bd793b6f WHIRLPOOL 744b3ab9af3cefa92d53645febaacf9b4e33ec1eb174763fe6e20e5f8c9ae610d9e84c898fe53dde14a5d58a8ee6f1d359731b656c92ed7ca0e38d079e05355a +DIST hgview-1.9.0.tar.gz 181130 SHA256 8b2e5e10544deaa79ba9ef3f6339e103af357edbeb4b2594be079fddf7b8e6ed SHA512 604631776e096daf27241e8387d6fddfb9b3f2c54dbfccc95e770ebf2d5d27f64009c3698cf0d427f9a89e073db0d8d7623d57969ca6fcf036d5cb1dbd74eece WHIRLPOOL 01d29625a136664f35f2241c546b4af52853ea78fff31089d83ebb4a1718e4d64571df6a61f217aec6919b6bb27c35cf092195fa56efcffb3ad16e1bb714a397 diff --git a/dev-vcs/hgview/hgview-1.7.1-r1.ebuild b/dev-vcs/hgview/hgview-1.7.1-r1.ebuild deleted file mode 100644 index 3f827434180d..000000000000 --- a/dev-vcs/hgview/hgview-1.7.1-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_IN_SOURCE_BUILD=1 -inherit distutils-r1 - -DESCRIPTION="PyQt4-based Mercurial log navigator" -HOMEPAGE="http://www.logilab.org/project/hgview" -SRC_URI="http://ftp.logilab.org/pub/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="dev-python/docutils[${PYTHON_USEDEP}] - dev-python/PyQt4[${PYTHON_USEDEP},X] - dev-python/qscintilla-python[${PYTHON_USEDEP}] - dev-vcs/mercurial[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - doc? ( - app-text/asciidoc - app-text/xmlto - )" - -python_configure_all() { - mydistutilsargs=( - build $(use doc || echo --no-doc) - ) -} - -src_prepare() { - # https://www.logilab.org/ticket/103668 - sed -i \ - -e 's:MANDIR=$(PREFIX)/man:MANDIR=$(PREFIX)/share/man:' \ - -e 's:$(INSTALL) $$i:$(INSTALL) -m 644 $$i:' \ - doc/Makefile || die - - distutils-r1_src_prepare -} - -src_install() { - distutils-r1_src_install - - # Install Mercurial extension config file - insinto /etc/mercurial/hgrc.d - doins hgext/hgview.rc -} diff --git a/dev-vcs/hgview/hgview-1.8.1.ebuild b/dev-vcs/hgview/hgview-1.8.1.ebuild deleted file mode 100644 index 25ee8c32cabf..000000000000 --- a/dev-vcs/hgview/hgview-1.8.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_IN_SOURCE_BUILD=1 -inherit distutils-r1 - -DESCRIPTION="A Mercurial interactive history viewer" -HOMEPAGE="http://www.logilab.org/project/hgview/ https://pypi.python.org/pypi/hgview/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc ncurses +qt4" -REQUIRED_USE="|| ( ncurses qt4 )" - -RDEPEND="dev-vcs/mercurial[${PYTHON_USEDEP}] - ncurses? ( - >=dev-python/urwid-1.0.0[${PYTHON_USEDEP}] - dev-python/pyinotify[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - ) - qt4? ( - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/PyQt4[X,${PYTHON_USEDEP}] - dev-python/qscintilla-python[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND} - doc? ( - app-text/asciidoc - app-text/xmlto - )" - -python_configure_all() { - mydistutilsargs=( - build $(use doc || echo --no-doc) - build $(use ncurses || echo --no-curses) - build $(use qt4 || echo --no-qt) - ) -} - -src_prepare() { - # https://www.logilab.org/ticket/103668 - sed -i \ - -e 's:MANDIR=$(PREFIX)/man:MANDIR=$(PREFIX)/share/man:' \ - -e 's:$(INSTALL) $$i:$(INSTALL) -m 644 $$i:' \ - doc/Makefile || die - - distutils-r1_src_prepare -} - -src_install() { - distutils-r1_src_install - - # Install Mercurial extension config file - insinto /etc/mercurial/hgrc.d - doins hgext/hgview.rc -} diff --git a/dev-vcs/hgview/hgview-1.8.0.ebuild b/dev-vcs/hgview/hgview-1.9.0.ebuild similarity index 97% rename from dev-vcs/hgview/hgview-1.8.0.ebuild rename to dev-vcs/hgview/hgview-1.9.0.ebuild index 25ee8c32cabf..7f380288c942 100644 --- a/dev-vcs/hgview/hgview-1.8.0.ebuild +++ b/dev-vcs/hgview/hgview-1.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 6d704fb8f2af..23b0fa77b3d4 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -104,6 +104,7 @@ INCLUDEPATH=${TOOLCHAIN_INCLUDEPATH:-${LIBPATH}/include} if is_crosscompile ; then BINPATH=${TOOLCHAIN_BINPATH:-${PREFIX}/${CHOST}/${CTARGET}/gcc-bin/${GCC_CONFIG_VER}} + HOSTLIBPATH=${PREFIX}/${CHOST}/${CTARGET}/lib/${GCC_CONFIG_VER} else BINPATH=${TOOLCHAIN_BINPATH:-${PREFIX}/${CTARGET}/gcc-bin/${GCC_CONFIG_VER}} fi @@ -1699,6 +1700,8 @@ toolchain_src_install() { # Now do the fun stripping stuff env RESTRICT="" CHOST=${CHOST} prepstrip "${D}${BINPATH}" + is_crosscompile && \ + env RESTRICT="" CHOST=${CHOST} prepstrip "${D}/${HOSTLIBPATH}" env RESTRICT="" CHOST=${CTARGET} prepstrip "${D}${LIBPATH}" # gcc used to install helper binaries in lib/ but then moved to libexec/ [[ -d ${D}${PREFIX}/libexec/gcc ]] && \ @@ -1779,6 +1782,17 @@ gcc_movelibs() { # older versions of gcc did not support --print-multi-os-directory tc_version_is_at_least 3.2 || return 0 + # For non-target libs which are for CHOST and not CTARGET, we want to + # move them to the compiler-specific CHOST internal dir. This is stuff + # that you want to link against when building tools rather than building + # code to run on the target. + if tc_version_is_at_least 5 && is_crosscompile ; then + dodir "${HOSTLIBPATH}" + mv "${D}"/usr/$(get_libdir)/libcc1* "${D}${HOSTLIBPATH}" || die + fi + + # For all the libs that are built for CTARGET, move them into the + # compiler-specific CTARGET internal dir. local x multiarg removedirs="" for multiarg in $($(XGCC) -print-multi-lib) ; do multiarg=${multiarg#*;} diff --git a/games-board/cgoban2/cgoban2-2.6.12.ebuild b/games-board/cgoban2/cgoban2-2.6.12.ebuild index 55aa2bc51abc..f562fd0ec663 100644 --- a/games-board/cgoban2/cgoban2-2.6.12.ebuild +++ b/games-board/cgoban2/cgoban2-2.6.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/cgoban-unix-${PV}.tar.bz2" LICENSE="freedist" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.3" diff --git a/games-board/megamek/megamek-0.34.10.ebuild b/games-board/megamek/megamek-0.34.10.ebuild index a695a34a8db5..617afa771d15 100644 --- a/games-board/megamek/megamek-0.34.10.ebuild +++ b/games-board/megamek/megamek-0.34.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/MegaMek-v${PV}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=virtual/jdk-1.5 diff --git a/games-emulation/fceux/fceux-2.2.2-r1.ebuild b/games-emulation/fceux/fceux-2.2.2-r1.ebuild index 3ffbf284b449..30c9e82db0a1 100644 --- a/games-emulation/fceux/fceux-2.2.2-r1.ebuild +++ b/games-emulation/fceux/fceux-2.2.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fceultra/${P}.src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="gtk logo +lua +opengl" DEPEND="lua? ( dev-lang/lua:0 ) diff --git a/games-emulation/sdlmame/sdlmame-0.168.ebuild b/games-emulation/sdlmame/sdlmame-0.168.ebuild index 299d20b8d67d..1bec2da7df85 100644 --- a/games-emulation/sdlmame/sdlmame-0.168.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.168.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mamedev/mame/releases/download/mame${MY_PV}/mame${MY LICENSE="XMAME" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="X alsa +arcade debug +mess opengl tools" REQUIRED_USE="|| ( arcade mess ) debug? ( X )" diff --git a/games-fps/alienarena/alienarena-20130827.ebuild b/games-fps/alienarena/alienarena-20130827.ebuild index 3193fa85769c..b07a3c265d35 100644 --- a/games-fps/alienarena/alienarena-20130827.ebuild +++ b/games-fps/alienarena/alienarena-20130827.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://icculus.org/alienarena/Files/${MY_PN}-linux${PV}.tar.gz LICENSE="GPL-2 free-noncomm" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="dedicated +dga +vidmode +zlib" UIRDEPEND="virtual/jpeg:0 diff --git a/games-fps/darkplaces/darkplaces-20140513.ebuild b/games-fps/darkplaces/darkplaces-20140513.ebuild index a8791590a227..4ca3ca9273f5 100644 --- a/games-fps/darkplaces/darkplaces-20140513.ebuild +++ b/games-fps/darkplaces/darkplaces-20140513.ebuild @@ -22,7 +22,7 @@ SRC_URI="http://icculus.org/twilight/${PN}/files/${MY_ENGINE} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="alsa cdinstall cdsound debug dedicated demo lights opengl oss sdl textures" UIRDEPEND="virtual/jpeg:0 diff --git a/games-fps/doomsday/doomsday-1.15.7.ebuild b/games-fps/doomsday/doomsday-1.15.7.ebuild index 1b11b67fc503..cdd9e8051dd8 100644 --- a/games-fps/doomsday/doomsday-1.15.7.ebuild +++ b/games-fps/doomsday/doomsday-1.15.7.ebuild @@ -23,10 +23,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} demo? ( doom ) freedoom? ( doom ) resources? ( doom )" DEPEND=" - dev-qt/qtcore:5 + dev-qt/qtnetwork:5 dev-qt/qtopengl:5 + dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtgui:5 + dev-qt/qtcore:5 net-misc/curl sys-libs/zlib media-libs/assimp @@ -93,6 +95,7 @@ src_prepare() { use tools || echo "CONFIG += deng_notools" use openal && echo "CONFIG += deng_openal" + true } > config_user.pri || die } diff --git a/games-fps/sauerbraten/Manifest b/games-fps/sauerbraten/Manifest index 743dd098398b..b55ec8496c0e 100644 --- a/games-fps/sauerbraten/Manifest +++ b/games-fps/sauerbraten/Manifest @@ -1 +1,2 @@ DIST sauerbraten_2013_01_04_collect_edition_linux.tar.bz2 589939261 SHA256 3ecc27c318125883763130e45805eb7ba3a426234e5766ab0d00522f4a437bd1 SHA512 f89c9e69bb69596829661f551e4b63b2f2af96a01f075cb94a80e2bfae4f8664b7dab8f4850b91499817240e0311b64b049ea985c761ff7bb6d39ed75e6198cd WHIRLPOOL d10e354942180064ab44a2f8c8b13819240fde3537825908768d1ddda24f600971641b8a9cee4abee9539ec912bf265cb1771c001ad81a33e287c99e0f6906b8 +DIST sauerbraten_2013_02_03_collect_edition_linux.tar.bz2 589941180 SHA256 45c20521e3e56374490b2d9112a211538e801cf0161197f35476b30b7b58a78e SHA512 7864e346cc2bc86d78973db1b341fd8256cc2e1953be51263ef91a5374f9ec00276ba2940850e6d5bba7a57c71190b670dc7ba97021be2935c31f8694fed4897 WHIRLPOOL 47a21e233dc90b5284027dbe47d13e891a434e0e550c6102a456e6300e6d5f9daba23c27fc100428161641ba276fa13faac12b935ac590a108c516b9b7987f4e diff --git a/games-fps/sauerbraten/files/sauerbraten-2013.02.03-QA.patch b/games-fps/sauerbraten/files/sauerbraten-2013.02.03-QA.patch new file mode 100644 index 000000000000..21f1b13c7a2a --- /dev/null +++ b/games-fps/sauerbraten/files/sauerbraten-2013.02.03-QA.patch @@ -0,0 +1,50 @@ +applied on top of sauerbraten-2013.01.04-system-enet.patch + +respect LDFLAGS, CXXFLAGS and CPPFLAGS +--- sauerbraten/src/Makefile ++++ sauerbraten/src/Makefile +@@ -1,4 +1,4 @@ +-CXXFLAGS= -O3 -fomit-frame-pointer ++CXXFLAGS ?= -O3 -fomit-frame-pointer + override CXXFLAGS+= -Wall -fsigned-char -fno-exceptions -fno-rtti + + PLATFORM= $(shell uname -s) +@@ -139,11 +139,11 @@ + -$(RM) $(CLIENT_PCH) $(CLIENT_OBJS) $(SERVER_OBJS) $(MASTER_OBJS) sauer_client sauer_server sauer_master + + %.h.gch: %.h +- $(CXX) $(CXXFLAGS) -o $(subst .h.gch,.tmp.h.gch,$@) $(subst .h.gch,.h,$@) ++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -o $(subst .h.gch,.tmp.h.gch,$@) $(subst .h.gch,.h,$@) + $(MV) $(subst .h.gch,.tmp.h.gch,$@) $@ + + %-standalone.o: %.cpp +- $(CXX) $(CXXFLAGS) -c -o $@ $(subst -standalone.o,.cpp,$@) ++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $(subst -standalone.o,.cpp,$@) + + $(CLIENT_OBJS): CXXFLAGS += $(CLIENT_INCLUDES) + $(filter shared/%,$(CLIENT_OBJS)): $(filter shared/%,$(CLIENT_PCH)) +@@ -168,19 +168,19 @@ + install: all + else + client: $(CLIENT_OBJS) +- $(CXX) $(CXXFLAGS) -o sauer_client $(CLIENT_OBJS) $(CLIENT_LIBS) ++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o sauer_client $(CLIENT_OBJS) $(CLIENT_LIBS) + + server: $(SERVER_OBJS) +- $(CXX) $(CXXFLAGS) -o sauer_server $(SERVER_OBJS) $(SERVER_LIBS) ++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o sauer_server $(SERVER_OBJS) $(SERVER_LIBS) + + master: $(MASTER_OBJS) +- $(CXX) $(CXXFLAGS) -o sauer_master $(MASTER_OBJS) $(MASTER_LIBS) ++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o sauer_master $(MASTER_OBJS) $(MASTER_LIBS) + + shared/cube2font.o: shared/cube2font.c +- $(CXX) $(CXXFLAGS) -c -o $@ $< `freetype-config --cflags` ++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $< `freetype-config --cflags` + + cube2font: shared/cube2font.o +- $(CXX) $(CXXFLAGS) -o cube2font shared/cube2font.o `freetype-config --libs` -lz ++ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o cube2font shared/cube2font.o `freetype-config --libs` -lz + + install: all + cp sauer_client ../bin_unix/$(PLATFORM_PREFIX)_client diff --git a/games-fps/sauerbraten/files/sauerbraten-2013.02.03-system-enet.patch b/games-fps/sauerbraten/files/sauerbraten-2013.02.03-system-enet.patch new file mode 100644 index 000000000000..e87b280ba0c1 --- /dev/null +++ b/games-fps/sauerbraten/files/sauerbraten-2013.02.03-system-enet.patch @@ -0,0 +1,64 @@ +--- sauerbraten/src/Makefile ++++ sauerbraten/src/Makefile +@@ -4,7 +4,7 @@ + PLATFORM= $(shell uname -s) + PLATFORM_PREFIX= native + +-INCLUDES= -Ishared -Iengine -Ifpsgame -Ienet/include ++INCLUDES= -Ishared -Iengine -Ifpsgame + + STRIP= + ifeq (,$(findstring -g,$(CXXFLAGS))) +@@ -36,8 +36,8 @@ + endif + CLIENT_LIBS= -mwindows $(STD_LIBS) -L$(WINBIN) -L$(WINLIB) -lSDL -lSDL_image -lSDL_mixer -lzlib1 -lopengl32 -lenet -lws2_32 -lwinmm + else +-CLIENT_INCLUDES= $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags` +-CLIENT_LIBS= -Lenet/.libs -lenet -L/usr/X11R6/lib -lX11 `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL ++CLIENT_INCLUDES= $(INCLUDES) `sdl-config --cflags` ++CLIENT_LIBS= -lenet -lX11 `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL + endif + ifeq ($(PLATFORM),Linux) + CLIENT_LIBS+= -lrt +@@ -106,7 +106,7 @@ + MASTER_LIBS= $(STD_LIBS) -L$(WINBIN) -L$(WINLIB) -lzlib1 -lenet -lws2_32 -lwinmm + else + SERVER_INCLUDES= -DSTANDALONE $(INCLUDES) +-SERVER_LIBS= -Lenet/.libs -lenet -lz ++SERVER_LIBS= -lenet -lz + MASTER_LIBS= $(SERVER_LIBS) + endif + SERVER_OBJS= \ +@@ -135,15 +135,6 @@ + + all: client server + +-enet/Makefile: +- cd enet; ./configure --enable-shared=no --enable-static=yes +- +-libenet: enet/Makefile +- $(MAKE) -C enet/ all +- +-clean-enet: enet/Makefile +- $(MAKE) -C enet/ clean +- + clean: + -$(RM) $(CLIENT_PCH) $(CLIENT_OBJS) $(SERVER_OBJS) $(MASTER_OBJS) sauer_client sauer_server sauer_master + +@@ -176,13 +167,13 @@ + + install: all + else +-client: libenet $(CLIENT_OBJS) ++client: $(CLIENT_OBJS) + $(CXX) $(CXXFLAGS) -o sauer_client $(CLIENT_OBJS) $(CLIENT_LIBS) + +-server: libenet $(SERVER_OBJS) ++server: $(SERVER_OBJS) + $(CXX) $(CXXFLAGS) -o sauer_server $(SERVER_OBJS) $(SERVER_LIBS) + +-master: libenet $(MASTER_OBJS) ++master: $(MASTER_OBJS) + $(CXX) $(CXXFLAGS) -o sauer_master $(MASTER_OBJS) $(MASTER_LIBS) + + shared/cube2font.o: shared/cube2font.c diff --git a/games-fps/sauerbraten/sauerbraten-2013.02.03.ebuild b/games-fps/sauerbraten/sauerbraten-2013.02.03.ebuild new file mode 100644 index 000000000000..bdde5080cbc8 --- /dev/null +++ b/games-fps/sauerbraten/sauerbraten-2013.02.03.ebuild @@ -0,0 +1,124 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils flag-o-matic gnome2-utils games + +EDITION="collect_edition" +DESCRIPTION="Cube 2: Sauerbraten is an open source game engine (Cube 2) with freeware game data (Sauerbraten)" +HOMEPAGE="http://sauerbraten.org/" +SRC_URI="mirror://sourceforge/sauerbraten/sauerbraten/2013_02_03/sauerbraten_${PV//./_}_${EDITION}_linux.tar.bz2" + +LICENSE="ZLIB freedist" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug dedicated server" + +RDEPEND=" + sys-libs/zlib + >=net-libs/enet-1.3.6:1.3 + !dedicated? ( + media-libs/libsdl[X,opengl] + media-libs/sdl-mixer[vorbis] + media-libs/sdl-image[png,jpeg] + virtual/opengl + virtual/glu + x11-libs/libX11 )" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${PN} + +src_prepare() { + ecvs_clean + rm -rf sauerbraten_unix bin_unix src/{include,lib,vcpp} + + # Patch makefile to use system enet instead of bundled + # respect CXXFLAGS, LDFLAGS + epatch "${FILESDIR}"/${P}-{system-enet,QA}.patch + + # Fix links so they point to the correct directory + sed -i -e 's:docs/::' README.html || die +} + +src_compile() { + use debug && append-cppflags -D_DEBUG + emake -C src master $(usex dedicated "server" "$(usex server "server client" "client")") +} + +src_install() { + local LIBEXECDIR="${GAMES_PREFIX}/lib" + local DATADIR="${GAMES_DATADIR}/${PN}" + local STATEDIR="${GAMES_STATEDIR}/${PN}" + + if ! use dedicated ; then + # Install the game data + insinto "${DATADIR}" + doins -r data packages + + # Install the client executable + exeinto "${LIBEXECDIR}" + doexe src/sauer_client + + # Install the client wrapper + games_make_wrapper "${PN}-client" "${LIBEXECDIR}/sauer_client -q\$HOME/.${PN} -r" "${DATADIR}" + + # Create menu entry + newicon -s 256 data/cube.png ${PN}.png + make_desktop_entry "${PN}-client" "Cube 2: Sauerbraten" + fi + + # Install the server config files + insinto "${STATEDIR}" + doins "server-init.cfg" + + # Install the server executables + exeinto "${LIBEXECDIR}" + doexe src/sauer_master + use dedicated || use server && doexe src/sauer_server + + games_make_wrapper "${PN}-server" \ + "${LIBEXECDIR}/sauer_server -k${DATADIR} -q${STATEDIR}" + games_make_wrapper "${PN}-master" \ + "${LIBEXECDIR}/sauer_master ${STATEDIR}" + + # Install the server init script + keepdir "${GAMES_STATEDIR}/run/${PN}" + cp "${FILESDIR}"/${PN}.init "${T}" || die + sed -i \ + -e "s:%SYSCONFDIR%:${STATEDIR}:g" \ + -e "s:%LIBEXECDIR%:${LIBEXECDIR}:g" \ + -e "s:%GAMES_STATEDIR%:${GAMES_STATEDIR}:g" \ + "${T}"/${PN}.init || die + newinitd "${T}"/${PN}.init ${PN} + cp "${FILESDIR}"/${PN}.conf "${T}" || die + sed -i \ + -e "s:%SYSCONFDIR%:${STATEDIR}:g" \ + -e "s:%LIBEXECDIR%:${LIBEXECDIR}:g" \ + -e "s:%GAMES_USER_DED%:${GAMES_USER_DED}:g" \ + -e "s:%GAMES_GROUP%:${GAMES_GROUP}:g" \ + "${T}"/${PN}.conf || die + newconfd "${T}"/${PN}.conf ${PN} + + dodoc src/*.txt docs/dev/*.txt + dohtml -r README.html docs/* + + prepgamesdirs +} + +pkg_preinst() { + games_pkg_preinst + gnome2_icon_savelist +} + +pkg_postinst() { + games_pkg_postinst + gnome2_icon_cache_update + + elog "If you plan to use map editor feature copy all map data from ${DATADIR}" + elog "to corresponding folder in your HOME/.${PN}" +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/games-puzzle/pauker/pauker-1.8.ebuild b/games-puzzle/pauker/pauker-1.8.ebuild index 54c6402ddd49..d78842f26e4c 100644 --- a/games-puzzle/pauker/pauker-1.8.ebuild +++ b/games-puzzle/pauker/pauker-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pauker/${P}.src.jar" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP="dev-java/browserlauncher2:1.0 diff --git a/games-roguelike/nethack/files/dot.nethackrc b/games-roguelike/nethack/files/nethack-3.4.3-nethackrc similarity index 100% rename from games-roguelike/nethack/files/dot.nethackrc rename to games-roguelike/nethack/files/nethack-3.4.3-nethackrc diff --git a/games-roguelike/nethack/files/nethack-3.6.0-nethackrc b/games-roguelike/nethack/files/nethack-3.6.0-nethackrc new file mode 100644 index 000000000000..33c98064341f --- /dev/null +++ b/games-roguelike/nethack/files/nethack-3.6.0-nethackrc @@ -0,0 +1,103 @@ +## This is an example nethackrc file (courtesy of nethack.alt.org). +## +## You should edit it to suit your needs. +## Please read the Guidebook in /usr/share/doc/nethack or at www.nethack.org. +## +## Options which are enabled by default (like autoopen) can be disabled +## by prefixing them with a ! + +## If USE=X is enabled, this can be changed to x11 +#OPTIONS=windowtype:tty + +## Custom fruit and pet names +#OPTIONS=fruit:mango +#OPTIONS=dogname:Izchak +#OPTIONS=catname:Chun-Li +#OPTIONS=horsename:Marlon + +## Colored output +#OPTIONS=color + +## Automatically dig if you are wielding a digging tool and moving +## into a place that can be dug +#OPTIONS=autodig + +## Walking into a door attempts to open it +#OPTIONS=autoopen + +## Automatically pick up stuff +#OPTIONS=autopickup + +## Only use autopickup for these item types +#OPTIONS=pickup_types:$!?/"= + +## Allow saving and loading bones files. +#OPTIONS=bones + +## Show out-of-sight areas of lit rooms +#OPTIONS=dark_room + +## Use inverse for pets +#OPTIONS=hilite_pet + +## Use inverse for piles of items +#OPTIONS=hilite_pile + +## Show experience +#OPTIONS=showexp + +## Show elapsed game time (in turns) +#OPTIONS=time + +## How recalled messages (ctrl-p) are displayed. +#OPTIONS=msg_window:reversed + +## use IBMgraphics or DECgraphics +#OPTIONS=symset:DECgraphics +#OPTIONS=symset:IBMgraphics + +## If you don't like some default glyphs, these can be changed +#SYMBOLS=S_boulder:0 +#SYMBOLS=S_lava:~ +#SYMBOLS=S_pool:~ +#SYMBOLS=S_water:~ +#SYMBOLS=S_ghost:8 +#SYMBOLS=S_golem:7 + +## Sort items by name. One of "none", "loot", or "full" +#OPTIONS=sortloot:full + +## Require explicit yes for some prompts +#OPTIONS=paranoid_confirmation:Confirm quit attack pray wand Remove + +## Conducts +#OPTIONS=nudist +#OPTIONS=blind + + +## Colored menus. Regular expressions allowed. +#OPTIONS=menucolors +#MENUCOLOR=" blessed "=green +#MENUCOLOR=" holy "=green +#MENUCOLOR=" cursed "=red +#MENUCOLOR=" unholy "=red +#MENUCOLOR=" cursed .* (being worn)"=orange&underline + + +## Messagetypes + +## displacing pets. hide the message. +#MSGTYPE=hide "You swap places with your .*" + +## items on floor. don't repeat the message. +#MSGTYPE=norep "You see here a .*" +#MSGTYPE=norep "You see here an .*" + +## delayed instadeaths. always prompt for -more- +#MSGTYPE=stop "You are slowing down." +#MSGTYPE=stop "You find it hard to breathe." +#MSGTYPE=stop "You are turning a little .*" + +## moving up or down stairs +#MSGTYPE=hide "You descend .*" +#MSGTYPE=hide "You (climb|fly) (up|down) .*" diff --git a/games-roguelike/nethack/metadata.xml b/games-roguelike/nethack/metadata.xml index 28f26f28ac64..5570ca33dc3e 100644 --- a/games-roguelike/nethack/metadata.xml +++ b/games-roguelike/nethack/metadata.xml @@ -10,4 +10,7 @@ nethack + + Enable experimental features (showscore and status_hilite) + diff --git a/games-roguelike/nethack/nethack-3.4.3-r5.ebuild b/games-roguelike/nethack/nethack-3.4.3-r5.ebuild index 6762a44a77c8..3746bd966d84 100644 --- a/games-roguelike/nethack/nethack-3.4.3-r5.ebuild +++ b/games-roguelike/nethack/nethack-3.4.3-r5.ebuild @@ -143,7 +143,7 @@ src_install() { dodoc doc/*.txt insinto /etc/skel - newins "${FILESDIR}/dot.nethackrc" .nethackrc + newins "${FILESDIR}/${P}-nethackrc" .nethackrc local windowtypes="tty" use X && windowtypes="${windowtypes} x11" diff --git a/games-roguelike/nethack/nethack-3.6.0-r1.ebuild b/games-roguelike/nethack/nethack-3.6.0-r1.ebuild new file mode 100644 index 000000000000..01e66e84fa88 --- /dev/null +++ b/games-roguelike/nethack/nethack-3.6.0-r1.ebuild @@ -0,0 +1,164 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils toolchain-funcs flag-o-matic user + +MY_PV=${PV//.} +DESCRIPTION="The ultimate old-school single player dungeon exploration game" +HOMEPAGE="http://www.nethack.org/" +SRC_URI="mirror://sourceforge/nethack/${PN}-${MY_PV}-src.tgz" + +LICENSE="nethack" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="experimental X" + +RDEPEND="sys-libs/ncurses:0= + X? ( + x11-libs/libXaw + x11-libs/libXpm + x11-libs/libXt + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + X? ( + x11-proto/xproto + x11-apps/bdftopcf + x11-apps/mkfontdir + )" + +BINDIR="/usr/bin" +STATEDIR="/var/games/${PN}" + +NETHACK_GROUP="gamestat" + +pkg_setup() { + HACKDIR="/usr/$(get_libdir)/${PN}" + + enewgroup gamestat 36 +} + +src_prepare() { + epatch "${FILESDIR}/${P}-recover.patch" + epatch_user + + cp "${FILESDIR}/${P}-hint-$(usex X x11 tty)" hint || die "Failed to copy hint file" + sys/unix/setup.sh hint || die "Failed to run setup.sh" +} + +src_compile() { + append-cflags -I../include -DDLB -DSECURE -DLINUX -DTIMED_DELAY -DVISION_TABLES + append-cflags '-DCOMPRESS=\"/bin/gzip\"' '-DCOMPRESS_EXTENSION=\".gz\"' + append-cflags "-DHACKDIR=\\\"${HACKDIR}\\\"" "-DVAR_PLAYGROUND=\\\"${STATEDIR}\\\"" + append-cflags "-DDEF_PAGER=\\\"${PAGER}\\\"" + append-cflags -DSYSCF "-DSYSCF_FILE=\\\"/etc/nethack.sysconf\\\"" + + use X && append-cflags -DX11_GRAPHICS -DUSE_XPM + use experimental && + append-cflags -DSTATUS_VIA_WINDOWPORT -DSTATUS_HILITES -DSCORE_ON_BOTL + + makeopts=( + CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" + WINTTYLIB="$($(tc-getPKG_CONFIG) --libs ncurses)" + HACKDIR="${HACKDIR}" INSTDIR="${D}/${HACKDIR}" + SHELLDIR="${D}/${BINDIR}" VARDIR="${D}/${STATEDIR}" + ) + + emake "${makeopts[@]}" nethack recover Guidebook spec_levs + + # Upstream still has some parallel compilation bugs + emake -j1 "${makeopts[@]}" all +} + +src_install() { + emake "${makeopts[@]}" install + + exeinto "${BINDIR}" + newexe util/recover recover-nethack + rm "${D}/${HACKDIR}/recover" || die "Failed to remove HACKDIR/recover" + + doman doc/nethack.6 + newman doc/recover.6 recover-nethack.6 + dodoc doc/Guidebook.txt + + insinto /etc + newins sys/unix/sysconf nethack.sysconf + + insinto /etc/skel + newins "${FILESDIR}/${P}-nethackrc" .nethackrc + + if use X ; then + cd "${S}/win/X11" || die "Failed to enter win/X11 directory" + + # copy nethack x application defaults + insinto /etc/X11/app-defaults + newins NetHack.ad NetHack + rm "${D}/${HACKDIR}/NetHack.ad" || die "Failed to remove NetHack.ad" + + newicon nh_icon.xpm nethack.xpm + make_desktop_entry ${PN} Nethack + + # install nethack fonts + bdftopcf -o nh10.pcf nh10.bdf || die "Converting fonts failed" + bdftopcf -o ibm.pcf ibm.bdf || die "Converting fonts failed" + insinto "${HACKDIR}/fonts" + doins *.pcf + cd "${D}/${HACKDIR}/fonts" || die "Failed to enter fonts directory" + mkfontdir || die "The action mkfontdir ${HACKDIR}/fonts failed" + fi + + rm -r "${D}/${STATEDIR}" || die "Failed to clean STATEDIR" + keepdir "${STATEDIR}/save" + + fowners -R "root:${NETHACK_GROUP}" "${STATEDIR}" + fperms 770 "${STATEDIR}" "${STATEDIR}/save" + + fowners "root:${NETHACK_GROUP}" "${HACKDIR}/nethack" + fperms g+s "${HACKDIR}/nethack" +} + +pkg_preinst() { + if has_version "<${CATEGORY}/${PN}-3.4.3-r3" ; then + migration=true + + # preserve STATEDIR/{logfile,record} + # (previous ebuild rev mistakenly removes it) + for f in "${ROOT}/${STATEDIR}/"{logfile,record} ; do + if [[ -e "$f" ]] ; then + cp "$f" "$T" || die "Failed to preserve ${ROOT}/${STATEDIR} files" + else + touch "$T/$f" || die "Failed to preserve ${ROOT}/${STATEDIR} files" + fi + done + fi +} + +pkg_postinst() { + cd "${ROOT}/${STATEDIR}" || die "Failed to enter ${STATEDIR} directory" + + if [[ -v migration ]] ; then + cp "$T/"{logfile,record} . || + die "Failed to preserve ${ROOT}/${STATEDIR} files" + fi + + touch logfile perm record xlogfile || die "Failed to create log files" + + chown -R root:"${NETHACK_GROUP}" . && + chmod -R 660 . && + chmod 770 . save || + die "Adjustment of file permissions in ${ROOT}/${STATEDIR} failed" + + touch -c bones* save/* # non-critical + + elog "A minimal default .nethackrc has been placed in /etc/skel/" + elog "The sysconf file is at /etc/nethack.sysconf" + + if has_version "<${CATEGORY}/${PN}-3.6.0" ; then + elog + elog "Nethack 3.6 includes many new features." + elog "You might want to review your options and local patchset." + elog "Have a look at http://www.nethack.org/v360/release.html" + fi +} diff --git a/games-roguelike/nethack/nethack-3.6.0.ebuild b/games-roguelike/nethack/nethack-3.6.0.ebuild index 11c43ea42cc4..f627cad5b44b 100644 --- a/games-roguelike/nethack/nethack-3.6.0.ebuild +++ b/games-roguelike/nethack/nethack-3.6.0.ebuild @@ -93,7 +93,7 @@ src_install() { newins sys/unix/sysconf nethack.sysconf insinto /etc/skel - newins "${FILESDIR}/dot.nethackrc" .nethackrc + newins "${FILESDIR}/${PN}-3.4.3-nethackrc" .nethackrc local windowtypes="tty" use X && windowtypes="x11 ${windowtypes}" diff --git a/games-simulation/openttd/openttd-1.5.3.ebuild b/games-simulation/openttd/openttd-1.5.3.ebuild index 9b70adba989e..88089b770af1 100644 --- a/games-simulation/openttd/openttd-1.5.3.ebuild +++ b/games-simulation/openttd/openttd-1.5.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://binaries.openttd.org/releases/${PV}/${P}-source.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png cpu_flags_x86_sse +timidity +truetype zlib" RESTRICT="test" # needs a graphics set in order to test diff --git a/games-sports/gracer/files/gracer-0.1.5-giflib.patch b/games-sports/gracer/files/gracer-0.1.5-giflib.patch new file mode 100644 index 000000000000..2d62b8c2082f --- /dev/null +++ b/games-sports/gracer/files/gracer-0.1.5-giflib.patch @@ -0,0 +1,14 @@ +--- gracer-0.1.5.orig/common/gr_texture.c ++++ gracer-0.1.5/common/gr_texture.c +@@ -274,7 +274,11 @@ + int index; + int width, height; + ++#if (GIFLIB_MAJOR >= 5&& !(GIFLIB_MAJOR == 5 && GIFLIB_MINOR == 0)) ++ file = DGifOpenFileName (filename, &i); ++#else + file = DGifOpenFileName (filename); ++#endif + if (!file) + return -1; + diff --git a/games-sports/gracer/files/gracer-0.1.5-warnings.patch b/games-sports/gracer/files/gracer-0.1.5-warnings.patch new file mode 100644 index 000000000000..5886ef763f3f --- /dev/null +++ b/games-sports/gracer/files/gracer-0.1.5-warnings.patch @@ -0,0 +1,21 @@ +--- gracer-0.1.5.orig/src/glbind.c ++++ gracer-0.1.5/src/glbind.c +@@ -142,7 +142,7 @@ + return NULL; + + entry = Tcl_FindHashEntry (&cache_hash, key); +- if (&entry) ++ if (!entry) + return NULL; + + return Tcl_GetHashValue (entry); +--- gracer-0.1.5.orig/src/joystick.c ++++ gracer-0.1.5/src/joystick.c +@@ -20,6 +20,7 @@ + */ + + #include ++#include + #include + #include + #include diff --git a/games-sports/gracer/gracer-0.1.5.ebuild b/games-sports/gracer/gracer-0.1.5.ebuild index 46a3f6718829..4fa9e7a42205 100644 --- a/games-sports/gracer/gracer-0.1.5.ebuild +++ b/games-sports/gracer/gracer-0.1.5.ebuild @@ -34,7 +34,9 @@ src_prepare() { "${FILESDIR}/${P}"-gcc41.patch \ "${FILESDIR}"/${P}-as-needed.patch \ "${FILESDIR}"/${P}-libpng14.patch \ - "${FILESDIR}"/${P}-png15.patch + "${FILESDIR}"/${P}-png15.patch \ + "${FILESDIR}"/${P}-giflib.patch \ + "${FILESDIR}"/${P}-warnings.patch } src_configure() { diff --git a/games-strategy/freecol/freecol-0.11.5.ebuild b/games-strategy/freecol/freecol-0.11.5.ebuild index 8591487f762d..b1581cca3ca7 100644 --- a/games-strategy/freecol/freecol-0.11.5.ebuild +++ b/games-strategy/freecol/freecol-0.11.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" COMMON_DEP="dev-java/jsr173 diff --git a/games-strategy/triplea/triplea-1.7.0.3.ebuild b/games-strategy/triplea/triplea-1.7.0.3.ebuild index d5d4a9dad827..e31734ae5e45 100644 --- a/games-strategy/triplea/triplea-1.7.0.3.ebuild +++ b/games-strategy/triplea/triplea-1.7.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/triplea/${PN}_${MY_PV}_source_code_only.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RESTRICT="test" # Needs X11 maybe use virtualx.eclass diff --git a/games-strategy/triplea/triplea-1.8.0.5.ebuild b/games-strategy/triplea/triplea-1.8.0.5.ebuild index fd9662b393dc..1fb63724cd40 100644 --- a/games-strategy/triplea/triplea-1.8.0.5.ebuild +++ b/games-strategy/triplea/triplea-1.8.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/triplea/${PN}_${MY_PV}_source_code_only.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="" RESTRICT="test" # Needs X11 maybe use virtualx.eclass diff --git a/games-strategy/wargus/Manifest b/games-strategy/wargus/Manifest index 9c0175c5700a..ef5fb999b80b 100644 --- a/games-strategy/wargus/Manifest +++ b/games-strategy/wargus/Manifest @@ -1 +1,2 @@ DIST wargus_2.2.7.orig.tar.gz 3655476 SHA256 f688663458e035725f5cd18535a7a1eaecd66eaf55b032fe2ac21ed48b239908 SHA512 a419e70c53db6f3919255ef98ea717a0802e0854095b019bd9c6eef66d6602f75c1849a53ef654b5d66191a824725e3eff23f1f01767eab861e6ddfaf2414bbb WHIRLPOOL d440ac1f279912b13f37fd618f31b1bb2ac53f143789dbe56835343e9486a6ec2aeca71874c4ae2bd9c707706cdf33efbec8df8993d102b0276da0aa53e04cc3 +DIST wargus_2.3.0.orig.tar.gz 45006918 SHA256 9b8def814a8c7135653ae95bb1ff836627d39d5f8242a436f486c59701eaeee7 SHA512 79dbef5f86fafe7357c2911a16655c29bccef71dad39bfe6e02866c1734ee1598bb29a9005c8fa7c73d6f64e13fb7cdd3962214921b0b18c3868cb5abb2a0a87 WHIRLPOOL 8c34fcd6b84f26183c5a0ad1f8d14cae1eed601d2b4e38aa22a8fa8a1bd068b93fb2f1ae5fb223a41524ef467269b585c446e8476a4736507b91cb6bd23b8006 diff --git a/games-strategy/wargus/wargus-2.3.0.ebuild b/games-strategy/wargus/wargus-2.3.0.ebuild new file mode 100644 index 000000000000..25d3b5cc187c --- /dev/null +++ b/games-strategy/wargus/wargus-2.3.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils cmake-utils gnome2-utils games + +DESCRIPTION="Warcraft II for the Stratagus game engine" +HOMEPAGE="http://wargus.sourceforge.net/" +SRC_URI="https://launchpad.net/${PN}/trunk/2.3/+download/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=games-engines/stratagus-${PV}*[theora] + media-libs/libpng:0 + sys-libs/zlib + x11-libs/gtk+:2 + x11-libs/libX11" +DEPEND="${RDEPEND} + virtual/pkgconfig" +PDEPEND="games-strategy/wargus-data" + +S=${WORKDIR}/${PN}_${PV}.orig + +src_configure() { + local mycmakeargs=( + -DGAMEDIR="${GAMES_BINDIR}" + -DBINDIR="${GAMES_BINDIR}" + -DSTRATAGUS="${GAMES_BINDIR}"/stratagus + -DICONDIR=/usr/share/icons/hicolor/64x64/apps + ) + + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile +} + +src_install() { + cmake-utils_src_install + prepgamesdirs +} + +pkg_preinst() { + games_pkg_preinst + gnome2_icon_savelist +} + +pkg_postinst() { + elog "Enabling OpenGL in-game seems to cause segfaults/crashes." + games_pkg_postinst + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/gnome-extra/cinnamon-settings-daemon/Manifest b/gnome-extra/cinnamon-settings-daemon/Manifest index 6a5565718360..0e09d50d01c1 100644 --- a/gnome-extra/cinnamon-settings-daemon/Manifest +++ b/gnome-extra/cinnamon-settings-daemon/Manifest @@ -1,3 +1,2 @@ DIST cinnamon-settings-daemon-2.6.3.tar.gz 2992102 SHA256 b71a515f9eed5efd35ef134f291a9dd9674d81026b23c85377493b53ec1cf0ae SHA512 ff6ec6be7a134414a525bd5dce6d90570800d0dbfc5f1641b02fbe17389bcf32d47832f5fcd736cdff8dfa09f129f998acd99d9358b1edf5315edb91c8b553ba WHIRLPOOL 9d2fb909fca23f7db2124e56e285e6c7623a9e7d710309f92894a2ab19b6a5a7e92b4e5c947e0cc74513eec30f7fa7bc7464997a1fdc3ff27ad19040579efdb0 -DIST cinnamon-settings-daemon-2.8.1.tar.gz 2934995 SHA256 2e01f7e8900043f8efb28f33814e70ca12eb12b7d49061ce6d059c1a0b0344a0 SHA512 a8c1c685ecc6c03e274b2d26c214f24a9300e8ac4355f7d1f6f81ffb4393b079f7e40d1f1d5cb06509e298d55b4d20ca51e9821cd2894b234512d1287daf3689 WHIRLPOOL 2a029e3a22af1e3a5b9edfc82184244d5c1d8eb61107466110fc1d33ab3e641651d42ee2675c65db78475edcd03e053468d4b2d019e381046cbf8cdab7c74d85 DIST cinnamon-settings-daemon-2.8.2.tar.gz 2935087 SHA256 fc18a16c843c66d5488d73f29b24a1b5dec82fe17d148d97bbab666280c79624 SHA512 ba24a8411732a21399c91eae0aa562859992bec08dc540897ac132bdfc55834dfffcebd93f687d193da5e92de936078dd47f774b9c8454cfcf174527ee6b8367 WHIRLPOOL 67a5c054f9510bfcd4c1778a17d4a33b5742b66e0c131090a963674360bb371b35a8b783fdcc521c28ae0fed2d263ff48ca80a0b9ddf186a3025d581d23e7271 diff --git a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.1.ebuild b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.2-r1.ebuild similarity index 100% rename from gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.1.ebuild rename to gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.2-r1.ebuild index b32337369467..4235b31db497 100644 --- a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.1.ebuild +++ b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.2-r1.ebuild @@ -29,7 +29,6 @@ RDEPEND=" >=media-sound/pulseaudio-0.9.16:0= sys-apps/dbus >=sys-auth/polkit-0.97 - || ( >=sys-power/upower-0.9.11:= sys-power/upower-pm-utils ) x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.9.10:3 >=x11-libs/libnotify-0.7.3:0= @@ -47,6 +46,7 @@ RDEPEND=" x11-drivers/xf86-input-wacom x11-libs/libXtst ) smartcard? ( >=dev-libs/nss-3.11.2 ) + || ( >=sys-power/upower-0.9.11:= sys-power/upower-pm-utils ) systemd? ( sys-apps/systemd:0= ) !systemd? ( sys-auth/consolekit:0= ) " diff --git a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.2.ebuild b/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.2.ebuild deleted file mode 100644 index c57878675678..000000000000 --- a/gnome-extra/cinnamon-settings-daemon/cinnamon-settings-daemon-2.8.2.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 virtualx - -DESCRIPTION="Cinnamon's settings daemon" -HOMEPAGE="http://cinnamon.linuxmint.com/" -SRC_URI="https://github.com/linuxmint/cinnamon-settings-daemon/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+colord cups input_devices_wacom smartcard systemd" - -# udev is non-optional since lots of plugins, not just gudev, pull it in -RDEPEND=" - >=dev-libs/glib-2.38:2 - >=gnome-base/libgnomekbd-3.6 - >=gnome-base/librsvg-2.36.2 - >=gnome-extra/cinnamon-desktop-2.6.3:0= - media-libs/fontconfig - >=media-libs/lcms-2.2:2 - media-libs/libcanberra:0=[gtk3] - >=media-sound/pulseaudio-0.9.16:0= - sys-apps/dbus - >=sys-auth/polkit-0.97 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.9.10:3 - >=x11-libs/libnotify-0.7.3:0= - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libxklavier - virtual/libgudev:= - - colord? ( >=x11-misc/colord-0.1.27:= ) - cups? ( >=net-print/cups-1.4[dbus] ) - input_devices_wacom? ( - >=dev-libs/libwacom-0.7 - x11-drivers/xf86-input-wacom - x11-libs/libXtst ) - smartcard? ( >=dev-libs/nss-3.11.2 ) - systemd? ( sys-apps/systemd:0= >=sys-power/upower-0.9.11:= ) - !systemd? ( sys-auth/consolekit:0= sys-power/upower-pm-utils ) -" -DEPEND="${RDEPEND} - dev-libs/libxml2:2 - >=dev-util/intltool-0.37.1 - x11-proto/kbproto - virtual/pkgconfig -" - -src_prepare() { - # make colord and wacom optional - epatch "${FILESDIR}"/${PN}-2.6.2-optional.patch - - # Disable broken test - sed -e '/g_test_add_func ("\/color\/edid/d' \ - -i plugins/color/gcm-self-test.c || die - - # Fix intltool unittest - cat >>"${S}"/po/POTFILES.in < ${P}. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="alsa dssi jack lash oss sndfile" RDEPEND="dev-cpp/gtkmm:2.4 diff --git a/media-sound/apulse/apulse-0.1.6-r1.ebuild b/media-sound/apulse/apulse-0.1.6-r1.ebuild index dde232ef3894..5311f441e861 100644 --- a/media-sound/apulse/apulse-0.1.6-r1.ebuild +++ b/media-sound/apulse/apulse-0.1.6-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND="dev-libs/glib:2[${MULTILIB_USEDEP}] media-libs/alsa-lib[${MULTILIB_USEDEP}]" diff --git a/media-sound/protux/protux-0.50.100.ebuild b/media-sound/protux/protux-0.50.100.ebuild index 5534c62283a7..d9bb7f506544 100644 --- a/media-sound/protux/protux-0.50.100.ebuild +++ b/media-sound/protux/protux-0.50.100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="http://${PN}.sourceforge.net/releases/${P}.tar.gz" IUSE="source" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 x86" DEPEND=">=virtual/jdk-1.5 source? ( app-arch/zip )" diff --git a/media-sound/quodlibet/quodlibet-3.5.1.ebuild b/media-sound/quodlibet/quodlibet-3.5.1.ebuild index cc3bacb90eb1..3501610f54c7 100644 --- a/media-sound/quodlibet/quodlibet-3.5.1.ebuild +++ b/media-sound/quodlibet/quodlibet-3.5.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="+dbus gstreamer ipod +udev" RDEPEND="dev-libs/keybinder:3[introspection] diff --git a/media-sound/spotify/spotify-1.0.19.106-r1.ebuild b/media-sound/spotify/spotify-1.0.19.106-r1.ebuild index 3c84fac8aefe..ddf9290d680b 100644 --- a/media-sound/spotify/spotify-1.0.19.106-r1.ebuild +++ b/media-sound/spotify/spotify-1.0.19.106-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="amd64? ( ${SRC_BASE}${MY_P}_amd64.deb ) x86? ( ${SRC_BASE}${MY_P}_i386.deb )" LICENSE="Spotify" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="gnome pax_kernel pulseaudio" RESTRICT="mirror strip" diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild index 338a48b2bb88..695ae7760d17 100644 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild +++ b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild @@ -21,11 +21,11 @@ REQUIRED_USE="|| ( alsa pulseaudio )" RDEPEND=" dev-libs/quazip:0/0[qt5] - >=dev-qt/qtcore-5.5 - >=dev-qt/qtgui-5.5[accessibility] - >=dev-qt/qtnetwork-5.5 - >=dev-qt/qtsql-5.5[sqlite] - >=dev-qt/qtwidgets-5.5 + >=dev-qt/qtcore-5.5:5 + >=dev-qt/qtgui-5.5:5[accessibility] + >=dev-qt/qtnetwork-5.5:5 + >=dev-qt/qtsql-5.5:5[sqlite] + >=dev-qt/qtwidgets-5.5:5 sys-libs/glibc sys-libs/zlib alsa? ( media-libs/alsa-lib ) diff --git a/media-video/ffmpeg/Manifest b/media-video/ffmpeg/Manifest index 83c8f7a88a63..139e91efd9a0 100644 --- a/media-video/ffmpeg/Manifest +++ b/media-video/ffmpeg/Manifest @@ -5,3 +5,4 @@ DIST ffmpeg-2.8.1.tar.bz2 8564488 SHA256 e2ed5ab28dee1af94336739173eb0019afc21a5 DIST ffmpeg-2.8.2.tar.bz2 8573586 SHA256 830ec647f7ad774fc0caf17ba47774bf5dee7a89cbd65894f364a87ba3ad21b2 SHA512 15c1c09d7d4bb8cc7babff4c782e4bf6621ed86d6b02bffb5468bdcd294a1144bf56a8a758d2801200bb89c26ce8f5a086d818affb473364424f94f701cbf749 WHIRLPOOL 83ae9a00cba7bc906672f55d796b044d3f4baad9a56804f6482e7c27b9f526d1364dfddaa22ef32b921e5dcd0158222897935544a34c1d1e7c3b9d681067d2e0 DIST ffmpeg-2.8.3.tar.bz2 8576798 SHA256 1bcf993a71839bb4a37eaa0c51daf315932b6dad6089f672294545cc51a5caf6 SHA512 aadfab7db84b85cbfe44a5c7b47e447a1711c3d78fa195f30d3f6644e95842c8d484172e4c98f75cbae5d3783f4dd2972a892123d9a9ff90be32db20b0dc8aa6 WHIRLPOOL c004fe02f300772b439ae070538d4ef4c5c514dd8a080de8e1a560597e79607b709319072f6120c35722481bc11f30077cc74a64800e390a7c5fabe82ded1718 DIST ffmpeg-2.8.4.tar.bz2 8579383 SHA256 83cc8136a7845546062a43cda9ae3cf0a02f43ef5e434d2f997f055231a75f8e SHA512 37f88c05fd0b8d1c4de83f5330f756cddd157ba78487d78436899d46a49a4e420eb086d263dd77c6c31a61c91f7839f40b07ed87817d686498b90caf9d870aa5 WHIRLPOOL 7e1a85a0eb00f33aad4d18b6a8d4d76c78aa0654c4ce10a864996239950fadd4a4995c481cd0e95a6f669c566cacd3da9ada4c66bb0fba011d4d942c8679eb99 +DIST ffmpeg-2.8.5.tar.bz2 8580755 SHA256 3b6d9951533323ee64a21d0aa7667a780b3470bfe4e0fb7c1b33307ce290615a SHA512 2a46bef5ac99d114be7d3ece561ae71d09b87eaecba5da3c02ff1fe7e5cf4913e1b6feecca405540d1d70f9126591c209055edd7df1ad1d8bbf02f107701929e WHIRLPOOL 59ef96e7536a098ccf42526f64173df750558d489afb641c49168e2fc45672b160519d8a9e9e3093e1fd02a1af8ca1936de7f29c316685ac25946636890c760e diff --git a/media-video/ffmpeg/ffmpeg-2.8.5.ebuild b/media-video/ffmpeg/ffmpeg-2.8.5.ebuild new file mode 100644 index 000000000000..83454bbf2de6 --- /dev/null +++ b/media-video/ffmpeg/ffmpeg-2.8.5.ebuild @@ -0,0 +1,458 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +# Subslot: libavutil major.libavcodec major.libavformat major +# Since FFmpeg ships several libraries, subslot is kind of limited here. +# Most consumers will use those three libraries, if a "less used" library +# changes its soname, consumers will have to be rebuilt the old way +# (preserve-libs). +# If, for example, a package does not link to libavformat and only libavformat +# changes its ABI then this package will be rebuilt needlessly. Hence, such a +# package is free _not_ to := depend on FFmpeg but I would strongly encourage +# doing so since such a case is unlikely. +FFMPEG_SUBSLOT=54.56.56 + +SCM="" +if [ "${PV#9999}" != "${PV}" ] ; then + SCM="git-2" + EGIT_REPO_URI="git://source.ffmpeg.org/ffmpeg.git" +fi + +inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM} + +DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec" +HOMEPAGE="http://ffmpeg.org/" +if [ "${PV#9999}" != "${PV}" ] ; then + SRC_URI="" +elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot + SRC_URI="mirror://gentoo/${P}.tar.bz2" +else # Release + SRC_URI="http://ffmpeg.org/releases/${P/_/-}.tar.bz2" +fi +FFMPEG_REVISION="${PV#*_p}" + +SLOT="0/${FFMPEG_SUBSLOT}" +LICENSE=" + !gpl? ( LGPL-2.1 ) + gpl? ( GPL-2 ) + amr? ( + gpl? ( GPL-3 ) + !gpl? ( LGPL-3 ) + ) + encode? ( + aac? ( + gpl? ( GPL-3 ) + !gpl? ( LGPL-3 ) + ) + amrenc? ( + gpl? ( GPL-3 ) + !gpl? ( LGPL-3 ) + ) + ) + samba? ( GPL-3 ) +" +if [ "${PV#9999}" = "${PV}" ] ; then + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +fi + +# Options to use as use_enable in the foo[:bar] form. +# This will feed configure with $(use_enable foo bar) +# or $(use_enable foo foo) if no :bar is set. +# foo is added to IUSE. +FFMPEG_FLAG_MAP=( + +bzip2:bzlib cpudetection:runtime-cpudetect debug doc gnutls +gpl + +hardcoded-tables +iconv lzma +network openssl +postproc + samba:libsmbclient sdl:ffplay sdl vaapi vdpau X:xlib xcb:libxcb + xcb:libxcb-shm xcb:libxcb-xfixes +zlib + # libavdevice options + cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca openal + opengl + # indevs + libv4l:libv4l2 pulseaudio:libpulse + # decoders + amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac + jpeg2k:libopenjpeg bluray:libbluray celt:libcelt gme:libgme gsm:libgsm + modplug:libmodplug opus:libopus quvi:libquvi librtmp ssh:libssh + schroedinger:libschroedinger speex:libspeex vorbis:libvorbis vpx:libvpx + zvbi:libzvbi + # libavfilter options + bs2b:libbs2b flite:libflite frei0r fribidi:libfribidi fontconfig ladspa + libass truetype:libfreetype + # libswresample options + libsoxr + # Threads; we only support pthread for now but ffmpeg supports more + +threads:pthreads +) + +# Same as above but for encoders, i.e. they do something only with USE=encode. +FFMPEG_ENCODER_FLAG_MAP=( + aac:libvo-aacenc amrenc:libvo-amrwbenc mp3:libmp3lame + aacplus:libaacplus faac:libfaac snappy:libsnappy theora:libtheora + twolame:libtwolame wavpack:libwavpack webp:libwebp x264:libx264 x265:libx265 + xvid:libxvid +) + +IUSE=" + alsa +encode examples jack libressl oss pic static-libs test v4l + ${FFMPEG_FLAG_MAP[@]%:*} + ${FFMPEG_ENCODER_FLAG_MAP[@]%:*} +" + +# Strings for CPU features in the useflag[:configure_option] form +# if :configure_option isn't set, it will use 'useflag' as configure option +ARM_CPU_FEATURES=( armv5te armv6 armv6t2 neon armvfp:vfp ) +MIPS_CPU_FEATURES=( mipsdspr1 mipsdspr2 mipsfpu ) +PPC_CPU_FEATURES=( altivec ) +X86_CPU_FEATURES_RAW=( 3dnow:amd3dnow 3dnowext:amd3dnowext avx:avx avx2:avx2 fma3:fma3 fma4:fma4 mmx:mmx mmxext:mmxext sse:sse sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4 sse4_2:sse42 xop:xop ) +X86_CPU_FEATURES=( ${X86_CPU_FEATURES_RAW[@]/#/cpu_flags_x86_} ) +X86_CPU_REQUIRED_USE=" + cpu_flags_x86_avx2? ( cpu_flags_x86_avx ) + cpu_flags_x86_fma4? ( cpu_flags_x86_avx ) + cpu_flags_x86_fma3? ( cpu_flags_x86_avx ) + cpu_flags_x86_xop? ( cpu_flags_x86_avx ) + cpu_flags_x86_avx? ( cpu_flags_x86_sse4_2 ) + cpu_flags_x86_sse4_2? ( cpu_flags_x86_sse4_1 ) + cpu_flags_x86_sse4_1? ( cpu_flags_x86_ssse3 ) + cpu_flags_x86_ssse3? ( cpu_flags_x86_sse3 ) + cpu_flags_x86_sse3? ( cpu_flags_x86_sse2 ) + cpu_flags_x86_sse2? ( cpu_flags_x86_sse ) + cpu_flags_x86_sse? ( cpu_flags_x86_mmxext ) + cpu_flags_x86_mmxext? ( cpu_flags_x86_mmx ) + cpu_flags_x86_3dnowext? ( cpu_flags_x86_3dnow ) + cpu_flags_x86_3dnow? ( cpu_flags_x86_mmx ) +" + +IUSE="${IUSE} + ${ARM_CPU_FEATURES[@]%:*} + ${MIPS_CPU_FEATURES[@]%:*} + ${PPC_CPU_FEATURES[@]%:*} + ${X86_CPU_FEATURES[@]%:*} +" + +CPU_REQUIRED_USE=" + ${X86_CPU_REQUIRED_USE} +" + +# "$(tc-arch):XXX" form where XXX_CPU_FEATURES are the cpu features that apply to +# $(tc-arch). +CPU_FEATURES_MAP=" + arm:ARM + arm64:ARM + mips:MIPS + ppc:PPC + ppc64:PPC + x86:X86 + amd64:X86 +" + +FFTOOLS=( aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart sidxindex trasher ) +IUSE="${IUSE} ${FFTOOLS[@]/#/+fftools_}" + +RDEPEND=" + alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) + amr? ( >=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}] ) + bluray? ( >=media-libs/libbluray-0.3.0-r1[${MULTILIB_USEDEP}] ) + bs2b? ( >=media-libs/libbs2b-3.1.0-r1[${MULTILIB_USEDEP}] ) + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] ) + celt? ( >=media-libs/celt-0.11.1-r1[${MULTILIB_USEDEP}] ) + encode? ( + aac? ( >=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}] ) + aacplus? ( >=media-libs/libaacplus-2.0.2-r1[${MULTILIB_USEDEP}] ) + amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] ) + faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] ) + mp3? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] ) + snappy? ( >=app-arch/snappy-1.1.2-r1[${MULTILIB_USEDEP}] ) + theora? ( + >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] + >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] + ) + twolame? ( >=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}] ) + wavpack? ( >=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}] ) + webp? ( >=media-libs/libwebp-0.3.0[${MULTILIB_USEDEP}] ) + x264? ( >=media-libs/x264-0.0.20130506:=[${MULTILIB_USEDEP}] ) + x265? ( >=media-libs/x265-1.6:=[${MULTILIB_USEDEP}] ) + xvid? ( >=media-libs/xvid-1.3.2-r1[${MULTILIB_USEDEP}] ) + ) + fdk? ( >=media-libs/fdk-aac-0.1.3:=[${MULTILIB_USEDEP}] ) + flite? ( >=app-accessibility/flite-1.4-r4[${MULTILIB_USEDEP}] ) + fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) + frei0r? ( media-plugins/frei0r-plugins ) + fribidi? ( >=dev-libs/fribidi-0.19.6[${MULTILIB_USEDEP}] ) + gme? ( >=media-libs/game-music-emu-0.6.0[${MULTILIB_USEDEP}] ) + gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] ) + gsm? ( >=media-sound/gsm-1.0.13-r1[${MULTILIB_USEDEP}] ) + iconv? ( >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] ) + iec61883? ( + >=media-libs/libiec61883-1.2.0-r1[${MULTILIB_USEDEP}] + >=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}] + >=sys-libs/libavc1394-0.5.4-r1[${MULTILIB_USEDEP}] + ) + ieee1394? ( + >=media-libs/libdc1394-2.2.1[${MULTILIB_USEDEP}] + >=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}] + ) + jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}] ) + jpeg2k? ( >=media-libs/openjpeg-1.5.0:0[${MULTILIB_USEDEP}] ) + libass? ( >=media-libs/libass-0.10.2[${MULTILIB_USEDEP}] ) + libcaca? ( >=media-libs/libcaca-0.99_beta18-r1[${MULTILIB_USEDEP}] ) + libsoxr? ( >=media-libs/soxr-0.1.0[${MULTILIB_USEDEP}] ) + libv4l? ( >=media-libs/libv4l-0.9.5[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) + modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] ) + openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] ) + opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) + openssl? ( + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + ) + opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] ) + pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) + quvi? ( media-libs/libquvi:0.4[${MULTILIB_USEDEP}] ) + librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] ) + samba? ( >=net-fs/samba-3.6.23-r1[${MULTILIB_USEDEP}] ) + schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] ) + sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,${MULTILIB_USEDEP}] ) + speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] ) + ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] ) + truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] ) + vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] ) + vdpau? ( >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] ) + vorbis? ( + >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] + >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] + ) + vpx? ( >=media-libs/libvpx-1.4.0:=[${MULTILIB_USEDEP}] ) + X? ( + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + !xcb? ( >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] ) + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] + ) + xcb? ( >=x11-libs/libxcb-1.4[${MULTILIB_USEDEP}] ) + zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + zvbi? ( >=media-libs/zvbi-0.2.35[${MULTILIB_USEDEP}] ) + !media-video/qt-faststart + postproc? ( !media-libs/libpostproc ) +" + +DEPEND="${RDEPEND} + >=sys-devel/make-3.81 + doc? ( app-text/texi2html ) + fontconfig? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + gnutls? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] ) + libv4l? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + cpu_flags_x86_mmx? ( >=dev-lang/yasm-1.2 ) + librtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + test? ( net-misc/wget sys-devel/bc ) + truetype? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + v4l? ( sys-kernel/linux-headers ) +" + +RDEPEND="${RDEPEND} + abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20140508-r3 + !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" + +# Code requiring FFmpeg to be built under gpl license +GPL_REQUIRED_USE=" + postproc? ( gpl ) + frei0r? ( gpl ) + cdio? ( gpl ) + samba? ( gpl ) + zvbi? ( gpl ) + encode? ( + x264? ( gpl ) + x265? ( gpl ) + xvid? ( gpl ) + X? ( !xcb? ( gpl ) ) + ) +" +REQUIRED_USE=" + libv4l? ( v4l ) + fftools_cws2fws? ( zlib ) + test? ( encode ) + ${GPL_REQUIRED_USE} + ${CPU_REQUIRED_USE}" +RESTRICT=" + encode? ( faac? ( bindist ) aacplus? ( bindist ) ) + gpl? ( openssl? ( bindist ) fdk? ( bindist ) ) +" + +S=${WORKDIR}/${P/_/-} + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/libavutil/avconfig.h +) + +src_prepare() { + if [[ "${PV%_p*}" != "${PV}" ]] ; then # Snapshot + export revision=git-N-${FFMPEG_REVISION} + fi + epatch_user +} + +multilib_src_configure() { + local myconf=( ${EXTRA_FFMPEG_CONF} ) + + local ffuse=( "${FFMPEG_FLAG_MAP[@]}" ) + use openssl && use gpl && myconf+=( --enable-nonfree ) + use samba && myconf+=( --enable-version3 ) + + # Encoders + if use encode ; then + ffuse+=( "${FFMPEG_ENCODER_FLAG_MAP[@]}" ) + + # Licensing. + if use aac || use amrenc ; then + myconf+=( --enable-version3 ) + fi + if use aacplus || use faac ; then + myconf+=( --enable-nonfree ) + fi + else + myconf+=( --disable-encoders ) + fi + + # Indevs + use v4l || myconf+=( --disable-indev=v4l2 --disable-outdev=v4l2 ) + for i in alsa oss jack ; do + use ${i} || myconf+=( --disable-indev=${i} ) + done + use xcb || ffuse+=( X:x11grab ) + + # Outdevs + for i in alsa oss sdl ; do + use ${i} || myconf+=( --disable-outdev=${i} ) + done + + # Decoders + use amr && myconf+=( --enable-version3 ) + use fdk && use gpl && myconf+=( --enable-nonfree ) + + for i in "${ffuse[@]#+}" ; do + myconf+=( $(use_enable ${i%:*} ${i#*:}) ) + done + + # (temporarily) disable non-multilib deps + if ! multilib_is_native_abi; then + for i in frei0r ; do + myconf+=( --disable-${i} ) + done + fi + + # CPU features + for i in ${CPU_FEATURES_MAP} ; do + if [ "$(tc-arch)" = "${i%:*}" ] ; then + local var="${i#*:}_CPU_FEATURES[@]" + for j in ${!var} ; do + use ${j%:*} || myconf+=( --disable-${j#*:} ) + done + fi + done + + if use pic ; then + myconf+=( --enable-pic ) + # disable asm code if PIC is required + # as the provided asm decidedly is not PIC for x86. + [[ ${ABI} == x86 ]] && myconf+=( --disable-asm ) + fi + [[ ${ABI} == x32 ]] && myconf+=( --disable-asm ) #427004 + + # Try to get cpu type based on CFLAGS. + # Bug #172723 + # We need to do this so that features of that CPU will be better used + # If they contain an unknown CPU it will not hurt since ffmpeg's configure + # will just ignore it. + for i in $(get-flag mcpu) $(get-flag march) $(get-flag mtune) ; do + [[ ${i} = native ]] && i="host" # bug #273421 + myconf+=( --cpu=${i} ) + break + done + + # LTO support, bug #566282 + is-flagq "-flto*" && myconf+=( "--enable-lto" ) + + # Mandatory configuration + myconf=( + --enable-avfilter + --enable-avresample + --disable-stripping + "${myconf[@]}" + ) + + # cross compile support + if tc-is-cross-compiler ; then + myconf+=( --enable-cross-compile --arch=$(tc-arch-kernel) --cross-prefix=${CHOST}- ) + case ${CHOST} in + *freebsd*) + myconf+=( --target-os=freebsd ) + ;; + mingw32*) + myconf+=( --target-os=mingw32 ) + ;; + *linux*) + myconf+=( --target-os=linux ) + ;; + esac + fi + + set -- "${S}/configure" \ + --prefix="${EPREFIX}/usr" \ + --libdir="${EPREFIX}/usr/$(get_libdir)" \ + --shlibdir="${EPREFIX}/usr/$(get_libdir)" \ + --mandir="${EPREFIX}/usr/share/man" \ + --enable-shared \ + --cc="$(tc-getCC)" \ + --cxx="$(tc-getCXX)" \ + --ar="$(tc-getAR)" \ + --optflags="${CFLAGS}" \ + $(use_enable static-libs static) \ + "${myconf[@]}" + echo "${@}" + "${@}" || die +} + +multilib_src_compile() { + emake V=1 + + if multilib_is_native_abi; then + for i in "${FFTOOLS[@]}" ; do + if use fftools_${i} ; then + emake V=1 tools/${i} + fi + done + fi +} + +multilib_src_install() { + emake V=1 DESTDIR="${D}" install install-man + + if multilib_is_native_abi; then + for i in "${FFTOOLS[@]}" ; do + if use fftools_${i} ; then + dobin tools/${i} + fi + done + fi +} + +multilib_src_install_all() { + dodoc Changelog README.md CREDITS doc/*.txt doc/APIchanges + [ -f "RELEASE_NOTES" ] && dodoc "RELEASE_NOTES" + use doc && dohtml -r doc/* + if use examples ; then + dodoc -r doc/examples + docompress -x /usr/share/doc/${PF}/examples + fi +} + +multilib_src_test() { + LD_LIBRARY_PATH="${BUILD_DIR}/libpostproc:${BUILD_DIR}/libswscale:${BUILD_DIR}/libswresample:${BUILD_DIR}/libavcodec:${BUILD_DIR}/libavdevice:${BUILD_DIR}/libavfilter:${BUILD_DIR}/libavformat:${BUILD_DIR}/libavutil:${BUILD_DIR}/libavresample" \ + emake V=1 fate +} diff --git a/media-video/projectx/projectx-0.91.0.10.ebuild b/media-video/projectx/projectx-0.91.0.10.ebuild index 098bddbc2b17..0afa5f46c0b5 100644 --- a/media-video/projectx/projectx-0.91.0.10.ebuild +++ b/media-video/projectx/projectx-0.91.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="X cpu_flags_x86_mmx cpu_flags_x86_sse" COMMON_DEP="dev-java/commons-net diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 6debda0ec895..957ebe7ebee3 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Fri, 15 Jan 2016 07:43:50 +0000 +Sat, 16 Jan 2016 14:43:55 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index a6408375ddcc..957ebe7ebee3 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Fri, 15 Jan 2016 07:43:51 +0000 +Sat, 16 Jan 2016 14:43:55 +0000 diff --git a/metadata/md5-cache/app-accessibility/freetts-1.2.1-r2 b/metadata/md5-cache/app-accessibility/freetts-1.2.1-r2 index 05502c0ee103..8b859f33b80a 100644 --- a/metadata/md5-cache/app-accessibility/freetts-1.2.1-r2 +++ b/metadata/md5-cache/app-accessibility/freetts-1.2.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A speech synthesis system written entirely in Java EAPI=0 HOMEPAGE=http://freetts.sourceforge.net/ IUSE=doc jsapi mbrola elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=jsapi? ( sun-bcla-jsapi ) freetts RDEPEND=>=virtual/jre-1.4 mbrola? ( >=app-accessibility/mbrola-3.0.1h-r6 ) >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/freetts/freetts-1.2.1-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=60cc6931c3fcb4c3185e6d736a552f74 +_md5_=e7c8a2472610ba330197bf07f1dad392 diff --git a/metadata/md5-cache/app-accessibility/freetts-1.2.2 b/metadata/md5-cache/app-accessibility/freetts-1.2.2 index 5e91406c14ff..630fb2b54f13 100644 --- a/metadata/md5-cache/app-accessibility/freetts-1.2.2 +++ b/metadata/md5-cache/app-accessibility/freetts-1.2.2 @@ -4,11 +4,11 @@ DESCRIPTION=A speech synthesis system written entirely in Java EAPI=5 HOMEPAGE=http://freetts.sourceforge.net/ IUSE=jsapi mbrola elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=jsapi? ( sun-bcla-jsapi ) freetts RDEPEND=>=virtual/jre-1.4 mbrola? ( >=app-accessibility/mbrola-3.0.1h-r6 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/freetts/freetts-1.2.2-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=178a00848273d9cb503ebf9fb3af5469 +_md5_=aa2ddf286aaf4ac8882d1bd42fc1f5a0 diff --git a/metadata/md5-cache/app-admin/lastpass-cli-0.8.0 b/metadata/md5-cache/app-admin/lastpass-cli-0.8.0-r1 similarity index 78% rename from metadata/md5-cache/app-admin/lastpass-cli-0.8.0 rename to metadata/md5-cache/app-admin/lastpass-cli-0.8.0-r1 index 420111cfd120..09365a4c4d5c 100644 --- a/metadata/md5-cache/app-admin/lastpass-cli-0.8.0 +++ b/metadata/md5-cache/app-admin/lastpass-cli-0.8.0-r1 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile install +DEFINED_PHASES=compile install prepare DEPEND=X? ( || ( x11-misc/xclip x11-misc/xsel ) ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry ) app-text/asciidoc DESCRIPTION=Interfaces with LastPass.com from the command line. EAPI=5 @@ -9,4 +9,5 @@ LICENSE=GPL-2 RDEPEND=X? ( || ( x11-misc/xclip x11-misc/xsel ) ) !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry ) SLOT=0 SRC_URI=https://github.com/lastpass/lastpass-cli/archive/v0.8.0.tar.gz -> lastpass-cli-0.8.0.tar.gz -_md5_=28de2b6c0b2e02e896c62bd5aa2f81b4 +_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=e00d4e028f7d2f5864ac1e7209994dbb diff --git a/metadata/md5-cache/app-crypt/jacksum-1.7.0 b/metadata/md5-cache/app-crypt/jacksum-1.7.0 index fca835431d98..9192838472a1 100644 --- a/metadata/md5-cache/app-crypt/jacksum-1.7.0 +++ b/metadata/md5-cache/app-crypt/jacksum-1.7.0 @@ -4,10 +4,10 @@ DESCRIPTION=Java utility for computing and verifying checksums: CRC*, MD*, RIPEM EAPI=0 HOMEPAGE=http://www.jonelo.de/java/jacksum/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.3.1 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/jacksum/jacksum-1.7.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e49237ba7dc40df0ca575032f6b0bc9e +_md5_=60b532c80000154241b287103f29912a diff --git a/metadata/md5-cache/app-editors/gedit-3.18.3 b/metadata/md5-cache/app-editors/gedit-3.18.3 new file mode 100644 index 000000000000..4eaf218e8bbf --- /dev/null +++ b/metadata/md5-cache/app-editors/gedit-3.18.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=>=dev-libs/libxml2-2.5.0:2 >=dev-libs/glib-2.44:2[dbus] >=x11-libs/gtk+-3.16:3[introspection?] >=x11-libs/gtksourceview-3.18:3.0[introspection?] >=dev-libs/libpeas-1.14.1[gtk] gnome-base/gsettings-desktop-schemas gnome-base/gvfs x11-libs/libX11 net-libs/libsoup:2.4 introspection? ( >=dev-libs/gobject-introspection-0.9.3:= ) python? ( python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pycairo[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pygobject-3:3[cairo,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-libs/libpeas[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) spell? ( >=app-text/enchant-1.2:= >=app-text/iso-codes-0.35 ) app-text/docbook-xml-dtd:4.1.2 app-text/yelp-tools dev-libs/libxml2:2 >=dev-util/gtk-doc-am-1 >=dev-util/intltool-0.50.1 dev-util/itstool >=sys-devel/gettext-0.18 virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=A text editor for the GNOME desktop +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Apps/Gedit +IUSE=+introspection +python spell vala python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 test +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux +LICENSE=GPL-2+ CC-BY-SA-3.0 +RDEPEND=>=dev-libs/libxml2-2.5.0:2 >=dev-libs/glib-2.44:2[dbus] >=x11-libs/gtk+-3.16:3[introspection?] >=x11-libs/gtksourceview-3.18:3.0[introspection?] >=dev-libs/libpeas-1.14.1[gtk] gnome-base/gsettings-desktop-schemas gnome-base/gvfs x11-libs/libX11 net-libs/libsoup:2.4 introspection? ( >=dev-libs/gobject-introspection-0.9.3:= ) python? ( python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pycairo[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/pygobject-3:3[cairo,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-libs/libpeas[python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) spell? ( >=app-text/enchant-1.2:= >=app-text/iso-codes-0.35 ) x11-themes/adwaita-icon-theme +REQUIRED_USE=python? ( introspection ) python? ( ^^ ( python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gedit/3.18/gedit-3.18.3.tar.xz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vala 15f7a43101d2ff0c6dcdab272c02f469 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=3a7557e78d1a6a9c72dfb659beb1b27a diff --git a/metadata/md5-cache/app-editors/gobby-0.4.13-r1 b/metadata/md5-cache/app-editors/gobby-0.4.13-r1 index bc63eb3a82f7..d01c914dd0d2 100644 --- a/metadata/md5-cache/app-editors/gobby-0.4.13-r1 +++ b/metadata/md5-cache/app-editors/gobby-0.4.13-r1 @@ -4,11 +4,11 @@ DESCRIPTION=GTK-based collaborative editor EAPI=5 HOMEPAGE=http://gobby.0x539.de/ IUSE=gnome zeroconf -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc ~x86 LICENSE=GPL-2 RDEPEND=dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 dev-libs/libsigc++:2 >=net-libs/obby-0.4.6[zeroconf?] dev-cpp/libxmlpp:2.6 x11-libs/gtksourceview:2.0 gnome? ( gnome-base/gnome-vfs ) RESTRICT=test SLOT=0 SRC_URI=http://releases.0x539.de/gobby/gobby-0.4.13.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=97757d8f0cf3f3a288d44dc6b2265e15 +_md5_=95cf40e43a05e22e4564d44d8699fb92 diff --git a/metadata/md5-cache/app-editors/jedit-5.0.0 b/metadata/md5-cache/app-editors/jedit-5.0.0 index 8aea17696c3a..dc8cb239d4e5 100644 --- a/metadata/md5-cache/app-editors/jedit-5.0.0 +++ b/metadata/md5-cache/app-editors/jedit-5.0.0 @@ -4,11 +4,11 @@ DESCRIPTION=Programmer's editor written in Java EAPI=5 HOMEPAGE=http://www.jedit.org IUSE=elibc_FreeBSD doc test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2 RDEPEND=dev-java/jsr305:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/jedit/jedit5.0.0source.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1985e7b7cd5681da2dc0238bd9195c98 +_md5_=3e38e470681d1c905a0c5a80b7819b02 diff --git a/metadata/md5-cache/app-editors/jedit-5.2.0 b/metadata/md5-cache/app-editors/jedit-5.2.0 index f37851f7e03b..52665adacf2d 100644 --- a/metadata/md5-cache/app-editors/jedit-5.2.0 +++ b/metadata/md5-cache/app-editors/jedit-5.2.0 @@ -4,11 +4,11 @@ DESCRIPTION=Programmer's editor written in Java EAPI=5 HOMEPAGE=http://www.jedit.org IUSE=elibc_FreeBSD doc test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=BSD GPL-2 RDEPEND=dev-java/jsr305:0 >=virtual/jre-1.7 >=dev-java/java-config-2.2.0 RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/jedit/jedit5.2.0source.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=928d0d0d619ac49fe1ac95dcb767964b +_md5_=351862c28364bd4dface526e7a6e17c1 diff --git a/metadata/md5-cache/app-editors/mg-20160115 b/metadata/md5-cache/app-editors/mg-20160115 new file mode 100644 index 000000000000..6596ef4726ef --- /dev/null +++ b/metadata/md5-cache/app-editors/mg-20160115 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst prepare +DEPEND=sys-libs/ncurses:0 !elibc_FreeBSD? ( >=dev-libs/libbsd-0.7.0 ) virtual/pkgconfig +DESCRIPTION=MicroGnuEmacs, a port from the BSDs +EAPI=6 +HOMEPAGE=http://homepage.boetes.org/software/mg/ +IUSE=livecd +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=public-domain +RDEPEND=sys-libs/ncurses:0 !elibc_FreeBSD? ( >=dev-libs/libbsd-0.7.0 ) +SLOT=0 +SRC_URI=http://homepage.boetes.org/software/mg/mg-20160115.tar.gz +_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=a2c4056f136791f4abff89d66ef76089 diff --git a/metadata/md5-cache/app-emacs/jde-2.4.1 b/metadata/md5-cache/app-emacs/jde-2.4.1 index 0fd8cf112692..f72a29467218 100644 --- a/metadata/md5-cache/app-emacs/jde-2.4.1 +++ b/metadata/md5-cache/app-emacs/jde-2.4.1 @@ -4,10 +4,10 @@ DESCRIPTION=Java Development Environment for Emacs EAPI=5 HOMEPAGE=http://jdee.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2+ RDEPEND=>=virtual/jdk-1.3 app-emacs/elib dev-java/bsh:0 dev-java/junit:0 dev-util/checkstyle:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=virtual/emacs-23 SLOT=0 SRC_URI=mirror://gentoo/jdee-2.4.1.tar.xz _eclasses_=elisp a9bf9dff8b552467c28787ca5393fa0c elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d5a3919570042b168a75bdbf54883aa7 +_md5_=3b2bcc4e0f84c2498708e741827e4bb2 diff --git a/metadata/md5-cache/app-eselect/eselect-java-0.1.0 b/metadata/md5-cache/app-eselect/eselect-java-0.1.0 index b273e9503489..97d28376fc9b 100644 --- a/metadata/md5-cache/app-eselect/eselect-java-0.1.0 +++ b/metadata/md5-cache/app-eselect/eselect-java-0.1.0 @@ -2,9 +2,9 @@ DEFINED_PHASES=- DESCRIPTION=A set of eselect modules for Java EAPI=5 HOMEPAGE=https://www.gentoo.org/proj/en/java/ -KEYWORDS=amd64 ~arm ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ~ia64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=!app-eselect/eselect-ecj !app-eselect/eselect-maven !=sys-devel/automake-1.15:1.15 ) >=s DESCRIPTION=A set of eselect modules for Java EAPI=5 HOMEPAGE=https://www.gentoo.org/proj/en/java/ -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=!app-eselect/eselect-ecj !app-eselect/eselect-maven !=sys-devel/automake-1.15:1.15 ) >=s DESCRIPTION=A set of eselect modules for Java EAPI=5 HOMEPAGE=https://www.gentoo.org/proj/en/java/ -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=!app-eselect/eselect-ecj !app-eselect/eselect-maven !=app-admin/eselect-1.2.8 !=app-admin/eselect-1.2.8 !=virtual/jre-1.5 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://www.roqe.org/jitac/jitac-0.3.0.src.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d272af0e2092c5a39d2119cd07516a2a +_md5_=18c3ca1f57c2b75cad328f43b4c2dfef diff --git a/metadata/md5-cache/app-mobilephone/anyremote-6.5 b/metadata/md5-cache/app-mobilephone/anyremote-6.5 index 27b9a53128bc..15efa2a99a8b 100644 --- a/metadata/md5-cache/app-mobilephone/anyremote-6.5 +++ b/metadata/md5-cache/app-mobilephone/anyremote-6.5 @@ -4,9 +4,9 @@ DESCRIPTION=Bluetooth, infrared or cable remote control service EAPI=5 HOMEPAGE=http://anyremote.sourceforge.net/ IUSE=avahi bluetooth dbus -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 x11-libs/libX11 x11-libs/libXtst avahi? ( net-dns/avahi ) bluetooth? ( net-wireless/bluez ) dbus? ( dev-libs/dbus-glib sys-apps/dbus ) SLOT=0 SRC_URI=mirror://sourceforge/anyremote/anyremote-6.5.tar.gz -_md5_=e57d4f4d1b6f47029e5b025a53048e15 +_md5_=14309795970d3c86acb115a60793be3c diff --git a/metadata/md5-cache/app-office/borg-1.7.4-r3 b/metadata/md5-cache/app-office/borg-1.7.4-r3 index 8af885479d9d..223d5c01d195 100644 --- a/metadata/md5-cache/app-office/borg-1.7.4-r3 +++ b/metadata/md5-cache/app-office/borg-1.7.4-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Calendar and task tracker, written in Java EAPI=5 HOMEPAGE=http://borg-calendar.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=dev-java/javahelp:0 dev-java/oracle-javamail:0 >=virtual/jre-1.6 dev-db/hsqldb:0 dev-java/jgoodies-looks:2.0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/borg-calendar/borg%201.7/BORG%201.7.4/borg_src_1_7_4.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8014f8db6e087167aed94dd5bbc46b91 +_md5_=49064cec97853c8e1a8507c2d2ead8b6 diff --git a/metadata/md5-cache/app-office/magicpoint-1.13a b/metadata/md5-cache/app-office/magicpoint-1.13a deleted file mode 100644 index 5ee045546641..000000000000 --- a/metadata/md5-cache/app-office/magicpoint-1.13a +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare -DEPEND=x11-libs/libICE x11-libs/libSM x11-libs/libXrender x11-libs/libXmu >=media-libs/libpng-1.4 gif? ( >=media-libs/giflib-4.0.1 ) imlib? ( media-libs/imlib ) truetype? ( x11-libs/libXft ) emacs? ( virtual/emacs ) m17n-lib? ( dev-libs/m17n-lib ) mng? ( media-libs/libmng ) sys-devel/autoconf x11-proto/xextproto x11-libs/libxkbfile app-text/rman x11-misc/imake !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 -DESCRIPTION=An X11 based presentation tool -EAPI=4 -HOMEPAGE=http://member.wide.ad.jp/wg/mgp/ -IUSE=cjk doc emacs examples gif imlib m17n-lib mng nls truetype -KEYWORDS=alpha amd64 ~ppc ~sparc x86 -LICENSE=BSD -RDEPEND=x11-libs/libICE x11-libs/libSM x11-libs/libXrender x11-libs/libXmu >=media-libs/libpng-1.4 gif? ( >=media-libs/giflib-4.0.1 ) imlib? ( media-libs/imlib ) truetype? ( x11-libs/libXft ) emacs? ( virtual/emacs ) m17n-lib? ( dev-libs/m17n-lib ) mng? ( media-libs/libmng ) nls? ( sys-devel/gettext ) truetype? ( cjk? ( media-fonts/sazanami ) ) -SLOT=0 -SRC_URI=ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/magicpoint-1.13a.tar.gz ftp://ftp.mew.org/pub/MagicPoint/magicpoint-1.13a.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e08664c03e0133d46a4fad6016560e07 diff --git a/metadata/md5-cache/app-office/scribus-1.4.5 b/metadata/md5-cache/app-office/scribus-1.4.5 index c79675bace71..c1c1cf6b6d70 100644 --- a/metadata/md5-cache/app-office/scribus-1.4.5 +++ b/metadata/md5-cache/app-office/scribus-1.4.5 @@ -4,11 +4,11 @@ DESCRIPTION=Desktop publishing (DTP) and layout program EAPI=5 HOMEPAGE=http://www.scribus.net/ IUSE=cairo debug examples hunspell +minimal +pdf scripts templates tk linguas_af linguas_ar linguas_bg linguas_br linguas_ca linguas_cs_CZ linguas_cy linguas_da_DK linguas_de linguas_de_1901 linguas_de_CH linguas_el linguas_en_AU linguas_en_GB linguas_en_US linguas_eo linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_lt_LT linguas_nb_NO linguas_nl linguas_pl_PL linguas_pt linguas_pt_BR linguas_ru linguas_sa linguas_sk_SK linguas_sl linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW python_targets_python2_7 -KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[tk?] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 dev-qt/qtcore:4 dev-qt/qtgui:4 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] virtual/jpeg:0= cairo? ( x11-libs/cairo[X,svg] ) !cairo? ( media-libs/libart_lgpl ) hunspell? ( app-text/hunspell ) pdf? ( app-text/podofo ) scripts? ( dev-python/pillow[tk?,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) tk? ( dev-python/pillow[tk?,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) app-text/ghostscript-gpl REQUIRED_USE=python_targets_python2_7 tk? ( scripts ) SLOT=0 SRC_URI=mirror://sourceforge/scribus/1.4.5/scribus-1.4.5.tar.bz2 _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6fa0f3f064e2522d30c3e0564915c3d6 +_md5_=cb85773ada235193cf464bb0c40c3cc9 diff --git a/metadata/md5-cache/app-office/wps-office-9.1.0.4975_alpha19_p1 b/metadata/md5-cache/app-office/wps-office-10.1.0.5460_alpha20_p1 similarity index 90% rename from metadata/md5-cache/app-office/wps-office-9.1.0.4975_alpha19_p1 rename to metadata/md5-cache/app-office/wps-office-10.1.0.5460_alpha20_p1 index 3256d53dd9b3..d0109eeda5a1 100644 --- a/metadata/md5-cache/app-office/wps-office-9.1.0.4975_alpha19_p1 +++ b/metadata/md5-cache/app-office/wps-office-10.1.0.5460_alpha20_p1 @@ -9,6 +9,6 @@ LICENSE=WPS-EULA RDEPEND=app-arch/bzip2 dev-libs/expat dev-libs/glib:2 dev-libs/libffi dev-libs/libxml2:2 media-libs/fontconfig:1.0 media-libs/freetype:2 media-libs/glu media-libs/gst-plugins-base:0.10 media-libs/gstreamer:0.10 media-libs/libpng:1.2 virtual/opengl media-libs/tiff:3 sys-apps/util-linux sys-libs/zlib x11-libs/libdrm x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libxcb x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXxf86vm media-libs/libmng net-print/cups net-nds/openldap dev-db/sqlite:3 RESTRICT=strip mirror SLOT=0 -SRC_URI=x86? ( http://kdl.cc.ksosoft.com/wps-community/download/a19/wps-office_9.1.0.4975~a19p1_i386.deb ) amd64? ( http://kdl.cc.ksosoft.com/wps-community/download/a19/wps-office_9.1.0.4975~a19p1_amd64.deb ) +SRC_URI=x86? ( http://kdl.cc.ksosoft.com/wps-community/download/a20/wps-office_10.1.0.5460~a20p1_i386.deb ) amd64? ( http://kdl.cc.ksosoft.com/wps-community/download/a20/wps-office_10.1.0.5460~a20p1_amd64.deb ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d font cd7790315ca5b8c505e1e0513df6acce gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 _md5_=51093313541c5e6a06279f1d4d5b3459 diff --git a/metadata/md5-cache/app-shells/rc-1.7.4 b/metadata/md5-cache/app-shells/rc-1.7.4 index f09ab9da38d8..5347dafac1d9 100644 --- a/metadata/md5-cache/app-shells/rc-1.7.4 +++ b/metadata/md5-cache/app-shells/rc-1.7.4 @@ -9,4 +9,4 @@ LICENSE=rc RDEPEND=readline? ( sys-libs/readline:0 ) libedit? ( dev-libs/libedit ) SLOT=0 SRC_URI=http://static.tobold.org/rc/rc-1.7.4.tar.gz -_md5_=0c2473f26602bac50113b603f25a7b06 +_md5_=6beb3e8d988efbbcdbee784974bac831 diff --git a/metadata/md5-cache/app-text/ansifilter-1.10 b/metadata/md5-cache/app-text/ansifilter-1.10 deleted file mode 100644 index 8c46e7d82d36..000000000000 --- a/metadata/md5-cache/app-text/ansifilter-1.10 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup unpack -DEPEND=qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) -DESCRIPTION=Handles text files containing ANSI terminal escape codes -EAPI=5 -HOMEPAGE=http://www.andre-simon.de/ -IUSE=qt4 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) -SLOT=0 -SRC_URI=http://www.andre-simon.de/zip/ansifilter-1.10.tar.bz2 -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=5c0caba3acbebc33441c1193628ba42d diff --git a/metadata/md5-cache/app-text/ansifilter-1.15 b/metadata/md5-cache/app-text/ansifilter-1.15 new file mode 100644 index 000000000000..0f483b8c922a --- /dev/null +++ b/metadata/md5-cache/app-text/ansifilter-1.15 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare setup +DEPEND=qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) +DESCRIPTION=Handles text files containing ANSI terminal escape codes +EAPI=5 +HOMEPAGE=http://www.andre-simon.de/ +IUSE=qt5 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) +SLOT=0 +SRC_URI=http://www.andre-simon.de/zip/ansifilter-1.15.tar.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=4fd7a00df9f6e421075d882b39578582 diff --git a/metadata/md5-cache/app-text/ansifilter-1.7 b/metadata/md5-cache/app-text/ansifilter-1.7 deleted file mode 100644 index ca5faf95bac8..000000000000 --- a/metadata/md5-cache/app-text/ansifilter-1.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup unpack -DEPEND=qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) -DESCRIPTION=Handles text files containing ANSI terminal escape codes -EAPI=4 -HOMEPAGE=http://www.andre-simon.de/ -IUSE=qt4 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) -SLOT=0 -SRC_URI=http://www.andre-simon.de/zip/ansifilter-1.7.tar.bz2 -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=230b5a149fc4caa71f5978c36dcde0d6 diff --git a/metadata/md5-cache/app-text/jabref-bin-3.2 b/metadata/md5-cache/app-text/jabref-bin-3.2 new file mode 100644 index 000000000000..f2969039cd71 --- /dev/null +++ b/metadata/md5-cache/app-text/jabref-bin-3.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup unpack +DEPEND=>=dev-java/java-config-2.2.0 +DESCRIPTION=Java GUI for managing BibTeX and other bibliographies +EAPI=5 +HOMEPAGE=http://jabref.sourceforge.net/ +IUSE=elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=|| ( >=virtual/jre-1.8 >=virtual/jdk-1.8 ) >=dev-java/java-config-2.2.0 +SLOT=0 +SRC_URI=mirror://sourceforge/jabref/JabRef-3.2.jar +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=1c3d1ef20791dafcb9dc89ff3395c157 diff --git a/metadata/md5-cache/app-text/zemberek-server-0.7.1 b/metadata/md5-cache/app-text/zemberek-server-0.7.1 index 2ca110ecefba..2dddf5f5f612 100644 --- a/metadata/md5-cache/app-text/zemberek-server-0.7.1 +++ b/metadata/md5-cache/app-text/zemberek-server-0.7.1 @@ -4,10 +4,10 @@ DESCRIPTION=A Turkish spell checker server based on Zemberek NLP library EAPI=2 HOMEPAGE=https://github.com/ahmetaa/zemberek-nlp IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=MPL-1.1 GPL-2 RDEPEND=dev-java/zemberek[linguas_tr] dev-java/dbus-java dev-java/mina-core dev-java/slf4j-nop >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=https://zemberek.googlecode.com/files/zemberek-server-nolibs-0.7.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3e824fab193947ee6ce04434603817fe +_md5_=bcf71a6803d067aabd268b7c92c882d3 diff --git a/metadata/md5-cache/app-text/zemberek-server-0.7.1-r1 b/metadata/md5-cache/app-text/zemberek-server-0.7.1-r1 index 2e422b6a5a16..2a172be56467 100644 --- a/metadata/md5-cache/app-text/zemberek-server-0.7.1-r1 +++ b/metadata/md5-cache/app-text/zemberek-server-0.7.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A Turkish spell checker server based on Zemberek NLP library EAPI=5 HOMEPAGE=https://github.com/ahmetaa/zemberek-nlp IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=MPL-1.1 GPL-2 RDEPEND=dev-java/zemberek[linguas_tr] dev-java/dbus-java dev-java/mina-core dev-java/slf4j-nop >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=https://zemberek.googlecode.com/files/zemberek-server-nolibs-0.7.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6754e2d0c9661fc9bcb722a8027e7703 +_md5_=660db1fce093a7626d4fc165d6f3c608 diff --git a/metadata/md5-cache/app-vim/ant_menu-0.5.7.1 b/metadata/md5-cache/app-vim/ant_menu-0.5.7.1 index 5398fe7a590b..d1d4521eb5e9 100644 --- a/metadata/md5-cache/app-vim/ant_menu-0.5.7.1 +++ b/metadata/md5-cache/app-vim/ant_menu-0.5.7.1 @@ -3,10 +3,10 @@ DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) DESCRIPTION=vim plugin: Java ant build system integration EAPI=0 HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=155 -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~x86-macos LICENSE=LGPL-2 RDEPEND=dev-java/ant || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/ant_menu-0.5.7.1.tar.bz2 https://dev.gentoo.org/~radhermit/vim/ant_menu-0.5.7.1.tar.bz2 _eclasses_=vim-doc 1b0813c9dadf2431c96854a8d46f5eaf vim-plugin 1bbfc3364a7588372fb4c21734f0cd96 -_md5_=823c545db120d82730d4ae746a4fa1b3 +_md5_=2d50de553549a6e4ee4f1b17bed7a387 diff --git a/metadata/md5-cache/dev-cpp/antlr-cpp-2.7.7 b/metadata/md5-cache/dev-cpp/antlr-cpp-2.7.7 index 3d39896d2a05..e71dc04a0519 100644 --- a/metadata/md5-cache/dev-cpp/antlr-cpp-2.7.7 +++ b/metadata/md5-cache/dev-cpp/antlr-cpp-2.7.7 @@ -4,11 +4,11 @@ DESCRIPTION=The ANTLR 2 C++ Runtime EAPI=5 HOMEPAGE=http://www.antlr2.org/ IUSE=doc examples static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~arm ~ppc ~x86 LICENSE=public-domain RDEPEND=!!dev-java/antlr:0[cxx] RESTRICT=test SLOT=2 SRC_URI=http://www.antlr2.org/download/antlr-2.7.7.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e5820281f6ee0894bbdbea3991690e33 +_md5_=3f9438051d842448d853d34e40fa4eb9 diff --git a/metadata/md5-cache/dev-cpp/gtkmm-3.18.0 b/metadata/md5-cache/dev-cpp/gtkmm-3.18.0 deleted file mode 100644 index 276e2934596f..000000000000 --- a/metadata/md5-cache/dev-cpp/gtkmm-3.18.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack -DEPEND=>=dev-cpp/glibmm-2.46.1:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gtk+-3.18.0:3[aqua?,wayland?,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gdk-pixbuf-2.28:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-cpp/atkmm-2.24.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-cpp/cairomm-1.12.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-cpp/pangomm-2.38.1:1.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libsigc++-2.3.2:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libepoxy-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/pkgconfig doc? ( media-gfx/graphviz dev-libs/libxslt app-doc/doxygen ) app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info -DESCRIPTION=C++ interface for GTK+ -EAPI=5 -HOMEPAGE=http://www.gtkmm.org -IUSE=aqua doc examples test wayland X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=LGPL-2.1+ -RDEPEND=>=dev-cpp/glibmm-2.46.1:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gtk+-3.18.0:3[aqua?,wayland?,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/gdk-pixbuf-2.28:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-cpp/atkmm-2.24.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-cpp/cairomm-1.12.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-cpp/pangomm-2.38.1:1.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libsigc++-2.3.2:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libepoxy-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] -REQUIRED_USE=|| ( aqua wayland X ) -SLOT=3.0 -SRC_URI=mirror://gnome/sources/gtkmm/3.18/gtkmm-3.18.0.tar.xz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=4a958fc02a3faf1d4837a3b3924625e1 diff --git a/metadata/md5-cache/dev-cpp/gtkmm-3.18.0-r1 b/metadata/md5-cache/dev-cpp/gtkmm-3.18.0-r1 index 03997ad55935..de15f1029e85 100644 --- a/metadata/md5-cache/dev-cpp/gtkmm-3.18.0-r1 +++ b/metadata/md5-cache/dev-cpp/gtkmm-3.18.0-r1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( aqua wayland X ) SLOT=3.0 SRC_URI=mirror://gnome/sources/gtkmm/3.18/gtkmm-3.18.0.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=4018ecb5809dd20d3c78b1fd01b8fecb +_md5_=dda5bce47aa3cd3d350b7aad749171f1 diff --git a/metadata/md5-cache/dev-cpp/muParser-2.2.3 b/metadata/md5-cache/dev-cpp/muParser-2.2.3 index 4f3fa225e535..be19a7ec96a9 100644 --- a/metadata/md5-cache/dev-cpp/muParser-2.2.3 +++ b/metadata/md5-cache/dev-cpp/muParser-2.2.3 @@ -4,9 +4,9 @@ DESCRIPTION=Library for parsing mathematical expressions EAPI=5 HOMEPAGE=http://muparser.beltoforion.de/ IUSE=doc test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=MIT SLOT=0 SRC_URI=mirror://sourceforge/muparser/muparser_v2_2_3.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=df5d34d4c1bfe813f889a22524620334 +_md5_=45c924934d3a5f88f3b12224dd9ad46e diff --git a/metadata/md5-cache/dev-db/henplus-0.9.8 b/metadata/md5-cache/dev-db/henplus-0.9.8 index 1b74da9103c2..9161ee364b14 100644 --- a/metadata/md5-cache/dev-db/henplus-0.9.8 +++ b/metadata/md5-cache/dev-db/henplus-0.9.8 @@ -4,10 +4,10 @@ DESCRIPTION=Java-based multisession SQL shell for databases with JDBC support EAPI=2 HOMEPAGE=http://henplus.sf.net IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 dev-java/commons-cli:1 dev-java/libreadline-java:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/henplus/henplus-0.9.8.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=58af326aa3dc9e5c428edbed54939cf7 +_md5_=5384eb7345cb0f679e76395024a58819 diff --git a/metadata/md5-cache/dev-db/henplus-0.9.8-r1 b/metadata/md5-cache/dev-db/henplus-0.9.8-r1 index de42fbdf8b3f..37c662393089 100644 --- a/metadata/md5-cache/dev-db/henplus-0.9.8-r1 +++ b/metadata/md5-cache/dev-db/henplus-0.9.8-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Java-based multisession SQL shell for databases with JDBC support EAPI=5 HOMEPAGE=http://henplus.sf.net IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 dev-java/commons-cli:1 dev-java/libreadline-java:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/henplus/henplus-0.9.8.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6af453e142c83b38fb759a41c5688cd6 +_md5_=f1038393e92615b0af1ab2864a04804d diff --git a/metadata/md5-cache/dev-db/hsqldb-1.8.1.3-r1 b/metadata/md5-cache/dev-db/hsqldb-1.8.1.3-r1 index 38ef12ba3ccc..652fa923fef0 100644 --- a/metadata/md5-cache/dev-db/hsqldb-1.8.1.3-r1 +++ b/metadata/md5-cache/dev-db/hsqldb-1.8.1.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=The leading SQL relational database engine written in Java EAPI=5 HOMEPAGE=http://hsqldb.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=BSD GPL-2 RDEPEND=java-virtuals/servlet-api:2.5 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/hsqldb/hsqldb_1_8_1_3.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d153b66f61b7c812ae8a322b93fe9991 +_md5_=000679765bcdbcd74ddc14e4d13150b3 diff --git a/metadata/md5-cache/dev-db/mysql-workbench-6.3.3 b/metadata/md5-cache/dev-db/mysql-workbench-6.3.3 index 41808368571d..d1729d86f6eb 100644 --- a/metadata/md5-cache/dev-db/mysql-workbench-6.3.3 +++ b/metadata/md5-cache/dev-db/mysql-workbench-6.3.3 @@ -4,10 +4,10 @@ DESCRIPTION=MySQL Workbench EAPI=5 HOMEPAGE=http://dev.mysql.com/workbench/ IUSE=debug doc gnome-keyring python_targets_python2_7 -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[sqlite] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] dev-libs/glib:2 dev-cpp/atkmm dev-cpp/pangomm >=dev-cpp/glibmm-2.14:2 >=dev-cpp/gtkmm-2.14:2.4 dev-libs/atk x11-libs/pango >=x11-libs/gtk+-2.20:2 gnome-base/libglade:2.0 >=x11-libs/cairo-1.5.12[glib,svg] dev-libs/libsigc++:2 dev-libs/boost[nls] >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 dev-libs/libzip >=virtual/mysql-5.1 dev-libs/libpcre >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl >=dev-lang/lua-5.1[deprecated] || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) dev-libs/tinyxml[stl] dev-db/mysql-connector-c++ dev-db/vsqlite++ || ( dev-db/libiodbc dev-db/unixODBC ) gnome-keyring? ( gnome-base/libgnome-keyring ) dev-python/pexpect >=dev-python/paramiko-1.7.4 app-admin/sudo >=sys-apps/net-tools-1.60_p20120127084908 SLOT=0 SRC_URI=mirror://mysql/Downloads/MySQLGUITools/mysql-workbench-community-6.3.3-src.tar.gz https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true -> antlr-3.4-complete.jar _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=33ed5c80fdb28b8213ec1a6e8a24631b +_md5_=69b6dda8072038834989fe8751b2f186 diff --git a/metadata/md5-cache/dev-db/mysql-workbench-6.3.4 b/metadata/md5-cache/dev-db/mysql-workbench-6.3.4 index 30fbcf5dc83a..9728a2febc8a 100644 --- a/metadata/md5-cache/dev-db/mysql-workbench-6.3.4 +++ b/metadata/md5-cache/dev-db/mysql-workbench-6.3.4 @@ -4,10 +4,10 @@ DESCRIPTION=MySQL Workbench EAPI=5 HOMEPAGE=http://dev.mysql.com/workbench/ IUSE=debug doc gnome-keyring python_targets_python2_7 -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[sqlite] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] dev-libs/glib:2 dev-cpp/atkmm dev-cpp/pangomm >=dev-cpp/glibmm-2.14:2 >=dev-cpp/gtkmm-2.14:2.4 dev-libs/atk x11-libs/pango >=x11-libs/gtk+-2.20:2 gnome-base/libglade:2.0 >=x11-libs/cairo-1.5.12[glib,svg] dev-libs/libsigc++:2 >=dev-libs/boost-1.55.0[nls] >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 dev-libs/libzip >=virtual/mysql-5.1 dev-libs/libpcre >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl >=dev-lang/lua-5.1[deprecated] || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) dev-libs/tinyxml[stl] dev-db/mysql-connector-c++ dev-db/vsqlite++ || ( dev-db/libiodbc dev-db/unixODBC ) gnome-keyring? ( gnome-base/libgnome-keyring ) dev-python/pexpect >=dev-python/paramiko-1.7.4 app-admin/sudo >=sys-apps/net-tools-1.60_p20120127084908 SLOT=0 SRC_URI=mirror://mysql/Downloads/MySQLGUITools/mysql-workbench-community-6.3.4-src.tar.gz https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true -> antlr-3.4-complete.jar _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=0784a4237fb71cb55c4a71df1f23df5a +_md5_=f42024dea215e45446b641342301ff34 diff --git a/metadata/md5-cache/dev-db/mysql-workbench-6.3.4-r1 b/metadata/md5-cache/dev-db/mysql-workbench-6.3.4-r1 index b192e058cb6c..2b371b1a885b 100644 --- a/metadata/md5-cache/dev-db/mysql-workbench-6.3.4-r1 +++ b/metadata/md5-cache/dev-db/mysql-workbench-6.3.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=MySQL Workbench EAPI=5 HOMEPAGE=http://dev.mysql.com/workbench/ IUSE=debug doc gnome-keyring python_targets_python2_7 -KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[sqlite] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] dev-libs/glib:2 dev-cpp/atkmm dev-cpp/pangomm >=dev-cpp/glibmm-2.14:2 >=dev-cpp/gtkmm-2.14:2.4 dev-libs/atk x11-libs/pango >=x11-libs/gtk+-2.20:2 gnome-base/libglade:2.0 >=x11-libs/cairo-1.5.12[glib,svg] dev-libs/libsigc++:2 >=dev-libs/boost-1.55.0[nls] >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 dev-libs/libzip >=virtual/mysql-5.1 dev-libs/libpcre >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl >=dev-lang/lua-5.1:0[deprecated] || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) dev-libs/tinyxml[stl] dev-db/mysql-connector-c++ dev-db/vsqlite++ || ( dev-db/libiodbc dev-db/unixODBC ) gnome-keyring? ( gnome-base/libgnome-keyring ) dev-python/pexpect >=dev-python/paramiko-1.7.4 app-admin/sudo >=sys-apps/net-tools-1.60_p20120127084908 SLOT=0 SRC_URI=mirror://mysql/Downloads/MySQLGUITools/mysql-workbench-community-6.3.4-src.tar.gz https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true -> antlr-3.4-complete.jar _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=36a976a616b3023c23efbdd4c43c999e +_md5_=2828f3885611085779806a7d41808599 diff --git a/metadata/md5-cache/dev-db/sqlcipher-3.3.0 b/metadata/md5-cache/dev-db/sqlcipher-3.3.0 index e7f680251a73..fa12bd1f0ebe 100644 --- a/metadata/md5-cache/dev-db/sqlcipher-3.3.0 +++ b/metadata/md5-cache/dev-db/sqlcipher-3.3.0 @@ -4,10 +4,10 @@ DESCRIPTION=Full Database Encryption for SQLite EAPI=5 HOMEPAGE=http://sqlcipher.net/ IUSE=readline static-libs tcl abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=BSD RDEPEND=dev-libs/openssl:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] readline? ( sys-libs/readline:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tcl? ( dev-lang/tcl:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) SLOT=0 SRC_URI=https://github.com/sqlcipher/sqlcipher/archive/v3.3.0.tar.gz -> sqlcipher-3.3.0.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=913a5f40f6d9d0bee3bf7a5a897441d0 +_md5_=25c9e315c8f81a5be242825cf4e0ce6f diff --git a/metadata/md5-cache/dev-dotnet/ikvm-0.46.0.1 b/metadata/md5-cache/dev-dotnet/ikvm-0.46.0.1 index 64088312a742..85269f6a4576 100644 --- a/metadata/md5-cache/dev-dotnet/ikvm-0.46.0.1 +++ b/metadata/md5-cache/dev-dotnet/ikvm-0.46.0.1 @@ -4,10 +4,10 @@ DESCRIPTION=Java VM for .NET EAPI=4 HOMEPAGE=http://www.ikvm.net/ http://weblog.ikvm.net/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=ZLIB GPL-2-with-linking-exception RDEPEND=>=dev-lang/mono-2 dev-libs/glib >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://www.frijters.net/openjdk6-b22-stripped.zip http://www.frijters.net/ikvmsrc-0.46.0.1.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 mono 3fb22ec265e021c7294a29e720f3d5f7 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=289b2d3af93dec3b8a0664da01b91ada +_md5_=ca61ec2520b71b6f61139af878cde63a diff --git a/metadata/md5-cache/dev-dotnet/ikvm-0.46.0.2 b/metadata/md5-cache/dev-dotnet/ikvm-0.46.0.2 index b1e8fd6e2ab3..92300c3b6304 100644 --- a/metadata/md5-cache/dev-dotnet/ikvm-0.46.0.2 +++ b/metadata/md5-cache/dev-dotnet/ikvm-0.46.0.2 @@ -4,10 +4,10 @@ DESCRIPTION=Java VM for .NET EAPI=4 HOMEPAGE=http://www.ikvm.net/ http://weblog.ikvm.net/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=ZLIB GPL-2-with-linking-exception RDEPEND=>=dev-lang/mono-2 dev-libs/glib >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://www.frijters.net/openjdk6-b22-stripped.zip http://www.frijters.net/ikvmsrc-0.46.0.2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 mono 3fb22ec265e021c7294a29e720f3d5f7 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a15d194326147c61468c98a376fd063e +_md5_=d87c81e839c4c46db2cd90a3da9c47e9 diff --git a/metadata/md5-cache/dev-java/annogen-0.1.0-r2 b/metadata/md5-cache/dev-java/annogen-0.1.0-r2 index d61c6af3f2ce..6c0e3e00fd39 100644 --- a/metadata/md5-cache/dev-java/annogen-0.1.0-r2 +++ b/metadata/md5-cache/dev-java/annogen-0.1.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A tool which helps you work with JSR175 annotations EAPI=5 HOMEPAGE=https://github.com/codehaus/annogen IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~ppc64 ~x86 LICENSE=BSD RDEPEND=dev-java/qdox:1.6 dev-java/ant-core:0 java-virtuals/jdk-with-com-sun:0 >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://dist.codehaus.org/annogen/distributions/annogen-0.1.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fbc8b6b707ad1060d40a8dd1ea810852 +_md5_=7eb8e159be7e5400a1785bb7904daf6c diff --git a/metadata/md5-cache/dev-java/ant-1.9.2 b/metadata/md5-cache/dev-java/ant-1.9.2 index ddb1dd4db3c0..46e692b25c68 100644 --- a/metadata/md5-cache/dev-java/ant-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-1.9.2 @@ -3,9 +3,9 @@ DESCRIPTION=Java-based build tool similar to 'make' that uses XML configuration EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=X +antlr +bcel +bsf +commonslogging +commonsnet jai +javamail +jdepend jmf +jsch +log4j +oro +regexp +resolver testutil -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=~dev-java/ant-core-1.9.2 ~dev-java/ant-nodeps-1.9.2 ~dev-java/ant-junit-1.9.2 !dev-java/ant-optional !dev-java/ant-tasks ~dev-java/ant-trax-1.9.2 ~dev-java/ant-apache-xalan2-1.9.2 antlr? ( ~dev-java/ant-antlr-1.9.2 ) bcel? ( ~dev-java/ant-apache-bcel-1.9.2 ) bsf? ( ~dev-java/ant-apache-bsf-1.9.2 ) log4j? ( ~dev-java/ant-apache-log4j-1.9.2 ) oro? ( ~dev-java/ant-apache-oro-1.9.2 ) regexp? ( ~dev-java/ant-apache-regexp-1.9.2 ) resolver? ( ~dev-java/ant-apache-resolver-1.9.2 ) commonslogging? ( ~dev-java/ant-commons-logging-1.9.2 ) commonsnet? ( ~dev-java/ant-commons-net-1.9.2 ) jai? ( ~dev-java/ant-jai-1.9.2 ) javamail? ( ~dev-java/ant-javamail-1.9.2 ) jdepend? ( ~dev-java/ant-jdepend-1.9.2 ) jmf? ( ~dev-java/ant-jmf-1.9.2 ) jsch? ( ~dev-java/ant-jsch-1.9.2 ) testutil? ( ~dev-java/ant-testutil-1.9.2 ) X? ( ~dev-java/ant-swing-1.9.2 ) SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=57d60391f5e478d81f98be3df84c44ea +_md5_=1940f01cfaf5e0503a7c35846728932e diff --git a/metadata/md5-cache/dev-java/ant-antlr-1.9.2-r1 b/metadata/md5-cache/dev-java/ant-antlr-1.9.2-r1 index 591fcec48bd7..4bb47852b561 100644 --- a/metadata/md5-cache/dev-java/ant-antlr-1.9.2-r1 +++ b/metadata/md5-cache/dev-java/ant-antlr-1.9.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks for Antlr EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/antlr-2.7.7-r7:0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a0dffe4a71a62adf28e87959647bd2fc +_md5_=d2ac92abe8267b2f7f4b0b259cc21124 diff --git a/metadata/md5-cache/dev-java/ant-apache-bcel-1.9.2 b/metadata/md5-cache/dev-java/ant-apache-bcel-1.9.2 index bebde93e1aa6..aee1932f56a9 100644 --- a/metadata/md5-cache/dev-java/ant-apache-bcel-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-apache-bcel-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on bcel EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/bcel-5.1-r3:0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=36b4baf24a4f594d1d9bca9ad799fae4 +_md5_=e60b98206088a5f7a7c3c1aefe7cb335 diff --git a/metadata/md5-cache/dev-java/ant-apache-bsf-1.9.2 b/metadata/md5-cache/dev-java/ant-apache-bsf-1.9.2 index 35178ebd320d..8fa989832e8c 100644 --- a/metadata/md5-cache/dev-java/ant-apache-bsf-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-apache-bsf-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on bsf-2.3 EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=python javascript tcl elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?] >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=17983d08081fcb1c4b16ccf71c210024 +_md5_=87ac72eef99ed1837b184ea48d99898a diff --git a/metadata/md5-cache/dev-java/ant-apache-log4j-1.9.2 b/metadata/md5-cache/dev-java/ant-apache-log4j-1.9.2 index cf93dd37453e..e9ffe94edaad 100644 --- a/metadata/md5-cache/dev-java/ant-apache-log4j-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-apache-log4j-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on log4j EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/log4j-1.2.13-r2:0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=be265fc285ab573caacbcb8aa7225372 +_md5_=ed1053fd4f0be2a4e8c10b201cfbb7c1 diff --git a/metadata/md5-cache/dev-java/ant-apache-oro-1.9.2 b/metadata/md5-cache/dev-java/ant-apache-oro-1.9.2 index 99c03db103b8..a2874b1cc77a 100644 --- a/metadata/md5-cache/dev-java/ant-apache-oro-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-apache-oro-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on jakarta-oro-2.0 EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/jakarta-oro-2.0.8-r2:2.0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=de57d765df8a3877880437130f493c5d +_md5_=54b15853f8657cb74d621b0b4cdd482c diff --git a/metadata/md5-cache/dev-java/ant-apache-regexp-1.9.2 b/metadata/md5-cache/dev-java/ant-apache-regexp-1.9.2 index 4414457007c6..5f543a1719fe 100644 --- a/metadata/md5-cache/dev-java/ant-apache-regexp-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-apache-regexp-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on jakarta-regexp-1.4 EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/jakarta-regexp-1.4-r1:1.4 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=866ef9ddb5534eeb2d464737592b1a02 +_md5_=bb0d2e09130e9cff002658d8d352206d diff --git a/metadata/md5-cache/dev-java/ant-apache-resolver-1.9.2 b/metadata/md5-cache/dev-java/ant-apache-resolver-1.9.2 index ee693066ba7f..9a360433761e 100644 --- a/metadata/md5-cache/dev-java/ant-apache-resolver-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-apache-resolver-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on xml-commons-resolver EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/xml-commons-resolver-1.2:0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8c711178582c2969948edefc79cf9154 +_md5_=e0e7e90aa355559dd425ee59262b38fc diff --git a/metadata/md5-cache/dev-java/ant-apache-xalan2-1.9.2-r1 b/metadata/md5-cache/dev-java/ant-apache-xalan2-1.9.2-r1 index f2c6455f4539..3348a429bc79 100644 --- a/metadata/md5-cache/dev-java/ant-apache-xalan2-1.9.2-r1 +++ b/metadata/md5-cache/dev-java/ant-apache-xalan2-1.9.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on xalan EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/xalan:0 dev-java/xalan-serializer:0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=86c26e93868bce5fbafaf1a36b910c52 +_md5_=e4dc377139f2baefe7e6133f1dc82550 diff --git a/metadata/md5-cache/dev-java/ant-commons-logging-1.9.2 b/metadata/md5-cache/dev-java/ant-commons-logging-1.9.2 index 0d72bb35970a..2b062c182c30 100644 --- a/metadata/md5-cache/dev-java/ant-commons-logging-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-commons-logging-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on commons-logging EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/commons-logging-1.0.4-r2:0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9e83f4b0cbb0a198090592adc423f332 +_md5_=d93c99deba2b70ad3f268c2e2ebd54a1 diff --git a/metadata/md5-cache/dev-java/ant-commons-net-1.9.2 b/metadata/md5-cache/dev-java/ant-commons-net-1.9.2 index 2a5edb6f5786..562ee328d9ae 100644 --- a/metadata/md5-cache/dev-java/ant-commons-net-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-commons-net-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on commons-net EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/commons-net-1.4.1-r1:0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=45176a75e4f172d895a42922944d990c +_md5_=84d4bc4818b982769e0ada75656e0f8f diff --git a/metadata/md5-cache/dev-java/ant-contrib-1.0_beta2-r2 b/metadata/md5-cache/dev-java/ant-contrib-1.0_beta2-r2 index 86bb3a123ee8..808195498e54 100644 --- a/metadata/md5-cache/dev-java/ant-contrib-1.0_beta2-r2 +++ b/metadata/md5-cache/dev-java/ant-contrib-1.0_beta2-r2 @@ -4,11 +4,11 @@ DESCRIPTION=A collection of tasks (and at one point maybe types and other tools) EAPI=0 HOMEPAGE=http://ant-contrib.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/bcel-5.1 >=dev-java/xerces-2.7 >=dev-java/ant-core-1.7.0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/ant-contrib/ant-contrib-1.0b2-src.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=19ef542f0594d1ae0e7ef0779cea6e86 +_md5_=a0e46649700bf9ad0f395a86a83d35af diff --git a/metadata/md5-cache/dev-java/ant-contrib-1.0_beta3-r1 b/metadata/md5-cache/dev-java/ant-contrib-1.0_beta3-r1 index 17e67615ac0c..b167dbafdea3 100644 --- a/metadata/md5-cache/dev-java/ant-contrib-1.0_beta3-r1 +++ b/metadata/md5-cache/dev-java/ant-contrib-1.0_beta3-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A collection of tasks (and at one point maybe types and other tools) EAPI=5 HOMEPAGE=http://ant-contrib.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/bcel-5.1:0 dev-java/commons-httpclient:3 dev-java/xerces:2 dev-java/ant-ivy:0 >=dev-java/ant-core-1.7.0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/ant-contrib/ant-contrib-1.0b3-src.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a32698713b6933d9d736ec6356e8e93c +_md5_=c50557314f60f4d23092678ae6b03d69 diff --git a/metadata/md5-cache/dev-java/ant-core-1.9.2 b/metadata/md5-cache/dev-java/ant-core-1.9.2 index 88538574f9d9..899b58a56f3c 100644 --- a/metadata/md5-cache/dev-java/ant-core-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-core-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Java-based build tool similar to 'make' that uses XML configuration EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=|| ( >=virtual/jdk-1.5 dev-java/gcj-jdk ) !dev-java/ant-tasks !dev-java/ant-optional >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4b3b3bd61d19425e41a08b89a2a67ebc +_md5_=4ec71def9bdeec62c51ecf2af3c42f24 diff --git a/metadata/md5-cache/dev-java/ant-eclipse-ecj-3.7.2 b/metadata/md5-cache/dev-java/ant-eclipse-ecj-3.7.2 index 616086869784..4d2fdbe51413 100644 --- a/metadata/md5-cache/dev-java/ant-eclipse-ecj-3.7.2 +++ b/metadata/md5-cache/dev-java/ant-eclipse-ecj-3.7.2 @@ -4,10 +4,10 @@ DESCRIPTION=Ant Compiler Adapter for Eclipse Java Compiler EAPI=4 HOMEPAGE=http://www.eclipse.org/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=EPL-1.0 RDEPEND=>=virtual/jre-1.4 ~dev-java/eclipse-ecj-3.7.2 >=dev-java/ant-core-1.7 >=dev-java/java-config-2.2.0 SLOT=3.7 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/ecjsrc-3.7.2.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ed48f3181d5673a2438911ba94cc54db +_md5_=3b367f3f7da3596a151e81b8e3a67498 diff --git a/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.2.1 b/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.2.1 index e0a608f2bed5..f3ad1edc44b9 100644 --- a/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.2.1 +++ b/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.2.1 @@ -4,10 +4,10 @@ DESCRIPTION=Ant Compiler Adapter for Eclipse Java Compiler EAPI=4 HOMEPAGE=http://www.eclipse.org/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=EPL-1.0 RDEPEND=>=virtual/jre-1.4 ~dev-java/eclipse-ecj-4.2.1 >=dev-java/ant-core-1.7 >=dev-java/java-config-2.2.0 SLOT=4.2 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/ecjsrc-4.2.1.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=544fc2ebf4ba5e7ccb7e77bc56281c8e +_md5_=5466c338e4f3e9001405d01b0c9dea8a diff --git a/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.4.2 b/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.4.2 index 6966b6bf9c55..cb0ff3842cd8 100644 --- a/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.4.2 +++ b/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.4.2 @@ -4,10 +4,10 @@ DESCRIPTION=Ant Compiler Adapter for Eclipse Java Compiler EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=EPL-1.0 RDEPEND=~dev-java/eclipse-ecj-4.4.2:4.4 >=dev-java/ant-core-1.7 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.4 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.2-201502041700/ecjsrc-4.4.2.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=10d0911c4b788fedec315e7f0db44b5e +_md5_=c8fb10427b0cbc6248815bcb7155b1de diff --git a/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.5.1 b/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.5.1 index c3460eefb205..057341a9ec55 100644 --- a/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.5.1 +++ b/metadata/md5-cache/dev-java/ant-eclipse-ecj-4.5.1 @@ -4,10 +4,10 @@ DESCRIPTION=Ant Compiler Adapter for Eclipse Java Compiler EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=EPL-1.0 RDEPEND=~dev-java/eclipse-ecj-4.5.1:4.5 >=dev-java/ant-core-1.7 >=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.5 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops4/R-4.5.1-201509040015/ecjsrc-4.5.1.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f8a0e92018c0a58a01bd430900537127 +_md5_=f2323770c7b61d3a38623dac042ccfc5 diff --git a/metadata/md5-cache/dev-java/ant-ivy-1.3.1-r1 b/metadata/md5-cache/dev-java/ant-ivy-1.3.1-r1 index 138dcc2ec5b8..5bed209d60d8 100644 --- a/metadata/md5-cache/dev-java/ant-ivy-1.3.1-r1 +++ b/metadata/md5-cache/dev-java/ant-ivy-1.3.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Ivy is a free java based dependency manager EAPI=0 HOMEPAGE=http://jayasoft.org/ivy IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.4 dev-java/ant-core =dev-java/commons-cli-1* =dev-java/commons-httpclient-3* dev-java/commons-logging =dev-java/jakarta-oro-2.0* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://jayasoft.org/downloads/ivy/1.3.1/ivy-1.3.1-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f6f83b668c5fdeb3fb9b316c3418de12 +_md5_=6cf21397e4fa1ee8cebbc3ec07f8b7d7 diff --git a/metadata/md5-cache/dev-java/ant-ivy-1.4.1-r1 b/metadata/md5-cache/dev-java/ant-ivy-1.4.1-r1 index a5bcf530c7b4..f1c3b33d0da7 100644 --- a/metadata/md5-cache/dev-java/ant-ivy-1.4.1-r1 +++ b/metadata/md5-cache/dev-java/ant-ivy-1.4.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Ivy is a free java based dependency manager EAPI=5 HOMEPAGE=http://ant.apache.org/ivy IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/ant-core:0 dev-java/commons-cli:1 dev-java/commons-httpclient:3 dev-java/commons-vfs:0 dev-java/jakarta-oro:2.0 dev-java/jsch:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.jaya.free.fr/downloads/ivy/1.4.1/ivy-1.4.1-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=aa0142475bb2ea335eec6226b4beb8f6 +_md5_=cd5e0be2d75e7b4e7d262a34284f9ecc diff --git a/metadata/md5-cache/dev-java/ant-ivy-2.0.0 b/metadata/md5-cache/dev-java/ant-ivy-2.0.0 index 25990eac7254..2154a9ff74dd 100644 --- a/metadata/md5-cache/dev-java/ant-ivy-2.0.0 +++ b/metadata/md5-cache/dev-java/ant-ivy-2.0.0 @@ -4,11 +4,11 @@ DESCRIPTION=Ivy is a free java based dependency manager EAPI=2 HOMEPAGE=http://ant.apache.org/ivy IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/ant-core:0 dev-java/jakarta-oro:2.0 dev-java/jsch:0 dev-java/commons-httpclient:3 dev-java/commons-vfs:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=2 SRC_URI=mirror://apache/ant/ivy/2.0.0/apache-ivy-2.0.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=234d19be4f7d4a40aa201331ebc5a6c7 +_md5_=229bfbf4c04d5ca0e923ab10704d97ad diff --git a/metadata/md5-cache/dev-java/ant-ivy-2.3.0-r2 b/metadata/md5-cache/dev-java/ant-ivy-2.3.0-r2 index 0fdb060ed2b7..874a6c504385 100644 --- a/metadata/md5-cache/dev-java/ant-ivy-2.3.0-r2 +++ b/metadata/md5-cache/dev-java/ant-ivy-2.3.0-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Ivy is a free java based dependency manager EAPI=5 HOMEPAGE=http://ant.apache.org/ivy IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/jsch:0 dev-java/bcpg:1.50 dev-java/ant-core:0 dev-java/bcpkix:1.50 dev-java/bcprov:1.50 dev-java/commons-vfs:0 dev-java/jakarta-oro:2.0 dev-java/commons-httpclient:3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=2 SRC_URI=mirror://apache/ant/ivy/2.3.0/apache-ivy-2.3.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dd94c6bf8e13684534a1eae4406af7b6 +_md5_=6f2219679c44f598fdd9c5d02c12120e diff --git a/metadata/md5-cache/dev-java/ant-jai-1.9.2 b/metadata/md5-cache/dev-java/ant-jai-1.9.2 index 413b71ac4dd2..d5ce3b197f6d 100644 --- a/metadata/md5-cache/dev-java/ant-jai-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-jai-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on sun-jai-bin EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=dev-java/sun-jai-bin-1.1.2.01-r1 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1aa0d0dc618d987d3e5c69692b4841cb +_md5_=6d463876051a4ae88b7450e57db4fe8f diff --git a/metadata/md5-cache/dev-java/ant-javamail-1.9.2 b/metadata/md5-cache/dev-java/ant-javamail-1.9.2 index 34d144b8e1c9..d1de1651ccd1 100644 --- a/metadata/md5-cache/dev-java/ant-javamail-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-javamail-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on --virtual javamail EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=java-virtuals/javamail java-virtuals/jaf >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8f2ac3bd5b0cbbb7ab654b2b20beb54b +_md5_=e11f81aaf8c823decee440b7d19032d8 diff --git a/metadata/md5-cache/dev-java/ant-javamail-1.9.2-r1 b/metadata/md5-cache/dev-java/ant-javamail-1.9.2-r1 index c542ea329965..8ca8713a5293 100644 --- a/metadata/md5-cache/dev-java/ant-javamail-1.9.2-r1 +++ b/metadata/md5-cache/dev-java/ant-javamail-1.9.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on --virtual oracle-javamail EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/oracle-javamail:0 java-virtuals/jaf:0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=104678a82b90d2ee3e7325e5cd42a098 +_md5_=21f2ec7cd87648a2a3912a0ff18187c8 diff --git a/metadata/md5-cache/dev-java/ant-jdepend-1.9.2 b/metadata/md5-cache/dev-java/ant-jdepend-1.9.2 index 92fed7894ca3..4ef2a0b02c99 100644 --- a/metadata/md5-cache/dev-java/ant-jdepend-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-jdepend-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on jdepend EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/jdepend-2.9-r2:0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=880902d7c96519e1a3df9c79acdebf2c +_md5_=08e9d7f8af95c6edbcf2817da71fee76 diff --git a/metadata/md5-cache/dev-java/ant-jmf-1.9.2 b/metadata/md5-cache/dev-java/ant-jmf-1.9.2 index b580eb299597..662d3e3bd270 100644 --- a/metadata/md5-cache/dev-java/ant-jmf-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-jmf-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks for the Java Media Framework (JMF) EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=068f9f1167c3f89956f7c356f081e79b +_md5_=66522c0bfe65bf26d7c44624b46b83b8 diff --git a/metadata/md5-cache/dev-java/ant-jsch-1.9.2 b/metadata/md5-cache/dev-java/ant-jsch-1.9.2 index c36704f240b2..b1282249da0d 100644 --- a/metadata/md5-cache/dev-java/ant-jsch-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-jsch-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on jsch EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/jsch-0.1.37:0 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=89c624feb34dde36ae4047e4c430017b +_md5_=f9e1bd47c4bb6f121625a97942201420 diff --git a/metadata/md5-cache/dev-java/ant-junit-1.9.2 b/metadata/md5-cache/dev-java/ant-junit-1.9.2 index e874e5b33100..4d890ffb70b9 100644 --- a/metadata/md5-cache/dev-java/ant-junit-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-junit-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on junit EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/junit:4 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=767fa4a3a5c878247c8118a2943b9b4a +_md5_=bb3aea82a9a7ff5e5eb2bde185240b32 diff --git a/metadata/md5-cache/dev-java/ant-junit4-1.9.2 b/metadata/md5-cache/dev-java/ant-junit4-1.9.2 index 58c02d57d51c..2981acd67023 100644 --- a/metadata/md5-cache/dev-java/ant-junit4-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-junit4-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks depending on junit-4 EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=dev-java/junit:4 ~dev-java/ant-junit-1.9.2 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8e4e283d7e733be7fd233d0db34f2642 +_md5_=3d7c18cd259c244e280005fa5dd2ad5d diff --git a/metadata/md5-cache/dev-java/ant-nodeps-1.9.2 b/metadata/md5-cache/dev-java/ant-nodeps-1.9.2 index 541db35d048f..9d1198ae70fa 100644 --- a/metadata/md5-cache/dev-java/ant-nodeps-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-nodeps-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Formerly Ant's optional tasks w/o external deps, now compat empty ja EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=51c22a26d1a23c1376ccc5c305f78b02 +_md5_=0d87189cc265b742995287b25e1ee2ea diff --git a/metadata/md5-cache/dev-java/ant-owanttask-1.3.2 b/metadata/md5-cache/dev-java/ant-owanttask-1.3.2 index ce8113e021d3..abec452996c4 100644 --- a/metadata/md5-cache/dev-java/ant-owanttask-1.3.2 +++ b/metadata/md5-cache/dev-java/ant-owanttask-1.3.2 @@ -4,10 +4,10 @@ DESCRIPTION=ObjectWeb's Ant tasks EAPI=5 HOMEPAGE=http://monolog.objectweb.org IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/ant-core-1.7.0 dev-java/xalan >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://download.forge.objectweb.org/monolog/ow_util_ant_tasks_1.3.2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2419a5a201ac99fefd3bcb36d7766009 +_md5_=400e1c0745193f1cab96fe38c978dcc7 diff --git a/metadata/md5-cache/dev-java/ant-swing-1.9.2 b/metadata/md5-cache/dev-java/ant-swing-1.9.2 index a78f512f8c33..e2fa76b41ac1 100644 --- a/metadata/md5-cache/dev-java/ant-swing-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-swing-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional tasks for Swing EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bbdad165d4341fd681faae0d7ab7cb2d +_md5_=9085eee68b1619bcc37824b7ff7870ed diff --git a/metadata/md5-cache/dev-java/ant-testutil-1.9.2 b/metadata/md5-cache/dev-java/ant-testutil-1.9.2 index 52eeedef16da..22fcbded1d2a 100644 --- a/metadata/md5-cache/dev-java/ant-testutil-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-testutil-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant's optional test utility classes EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/ant-core:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 >=virtual/jre-1.5 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=897d5484ad5f464ed04b7b612130ebe2 +_md5_=0020710e1259842f7b56283538bbd275 diff --git a/metadata/md5-cache/dev-java/ant-trax-1.9.2 b/metadata/md5-cache/dev-java/ant-trax-1.9.2 index fea2529613ce..32bc3f9a7b66 100644 --- a/metadata/md5-cache/dev-java/ant-trax-1.9.2 +++ b/metadata/md5-cache/dev-java/ant-trax-1.9.2 @@ -4,11 +4,11 @@ DESCRIPTION=Apache Ant .jar with optional tasks depending on XML transformer (De EAPI=5 HOMEPAGE=http://ant.apache.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=dev-java/java-config-2.2.0 ~dev-java/ant-core-1.9.2:0 RESTRICT=test SLOT=0 SRC_URI=mirror://apache/ant/source/apache-ant-1.9.2-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-1.9.2-gentoo.tar.bz2 _eclasses_=ant-tasks 835fd8e281e4c51482eb1a6d178c936f eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8b18a861028735272e2482bb31c36a00 +_md5_=e720584b8d913450f5b37f2d72a45ac6 diff --git a/metadata/md5-cache/dev-java/antlr-2.7.7-r7 b/metadata/md5-cache/dev-java/antlr-2.7.7-r7 index d0d570439746..918b3d34585f 100644 --- a/metadata/md5-cache/dev-java/antlr-2.7.7-r7 +++ b/metadata/md5-cache/dev-java/antlr-2.7.7-r7 @@ -4,10 +4,10 @@ DESCRIPTION=A parser generator for many languages EAPI=5 HOMEPAGE=http://www.antlr2.org/ IUSE=examples source elibc_FreeBSD doc elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 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 +KEYWORDS=amd64 ~arm ppc64 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=public-domain RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://www.antlr2.org/download/antlr-2.7.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f3e64b4ac1612c635e0c6cff4e2d1b8a +_md5_=f1e41f44e2ed86fd21e8096e2b0e5d5b diff --git a/metadata/md5-cache/dev-java/antlr-3.2 b/metadata/md5-cache/dev-java/antlr-3.2 index 55cbb744bb71..32e871721b62 100644 --- a/metadata/md5-cache/dev-java/antlr-3.2 +++ b/metadata/md5-cache/dev-java/antlr-3.2 @@ -4,10 +4,10 @@ DESCRIPTION=A parser generator for many languages EAPI=5 HOMEPAGE=http://www.antlr3.org/ IUSE=doc test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=dev-java/antlr-2.7.7-r7:0 dev-java/stringtemplate:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 SLOT=3 SRC_URI=http://www.antlr3.org/download/antlr-3.2.tar.gz http://www.antlr3.org/download/antlr-3.2.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=16fedd289c6df8679c4cd1ada64af14e +_md5_=8a60f4deec3806dff43e79906eb70016 diff --git a/metadata/md5-cache/dev-java/antlr-3.5.2 b/metadata/md5-cache/dev-java/antlr-3.5.2 index 87728e672a7b..a93b20ea83a3 100644 --- a/metadata/md5-cache/dev-java/antlr-3.5.2 +++ b/metadata/md5-cache/dev-java/antlr-3.5.2 @@ -4,10 +4,10 @@ DESCRIPTION=A parser generator for many languages EAPI=5 HOMEPAGE=http://www.antlr3.org/ IUSE=doc test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=dev-java/stringtemplate:4 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 SLOT=3.5 SRC_URI=https://github.com/antlr/antlr3/archive/3.5.2.tar.gz -> antlr-3.5.2.tar.gz http://www.antlr3.org/download/antlr-3.5.2-complete.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=aaf51ec36302a460a37f0e04251cbbbe +_md5_=ad2d3eb905783a67e5a1c6f6212617ae diff --git a/metadata/md5-cache/dev-java/antlr-4.4 b/metadata/md5-cache/dev-java/antlr-4.4 index a42c53d2be01..0d534319df5d 100644 --- a/metadata/md5-cache/dev-java/antlr-4.4 +++ b/metadata/md5-cache/dev-java/antlr-4.4 @@ -4,10 +4,10 @@ DESCRIPTION=A parser generator for C++, C#, Java, and Python EAPI=5 HOMEPAGE=http://www.antlr.org/ IUSE=gunit elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=dev-java/stringtemplate-3.2:0 gunit? ( dev-java/junit:4 ) >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4 SRC_URI=https://github.com/antlr/antlr4/archive/4.4.zip http://www.antlr3.org/download/antlr-3.5.2-complete-no-st3.jar http://www.antlr.org/download/antlr-4.3-complete.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=26718e717ee53dd263ec92325a4df7ba +_md5_=bbcc9acc3382fe8380d9aae31d6e7fbe diff --git a/metadata/md5-cache/dev-java/antlr-4.5.1 b/metadata/md5-cache/dev-java/antlr-4.5.1 index ef7d56296065..cfec776e7dcb 100644 --- a/metadata/md5-cache/dev-java/antlr-4.5.1 +++ b/metadata/md5-cache/dev-java/antlr-4.5.1 @@ -4,10 +4,10 @@ DESCRIPTION=A parser generator for many languages EAPI=5 HOMEPAGE=http://www.antlr.org/ IUSE=doc test elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=dev-java/antlr:3.5 dev-java/stringtemplate:4 dev-java/treelayout:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4 SRC_URI=https://github.com/antlr/antlr4/archive/4.5.1.tar.gz -> antlr-4.5.1.tar.gz http://www.antlr.org/download/antlr-4.5.1-complete.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4ef77a2dfdd5611e0abc887b8af9be24 +_md5_=b930a603d5189fa4d9df346dfa938dff diff --git a/metadata/md5-cache/dev-java/aopalliance-1.0-r2 b/metadata/md5-cache/dev-java/aopalliance-1.0-r2 index 2cc6561ab42d..df3854fecab9 100644 --- a/metadata/md5-cache/dev-java/aopalliance-1.0-r2 +++ b/metadata/md5-cache/dev-java/aopalliance-1.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Aspect-Oriented Programming (AOP) Alliance classes EAPI=5 HOMEPAGE=http://aopalliance.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=public-domain RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://gentoo/aopalliance-1.0-gentoo.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=abe8be3457cf643be2882bc7d3dbf47d +_md5_=4e6d3b0dc3d712802dc3e18d74892b33 diff --git a/metadata/md5-cache/dev-java/apple-java-extensions-bin-1.5 b/metadata/md5-cache/dev-java/apple-java-extensions-bin-1.5 index 1e0b181c5a17..726db2dae5f4 100644 --- a/metadata/md5-cache/dev-java/apple-java-extensions-bin-1.5 +++ b/metadata/md5-cache/dev-java/apple-java-extensions-bin-1.5 @@ -4,10 +4,10 @@ DESCRIPTION=A pluggable jar of stub classes representing the new Apple eAWT and EAPI=3 HOMEPAGE=http://developer.apple.com/samplecode/AppleJavaExtensions/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apple RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://developer.apple.com/samplecode/AppleJavaExtensions/AppleJavaExtensions.zip -> apple-java-extensions-bin-1.5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=68b601ff26df5c30058d72a469eab2ed +_md5_=9f60c7e3e17ab0b2c0c05c8af225bb01 diff --git a/metadata/md5-cache/dev-java/apple-java-extensions-bin-1.5-r1 b/metadata/md5-cache/dev-java/apple-java-extensions-bin-1.5-r1 index 07cfb7b395ad..2b6c9022ccd1 100644 --- a/metadata/md5-cache/dev-java/apple-java-extensions-bin-1.5-r1 +++ b/metadata/md5-cache/dev-java/apple-java-extensions-bin-1.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A pluggable jar of stub classes representing the new Apple eAWT and EAPI=5 HOMEPAGE=http://developer.apple.com/samplecode/AppleJavaExtensions/ IUSE=elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=Apple RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://developer.apple.com/samplecode/AppleJavaExtensions/AppleJavaExtensions.zip -> apple-java-extensions-bin-1.5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=89e6a4ca32f6c08598fc0f473ff9d925 +_md5_=896470c64a972a8d8de0e48dfc645a63 diff --git a/metadata/md5-cache/dev-java/apt-mirror-1.0-r1 b/metadata/md5-cache/dev-java/apt-mirror-1.0-r1 index 510414ed0377..3d3d046c7f48 100644 --- a/metadata/md5-cache/dev-java/apt-mirror-1.0-r1 +++ b/metadata/md5-cache/dev-java/apt-mirror-1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Annotation processing apt mirror API introduced in J2SE 5.0 EAPI=5 HOMEPAGE=http://aptmirrorapi.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/apt-mirror-1.0.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2d0bb8963cd6a8e8926549bcd39d9f20 +_md5_=3e7aa15b3251f12275412ef5c0ef0926 diff --git a/metadata/md5-cache/dev-java/asm-2.0-r1 b/metadata/md5-cache/dev-java/asm-2.0-r1 index 4a483329f911..30cba83c980d 100644 --- a/metadata/md5-cache/dev-java/asm-2.0-r1 +++ b/metadata/md5-cache/dev-java/asm-2.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=4 HOMEPAGE=http://asm.objectweb.org IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 RESTRICT=test SLOT=2 SRC_URI=http://download.forge.objectweb.org/asm/asm-2.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=314fc05bec8f0b3246d50111368449dd +_md5_=23f6a42e37099ab1d1fababb515ce8e0 diff --git a/metadata/md5-cache/dev-java/asm-2.0-r2 b/metadata/md5-cache/dev-java/asm-2.0-r2 index a2fd0a60b3f0..867d0b626919 100644 --- a/metadata/md5-cache/dev-java/asm-2.0-r2 +++ b/metadata/md5-cache/dev-java/asm-2.0-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=5 HOMEPAGE=http://asm.objectweb.org IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris LICENSE=BSD RDEPEND=dev-java/ant-core:0 dev-java/ant-owanttask:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 RESTRICT=test SLOT=2 SRC_URI=http://download.forge.objectweb.org/asm/asm-2.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eb082c2c31d6d7c652775a7cbe0ca56b +_md5_=d8d30c8ca1fcab663be3bb2c97bb9b00 diff --git a/metadata/md5-cache/dev-java/asm-2.2.3-r1 b/metadata/md5-cache/dev-java/asm-2.2.3-r1 index 53c06b7767fa..5c318592f6aa 100644 --- a/metadata/md5-cache/dev-java/asm-2.2.3-r1 +++ b/metadata/md5-cache/dev-java/asm-2.2.3-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=0 HOMEPAGE=http://asm.objectweb.org IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 RESTRICT=test SLOT=2.2 SRC_URI=http://download.forge.objectweb.org/asm/asm-2.2.3.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=53e02bc55c3ef41a89856567349b2b69 +_md5_=97ea947a971db85bbef9addb256aef76 diff --git a/metadata/md5-cache/dev-java/asm-2.2.3-r2 b/metadata/md5-cache/dev-java/asm-2.2.3-r2 index c8727bf4d9d3..c1d76ec8c5ac 100644 --- a/metadata/md5-cache/dev-java/asm-2.2.3-r2 +++ b/metadata/md5-cache/dev-java/asm-2.2.3-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=5 HOMEPAGE=http://asm.objectweb.org IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=BSD RDEPEND=dev-java/ant-core:0 dev-java/ant-owanttask:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 RESTRICT=test SLOT=2.2 SRC_URI=http://download.forge.objectweb.org/asm/asm-2.2.3.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=58f01284b824acf9533a2390240cc552 +_md5_=4317f5a7dd9b8e8eaefcb8d56ca0c399 diff --git a/metadata/md5-cache/dev-java/asm-3.3.1 b/metadata/md5-cache/dev-java/asm-3.3.1 index 8c787a6391df..fde3ab8daf8e 100644 --- a/metadata/md5-cache/dev-java/asm-3.3.1 +++ b/metadata/md5-cache/dev-java/asm-3.3.1 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=0 HOMEPAGE=http://asm.objectweb.org IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=3 SRC_URI=http://download.forge.objectweb.org/asm/asm-3.3.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=59fc5281bbfe8cc866d1de4bb165e993 +_md5_=b03982e559489e5b690c30e5a7ade4f7 diff --git a/metadata/md5-cache/dev-java/asm-3.3.1-r1 b/metadata/md5-cache/dev-java/asm-3.3.1-r1 index e7c53d82fb64..8582c38f3ad4 100644 --- a/metadata/md5-cache/dev-java/asm-3.3.1-r1 +++ b/metadata/md5-cache/dev-java/asm-3.3.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=5 HOMEPAGE=http://asm.objectweb.org IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=3 SRC_URI=http://download.forge.objectweb.org/asm/asm-3.3.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=30bbd16555671862702bbe1598b7500a +_md5_=a59f35a955fc0afceb44c1bc2df69f29 diff --git a/metadata/md5-cache/dev-java/asm-4.0 b/metadata/md5-cache/dev-java/asm-4.0 index 483f042a2cb7..2df93a39d24d 100644 --- a/metadata/md5-cache/dev-java/asm-4.0 +++ b/metadata/md5-cache/dev-java/asm-4.0 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=0 HOMEPAGE=http://asm.ow2.org IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x64-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=4 SRC_URI=http://download.forge.objectweb.org/asm/asm-4.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9c655fcda4686adee619a626b7890e44 +_md5_=3f01a846dc1c4baf68413e23777fc981 diff --git a/metadata/md5-cache/dev-java/asm-4.0-r1 b/metadata/md5-cache/dev-java/asm-4.0-r1 index ef730670c53d..23ce3e247f0e 100644 --- a/metadata/md5-cache/dev-java/asm-4.0-r1 +++ b/metadata/md5-cache/dev-java/asm-4.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=5 HOMEPAGE=http://asm.ow2.org IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x64-macos +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=4 SRC_URI=http://download.forge.objectweb.org/asm/asm-4.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b4a9ea2c47bb913524b333ffb8eb0ca3 +_md5_=0538468c5a61a69c1a66b500a482d354 diff --git a/metadata/md5-cache/dev-java/asm-5.0.3 b/metadata/md5-cache/dev-java/asm-5.0.3 index 9a65756a3814..9f9e69101e83 100644 --- a/metadata/md5-cache/dev-java/asm-5.0.3 +++ b/metadata/md5-cache/dev-java/asm-5.0.3 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=5 HOMEPAGE=http://asm.ow2.org IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x64-macos +KEYWORDS=amd64 ~arm ~ppc64 x86 ~amd64-fbsd ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=4 SRC_URI=http://download.forge.objectweb.org/asm/asm-5.0.3.tar.gz http://download.forge.objectweb.org/asm/asm-4.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=39ae89149c82d1048c560cdee9a9c0aa +_md5_=4c778e79f6b343084e1fb9ef691233b7 diff --git a/metadata/md5-cache/dev-java/asm-5.0.4 b/metadata/md5-cache/dev-java/asm-5.0.4 index 3d038506bff5..72c5a4020364 100644 --- a/metadata/md5-cache/dev-java/asm-5.0.4 +++ b/metadata/md5-cache/dev-java/asm-5.0.4 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=5 HOMEPAGE=http://asm.ow2.org IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x64-macos +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=4 SRC_URI=http://download.forge.objectweb.org/asm/asm-5.0.4.tar.gz http://download.forge.objectweb.org/asm/asm-4.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b8ec68e2a76e18cd4fb31d182f9cced4 +_md5_=3fd8e6679b4dd4d284ddc4a8b08ab5c7 diff --git a/metadata/md5-cache/dev-java/avalon-framework-4.1.5-r1 b/metadata/md5-cache/dev-java/avalon-framework-4.1.5-r1 index 78f86abd5d61..ebe8bd9228ca 100644 --- a/metadata/md5-cache/dev-java/avalon-framework-4.1.5-r1 +++ b/metadata/md5-cache/dev-java/avalon-framework-4.1.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Avalon Framework EAPI=0 HOMEPAGE=http://avalon.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 =dev-java/avalon-logkit-2* >=dev-java/log4j-1.2.9 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.1 SRC_URI=mirror://apache/avalon/avalon-framework/source/avalon-framework-4.1.5.src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a411cf2a15be6859ec8bdfd4a9f4b02a +_md5_=b07b2f1f4a2ae51f0b319f7ae9b9d4a6 diff --git a/metadata/md5-cache/dev-java/avalon-framework-4.1.5-r2 b/metadata/md5-cache/dev-java/avalon-framework-4.1.5-r2 index 5762c64fd75a..ca9e59c0149c 100644 --- a/metadata/md5-cache/dev-java/avalon-framework-4.1.5-r2 +++ b/metadata/md5-cache/dev-java/avalon-framework-4.1.5-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Avalon Framework EAPI=5 HOMEPAGE=http://avalon.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/avalon-logkit:2.0 dev-java/log4j:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.1 SRC_URI=mirror://apache/avalon/avalon-framework/source/avalon-framework-4.1.5.src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=90c8297025e13728671b5b932d13261a +_md5_=e9bab12b3381e3b9f3ac562b02d0673d diff --git a/metadata/md5-cache/dev-java/avalon-framework-4.2.0-r1 b/metadata/md5-cache/dev-java/avalon-framework-4.2.0-r1 index 998bde5c47f8..60e2209d19d6 100644 --- a/metadata/md5-cache/dev-java/avalon-framework-4.2.0-r1 +++ b/metadata/md5-cache/dev-java/avalon-framework-4.2.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Avalon Framework EAPI=0 HOMEPAGE=http://avalon.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 =dev-java/avalon-logkit-2* >=dev-java/log4j-1.2.9 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.2 SRC_URI=mirror://apache/avalon/avalon-framework/source/avalon-framework-4.2.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=979453fdd8aaa7e57ccc6e27296982c6 +_md5_=93e560c8f985025bb65d8068df130f18 diff --git a/metadata/md5-cache/dev-java/avalon-framework-4.2.0-r2 b/metadata/md5-cache/dev-java/avalon-framework-4.2.0-r2 index b712a4d2dbd4..fd1d8c04e9e0 100644 --- a/metadata/md5-cache/dev-java/avalon-framework-4.2.0-r2 +++ b/metadata/md5-cache/dev-java/avalon-framework-4.2.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Avalon Framework EAPI=5 HOMEPAGE=http://avalon.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/avalon-logkit:2.0 dev-java/log4j:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.2 SRC_URI=mirror://apache/avalon/avalon-framework/source/avalon-framework-4.2.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8e5fcdd263e7aa227e93fb3dd4f7411e +_md5_=e452f79e737147f31fee79e60d17ef2c diff --git a/metadata/md5-cache/dev-java/avalon-logkit-1.2.2-r1 b/metadata/md5-cache/dev-java/avalon-logkit-1.2.2-r1 index 1098409d6423..7893c5da9538 100644 --- a/metadata/md5-cache/dev-java/avalon-logkit-1.2.2-r1 +++ b/metadata/md5-cache/dev-java/avalon-logkit-1.2.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An easy-to-use Java logging toolkit designed for secure, performance EAPI=4 HOMEPAGE=http://avalon.apache.org/ IUSE=elibc_FreeBSD doc source test -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-1.1 RDEPEND=dev-java/avalon-framework:4.1 dev-java/log4j:0 java-virtuals/jaf:0 java-virtuals/javamail:0 java-virtuals/jms:0 java-virtuals/servlet-api:2.5 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.2 SRC_URI=mirror://apache/avalon/logkit/source/logkit-1.2.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9c31d52044a03ddb86b210011cee7311 +_md5_=9a79dc11dd785cb04e92b65eaa953d8a diff --git a/metadata/md5-cache/dev-java/avalon-logkit-2.1-r5 b/metadata/md5-cache/dev-java/avalon-logkit-2.1-r5 index cebc90ce1214..992eec30e4a3 100644 --- a/metadata/md5-cache/dev-java/avalon-logkit-2.1-r5 +++ b/metadata/md5-cache/dev-java/avalon-logkit-2.1-r5 @@ -4,10 +4,10 @@ DESCRIPTION=Easy-to-use Java logging toolkit EAPI=2 HOMEPAGE=http://avalon.apache.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/log4j java-virtuals/jms java-virtuals/javamail =dev-java/servletapi-2.4* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.0 SRC_URI=mirror://apache/excalibur/excalibur-logkit/source/avalon-logkit-2.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9c400b308a6deffdc0a22f90877403d0 +_md5_=57da1d8ca729aecd44631cfed0fe6712 diff --git a/metadata/md5-cache/dev-java/avalon-logkit-2.1-r6 b/metadata/md5-cache/dev-java/avalon-logkit-2.1-r6 index 548b86390d59..53a0de546f75 100644 --- a/metadata/md5-cache/dev-java/avalon-logkit-2.1-r6 +++ b/metadata/md5-cache/dev-java/avalon-logkit-2.1-r6 @@ -4,10 +4,10 @@ DESCRIPTION=Easy-to-use Java logging toolkit EAPI=4 HOMEPAGE=http://avalon.apache.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/log4j:0 java-virtuals/jms:0 java-virtuals/javamail:0 java-virtuals/servlet-api:3.0 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.0 SRC_URI=mirror://apache/excalibur/excalibur-logkit/source/avalon-logkit-2.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a9c29dd07a13f1eaf07067df5e12f049 +_md5_=0faf40ef9806814cef63b3a1ad4a96b0 diff --git a/metadata/md5-cache/dev-java/avalon-logkit-2.1-r7 b/metadata/md5-cache/dev-java/avalon-logkit-2.1-r7 index 63b3d05eaf88..eb0b241e1780 100644 --- a/metadata/md5-cache/dev-java/avalon-logkit-2.1-r7 +++ b/metadata/md5-cache/dev-java/avalon-logkit-2.1-r7 @@ -4,10 +4,10 @@ DESCRIPTION=Easy-to-use Java logging toolkit EAPI=5 HOMEPAGE=http://avalon.apache.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/log4j:0 java-virtuals/jms:0 java-virtuals/javamail:0 java-virtuals/servlet-api:3.0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.0 SRC_URI=mirror://apache/excalibur/excalibur-logkit/source/avalon-logkit-2.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1db0f32bda69c2b63b400a620dcfedd5 +_md5_=9d24ce20f78f8662d85329cc00cc807b diff --git a/metadata/md5-cache/dev-java/avalon-logkit-2.1-r8 b/metadata/md5-cache/dev-java/avalon-logkit-2.1-r8 index c4bbf60f54f1..a2c5ce49db81 100644 --- a/metadata/md5-cache/dev-java/avalon-logkit-2.1-r8 +++ b/metadata/md5-cache/dev-java/avalon-logkit-2.1-r8 @@ -4,10 +4,10 @@ DESCRIPTION=Easy-to-use Java logging toolkit EAPI=5 HOMEPAGE=http://avalon.apache.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/log4j:0 java-virtuals/jms:0 dev-java/oracle-javamail:0 java-virtuals/servlet-api:3.0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.0 SRC_URI=mirror://apache/excalibur/excalibur-logkit/source/avalon-logkit-2.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a3ae004b2233894309a0c32dba5cdb19 +_md5_=1c0769f432151c6ebcb15814a0fef993 diff --git a/metadata/md5-cache/dev-java/backport-util-concurrent-3.1 b/metadata/md5-cache/dev-java/backport-util-concurrent-3.1 index 703e69ce8f6a..767c87a77812 100644 --- a/metadata/md5-cache/dev-java/backport-util-concurrent-3.1 +++ b/metadata/md5-cache/dev-java/backport-util-concurrent-3.1 @@ -4,10 +4,10 @@ DESCRIPTION=A portability wrapper for java.util.concurrent API (jsr166) 6.0 EAPI=2 HOMEPAGE=http://backport-jsr166.sourceforge.net/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=public-domain RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/backport-jsr166/3.1/backport-util-concurrent-Java60-3.1-src.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bee24f9cbf1b6fe30ea31b5ea8bfee1b +_md5_=8d3dd6db99d0e45e50bef03f39becfe1 diff --git a/metadata/md5-cache/dev-java/backport-util-concurrent-3.1-r1 b/metadata/md5-cache/dev-java/backport-util-concurrent-3.1-r1 index ff8eb07b3efd..03593a18a3bd 100644 --- a/metadata/md5-cache/dev-java/backport-util-concurrent-3.1-r1 +++ b/metadata/md5-cache/dev-java/backport-util-concurrent-3.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A portability wrapper for java.util.concurrent API (jsr166) 6.0 EAPI=5 HOMEPAGE=http://backport-jsr166.sourceforge.net/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=public-domain RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/backport-jsr166/3.1/backport-util-concurrent-Java60-3.1-src.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8dcc263733538bc7ca7b0db256e96358 +_md5_=e6161d81373c58efd65591269cb6899b diff --git a/metadata/md5-cache/dev-java/batik-1.8-r2 b/metadata/md5-cache/dev-java/batik-1.8-r2 index 975afc05e087..f6d6ebbfe989 100644 --- a/metadata/md5-cache/dev-java/batik-1.8-r2 +++ b/metadata/md5-cache/dev-java/batik-1.8-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Java based SVG toolkit EAPI=5 HOMEPAGE=https://xmlgraphics.apache.org/batik/ IUSE=doc python tcl elibc_FreeBSD doc elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/xalan:0 dev-java/rhino:1.6 dev-java/xml-commons-external:1.3 dev-java/xmlgraphics-commons:2 python? ( dev-java/jython:0 ) tcl? ( dev-java/jacl:0 ) dev-java/ant-core:0 >=dev-java/java-config-2.2.0 SLOT=1.8 SRC_URI=http://apache.mirrors.ovh.net/ftp.apache.org/dist/xmlgraphics/batik/source/batik-src-1.8.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0d3bff3024d87354f00184292ae4713e +_md5_=fe35e63c14814c27b2fe6500004b3fdc diff --git a/metadata/md5-cache/dev-java/bcel-5.2-r2 b/metadata/md5-cache/dev-java/bcel-5.2-r2 index ee8950c1ab69..0c43ef3582e0 100644 --- a/metadata/md5-cache/dev-java/bcel-5.2-r2 +++ b/metadata/md5-cache/dev-java/bcel-5.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=The Byte Code Engineering Library: analyze, create, manipulate Java EAPI=2 HOMEPAGE=http://commons.apache.org/bcel/ IUSE=-findbugs elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/jakarta/bcel/source/bcel-5.2-src.tar.gz findbugs? ( https://dev.gentoo.org/~fordfrog/distfiles/findbugs-bcel-5.2_p20070531.patch.bz2 ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3ccd505703f0c528184d13a93a26442e +_md5_=cec28d68abb986187606b259e77ab38a diff --git a/metadata/md5-cache/dev-java/bcel-5.2-r3 b/metadata/md5-cache/dev-java/bcel-5.2-r3 index c3ef5a0f39f1..5cf8b40ec656 100644 --- a/metadata/md5-cache/dev-java/bcel-5.2-r3 +++ b/metadata/md5-cache/dev-java/bcel-5.2-r3 @@ -4,10 +4,10 @@ DESCRIPTION=The Byte Code Engineering Library: analyze, create, manipulate Java EAPI=5 HOMEPAGE=http://commons.apache.org/bcel/ IUSE=-findbugs elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/jakarta/bcel/source/bcel-5.2-src.tar.gz findbugs? ( https://dev.gentoo.org/~fordfrog/distfiles/findbugs-bcel-5.2_p20070531.patch.bz2 ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9b562615f78599c7f0495e7074045f4f +_md5_=9dedd6ade8a9f9832d01d21d3dbaec65 diff --git a/metadata/md5-cache/dev-java/bcel-6.0_rc3 b/metadata/md5-cache/dev-java/bcel-6.0_rc3 index 85f4746cdcde..f5c672778c0d 100644 --- a/metadata/md5-cache/dev-java/bcel-6.0_rc3 +++ b/metadata/md5-cache/dev-java/bcel-6.0_rc3 @@ -4,10 +4,10 @@ DESCRIPTION=The Byte Code Engineering Library: analyze, create, manipulate Java EAPI=5 HOMEPAGE=http://commons.apache.org/bcel/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/apache/commons-bcel/archive/BCEL_6_0_RC3.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=70a0a22cce7db5ab7004721795379683 +_md5_=20cbfc984d19e3ea792861820880fdcb diff --git a/metadata/md5-cache/dev-java/bcmail-1.38-r4 b/metadata/md5-cache/dev-java/bcmail-1.38-r4 index db61e40e73e1..7b322341179e 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.38-r4 +++ b/metadata/md5-cache/dev-java/bcmail-1.38-r4 @@ -4,10 +4,10 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.38 dev-java/junit:0 dev-java/sun-jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.38 SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk14-138.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1310a920c5404c076823d63cc827eaa6 +_md5_=2447b4d3f0772bd9e0aef7ffcb5a871b diff --git a/metadata/md5-cache/dev-java/bcmail-1.38-r5 b/metadata/md5-cache/dev-java/bcmail-1.38-r5 index 10f7519ee847..6afc2ec71b74 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.38-r5 +++ b/metadata/md5-cache/dev-java/bcmail-1.38-r5 @@ -4,10 +4,10 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.38 dev-java/junit:0 java-virtuals/jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.38 SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk14-138.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9346d0d21a376f32be995020094e9977 +_md5_=562228e4a479195e01ecba294e8e2c6b diff --git a/metadata/md5-cache/dev-java/bcmail-1.45-r3 b/metadata/md5-cache/dev-java/bcmail-1.45-r3 index 160940281f56..38e7f8c18481 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.45-r3 +++ b/metadata/md5-cache/dev-java/bcmail-1.45-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.45 dev-java/junit:0 dev-java/sun-jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.45 SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk15-145.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6c9c4bdd82c424d0692fc30bef8c5e7d +_md5_=803fe554377c837d47c3928ac4f06194 diff --git a/metadata/md5-cache/dev-java/bcmail-1.45-r4 b/metadata/md5-cache/dev-java/bcmail-1.45-r4 index 5a70f3183804..2fa246c5bf59 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.45-r4 +++ b/metadata/md5-cache/dev-java/bcmail-1.45-r4 @@ -4,10 +4,10 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.45 dev-java/junit:0 java-virtuals/jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.45 SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk15-145.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5276223dc0e5d84be81f27b2931c0462 +_md5_=8ca763fa3d0f8a905acd9384cd545305 diff --git a/metadata/md5-cache/dev-java/bcmail-1.50-r2 b/metadata/md5-cache/dev-java/bcmail-1.50-r2 index 60558805c3fa..0f8ae3c4a175 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.50-r2 +++ b/metadata/md5-cache/dev-java/bcmail-1.50-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.50 dev-java/bcpkix:1.50 java-virtuals/jaf:0 dev-java/junit:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.50 SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk15on-150.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b0327a6418200009b64b29dc5dc04f04 +_md5_=013317ce536a4220f792c9c8b675346d diff --git a/metadata/md5-cache/dev-java/bcmail-1.52-r2 b/metadata/md5-cache/dev-java/bcmail-1.52-r2 index 20c4288d9756..a19a7646ab9e 100644 --- a/metadata/md5-cache/dev-java/bcmail-1.52-r2 +++ b/metadata/md5-cache/dev-java/bcmail-1.52-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.52 dev-java/bcpkix:1.52 dev-java/junit:0 java-virtuals/jaf:0 dev-java/oracle-javamail:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.52 SRC_URI=http://www.bouncycastle.org/download/bcmail-jdk15on-152.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=61b751fbbb179a07db45efc967a33f0d +_md5_=73127fb030cde2cbba591319f58ebfca diff --git a/metadata/md5-cache/dev-java/bcpg-1.50-r1 b/metadata/md5-cache/dev-java/bcpg-1.50-r1 index 789a5560b57c..e0a968e5b6c0 100644 --- a/metadata/md5-cache/dev-java/bcpg-1.50-r1 +++ b/metadata/md5-cache/dev-java/bcpg-1.50-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.50 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.50 SRC_URI=http://www.bouncycastle.org/download/bcpg-jdk15on-150.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=305f5bfdaf5690f8397c92b2c9e8b29e +_md5_=060b6e838e4f0fb9dde6fec9ea27d1f5 diff --git a/metadata/md5-cache/dev-java/bcpg-1.52-r1 b/metadata/md5-cache/dev-java/bcpg-1.52-r1 index 389729bb3135..f803631e5f59 100644 --- a/metadata/md5-cache/dev-java/bcpg-1.52-r1 +++ b/metadata/md5-cache/dev-java/bcpg-1.52-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.52 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.52 SRC_URI=http://www.bouncycastle.org/download/bcpg-jdk15on-152.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ea003f00b4149ab0354fd6aa25d3368f +_md5_=14447d28e8e5ba74b48a4541d3879dc0 diff --git a/metadata/md5-cache/dev-java/bcpkix-1.50-r2 b/metadata/md5-cache/dev-java/bcpkix-1.50-r2 index cf44bd0a6d69..8056f64ca17e 100644 --- a/metadata/md5-cache/dev-java/bcpkix-1.50-r2 +++ b/metadata/md5-cache/dev-java/bcpkix-1.50-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.50 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.50 SRC_URI=http://central.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.50/bcpkix-jdk15on-1.50-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8d189ec03ddd8dd910498b98af2191d4 +_md5_=9e33230edf8786bc7feca140f442d222 diff --git a/metadata/md5-cache/dev-java/bcpkix-1.52-r1 b/metadata/md5-cache/dev-java/bcpkix-1.52-r1 index 55325cf15589..4ae36042adbf 100644 --- a/metadata/md5-cache/dev-java/bcpkix-1.52-r1 +++ b/metadata/md5-cache/dev-java/bcpkix-1.52-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcprov:1.52 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.52 SRC_URI=http://central.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.52/bcpkix-jdk15on-1.52-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7e7ccd63b3f353b5a1ad5c1e34df10d4 +_md5_=698074d40e4e27c667d70d0a2dc3cec5 diff --git a/metadata/md5-cache/dev-java/bcprov-1.38-r4 b/metadata/md5-cache/dev-java/bcprov-1.38-r4 index e432f125cb3a..4a27d9050522 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.38-r4 +++ b/metadata/md5-cache/dev-java/bcprov-1.38-r4 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.38 SRC_URI=http://central.maven.org/maven2/org/bouncycastle/bcprov-jdk16/1.38/bcprov-jdk16-1.38-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=39a1f43d470da21133c2d23086b2a1ad +_md5_=bcf116965a2ce70f86318d2d1dc4d25b diff --git a/metadata/md5-cache/dev-java/bcprov-1.40-r2 b/metadata/md5-cache/dev-java/bcprov-1.40-r2 index 86de2cada0d0..3f3198f4654d 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.40-r2 +++ b/metadata/md5-cache/dev-java/bcprov-1.40-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.40 SRC_URI=http://central.maven.org/maven2/org/bouncycastle/bcprov-jdk16/1.40/bcprov-jdk16-1.40-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7af7132b4cb6587b2a080544e7d8a64d +_md5_=f4bc76662193f234941be95b83a199bb diff --git a/metadata/md5-cache/dev-java/bcprov-1.45-r2 b/metadata/md5-cache/dev-java/bcprov-1.45-r2 index c2eebfa9b983..68bb9a514811 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.45-r2 +++ b/metadata/md5-cache/dev-java/bcprov-1.45-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.45 SRC_URI=http://central.maven.org/maven2/org/bouncycastle/bcprov-jdk16/1.45/bcprov-jdk16-1.45-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=07f39fcad7873de1f642b8fb01432c61 +_md5_=d518b4f8d718466eb00c8c74c74b0d70 diff --git a/metadata/md5-cache/dev-java/bcprov-1.48-r2 b/metadata/md5-cache/dev-java/bcprov-1.48-r2 index 07b740bfcf01..46b75736f1cb 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.48-r2 +++ b/metadata/md5-cache/dev-java/bcprov-1.48-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.48 SRC_URI=http://www.bouncycastle.org/download/bcprov-jdk15on-148.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f7f6951c6d5c74fc645c0b21410c4e2b +_md5_=5124cb2137076428d391d8e59eca5e51 diff --git a/metadata/md5-cache/dev-java/bcprov-1.49-r4 b/metadata/md5-cache/dev-java/bcprov-1.49-r4 index 3e50145d1ab7..cf4bfd2f977c 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.49-r4 +++ b/metadata/md5-cache/dev-java/bcprov-1.49-r4 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.49 SRC_URI=http://www.bouncycastle.org/download/bcprov-jdk15on-149.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8779209b50971c823639e10878fd2c3c +_md5_=3adb43f833ee18f24cc78dd04c23b9f1 diff --git a/metadata/md5-cache/dev-java/bcprov-1.50-r2 b/metadata/md5-cache/dev-java/bcprov-1.50-r2 index c3cdc0b75c1a..e4cae2a0a5e2 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.50-r2 +++ b/metadata/md5-cache/dev-java/bcprov-1.50-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.50 SRC_URI=http://www.bouncycastle.org/download/bcprov-jdk15on-150.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e46afce99369b86a071303ea4b893c30 +_md5_=e99d3a3c6e0e5a4148543a25540b35e9 diff --git a/metadata/md5-cache/dev-java/bcprov-1.50-r3 b/metadata/md5-cache/dev-java/bcprov-1.50-r3 index d4228fec8c3a..f962a419ee13 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.50-r3 +++ b/metadata/md5-cache/dev-java/bcprov-1.50-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://www.bouncycastle.org/download/bcprov-jdk15on-150.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b35dfeff5bfc25f14d3383c7f2e8488d +_md5_=7d2a6e75322048eaa67c9eb268cf1576 diff --git a/metadata/md5-cache/dev-java/bcprov-1.50-r4 b/metadata/md5-cache/dev-java/bcprov-1.50-r4 index 79ba18b99e3d..8b71dfa542d8 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.50-r4 +++ b/metadata/md5-cache/dev-java/bcprov-1.50-r4 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.50 SRC_URI=http://www.bouncycastle.org/download/bcprov-jdk15on-150.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a6e41ed68c302d73b65aa33442468e3a +_md5_=07141bd0eef44708816d6c05a4f47606 diff --git a/metadata/md5-cache/dev-java/bcprov-1.52-r1 b/metadata/md5-cache/dev-java/bcprov-1.52-r1 index abeeb668cb70..c5c6bf92fc54 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.52-r1 +++ b/metadata/md5-cache/dev-java/bcprov-1.52-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.52 SRC_URI=http://www.bouncycastle.org/download/bcprov-jdk15on-152.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3fe8ec4f7f565a340a3e508c4ce3510b +_md5_=6c6c56b88c0f1f1a950e02ab81d01af2 diff --git a/metadata/md5-cache/dev-java/bcprov-1.52-r2 b/metadata/md5-cache/dev-java/bcprov-1.52-r2 index dc92983f9fbc..1326181ea012 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.52-r2 +++ b/metadata/md5-cache/dev-java/bcprov-1.52-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://www.bouncycastle.org/download/bcprov-jdk15on-152.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=80228eae0a95d17677811e2ed3979ba1 +_md5_=546e4a9c82f37dda51c139d983f508cf diff --git a/metadata/md5-cache/dev-java/bcprov-1.52-r3 b/metadata/md5-cache/dev-java/bcprov-1.52-r3 index 8a767b2067bd..eeaf2f481c11 100644 --- a/metadata/md5-cache/dev-java/bcprov-1.52-r3 +++ b/metadata/md5-cache/dev-java/bcprov-1.52-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Java cryptography APIs EAPI=5 HOMEPAGE=http://www.bouncycastle.org/java.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.52 SRC_URI=http://www.bouncycastle.org/download/bcprov-jdk15on-152.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dcdb9658d3242b658a6677ac0fb7d6aa +_md5_=2a995e1adcc7c9d2e1db10edb703b925 diff --git a/metadata/md5-cache/dev-java/blowfishj-2.14-r3 b/metadata/md5-cache/dev-java/blowfishj-2.14-r3 index 2fcecf69e13f..7e179b55e6a4 100644 --- a/metadata/md5-cache/dev-java/blowfishj-2.14-r3 +++ b/metadata/md5-cache/dev-java/blowfishj-2.14-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Blowfish implementation in Java EAPI=5 HOMEPAGE=http://blowfishj.sourceforge.net/index.html IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/blowfishj/blowfishj-2.14-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5a818721a74313f3f9dd1c72fb8332c8 +_md5_=7487e265cf3aa79fd989b3ebb53924d1 diff --git a/metadata/md5-cache/dev-java/browserlauncher2-1.3-r1 b/metadata/md5-cache/dev-java/browserlauncher2-1.3-r1 index 42d69c6c9981..d18ad2ddcb2f 100644 --- a/metadata/md5-cache/dev-java/browserlauncher2-1.3-r1 +++ b/metadata/md5-cache/dev-java/browserlauncher2-1.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=BrowserLauncher2 is a library that facilitates opening a browser fro EAPI=5 HOMEPAGE=http://browserlaunch2.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=mirror://sourceforge/browserlaunch2/BrowserLauncher2-all-1_3.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=20a96ea1cce3dc6dd76df9601944c91f +_md5_=5aca025be193fd173f9105330d1217fd diff --git a/metadata/md5-cache/dev-java/bsf-2.4.0-r1 b/metadata/md5-cache/dev-java/bsf-2.4.0-r1 index 45dba2f94088..33f6c3bcc0fe 100644 --- a/metadata/md5-cache/dev-java/bsf-2.4.0-r1 +++ b/metadata/md5-cache/dev-java/bsf-2.4.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Bean Script Framework EAPI=1 HOMEPAGE=http://commons.apache.org/bsf/ IUSE=javascript python tcl elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/commons-logging:0 dev-java/xalan:0 python? ( >=dev-java/jython-2.1-r5:0 ) javascript? ( dev-java/rhino:1.6 ) tcl? ( dev-java/jacl:0 ) >=dev-java/java-config-2.2.0 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://apache/jakarta/bsf/source/bsf-src-2.4.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=87b32715e06269a0cd2c79ad5246b239 +_md5_=79a99069968e3e497b384d42c448e2c0 diff --git a/metadata/md5-cache/dev-java/bsh-2.0_beta4-r4 b/metadata/md5-cache/dev-java/bsh-2.0_beta4-r4 index 8b68f9994c0e..59a853cf48d6 100644 --- a/metadata/md5-cache/dev-java/bsh-2.0_beta4-r4 +++ b/metadata/md5-cache/dev-java/bsh-2.0_beta4-r4 @@ -4,11 +4,11 @@ DESCRIPTION=BeanShell: A small embeddable Java source interpreter EAPI=4 HOMEPAGE=http://www.beanshell.org IUSE=bsf readline elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=LGPL-2.1 RDEPEND=>=virtual/jdk-1.4 java-virtuals/servlet-api:3.0 readline? ( dev-java/libreadline-java:0 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://www.beanshell.org/bsh-2.0b4-src.jar mirror://gentoo/beanshell-icon.png _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=34a7f66b8caae81f93f89b378d342037 +_md5_=68de6a8aaa37e4748e342b22eb7c8b4d diff --git a/metadata/md5-cache/dev-java/byaccj-1.15-r1 b/metadata/md5-cache/dev-java/byaccj-1.15-r1 index 10a859080191..9c3f670337d3 100644 --- a/metadata/md5-cache/dev-java/byaccj-1.15-r1 +++ b/metadata/md5-cache/dev-java/byaccj-1.15-r1 @@ -2,9 +2,9 @@ DEFINED_PHASES=compile install DESCRIPTION=A java extension of BSD YACC-compatible parser generator EAPI=4 HOMEPAGE=http://byaccj.sourceforge.net/ -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos LICENSE=public-domain SLOT=0 SRC_URI=mirror://sourceforge/byaccj/byaccj1.15_src.tar.gz _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e3d049a501069b3d33519b696a1779cc +_md5_=c81d92ed84f3f70754f98161d97f0938 diff --git a/metadata/md5-cache/dev-java/bytelist-1.0.10 b/metadata/md5-cache/dev-java/bytelist-1.0.10 index ffe1e6462b21..f1408a183d83 100644 --- a/metadata/md5-cache/dev-java/bytelist-1.0.10 +++ b/metadata/md5-cache/dev-java/bytelist-1.0.10 @@ -4,10 +4,10 @@ DESCRIPTION=JRuby support library EAPI=5 HOMEPAGE=http://jruby.codehaus.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris LICENSE=|| ( CPL-1.0 GPL-2 LGPL-2.1 ) RDEPEND=dev-java/jcodings:0 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jruby/bytelist/tarball/1.0.10 -> bytelist-1.0.10.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3a3a30c68d6dd3e2d06cbb3f6686df2b +_md5_=50c4327028396410ba4debced3bc4b18 diff --git a/metadata/md5-cache/dev-java/c3p0-0.9.5.1 b/metadata/md5-cache/dev-java/c3p0-0.9.5.1 index 102602cfbdd5..6060224ba887 100644 --- a/metadata/md5-cache/dev-java/c3p0-0.9.5.1 +++ b/metadata/md5-cache/dev-java/c3p0-0.9.5.1 @@ -4,10 +4,10 @@ DESCRIPTION=JDBC drivers with JNDI-bindable DataSources EAPI=5 HOMEPAGE=http://c3p0.sourceforge.net/ IUSE=elibc_FreeBSD doc source examples test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos LICENSE=LGPL-2 RDEPEND=dev-java/log4j:0 dev-java/mchange-commons:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/c3p0/c3p0-0.9.5.1.src.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e99ff18299a1344ca4834a909736097e +_md5_=2a798b4e76f8bb781ed8314c3fa24b74 diff --git a/metadata/md5-cache/dev-java/cacao-0.99.4 b/metadata/md5-cache/dev-java/cacao-0.99.4 index c0573cb197d6..18fd7b88d518 100644 --- a/metadata/md5-cache/dev-java/cacao-0.99.4 +++ b/metadata/md5-cache/dev-java/cacao-0.99.4 @@ -4,10 +4,10 @@ DESCRIPTION=Cacao Java Virtual Machine EAPI=2 HOMEPAGE=http://www.cacaojvm.org/ IUSE=test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=dev-java/gnu-classpath:0.98 || ( dev-java/eclipse-ecj dev-java/ecj-gcj ) >=dev-java/java-config-2.2.0 >=dev-java/java-config-2.2.0 app-eselect/eselect-java SLOT=0 SRC_URI=http://www.complang.tuwien.ac.at/cacaojvm/download/cacao-0.99.4/cacao-0.99.4.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=25753c4d5f3c68c82b157ce44bdc2192 +_md5_=660cfcd6c53fe06f8c298f601ddc3d9f diff --git a/metadata/md5-cache/dev-java/cal10n-0.8.1 b/metadata/md5-cache/dev-java/cal10n-0.8.1 index 8479ffb88c4c..fc9b88d7a1e8 100644 --- a/metadata/md5-cache/dev-java/cal10n-0.8.1 +++ b/metadata/md5-cache/dev-java/cal10n-0.8.1 @@ -4,10 +4,10 @@ DESCRIPTION=java library for writing localized messages using resource bundle EAPI=5 HOMEPAGE=http://cal10n.qos.ch/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://repo1.maven.org/maven2/ch/qos/cal10n/cal10n-api/0.8.1/cal10n-api-0.8.1-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=873fd87b27bc5bcb3240f11b54db1d3f +_md5_=bc39969c97856df81f98d454878e7b98 diff --git a/metadata/md5-cache/dev-java/cdegroot-db-0.08-r1 b/metadata/md5-cache/dev-java/cdegroot-db-0.08-r1 index 8de5e9de162f..9fc42f0c58bc 100644 --- a/metadata/md5-cache/dev-java/cdegroot-db-0.08-r1 +++ b/metadata/md5-cache/dev-java/cdegroot-db-0.08-r1 @@ -4,10 +4,10 @@ DESCRIPTION=OO database written in Java EAPI=0 HOMEPAGE=http://www.cdegroot.com/software/db/ IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ppc64 ppc +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=http://www.cdegroot.com/software/db/download/com.cdegroot.db-0.08.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0f9f7c86317e672bfdab05b7beed603c +_md5_=198917fbb6ee57bcdb92d335fbbe6648 diff --git a/metadata/md5-cache/dev-java/cglib-3.0 b/metadata/md5-cache/dev-java/cglib-3.0 index 4d6a4364c4a0..ed41d99a1e90 100644 --- a/metadata/md5-cache/dev-java/cglib-3.0 +++ b/metadata/md5-cache/dev-java/cglib-3.0 @@ -4,11 +4,11 @@ DESCRIPTION=cglib is a powerful, high performance and quality Code Generation Li EAPI=5 HOMEPAGE=http://cglib.sourceforge.net IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/asm:4 dev-java/ant-core:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=ppc? ( test ) ppc64? ( test ) SLOT=3 SRC_URI=mirror://sourceforge/cglib/cglib-src-3.0.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=533f804066f899d268ce6b41851f0a76 +_md5_=326eef1d80f283f5ce883099fc86e2d8 diff --git a/metadata/md5-cache/dev-java/cglib-3.1 b/metadata/md5-cache/dev-java/cglib-3.1 index 02111452f158..8a19829a95ef 100644 --- a/metadata/md5-cache/dev-java/cglib-3.1 +++ b/metadata/md5-cache/dev-java/cglib-3.1 @@ -4,10 +4,10 @@ DESCRIPTION=cglib is a powerful, high performance and quality Code Generation Li EAPI=5 HOMEPAGE=https://github.com/cglib/cglib IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/asm:4 dev-java/ant-core:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3 SRC_URI=mirror://sourceforge/cglib/cglib-src-3.1.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=756c3fe6b6b476232280d99d121ff969 +_md5_=4fa52ed996902d7104c8dc8ccbcaca1a diff --git a/metadata/md5-cache/dev-java/charva-1.1.4-r1 b/metadata/md5-cache/dev-java/charva-1.1.4-r1 index 41d19e76d109..183099a8700a 100644 --- a/metadata/md5-cache/dev-java/charva-1.1.4-r1 +++ b/metadata/md5-cache/dev-java/charva-1.1.4-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A Java Windowing Toolkit for Text Terminals EAPI=4 HOMEPAGE=http://www.pitman.co.za/projects/charva/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.5 sys-libs/ncurses dev-java/commons-logging:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/charva/charva/charva-1.1.4/charva.zip -> charva-1.1.4.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b10d9945c24da0963bc0c66577880cad +_md5_=214c4c875e3a375e3a0a3bfadd93a3ce diff --git a/metadata/md5-cache/dev-java/cldc-api-1.1-r1 b/metadata/md5-cache/dev-java/cldc-api-1.1-r1 index f2037f6f12a9..425f64947c25 100644 --- a/metadata/md5-cache/dev-java/cldc-api-1.1-r1 +++ b/metadata/md5-cache/dev-java/cldc-api-1.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Java ME Connected Limited Device Configuration API EAPI=5 HOMEPAGE=http://java.sun.com/javame/reference/apis.jsp IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.1 SRC_URI=mirror://gentoo/cldc-api-1.1.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2680a6658ecfbace905fb5d8b1e5a97d +_md5_=150271025e5701fa0095f4d8f7d99f31 diff --git a/metadata/md5-cache/dev-java/codemodel-2.6 b/metadata/md5-cache/dev-java/codemodel-2.6 index ac35b8c8e3be..971858cd04fa 100644 --- a/metadata/md5-cache/dev-java/codemodel-2.6 +++ b/metadata/md5-cache/dev-java/codemodel-2.6 @@ -4,10 +4,10 @@ DESCRIPTION=Java library for code generators EAPI=5 HOMEPAGE=https://codemodel.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2 SRC_URI=http://repo.maven.apache.org/maven2/com/sun/codemodel/codemodel/2.6/codemodel-2.6-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=76a0ee68b3996d0c70d5e3fec9260617 +_md5_=9bdc266768d10cd6503697faa81e1490 diff --git a/metadata/md5-cache/dev-java/colt-1.2.0-r2 b/metadata/md5-cache/dev-java/colt-1.2.0-r2 index 84c39c307b81..8a7703f04da1 100644 --- a/metadata/md5-cache/dev-java/colt-1.2.0-r2 +++ b/metadata/md5-cache/dev-java/colt-1.2.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A set of Open Source Libraries for High Performance Scientific and T EAPI=5 HOMEPAGE=http://www-itg.lbl.gov/~hoschek/colt/ IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=colt RDEPEND=>=virtual/jre-1.4 >=dev-java/concurrent-util-1.3.4:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://dsd.lbl.gov/~hoschek/colt-download/releases/colt-1.2.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=523fbbdc8458a8d4807bfa1c16291c9f +_md5_=52c482ad67cb04e7d4f7bc585a4b1588 diff --git a/metadata/md5-cache/dev-java/commons-beanutils-1.9.2 b/metadata/md5-cache/dev-java/commons-beanutils-1.9.2 index 821838ce4f07..f909ada0fd08 100644 --- a/metadata/md5-cache/dev-java/commons-beanutils-1.9.2 +++ b/metadata/md5-cache/dev-java/commons-beanutils-1.9.2 @@ -4,10 +4,10 @@ DESCRIPTION=Provides easy-to-use wrappers around Reflection and Introspection AP EAPI=5 HOMEPAGE=http://commons.apache.org/beanutils/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/commons-collections:0 dev-java/commons-logging:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.7 SRC_URI=mirror://apache/commons/beanutils/source/commons-beanutils-1.9.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=50b1018ac01148366c23e91149dcda0a +_md5_=1fdf1fc3e0fbd9d3adf9d42f345c6b41 diff --git a/metadata/md5-cache/dev-java/commons-betwixt-0.8 b/metadata/md5-cache/dev-java/commons-betwixt-0.8 index b2cc6d1da8d2..fb35f7ab7727 100644 --- a/metadata/md5-cache/dev-java/commons-betwixt-0.8 +++ b/metadata/md5-cache/dev-java/commons-betwixt-0.8 @@ -4,10 +4,10 @@ DESCRIPTION=Introspective Bean to XML mapper EAPI=2 HOMEPAGE=http://commons.apache.org/betwixt/ IUSE=elibc_FreeBSD doc test source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/commons-collections:0 >=dev-java/commons-logging-1.0.2:0 dev-java/commons-beanutils:1.7 >=dev-java/commons-digester-1.6:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0.7 SRC_URI=mirror://apache/commons//betwixt/source/commons-betwixt-0.8-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=30aa91f0c3a23b07fa5d791b8ff44295 +_md5_=54d7cccd05c1b72c56316064075b3fcf diff --git a/metadata/md5-cache/dev-java/commons-cli-1.2 b/metadata/md5-cache/dev-java/commons-cli-1.2 index 51d6e867b349..10b65e786118 100644 --- a/metadata/md5-cache/dev-java/commons-cli-1.2 +++ b/metadata/md5-cache/dev-java/commons-cli-1.2 @@ -4,10 +4,10 @@ DESCRIPTION=A Java library for working with the command line arguments and optio EAPI=2 HOMEPAGE=http://commons.apache.org/cli/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://apache/commons/cli/source/commons-cli-1.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c073f80573a797cddd16de11cfae00bc +_md5_=b074abc6b4fcd7dae10807cde01dc943 diff --git a/metadata/md5-cache/dev-java/commons-codec-1.7 b/metadata/md5-cache/dev-java/commons-codec-1.7 index f311ef032f87..2f6dca73bd06 100644 --- a/metadata/md5-cache/dev-java/commons-codec-1.7 +++ b/metadata/md5-cache/dev-java/commons-codec-1.7 @@ -4,10 +4,10 @@ DESCRIPTION=Implementations of common encoders and decoders in Java EAPI=5 HOMEPAGE=http://commons.apache.org/codec IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/codec/source/commons-codec-1.7-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9a2c854971c0a9cd1ea43277ebe4b27d +_md5_=d02de811544bb3291c1565ee09b969c7 diff --git a/metadata/md5-cache/dev-java/commons-collections-3.2.1-r1 b/metadata/md5-cache/dev-java/commons-collections-3.2.1-r1 index fdb1c6782b19..eddd8eab54e9 100644 --- a/metadata/md5-cache/dev-java/commons-collections-3.2.1-r1 +++ b/metadata/md5-cache/dev-java/commons-collections-3.2.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Jakarta-Commons Collections Component EAPI=5 HOMEPAGE=http://commons.apache.org/collections/ IUSE=test-framework elibc_FreeBSD doc source test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 test-framework? ( dev-java/junit:0 dev-java/ant-junit:0 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/collections/source/commons-collections-3.2.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3ca12f4ffd8d0364756b38094618b7a4 +_md5_=89ee2d603ec902bae708d46760171266 diff --git a/metadata/md5-cache/dev-java/commons-configuration-1.6-r2 b/metadata/md5-cache/dev-java/commons-configuration-1.6-r2 index 66a938b721c9..c8ade948b56f 100644 --- a/metadata/md5-cache/dev-java/commons-configuration-1.6-r2 +++ b/metadata/md5-cache/dev-java/commons-configuration-1.6-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Generic interface for reading configuration data from a variety of s EAPI=5 HOMEPAGE=http://commons.apache.org/configuration/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/commons-beanutils-1.7.0:1.7 >=dev-java/commons-codec-1.3:0 >=dev-java/commons-collections-3.1:0 >=dev-java/commons-digester-1.8:0 >=dev-java/commons-jxpath-1.2:0 >=dev-java/commons-lang-2.4:2.1 >=dev-java/commons-logging-1.1.1:0 java-virtuals/servlet-api:3.0 dev-java/ant-core:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/commons/configuration/source/commons-configuration-1.6-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2aa22509f2ab0980026ca16500f67fec +_md5_=5ee560cbda8162aa82fee5b09c487cc3 diff --git a/metadata/md5-cache/dev-java/commons-daemon-1.0.15 b/metadata/md5-cache/dev-java/commons-daemon-1.0.15 index 31b13e525e9f..7ab2d8a03dbc 100644 --- a/metadata/md5-cache/dev-java/commons-daemon-1.0.15 +++ b/metadata/md5-cache/dev-java/commons-daemon-1.0.15 @@ -4,10 +4,10 @@ DESCRIPTION=Tools to allow Java programs to run as UNIX daemons EAPI=5 HOMEPAGE=http://commons.apache.org/daemon/ IUSE=kernel_linux elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 RDEPEND=kernel_linux? ( sys-libs/libcap ) >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/daemon/source/commons-daemon-1.0.15-src.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cb3391bccd12be511ca42c6df0c78c84 +_md5_=a8990a19fb8a8275ed33232292b367c6 diff --git a/metadata/md5-cache/dev-java/commons-daemon-1.0.7 b/metadata/md5-cache/dev-java/commons-daemon-1.0.7 index 5314a6e22cad..a94617087d2e 100644 --- a/metadata/md5-cache/dev-java/commons-daemon-1.0.7 +++ b/metadata/md5-cache/dev-java/commons-daemon-1.0.7 @@ -4,10 +4,10 @@ DESCRIPTION=Tools to allow Java programs to run as UNIX daemons EAPI=4 HOMEPAGE=http://commons.apache.org/daemon/ IUSE=kernel_linux elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=kernel_linux? ( sys-libs/libcap ) >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/daemon/source/commons-daemon-1.0.7-src.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4638de01d51f7dda83b4417c9ae3b776 +_md5_=73e2de6e04d2f9ca33cca8fc33a55f13 diff --git a/metadata/md5-cache/dev-java/commons-daemon-1.0.9 b/metadata/md5-cache/dev-java/commons-daemon-1.0.9 index 2076eb0ef7dc..159d6066f427 100644 --- a/metadata/md5-cache/dev-java/commons-daemon-1.0.9 +++ b/metadata/md5-cache/dev-java/commons-daemon-1.0.9 @@ -4,10 +4,10 @@ DESCRIPTION=Tools to allow Java programs to run as UNIX daemons EAPI=4 HOMEPAGE=http://commons.apache.org/daemon/ IUSE=kernel_linux elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 RDEPEND=kernel_linux? ( sys-libs/libcap ) >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/daemon/source/commons-daemon-1.0.9-src.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dff01a781f07fa44525ae2249ad19c6b +_md5_=234fb00adcfc4be08c808b871d17166d diff --git a/metadata/md5-cache/dev-java/commons-dbcp-1.4-r2 b/metadata/md5-cache/dev-java/commons-dbcp-1.4-r2 index 94461fd9e19b..9577f9234460 100644 --- a/metadata/md5-cache/dev-java/commons-dbcp-1.4-r2 +++ b/metadata/md5-cache/dev-java/commons-dbcp-1.4-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Jakarta component providing database connection pooling API EAPI=4 HOMEPAGE=http://commons.apache.org/dbcp/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/commons-pool:0 java-virtuals/transaction-api:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/dbcp/source/commons-dbcp-1.4-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e7f63918432c52a3d290ada009e1d569 +_md5_=0ee93f3d36cb829bee32368f4890ef95 diff --git a/metadata/md5-cache/dev-java/commons-digester-1.8.1-r2 b/metadata/md5-cache/dev-java/commons-digester-1.8.1-r2 index 99028343bea7..af5c787406d7 100644 --- a/metadata/md5-cache/dev-java/commons-digester-1.8.1-r2 +++ b/metadata/md5-cache/dev-java/commons-digester-1.8.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Reads XML configuration files to provide initialization of various J EAPI=5 HOMEPAGE=http://commons.apache.org/digester/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/commons-beanutils:1.7 >=dev-java/commons-collections-2.1:0 >=dev-java/commons-logging-1.0.2:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/digester/source/commons-digester-1.8.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8c0881108bf9ff7c992362dbb9966a1f +_md5_=34b71fe085fe4aafdd2465e6319097fd diff --git a/metadata/md5-cache/dev-java/commons-digester-2.1-r1 b/metadata/md5-cache/dev-java/commons-digester-2.1-r1 index 7e8300a3c1d1..07d5bd27fb93 100644 --- a/metadata/md5-cache/dev-java/commons-digester-2.1-r1 +++ b/metadata/md5-cache/dev-java/commons-digester-2.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Reads XML configuration files to provide initialization of various J EAPI=5 HOMEPAGE=http://commons.apache.org/digester/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/commons-beanutils:1.7 >=dev-java/commons-collections-2.1:0 >=dev-java/commons-logging-1.0.2:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.1 SRC_URI=mirror://apache/commons/digester/source/commons-digester-2.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c14e2e86c9f96bccd0dee25411be14dc +_md5_=08afc865a9bf035e7c79ebb3b575313f diff --git a/metadata/md5-cache/dev-java/commons-digester-3.2-r2 b/metadata/md5-cache/dev-java/commons-digester-3.2-r2 index bbd5c56e2534..475cdf42996a 100644 --- a/metadata/md5-cache/dev-java/commons-digester-3.2-r2 +++ b/metadata/md5-cache/dev-java/commons-digester-3.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Reads XML configuration files to provide initialization of various J EAPI=5 HOMEPAGE=http://commons.apache.org/digester/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/cglib:3 dev-java/commons-beanutils:1.7 >=dev-java/commons-logging-1.0.2:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.2 SRC_URI=mirror://apache/commons/digester/source/commons-digester3-3.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1cae1468b0f43d4857c7f19173800854 +_md5_=881e187b8efaa2cdd2c5284117df9b88 diff --git a/metadata/md5-cache/dev-java/commons-discovery-0.4 b/metadata/md5-cache/dev-java/commons-discovery-0.4 index f4431e72085d..26696c1b7836 100644 --- a/metadata/md5-cache/dev-java/commons-discovery-0.4 +++ b/metadata/md5-cache/dev-java/commons-discovery-0.4 @@ -4,10 +4,10 @@ DESCRIPTION=Commons Discovery: Service Discovery component EAPI=0 HOMEPAGE=http://commons.apache.org/discovery/ IUSE=doc source test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/commons-logging >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://apache/jakarta/commons/discovery/source/commons-discovery-0.4-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b05ce1ccfbdc34a50cfc3d8e4435886e +_md5_=e127e9bc0388b07b66dcfddd1659e0b8 diff --git a/metadata/md5-cache/dev-java/commons-el-1.0-r3 b/metadata/md5-cache/dev-java/commons-el-1.0-r3 index 0fcf97494aa0..72da6c3c1f50 100644 --- a/metadata/md5-cache/dev-java/commons-el-1.0-r3 +++ b/metadata/md5-cache/dev-java/commons-el-1.0-r3 @@ -4,10 +4,10 @@ DESCRIPTION=EL is the JSP 2.0 Expression Language Interpreter from Apache EAPI=5 HOMEPAGE=http://commons.apache.org/el/ IUSE=elibc_FreeBSD source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-1.1 RDEPEND=java-virtuals/servlet-api:2.5 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/jakarta/commons/el/source/commons-el-1.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ac0f809a8d85491c3b9cb33160146774 +_md5_=4a3d8d848e58923935f199fcf6c0a2a5 diff --git a/metadata/md5-cache/dev-java/commons-email-1.4 b/metadata/md5-cache/dev-java/commons-email-1.4 index 271946828ea9..dc69859542b5 100644 --- a/metadata/md5-cache/dev-java/commons-email-1.4 +++ b/metadata/md5-cache/dev-java/commons-email-1.4 @@ -4,11 +4,11 @@ DESCRIPTION=Commons Email aims to provide an API for sending email. EAPI=5 HOMEPAGE=http://commons.apache.org/email/ IUSE=elibc_FreeBSD source doc test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=dev-java/oracle-javamail:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/commons/email/source/commons-email-1.4-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cf511923a509fbae63f6139d8a4cb776 +_md5_=d154b39a9ab52bcea6346f969dd10564 diff --git a/metadata/md5-cache/dev-java/commons-fileupload-1.3 b/metadata/md5-cache/dev-java/commons-fileupload-1.3 index 1459142af6e9..bd080657b3dd 100644 --- a/metadata/md5-cache/dev-java/commons-fileupload-1.3 +++ b/metadata/md5-cache/dev-java/commons-fileupload-1.3 @@ -4,10 +4,10 @@ DESCRIPTION=Add robust, high-performance, file upload capability to your servlet EAPI=5 HOMEPAGE=http://commons.apache.org/fileupload/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=dev-java/commons-io:1 dev-java/portletapi:1 java-virtuals/servlet-api:2.5 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/fileupload/source/commons-fileupload-1.3-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3c9edaec97ea0103b591201aa78a4568 +_md5_=7581fcf39f039770c906d983669088e0 diff --git a/metadata/md5-cache/dev-java/commons-httpclient-3.1-r1 b/metadata/md5-cache/dev-java/commons-httpclient-3.1-r1 index 1861242b3f50..a1773d255ba0 100644 --- a/metadata/md5-cache/dev-java/commons-httpclient-3.1-r1 +++ b/metadata/md5-cache/dev-java/commons-httpclient-3.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=The Jakarta Commons HttpClient library EAPI=5 HOMEPAGE=http://hc.apache.org/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/commons-logging:0 dev-java/commons-codec:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=3 SRC_URI=mirror://apache/httpcomponents/commons-httpclient/source/commons-httpclient-3.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f5d681e7f47b9f2fbe7f593cf0bc0e6d +_md5_=e3b2df63c5504578a2610a87be06a481 diff --git a/metadata/md5-cache/dev-java/commons-io-2.4 b/metadata/md5-cache/dev-java/commons-io-2.4 index d39ebb80490d..87eaa20ce541 100644 --- a/metadata/md5-cache/dev-java/commons-io-2.4 +++ b/metadata/md5-cache/dev-java/commons-io-2.4 @@ -4,10 +4,10 @@ DESCRIPTION=Commons-IO contains utility classes, stream implementations, file fi EAPI=5 HOMEPAGE=http://commons.apache.org/io/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://apache/commons/io/source/commons-io-2.4-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=445fa9926f0ea0c3fde6a3fbf2d0bc62 +_md5_=ba880d7469d5c1261e17a8db9f62f4ae diff --git a/metadata/md5-cache/dev-java/commons-jexl-1.1-r1 b/metadata/md5-cache/dev-java/commons-jexl-1.1-r1 index 35f4605e49ae..1ebaaa1b43c5 100644 --- a/metadata/md5-cache/dev-java/commons-jexl-1.1-r1 +++ b/metadata/md5-cache/dev-java/commons-jexl-1.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Expression language engine, can be embedded in applications and fram EAPI=5 HOMEPAGE=http://commons.apache.org/jexl/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/commons-logging dev-java/junit:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=mirror://apache/jakarta/commons/jexl/source/commons-jexl-1.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=563087d5b9b5be5a9135a6a5e59b4db9 +_md5_=28c282ae347f416c4b09edac80b7dd21 diff --git a/metadata/md5-cache/dev-java/commons-jxpath-1.3-r1 b/metadata/md5-cache/dev-java/commons-jxpath-1.3-r1 index eee8367cb8ae..7a6b740b97c8 100644 --- a/metadata/md5-cache/dev-java/commons-jxpath-1.3-r1 +++ b/metadata/md5-cache/dev-java/commons-jxpath-1.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Applies XPath expressions to graphs of objects of all kinds EAPI=5 HOMEPAGE=http://commons.apache.org/jxpath/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/commons-beanutils:1.7 java-virtuals/servlet-api:2.5 dev-java/jdom:1.0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/jxpath/source/commons-jxpath-1.3-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=35d23dae31c998a13dc47fcacb7f6bf1 +_md5_=bdc9ed9e4c4ab67bc0dee67e636dc59e diff --git a/metadata/md5-cache/dev-java/commons-jxpath-1.3-r2 b/metadata/md5-cache/dev-java/commons-jxpath-1.3-r2 index 7b6d195a71ab..c329904c12d4 100644 --- a/metadata/md5-cache/dev-java/commons-jxpath-1.3-r2 +++ b/metadata/md5-cache/dev-java/commons-jxpath-1.3-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Applies XPath expressions to graphs of objects of all kinds EAPI=5 HOMEPAGE=http://commons.apache.org/jxpath/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/commons-beanutils:1.7 java-virtuals/servlet-api:2.5 dev-java/jdom:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/jxpath/source/commons-jxpath-1.3-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d8984f47764c9541f17fe85dbfcb9bce +_md5_=1a674121883f6f038207b95a41a33de2 diff --git a/metadata/md5-cache/dev-java/commons-lang-2.0-r2 b/metadata/md5-cache/dev-java/commons-lang-2.0-r2 index 011d53aa2f9a..362ee40e4181 100644 --- a/metadata/md5-cache/dev-java/commons-lang-2.0-r2 +++ b/metadata/md5-cache/dev-java/commons-lang-2.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Jakarta components to manipulate core java classes EAPI=2 HOMEPAGE=http://commons.apache.org/lang/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/jakarta/commons/lang/source/commons-lang-2.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=43f8e213fcab54124e6d0dea6e79622c +_md5_=75d9413fcfbff741c3a975d9b7d7ccc5 diff --git a/metadata/md5-cache/dev-java/commons-lang-2.0-r3 b/metadata/md5-cache/dev-java/commons-lang-2.0-r3 index 6a84500a2f39..a266060052b3 100644 --- a/metadata/md5-cache/dev-java/commons-lang-2.0-r3 +++ b/metadata/md5-cache/dev-java/commons-lang-2.0-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Jakarta components to manipulate core java classes EAPI=5 HOMEPAGE=http://commons.apache.org/lang/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/jakarta/commons/lang/source/commons-lang-2.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bef4cc9b4359dc0005bd2ffc764d0c7d +_md5_=3433f8132db9ae6383700dfe97d57daf diff --git a/metadata/md5-cache/dev-java/commons-lang-2.6-r1 b/metadata/md5-cache/dev-java/commons-lang-2.6-r1 index aba3f1efc513..ccde389c19c4 100644 --- a/metadata/md5-cache/dev-java/commons-lang-2.6-r1 +++ b/metadata/md5-cache/dev-java/commons-lang-2.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Commons components to manipulate core java classes EAPI=5 HOMEPAGE=http://commons.apache.org/lang/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.1 SRC_URI=mirror://apache/commons/lang/source/commons-lang-2.6-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3d1d14913b9f52feee7b45260d015d8c +_md5_=dc24a686aea57141e75e2a42b7e8d21b diff --git a/metadata/md5-cache/dev-java/commons-lang-3.1 b/metadata/md5-cache/dev-java/commons-lang-3.1 index ea2a621fdb55..48c7d42651e8 100644 --- a/metadata/md5-cache/dev-java/commons-lang-3.1 +++ b/metadata/md5-cache/dev-java/commons-lang-3.1 @@ -4,10 +4,10 @@ DESCRIPTION=Commons components to manipulate core java classes EAPI=5 HOMEPAGE=http://commons.apache.org/lang/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.1 SRC_URI=mirror://apache/commons/lang/source/commons-lang3-3.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=84f0311b2724806513142dd1c6e9838a +_md5_=a66f591bda863b6648b7886225dd3122 diff --git a/metadata/md5-cache/dev-java/commons-lang-3.3.2 b/metadata/md5-cache/dev-java/commons-lang-3.3.2 index 2d4902b9512a..4d59165c138f 100644 --- a/metadata/md5-cache/dev-java/commons-lang-3.3.2 +++ b/metadata/md5-cache/dev-java/commons-lang-3.3.2 @@ -4,11 +4,11 @@ DESCRIPTION=Commons components to manipulate core java classes EAPI=5 HOMEPAGE=http://commons.apache.org/lang/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=ppc? ( test ) ppc64? ( test ) SLOT=3.3 SRC_URI=mirror://apache/commons/lang/source/commons-lang3-3.3.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dd5d353e832ab017c2223d8b665cb0a5 +_md5_=736fb59509562c91a7b85743a87cb7f2 diff --git a/metadata/md5-cache/dev-java/commons-launcher-1.1-r1 b/metadata/md5-cache/dev-java/commons-launcher-1.1-r1 index ef562ce09f2a..1ac8cca28ba5 100644 --- a/metadata/md5-cache/dev-java/commons-launcher-1.1-r1 +++ b/metadata/md5-cache/dev-java/commons-launcher-1.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Commons-launcher eliminates the need for a batch or shell script to EAPI=0 HOMEPAGE=http://commons.apache.org/launcher/ IUSE=elibc_FreeBSD examples doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/ant-core >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/jakarta/commons/launcher/source/commons-launcher-1.1-src.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ae4e032d61752ce0c843b541dc73d9c8 +_md5_=2ce9e6041fbb57e7eaecdc4edde9129e diff --git a/metadata/md5-cache/dev-java/commons-logging-1.2 b/metadata/md5-cache/dev-java/commons-logging-1.2 index bbbacffb66fa..f4948d8a2319 100644 --- a/metadata/md5-cache/dev-java/commons-logging-1.2 +++ b/metadata/md5-cache/dev-java/commons-logging-1.2 @@ -4,11 +4,11 @@ DESCRIPTION=The Jakarta-Commons Logging package is an ultra-thin bridge between EAPI=5 HOMEPAGE=http://commons.apache.org/logging/ IUSE=avalon-logkit log4j servletapi avalon-framework elibc_FreeBSD doc source test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 avalon-logkit? ( dev-java/avalon-logkit:1.2 ) log4j? ( dev-java/log4j:0 ) servletapi? ( java-virtuals/servlet-api:2.3 ) avalon-framework? ( dev-java/avalon-framework:4.2 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=!servletapi? ( test ) SLOT=0 SRC_URI=mirror://apache/commons/logging/source/commons-logging-1.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=04bf864ce9fbb7e401ebdd47f64345a1 +_md5_=e12dfb928fe86e81886c1469991121be diff --git a/metadata/md5-cache/dev-java/commons-net-1.4.1-r1 b/metadata/md5-cache/dev-java/commons-net-1.4.1-r1 index daa3a68fd03e..f17352c521db 100644 --- a/metadata/md5-cache/dev-java/commons-net-1.4.1-r1 +++ b/metadata/md5-cache/dev-java/commons-net-1.4.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=The purpose of the library is to provide fundamental protocol access EAPI=0 HOMEPAGE=http://commons.apache.org/net/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.3 >=dev-java/jakarta-oro-2.0.8-r2 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/jakarta/commons/net/source/commons-net-1.4.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0449446b9a45a82da53d359ca77710eb +_md5_=ac7e3201a756a4c4fde38fefbef419ad diff --git a/metadata/md5-cache/dev-java/commons-net-3.2 b/metadata/md5-cache/dev-java/commons-net-3.2 index 345b7736e5ef..48401a61aa25 100644 --- a/metadata/md5-cache/dev-java/commons-net-3.2 +++ b/metadata/md5-cache/dev-java/commons-net-3.2 @@ -4,11 +4,11 @@ DESCRIPTION=The purpose of the library is to provide fundamental protocol access EAPI=5 HOMEPAGE=http://commons.apache.org/net/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/commons/net/source/commons-net-3.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=aebccf6b203d914ecfe9d4a5b80638fe +_md5_=f573101db81ea4fa5355814786191b5b diff --git a/metadata/md5-cache/dev-java/commons-pool-1.6 b/metadata/md5-cache/dev-java/commons-pool-1.6 index 772b10178af2..c6d8baa19cfb 100644 --- a/metadata/md5-cache/dev-java/commons-pool-1.6 +++ b/metadata/md5-cache/dev-java/commons-pool-1.6 @@ -4,10 +4,10 @@ DESCRIPTION=Provides general purpose object pooling API EAPI=5 HOMEPAGE=http://commons.apache.org/pool/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/commons/pool/source/commons-pool-1.6-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=49556316170775e576ccc1670bcb6901 +_md5_=bebdb011c5e1e082b1408a351a099641 diff --git a/metadata/md5-cache/dev-java/commons-primitives-1.0-r2 b/metadata/md5-cache/dev-java/commons-primitives-1.0-r2 index 5dba17275484..ed6a48461c4f 100644 --- a/metadata/md5-cache/dev-java/commons-primitives-1.0-r2 +++ b/metadata/md5-cache/dev-java/commons-primitives-1.0-r2 @@ -4,11 +4,11 @@ DESCRIPTION=The Jakarta-Commons Primitives Component EAPI=0 HOMEPAGE=http://commons.apache.org/primitives/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/jakarta/commons/primitives/source/commons-primitives-1.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bf3217783360dfb25376539dbf1e4c86 +_md5_=6756f1a2db2eecc5e27d1abb6d6586b3 diff --git a/metadata/md5-cache/dev-java/commons-validator-1.4.0 b/metadata/md5-cache/dev-java/commons-validator-1.4.0 index d515083a3670..bb7e30c8d5cb 100644 --- a/metadata/md5-cache/dev-java/commons-validator-1.4.0 +++ b/metadata/md5-cache/dev-java/commons-validator-1.4.0 @@ -4,11 +4,11 @@ DESCRIPTION=Commons component to validate user input, or data input EAPI=5 HOMEPAGE=http://commons.apache.org/validator/ IUSE=elibc_FreeBSD examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/commons-digester-1.6:0 >=dev-java/commons-collections-3.1:0 >=dev-java/commons-logging-1.0.4:0 dev-java/commons-beanutils:1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/commons/validator/source/commons-validator-1.4.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fe2b4c3a9b8bb0da8088122700b14c07 +_md5_=405207f362c1f4b6dff7673786000ef2 diff --git a/metadata/md5-cache/dev-java/commons-validator-1.4.1 b/metadata/md5-cache/dev-java/commons-validator-1.4.1 index 6d598b6fc6b2..2f9bb6defe9c 100644 --- a/metadata/md5-cache/dev-java/commons-validator-1.4.1 +++ b/metadata/md5-cache/dev-java/commons-validator-1.4.1 @@ -4,11 +4,11 @@ DESCRIPTION=Commons component to validate user input, or data input EAPI=5 HOMEPAGE=http://commons.apache.org/validator/ IUSE=elibc_FreeBSD examples source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/commons-digester-1.6:0 >=dev-java/commons-collections-3.1:0 >=dev-java/commons-logging-1.0.4:0 dev-java/commons-beanutils:1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/commons/validator/source/commons-validator-1.4.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2b840dc1b7f09cf9e10716d5baefb97e +_md5_=07dd4475243e807058539e0c155de521 diff --git a/metadata/md5-cache/dev-java/commons-vfs-1.0 b/metadata/md5-cache/dev-java/commons-vfs-1.0 index 7616266d91d5..e827b715a766 100644 --- a/metadata/md5-cache/dev-java/commons-vfs-1.0 +++ b/metadata/md5-cache/dev-java/commons-vfs-1.0 @@ -4,10 +4,10 @@ DESCRIPTION=a single API for accessing various different file systems EAPI=0 HOMEPAGE=http://commons.apache.org/vfs/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/commons-logging dev-java/commons-net =dev-java/commons-httpclient-3* dev-java/jsch dev-java/commons-collections dev-java/ant-core >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/jakarta/commons/vfs/source/commons-vfs-1.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8e51362775a37b965fa6d385d7b5e9f9 +_md5_=89af102f1a69077be39ab3fa9f1c0a2e diff --git a/metadata/md5-cache/dev-java/concurrent-util-1.3.4-r1 b/metadata/md5-cache/dev-java/concurrent-util-1.3.4-r1 index 824dfe7cf214..b11ceb7d18c1 100644 --- a/metadata/md5-cache/dev-java/concurrent-util-1.3.4-r1 +++ b/metadata/md5-cache/dev-java/concurrent-util-1.3.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Utility classes commonly encountered in concurrent Java programming EAPI=0 HOMEPAGE=http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=public-domain sun-concurrent-util MIT RDEPEND=>=virtual/jre-1.2 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/gentoo-concurrent-util-1.3.4.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c55b153c8310c992833c7756d2c4f7e6 +_md5_=8f338ec552d84f9b6c55b51a799840e2 diff --git a/metadata/md5-cache/dev-java/constantine-0.7-r1 b/metadata/md5-cache/dev-java/constantine-0.7-r1 index 3e8c1205de9c..b98947fbd8f1 100644 --- a/metadata/md5-cache/dev-java/constantine-0.7-r1 +++ b/metadata/md5-cache/dev-java/constantine-0.7-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Provides Java values for common platform C constants EAPI=5 HOMEPAGE=https://github.com/wmeissner/jnr-constants IUSE=elibc_FreeBSD source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris LICENSE=MIT RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/constantine-0.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6ca3be6b093ba7043135b3658ab63fa8 +_md5_=5cc51a281e55dcb3d6122d808967a470 diff --git a/metadata/md5-cache/dev-java/cortado-0.6.0-r1 b/metadata/md5-cache/dev-java/cortado-0.6.0-r1 index c9fff8f74644..43d8b9b3c234 100644 --- a/metadata/md5-cache/dev-java/cortado-0.6.0-r1 +++ b/metadata/md5-cache/dev-java/cortado-0.6.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Multimedia framework for Java written by Fluendo EAPI=5 HOMEPAGE=http://www.theora.org/cortado/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2 LGPL-2 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://downloads.xiph.org/releases/cortado/cortado-0.6.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=99c9682b16e1c25780c4348200c98e73 +_md5_=ea018f3e5c85b35a6f0fa75c0c97fc48 diff --git a/metadata/md5-cache/dev-java/cpptasks-1.0_beta5 b/metadata/md5-cache/dev-java/cpptasks-1.0_beta5 index d8568644e2f2..7178f6450e35 100644 --- a/metadata/md5-cache/dev-java/cpptasks-1.0_beta5 +++ b/metadata/md5-cache/dev-java/cpptasks-1.0_beta5 @@ -4,10 +4,10 @@ DESCRIPTION=Ant-tasks to compile various source languages and produce executable EAPI=4 HOMEPAGE=http://ant-contrib.sourceforge.net/ IUSE=elibc_FreeBSD doc source examples elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=dev-java/ant-core:0 dev-java/xerces:2 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/ant-contrib/ant-contrib/cpptasks-1.0-beta5/cpptasks-1.0b5.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6a08e02521c72b9b9c09a13ce034a551 +_md5_=79737dc7c20cf6517a3316f01d9db2d5 diff --git a/metadata/md5-cache/dev-java/dbus-java-2.7-r1 b/metadata/md5-cache/dev-java/dbus-java-2.7-r1 index f1d2f6a707d6..cf9a167b6cd5 100644 --- a/metadata/md5-cache/dev-java/dbus-java-2.7-r1 +++ b/metadata/md5-cache/dev-java/dbus-java-2.7-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Java bindings for the D-Bus messagebus EAPI=2 HOMEPAGE=http://dbus.freedesktop.org/ IUSE=debug elibc_FreeBSD doc source -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=|| ( GPL-2 AFL-2.1 ) RDEPEND=>=virtual/jre-1.5 >=dev-java/libmatthew-java-0.7-r1 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://dbus.freedesktop.org/releases/dbus-java/dbus-java-2.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ff1bc1f05835af84fa0ff1b33ed2b2b8 +_md5_=14664ac78a948c96e141676cb8010a11 diff --git a/metadata/md5-cache/dev-java/dom4j-1.6.1-r5 b/metadata/md5-cache/dev-java/dom4j-1.6.1-r5 index 39177ce02b2a..d546acfe4dcb 100644 --- a/metadata/md5-cache/dev-java/dom4j-1.6.1-r5 +++ b/metadata/md5-cache/dev-java/dom4j-1.6.1-r5 @@ -4,10 +4,10 @@ DESCRIPTION=Java library for working with XML EAPI=5 HOMEPAGE=http://dom4j.sourceforge.net/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=dom4j RDEPEND=dev-java/xpp2:0 dev-java/xpp3:0 dev-java/jaxme:0 dev-java/xsdlib:0 dev-java/relaxng-datatype:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://sourceforge/dom4j/dom4j-1.6.1.tar.gz mirror://gentoo/dom4j-1.6.1-java5.patch.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a1c880ce5a598eba4717c51144c5f250 +_md5_=78cec72581d98e00bb111e49e6bb8fba diff --git a/metadata/md5-cache/dev-java/dsiutils-1.0.10-r2 b/metadata/md5-cache/dev-java/dsiutils-1.0.10-r2 index 326e3dfdde02..8b2ba765a2c4 100644 --- a/metadata/md5-cache/dev-java/dsiutils-1.0.10-r2 +++ b/metadata/md5-cache/dev-java/dsiutils-1.0.10-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A Mish Mash of classes that were initially distributed with mg4j (am EAPI=4 HOMEPAGE=http://dsiutils.dsi.unimi.it/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=LGPL-3 RDEPEND=dev-java/commons-io:1 dev-java/jsap:0 dev-java/log4j:0 dev-java/commons-collections:0 dev-java/colt:0 dev-java/fastutil:5.0 dev-java/commons-configuration:0 dev-java/commons-lang:2.1 dev-java/junit:0 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://dsiutils.dsi.unimi.it/dsiutils-1.0.10-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=00981400b24a3dd07a3536523bc1d2ad +_md5_=76e646365fefbf5c848192d611a55976 diff --git a/metadata/md5-cache/dev-java/dtdparser-1.21-r2 b/metadata/md5-cache/dev-java/dtdparser-1.21-r2 index 0d12a3ddbb35..57af5ed680dd 100644 --- a/metadata/md5-cache/dev-java/dtdparser-1.21-r2 +++ b/metadata/md5-cache/dev-java/dtdparser-1.21-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A Java DTD Parser EAPI=5 HOMEPAGE=http://www.wutka.com/dtdparser.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 Apache-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.21 SRC_URI=http://www.wutka.com/download/dtdparser-1.21.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c4769a5291887514c8b39c8b6d1e7a09 +_md5_=84f0942d7efb761b04cb54342b616eef diff --git a/metadata/md5-cache/dev-java/easymock-3.3.1 b/metadata/md5-cache/dev-java/easymock-3.3.1 index df8377b32b3a..cd91e81e9d1a 100644 --- a/metadata/md5-cache/dev-java/easymock-3.3.1 +++ b/metadata/md5-cache/dev-java/easymock-3.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=Provides Mock Objects for interfaces in JUnit tests by generating th EAPI=5 HOMEPAGE=http://www.easymock.org/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=|| ( MIT Apache-2.0 ) RDEPEND=>=virtual/jre-1.6 dev-java/junit:4 dev-java/objenesis:0 dev-java/cglib:3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.2 SRC_URI=mirror://sourceforge/easymock/EasyMock/3.3.1/easymock-3.3.1.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=76a4582c2dd12f6893615c676ff28cae +_md5_=775527c247deda85979252fc5a9f1f84 diff --git a/metadata/md5-cache/dev-java/ecj-gcj-3.5.2-r3 b/metadata/md5-cache/dev-java/ecj-gcj-3.5.2-r3 index 0e39b53fb404..7aeea4823ffe 100644 --- a/metadata/md5-cache/dev-java/ecj-gcj-3.5.2-r3 +++ b/metadata/md5-cache/dev-java/ecj-gcj-3.5.2-r3 @@ -4,10 +4,10 @@ DESCRIPTION=A subset of Eclipse Compiler for Java compiled by gcj, serving as ja EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=+native elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=EPL-1.0 RDEPEND=sys-devel/gcc:*[gcj] app-eselect/eselect-java >=dev-java/java-config-2.2.0 SLOT=3.5 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/ecjsrc-3.5.2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=45c116a180b2c48c2a8c0cf52edddc2a +_md5_=3c81fe4925a7a8d042b9f5dd06f6f2cf diff --git a/metadata/md5-cache/dev-java/ecj-gcj-3.6-r1 b/metadata/md5-cache/dev-java/ecj-gcj-3.6-r1 index 4e4b6bc3e1b4..126f4c9874d3 100644 --- a/metadata/md5-cache/dev-java/ecj-gcj-3.6-r1 +++ b/metadata/md5-cache/dev-java/ecj-gcj-3.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A subset of Eclipse Compiler for Java compiled by gcj, serving as ja EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=+native elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 LICENSE=EPL-1.0 RDEPEND=sys-devel/gcc:*[gcj] app-eselect/eselect-java >=dev-java/java-config-2.2.0 SLOT=3.6 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/ecjsrc-3.6.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ea269ce004a9ffc2440eea31c6d1a5f6 +_md5_=1a142d7abe4f3cc3504cffcbf0312110 diff --git a/metadata/md5-cache/dev-java/ecj-gcj-4.2.1-r2 b/metadata/md5-cache/dev-java/ecj-gcj-4.2.1-r2 index 87479e41872c..4a7e791d4666 100644 --- a/metadata/md5-cache/dev-java/ecj-gcj-4.2.1-r2 +++ b/metadata/md5-cache/dev-java/ecj-gcj-4.2.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A subset of Eclipse Compiler for Java compiled by gcj, serving as ja EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=+native elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 LICENSE=EPL-1.0 RDEPEND=sys-devel/gcc:*[gcj] app-eselect/eselect-java >=dev-java/java-config-2.2.0 SLOT=4.2 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/ecjsrc-4.2.1.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=65e0d95511d60c522ca512b8c48f0869 +_md5_=f87b2095c2f6158a3d28c277d49b3274 diff --git a/metadata/md5-cache/dev-java/ecj-gcj-4.4.2 b/metadata/md5-cache/dev-java/ecj-gcj-4.4.2 index 93d4cf7d4f77..4437c5678b93 100644 --- a/metadata/md5-cache/dev-java/ecj-gcj-4.4.2 +++ b/metadata/md5-cache/dev-java/ecj-gcj-4.4.2 @@ -4,10 +4,10 @@ DESCRIPTION=A subset of Eclipse Compiler for Java compiled by gcj, serving as ja EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=+native elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 LICENSE=EPL-1.0 RDEPEND=sys-devel/gcc:*[gcj] app-eselect/eselect-java >=dev-java/java-config-2.2.0 SLOT=4.4 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.2-201502041700/ecjsrc-4.4.2.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=92b116756cd60e9ed8e7383c0e4e7c67 +_md5_=f7b294d0f841a25080e8d936538a9abd diff --git a/metadata/md5-cache/dev-java/eclipse-ecj-3.7.2-r1 b/metadata/md5-cache/dev-java/eclipse-ecj-3.7.2-r1 index c40d88310678..825ea52203dc 100644 --- a/metadata/md5-cache/dev-java/eclipse-ecj-3.7.2-r1 +++ b/metadata/md5-cache/dev-java/eclipse-ecj-3.7.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Eclipse Compiler for Java EAPI=4 HOMEPAGE=http://www.eclipse.org/ IUSE=+ant userland_GNU elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=EPL-1.0 PDEPEND=ant? ( ~dev-java/ant-eclipse-ecj-3.7.2 ) RDEPEND=app-eselect/eselect-java >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=3.7 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/ecjsrc-3.7.2.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b587e6ef5769c5b19cdabcd1df0dac89 +_md5_=01f6adb0075a9ddb6e2dd1fbd402bf79 diff --git a/metadata/md5-cache/dev-java/eclipse-ecj-4.2.1 b/metadata/md5-cache/dev-java/eclipse-ecj-4.2.1 index 321c5e2dad67..6ede554ffa0c 100644 --- a/metadata/md5-cache/dev-java/eclipse-ecj-4.2.1 +++ b/metadata/md5-cache/dev-java/eclipse-ecj-4.2.1 @@ -4,11 +4,11 @@ DESCRIPTION=Eclipse Compiler for Java EAPI=4 HOMEPAGE=http://www.eclipse.org/ IUSE=+ant userland_GNU elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=EPL-1.0 PDEPEND=ant? ( ~dev-java/ant-eclipse-ecj-4.2.1 ) RDEPEND=app-eselect/eselect-java >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=4.2 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops4/R-4.2.1-201209141800/ecjsrc-4.2.1.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a577014cc9cfeb2cfa09c7d8335793fb +_md5_=c6519cdf779ddfe252f26545b22a47c2 diff --git a/metadata/md5-cache/dev-java/eclipse-ecj-4.4.2-r1 b/metadata/md5-cache/dev-java/eclipse-ecj-4.4.2-r1 index 696949bdd260..fd36a54d47cb 100644 --- a/metadata/md5-cache/dev-java/eclipse-ecj-4.4.2-r1 +++ b/metadata/md5-cache/dev-java/eclipse-ecj-4.4.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Eclipse Compiler for Java EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=+ant elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=EPL-1.0 PDEPEND=ant? ( ~dev-java/ant-eclipse-ecj-4.4.2 ) RDEPEND=app-eselect/eselect-java >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.4 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.2-201502041700/ecjsrc-4.4.2.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e5ec51335cee0e068549a69d5980f7cb +_md5_=646fbedee96d68a15db782b5d80e7e4d diff --git a/metadata/md5-cache/dev-java/eclipse-ecj-4.5.1 b/metadata/md5-cache/dev-java/eclipse-ecj-4.5.1 index 99d8d8ddc3de..05a38e6e0890 100644 --- a/metadata/md5-cache/dev-java/eclipse-ecj-4.5.1 +++ b/metadata/md5-cache/dev-java/eclipse-ecj-4.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=Eclipse Compiler for Java EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=+ant elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=EPL-1.0 PDEPEND=ant? ( ~dev-java/ant-eclipse-ecj-4.5.1 ) RDEPEND=app-eselect/eselect-java >=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.5 SRC_URI=http://download.eclipse.org/eclipse/downloads/drops4/R-4.5.1-201509040015/ecjsrc-4.5.1.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=aab3f1c2933001e4b53ececeed8b42a4 +_md5_=dd5475a1db41eb7554826fcabe8d55b3 diff --git a/metadata/md5-cache/dev-java/edtftpj-2.0.4 b/metadata/md5-cache/dev-java/edtftpj-2.0.4 index 4188c73709b7..d4a1503e376a 100644 --- a/metadata/md5-cache/dev-java/edtftpj-2.0.4 +++ b/metadata/md5-cache/dev-java/edtftpj-2.0.4 @@ -4,10 +4,10 @@ DESCRIPTION=FTP client library written in Java EAPI=5 HOMEPAGE=http://www.enterprisedt.com IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2 RDEPEND=>=virtual/jre-1.4 =dev-java/junit-3.8* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.enterprisedt.com/products/edtftpj/download/edtftpj-2.0.4.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ea112ab4d516000b19adfc903bfeebb5 +_md5_=1a07608903b531b8fc5abd9fa8f54428 diff --git a/metadata/md5-cache/dev-java/emma-2.0.5312-r2 b/metadata/md5-cache/dev-java/emma-2.0.5312-r2 index 46146b2616ed..fd9fe6b14455 100644 --- a/metadata/md5-cache/dev-java/emma-2.0.5312-r2 +++ b/metadata/md5-cache/dev-java/emma-2.0.5312-r2 @@ -4,10 +4,10 @@ DESCRIPTION=a free Java code coverage tool EAPI=2 HOMEPAGE=http://emma.sourceforge.net/ IUSE=+launcher elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd LICENSE=CPL-1.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/ant-core-1.7.0 launcher? ( !sci-biology/emboss ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/emma/emma-2.0.5312-src.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cd42b7a796b37eb6c20a4a31fba1f58b +_md5_=5b142f4d73482a545430d8b4adeedf89 diff --git a/metadata/md5-cache/dev-java/fastinfoset-1.2.11 b/metadata/md5-cache/dev-java/fastinfoset-1.2.11 index 199b8ea427ef..1500efacd4f2 100644 --- a/metadata/md5-cache/dev-java/fastinfoset-1.2.11 +++ b/metadata/md5-cache/dev-java/fastinfoset-1.2.11 @@ -4,10 +4,10 @@ DESCRIPTION=Fast Infoset specifies a standardized binary encoding for the XML In EAPI=5 HOMEPAGE=https://fi.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://search.maven.org/remotecontent?filepath=com/sun/xml/fastinfoset/FastInfoset/1.2.11/FastInfoset-1.2.11-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e60a8998064153ed92418d79fa1a5f93 +_md5_=4e98cf1139e19f5c6f2fbeb81db5395d diff --git a/metadata/md5-cache/dev-java/fastutil-4.3.1-r1 b/metadata/md5-cache/dev-java/fastutil-4.3.1-r1 index 4f2d8e063d8a..0e8dd99ebccb 100644 --- a/metadata/md5-cache/dev-java/fastutil-4.3.1-r1 +++ b/metadata/md5-cache/dev-java/fastutil-4.3.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Provides faster type-specific maps, sets and lists with a small memo EAPI=0 HOMEPAGE=http://fastutil.dsi.unimi.it IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.3 SRC_URI=http://fastutil.dsi.unimi.it/fastutil-4.3.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0e75d6f9227258f7dc8dc818b96dc109 +_md5_=76b4f5dbeb5587bb2fe6147f0ccedb8c diff --git a/metadata/md5-cache/dev-java/fastutil-4.4.2-r1 b/metadata/md5-cache/dev-java/fastutil-4.4.2-r1 index 055bfe569777..491fcb167813 100644 --- a/metadata/md5-cache/dev-java/fastutil-4.4.2-r1 +++ b/metadata/md5-cache/dev-java/fastutil-4.4.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Provides faster type-specific maps, sets and lists with a small memo EAPI=0 HOMEPAGE=http://fastutil.dsi.unimi.it IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.4 SRC_URI=http://fastutil.dsi.unimi.it/fastutil-4.4.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bf9082484b20b5020d59f922510bf78e +_md5_=95afbccb08c3054b9e07662bdf425634 diff --git a/metadata/md5-cache/dev-java/fastutil-5.1.3 b/metadata/md5-cache/dev-java/fastutil-5.1.3 index 3bf6899e4482..8421da39ad11 100644 --- a/metadata/md5-cache/dev-java/fastutil-5.1.3 +++ b/metadata/md5-cache/dev-java/fastutil-5.1.3 @@ -4,10 +4,10 @@ DESCRIPTION=Provides faster type-specific maps, sets and lists with a small memo EAPI=0 HOMEPAGE=http://fastutil.dsi.unimi.it IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=5.0 SRC_URI=http://fastutil.dsi.unimi.it/fastutil-5.1.3-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=54e9a4bebb1a07b1d13544ff0df04bd9 +_md5_=d7e839f1243d8e7e8c5a6ef31b9abf0a diff --git a/metadata/md5-cache/dev-java/fastutil-6.5.4 b/metadata/md5-cache/dev-java/fastutil-6.5.4 index db4d43eeca91..d24339b0b15f 100644 --- a/metadata/md5-cache/dev-java/fastutil-6.5.4 +++ b/metadata/md5-cache/dev-java/fastutil-6.5.4 @@ -4,10 +4,10 @@ DESCRIPTION=Provides faster type-specific maps, sets and lists with a small memo EAPI=5 HOMEPAGE=http://fastutil.dsi.unimi.it IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=6.5 SRC_URI=http://fastutil.dsi.unimi.it/fastutil-6.5.4-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5a80f80b76bb7a6fe036d0ca63eec438 +_md5_=e6cec54fae601859367beacd989d6c29 diff --git a/metadata/md5-cache/dev-java/fontbox-0.1.0 b/metadata/md5-cache/dev-java/fontbox-0.1.0 index 1cfe7511161e..2800c0c6a212 100644 --- a/metadata/md5-cache/dev-java/fontbox-0.1.0 +++ b/metadata/md5-cache/dev-java/fontbox-0.1.0 @@ -4,10 +4,10 @@ DESCRIPTION=An open source Java library for parsing font files EAPI=0 HOMEPAGE=http://www.fontbox.org/ IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/fontbox/FontBox-0.1.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8402e16be48aa2eb9ce7e6cd3784d707 +_md5_=49f42630a4d67fec37b9db84e61c5e55 diff --git a/metadata/md5-cache/dev-java/fontbox-1.7.1 b/metadata/md5-cache/dev-java/fontbox-1.7.1 index 6ea4b1d6a04f..5cd3bfd0216c 100644 --- a/metadata/md5-cache/dev-java/fontbox-1.7.1 +++ b/metadata/md5-cache/dev-java/fontbox-1.7.1 @@ -4,10 +4,10 @@ DESCRIPTION=An open source Java library for parsing font files EAPI=4 HOMEPAGE=http://pdfbox.apache.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.7 SRC_URI=mirror://apache/pdfbox/1.7.1/pdfbox-1.7.1-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7547b7914dcceaf5a85ec61f416ffc32 +_md5_=2e53965ba2885d3804e669170077d577 diff --git a/metadata/md5-cache/dev-java/fop-2.0-r1 b/metadata/md5-cache/dev-java/fop-2.0-r1 index 538f5eaa75b8..92cce675f003 100644 --- a/metadata/md5-cache/dev-java/fop-2.0-r1 +++ b/metadata/md5-cache/dev-java/fop-2.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Formatting Objects Processor is a print formatter driven by XSL EAPI=5 HOMEPAGE=http://xmlgraphics.apache.org/fop/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/batik:1.8 dev-java/ant-core:0 dev-java/fontbox:1.7 dev-java/commons-io:1 dev-java/commons-logging:0 java-virtuals/servlet-api:3.0 dev-java/avalon-framework:4.2 dev-java/xmlgraphics-commons:2 dev-java/xml-commons-external:1.3 dev-java/qdox:1.12 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/xmlgraphics/fop/source/fop-2.0-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=86ed7d54a40dd1888f3d3095c4dee371 +_md5_=5738f03f94aa88ac24f51cea1cfdde1d diff --git a/metadata/md5-cache/dev-java/fop-2.0-r2 b/metadata/md5-cache/dev-java/fop-2.0-r2 index 4378e5a32282..578d177235a7 100644 --- a/metadata/md5-cache/dev-java/fop-2.0-r2 +++ b/metadata/md5-cache/dev-java/fop-2.0-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Formatting Objects Processor is a print formatter driven by XSL EAPI=5 HOMEPAGE=http://xmlgraphics.apache.org/fop/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/batik:1.8 dev-java/ant-core:0 dev-java/fontbox:1.7 dev-java/commons-io:1 dev-java/commons-logging:0 java-virtuals/servlet-api:3.0 dev-java/avalon-framework:4.2 dev-java/xmlgraphics-commons:2 dev-java/xml-commons-external:1.3 dev-java/qdox:1.12 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/xmlgraphics/fop/source/fop-2.0-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=781c602eac36f2c4e5e5059b5ee6ee76 +_md5_=ff7a76a88a32c14368ab08be5b388f19 diff --git a/metadata/md5-cache/dev-java/freemarker-2.3.13 b/metadata/md5-cache/dev-java/freemarker-2.3.13 index 805c3c2acf94..523befd6f50e 100644 --- a/metadata/md5-cache/dev-java/freemarker-2.3.13 +++ b/metadata/md5-cache/dev-java/freemarker-2.3.13 @@ -4,10 +4,10 @@ DESCRIPTION=FreeMarker is a template engine; a generic tool to generate text out EAPI=2 HOMEPAGE=http://freemarker.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=freemarker RDEPEND=>=virtual/jre-1.4 dev-java/javacc >=dev-java/jython-2.2:0 java-virtuals/servlet-api:2.3 java-virtuals/servlet-api:2.4 java-virtuals/servlet-api:2.5 dev-java/jaxen:1.1 dev-java/juel:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://sourceforge/freemarker/freemarker-2.3.13.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8c475ec9c055f550613b057bd14f6ba1 +_md5_=d09ea6b350cffb323210eef95afaaf59 diff --git a/metadata/md5-cache/dev-java/freemarker-2.3.13-r1 b/metadata/md5-cache/dev-java/freemarker-2.3.13-r1 index 98a51d5f6e95..4ee4d923a01e 100644 --- a/metadata/md5-cache/dev-java/freemarker-2.3.13-r1 +++ b/metadata/md5-cache/dev-java/freemarker-2.3.13-r1 @@ -4,10 +4,10 @@ DESCRIPTION=FreeMarker is a template engine; a generic tool to generate text out EAPI=4 HOMEPAGE=http://freemarker.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=freemarker RDEPEND=>=dev-java/jython-2.2:0 java-virtuals/servlet-api:2.3 java-virtuals/servlet-api:2.4 java-virtuals/servlet-api:2.5 dev-java/jaxen:1.1 dev-java/juel:0 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://sourceforge/freemarker/freemarker-2.3.13.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c60b8e7ddb23f66b35d931390e7f3ec0 +_md5_=6e39949d347b3e6386714380168b4de5 diff --git a/metadata/md5-cache/dev-java/gcj-jdk-4.9.3 b/metadata/md5-cache/dev-java/gcj-jdk-4.9.3 index ff0378cf3e50..544ad90e6a94 100644 --- a/metadata/md5-cache/dev-java/gcj-jdk-4.9.3 +++ b/metadata/md5-cache/dev-java/gcj-jdk-4.9.3 @@ -4,9 +4,9 @@ DESCRIPTION=Java wrappers around GCJ EAPI=5 HOMEPAGE=https://www.gentoo.org/ IUSE=awt -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-linux +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~x86-linux LICENSE=GPL-2 RDEPEND=dev-java/ecj-gcj:* dev-lang/perl ~sys-devel/gcc-4.9.3[awt?,gcj] >=dev-java/java-config-2.2.0 app-eselect/eselect-java SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=ee250ed80c620c6d75347bd34eeaf276 +_md5_=c94bb6d2f274e01494800d4fe86e2711 diff --git a/metadata/md5-cache/dev-java/gjdoc-0.7.9-r3 b/metadata/md5-cache/dev-java/gjdoc-0.7.9-r3 index 3eac7336d9b5..87a7c73c5f7c 100644 --- a/metadata/md5-cache/dev-java/gjdoc-0.7.9-r3 +++ b/metadata/md5-cache/dev-java/gjdoc-0.7.9-r3 @@ -4,10 +4,10 @@ DESCRIPTION=A javadoc compatible Java source documentation generator EAPI=5 HOMEPAGE=https://www.gnu.org/software/cp-tools/ IUSE=xmldoclet elibc_FreeBSD source -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=dev-java/antlr-2.7.1:0[java(+)] >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gnu/classpath/gjdoc-0.7.9.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ff6160a1acf4941ab74d972caaae3c56 +_md5_=34e434bde6360d185639d6fe3b772233 diff --git a/metadata/md5-cache/dev-java/glassfish-connector-api-1.1.2.2.04 b/metadata/md5-cache/dev-java/glassfish-connector-api-1.1.2.2.04 index 44cd8e8172df..5995640b002e 100644 --- a/metadata/md5-cache/dev-java/glassfish-connector-api-1.1.2.2.04 +++ b/metadata/md5-cache/dev-java/glassfish-connector-api-1.1.2.2.04 @@ -4,10 +4,10 @@ DESCRIPTION=Java Transaction API EAPI=2 HOMEPAGE=https://glassfish.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=|| ( CDDL GPL-2 ) RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://download.java.net/javaee5/v2ur2/promoted/source/glassfish-v2ur2-b04-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=19c6f03566891878cccfe0dbf5b5ba64 +_md5_=ee238b79080253ad6b8220aef2047927 diff --git a/metadata/md5-cache/dev-java/glassfish-deployment-api-3.1.1 b/metadata/md5-cache/dev-java/glassfish-deployment-api-3.1.1 index 794dd478b283..e83a499b2547 100644 --- a/metadata/md5-cache/dev-java/glassfish-deployment-api-3.1.1 +++ b/metadata/md5-cache/dev-java/glassfish-deployment-api-3.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=J2EE Application Deployment Specification V.1.2 EAPI=5 HOMEPAGE=https://glassfish.dev.java.net/ IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=|| ( CDDL GPL-2 ) RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.2 SRC_URI=https://repo1.maven.org/maven2/org/glassfish/javax.enterprise.deploy/3.1.1/javax.enterprise.deploy-3.1.1-sources.jar -> glassfish-deployment-api-3.1.1.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=440f759384fda0c8bd49a86b9d218100 +_md5_=ae2fc6c0ff055f080b2894249126cc9d diff --git a/metadata/md5-cache/dev-java/glassfish-servlet-api-3.1.1 b/metadata/md5-cache/dev-java/glassfish-servlet-api-3.1.1 index 9bb87ca5289e..d3659446d86f 100644 --- a/metadata/md5-cache/dev-java/glassfish-servlet-api-3.1.1 +++ b/metadata/md5-cache/dev-java/glassfish-servlet-api-3.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=Glassfish reference implementation of Servlet API 2.5 and JSP API 2. EAPI=5 HOMEPAGE=https://glassfish.dev.java.net/javaee5/webtier/webtierhome.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ~ppc ~ppc64 +KEYWORDS=amd64 ~ppc64 x86 LICENSE=CDDL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.1.1 SRC_URI=http://central.maven.org/maven2/org/glassfish/javax.servlet/3.1.1/javax.servlet-3.1.1-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b424e9b4ac28d4518d1653a5f4c2a870 +_md5_=ce7befe6428dc634ad94a3d1299733d2 diff --git a/metadata/md5-cache/dev-java/glassfish-transaction-api-1.1.2.2.04 b/metadata/md5-cache/dev-java/glassfish-transaction-api-1.1.2.2.04 index 3ab74a8ef739..c73ebc10d786 100644 --- a/metadata/md5-cache/dev-java/glassfish-transaction-api-1.1.2.2.04 +++ b/metadata/md5-cache/dev-java/glassfish-transaction-api-1.1.2.2.04 @@ -4,10 +4,10 @@ DESCRIPTION=Java Transaction API EAPI=0 HOMEPAGE=https://glassfish.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=|| ( CDDL GPL-2 ) RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://download.java.net/javaee5/v2ur2/promoted/source/glassfish-v2ur2-b04-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8faa0d9e0974c9a24127017e8bef6dd5 +_md5_=2cc7d4b71206c68facbc5af209e4fae4 diff --git a/metadata/md5-cache/dev-java/glazedlists-1.7.0-r1 b/metadata/md5-cache/dev-java/glazedlists-1.7.0-r1 index 376a1a931720..0cfb5cbda7e9 100644 --- a/metadata/md5-cache/dev-java/glazedlists-1.7.0-r1 +++ b/metadata/md5-cache/dev-java/glazedlists-1.7.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A toolkit for list transformations EAPI=0 HOMEPAGE=http://publicobject.com/glazedlists/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=|| ( LGPL-2.1 MPL-1.1 ) RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=https://glazedlists.dev.java.net/files/documents/1073/38679/glazedlists-1.7.0-source_java15.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e213c9db1797b9ab850d8fbe602977f8 +_md5_=4ec5447d02d6473442c105fa2b3f0bf3 diff --git a/metadata/md5-cache/dev-java/gnu-classpath-0.98-r5 b/metadata/md5-cache/dev-java/gnu-classpath-0.98-r5 index e321de8dc5b4..655eb77a951b 100644 --- a/metadata/md5-cache/dev-java/gnu-classpath-0.98-r5 +++ b/metadata/md5-cache/dev-java/gnu-classpath-0.98-r5 @@ -4,11 +4,11 @@ DESCRIPTION=Free core class libraries for use with Java VMs and compilers EAPI=5 HOMEPAGE=https://www.gnu.org/software/classpath IUSE=alsa debug doc dssi examples gconf +gjdoc gmp gtk gstreamer qt4 xml elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos LICENSE=GPL-2-with-linking-exception RDEPEND=>=virtual/jre-1.5 alsa? ( media-libs/alsa-lib ) dssi? ( >=media-libs/dssi-0.9 ) gconf? ( gnome-base/gconf:2= ) gjdoc? ( >=dev-java/antlr-2.7.7-r7:0 ) gmp? ( >=dev-libs/gmp-4.2.4:0= ) gstreamer? ( >=media-libs/gstreamer-0.10.10:0.10= >=media-libs/gst-plugins-base-0.10.10:0.10= x11-libs/gtk+:2= ) gtk? ( >=x11-libs/gtk+-2.8:2= dev-libs/glib:2= media-libs/freetype:2= >=x11-libs/cairo-1.1.9:= x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango ) qt4? ( dev-qt/qtgui:4= ) xml? ( >=dev-libs/libxml2-2.6.8:2= >=dev-libs/libxslt-1.1.11 ) >=dev-java/java-config-2.2.0 REQUIRED_USE=doc? ( gjdoc ) SLOT=0.98 SRC_URI=mirror://gnu/classpath/classpath-0.98.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b10ba5d4f58df2c471bc42823fc1d3fe +_md5_=569061aa4927f6a976199a7bb3fc1268 diff --git a/metadata/md5-cache/dev-java/gnu-classpath-inetlib-1.0-r3 b/metadata/md5-cache/dev-java/gnu-classpath-inetlib-1.0-r3 index 9950ff75fb14..a22cdc951001 100644 --- a/metadata/md5-cache/dev-java/gnu-classpath-inetlib-1.0-r3 +++ b/metadata/md5-cache/dev-java/gnu-classpath-inetlib-1.0-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Network extensions library for GNU classpath and classpathx EAPI=0 HOMEPAGE=https://www.gnu.org/software/classpath/ IUSE=doc elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2-with-linking-exception RDEPEND=>=virtual/jre-1.3 >=dev-java/gnu-crypto-2.0.1 >=dev-java/java-config-2.2.0 SLOT=1.0 SRC_URI=mirror://gnu/classpath/inetlib-1.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a4e53d49f5a5950ef4e6eed69768bc41 +_md5_=283379de7a12ee8fec604045c24757d2 diff --git a/metadata/md5-cache/dev-java/gnu-classpath-inetlib-1.1-r3 b/metadata/md5-cache/dev-java/gnu-classpath-inetlib-1.1-r3 index e3a3f6b750b7..c61c4e641c59 100644 --- a/metadata/md5-cache/dev-java/gnu-classpath-inetlib-1.1-r3 +++ b/metadata/md5-cache/dev-java/gnu-classpath-inetlib-1.1-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Network extensions library for GNU classpath and classpathx EAPI=0 HOMEPAGE=https://www.gnu.org/software/classpath/ IUSE=doc elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2-with-linking-exception RDEPEND=>=virtual/jre-1.3 >=dev-java/gnu-crypto-2.0.1 >=dev-java/java-config-2.2.0 SLOT=1.1 SRC_URI=mirror://gnu/classpath/inetlib-1.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=004971a25dc37c055af1bfd705bb6a00 +_md5_=f648922a80c168ba122a6e746aada4a2 diff --git a/metadata/md5-cache/dev-java/gnu-crypto-2.0.1-r2 b/metadata/md5-cache/dev-java/gnu-crypto-2.0.1-r2 index 1703f5999169..6376ed20c751 100644 --- a/metadata/md5-cache/dev-java/gnu-crypto-2.0.1-r2 +++ b/metadata/md5-cache/dev-java/gnu-crypto-2.0.1-r2 @@ -4,11 +4,11 @@ DESCRIPTION=GNU Crypto cryptographic primitives for Java EAPI=4 HOMEPAGE=https://www.gnu.org/software/gnu-crypto/ IUSE=elibc_FreeBSD doc source -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=ftp://ftp.gnupg.org/GnuPG/gnu-crypto/gnu-crypto-2.0.1.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=478a8a2e0ee9a77ce8ae46bd0a2b210f +_md5_=792c2dad0df5a6c14d0ef26050837551 diff --git a/metadata/md5-cache/dev-java/gnu-crypto-2.0.1-r3 b/metadata/md5-cache/dev-java/gnu-crypto-2.0.1-r3 index 4d5d3fb961e3..37d156ecbcb2 100644 --- a/metadata/md5-cache/dev-java/gnu-crypto-2.0.1-r3 +++ b/metadata/md5-cache/dev-java/gnu-crypto-2.0.1-r3 @@ -4,10 +4,10 @@ DESCRIPTION=GNU Crypto cryptographic primitives for Java EAPI=5 HOMEPAGE=https://www.gnu.org/software/gnu-crypto/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=ftp://ftp.gnupg.org/GnuPG/gnu-crypto/gnu-crypto-2.0.1.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=775ecd560f0fff69f66c60f81fafcb49 +_md5_=400c4b5d5791da1294de05b05c970676 diff --git a/metadata/md5-cache/dev-java/gnu-jaf-1.1.1 b/metadata/md5-cache/dev-java/gnu-jaf-1.1.1 index 4dd560d23e1f..bd4fbad93ca2 100644 --- a/metadata/md5-cache/dev-java/gnu-jaf-1.1.1 +++ b/metadata/md5-cache/dev-java/gnu-jaf-1.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=GNU implementation of the JavaBeans Activation Framework EAPI=0 HOMEPAGE=https://www.gnu.org/software/classpathx/jaf/jaf.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=GPL-2-with-linking-exception RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://gnu/classpathx/activation-1.1.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=48d81fa2f6de2c19daf3894ad04db0a4 +_md5_=a1a34c9c4128e9a1df1f1a2b9073d5ef diff --git a/metadata/md5-cache/dev-java/gnu-regexp-1.1.4-r2 b/metadata/md5-cache/dev-java/gnu-regexp-1.1.4-r2 index 86f9ef1ea43e..bf8fffe94afd 100644 --- a/metadata/md5-cache/dev-java/gnu-regexp-1.1.4-r2 +++ b/metadata/md5-cache/dev-java/gnu-regexp-1.1.4-r2 @@ -4,10 +4,10 @@ DESCRIPTION=GNU regular expression package for Java EAPI=0 HOMEPAGE=http://www.cacas.org/java/gnu/regexp/ IUSE=doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=1 SRC_URI=ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-1.1.4.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=488f14ab88b3d47749a3419232339ce8 +_md5_=3f72baa93b56d9a32c85fc4a96cca046 diff --git a/metadata/md5-cache/dev-java/groovy-1.7.5 b/metadata/md5-cache/dev-java/groovy-1.7.5 index 2f8509210372..814fd7580a35 100644 --- a/metadata/md5-cache/dev-java/groovy-1.7.5 +++ b/metadata/md5-cache/dev-java/groovy-1.7.5 @@ -4,11 +4,11 @@ DESCRIPTION=Groovy is a high-level dynamic language for the JVM EAPI=3 HOMEPAGE=http://groovy.codehaus.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=codehaus-groovy RDEPEND=>=virtual/jre-1.5 !=dev-java/asm-3.2 >=dev-java/ant-core-1.8.0 >=dev-java/junit-4.6 dev-java/antlr:0 dev-java/xstream dev-java/jline dev-java/commons-cli dev-java/jansi dev-java/servletapi:2.4 >=dev-java/bsf-2.4 java-virtuals/jmx >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://dist.groovy.codehaus.org/distributions/groovy-src-1.7.5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=236af61ea6c1b631d2e5d4db284a9361 +_md5_=9b98c05f6e7e5952109ab205970a34cd diff --git a/metadata/md5-cache/dev-java/groovy-1.8.5-r1 b/metadata/md5-cache/dev-java/groovy-1.8.5-r1 index 6275a04b3914..11d386ee117f 100644 --- a/metadata/md5-cache/dev-java/groovy-1.8.5-r1 +++ b/metadata/md5-cache/dev-java/groovy-1.8.5-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Groovy is a high-level dynamic language for the JVM EAPI=3 HOMEPAGE=http://groovy.codehaus.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=codehaus-groovy RDEPEND=>=virtual/jre-1.5 >=dev-java/asm-3.2:3 >=dev-java/ant-core-1.8.0:0 >=dev-java/junit-4.6:4 dev-java/antlr:0 dev-java/xstream:0 dev-java/jline:0 dev-java/commons-cli:1 dev-java/jansi:0 java-virtuals/servlet-api:2.4 >=dev-java/bsf-2.4:2.3 java-virtuals/jmx:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://dist.groovy.codehaus.org/distributions/groovy-src-1.8.5.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=39055aa484c10d59d43e5b741872f83d +_md5_=fe6b8c4d66646fdc8103ee67f65850fe diff --git a/metadata/md5-cache/dev-java/groovy-2.4.5 b/metadata/md5-cache/dev-java/groovy-2.4.5 index 372735da1f39..6f4e11253c2d 100644 --- a/metadata/md5-cache/dev-java/groovy-2.4.5 +++ b/metadata/md5-cache/dev-java/groovy-2.4.5 @@ -4,10 +4,10 @@ DESCRIPTION=A multi-faceted language for the Java platform EAPI=5 HOMEPAGE=http://www.groovy-lang.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=dev-java/jansi:0 dev-java/xstream:0 dev-java/commons-cli:1 >=dev-java/asm-5.0.3:4 >=dev-java/antlr-2.7.7-r7:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/apache/incubator-groovy/archive/GROOVY_2_4_5.zip -> groovy-2.4.5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d9a8cc40a28c1c1ff95ce414387ce80b +_md5_=e9cb12974996bddc743696de495957f2 diff --git a/metadata/md5-cache/dev-java/guava-13.0.1-r3 b/metadata/md5-cache/dev-java/guava-13.0.1-r3 index d0988d0f07f1..1b3a63d000af 100644 --- a/metadata/md5-cache/dev-java/guava-13.0.1-r3 +++ b/metadata/md5-cache/dev-java/guava-13.0.1-r3 @@ -4,10 +4,10 @@ DESCRIPTION=A collection of Google's core Java libraries EAPI=5 HOMEPAGE=https://code.google.com/p/guava-libraries/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos LICENSE=Apache-2.0 RDEPEND=dev-java/jsr305:0 java-virtuals/jdk-with-com-sun:0 virtual/jre:1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=13 SRC_URI=http://search.maven.org/remotecontent?filepath=com/google/guava/guava/13.0.1/guava-13.0.1-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=90baa5c6a0dd56bb17d996fa676757c1 +_md5_=b8ccd3a1d2085ef2842e73501744b089 diff --git a/metadata/md5-cache/dev-java/guava-18.0 b/metadata/md5-cache/dev-java/guava-18.0 index cb0e118c68a7..b9ef59da6016 100644 --- a/metadata/md5-cache/dev-java/guava-18.0 +++ b/metadata/md5-cache/dev-java/guava-18.0 @@ -4,10 +4,10 @@ DESCRIPTION=A collection of Google's core Java libraries EAPI=5 HOMEPAGE=https://code.google.com/p/guava-libraries/ https://github.com/google/guava IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos LICENSE=Apache-2.0 RDEPEND=dev-java/javax-inject:0 dev-java/jsr305:0 java-virtuals/jdk-with-com-sun:0 || ( virtual/jre:1.7 virtual/jre:1.6 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=18 SRC_URI=http://search.maven.org/remotecontent?filepath=com/google/guava/guava/18.0/guava-18.0-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=58e7da8e45388bbc8a2b73ad3d4a419c +_md5_=39c5e091a72a9b4ca734fe263efec32a diff --git a/metadata/md5-cache/dev-java/hamcrest-core-1.1 b/metadata/md5-cache/dev-java/hamcrest-core-1.1 index 73f0c1a4baa3..70c61dc90977 100644 --- a/metadata/md5-cache/dev-java/hamcrest-core-1.1 +++ b/metadata/md5-cache/dev-java/hamcrest-core-1.1 @@ -4,10 +4,10 @@ DESCRIPTION=Library of matchers for building test expressions EAPI=0 HOMEPAGE=https://github.com/hamcrest IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos ~x64-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos ~x64-solaris LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://hamcrest.googlecode.com/files/hamcrest-1.1.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4ff3d186f869ab9519db027bccc341a7 +_md5_=f7f6cfb79c0f50f4e40892e06cbf1db5 diff --git a/metadata/md5-cache/dev-java/hamcrest-core-1.3 b/metadata/md5-cache/dev-java/hamcrest-core-1.3 index 7f5376601d28..126e77ae2813 100644 --- a/metadata/md5-cache/dev-java/hamcrest-core-1.3 +++ b/metadata/md5-cache/dev-java/hamcrest-core-1.3 @@ -4,10 +4,10 @@ DESCRIPTION=Core library of matchers for building test expressions EAPI=5 HOMEPAGE=https://github.com/hamcrest IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.3 SRC_URI=https://hamcrest.googlecode.com/files/hamcrest-1.3.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=95c2b29c647a493618aad34085540ab6 +_md5_=500d1c18d9aca0e8ad19dcffb6d959a3 diff --git a/metadata/md5-cache/dev-java/hamcrest-generator-1.1 b/metadata/md5-cache/dev-java/hamcrest-generator-1.1 index de3ba140ecc7..cd66799c8100 100644 --- a/metadata/md5-cache/dev-java/hamcrest-generator-1.1 +++ b/metadata/md5-cache/dev-java/hamcrest-generator-1.1 @@ -4,10 +4,10 @@ DESCRIPTION=Code generator for Hamcrest's library of matchers for building test EAPI=5 HOMEPAGE=https://github.com/hamcrest IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.5 dev-java/qdox:1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://hamcrest.googlecode.com/files/hamcrest-1.1.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2589bb59360593117003a05c03b7f2df +_md5_=3132bd8221f09d245efb6fec0e47f86c diff --git a/metadata/md5-cache/dev-java/hamcrest-generator-1.3-r1 b/metadata/md5-cache/dev-java/hamcrest-generator-1.3-r1 index 40ee36cc1f98..f71aa06a8fa0 100644 --- a/metadata/md5-cache/dev-java/hamcrest-generator-1.3-r1 +++ b/metadata/md5-cache/dev-java/hamcrest-generator-1.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Code generator for Hamcrest's library of matchers for building test EAPI=5 HOMEPAGE=https://github.com/hamcrest IUSE=elibc_FreeBSD source test elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/qdox-1.12-r1:1.12 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.3 SRC_URI=https://hamcrest.googlecode.com/files/hamcrest-1.3.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ea38e9b4853f0277f144684c81e59bcd +_md5_=ca938e5e8e8d0e1f1d102badb72db55b diff --git a/metadata/md5-cache/dev-java/hawtjni-runtime-1.10 b/metadata/md5-cache/dev-java/hawtjni-runtime-1.10 index 43fd5d5686f3..9b25b5af277b 100644 --- a/metadata/md5-cache/dev-java/hawtjni-runtime-1.10 +++ b/metadata/md5-cache/dev-java/hawtjni-runtime-1.10 @@ -4,10 +4,10 @@ DESCRIPTION=A JNI code generator based on the generator used by the Eclipse SWT EAPI=5 HOMEPAGE=https://github.com/fusesource/hawtjni IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/fusesource/hawtjni/archive/hawtjni-project-1.10.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=95d052737bc92799a71d7de226665b58 +_md5_=527bc0a8f864652915fe4b782f5f8090 diff --git a/metadata/md5-cache/dev-java/hessian-4.0.37 b/metadata/md5-cache/dev-java/hessian-4.0.37 index 56ac8aea9bf3..f044b742b389 100644 --- a/metadata/md5-cache/dev-java/hessian-4.0.37 +++ b/metadata/md5-cache/dev-java/hessian-4.0.37 @@ -4,10 +4,10 @@ DESCRIPTION=Binary web service protocol EAPI=5 HOMEPAGE=http://hessian.caucho.com/ IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-1.1 RDEPEND=java-virtuals/servlet-api:3.0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.0 SRC_URI=http://hessian.caucho.com/download/hessian-4.0.37-src.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6479244b9a45852b7cd105b863e0a72a +_md5_=d7b85c16e84d64d221155c48a9675da4 diff --git a/metadata/md5-cache/dev-java/higlayout-1.0-r2 b/metadata/md5-cache/dev-java/higlayout-1.0-r2 index 7e3ff72631f7..252562e94831 100644 --- a/metadata/md5-cache/dev-java/higlayout-1.0-r2 +++ b/metadata/md5-cache/dev-java/higlayout-1.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Java Swing layout manager that's powerful and easy to use EAPI=5 HOMEPAGE=http://www.autel.cz/dmi/tutorial.html IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.autel.cz/dmi/HIGLayout1.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=de0590cea23b030ff24e004bb2cf1558 +_md5_=25806f790b477b90b167a9e8910b49b3 diff --git a/metadata/md5-cache/dev-java/hoteqn-4.0.0 b/metadata/md5-cache/dev-java/hoteqn-4.0.0 index 406a63b654fa..cdc3064cc7c3 100644 --- a/metadata/md5-cache/dev-java/hoteqn-4.0.0 +++ b/metadata/md5-cache/dev-java/hoteqn-4.0.0 @@ -4,10 +4,10 @@ DESCRIPTION=Java applet to view and display LaTeX mathematical equations EAPI=0 HOMEPAGE=http://www.atp.ruhr-uni-bochum.de/VCLab/software/HotEqn/HotEqn.html IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-3 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gentoo/hoteqn-4.0.0.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=72b25b44b0ff67cd38e657a10ee37476 +_md5_=fe1f4985f56d76f280f814d8a170586b diff --git a/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p1 b/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p1 index 8eb20219485a..c83e302e3a72 100644 --- a/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p1 +++ b/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p1 @@ -4,11 +4,11 @@ DESCRIPTION=IBM Java SE Development Kit EAPI=0 HOMEPAGE=http://www.ibm.com/developerworks/java/jdk/ IUSE=X alsa doc examples javacomm nsplugin odbc selinux -KEYWORDS=-* amd64 ppc ppc64 x86 +KEYWORDS=-* amd64 ppc64 x86 LICENSE=IBM-J1.6 RDEPEND=ppc? ( =virtual/libstdc++-3.3 ) ppc64? ( =virtual/libstdc++-3.3 ) X? ( x11-libs/libXext x11-libs/libXft x11-libs/libXi x11-libs/libXp x11-libs/libXtst x11-libs/libX11 x11-libs/libXt ) alsa? ( media-libs/alsa-lib ) doc? ( =dev-java/java-sdk-docs-1.6.0* ) odbc? ( dev-db/unixODBC ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java RESTRICT=fetch SLOT=1.6 SRC_URI=x86? ( ibm-java-sdk-6.0-9.1-linux-i386.tgz ) amd64? ( ibm-java-sdk-6.0-9.1-linux-x86_64.tgz ) ppc? ( ibm-java-sdk-6.0-9.1-linux-ppc.tgz ) ppc64? ( ibm-java-sdk-6.0-9.1-linux-ppc64.tgz ) javacomm? ( x86? ( ibm-java-javacomm-6.0-9.0-linux-i386.tgz ) amd64? ( ibm-java-javacomm-6.0-9.0-linux-x86_64.tgz ) ppc? ( ibm-java-javacomm-6.0-9.0-linux-ppc.tgz ) ppc64? ( ibm-java-javacomm-6.0-9.0-linux-ppc64.tgz ) ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eb6578459fdafc21953e66ee3ed11aff +_md5_=ab6c21220a9445273871a9e7abc58b10 diff --git a/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p2 b/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p2 index 765eb8217d7a..8bdb45b84d52 100644 --- a/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p2 +++ b/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p2 @@ -4,11 +4,11 @@ DESCRIPTION=IBM Java SE Development Kit EAPI=0 HOMEPAGE=http://www.ibm.com/developerworks/java/jdk/ IUSE=X alsa doc examples javacomm nsplugin odbc selinux -KEYWORDS=-* amd64 ppc ppc64 x86 +KEYWORDS=-* amd64 ppc64 x86 LICENSE=IBM-J1.6 RDEPEND=ppc? ( =virtual/libstdc++-3.3 ) ppc64? ( =virtual/libstdc++-3.3 ) X? ( x11-libs/libXext x11-libs/libXft x11-libs/libXi x11-libs/libXp x11-libs/libXtst x11-libs/libX11 x11-libs/libXt ) alsa? ( media-libs/alsa-lib ) doc? ( =dev-java/java-sdk-docs-1.6.0* ) odbc? ( dev-db/unixODBC ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java RESTRICT=fetch SLOT=1.6 SRC_URI=x86? ( ibm-java-sdk-6.0-9.2-linux-i386.tgz ) amd64? ( ibm-java-sdk-6.0-9.2-linux-x86_64.tgz ) ppc? ( ibm-java-sdk-6.0-9.2-linux-ppc.tgz ) ppc64? ( ibm-java-sdk-6.0-9.2-linux-ppc64.tgz ) javacomm? ( x86? ( ibm-java-javacomm-6.0-9.0-linux-i386.tgz ) amd64? ( ibm-java-javacomm-6.0-9.0-linux-x86_64.tgz ) ppc? ( ibm-java-javacomm-6.0-9.0-linux-ppc.tgz ) ppc64? ( ibm-java-javacomm-6.0-9.0-linux-ppc64.tgz ) ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fea287fbf92410804f81bcc4714e1b1b +_md5_=8c2e5332fd38ebfcbef993c80900a86d diff --git a/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p2-r1 b/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p2-r1 index 243d69491a52..a7b7d653294b 100644 --- a/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p2-r1 +++ b/metadata/md5-cache/dev-java/ibm-jdk-bin-1.6.0.9_p2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=IBM Java SE Development Kit EAPI=4 HOMEPAGE=http://www.ibm.com/developerworks/java/jdk/ IUSE=X alsa doc examples javacomm nsplugin odbc selinux -KEYWORDS=-* ~amd64 ppc ~ppc64 ~x86 +KEYWORDS=-* ~amd64 ~ppc64 ~x86 LICENSE=IBM-J1.6 RDEPEND=ppc? ( =virtual/libstdc++-3.3 ) ppc64? ( =virtual/libstdc++-3.3 ) X? ( x11-libs/libXext x11-libs/libXft x11-libs/libXi x11-libs/libXp x11-libs/libXtst x11-libs/libX11 x11-libs/libXt ) alsa? ( media-libs/alsa-lib ) doc? ( =dev-java/java-sdk-docs-1.6.0* ) odbc? ( dev-db/unixODBC ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java RESTRICT=fetch SLOT=1.6 SRC_URI=x86? ( ibm-java-sdk-6.0-9.2-linux-i386.tgz ) amd64? ( ibm-java-sdk-6.0-9.2-linux-x86_64.tgz ) ppc? ( ibm-java-sdk-6.0-9.2-linux-ppc.tgz ) ppc64? ( ibm-java-sdk-6.0-9.2-linux-ppc64.tgz ) javacomm? ( x86? ( ibm-java-javacomm-6.0-9.0-linux-i386.tgz ) amd64? ( ibm-java-javacomm-6.0-9.0-linux-x86_64.tgz ) ppc? ( ibm-java-javacomm-6.0-9.0-linux-ppc.tgz ) ppc64? ( ibm-java-javacomm-6.0-9.0-linux-ppc64.tgz ) ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dc4fd324e9e88bcdd7f34d79475314af +_md5_=e0cd40e766a87f9e531a09b71796411d diff --git a/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p1 b/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p1 index dd52119d50c1..4a0fc83d1499 100644 --- a/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p1 +++ b/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p1 @@ -4,11 +4,11 @@ DESCRIPTION=IBM Java SE Runtime Environment EAPI=0 HOMEPAGE=http://www.ibm.com/developerworks/java/jdk/ IUSE=X alsa nsplugin odbc selinux -KEYWORDS=-* amd64 ppc ppc64 x86 +KEYWORDS=-* amd64 ppc64 x86 LICENSE=IBM-J1.6 RDEPEND=X? ( x11-libs/libXext x11-libs/libXft x11-libs/libXi x11-libs/libXp x11-libs/libXtst x11-libs/libX11 x11-libs/libXt ) alsa? ( media-libs/alsa-lib ) odbc? ( dev-db/unixODBC ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java RESTRICT=fetch SLOT=1.6 SRC_URI=x86? ( ibm-java-jre-6.0-9.1-linux-i386.tgz ) amd64? ( ibm-java-jre-6.0-9.1-linux-x86_64.tgz ) ppc? ( ibm-java-jre-6.0-9.1-linux-ppc.tgz ) ppc64? ( ibm-java-jre-6.0-9.1-linux-ppc64.tgz ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4cb454ad456464a7f35870a7928db253 +_md5_=231e34d51fcec422305e91f606d239fb diff --git a/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p2 b/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p2 index d0907ba4cbbc..2eb0715cd059 100644 --- a/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p2 +++ b/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p2 @@ -4,11 +4,11 @@ DESCRIPTION=IBM Java SE Runtime Environment EAPI=0 HOMEPAGE=http://www.ibm.com/developerworks/java/jdk/ IUSE=X alsa nsplugin odbc selinux -KEYWORDS=-* amd64 ppc ppc64 x86 +KEYWORDS=-* amd64 ppc64 x86 LICENSE=IBM-J1.6 RDEPEND=X? ( x11-libs/libXext x11-libs/libXft x11-libs/libXi x11-libs/libXp x11-libs/libXtst x11-libs/libX11 x11-libs/libXt ) alsa? ( media-libs/alsa-lib ) odbc? ( dev-db/unixODBC ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java RESTRICT=fetch SLOT=1.6 SRC_URI=x86? ( ibm-java-jre-6.0-9.2-linux-i386.tgz ) amd64? ( ibm-java-jre-6.0-9.2-linux-x86_64.tgz ) ppc? ( ibm-java-jre-6.0-9.2-linux-ppc.tgz ) ppc64? ( ibm-java-jre-6.0-9.2-linux-ppc64.tgz ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cc8d7862b40556a4bba7cd8147459078 +_md5_=5ad156837cd52cd73a2e63e3a51439c3 diff --git a/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p2-r1 b/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p2-r1 index d70b989051ae..628a13ca6878 100644 --- a/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p2-r1 +++ b/metadata/md5-cache/dev-java/ibm-jre-bin-1.6.0.9_p2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=IBM Java SE Runtime Environment EAPI=4 HOMEPAGE=http://www.ibm.com/developerworks/java/jdk/ IUSE=X alsa nsplugin odbc selinux -KEYWORDS=-* ~amd64 ppc ~ppc64 ~x86 +KEYWORDS=-* ~amd64 ~ppc64 ~x86 LICENSE=IBM-J1.6 RDEPEND=X? ( x11-libs/libXext x11-libs/libXft x11-libs/libXi x11-libs/libXp x11-libs/libXtst x11-libs/libX11 x11-libs/libXt ) alsa? ( media-libs/alsa-lib ) odbc? ( dev-db/unixODBC ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java RESTRICT=fetch SLOT=1.6 SRC_URI=x86? ( ibm-java-jre-6.0-9.2-linux-i386.tgz ) amd64? ( ibm-java-jre-6.0-9.2-linux-x86_64.tgz ) ppc? ( ibm-java-jre-6.0-9.2-linux-ppc.tgz ) ppc64? ( ibm-java-jre-6.0-9.2-linux-ppc64.tgz ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e957ba3ac95d94e16d3ded6efce70fac +_md5_=5121692ccbb18f3a07627aef67132ae5 diff --git a/metadata/md5-cache/dev-java/ical4j-1.0.5 b/metadata/md5-cache/dev-java/ical4j-1.0.5 index 107757e2101a..d2360240a4b9 100644 --- a/metadata/md5-cache/dev-java/ical4j-1.0.5 +++ b/metadata/md5-cache/dev-java/ical4j-1.0.5 @@ -4,11 +4,11 @@ DESCRIPTION=a Java library for handling iCalendar data streams EAPI=5 HOMEPAGE=http://ical4j.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=BSD RDEPEND=>=virtual/jre-1.4 dev-java/commons-logging:0 dev-java/commons-codec:0 dev-java/commons-lang:2.1 dev-java/backport-util-concurrent:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/ical4j/ical4j-1.0.5-src.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5b977119233c014c96c0a081760bdd56 +_md5_=0c7bda9b9458acf4c331195ae548eba5 diff --git a/metadata/md5-cache/dev-java/icedtea-6.1.13.9-r2 b/metadata/md5-cache/dev-java/icedtea-6.1.13.9-r2 index d59eb2428b80..7c6495c63d6d 100644 --- a/metadata/md5-cache/dev-java/icedtea-6.1.13.9-r2 +++ b/metadata/md5-cache/dev-java/icedtea-6.1.13.9-r2 @@ -4,7 +4,7 @@ DESCRIPTION=A harness to build OpenJDK using Free Software build tools and depen EAPI=5 HOMEPAGE=http://icedtea.classpath.org IUSE=+alsa cacao cjk +cups debug doc examples +gtk headless-awt javascript +jbootstrap kerberos nsplugin +nss pax_kernel pulseaudio selinux source systemtap test webstart zero elibc_FreeBSD test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C PDEPEND=webstart? ( dev-java/icedtea-web:0 ) nsplugin? ( dev-java/icedtea-web:0[nsplugin] ) RDEPEND=>=media-libs/freetype-2.3.5:2= >=media-libs/lcms-2.5 >=sys-libs/zlib-1.2.3:= virtual/jpeg:0= javascript? ( dev-java/rhino:1.6 ) kerberos? ( virtual/krb5 ) nss? ( >=dev-libs/nss-3.12.5-r1 ) pulseaudio? ( >=media-sound/pulseaudio-0.9.11:= ) systemtap? ( >=dev-util/systemtap-1 ) !dev-java/icedtea6 !dev-java/icedtea-web:6 media-fonts/dejavu alsa? ( >=media-libs/alsa-lib-1.0 ) cjk? ( media-fonts/arphicfonts media-fonts/baekmuk-fonts media-fonts/lklug media-fonts/lohit-fonts media-fonts/sazanami ) cups? ( >=net-print/cups-1.2.12 ) gtk? ( >=x11-libs/gtk+-2.8:2 ) !headless-awt? ( >=media-libs/giflib-4.1.6:= >=media-libs/libpng-1.2:0= >=x11-libs/libX11-1.1.3 >=x11-libs/libXext-1.1.1 >=x11-libs/libXi-1.1.3 >=x11-libs/libXrender-0.9.4 >=x11-libs/libXtst-1.0.3 x11-libs/libXt ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 >=dev-java/java-config-2.2.0 app-eselect/eselect-java @@ -12,4 +12,4 @@ RESTRICT=test SLOT=6 SRC_URI=http://icedtea.classpath.org/download/source/icedtea6-1.13.9.tar.xz https://java.net/downloads/openjdk6/openjdk-6-src-b37-11_nov_2015.tar.xz http://icedtea.classpath.org/download/drops/cacao/68fe50ac34ec.tar.gz -> icedtea-cacao-68fe50ac34ec.tar.gz http://icedtea.classpath.org/download/drops/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz -> icedtea-jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz _eclasses_=check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=4657bb4e7840309a7652ba4e83819e93 +_md5_=62b8c18b6efdc5e62dd497bd939d4b24 diff --git a/metadata/md5-cache/dev-java/icedtea-7.2.6.3-r4 b/metadata/md5-cache/dev-java/icedtea-7.2.6.3-r4 index 9643cc14dcc7..9df403008f70 100644 --- a/metadata/md5-cache/dev-java/icedtea-7.2.6.3-r4 +++ b/metadata/md5-cache/dev-java/icedtea-7.2.6.3-r4 @@ -4,7 +4,7 @@ DESCRIPTION=A harness to build OpenJDK using Free Software build tools and depen EAPI=5 HOMEPAGE=http://icedtea.classpath.org IUSE=+alsa cacao cjk +cups debug doc examples +gtk headless-awt infinality jamvm javascript +jbootstrap kerberos nsplugin nss pax_kernel pulseaudio sctp selinux smartcard source +sunec test webstart zero elibc_FreeBSD test -KEYWORDS=~amd64 ~arm ~ppc ~x86 +KEYWORDS=~amd64 ~arm ~x86 LICENSE=Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C PDEPEND=webstart? ( dev-java/icedtea-web:0[icedtea7(+)] ) nsplugin? ( dev-java/icedtea-web:0[icedtea7(+),nsplugin] ) pulseaudio? ( dev-java/icedtea-sound ) RDEPEND=>=dev-libs/glib-2.26:2 >=dev-util/systemtap-1 media-libs/fontconfig >=media-libs/freetype-2.5.3:2=[infinality?] >=media-libs/lcms-2.5 >=sys-libs/zlib-1.2.3:= virtual/jpeg:0= gtk? ( >=dev-libs/atk-1.30.0 >=x11-libs/cairo-1.8.8:= x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.8:2= >=x11-libs/pango-1.24.5 ) javascript? ( dev-java/rhino:1.6 ) kerberos? ( virtual/krb5 ) nss? ( >=dev-libs/nss-3.12.5-r1 ) sctp? ( net-misc/lksctp-tools ) smartcard? ( sys-apps/pcsc-lite ) sunec? ( >=dev-libs/nss-3.16.1-r1 ) !dev-java/icedtea:0 !dev-java/icedtea-web:7 >=gnome-base/gsettings-desktop-schemas-3.12.2 media-fonts/dejavu alsa? ( >=media-libs/alsa-lib-1.0 ) cjk? ( media-fonts/arphicfonts media-fonts/baekmuk-fonts media-fonts/lklug media-fonts/lohit-fonts media-fonts/sazanami ) cups? ( >=net-print/cups-1.2.12 ) !headless-awt? ( >=media-libs/giflib-4.1.6:= >=media-libs/libpng-1.2:0= >=x11-libs/libX11-1.1.3 >=x11-libs/libXext-1.1.1 >=x11-libs/libXi-1.1.3 >=x11-libs/libXrender-0.9.4 >=x11-libs/libXtst-1.0.3 x11-libs/libXt ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 >=dev-java/java-config-2.2.0 app-eselect/eselect-java @@ -13,4 +13,4 @@ RESTRICT=test SLOT=7 SRC_URI=http://icedtea.classpath.org/download/source/icedtea-2.6.3.tar.xz http://icedtea.classpath.org/download/drops/icedtea7/2.6.3/openjdk.tar.bz2 -> icedtea-2.6-openjdk-f0e7f22f09ef.tar.bz2 http://icedtea.classpath.org/download/drops/icedtea7/2.6.3/corba.tar.bz2 -> icedtea-2.6-corba-9a3ca529125a.tar.bz2 http://icedtea.classpath.org/download/drops/icedtea7/2.6.3/jaxp.tar.bz2 -> icedtea-2.6-jaxp-f7bf82fcbd09.tar.bz2 http://icedtea.classpath.org/download/drops/icedtea7/2.6.3/jaxws.tar.bz2 -> icedtea-2.6-jaxws-39ef53b9c403.tar.bz2 http://icedtea.classpath.org/download/drops/icedtea7/2.6.3/jdk.tar.bz2 -> icedtea-2.6-jdk-5215185a1d57.tar.bz2 http://icedtea.classpath.org/download/drops/icedtea7/2.6.3/hotspot.tar.bz2 -> icedtea-2.6-hotspot-c3cde6774003.tar.bz2 http://icedtea.classpath.org/download/drops/icedtea7/2.6.3/langtools.tar.bz2 -> icedtea-2.6-langtools-91fdb0c83e50.tar.bz2 http://icedtea.classpath.org/download/drops/cacao/cacao-c182f119eaad.tar.gz -> icedtea-cacao-c182f119eaad.tar.gz http://icedtea.classpath.org/download/drops/jamvm/jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz -> icedtea-jamvm-ec18fb9e49e62dce16c5094ef1527eed619463aa.tar.gz _eclasses_=check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils 2a93a5fe31c2295077e190059f4cf88d java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b7449627da7de4ae790b149aad1918f5 +_md5_=56b7ed130f07f22ba6932781e4a746c3 diff --git a/metadata/md5-cache/dev-java/icedtea-bin-6.1.13.8-r1 b/metadata/md5-cache/dev-java/icedtea-bin-6.1.13.8-r1 index 0d26f6a641f3..5ecd57cbafbe 100644 --- a/metadata/md5-cache/dev-java/icedtea-bin-6.1.13.8-r1 +++ b/metadata/md5-cache/dev-java/icedtea-bin-6.1.13.8-r1 @@ -4,13 +4,13 @@ DESCRIPTION=A Gentoo-made binary build of the IcedTea JDK EAPI=5 HOMEPAGE=http://icedtea.classpath.org IUSE=+awt +alsa cjk +cups doc examples +gtk nsplugin selinux source webstart -KEYWORDS=-* amd64 ppc x86 +KEYWORDS=-* amd64 x86 LICENSE=GPL-2-with-linking-exception PDEPEND=webstart? ( dev-java/icedtea-web:0 ) nsplugin? ( dev-java/icedtea-web:0[nsplugin] ) RDEPEND=media-fonts/dejavu >=media-libs/freetype-2.5:2 >=media-libs/lcms-2.6:2 >=sys-devel/gcc-4.8.4 >=sys-libs/glibc-2.20 >=sys-libs/zlib-1.2.3-r1 virtual/jpeg:62 alsa? ( >=media-libs/alsa-lib-1.0 ) awt? ( >=media-libs/giflib-4.1.6-r1 media-libs/libpng:0/16 >=x11-libs/libX11-1.6 >=x11-libs/libXext-1.3 >=x11-libs/libXi-1.7 >=x11-libs/libXrender-0.9.4 >=x11-libs/libXtst-1.2 ) cjk? ( media-fonts/arphicfonts media-fonts/baekmuk-fonts media-fonts/lklug media-fonts/lohit-fonts media-fonts/sazanami ) cups? ( >=net-print/cups-2.0 ) gtk? ( >=x11-libs/gtk+-2.24:2 ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java REQUIRED_USE=gtk? ( awt ) nsplugin? ( awt ) RESTRICT=preserve-libs strip SLOT=6 -SRC_URI=doc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-doc-6.1.13.8.tar.xz ) source? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-src-6.1.13.8.tar.xz ) amd64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-6.1.13.8-amd64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-6.1.13.8-amd64.tar.xz ) ) ppc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-6.1.13.8-r1-ppc.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-6.1.13.8-ppc.tar.xz ) ) x86? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-6.1.13.8-x86.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-6.1.13.8-x86.tar.xz ) ) +SRC_URI=doc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-doc-6.1.13.8.tar.xz ) source? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-src-6.1.13.8.tar.xz ) amd64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-6.1.13.8-amd64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-6.1.13.8-amd64.tar.xz ) ) x86? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-6.1.13.8-x86.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-6.1.13.8-x86.tar.xz ) ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=be2a318813da8a9a0977611c6fe8113a +_md5_=d6694607f1b78ecc6336fd05b02566fe diff --git a/metadata/md5-cache/dev-java/icedtea-bin-6.1.13.9 b/metadata/md5-cache/dev-java/icedtea-bin-6.1.13.9 index 5127df7bff11..abf21c1936d8 100644 --- a/metadata/md5-cache/dev-java/icedtea-bin-6.1.13.9 +++ b/metadata/md5-cache/dev-java/icedtea-bin-6.1.13.9 @@ -4,13 +4,13 @@ DESCRIPTION=A Gentoo-made binary build of the IcedTea JDK EAPI=5 HOMEPAGE=http://icedtea.classpath.org IUSE=+alsa cjk +cups doc examples +gtk headless-awt nsplugin selinux source webstart -KEYWORDS=-* amd64 ~ppc x86 +KEYWORDS=-* amd64 x86 LICENSE=GPL-2-with-linking-exception PDEPEND=webstart? ( dev-java/icedtea-web:0 ) nsplugin? ( dev-java/icedtea-web:0[nsplugin] ) RDEPEND=>=dev-libs/nss-3.12.5-r1 media-fonts/dejavu >=media-libs/freetype-2.5.5:2 >=media-libs/lcms-2.6:2 >=sys-devel/gcc-4.9.3 >=sys-libs/glibc-2.21 >=sys-libs/zlib-1.2.8-r1 virtual/jpeg:62 alsa? ( >=media-libs/alsa-lib-1.0 ) !headless-awt? ( >=media-libs/giflib-4.1.6-r1 media-libs/libpng:0/16 >=x11-libs/libX11-1.6 >=x11-libs/libXext-1.3 >=x11-libs/libXi-1.7 >=x11-libs/libXrender-0.9.8 >=x11-libs/libXtst-1.2 ) cjk? ( media-fonts/arphicfonts media-fonts/baekmuk-fonts media-fonts/lklug media-fonts/lohit-fonts media-fonts/sazanami ) cups? ( >=net-print/cups-2.0 ) gtk? ( >=x11-libs/gtk+-2.24:2 ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java REQUIRED_USE=gtk? ( !headless-awt ) nsplugin? ( !headless-awt ) RESTRICT=preserve-libs strip SLOT=6 -SRC_URI=doc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-doc-6.1.13.9.tar.xz ) source? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-src-6.1.13.9.tar.xz ) amd64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-6.1.13.9-amd64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-6.1.13.9-amd64.tar.xz ) ) ppc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-6.1.13.9-ppc.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-6.1.13.9-ppc.tar.xz ) ) x86? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-6.1.13.9-x86.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-6.1.13.9-x86.tar.xz ) ) +SRC_URI=doc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-doc-6.1.13.9.tar.xz ) source? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-src-6.1.13.9.tar.xz ) amd64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-6.1.13.9-amd64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-6.1.13.9-amd64.tar.xz ) ) x86? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-6.1.13.9-x86.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-6.1.13.9-x86.tar.xz ) ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=abcde6470f465a80f28393e7cd34cbec +_md5_=b8c4b37447ef4e26718caac7a8219adb diff --git a/metadata/md5-cache/dev-java/icedtea-bin-7.2.6.3 b/metadata/md5-cache/dev-java/icedtea-bin-7.2.6.3 index 17d0a9cf6fec..0fda8e863696 100644 --- a/metadata/md5-cache/dev-java/icedtea-bin-7.2.6.3 +++ b/metadata/md5-cache/dev-java/icedtea-bin-7.2.6.3 @@ -4,13 +4,13 @@ DESCRIPTION=A Gentoo-made binary build of the IcedTea JDK EAPI=5 HOMEPAGE=http://icedtea.classpath.org IUSE=+alsa cjk +cups doc examples +gtk headless-awt nsplugin nss pulseaudio selinux source webstart -KEYWORDS=-* amd64 ~arm ppc ~ppc64 x86 +KEYWORDS=-* amd64 ~arm ~ppc64 x86 LICENSE=GPL-2-with-linking-exception PDEPEND=webstart? ( dev-java/icedtea-web:0[icedtea7] ) nsplugin? ( dev-java/icedtea-web:0[icedtea7,nsplugin] ) pulseaudio? ( dev-java/icedtea-sound ) RDEPEND=>=dev-libs/glib-2.42:2 >=dev-libs/nss-3.16.1-r1 >=dev-libs/nspr-4.10 >=gnome-base/gsettings-desktop-schemas-3.12.2 media-fonts/dejavu >=media-libs/fontconfig-2.11:1.0 >=media-libs/freetype-2.5.5:2 >=media-libs/lcms-2.6:2 >=sys-devel/gcc-4.9.3 >=sys-libs/glibc-2.21 >=sys-libs/zlib-1.2.8-r1 virtual/jpeg:62 alsa? ( >=media-libs/alsa-lib-1.0 ) !headless-awt? ( >=media-libs/giflib-4.1.6-r1 media-libs/libpng:0/16 >=x11-libs/libX11-1.6 >=x11-libs/libXext-1.3 >=x11-libs/libXi-1.7 >=x11-libs/libXrender-0.9.8 >=x11-libs/libXtst-1.2 ) cjk? ( media-fonts/arphicfonts media-fonts/baekmuk-fonts media-fonts/lklug media-fonts/lohit-fonts media-fonts/sazanami ) cups? ( >=net-print/cups-2.0 ) gtk? ( >=dev-libs/atk-2.16.0 >=x11-libs/cairo-1.14.2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.24:2 >=x11-libs/pango-1.36 ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java REQUIRED_USE=gtk? ( !headless-awt ) nsplugin? ( !headless-awt ) RESTRICT=preserve-libs strip SLOT=7 -SRC_URI=doc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-doc-7.2.6.3.tar.xz ) source? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-src-7.2.6.3.tar.xz ) amd64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-amd64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-amd64.tar.xz ) ) arm? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-arm.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-arm.tar.xz ) ) ppc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-ppc.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-ppc.tar.xz ) ) ppc64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-ppc64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-ppc64.tar.xz ) ) x86? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-x86.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-x86.tar.xz ) ) +SRC_URI=doc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-doc-7.2.6.3.tar.xz ) source? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-src-7.2.6.3.tar.xz ) amd64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-amd64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-amd64.tar.xz ) ) arm? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-arm.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-arm.tar.xz ) ) ppc64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-ppc64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-ppc64.tar.xz ) ) x86? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-x86.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-x86.tar.xz ) ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=45d46ab941e03f98e031a90179c946e6 +_md5_=fa4415b5255f9323af2041e08f441d1e diff --git a/metadata/md5-cache/dev-java/icedtea-bin-7.2.6.3-r1 b/metadata/md5-cache/dev-java/icedtea-bin-7.2.6.3-r1 index e6a63588f3dd..45ee37caf545 100644 --- a/metadata/md5-cache/dev-java/icedtea-bin-7.2.6.3-r1 +++ b/metadata/md5-cache/dev-java/icedtea-bin-7.2.6.3-r1 @@ -4,13 +4,13 @@ DESCRIPTION=A Gentoo-made binary build of the IcedTea JDK EAPI=5 HOMEPAGE=http://icedtea.classpath.org IUSE=+alsa cjk +cups doc examples +gtk headless-awt nsplugin nss pulseaudio selinux source webstart -KEYWORDS=-* ~amd64 ~arm ~ppc ~ppc64 ~x86 +KEYWORDS=-* ~amd64 ~arm ~ppc64 ~x86 LICENSE=GPL-2-with-linking-exception PDEPEND=webstart? ( dev-java/icedtea-web:0[icedtea7(+)] ) nsplugin? ( dev-java/icedtea-web:0[icedtea7(+),nsplugin] ) pulseaudio? ( dev-java/icedtea-sound ) RDEPEND=>=dev-libs/glib-2.42:2 >=dev-libs/nss-3.16.1-r1 >=dev-libs/nspr-4.10 >=gnome-base/gsettings-desktop-schemas-3.12.2 media-fonts/dejavu >=media-libs/fontconfig-2.11:1.0 >=media-libs/freetype-2.5.5:2 >=media-libs/lcms-2.6:2 >=sys-devel/gcc-4.9.3 >=sys-libs/glibc-2.21 >=sys-libs/zlib-1.2.8-r1 virtual/jpeg:62 alsa? ( >=media-libs/alsa-lib-1.0 ) !headless-awt? ( >=media-libs/giflib-4.1.6-r1 media-libs/libpng:0/16 >=x11-libs/libX11-1.6 >=x11-libs/libXext-1.3 >=x11-libs/libXi-1.7 >=x11-libs/libXrender-0.9.8 >=x11-libs/libXtst-1.2 ) cjk? ( media-fonts/arphicfonts media-fonts/baekmuk-fonts media-fonts/lklug media-fonts/lohit-fonts media-fonts/sazanami ) cups? ( >=net-print/cups-2.0 ) gtk? ( >=dev-libs/atk-2.16.0 >=x11-libs/cairo-1.14.2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.24:2 >=x11-libs/pango-1.36 ) selinux? ( sec-policy/selinux-java ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java REQUIRED_USE=gtk? ( !headless-awt ) nsplugin? ( !headless-awt ) RESTRICT=preserve-libs strip SLOT=7 -SRC_URI=doc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-doc-7.2.6.3.tar.xz ) source? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-src-7.2.6.3.tar.xz ) amd64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-amd64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-amd64.tar.xz ) ) arm? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-arm.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-arm.tar.xz ) ) ppc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-ppc.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-ppc.tar.xz ) ) ppc64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-ppc64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-ppc64.tar.xz ) ) x86? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-x86.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-x86.tar.xz ) ) +SRC_URI=doc? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-doc-7.2.6.3.tar.xz ) source? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-src-7.2.6.3.tar.xz ) amd64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-amd64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-amd64.tar.xz ) ) arm? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-arm.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-arm.tar.xz ) ) ppc64? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-ppc64.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-ppc64.tar.xz ) ) x86? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-core-7.2.6.3-x86.tar.xz examples? ( https://dev.gentoo.org/~chewi/distfiles/icedtea-bin-examples-7.2.6.3-x86.tar.xz ) ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9969859171bccfd709c0894305ee35ee +_md5_=8db8ae5d7a8d8904dbf1251bbf7858f2 diff --git a/metadata/md5-cache/dev-java/icedtea-sound-1.0.1 b/metadata/md5-cache/dev-java/icedtea-sound-1.0.1 index 50c2b19c2eef..77ffa41df09a 100644 --- a/metadata/md5-cache/dev-java/icedtea-sound-1.0.1 +++ b/metadata/md5-cache/dev-java/icedtea-sound-1.0.1 @@ -4,10 +4,10 @@ DESCRIPTION=Plugins for javax.sound EAPI=5 HOMEPAGE=http://icedtea.classpath.org IUSE=+doc test elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ~ppc64 x86 LICENSE=GPL-2-with-linking-exception RDEPEND=>=virtual/jdk-1.6.0 >=media-sound/pulseaudio-0.9.11:= >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://icedtea.classpath.org/download/source/icedtea-sound-1.0.1.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=72fdd5f3d5cdd5375d3f01edaef8a0fb +_md5_=d01c2357cd803b386b53ba8147480439 diff --git a/metadata/md5-cache/dev-java/icedtea-web-1.5.1-r1 b/metadata/md5-cache/dev-java/icedtea-web-1.5.1-r1 index f96276d5f4d4..58bb2a5f52d0 100644 --- a/metadata/md5-cache/dev-java/icedtea-web-1.5.1-r1 +++ b/metadata/md5-cache/dev-java/icedtea-web-1.5.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=FOSS Java browser plugin and Web Start implementation EAPI=5 HOMEPAGE=http://icedtea.classpath.org IUSE=doc +icedtea7 javascript nsplugin tagsoup test elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm ~ppc64 x86 LICENSE=GPL-2 GPL-2-with-linking-exception LGPL-2 RDEPEND=icedtea7? ( || ( dev-java/icedtea:7 dev-java/icedtea-bin:7 ) ) !icedtea7? ( || ( dev-java/icedtea:7 dev-java/icedtea-bin:7 dev-java/icedtea:6 dev-java/icedtea-bin:6 ) ) app-eselect/eselect-java tagsoup? ( dev-java/tagsoup ) nsplugin? ( >=dev-libs/glib-2.16 ) >=dev-java/java-config-2.2.0 >=dev-java/java-config-2.2.0 app-eselect/eselect-java RESTRICT=test SLOT=0 SRC_URI=http://icedtea.classpath.org/download/source/icedtea-web-1.5.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 readme.gentoo cbc4807273837f5fccb5372e385e99eb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e9833bdb7643c27e97a2ac6b8d29d50e +_md5_=068db2d07611452dd826e6309b589f22 diff --git a/metadata/md5-cache/dev-java/icedtea-web-1.6.1 b/metadata/md5-cache/dev-java/icedtea-web-1.6.1 index a8cfd9edf296..2ec156af469f 100644 --- a/metadata/md5-cache/dev-java/icedtea-web-1.6.1 +++ b/metadata/md5-cache/dev-java/icedtea-web-1.6.1 @@ -4,11 +4,11 @@ DESCRIPTION=FOSS Java browser plugin and Web Start implementation EAPI=5 HOMEPAGE=http://icedtea.classpath.org IUSE=doc javascript nsplugin tagsoup test elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 LICENSE=GPL-2 GPL-2-with-linking-exception LGPL-2 RDEPEND=javascript? ( dev-java/rhino:1.6 ) nsplugin? ( >=dev-libs/glib-2.16 ) tagsoup? ( dev-java/tagsoup:0 ) >=app-eselect/eselect-java-0.2.0 >=virtual/jre-1.7 nsplugin? ( !dev-java/oracle-jdk-bin[nsplugin] !dev-java/oracle-jre-bin[nsplugin] ) >=dev-java/java-config-2.2.0 RESTRICT=test SLOT=0 SRC_URI=http://icedtea.classpath.org/download/source/icedtea-web-1.6.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo-r1 5aa4a25954645ec5a58dde64a5d65a60 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8c0d7b1d49c2237e06e425b9ba054a98 +_md5_=6e6e11c0707a92db57c25e8d25460283 diff --git a/metadata/md5-cache/dev-java/icu4j-3.8.1-r1 b/metadata/md5-cache/dev-java/icu4j-3.8.1-r1 index 58e63a18967e..bc8f996146e7 100644 --- a/metadata/md5-cache/dev-java/icu4j-3.8.1-r1 +++ b/metadata/md5-cache/dev-java/icu4j-3.8.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=ICU4J is a set of Java libraries providing Unicode and Globalization EAPI=0 HOMEPAGE=http://www.icu-project.org/ IUSE=doc test elibc_FreeBSD source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=icu RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://download.icu-project.org/files/icu4j/3.8.1/icu4j-3_8_1-src.jar doc? ( http://download.icu-project.org/files/icu4j/3.8.1/icu4j-3_8_1-docs.jar ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=de4cd5e7ef74bf6ff68041a9947b22f1 +_md5_=680f41ba26656c11f0d846b5398c5398 diff --git a/metadata/md5-cache/dev-java/icu4j-4.0.1.1 b/metadata/md5-cache/dev-java/icu4j-4.0.1.1 index f5267c73bf4b..4004d7b13a1b 100644 --- a/metadata/md5-cache/dev-java/icu4j-4.0.1.1 +++ b/metadata/md5-cache/dev-java/icu4j-4.0.1.1 @@ -4,11 +4,11 @@ DESCRIPTION=A set of Java libraries providing Unicode and Globalization support EAPI=2 HOMEPAGE=http://www.icu-project.org/ IUSE=elibc_FreeBSD doc test source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=icu RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=ia64? ( test ) x86-fbsd? ( test ) SLOT=4 SRC_URI=http://download.icu-project.org/files/icu4j/4.0.1.1/icu4j-4_0_1_1-src.jar doc? ( http://download.icu-project.org/files/icu4j/4.0.1.1/icu4j-4_0_1_1-docs.jar ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d77aa13b55669bb7e25be9be6b161741 +_md5_=a57cd55edbab04b6ca83e25b570c30ba diff --git a/metadata/md5-cache/dev-java/icu4j-4.2.1.1 b/metadata/md5-cache/dev-java/icu4j-4.2.1.1 index 73166e8bd8e0..93f92aa646a1 100644 --- a/metadata/md5-cache/dev-java/icu4j-4.2.1.1 +++ b/metadata/md5-cache/dev-java/icu4j-4.2.1.1 @@ -4,11 +4,11 @@ DESCRIPTION=A set of Java libraries providing Unicode and Globalization support EAPI=2 HOMEPAGE=http://www.icu-project.org/ IUSE=elibc_FreeBSD doc test source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=icu RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=ia64? ( test ) x86-fbsd? ( test ) SLOT=4.2 SRC_URI=http://download.icu-project.org/files/icu4j/4.2.1.1/icu4j-4_2_1_1-src.jar doc? ( http://download.icu-project.org/files/icu4j/4.2.1.1/icu4j-4_2_1_1-docs.jar ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3af66d86fe11a1518bbcae3055adf3d6 +_md5_=f1615d6532c7e36f55c768bc7c39a662 diff --git a/metadata/md5-cache/dev-java/icu4j-4.4.2 b/metadata/md5-cache/dev-java/icu4j-4.4.2 index 3a9f92e53d5b..0c29ff92b654 100644 --- a/metadata/md5-cache/dev-java/icu4j-4.4.2 +++ b/metadata/md5-cache/dev-java/icu4j-4.4.2 @@ -4,11 +4,11 @@ DESCRIPTION=A set of Java libraries providing Unicode and Globalization support EAPI=5 HOMEPAGE=http://www.icu-project.org/ IUSE=elibc_FreeBSD doc test source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=icu RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=ia64? ( test ) SLOT=4.4 SRC_URI=http://download.icu-project.org/files/icu4j/4.4.2/icu4j-4_4_2-src.jar doc? ( http://download.icu-project.org/files/icu4j/4.4.2/icu4j-4_4_2-docs.jar ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bda607cbe2052e303eefa7a000dbeb35 +_md5_=542b07fe1d53b5e3ffa8a9fbd649f6a1 diff --git a/metadata/md5-cache/dev-java/icu4j-49.1 b/metadata/md5-cache/dev-java/icu4j-49.1 index 3f03902871b3..39db2388f4ef 100644 --- a/metadata/md5-cache/dev-java/icu4j-49.1 +++ b/metadata/md5-cache/dev-java/icu4j-49.1 @@ -4,10 +4,10 @@ DESCRIPTION=A set of Java libraries providing Unicode and Globalization support EAPI=4 HOMEPAGE=http://www.icu-project.org/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=icu RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=49 SRC_URI=http://download.icu-project.org/files/icu4j/49.1/icu4j-49_1.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=748e71ad5c57b9a61fde55c7300a0107 +_md5_=cc0b35f968bddceda06ee8061d4d2cc8 diff --git a/metadata/md5-cache/dev-java/icu4j-52.1 b/metadata/md5-cache/dev-java/icu4j-52.1 index 22db5eb77e96..c1cd62d3c94a 100644 --- a/metadata/md5-cache/dev-java/icu4j-52.1 +++ b/metadata/md5-cache/dev-java/icu4j-52.1 @@ -4,10 +4,10 @@ DESCRIPTION=A set of Java libraries providing Unicode and Globalization support EAPI=5 HOMEPAGE=http://www.icu-project.org/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=icu RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=52 SRC_URI=http://download.icu-project.org/files/icu4j/52.1/icu4j-52_1.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f049e2e39f19f08fc706bf2e954403f6 +_md5_=b673b1f1753fe2863e9cb0712bf2461e diff --git a/metadata/md5-cache/dev-java/icu4j-53.1 b/metadata/md5-cache/dev-java/icu4j-53.1 index 8c768b19b4db..08b51aec0491 100644 --- a/metadata/md5-cache/dev-java/icu4j-53.1 +++ b/metadata/md5-cache/dev-java/icu4j-53.1 @@ -4,10 +4,10 @@ DESCRIPTION=A set of Java libraries providing Unicode and Globalization support EAPI=5 HOMEPAGE=http://www.icu-project.org/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=icu RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=52 SRC_URI=http://download.icu-project.org/files/icu4j/53.1/icu4j-53_1.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2771da75d533c74216e2e3cf2c74e80c +_md5_=76ec05fabd07fc00eabc94210a4a8573 diff --git a/metadata/md5-cache/dev-java/icu4j-54.1.1 b/metadata/md5-cache/dev-java/icu4j-54.1.1 index 6fe5ae1eee21..0024f96e21ac 100644 --- a/metadata/md5-cache/dev-java/icu4j-54.1.1 +++ b/metadata/md5-cache/dev-java/icu4j-54.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=A set of Java libraries providing Unicode and Globalization support EAPI=5 HOMEPAGE=http://www.icu-project.org/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=icu RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=52 SRC_URI=http://download.icu-project.org/files/icu4j/54.1.1/icu4j-54_1_1.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=060565d8e6c729c3f0b0ac270c53421b +_md5_=0c4ec40f1d680607b74fea4ce0fbe502 diff --git a/metadata/md5-cache/dev-java/icu4j-55.1 b/metadata/md5-cache/dev-java/icu4j-55.1 index 37edbba19fcc..1c4155fabe0b 100644 --- a/metadata/md5-cache/dev-java/icu4j-55.1 +++ b/metadata/md5-cache/dev-java/icu4j-55.1 @@ -4,10 +4,10 @@ DESCRIPTION=A set of Java libraries providing Unicode and Globalization support EAPI=5 HOMEPAGE=http://www.icu-project.org/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=icu RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=55 SRC_URI=http://download.icu-project.org/files/icu4j/55.1/icu4j-55_1.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9245943b1db571fef1164d171178da02 +_md5_=7b3cad579fdef79e325754e7a97bcf8b diff --git a/metadata/md5-cache/dev-java/ini4j-0.5.1 b/metadata/md5-cache/dev-java/ini4j-0.5.1 index 77c345c638b3..56dd9626ec2c 100644 --- a/metadata/md5-cache/dev-java/ini4j-0.5.1 +++ b/metadata/md5-cache/dev-java/ini4j-0.5.1 @@ -4,10 +4,10 @@ DESCRIPTION=Simple Java API Windows style .ini file handling EAPI=5 HOMEPAGE=http://ini4j.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://central.maven.org/maven2/org/ini4j/ini4j/0.5.1/ini4j-0.5.1-sources.jar -> ini4j-0.5.1.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f0a29383cf696ff8496e5782e87a6f64 +_md5_=94c99ab8ffaa700b53063593e5993d8a diff --git a/metadata/md5-cache/dev-java/iso-relax-20050331-r3 b/metadata/md5-cache/dev-java/iso-relax-20050331-r3 index e379499fe1b6..d4d1962afa19 100644 --- a/metadata/md5-cache/dev-java/iso-relax-20050331-r3 +++ b/metadata/md5-cache/dev-java/iso-relax-20050331-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Interfaces useful for applications which support RELAX Core EAPI=5 HOMEPAGE=http://iso-relax.sourceforge.net IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=>=virtual/jre-1.6 dev-java/ant-core:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/iso-relax-20050331-gentoo.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0b6e2ee4b6d066bc1b38e6d1ff79187c +_md5_=a3438cafde6685c456fa949cc8c0726b diff --git a/metadata/md5-cache/dev-java/istack-commons-runtime-2.22 b/metadata/md5-cache/dev-java/istack-commons-runtime-2.22 index 991284b0a508..f0b6ed032f2d 100644 --- a/metadata/md5-cache/dev-java/istack-commons-runtime-2.22 +++ b/metadata/md5-cache/dev-java/istack-commons-runtime-2.22 @@ -4,10 +4,10 @@ DESCRIPTION=IStack Commons - Runtime jar EAPI=5 HOMEPAGE=https://istack-commons.java.net IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=CDDL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=https://maven.java.net/content/repositories/releases/com/sun/istack/istack-commons-runtime/2.22/istack-commons-runtime-2.22-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6fd690c1443bb67178faa9d24d0fe374 +_md5_=6f94b3cc30fca4426d12a0acde694203 diff --git a/metadata/md5-cache/dev-java/istack-commons-tools-2.22 b/metadata/md5-cache/dev-java/istack-commons-tools-2.22 index a2dd0868eaf6..d5e881357fb5 100644 --- a/metadata/md5-cache/dev-java/istack-commons-tools-2.22 +++ b/metadata/md5-cache/dev-java/istack-commons-tools-2.22 @@ -4,10 +4,10 @@ DESCRIPTION=IStack Commons - Tools jar EAPI=5 HOMEPAGE=https://istack-commons.java.net IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=CDDL RDEPEND=>=virtual/jre-1.6 dev-java/ant-core:0 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=https://maven.java.net/content/repositories/releases/com/sun/istack/istack-commons-tools/2.22/istack-commons-tools-2.22-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=28a5f0c2bd3af96aad2f834a3052d3d4 +_md5_=77277187d0fe8a6523f8320d3789ca65 diff --git a/metadata/md5-cache/dev-java/itext-2.1.5-r2 b/metadata/md5-cache/dev-java/itext-2.1.5-r2 index 168cd108da1e..4cbe8868c54c 100644 --- a/metadata/md5-cache/dev-java/itext-2.1.5-r2 +++ b/metadata/md5-cache/dev-java/itext-2.1.5-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A Java library that generate documents in the Portable Document Form EAPI=4 HOMEPAGE=http://www.lowagie.com/iText/ IUSE=cjk rtf rups elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux LICENSE=MPL-1.1 RDEPEND=dev-java/bcmail:1.45 dev-java/bcprov:1.45 rups? ( dev-java/dom4j:1 dev-java/pdf-renderer:0 ) >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/itext/iText-src-2.1.5.tar.gz cjk? ( mirror://sourceforge/itext/iTextAsian.jar mirror://sourceforge/itext/iTextAsianCmaps.jar ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e2a23a7759a2f0ad22302387b20b4e70 +_md5_=e27c0ebe338c762b88c5a483f3a14e78 diff --git a/metadata/md5-cache/dev-java/jacl-1.4.1-r1 b/metadata/md5-cache/dev-java/jacl-1.4.1-r1 index 1eb9d52ca46b..ba6d9f4c66da 100644 --- a/metadata/md5-cache/dev-java/jacl-1.4.1-r1 +++ b/metadata/md5-cache/dev-java/jacl-1.4.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Jacl is an implementation of Tcl written in Java EAPI=5 HOMEPAGE=http://tcljava.sourceforge.net IUSE=doc elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=BSD RDEPEND=>=dev-lang/tcl-8.4.5:* >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/tcljava/jacl1.4.1.tar.gz -> jacl-1.4.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=59a6ca28278c1fefb256a79910109903 +_md5_=bc251373fc39b2c8b011eca79c551eff diff --git a/metadata/md5-cache/dev-java/jacoco-0.7.5 b/metadata/md5-cache/dev-java/jacoco-0.7.5 index 160c4a40f513..dc96387a7887 100644 --- a/metadata/md5-cache/dev-java/jacoco-0.7.5 +++ b/metadata/md5-cache/dev-java/jacoco-0.7.5 @@ -4,10 +4,10 @@ DESCRIPTION=Java Code Coverage library. EAPI=5 HOMEPAGE=http://eclemma.org/jacoco/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=EPL-1.0 RDEPEND=dev-java/ant-core:0 dev-java/asm:4 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946-sources.jar -> jacoco-0.7.5-report.jar https://repo1.maven.org/maven2/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-sources.jar -> jacoco-0.7.5-agent.jar https://repo1.maven.org/maven2/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946-sources.jar -> jacoco-0.7.5-core.jar https://repo1.maven.org/maven2/org/jacoco/org.jacoco.ant/0.7.5.201505241946/org.jacoco.ant-0.7.5.201505241946-sources.jar -> jacoco-0.7.5-ant.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=849d2375efec2834abd2ae5c00118f68 +_md5_=7e18cd84fd55c2f3f4480fda5be387cf diff --git a/metadata/md5-cache/dev-java/jad-bin-1.5.8e-r1 b/metadata/md5-cache/dev-java/jad-bin-1.5.8e-r1 index 79736676028d..9f0df224bc39 100644 --- a/metadata/md5-cache/dev-java/jad-bin-1.5.8e-r1 +++ b/metadata/md5-cache/dev-java/jad-bin-1.5.8e-r1 @@ -3,9 +3,9 @@ DEPEND=app-arch/unzip DESCRIPTION=Jad - The fast JAva Decompiler EAPI=5 HOMEPAGE=http://www.kpdus.com/jad.html -KEYWORDS=amd64 -ppc x86 +KEYWORDS=amd64 x86 LICENSE=freedist RESTRICT=strip SLOT=0 SRC_URI=http://www.kpdus.com/jad/linux/jadls158.zip -_md5_=e5555824dfa05dc0d40e83611c96c423 +_md5_=d98bf9cb6c176939eace80b6a984cf52 diff --git a/metadata/md5-cache/dev-java/jade-3.3-r1 b/metadata/md5-cache/dev-java/jade-3.3-r1 index bb7dc3c75312..dd4d5aa58038 100644 --- a/metadata/md5-cache/dev-java/jade-3.3-r1 +++ b/metadata/md5-cache/dev-java/jade-3.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JADE is FIPA-compliant Java Agent Development Environment EAPI=0 HOMEPAGE=http://jade.cselt.it/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/JADE-src-3.3.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0308c3dcd25910f5b2c7e97c06bfe31f +_md5_=849727dd909cb0df7289f3ff6197cad5 diff --git a/metadata/md5-cache/dev-java/jade-3.3-r2 b/metadata/md5-cache/dev-java/jade-3.3-r2 index c29e93acb1dd..c10ab1b7cfde 100644 --- a/metadata/md5-cache/dev-java/jade-3.3-r2 +++ b/metadata/md5-cache/dev-java/jade-3.3-r2 @@ -4,10 +4,10 @@ DESCRIPTION=JADE is FIPA-compliant Java Agent Development Environment EAPI=5 HOMEPAGE=http://jade.cselt.it/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/JADE-src-3.3.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=58166e4f321af672b04b17b7497d4632 +_md5_=fe9ad937df78d94739f10f6691788521 diff --git a/metadata/md5-cache/dev-java/jaffl-0.5.11-r1 b/metadata/md5-cache/dev-java/jaffl-0.5.11-r1 index 1564650f0be7..17409abd1504 100644 --- a/metadata/md5-cache/dev-java/jaffl-0.5.11-r1 +++ b/metadata/md5-cache/dev-java/jaffl-0.5.11-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An abstracted interface to invoking native functions from java EAPI=5 HOMEPAGE=http://kenai.com/projects/jaffl IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=dev-java/asm:3 dev-java/jffi:1.2 dev-java/jnr-x86asm:1.0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jnr/jnr-ffi/tarball/0.5.11 -> jaffl-0.5.11.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b662195fbd3fd3bb7bdc95d19710ecd8 +_md5_=7b5c25b02f3b7b2efda11cf53691ccb0 diff --git a/metadata/md5-cache/dev-java/jakarta-oro-2.0.8-r3 b/metadata/md5-cache/dev-java/jakarta-oro-2.0.8-r3 index 28029b3be0a1..d96f70418244 100644 --- a/metadata/md5-cache/dev-java/jakarta-oro-2.0.8-r3 +++ b/metadata/md5-cache/dev-java/jakarta-oro-2.0.8-r3 @@ -4,10 +4,10 @@ DESCRIPTION=A set of text-processing Java classes EAPI=5 HOMEPAGE=http://jakarta.apache.org/oro/index.html IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.0 SRC_URI=http://archive.apache.org/dist/jakarta/oro/jakarta-oro-2.0.8.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8f6fee1c995438a783e59ef3c6ce71c0 +_md5_=f606c8b20722b6f53ff15885f4f0f240 diff --git a/metadata/md5-cache/dev-java/jakarta-regexp-1.3-r4 b/metadata/md5-cache/dev-java/jakarta-regexp-1.3-r4 index e721edd5a22c..2a432f5500c1 100644 --- a/metadata/md5-cache/dev-java/jakarta-regexp-1.3-r4 +++ b/metadata/md5-cache/dev-java/jakarta-regexp-1.3-r4 @@ -4,10 +4,10 @@ DESCRIPTION=100% Pure Java Regular Expression package EAPI=0 HOMEPAGE=http://jakarta.apache.org/ IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 SLOT=1.3 SRC_URI=mirror://apache/jakarta/regexp/source/jakarta-regexp-1.3.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7576b86c57e7f92e68a8bca652df57a1 +_md5_=a0545f6783b439a657c7c9ad9a2b262c diff --git a/metadata/md5-cache/dev-java/jakarta-regexp-1.3-r5 b/metadata/md5-cache/dev-java/jakarta-regexp-1.3-r5 index 05ea151b98a3..93f8f27460ee 100644 --- a/metadata/md5-cache/dev-java/jakarta-regexp-1.3-r5 +++ b/metadata/md5-cache/dev-java/jakarta-regexp-1.3-r5 @@ -4,10 +4,10 @@ DESCRIPTION=100% Pure Java Regular Expression package EAPI=5 HOMEPAGE=http://jakarta.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.3 SRC_URI=mirror://apache/jakarta/regexp/source/jakarta-regexp-1.3.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=510f1c2c0332946266d0048873757204 +_md5_=ae443f3a627bbfb0fca4a4cf2427813c diff --git a/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r1 b/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r1 index 0269e0bf744e..bd04b6ac98c9 100644 --- a/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r1 +++ b/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=100% Pure Java Regular Expression package EAPI=0 HOMEPAGE=http://jakarta.apache.org/ IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 SLOT=1.4 SRC_URI=mirror://apache/jakarta/regexp/source/jakarta-regexp-1.4.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2185c59535206069392001ca723b5ec9 +_md5_=ba1ffb21dd3a228a049d59cdd584cb18 diff --git a/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r2 b/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r2 index 456620d357d5..5a10301a0f20 100644 --- a/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r2 +++ b/metadata/md5-cache/dev-java/jakarta-regexp-1.4-r2 @@ -4,10 +4,10 @@ DESCRIPTION=100% Pure Java Regular Expression package EAPI=5 HOMEPAGE=http://jakarta.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.4 SRC_URI=mirror://apache/jakarta/regexp/source/jakarta-regexp-1.4.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b2bff4da6f5644f4d7fcaeb8beb02b42 +_md5_=edcffb491578c8c9d501df38877b0e89 diff --git a/metadata/md5-cache/dev-java/jakarta-regexp-1.5 b/metadata/md5-cache/dev-java/jakarta-regexp-1.5 index e4e6d6ea2935..c7cc6f0bbb16 100644 --- a/metadata/md5-cache/dev-java/jakarta-regexp-1.5 +++ b/metadata/md5-cache/dev-java/jakarta-regexp-1.5 @@ -4,10 +4,10 @@ DESCRIPTION=100% Pure Java Regular Expression package EAPI=5 HOMEPAGE=http://jakarta.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.5 SRC_URI=http://archive.apache.org/dist/jakarta/regexp/jakarta-regexp-1.5.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5b9514e47e30e932d2956d444199ffe5 +_md5_=215e7e7706ca329f1ce8d9e53e7a7ede diff --git a/metadata/md5-cache/dev-java/jal-20031117-r3 b/metadata/md5-cache/dev-java/jal-20031117-r3 index 37cb9f27844d..927a9125b384 100644 --- a/metadata/md5-cache/dev-java/jal-20031117-r3 +++ b/metadata/md5-cache/dev-java/jal-20031117-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Partial port of the C++ Standard Template Library EAPI=0 HOMEPAGE=http://vigna.dsi.unimi.it/jal/ IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=HPND RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://vigna.dsi.unimi.it/jal/jal-20031117-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c10bb03fac6025102a58bf004df2e8b3 +_md5_=7ba33c6156e5f36cc28549df61334868 diff --git a/metadata/md5-cache/dev-java/jama-1.0.3-r1 b/metadata/md5-cache/dev-java/jama-1.0.3-r1 index 3656e19ed75d..06527974f445 100644 --- a/metadata/md5-cache/dev-java/jama-1.0.3-r1 +++ b/metadata/md5-cache/dev-java/jama-1.0.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A Java Matrix Package EAPI=5 HOMEPAGE=http://math.nist.gov/javanumerics/jama/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ~ppc ~ppc64 +KEYWORDS=amd64 ~ppc64 x86 LICENSE=public-domain RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://math.nist.gov/javanumerics/jama/Jama-1.0.3.tar.gz -> jama-1.0.3.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=36ef07ca186c9ed345f92ed090f0d77b +_md5_=3003adb178e59bc588f1641485a12e5d diff --git a/metadata/md5-cache/dev-java/jamvm-2.0.0-r1 b/metadata/md5-cache/dev-java/jamvm-2.0.0-r1 index 19876e941e90..b25acf4d4c43 100644 --- a/metadata/md5-cache/dev-java/jamvm-2.0.0-r1 +++ b/metadata/md5-cache/dev-java/jamvm-2.0.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An extremely small and specification-compliant virtual machine EAPI=5 HOMEPAGE=http://jamvm.sourceforge.net/ IUSE=debug libffi -KEYWORDS=amd64 ppc ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=dev-java/gnu-classpath:0.98 || ( dev-java/eclipse-ecj:* dev-java/ecj-gcj:* ) libffi? ( virtual/libffi ) ppc64? ( virtual/libffi ) sparc? ( virtual/libffi ) >=dev-java/java-config-2.2.0 app-eselect/eselect-java SLOT=0 SRC_URI=mirror://sourceforge/jamvm/jamvm-2.0.0.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-vm-2 ba3b22a014a6ebc7b43b7e1bba90b9e1 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=dff1a42f0223b7f73ee7f87625cc1cf5 +_md5_=ad4288f650dffd4382042a47600864c7 diff --git a/metadata/md5-cache/dev-java/jansi-1.5 b/metadata/md5-cache/dev-java/jansi-1.5 index 1ace152a3d85..b8eff3a2d604 100644 --- a/metadata/md5-cache/dev-java/jansi-1.5 +++ b/metadata/md5-cache/dev-java/jansi-1.5 @@ -4,10 +4,10 @@ DESCRIPTION=Jansi is a small java library that allows you to use ANSI escape seq EAPI=5 HOMEPAGE=http://jansi.fusesource.org/ IUSE=elibc_FreeBSD source test doc elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=dev-java/jansi-native:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/fusesource/jansi/archive/jansi-1.5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8f452d21e98e937c9091b5ca2981bcbf +_md5_=700a23c9739604b29072e95b99f1c6b0 diff --git a/metadata/md5-cache/dev-java/jansi-1.5-r1 b/metadata/md5-cache/dev-java/jansi-1.5-r1 index b206e65065f8..d53b174c2ea5 100644 --- a/metadata/md5-cache/dev-java/jansi-1.5-r1 +++ b/metadata/md5-cache/dev-java/jansi-1.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Jansi is a small java library that allows you to use ANSI escape seq EAPI=5 HOMEPAGE=http://jansi.fusesource.org/ IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~ppc ~ppc64 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=dev-java/jansi-native:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/fusesource/jansi/archive/jansi-1.5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e2d92ed91bbb758de1313ed6b153cf06 +_md5_=6be686c95fdb5ad2fe3ded294667aa36 diff --git a/metadata/md5-cache/dev-java/jansi-native-1.5 b/metadata/md5-cache/dev-java/jansi-native-1.5 index 224022e87cb5..ca819a9079c4 100644 --- a/metadata/md5-cache/dev-java/jansi-native-1.5 +++ b/metadata/md5-cache/dev-java/jansi-native-1.5 @@ -4,10 +4,10 @@ DESCRIPTION=Native JNI component for dev-java/jansi EAPI=5 HOMEPAGE=http://jansi.fusesource.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=dev-java/hawtjni-runtime:0 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/fusesource/jansi-native/tarball/jansi-native-1.5 -> jansi-native-1.5.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=46112e1e5016f58af74229656e864214 +_md5_=b218f7c638a1ab3a256cc15039f8fee3 diff --git a/metadata/md5-cache/dev-java/jarjar-1.4 b/metadata/md5-cache/dev-java/jarjar-1.4 index bb979724e4c0..355ee58080b2 100644 --- a/metadata/md5-cache/dev-java/jarjar-1.4 +++ b/metadata/md5-cache/dev-java/jarjar-1.4 @@ -4,11 +4,11 @@ DESCRIPTION=Tool for repackaging third-party jars EAPI=5 HOMEPAGE=http://jarjar.sourceforge.net IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~arm x86 ppc ppc64 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris LICENSE=GPL-2 RDEPEND=dev-java/asm:4 dev-java/gnu-regexp:1 dev-java/java-getopt:1 dev-java/ant-core:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1 SRC_URI=https://jarjar.googlecode.com/files/jarjar-src-1.4.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=040b1353949273e19dad07d9c88c2497 +_md5_=d7ec2961448e24f229a32aabac49a3c9 diff --git a/metadata/md5-cache/dev-java/java-config-2.2.0 b/metadata/md5-cache/dev-java/java-config-2.2.0 index fbd367ac1771..899f1b083509 100644 --- a/metadata/md5-cache/dev-java/java-config-2.2.0 +++ b/metadata/md5-cache/dev-java/java-config-2.2.0 @@ -4,11 +4,11 @@ DESCRIPTION=Java environment configuration query tool EAPI=5 HOMEPAGE=https://www.gentoo.org/proj/en/java/ IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-java/java-config-wrapper-0.15 sys-apps/baselayout-java sys-apps/portage python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=2 SRC_URI=https://dev.gentoo.org/~sera/distfiles/java-config-2.2.0.tar.bz2 _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=a58b9d68953959f3a54053cd88811d2e +_md5_=02cd1c1d61799608bcc476765aaa2f2c diff --git a/metadata/md5-cache/dev-java/java-config-wrapper-0.16 b/metadata/md5-cache/dev-java/java-config-wrapper-0.16 index 25e24b0eeb04..f7c75e07f130 100644 --- a/metadata/md5-cache/dev-java/java-config-wrapper-0.16 +++ b/metadata/md5-cache/dev-java/java-config-wrapper-0.16 @@ -3,9 +3,9 @@ DEPEND=!=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=http://www.urbanophile.com/arenn/hacking/getopt/java-getopt-1.0.14.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1086fec548a088c2c1214b1b340f1c63 +_md5_=47a1b5386bc0021bdb42e97210899dbb diff --git a/metadata/md5-cache/dev-java/java-gnome-4.0.19 b/metadata/md5-cache/dev-java/java-gnome-4.0.19 index 6378baf7d8b9..9e7b635ec6b7 100644 --- a/metadata/md5-cache/dev-java/java-gnome-4.0.19 +++ b/metadata/md5-cache/dev-java/java-gnome-4.0.19 @@ -4,11 +4,11 @@ DESCRIPTION=Java bindings for GTK and GNOME EAPI=2 HOMEPAGE=http://java-gnome.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2-with-linking-exception RDEPEND=>=dev-libs/glib-2.22 >=x11-libs/gtk+-2.22.0:2 >=gnome-base/libglade-2.6.4 >=gnome-base/libgnome-2.22.0 >=gnome-base/gnome-desktop-2.22.0:2 >=x11-libs/cairo-1.10.0[svg] >=x11-libs/gtksourceview-2.6.2:2.0 >=app-text/gtkspell-2.0.15-r1:2 >=x11-libs/libnotify-0.4.5 >=dev-libs/libunique-1.0.8:1 >=gnome-base/librsvg-2.32.1 dev-libs/atk >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=4.0 SRC_URI=mirror://gnome/sources/java-gnome/4.0/java-gnome-4.0.19.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7dbb240ea90658080a78ca7d756816fb +_md5_=1e86635627d9441fbd67f3c164a4d647 diff --git a/metadata/md5-cache/dev-java/java-gnome-4.0.20 b/metadata/md5-cache/dev-java/java-gnome-4.0.20 index acba8c7504a9..de494052a42c 100644 --- a/metadata/md5-cache/dev-java/java-gnome-4.0.20 +++ b/metadata/md5-cache/dev-java/java-gnome-4.0.20 @@ -4,11 +4,11 @@ DESCRIPTION=Java bindings for GTK and GNOME EAPI=5 HOMEPAGE=http://java-gnome.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source python_targets_python2_7 -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2-with-linking-exception RDEPEND=>=dev-libs/glib-2.22 >=x11-libs/gtk+-2.22.0:2 >=gnome-base/libglade-2.6.4 >=gnome-base/libgnome-2.22.0 >=gnome-base/gnome-desktop-2.22.0:2 >=x11-libs/cairo-1.10.0[svg] >=x11-libs/gtksourceview-2.6.2:2.0 >=app-text/gtkspell-2.0.15-r1:2 >=x11-libs/libnotify-0.4.5 >=dev-libs/libunique-1.0.8:1 >=gnome-base/librsvg-2.32.1 dev-libs/atk >=virtual/jre-1.5 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=4.0 SRC_URI=mirror://gnome/sources/java-gnome/4.0/java-gnome-4.0.20.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dbe0fdcadf56f3a15bc747f7469b5b43 +_md5_=fd87415d858de86dd31adca3a15a6d17 diff --git a/metadata/md5-cache/dev-java/java-gnome-4.1.3 b/metadata/md5-cache/dev-java/java-gnome-4.1.3 index 3a9f13ff3d02..f7b0d893829a 100644 --- a/metadata/md5-cache/dev-java/java-gnome-4.1.3 +++ b/metadata/md5-cache/dev-java/java-gnome-4.1.3 @@ -4,11 +4,11 @@ DESCRIPTION=Java bindings for GTK and GNOME EAPI=5 HOMEPAGE=http://java-gnome.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source python_targets_python2_7 test -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2-with-linking-exception RDEPEND=app-text/enchant:0 dev-libs/atk:0 >=dev-libs/glib-2.28:2 dev-libs/libunique:3 gnome-base/librsvg:2 >=x11-libs/cairo-1.10.0[svg] x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/gtksourceview:3.0 >=x11-libs/libnotify-0.7.0 x11-libs/pango:0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=4.1 SRC_URI=mirror://gnome/sources/java-gnome/4.1/java-gnome-4.1.3.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=0d3b0e1e3b026a50072ccf2ebb981bed +_md5_=8d8c090d18a682f848bc827380d40928 diff --git a/metadata/md5-cache/dev-java/java-sdk-docs-1.6.0.30 b/metadata/md5-cache/dev-java/java-sdk-docs-1.6.0.30 index 4cb50effc821..295d18a024a4 100644 --- a/metadata/md5-cache/dev-java/java-sdk-docs-1.6.0.30 +++ b/metadata/md5-cache/dev-java/java-sdk-docs-1.6.0.30 @@ -3,10 +3,10 @@ DEPEND=app-arch/unzip DESCRIPTION=Sun's documentation bundle (including API) for Java SE EAPI=4 HOMEPAGE=http://download.oracle.com/javase/6/docs/index.html -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux LICENSE=oracle-java-documentation RESTRICT=fetch SLOT=1.6.0 SRC_URI=jdk-6u30-apidocs.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4df6ee4c1fb216a905473e41ac005c5a +_md5_=4500126bd66caa91c506791d5635a8b8 diff --git a/metadata/md5-cache/dev-java/java-sdk-docs-1.7.0.80 b/metadata/md5-cache/dev-java/java-sdk-docs-1.7.0.80 index 910912ed418a..7c67a45aac53 100644 --- a/metadata/md5-cache/dev-java/java-sdk-docs-1.7.0.80 +++ b/metadata/md5-cache/dev-java/java-sdk-docs-1.7.0.80 @@ -3,10 +3,10 @@ DEPEND=app-arch/unzip DESCRIPTION=Oracle's documentation bundle (including API) for Java SE EAPI=5 HOMEPAGE=http://download.oracle.com/javase/7/docs/ -KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=oracle-java-documentation-7 RESTRICT=fetch SLOT=1.7 SRC_URI=jdk-7u80-docs-all.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=337958f428f2272f3f281e0b384264a4 +_md5_=7f1a2245c16e0ab2fda84113b6988a0d diff --git a/metadata/md5-cache/dev-java/java-sdk-docs-1.8.0.66 b/metadata/md5-cache/dev-java/java-sdk-docs-1.8.0.66 index 1e43732ba11e..f66c63542bfb 100644 --- a/metadata/md5-cache/dev-java/java-sdk-docs-1.8.0.66 +++ b/metadata/md5-cache/dev-java/java-sdk-docs-1.8.0.66 @@ -3,10 +3,10 @@ DEPEND=app-arch/unzip DESCRIPTION=Oracle's documentation bundle (including API) for Java SE EAPI=5 HOMEPAGE=http://download.oracle.com/javase/8/docs/ -KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=oracle-java-documentation-8 RESTRICT=fetch SLOT=1.8 SRC_URI=jdk-8u66-docs-all.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0bd3f59828d97e11b495ec3046a88788 +_md5_=8053e349b05d9844dc919c8c58cda034 diff --git a/metadata/md5-cache/dev-java/javacc-5.0-r2 b/metadata/md5-cache/dev-java/javacc-5.0-r2 index 996fffee5378..b8c8f6fdf201 100644 --- a/metadata/md5-cache/dev-java/javacc-5.0-r2 +++ b/metadata/md5-cache/dev-java/javacc-5.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Java Compiler Compiler - The Java Parser Generator EAPI=5 HOMEPAGE=https://javacc.java.net/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos LICENSE=BSD RDEPEND=dev-java/junit:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://java.net/projects/javacc/downloads/download/javacc-5.0src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c51ebe5e3ba487e08ec0aa7bee313dd6 +_md5_=04268c1f76be5b0de0e8f3a8d3b46b83 diff --git a/metadata/md5-cache/dev-java/javacup-0.11a_beta20060608 b/metadata/md5-cache/dev-java/javacup-0.11a_beta20060608 index 432360ebe785..0113ef588de6 100644 --- a/metadata/md5-cache/dev-java/javacup-0.11a_beta20060608 +++ b/metadata/md5-cache/dev-java/javacup-0.11a_beta20060608 @@ -4,10 +4,10 @@ DESCRIPTION=CUP Parser Generator for Java EAPI=0 HOMEPAGE=http://www2.cs.tum.edu/projects/cup/ IUSE=userland_BSD elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/ant-core-1.7.0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/javacup-0.11a_beta20060608.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a21310c100fe3de7d4de0873dd8741e1 +_md5_=b2f3f20841f6562a61dce40e9c7cac4b diff --git a/metadata/md5-cache/dev-java/javacup-0.11b_p20151001 b/metadata/md5-cache/dev-java/javacup-0.11b_p20151001 index 7813f01feac1..dac1b88dc974 100644 --- a/metadata/md5-cache/dev-java/javacup-0.11b_p20151001 +++ b/metadata/md5-cache/dev-java/javacup-0.11b_p20151001 @@ -4,10 +4,10 @@ DESCRIPTION=CUP Parser Generator for Java EAPI=5 HOMEPAGE=http://www2.cs.tum.edu/projects/cup/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www2.cs.tum.edu/projects/cup/releases/java-cup-src-11b-20151001.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4ebb37a888fdec9bbcc6147415cefac5 +_md5_=1371bf5c0db5b70759fac3467c40b739 diff --git a/metadata/md5-cache/dev-java/javahelp-2.0.05_p63 b/metadata/md5-cache/dev-java/javahelp-2.0.05_p63 index ad183f2a8348..fa249432a72a 100644 --- a/metadata/md5-cache/dev-java/javahelp-2.0.05_p63 +++ b/metadata/md5-cache/dev-java/javahelp-2.0.05_p63 @@ -4,10 +4,10 @@ DESCRIPTION=The JavaHelp system online help system EAPI=3 HOMEPAGE=https://javahelp.dev.java.net/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris +KEYWORDS=amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris LICENSE=GPL-2-with-linking-exception RDEPEND=>=virtual/jre-1.4 java-virtuals/servlet-api:2.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://javahelp.dev.java.net/files/documents/5985/145533/javahelp2-src-2.0.05_svn63.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b8e0d79e833c8c97b14ce1ba3ed9fda2 +_md5_=0280d5c11cc638f36255030d81adcdeb diff --git a/metadata/md5-cache/dev-java/javassist-2.6-r2 b/metadata/md5-cache/dev-java/javassist-2.6-r2 index 813f94a4151c..1adb2513635c 100644 --- a/metadata/md5-cache/dev-java/javassist-2.6-r2 +++ b/metadata/md5-cache/dev-java/javassist-2.6-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Javassist makes Java bytecode manipulation simple EAPI=5 HOMEPAGE=http://www.csg.is.titech.ac.jp/~chiba/javassist/ IUSE=elibc_FreeBSD doc source examples elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux LICENSE=MPL-1.1 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2 SRC_URI=mirror://sourceforge/jboss/javassist-2.6.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9b9b16a73dd3960c3d1e54d767087a74 +_md5_=d3d9181ed3f0871006c749591d83ab02 diff --git a/metadata/md5-cache/dev-java/javassist-3.18.2 b/metadata/md5-cache/dev-java/javassist-3.18.2 index b49b225496bf..f7672f0d258b 100644 --- a/metadata/md5-cache/dev-java/javassist-3.18.2 +++ b/metadata/md5-cache/dev-java/javassist-3.18.2 @@ -4,10 +4,10 @@ DESCRIPTION=Javassist makes Java bytecode manipulation simple EAPI=5 HOMEPAGE=http://www.csg.is.titech.ac.jp/~chiba/javassist/ IUSE=elibc_FreeBSD doc source examples elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos LICENSE=MPL-1.1 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3 SRC_URI=https://github.com/jboss-javassist/javassist/archive/rel_3_18_2_ga_build.tar.gz -> javassist-3.18.2.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cdef82139ce00fdf8a0620094157361f +_md5_=e0a769e4a9226f88bb3302e4c14461b7 diff --git a/metadata/md5-cache/dev-java/javatoolkit-0.3.0-r9 b/metadata/md5-cache/dev-java/javatoolkit-0.3.0-r9 index b32543af1855..9b6e50d5dc5d 100644 --- a/metadata/md5-cache/dev-java/javatoolkit-0.3.0-r9 +++ b/metadata/md5-cache/dev-java/javatoolkit-0.3.0-r9 @@ -4,11 +4,11 @@ DESCRIPTION=Collection of Gentoo-specific tools for Java EAPI=5 HOMEPAGE=https://www.gentoo.org/proj/en/java/ IUSE=python_targets_python2_7 -KEYWORDS=amd64 ~arm ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=amd64 ~arm ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gentoo/javatoolkit-0.3.0.tar.bz2 _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=1b12ee2c15f4266817bbd5a2ca9a2ea2 +_md5_=89462511b55b3b5aa5f58dcba17e3fce diff --git a/metadata/md5-cache/dev-java/javax-inject-1-r2 b/metadata/md5-cache/dev-java/javax-inject-1-r2 index 35e9fdf19e3d..be2b939d0a02 100644 --- a/metadata/md5-cache/dev-java/javax-inject-1-r2 +++ b/metadata/md5-cache/dev-java/javax-inject-1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Dependency injection for Java (JSR-330) EAPI=5 HOMEPAGE=https://code.google.com/p/atinject/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://central.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=82f772a4df55db8965951f917d4bc654 +_md5_=6ab8a7315e5d41f0c4c8e5cd6f728839 diff --git a/metadata/md5-cache/dev-java/javolution-4.0.2-r1 b/metadata/md5-cache/dev-java/javolution-4.0.2-r1 index e3b62069b193..8fb60ce41634 100644 --- a/metadata/md5-cache/dev-java/javolution-4.0.2-r1 +++ b/metadata/md5-cache/dev-java/javolution-4.0.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Java Solution for Real-Time and Embedded Systems EAPI=5 HOMEPAGE=http://javolution.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4 SRC_URI=http://javolution.org/javolution-4.0.2-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cfaf88cec890b994879268ee2ad8b0a5 +_md5_=bb64563db442931acb475841651e8cac diff --git a/metadata/md5-cache/dev-java/jax-ws-2.0.1-r1 b/metadata/md5-cache/dev-java/jax-ws-2.0.1-r1 index b9678f2ee14a..243563e07481 100644 --- a/metadata/md5-cache/dev-java/jax-ws-2.0.1-r1 +++ b/metadata/md5-cache/dev-java/jax-ws-2.0.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Reference implementation of the Java API for XML Web Services EAPI=2 HOMEPAGE=http://jax-ws.dev.java.net/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.5 dev-java/istack-commons-runtime:0 dev-java/jax-ws-api:2 dev-java/jaxb:2 dev-java/jsr173:0 >=dev-java/jsr181-1.0 dev-java/jsr250:0 dev-java/sun-httpserver-bin:2 dev-java/jsr67:0 dev-java/saaj:0 dev-java/sjsxp:0 dev-java/stax-ex:0 dev-java/sun-jaf:0 dev-java/txw2-runtime:0 dev-java/xmlstreambuffer:0 dev-java/xml-commons-resolver:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://jax-ws.dev.java.net/jax-ws-201-m1/JAXWS2.0.1m1_source_20060817.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5a1d93a0f37e85ad2d27e695347b31e1 +_md5_=09159b75741872b40ecee5be5ded1cd6 diff --git a/metadata/md5-cache/dev-java/jax-ws-api-2.0 b/metadata/md5-cache/dev-java/jax-ws-api-2.0 index 557a301196e8..f89607aa7512 100644 --- a/metadata/md5-cache/dev-java/jax-ws-api-2.0 +++ b/metadata/md5-cache/dev-java/jax-ws-api-2.0 @@ -4,10 +4,10 @@ DESCRIPTION=JAXWS 2.0 API Final Release EAPI=0 HOMEPAGE=https://jax-ws.dev.java.net/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.5 dev-java/jsr67 =dev-java/jaxb-2* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://jax-ws.dev.java.net/files/documents/4202/34734/jaxws-api-fcs-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=badb2512c7068902cfc99ebdd82cc2ed +_md5_=d2c775e32ebf64a401c7bb04fc24fa88 diff --git a/metadata/md5-cache/dev-java/jax-ws-tools-2.0.1-r1 b/metadata/md5-cache/dev-java/jax-ws-tools-2.0.1-r1 index 978fcd38a73c..86c5fa11846e 100644 --- a/metadata/md5-cache/dev-java/jax-ws-tools-2.0.1-r1 +++ b/metadata/md5-cache/dev-java/jax-ws-tools-2.0.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Reference implementation of the Java API for XML Web Services EAPI=1 HOMEPAGE=http://jax-ws.dev.java.net/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=CDDL RDEPEND=>=virtual/jre-1.5 dev-java/istack-commons-runtime:0 dev-java/istack-commons-tools:0 dev-java/jaxb:2 dev-java/jaxb-tools:2 dev-java/txw2-runtime:0 dev-java/jsr173:0 >=dev-java/jsr181-1.0:0 dev-java/jax-ws-api:2 dev-java/jax-ws:2 dev-java/codemodel:2 dev-java/apt-mirror:0 >=dev-java/java-config-2.2.0 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://jax-ws.dev.java.net/jax-ws-201-m1/JAXWS2.0.1m1_source_20060817.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=49aff11f70200be3495c1b7887d18ff8 +_md5_=cb13a3e03dc61881bea9e8e64a04acfb diff --git a/metadata/md5-cache/dev-java/jaxb-2.1.2-r1 b/metadata/md5-cache/dev-java/jaxb-2.1.2-r1 index 3463997e8a44..c41191649d43 100644 --- a/metadata/md5-cache/dev-java/jaxb-2.1.2-r1 +++ b/metadata/md5-cache/dev-java/jaxb-2.1.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Reference implementation of the JAXB specification EAPI=1 HOMEPAGE=http://jaxb.dev.java.net/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.5 dev-java/istack-commons-runtime:0 dev-java/jsr173:0 java-virtuals/jaf dev-java/txw2-runtime:0 >=dev-java/java-config-2.2.0 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://jaxb.dev.java.net/2.1.2/JAXB2_src_20070125.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=48bde9a80851adbc4dbf8b358eca683c +_md5_=7e29a8b1a941dadb7497d52afb09ff84 diff --git a/metadata/md5-cache/dev-java/jaxb-tools-2.1.2 b/metadata/md5-cache/dev-java/jaxb-tools-2.1.2 index 2823f7838173..251ffd0c8113 100644 --- a/metadata/md5-cache/dev-java/jaxb-tools-2.1.2 +++ b/metadata/md5-cache/dev-java/jaxb-tools-2.1.2 @@ -4,10 +4,10 @@ DESCRIPTION=Reference implementation of the JAXB specification EAPI=1 HOMEPAGE=http://jaxb.dev.java.net/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.5 dev-java/codemodel:2 dev-java/iso-relax:0 dev-java/istack-commons-runtime:0 dev-java/istack-commons-tools:0 dev-java/jaxb:2 dev-java/jsr173:0 dev-java/msv:0 dev-java/relaxng-datatype:0 dev-java/rngom:0 dev-java/sun-dtdparser:0 dev-java/sun-jaf:0 dev-java/txw2-runtime:0 dev-java/xml-commons-resolver:0 dev-java/xsdlib:0 dev-java/xsom:0 >=dev-java/java-config-2.2.0 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://jaxb.dev.java.net/2.1.2/JAXB2_src_20070125.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9a0f95e472e265284c01a443e21d7095 +_md5_=3acbcff7c2199c09cd37f4dab78d34c0 diff --git a/metadata/md5-cache/dev-java/jaxen-1.1.1 b/metadata/md5-cache/dev-java/jaxen-1.1.1 index c58cee4fac3e..2dc5681cec73 100644 --- a/metadata/md5-cache/dev-java/jaxen-1.1.1 +++ b/metadata/md5-cache/dev-java/jaxen-1.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=A Java XPath Engine EAPI=0 HOMEPAGE=http://jaxen.org/ IUSE=doc source test elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=JDOM RDEPEND=>=virtual/jre-1.4 ~dev-java/jdom-1.0 =dev-java/dom4j-1* dev-java/xom >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.1 SRC_URI=http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=025c925c997129814336e6b6eeb5c743 +_md5_=f4e84d945aaad7b489a2c4ee86508291 diff --git a/metadata/md5-cache/dev-java/jaxen-1.1.4-r1 b/metadata/md5-cache/dev-java/jaxen-1.1.4-r1 index f010d36a49b1..735d6467cae7 100644 --- a/metadata/md5-cache/dev-java/jaxen-1.1.4-r1 +++ b/metadata/md5-cache/dev-java/jaxen-1.1.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A Java XPath Engine EAPI=5 HOMEPAGE=http://jaxen.codehaus.org/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=JDOM RDEPEND=>=virtual/jre-1.4 dev-java/dom4j:1 dev-java/jdom:0 dev-java/xom:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.1 SRC_URI=http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.4-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=260edb89860bf9ce14574af470a9ccde +_md5_=ed0c5250b763638b59d04c82959bd549 diff --git a/metadata/md5-cache/dev-java/jaxen-1.1.6 b/metadata/md5-cache/dev-java/jaxen-1.1.6 index 65e3e93b10c6..bb1e9ca6ff25 100644 --- a/metadata/md5-cache/dev-java/jaxen-1.1.6 +++ b/metadata/md5-cache/dev-java/jaxen-1.1.6 @@ -4,10 +4,10 @@ DESCRIPTION=A Java XPath Engine EAPI=5 HOMEPAGE=http://jaxen.codehaus.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 +KEYWORDS=~amd64 ~arm ~ppc64 LICENSE=JDOM RDEPEND=dev-java/dom4j:1 dev-java/jdom:0 dev-java/xom:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.1 SRC_URI=https://repo1.maven.org/maven2/jaxen/jaxen/1.1.6/jaxen-1.1.6-sources.jar -> jaxen-1.1.6.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3afa9f18d0487a167e5182e3326a37a2 +_md5_=086151a7028ded4530053ca70b8cd15f diff --git a/metadata/md5-cache/dev-java/jaxme-0.5.2-r2 b/metadata/md5-cache/dev-java/jaxme-0.5.2-r2 index 50f220828a08..9a35bee64635 100644 --- a/metadata/md5-cache/dev-java/jaxme-0.5.2-r2 +++ b/metadata/md5-cache/dev-java/jaxme-0.5.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=An open source implementation of JAXB, the specification for Java/XM EAPI=5 HOMEPAGE=http://ws.apache.org/jaxme/index.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/xerces:2 >=dev-java/antlr-2.7.7-r7:0 >=dev-java/log4j-1.2.8:0 dev-java/junit:0 dev-java/xmldb:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/ws/jaxme/source/ws-jaxme-0.5.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3afbcdc321bd68cdd2e13efe2b3d4aa0 +_md5_=d6cd1edc5652252583d58ae7bb0998d4 diff --git a/metadata/md5-cache/dev-java/jaxp-1.4-r1 b/metadata/md5-cache/dev-java/jaxp-1.4-r1 index 022361c13afe..e06b82bccae4 100644 --- a/metadata/md5-cache/dev-java/jaxp-1.4-r1 +++ b/metadata/md5-cache/dev-java/jaxp-1.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=The Java API for XML Processing (JAXP) EAPI=4 HOMEPAGE=https://jaxp.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos LICENSE=CDDL RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/jaxp-1.4.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2047ea0b00750de1c8ddf2488e1c74c2 +_md5_=573799d2b99f6b2ac61f1a0ec42cd9e7 diff --git a/metadata/md5-cache/dev-java/jaxr-1.0.6-r2 b/metadata/md5-cache/dev-java/jaxr-1.0.6-r2 index 601a83fa2144..81b1bdeca60d 100644 --- a/metadata/md5-cache/dev-java/jaxr-1.0.6-r2 +++ b/metadata/md5-cache/dev-java/jaxr-1.0.6-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Java API for XML Registries EAPI=5 HOMEPAGE=https://glassfish.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=CDDL RDEPEND=dev-java/jaxb:2 dev-java/jsr67:0 dev-java/jsr93:0 dev-java/jsr173:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/jaxr-1.0.6.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8b4eaeb6c55d3b73f6bccd715cf4b1ec +_md5_=9366fafebcb77966f9f86de1447b7b3a diff --git a/metadata/md5-cache/dev-java/jazzy-0.5.2 b/metadata/md5-cache/dev-java/jazzy-0.5.2 index de7f7b4c7e60..2a3c6c764304 100644 --- a/metadata/md5-cache/dev-java/jazzy-0.5.2 +++ b/metadata/md5-cache/dev-java/jazzy-0.5.2 @@ -4,10 +4,10 @@ DESCRIPTION=Java Spell Check API EAPI=0 HOMEPAGE=http://sourceforge.net/projects/jazzy IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jazzy/jazzy-0.5.2.src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a2f886d76fef57eea1c1dc4fc9e98c33 +_md5_=0ea6d2291fa9cfb2972fa0f1b0f2e0bb diff --git a/metadata/md5-cache/dev-java/jcalendar-1.3.3 b/metadata/md5-cache/dev-java/jcalendar-1.3.3 index 8730bdff5b7a..ecef31c56a77 100644 --- a/metadata/md5-cache/dev-java/jcalendar-1.3.3 +++ b/metadata/md5-cache/dev-java/jcalendar-1.3.3 @@ -4,10 +4,10 @@ DESCRIPTION=Java date chooser bean for graphically picking a date EAPI=5 HOMEPAGE=http://www.toedter.com/en/jcalendar/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=>=virtual/jdk-1.4 dev-java/jgoodies-looks:2.0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.2 SRC_URI=http://www.toedter.com/download/jcalendar-1.3.3.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ab6bbb12734aeec4886194bc01358e25 +_md5_=78b26ac990d84f2d0feddeb724439a55 diff --git a/metadata/md5-cache/dev-java/jcifs-1.3.17-r1 b/metadata/md5-cache/dev-java/jcifs-1.3.17-r1 index 3aa3810fd55a..cd6ddcf060c7 100644 --- a/metadata/md5-cache/dev-java/jcifs-1.3.17-r1 +++ b/metadata/md5-cache/dev-java/jcifs-1.3.17-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Library that implements the CIFS/SMB networking protocol in Java EAPI=2 HOMEPAGE=http://jcifs.samba.org/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 java-virtuals/servlet-api:2.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.1 SRC_URI=http://jcifs.samba.org/src/jcifs-1.3.17.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b848b5138bad0c99c98c3cc12112b7c2 +_md5_=7bd60229f94ac09be6d4e2beb553c0cb diff --git a/metadata/md5-cache/dev-java/jclasslib-3.0-r1 b/metadata/md5-cache/dev-java/jclasslib-3.0-r1 index c8fa10b1df1b..a27354f78155 100644 --- a/metadata/md5-cache/dev-java/jclasslib-3.0-r1 +++ b/metadata/md5-cache/dev-java/jclasslib-3.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A bytecode viewer is a tool EAPI=0 HOMEPAGE=http://www.ej-technologies.com/products/jclasslib/overview.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jclasslib/jclasslib_unix_3_0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=97eab1b85a7b5216796b2d19f93fd4fa +_md5_=d02e9041b127873d27b72545268540b2 diff --git a/metadata/md5-cache/dev-java/jcmdline-1.0.2-r2 b/metadata/md5-cache/dev-java/jcmdline-1.0.2-r2 index a7112908c9ac..868967494a75 100644 --- a/metadata/md5-cache/dev-java/jcmdline-1.0.2-r2 +++ b/metadata/md5-cache/dev-java/jcmdline-1.0.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Library for parsing/handling of command line parameters EAPI=5 HOMEPAGE=http://jcmdline.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=MPL-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=mirror://sourceforge/jcmdline/jcmdline-1.0.2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5695213c5f28e6c21b9eaf3de19cda9b +_md5_=6ace69e084a4809a7759b605fd57d834 diff --git a/metadata/md5-cache/dev-java/jcmdline-2.0.0 b/metadata/md5-cache/dev-java/jcmdline-2.0.0 index b50d93f46fd2..a399be263efc 100644 --- a/metadata/md5-cache/dev-java/jcmdline-2.0.0 +++ b/metadata/md5-cache/dev-java/jcmdline-2.0.0 @@ -4,10 +4,10 @@ DESCRIPTION=Library for parsing/handling of command line parameters EAPI=5 HOMEPAGE=http://jcmdline.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=MPL-1.1 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jcmdline/jcmdline-2.0.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cc3089a56a250958a5dec61baaa26597 +_md5_=c0cabd76ddc937829ac7de62bd70a556 diff --git a/metadata/md5-cache/dev-java/jcodings-1.0.11 b/metadata/md5-cache/dev-java/jcodings-1.0.11 index 0ef6c46ccb4f..59ce592e2f2e 100644 --- a/metadata/md5-cache/dev-java/jcodings-1.0.11 +++ b/metadata/md5-cache/dev-java/jcodings-1.0.11 @@ -4,10 +4,10 @@ DESCRIPTION=Byte-based encoding support library for Java EAPI=5 HOMEPAGE=http://jruby.codehaus.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris LICENSE=MIT RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://github.com/jruby/jcodings/archive/jcodings-1.0.11.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c6a4f335b605d3a9077c51a096c66c2e +_md5_=4e17cbe64f444d481366f79c820cb84a diff --git a/metadata/md5-cache/dev-java/jcodings-1.0.4 b/metadata/md5-cache/dev-java/jcodings-1.0.4 index f38af62a38be..57ee439d7242 100644 --- a/metadata/md5-cache/dev-java/jcodings-1.0.4 +++ b/metadata/md5-cache/dev-java/jcodings-1.0.4 @@ -4,10 +4,10 @@ DESCRIPTION=Byte-based encoding support library for Java EAPI=2 HOMEPAGE=http://jruby.codehaus.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris LICENSE=MIT RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/jcodings-1.0.4-git.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d741d4217eb2b6a42bd982d67a2b068e +_md5_=865792815b973b533cb7af6becd00f50 diff --git a/metadata/md5-cache/dev-java/jcodings-1.0.5 b/metadata/md5-cache/dev-java/jcodings-1.0.5 index 6a681e7e8ce1..03d0484b0897 100644 --- a/metadata/md5-cache/dev-java/jcodings-1.0.5 +++ b/metadata/md5-cache/dev-java/jcodings-1.0.5 @@ -4,10 +4,10 @@ DESCRIPTION=Byte-based encoding support library for Java EAPI=4 HOMEPAGE=http://jruby.codehaus.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris LICENSE=MIT RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/jruby/jcodings/tarball/1.0.5 -> jcodings-1.0.5-git.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=863ea88e3f7b12577d85004de45e6b76 +_md5_=b7ad123cddcc75319f445e97f67b5c23 diff --git a/metadata/md5-cache/dev-java/jcommon-1.0.23 b/metadata/md5-cache/dev-java/jcommon-1.0.23 index 0db3c2e2a406..fa9c82b4ac86 100644 --- a/metadata/md5-cache/dev-java/jcommon-1.0.23 +++ b/metadata/md5-cache/dev-java/jcommon-1.0.23 @@ -4,10 +4,10 @@ DESCRIPTION=JCommon is a collection of useful classes used by JFreeChart, JFreeR EAPI=5 HOMEPAGE=http://www.jfree.org/jcommon IUSE=debug elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=mirror://sourceforge/jfreechart/jcommon-1.0.23.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d12afd03845b4c48a45c85b1e2706ad8 +_md5_=9bc420285e4970c254a1d835a7a93e9d diff --git a/metadata/md5-cache/dev-java/jcs-2.0 b/metadata/md5-cache/dev-java/jcs-2.0 index b01783d5968e..ef86478bfa76 100644 --- a/metadata/md5-cache/dev-java/jcs-2.0 +++ b/metadata/md5-cache/dev-java/jcs-2.0 @@ -4,10 +4,10 @@ DESCRIPTION=JCS is a distributed caching system written in Java for server-side EAPI=5 HOMEPAGE=http://commons.apache.org/jcs/ IUSE=admin elibc_FreeBSD test doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/jisp:2.5 dev-db/hsqldb:0 dev-java/log4j:0 dev-java/xmlrpc:3 dev-java/commons-lang:0 dev-java/commons-dbcp:0 dev-java/commons-pool:0 dev-java/commons-logging:0 dev-java/commons-httpclient:3 java-virtuals/servlet-api:3.0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.0 SRC_URI=http://apache.mirrors.ovh.net/ftp.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.0-beta-1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cab5b688c29f300301d3351e327509fb +_md5_=c1ff06e4baddee5bb121c4a18c3a87ba diff --git a/metadata/md5-cache/dev-java/jdbc-informix-3.00.3 b/metadata/md5-cache/dev-java/jdbc-informix-3.00.3 index f45f282edc59..3928708a4f25 100644 --- a/metadata/md5-cache/dev-java/jdbc-informix-3.00.3 +++ b/metadata/md5-cache/dev-java/jdbc-informix-3.00.3 @@ -4,11 +4,11 @@ DESCRIPTION=JDBC Type 4 Drivers for Informix EAPI=0 HOMEPAGE=http://www.ibm.com/software/data/informix/tools/jdbc/ IUSE=elibc_FreeBSD doc examples -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=informix-jdbc RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=0 SRC_URI=JDBC.3.00.JC3.tar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f4ad59f37ef3dff94020c49e3d6625da +_md5_=ef1009d065a006d205f676b003d502d2 diff --git a/metadata/md5-cache/dev-java/jdbc-jaybird-2.1.5-r1 b/metadata/md5-cache/dev-java/jdbc-jaybird-2.1.5-r1 index de30ad06a7d1..89a29ec337f5 100644 --- a/metadata/md5-cache/dev-java/jdbc-jaybird-2.1.5-r1 +++ b/metadata/md5-cache/dev-java/jdbc-jaybird-2.1.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JDBC Type 2 and 4 drivers for Firebird SQL server EAPI=0 HOMEPAGE=http://jaybirdwiki.firebirdsql.org/ IUSE=elibc_FreeBSD doc source examples test elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2 RDEPEND=>=virtual/jre-1.6 dev-java/ant-core dev-java/log4j >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/firebird/Jaybird-2.1.5-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2bd5f67f8ce3eba73cef753dc76443d5 +_md5_=a9d70aa1a73a208ebde4c20a9a7e7bc0 diff --git a/metadata/md5-cache/dev-java/jdbc-jaybird-2.2.9 b/metadata/md5-cache/dev-java/jdbc-jaybird-2.2.9 index 50c97b4f9a67..7d8b7a462bd9 100644 --- a/metadata/md5-cache/dev-java/jdbc-jaybird-2.2.9 +++ b/metadata/md5-cache/dev-java/jdbc-jaybird-2.2.9 @@ -4,10 +4,10 @@ DESCRIPTION=JDBC Type 2 and 4 drivers for Firebird SQL server EAPI=5 HOMEPAGE=http://jaybirdwiki.firebirdsql.org/ IUSE=jni elibc_FreeBSD doc source examples test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~ppc +KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2 RDEPEND=dev-java/junit:4 dev-java/antlr:3.5 dev-java/log4j:0 dev-java/glassfish-connector-api:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/FirebirdSQL/jaybird/archive/v2.2.9.zip -> Jaybird-2.2.9-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=10c8489d16292931c590a3f4a5b69e3c +_md5_=3ea17a236201357de72cfc439bd28feb diff --git a/metadata/md5-cache/dev-java/jdbc-mssqlserver-4.0.2206.100 b/metadata/md5-cache/dev-java/jdbc-mssqlserver-4.0.2206.100 index 513401cab52e..027f55c0516e 100644 --- a/metadata/md5-cache/dev-java/jdbc-mssqlserver-4.0.2206.100 +++ b/metadata/md5-cache/dev-java/jdbc-mssqlserver-4.0.2206.100 @@ -4,11 +4,11 @@ DESCRIPTION=JDBC driver for Microsoft SQL Server EAPI=4 HOMEPAGE=http://msdn.microsoft.com/en-US/data/aa937724.aspx IUSE=doc elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=MSjdbcEULA40 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 RESTRICT=mirror SLOT=4.0 SRC_URI=http://download.microsoft.com/download/0/2/A/02AAE597-3865-456C-AE7F-613F99F850A8/sqljdbc_4.0.2206.100_enu.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=39b2aa26975984e152521af681416f1c +_md5_=59d8b94bf609813de27ff69d6bbe8e1a diff --git a/metadata/md5-cache/dev-java/jdbc-mysql-5.1.26 b/metadata/md5-cache/dev-java/jdbc-mysql-5.1.26 index 781fdd89848a..9c7b41e1b629 100644 --- a/metadata/md5-cache/dev-java/jdbc-mysql-5.1.26 +++ b/metadata/md5-cache/dev-java/jdbc-mysql-5.1.26 @@ -4,11 +4,11 @@ DESCRIPTION=MySQL JDBC driver EAPI=5 HOMEPAGE=http://www.mysql.com/products/connector/j/ IUSE=c3p0 log4j elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2-with-MySQL-FLOSS-exception RDEPEND=>=virtual/jre-1.6 dev-java/slf4j-api:0 log4j? ( dev-java/log4j:0 ) c3p0? ( dev-java/c3p0:0 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/gnu-classpath-0.98-r1:0.98 RESTRICT=test SLOT=0 SRC_URI=mirror://mysql/Downloads/Connector-J/mysql-connector-java-5.1.26.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f1a80a15ce221261686b0f9e01d8e9ec +_md5_=506f388b403ed820fcc1ef7c3b470747 diff --git a/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.1.0.5 b/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.1.0.5 index 41cd9c5109ee..c5bf404c7310 100644 --- a/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.1.0.5 +++ b/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.1.0.5 @@ -4,11 +4,11 @@ DESCRIPTION=JDBC 3.0 Drivers for Oracle EAPI=0 HOMEPAGE=http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html IUSE=debug dms doc examples nls elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=oracle-jdbc RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=10.1 SRC_URI=!dms? ( !debug? ( jdbc-oracle-bin-10.1.0.5-ojdbc14.jar ) debug? ( jdbc-oracle-bin-10.1.0.5-ojdbc14_g.jar ) ) dms? ( !debug? ( jdbc-oracle-bin-10.1.0.5-ojdbc14dms.jar ) debug? ( jdbc-oracle-bin-10.1.0.5-ojdbc14dms_g.jar ) ) jdbc-oracle-bin-10.1.0.5-ocrs12.jar doc? ( jdbc-oracle-bin-10.1.0.5-javadoc.zip ) examples? ( jdbc-oracle-bin-10.1.0.5-demo.tar ) nls? ( jdbc-oracle-bin-10.1.0.5-orai18n.jar ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6241137272517efee61a48062210281e +_md5_=d2ba19b2dc5087a23176e97ef633c6d1 diff --git a/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.2.0.3 b/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.2.0.3 index 855c71505837..5cb56d6ae034 100644 --- a/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.2.0.3 +++ b/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.2.0.3 @@ -4,11 +4,11 @@ DESCRIPTION=JDBC 3.0 Drivers for Oracle EAPI=0 HOMEPAGE=http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html IUSE=debug dms doc examples nls ons elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=oracle-jdbc RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=10.2 SRC_URI=!dms? ( !debug? ( jdbc-oracle-bin-10.2.0.3-ojdbc14.jar ) debug? ( jdbc-oracle-bin-10.2.0.3-ojdbc14_g.jar ) ) dms? ( !debug? ( jdbc-oracle-bin-10.2.0.3-ojdbc14dms.jar ) debug? ( jdbc-oracle-bin-10.2.0.3-ojdbc14dms_g.jar ) ) doc? ( jdbc-oracle-bin-10.2.0.1-javadoc.zip ) examples? ( jdbc-oracle-bin-10.2.0.3-demo.tar ) nls? ( jdbc-oracle-bin-10.2.0.3-orai18n.jar ) ons? ( jdbc-oracle-bin-10.2.0.3-ons.jar ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9807fe24320793b76504423728361e84 +_md5_=9f3014cc6c4660a00f722bdbbef10ebd diff --git a/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.2.0.4 b/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.2.0.4 index 21a22e156585..8101724ed117 100644 --- a/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.2.0.4 +++ b/metadata/md5-cache/dev-java/jdbc-oracle-bin-10.2.0.4 @@ -4,11 +4,11 @@ DESCRIPTION=JDBC 3.0 Drivers for Oracle EAPI=0 HOMEPAGE=http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html IUSE=debug dms doc examples nls ons elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=oracle-jdbc RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=10.2 SRC_URI=!dms? ( !debug? ( jdbc-oracle-bin-10.2.0.4-ojdbc14.jar ) debug? ( jdbc-oracle-bin-10.2.0.4-ojdbc14_g.jar ) ) dms? ( !debug? ( jdbc-oracle-bin-10.2.0.4-ojdbc14dms.jar ) debug? ( jdbc-oracle-bin-10.2.0.4-ojdbc14dms_g.jar ) ) doc? ( jdbc-oracle-bin-10.2.0.1-javadoc.zip ) examples? ( jdbc-oracle-bin-10.2.0.4-demo.tar ) nls? ( jdbc-oracle-bin-10.2.0.4-orai18n.jar ) ons? ( jdbc-oracle-bin-10.2.0.3-ons.jar ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0d78b06f87fe9035cde8eef0cc185ab0 +_md5_=6c9e76560a073735f334fc57151947dd diff --git a/metadata/md5-cache/dev-java/jdbc-oracle-bin-9.2.0.8 b/metadata/md5-cache/dev-java/jdbc-oracle-bin-9.2.0.8 index 8bcc43eee7c5..bdce89c46f45 100644 --- a/metadata/md5-cache/dev-java/jdbc-oracle-bin-9.2.0.8 +++ b/metadata/md5-cache/dev-java/jdbc-oracle-bin-9.2.0.8 @@ -4,11 +4,11 @@ DESCRIPTION=JDBC 3.0 Drivers for Oracle EAPI=0 HOMEPAGE=http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html IUSE=debug doc elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=oracle-jdbc RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=9.2 SRC_URI=!debug? ( jdbc-oracle-bin-9.2.0.8-ojdbc14.jar ) debug? ( jdbc-oracle-bin-9.2.0.8-ojdbc14_g.jar ) jdbc-oracle-bin-9.2.0.8-ocrs12.jar doc? ( jdbc-oracle-bin-9.2.0.8-javadoc.tar ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ec65bae6995ac2e791d21595dd4fa6cb +_md5_=74b51075d9460aee5c3d12f0801c4e4f diff --git a/metadata/md5-cache/dev-java/jdbc-postgresql-9.2_p1003 b/metadata/md5-cache/dev-java/jdbc-postgresql-9.2_p1003 index c88d919d141d..45b03e851a66 100644 --- a/metadata/md5-cache/dev-java/jdbc-postgresql-9.2_p1003 +++ b/metadata/md5-cache/dev-java/jdbc-postgresql-9.2_p1003 @@ -4,10 +4,10 @@ DESCRIPTION=JDBC Driver for PostgreSQL EAPI=5 HOMEPAGE=http://jdbc.postgresql.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=POSTGRESQL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://jdbc.postgresql.org/download/postgresql-jdbc-9.2-1003.src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=56bbc71a246f712e061a0085416fde6e +_md5_=5d0a532eda10a36710cb8ce19893cdca diff --git a/metadata/md5-cache/dev-java/jdbc-postgresql-9.2_p1004 b/metadata/md5-cache/dev-java/jdbc-postgresql-9.2_p1004 index b7aad9bde481..5cdd9cd94a68 100644 --- a/metadata/md5-cache/dev-java/jdbc-postgresql-9.2_p1004 +++ b/metadata/md5-cache/dev-java/jdbc-postgresql-9.2_p1004 @@ -4,10 +4,10 @@ DESCRIPTION=JDBC Driver for PostgreSQL EAPI=5 HOMEPAGE=http://jdbc.postgresql.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=POSTGRESQL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://jdbc.postgresql.org/download/postgresql-jdbc-9.2-1004.src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7d1f9f7d0a824e71db46616f2e53ff74 +_md5_=c69e626b5168b91dae64d17417c5e51f diff --git a/metadata/md5-cache/dev-java/jdbc-postgresql-9.3_p1100 b/metadata/md5-cache/dev-java/jdbc-postgresql-9.3_p1100 index 6652480f1aed..6fc25aaaee02 100644 --- a/metadata/md5-cache/dev-java/jdbc-postgresql-9.3_p1100 +++ b/metadata/md5-cache/dev-java/jdbc-postgresql-9.3_p1100 @@ -4,10 +4,10 @@ DESCRIPTION=JDBC Driver for PostgreSQL EAPI=5 HOMEPAGE=http://jdbc.postgresql.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=POSTGRESQL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://jdbc.postgresql.org/download/postgresql-jdbc-9.3-1100.src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a331142e06922e8bac2d543d8cae8936 +_md5_=c69e626b5168b91dae64d17417c5e51f diff --git a/metadata/md5-cache/dev-java/jdbc-postgresql-9.4_p1205 b/metadata/md5-cache/dev-java/jdbc-postgresql-9.4_p1205 index 75fb05589c0e..51fb392fe300 100644 --- a/metadata/md5-cache/dev-java/jdbc-postgresql-9.4_p1205 +++ b/metadata/md5-cache/dev-java/jdbc-postgresql-9.4_p1205 @@ -4,11 +4,11 @@ DESCRIPTION=JDBC Driver for PostgreSQL EAPI=5 HOMEPAGE=http://jdbc.postgresql.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=POSTGRESQL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://jdbc.postgresql.org/download/postgresql-jdbc-9.4-1205.src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4e1cd718e6c62972060e1b51253a897d +_md5_=e2441372d0a78501e6da11b736e01565 diff --git a/metadata/md5-cache/dev-java/jdbc-postgresql-9.4_p1206 b/metadata/md5-cache/dev-java/jdbc-postgresql-9.4_p1206 index bcc8cf4ce2ee..701dfeff5265 100644 --- a/metadata/md5-cache/dev-java/jdbc-postgresql-9.4_p1206 +++ b/metadata/md5-cache/dev-java/jdbc-postgresql-9.4_p1206 @@ -4,11 +4,11 @@ DESCRIPTION=JDBC Driver for PostgreSQL EAPI=5 HOMEPAGE=http://jdbc.postgresql.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=POSTGRESQL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://jdbc.postgresql.org/download/postgresql-jdbc-9.4-1206.src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4e1cd718e6c62972060e1b51253a897d +_md5_=e2441372d0a78501e6da11b736e01565 diff --git a/metadata/md5-cache/dev-java/jdbm-0.12-r2 b/metadata/md5-cache/dev-java/jdbm-0.12-r2 index df1efdef0a02..86f3a9aa2208 100644 --- a/metadata/md5-cache/dev-java/jdbm-0.12-r2 +++ b/metadata/md5-cache/dev-java/jdbm-0.12-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Jdbm aims to be for Java what GDBM is for Perl, Python, C, ... EAPI=0 HOMEPAGE=http://jdbm.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://sourceforge/jdbm/jdbm-0.12-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9950e78dd975cc5fddfdeed14b7e5ecf +_md5_=b6f9e13c751147a7777fdca29467ae51 diff --git a/metadata/md5-cache/dev-java/jdepend-2.9-r5 b/metadata/md5-cache/dev-java/jdepend-2.9-r5 index 05ddad4c050d..0ad76814e97c 100644 --- a/metadata/md5-cache/dev-java/jdepend-2.9-r5 +++ b/metadata/md5-cache/dev-java/jdepend-2.9-r5 @@ -4,10 +4,10 @@ DESCRIPTION=JDepend traverses Java class file directories and generates design q EAPI=5 HOMEPAGE=http://www.clarkware.com/software/JDepend.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.clarkware.com/software/jdepend-2.9.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9b4ea52656e29d89346123d97b312dbd +_md5_=c767accef18adf42bfef1523c274b890 diff --git a/metadata/md5-cache/dev-java/jdom-1.0-r2 b/metadata/md5-cache/dev-java/jdom-1.0-r2 index 6f163eedb52f..d737a4c3007b 100644 --- a/metadata/md5-cache/dev-java/jdom-1.0-r2 +++ b/metadata/md5-cache/dev-java/jdom-1.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Java API to manipulate XML data EAPI=0 HOMEPAGE=http://www.jdom.org IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=JDOM RDEPEND=>=virtual/jre-1.4 dev-java/saxpath >=dev-java/xerces-2.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=http://www.jdom.org/dist/source/jdom-1.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=55128b1f3496ccdee1025bf92d9e4745 +_md5_=db11827a79653f976ba0e8a96b707bb5 diff --git a/metadata/md5-cache/dev-java/jdom-1.0-r4 b/metadata/md5-cache/dev-java/jdom-1.0-r4 index 74fc45bb36dd..a36c1cf74762 100644 --- a/metadata/md5-cache/dev-java/jdom-1.0-r4 +++ b/metadata/md5-cache/dev-java/jdom-1.0-r4 @@ -4,11 +4,11 @@ DESCRIPTION=Java API to manipulate XML data EAPI=0 HOMEPAGE=http://www.jdom.org IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=JDOM PDEPEND=~dev-java/jdom-jaxen-1.0 RDEPEND=>=virtual/jre-1.4 dev-java/saxpath >=dev-java/xerces-2.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=http://www.jdom.org/dist/source/archive/jdom-1.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9dc44a403ef7c7bbb05e240c94821b0d +_md5_=2ec920c5bf26545b83b5b23ba8e13e97 diff --git a/metadata/md5-cache/dev-java/jdom-1.1.3 b/metadata/md5-cache/dev-java/jdom-1.1.3 index 7ffef30c306f..4f55e6e840a6 100644 --- a/metadata/md5-cache/dev-java/jdom-1.1.3 +++ b/metadata/md5-cache/dev-java/jdom-1.1.3 @@ -4,10 +4,10 @@ DESCRIPTION=Java API to manipulate XML data EAPI=5 HOMEPAGE=http://www.jdom.org IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 +KEYWORDS=amd64 ~arm ppc64 x86 LICENSE=JDOM RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.jdom.org/dist/binary/archive/jdom-1.1.3.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=aa0afa799a088d3aafb9af08c0b789f0 +_md5_=69d149d1f40ff0a52007a503c2681841 diff --git a/metadata/md5-cache/dev-java/jdom-2.0.6-r4 b/metadata/md5-cache/dev-java/jdom-2.0.6-r4 index 11dbb4505f57..090c14b2d658 100644 --- a/metadata/md5-cache/dev-java/jdom-2.0.6-r4 +++ b/metadata/md5-cache/dev-java/jdom-2.0.6-r4 @@ -4,10 +4,10 @@ DESCRIPTION=Java API to manipulate XML data EAPI=5 HOMEPAGE=http://www.jdom.org IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-1.1 RDEPEND=dev-java/xalan:0 dev-java/jaxen:1.1 dev-java/iso-relax:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2 SRC_URI=https://github.com/hunterhacker/jdom/archive/JDOM-2.0.6.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e2b5f4de7ed9eb78786c2dc5e22b55cf +_md5_=55afe736f9ca8ed313e5ce1c70e3b749 diff --git a/metadata/md5-cache/dev-java/jdom-jaxen-1.0-r1 b/metadata/md5-cache/dev-java/jdom-jaxen-1.0-r1 index 58bae12a13d8..064e2dc4a957 100644 --- a/metadata/md5-cache/dev-java/jdom-jaxen-1.0-r1 +++ b/metadata/md5-cache/dev-java/jdom-jaxen-1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Jaxen binding for jdom EAPI=0 HOMEPAGE=http://www.jdom.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=JDOM RDEPEND=>=virtual/jre-1.4 ~dev-java/jdom-1.0 =dev-java/jaxen-1.1* dev-java/saxpath >=dev-java/java-config-2.2.0 SLOT=1.0 SRC_URI=http://www.jdom.org/dist/source/jdom-1.0.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4d0e32dfd6811579e3741b2bcb256ac7 +_md5_=a08fc4de9f15c9aad091b4d870ccb4dd diff --git a/metadata/md5-cache/dev-java/jdynamite-1.2-r1 b/metadata/md5-cache/dev-java/jdynamite-1.2-r1 index ca87a6234c78..c7b6e8384368 100644 --- a/metadata/md5-cache/dev-java/jdynamite-1.2-r1 +++ b/metadata/md5-cache/dev-java/jdynamite-1.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Dynamic Template in Java EAPI=5 HOMEPAGE=http://jdynamite.sourceforge.net/doc/jdynamite.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=LGPL-2 RDEPEND=dev-java/gnu-regexp:1 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jdynamite/jdynamite1_2.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9c8cf819befb076fded4a8cfa45b15a6 +_md5_=d1767d348928bffc2037e0b6611642a6 diff --git a/metadata/md5-cache/dev-java/jempbox-0.2.0 b/metadata/md5-cache/dev-java/jempbox-0.2.0 index 91397e2443c9..1326b7075888 100644 --- a/metadata/md5-cache/dev-java/jempbox-0.2.0 +++ b/metadata/md5-cache/dev-java/jempbox-0.2.0 @@ -4,10 +4,10 @@ DESCRIPTION=Java library that implements Adobe's XMP specification EAPI=0 HOMEPAGE=http://www.jempbox.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jempbox/JempBox-0.2.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ec00baf77f8af4c563170f8cf884b8b7 +_md5_=5a1088074f30839eb10d130a637a24a5 diff --git a/metadata/md5-cache/dev-java/jempbox-1.7.1 b/metadata/md5-cache/dev-java/jempbox-1.7.1 index 5e5bc914a954..edd9b85fb061 100644 --- a/metadata/md5-cache/dev-java/jempbox-1.7.1 +++ b/metadata/md5-cache/dev-java/jempbox-1.7.1 @@ -4,10 +4,10 @@ DESCRIPTION=An open source Java library for parsing font files EAPI=4 HOMEPAGE=http://pdfbox.apache.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.7 SRC_URI=mirror://apache/pdfbox/1.7.1/pdfbox-1.7.1-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ca8c16ff8b8233feee37dff364458aeb +_md5_=d67c518c3c3b84cf7a1c83c22c0cb27c diff --git a/metadata/md5-cache/dev-java/jettison-1.3.7 b/metadata/md5-cache/dev-java/jettison-1.3.7 index ffbcd8e226ed..5e848f7c8a7f 100644 --- a/metadata/md5-cache/dev-java/jettison-1.3.7 +++ b/metadata/md5-cache/dev-java/jettison-1.3.7 @@ -4,10 +4,10 @@ DESCRIPTION=A JSON StAX implementation EAPI=5 HOMEPAGE=https://github.com/codehaus/jettison IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/codehaus/jettison/archive/jettison-1.3.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=608d3bff81b6fbb470f9f2138823713b +_md5_=8e6d4804727523c6cc342a59c1c9e142 diff --git a/metadata/md5-cache/dev-java/jexcelapi-2.6.8 b/metadata/md5-cache/dev-java/jexcelapi-2.6.8 index 250c09d4673f..857458830833 100644 --- a/metadata/md5-cache/dev-java/jexcelapi-2.6.8 +++ b/metadata/md5-cache/dev-java/jexcelapi-2.6.8 @@ -4,10 +4,10 @@ DESCRIPTION=A Java API to read, write, and modify Excel spreadsheets EAPI=0 HOMEPAGE=http://jexcelapi.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.5 SRC_URI=mirror://sourceforge/jexcelapi/jexcelapi_2_6_8.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1a1affe48a671c0c591fa527bc61e1fa +_md5_=cd92070a551b6141808ae95c3e4cac4f diff --git a/metadata/md5-cache/dev-java/jexcelapi-2.6.8-r1 b/metadata/md5-cache/dev-java/jexcelapi-2.6.8-r1 index 3876ea845626..e3b7dac31c5f 100644 --- a/metadata/md5-cache/dev-java/jexcelapi-2.6.8-r1 +++ b/metadata/md5-cache/dev-java/jexcelapi-2.6.8-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A Java API to read, write, and modify Excel spreadsheets EAPI=5 HOMEPAGE=http://jexcelapi.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.5 SRC_URI=mirror://sourceforge/jexcelapi/jexcelapi_2_6_8.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f6bacbc24a44004139424dca5894749a +_md5_=c3dddf3047c39522070e441691788d7b diff --git a/metadata/md5-cache/dev-java/jffi-1.0.11-r1 b/metadata/md5-cache/dev-java/jffi-1.0.11-r1 index 0acb43a38d65..ac9104cfb3d7 100644 --- a/metadata/md5-cache/dev-java/jffi-1.0.11-r1 +++ b/metadata/md5-cache/dev-java/jffi-1.0.11-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An optimized Java interface to libffi EAPI=5 HOMEPAGE=https://github.com/jnr IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ~ppc64 x86 +KEYWORDS=amd64 ~ppc64 x86 LICENSE=|| ( Apache-2.0 LGPL-3 ) RDEPEND=virtual/libffi >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=https://github.com/jnr/jffi/tarball/1.0.11 -> jffi-1.0.11.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=073281ace6b1309ff649b7ee44d18140 +_md5_=335c640e5d334ce39fdb8b3c4c5ca164 diff --git a/metadata/md5-cache/dev-java/jffi-1.2.9 b/metadata/md5-cache/dev-java/jffi-1.2.9 index 23d3dede6298..eea36e3ba991 100644 --- a/metadata/md5-cache/dev-java/jffi-1.2.9 +++ b/metadata/md5-cache/dev-java/jffi-1.2.9 @@ -4,11 +4,11 @@ DESCRIPTION=An optimized Java interface to libffi EAPI=5 HOMEPAGE=https://github.com/jnr/jffi IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos LICENSE=|| ( Apache-2.0 LGPL-3 ) RDEPEND=virtual/libffi:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.2 SRC_URI=https://github.com/jnr/jffi/archive/1.2.9.tar.gz -> jffi-1.2.9.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6b8c54cda0505b6b925d933b9ee5600a +_md5_=a359b1b446ccdcfa4abadcc7f0d50bb2 diff --git a/metadata/md5-cache/dev-java/jflex-1.6.0-r2 b/metadata/md5-cache/dev-java/jflex-1.6.0-r2 index e6b86f424644..3a8ac8a9706d 100644 --- a/metadata/md5-cache/dev-java/jflex-1.6.0-r2 +++ b/metadata/md5-cache/dev-java/jflex-1.6.0-r2 @@ -4,11 +4,11 @@ DESCRIPTION=JFlex is a lexical analyzer generator for Java EAPI=5 HOMEPAGE=http://www.jflex.de/ IUSE=doc source examples source vim-syntax elibc_FreeBSD doc source examples elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) dev-java/ant-core:0 =dev-java/javacup-0.11a_beta20060608:0 dev-java/junit:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://jflex.de/jflex-1.6.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=24b68a19504b992d6fb2cf5d08377ed9 +_md5_=fafa9807c128c10b38be32ebbc41f0da diff --git a/metadata/md5-cache/dev-java/jflex-1.6.1 b/metadata/md5-cache/dev-java/jflex-1.6.1 index 96ccb0d8d907..c5be7ed62ca4 100644 --- a/metadata/md5-cache/dev-java/jflex-1.6.1 +++ b/metadata/md5-cache/dev-java/jflex-1.6.1 @@ -4,11 +4,11 @@ DESCRIPTION=JFlex is a lexical analyzer generator for Java EAPI=5 HOMEPAGE=http://www.jflex.de/ IUSE=examples test vim-syntax elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD PDEPEND=>=dev-java/javacup-0.11b_p20151001:0 RDEPEND=>=virtual/jre-1.6 vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) dev-java/ant-core:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://jflex.de/jflex-1.6.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8820a8da41b650cd3f0d0b2e54545281 +_md5_=8cacbbc583ba7c463cb22374391ca168 diff --git a/metadata/md5-cache/dev-java/jformatstring-2.0.3 b/metadata/md5-cache/dev-java/jformatstring-2.0.3 index 2c35ffd63ed6..63b9d718b0c8 100644 --- a/metadata/md5-cache/dev-java/jformatstring-2.0.3 +++ b/metadata/md5-cache/dev-java/jformatstring-2.0.3 @@ -4,10 +4,10 @@ DESCRIPTION=Compile time checking for Java format strings EAPI=5 HOMEPAGE=https://code.google.com/p/j-format-string IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/findbugs/findbugs-3.0.1-source.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9fbe277909b3faaad34515923fb7c334 +_md5_=4c68c600533e841316b52d31fa7877d7 diff --git a/metadata/md5-cache/dev-java/jfreechart-1.0.19 b/metadata/md5-cache/dev-java/jfreechart-1.0.19 index e92128e11bdc..cdfe40dcdd91 100644 --- a/metadata/md5-cache/dev-java/jfreechart-1.0.19 +++ b/metadata/md5-cache/dev-java/jfreechart-1.0.19 @@ -4,11 +4,11 @@ DESCRIPTION=JFreeChart is a free Java class library for generating charts EAPI=5 HOMEPAGE=http://www.jfree.org/jfreechart IUSE=+servlet test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1 RDEPEND=>=dev-java/jcommon-1.0.23:1.0 dev-java/jfreesvg:2.1 servlet? ( java-virtuals/servlet-api:2.3 ) >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.0 SRC_URI=mirror://sourceforge/jfreechart/jfreechart-1.0.19.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=081ae7df5b4e103fc43f6a16aae861fa +_md5_=644b236d02d2de14e9ca34896f7dd410 diff --git a/metadata/md5-cache/dev-java/jfreesvg-2.1-r1 b/metadata/md5-cache/dev-java/jfreesvg-2.1-r1 index 6765be2e60d5..aba4dc40058d 100644 --- a/metadata/md5-cache/dev-java/jfreesvg-2.1-r1 +++ b/metadata/md5-cache/dev-java/jfreesvg-2.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JFreeSVG is a fast, light-weight, vector graphics library for the Ja EAPI=5 HOMEPAGE=http://www.jfree.org/jfreesvg/ IUSE=debug elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-3 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.1 SRC_URI=mirror://sourceforge/jfreegraphics2d/jfreesvg-2.1.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b0d5c0b36b5aa9b630da00d9322c5666 +_md5_=c25afddf0aac5f53525011cb95b12d40 diff --git a/metadata/md5-cache/dev-java/jfreesvg-3.0 b/metadata/md5-cache/dev-java/jfreesvg-3.0 index bdb71e1b98f2..734fb5f3a61a 100644 --- a/metadata/md5-cache/dev-java/jfreesvg-3.0 +++ b/metadata/md5-cache/dev-java/jfreesvg-3.0 @@ -4,10 +4,10 @@ DESCRIPTION=JFreeSVG is a fast, light-weight, vector graphics library for the Ja EAPI=5 HOMEPAGE=http://www.jfree.org/jfreesvg/ IUSE=debug elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-3 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=mirror://sourceforge/jfreegraphics2d/jfreesvg-3.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=57fbadbaeee39abddbebf830b55223f1 +_md5_=a3ec0a14f3c91fa668ba07356258f39d diff --git a/metadata/md5-cache/dev-java/jgoodies-animation-1.2.0 b/metadata/md5-cache/dev-java/jgoodies-animation-1.2.0 index 412e2a3db48d..b1508fc84a5f 100644 --- a/metadata/md5-cache/dev-java/jgoodies-animation-1.2.0 +++ b/metadata/md5-cache/dev-java/jgoodies-animation-1.2.0 @@ -4,10 +4,10 @@ DESCRIPTION=JGoodies Animation Library EAPI=0 HOMEPAGE=http://www.jgoodies.com/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4 examples? ( x86? ( >=dev-java/jgoodies-binding-1.1 >=dev-java/jgoodies-forms-1.0 ) ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.jgoodies.com/download/libraries/animation-1_2_0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0505af3ef96077aea56c2db1144596af +_md5_=584169f0a70716973b43be191131b220 diff --git a/metadata/md5-cache/dev-java/jgoodies-animation-1.2.0-r1 b/metadata/md5-cache/dev-java/jgoodies-animation-1.2.0-r1 index 7f1e7f22e851..8ce9fdfbce93 100644 --- a/metadata/md5-cache/dev-java/jgoodies-animation-1.2.0-r1 +++ b/metadata/md5-cache/dev-java/jgoodies-animation-1.2.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JGoodies Animation Library EAPI=5 HOMEPAGE=http://www.jgoodies.com/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4 examples? ( >=dev-java/jgoodies-binding-1.1:1.0 >=dev-java/jgoodies-forms-1.0:0 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.jgoodies.com/download/libraries/animation-1_2_0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5d1349b9b1e96d41c5d867685c215dca +_md5_=fdf04eb694de4a685360451183035ca8 diff --git a/metadata/md5-cache/dev-java/jgoodies-binding-1.1.2 b/metadata/md5-cache/dev-java/jgoodies-binding-1.1.2 index 772840dfc10a..c788be660511 100644 --- a/metadata/md5-cache/dev-java/jgoodies-binding-1.1.2 +++ b/metadata/md5-cache/dev-java/jgoodies-binding-1.1.2 @@ -4,11 +4,11 @@ DESCRIPTION=A Java library to bind object properties with UI components EAPI=0 HOMEPAGE=http://www.jgoodies.com/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc x86 +KEYWORDS=~amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4.2 examples? ( >=dev-java/jgoodies-looks-1.0.5 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.0 SRC_URI=http://www.jgoodies.com/download/libraries/binding-1_1_2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=07358bacb0ab287b4fe192d69ad974ef +_md5_=85d3635ee5a40ae707d4f762d8f9770f diff --git a/metadata/md5-cache/dev-java/jgoodies-binding-1.1.2-r1 b/metadata/md5-cache/dev-java/jgoodies-binding-1.1.2-r1 index 15a46dca6e22..5b5fc1475381 100644 --- a/metadata/md5-cache/dev-java/jgoodies-binding-1.1.2-r1 +++ b/metadata/md5-cache/dev-java/jgoodies-binding-1.1.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A Java library to bind object properties with UI components EAPI=5 HOMEPAGE=http://www.jgoodies.com/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4.2 examples? ( >=dev-java/jgoodies-looks-1.0.5 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.0 SRC_URI=http://www.jgoodies.com/download/libraries/binding-1_1_2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1e0cc54c664f0b85af726ebd89ec659f +_md5_=1add2825937efab85c216f389039eb62 diff --git a/metadata/md5-cache/dev-java/jgoodies-forms-1.3.0 b/metadata/md5-cache/dev-java/jgoodies-forms-1.3.0 index 37bdf8c7bed3..34ab95983775 100644 --- a/metadata/md5-cache/dev-java/jgoodies-forms-1.3.0 +++ b/metadata/md5-cache/dev-java/jgoodies-forms-1.3.0 @@ -4,10 +4,10 @@ DESCRIPTION=JGoodies Forms Library EAPI=0 HOMEPAGE=http://www.jgoodies.com/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.jgoodies.com/download/libraries/forms/forms-1_3_0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8ff754d63aaf0999e1a5a58648bc86ab +_md5_=aa14e85b777b38f55ce44ee648765a63 diff --git a/metadata/md5-cache/dev-java/jgoodies-forms-1.3.0-r1 b/metadata/md5-cache/dev-java/jgoodies-forms-1.3.0-r1 index 584cad5b4162..9c8452a0c2cd 100644 --- a/metadata/md5-cache/dev-java/jgoodies-forms-1.3.0-r1 +++ b/metadata/md5-cache/dev-java/jgoodies-forms-1.3.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JGoodies Forms Library EAPI=5 HOMEPAGE=http://www.jgoodies.com/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.jgoodies.com/download/libraries/forms/forms-1_3_0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9912f974e960071fff55b3b56f2e0935 +_md5_=df86748e354ac0e5e53b95c9156be277 diff --git a/metadata/md5-cache/dev-java/jgoodies-looks-1.2.2-r1 b/metadata/md5-cache/dev-java/jgoodies-looks-1.2.2-r1 index 4dcf83303895..f7dfc15eb33d 100644 --- a/metadata/md5-cache/dev-java/jgoodies-looks-1.2.2-r1 +++ b/metadata/md5-cache/dev-java/jgoodies-looks-1.2.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JGoodies Looks Library EAPI=0 HOMEPAGE=http://www.jgoodies.com/ IUSE=doc elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=BSD RDEPEND=>=virtual/jre-1.4.2 >=dev-java/java-config-2.2.0 SLOT=1.2 SRC_URI=http://www.jgoodies.com/download/libraries/looks-1_2_2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1d36b421c150cff81511573fc81f2785 +_md5_=0a29591f977796dfd4c29ef9677913b6 diff --git a/metadata/md5-cache/dev-java/jgoodies-looks-1.2.2-r2 b/metadata/md5-cache/dev-java/jgoodies-looks-1.2.2-r2 index d504adafce4c..3711b18b47a0 100644 --- a/metadata/md5-cache/dev-java/jgoodies-looks-1.2.2-r2 +++ b/metadata/md5-cache/dev-java/jgoodies-looks-1.2.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=JGoodies Looks Library EAPI=5 HOMEPAGE=http://www.jgoodies.com/ IUSE=doc elibc_FreeBSD doc source examples elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.2 SRC_URI=http://www.jgoodies.com/download/libraries/looks-1_2_2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=78221b145d1f8f3b9e89e667001df56e +_md5_=395e95ac701ae6f32c3ca8ecc9824a9e diff --git a/metadata/md5-cache/dev-java/jgoodies-looks-2.3.1 b/metadata/md5-cache/dev-java/jgoodies-looks-2.3.1 index 57ea008af8f9..dc26e5afbcda 100644 --- a/metadata/md5-cache/dev-java/jgoodies-looks-2.3.1 +++ b/metadata/md5-cache/dev-java/jgoodies-looks-2.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=JGoodies Looks Library EAPI=0 HOMEPAGE=http://www.jgoodies.com/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.0 SRC_URI=http://www.jgoodies.com/download/libraries/looks/looks-2_3_1.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=94efc859b52f370ff13d91de04d34142 +_md5_=79e3016e0687f145c6b55f5700f5e931 diff --git a/metadata/md5-cache/dev-java/jgoodies-looks-2.3.1-r1 b/metadata/md5-cache/dev-java/jgoodies-looks-2.3.1-r1 index cc74af24a276..8d0e31985f3d 100644 --- a/metadata/md5-cache/dev-java/jgoodies-looks-2.3.1-r1 +++ b/metadata/md5-cache/dev-java/jgoodies-looks-2.3.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JGoodies Looks Library EAPI=5 HOMEPAGE=http://www.jgoodies.com/ IUSE=elibc_FreeBSD doc source examples elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.0 SRC_URI=http://www.jgoodies.com/download/libraries/looks/looks-2_3_1.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9196c7b4b94458fcb3c7068fc5655c37 +_md5_=6d6208fcc64c420fe780fd7325f8fc11 diff --git a/metadata/md5-cache/dev-java/jgraph-5.12.0.4 b/metadata/md5-cache/dev-java/jgraph-5.12.0.4 index 6b446c3dab4d..7530c17ef3d6 100644 --- a/metadata/md5-cache/dev-java/jgraph-5.12.0.4 +++ b/metadata/md5-cache/dev-java/jgraph-5.12.0.4 @@ -4,10 +4,10 @@ DESCRIPTION=Open-source graph component for Java EAPI=0 HOMEPAGE=http://www.jgraph.com IUSE=doc examples source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jgraph/jgraph-5.12.0.4-lgpl-src.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=800b98816bd9d68b0391fb5fd6ef7ab1 +_md5_=62dee6f7fbb2acf3c3bd54aa77cc1486 diff --git a/metadata/md5-cache/dev-java/jgrapht-0.8.3 b/metadata/md5-cache/dev-java/jgrapht-0.8.3 index 6687e2ea5ffd..54f55f11996d 100644 --- a/metadata/md5-cache/dev-java/jgrapht-0.8.3 +++ b/metadata/md5-cache/dev-java/jgrapht-0.8.3 @@ -4,10 +4,10 @@ DESCRIPTION=Graph library that is a simpler and faster alternative to JGraph EAPI=5 HOMEPAGE=http://jgrapht.sourceforge.net IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=dev-java/touchgraph-graphlayout:0 dev-java/jgraph:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jgrapht/jgrapht-0.8.3.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=157a0b808958b3a44f579d3598b4ccf0 +_md5_=b5d0c06e20d9986f86cdcf47da6a6ffb diff --git a/metadata/md5-cache/dev-java/jgroups-2.9.0 b/metadata/md5-cache/dev-java/jgroups-2.9.0 index 65b53fdab72d..f7692e792ede 100644 --- a/metadata/md5-cache/dev-java/jgroups-2.9.0 +++ b/metadata/md5-cache/dev-java/jgroups-2.9.0 @@ -4,11 +4,11 @@ DESCRIPTION=JGroups is a toolkit for reliable multicast communication EAPI=2 HOMEPAGE=http://www.jgroups.org/javagroupsnew/docs/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~x86-macos LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.5 dev-java/bsh:0 dev-java/log4j:0 java-virtuals/jmx >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/javagroups/JGroups-2.9.0.GA.src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e23a9b922f1979b31f5228fd5910741c +_md5_=7dac791c1c88719e4aa86e71d25ddadf diff --git a/metadata/md5-cache/dev-java/jibx-1.1.5-r1 b/metadata/md5-cache/dev-java/jibx-1.1.5-r1 index 24e2bd06e8cb..c77ef07f2252 100644 --- a/metadata/md5-cache/dev-java/jibx-1.1.5-r1 +++ b/metadata/md5-cache/dev-java/jibx-1.1.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JiBX: Binding XML to Java Code EAPI=4 HOMEPAGE=http://jibx.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x64-macos ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.4 dev-java/dom4j:1 dev-java/ant-core:0 dev-java/bcel:0 java-virtuals/stax-api dev-java/xpp3:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jibx/jibx_1_1_5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0e4f3dc4413eddd0909203cad0b11df1 +_md5_=7c7fb7630871f1a9c69c7cab9df6a2f5 diff --git a/metadata/md5-cache/dev-java/jibx-1.1.5-r2 b/metadata/md5-cache/dev-java/jibx-1.1.5-r2 index 1376e7e2aa3b..d5b9583a8f3e 100644 --- a/metadata/md5-cache/dev-java/jibx-1.1.5-r2 +++ b/metadata/md5-cache/dev-java/jibx-1.1.5-r2 @@ -4,10 +4,10 @@ DESCRIPTION=JiBX: Binding XML to Java Code EAPI=5 HOMEPAGE=http://jibx.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x64-macos ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/dom4j:1 dev-java/ant-core:0 dev-java/bcel:0 dev-java/xpp3:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jibx/jibx_1_1_5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=da72bf62ebd592824505610748651faf +_md5_=827ef1e4e551b01599075977f07907a9 diff --git a/metadata/md5-cache/dev-java/jibx-tools-1.1.5-r2 b/metadata/md5-cache/dev-java/jibx-tools-1.1.5-r2 index 7099396893cf..66772739137e 100644 --- a/metadata/md5-cache/dev-java/jibx-tools-1.1.5-r2 +++ b/metadata/md5-cache/dev-java/jibx-tools-1.1.5-r2 @@ -4,10 +4,10 @@ DESCRIPTION=JiBX: Binding XML to Java Code - Generators EAPI=5 HOMEPAGE=http://jibx.sourceforge.net/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcel:0 java-virtuals/stax-api:0 dev-java/jibx:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jibx/jibx_1_1_5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=14607c0b1d15324095dd733a1a5d4e2c +_md5_=983c439d9af7517a134cff782d50fa6a diff --git a/metadata/md5-cache/dev-java/jibx-tools-1.1.5-r3 b/metadata/md5-cache/dev-java/jibx-tools-1.1.5-r3 index 43d07ffbea6f..6672f3ee5db7 100644 --- a/metadata/md5-cache/dev-java/jibx-tools-1.1.5-r3 +++ b/metadata/md5-cache/dev-java/jibx-tools-1.1.5-r3 @@ -4,10 +4,10 @@ DESCRIPTION=JiBX: Binding XML to Java Code - Generators EAPI=5 HOMEPAGE=http://jibx.sourceforge.net/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/bcel:0 dev-java/jibx:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jibx/jibx_1_1_5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f23068f24a0910cfd6b1169d5b8a96fc +_md5_=04677e5a2d3d16e6c22e89954045793f diff --git a/metadata/md5-cache/dev-java/jikes-1.22-r13 b/metadata/md5-cache/dev-java/jikes-1.22-r13 index e1885e18f53e..e0895819b3e3 100644 --- a/metadata/md5-cache/dev-java/jikes-1.22-r13 +++ b/metadata/md5-cache/dev-java/jikes-1.22-r13 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile install unpack DESCRIPTION=IBM's open source, high performance Java compiler EAPI=0 HOMEPAGE=http://jikes.sourceforge.net/ -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd LICENSE=IBM RDEPEND=>=dev-java/java-config-2.0.0 SLOT=0 SRC_URI=mirror://sourceforge/jikes/jikes-1.22.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3025ce4ac560e3a85ce71a4b33777af5 +_md5_=875eabe3121190987ab55ae44ed2f70b diff --git a/metadata/md5-cache/dev-java/jisp-2.5.1-r3 b/metadata/md5-cache/dev-java/jisp-2.5.1-r3 index 195ddec50e75..aef40b6dc7fe 100644 --- a/metadata/md5-cache/dev-java/jisp-2.5.1-r3 +++ b/metadata/md5-cache/dev-java/jisp-2.5.1-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Java Indexed Serialization Package: A small, embedded database engin EAPI=5 HOMEPAGE=http://www.coyotegulch.com/products/jisp/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=SVFL RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.5 SRC_URI=http://gentooexperimental.org/distfiles/jisp-2.5.1-source.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=502fc33187a932ef2001e7ea1649df51 +_md5_=73a742298f569d98577ea93fe18b7b66 diff --git a/metadata/md5-cache/dev-java/jlex-1.2.6-r1 b/metadata/md5-cache/dev-java/jlex-1.2.6-r1 index 6272f0f55a9d..a0bc0ab52fc1 100644 --- a/metadata/md5-cache/dev-java/jlex-1.2.6-r1 +++ b/metadata/md5-cache/dev-java/jlex-1.2.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JLex: a lexical analyzer generator for Java EAPI=0 HOMEPAGE=http://www.cs.princeton.edu/~appel/modern/java/JLex/ IUSE=elibc_FreeBSD doc source -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=jlex RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/jlex-1.2.6.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5d1f7c9e3a99e1750f6c6d2576e84576 +_md5_=45fa57d1fb45c0f3c5133122c22cb88d diff --git a/metadata/md5-cache/dev-java/jlex-1.2.6-r2 b/metadata/md5-cache/dev-java/jlex-1.2.6-r2 index b4e91830ba65..93993bb70c6d 100644 --- a/metadata/md5-cache/dev-java/jlex-1.2.6-r2 +++ b/metadata/md5-cache/dev-java/jlex-1.2.6-r2 @@ -4,10 +4,10 @@ DESCRIPTION=JLex: a lexical analyzer generator for Java EAPI=5 HOMEPAGE=http://www.cs.princeton.edu/~appel/modern/java/JLex/ IUSE=elibc_FreeBSD doc source -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=jlex RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/jlex-1.2.6.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b66dc90b08d256d4c818416a40cb849c +_md5_=ac01658c485e7c28e9cec023d94eaeaa diff --git a/metadata/md5-cache/dev-java/jlfgr-1.0-r1 b/metadata/md5-cache/dev-java/jlfgr-1.0-r1 index 8f4810742da1..f56ee61f9b63 100644 --- a/metadata/md5-cache/dev-java/jlfgr-1.0-r1 +++ b/metadata/md5-cache/dev-java/jlfgr-1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Java(TM) Look and Feel Graphics Repository EAPI=0 HOMEPAGE=http://java.sun.com/developer/techDocs/hi/repository/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=sun-jlfgr RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gentoo/jlfgr-1_0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ad7e770c9a4f255f5d6eb7018be50c2f +_md5_=65624f0614f80d7553bd9b92f4a6a6aa diff --git a/metadata/md5-cache/dev-java/jline-1.0 b/metadata/md5-cache/dev-java/jline-1.0 index e1068100053c..8e300f1d4bff 100644 --- a/metadata/md5-cache/dev-java/jline-1.0 +++ b/metadata/md5-cache/dev-java/jline-1.0 @@ -4,10 +4,10 @@ DESCRIPTION=A Java library for handling console input EAPI=2 HOMEPAGE=http://jline.sourceforge.net/ IUSE=elibc_FreeBSD source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jline/jline-1.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6dbbc859aa63cb1365309d2165cb0265 +_md5_=d935f456fcb95d855b9886c0035d0094 diff --git a/metadata/md5-cache/dev-java/jmdns-3.4.1-r1 b/metadata/md5-cache/dev-java/jmdns-3.4.1-r1 index d03bd1c8e9c0..60a7be705edc 100644 --- a/metadata/md5-cache/dev-java/jmdns-3.4.1-r1 +++ b/metadata/md5-cache/dev-java/jmdns-3.4.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JmDNS is an implementation of multi-cast DNS in Java EAPI=5 HOMEPAGE=http://jmdns.sourceforge.net IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jmdns/jmdns-3.4.1.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=52c69c97e6801b03edfbe0aa3edea6dd +_md5_=1b543a3959baaac67dd502480bc0c29e diff --git a/metadata/md5-cache/dev-java/jmf-bin-2.1.1e-r2 b/metadata/md5-cache/dev-java/jmf-bin-2.1.1e-r2 index 0230168df891..50cd17f3561e 100644 --- a/metadata/md5-cache/dev-java/jmf-bin-2.1.1e-r2 +++ b/metadata/md5-cache/dev-java/jmf-bin-2.1.1e-r2 @@ -4,11 +4,11 @@ DESCRIPTION=The Java Media Framework API (JMF) EAPI=0 HOMEPAGE=http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140239.html IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=sun-bcla-jmf RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=0 SRC_URI=jmf-2_1_1e-alljava.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d6c270470269b52bb8a960c39f9623ed +_md5_=adff3978e55ae4d0bb03d7eafb935849 diff --git a/metadata/md5-cache/dev-java/jmi-interface-1.0-r3 b/metadata/md5-cache/dev-java/jmi-interface-1.0-r3 index 90cb30e0baad..271b3de1a293 100644 --- a/metadata/md5-cache/dev-java/jmi-interface-1.0-r3 +++ b/metadata/md5-cache/dev-java/jmi-interface-1.0-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Java Metadata Interface Sample Class Interface EAPI=0 HOMEPAGE=http://java.sun.com/products/jmi/ IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=sun-bcla-jmi RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gentoo/jmi-1_0-fr-interfaces.zip mirror://gentoo/mof-1.0.xml.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=05e266da2d0f769a4d7e6ae5c2cfa356 +_md5_=70089cc4620f9295eeb588d266ec6b80 diff --git a/metadata/md5-cache/dev-java/jmock-1.2.0-r1 b/metadata/md5-cache/dev-java/jmock-1.2.0-r1 index 87c28e13ec8c..8c601b57011d 100644 --- a/metadata/md5-cache/dev-java/jmock-1.2.0-r1 +++ b/metadata/md5-cache/dev-java/jmock-1.2.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Library for testing Java code using mock objects EAPI=5 HOMEPAGE=http://www.jmock.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/junit:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=http://www.jmock.org/downloads/jmock-1.2.0-jars.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4ad98a76373a6621d4dd1fa762375b6a +_md5_=3882d829206cfd3ce799d70aa6fbc6db diff --git a/metadata/md5-cache/dev-java/jna-3.4.0 b/metadata/md5-cache/dev-java/jna-3.4.0 index dd76243b31ea..20bd662abdef 100644 --- a/metadata/md5-cache/dev-java/jna-3.4.0 +++ b/metadata/md5-cache/dev-java/jna-3.4.0 @@ -4,11 +4,11 @@ DESCRIPTION=Java Native Access (JNA) EAPI=4 HOMEPAGE=https://github.com/twall/jna#readme IUSE=+awt +nio-buffers elibc_FreeBSD test doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=virtual/libffi >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) REQUIRED_USE=test? ( awt nio-buffers ) SLOT=0 SRC_URI=https://github.com/twall/jna/tarball/3.4.0 -> jna-3.4.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=27b957a36adc4b52990539a20af83d1f +_md5_=34b1633398ec48616a8c72e41cd7c12b diff --git a/metadata/md5-cache/dev-java/jna-3.4.0-r1 b/metadata/md5-cache/dev-java/jna-3.4.0-r1 index 52ae6e307fef..a2d6088ef6e3 100644 --- a/metadata/md5-cache/dev-java/jna-3.4.0-r1 +++ b/metadata/md5-cache/dev-java/jna-3.4.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Java Native Access (JNA) EAPI=4 HOMEPAGE=https://github.com/twall/jna#readme IUSE=+awt +nio-buffers elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2.1 RDEPEND=virtual/libffi >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) REQUIRED_USE=test? ( awt nio-buffers ) SLOT=0 SRC_URI=https://github.com/twall/jna/tarball/3.4.0 -> jna-3.4.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9889c264bd2c8de55630f57c123a391a +_md5_=e4b30545c97103a3c1cbe3ad5bf0cf1b diff --git a/metadata/md5-cache/dev-java/jna-3.4.1 b/metadata/md5-cache/dev-java/jna-3.4.1 index a47cb6ef0b89..e84d024e4120 100644 --- a/metadata/md5-cache/dev-java/jna-3.4.1 +++ b/metadata/md5-cache/dev-java/jna-3.4.1 @@ -4,11 +4,11 @@ DESCRIPTION=Java Native Access (JNA) EAPI=5 HOMEPAGE=https://github.com/twall/jna#readme IUSE=+awt +nio-buffers elibc_FreeBSD test doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2.1 RDEPEND=virtual/libffi >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) REQUIRED_USE=test? ( awt nio-buffers ) SLOT=0 SRC_URI=https://github.com/twall/jna/tarball/3.4.1 -> jna-3.4.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d855277349f713641da920764b404f18 +_md5_=cf8a311885564d9ba9f9e4e5c03311a2 diff --git a/metadata/md5-cache/dev-java/jnr-x86asm-1.0.2-r1 b/metadata/md5-cache/dev-java/jnr-x86asm-1.0.2-r1 index 90e12ec395ee..2efdbda2182a 100644 --- a/metadata/md5-cache/dev-java/jnr-x86asm-1.0.2-r1 +++ b/metadata/md5-cache/dev-java/jnr-x86asm-1.0.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A pure-java port of asmjit EAPI=5 HOMEPAGE=https://github.com/jnr/jnr-x86asm IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.0 SRC_URI=https://github.com/jnr/jnr-x86asm/archive/1.0.2.zip -> jnr-x86asm-1.0.2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6dde4937617faf1f04da7d1620a1353e +_md5_=d36b9fa1b0c3f41974b73bfda7f66771 diff --git a/metadata/md5-cache/dev-java/joda-time-1.6 b/metadata/md5-cache/dev-java/joda-time-1.6 index df4c439c5128..f18f7c9d1ee0 100644 --- a/metadata/md5-cache/dev-java/joda-time-1.6 +++ b/metadata/md5-cache/dev-java/joda-time-1.6 @@ -4,10 +4,10 @@ DESCRIPTION=A quality open-source replacement for the Java Date and Time classes EAPI=0 HOMEPAGE=http://joda-time.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/joda-time/joda-time-1.6-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d97e161c120219dc93fc9f3e818cb7df +_md5_=0605a26acf7dff4ced49a03adf463192 diff --git a/metadata/md5-cache/dev-java/joni-2.1.0 b/metadata/md5-cache/dev-java/joni-2.1.0 index 82dd4f487680..e0cce312f184 100644 --- a/metadata/md5-cache/dev-java/joni-2.1.0 +++ b/metadata/md5-cache/dev-java/joni-2.1.0 @@ -4,10 +4,10 @@ DESCRIPTION=Java port of the Oniguruma regular expression engine EAPI=5 HOMEPAGE=http://jruby.codehaus.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris LICENSE=MIT RDEPEND=dev-java/asm:3 dev-java/jcodings:1 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.1 SRC_URI=https://github.com/jruby/joni/archive/joni-2.1.0.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a403e7d1e60b0e4aaec014073560c598 +_md5_=d9b41cad5ccc12b1ce32198182082038 diff --git a/metadata/md5-cache/dev-java/jopt-simple-4.7 b/metadata/md5-cache/dev-java/jopt-simple-4.7 index b7b6e4bf9356..5826db9c1ca5 100644 --- a/metadata/md5-cache/dev-java/jopt-simple-4.7 +++ b/metadata/md5-cache/dev-java/jopt-simple-4.7 @@ -4,10 +4,10 @@ DESCRIPTION=A Java library for parsing command line options EAPI=5 HOMEPAGE=https://pholser.github.com/jopt-simple/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4.4 SRC_URI=https://github.com/pholser/jopt-simple/tarball/jopt-simple-4.7 -> jopt-simple-4.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=14b0d098433b8586deb24eefcf396310 +_md5_=4263c6a64ac6ea95761e771fa1a43360 diff --git a/metadata/md5-cache/dev-java/jortho-1.0 b/metadata/md5-cache/dev-java/jortho-1.0 index c7d55b1396e8..872e0e983697 100644 --- a/metadata/md5-cache/dev-java/jortho-1.0 +++ b/metadata/md5-cache/dev-java/jortho-1.0 @@ -4,10 +4,10 @@ DESCRIPTION=A Java spell-checking library EAPI=5 HOMEPAGE=https://www.inetsoftware.de/other-products/jortho IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/project/jortho/JOrtho%20Library/1.0/JOrtho_1.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c43e5fd01255cbc52d6dad1900144b05 +_md5_=57c4e1cad73b4e0189722af1c53c37a6 diff --git a/metadata/md5-cache/dev-java/jrexx-1.1.1-r1 b/metadata/md5-cache/dev-java/jrexx-1.1.1-r1 index 9a287daeef4b..ad5d8c6fd3be 100644 --- a/metadata/md5-cache/dev-java/jrexx-1.1.1-r1 +++ b/metadata/md5-cache/dev-java/jrexx-1.1.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Regular expression API for textual pattern matching based on the fin EAPI=0 HOMEPAGE=http://www.karneim.com/jrexx/ IUSE=doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/jrexx/jrexx-1.1.1-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=260dede8dd1ef9b6bd76c458e72aa1cb +_md5_=61cd9af6a71bc98149289aaaec4ab4df diff --git a/metadata/md5-cache/dev-java/jsap-2.1 b/metadata/md5-cache/dev-java/jsap-2.1 index 156d65ee2765..d9fca4ee2785 100644 --- a/metadata/md5-cache/dev-java/jsap-2.1 +++ b/metadata/md5-cache/dev-java/jsap-2.1 @@ -4,10 +4,10 @@ DESCRIPTION=Java Simple Arguments Parser (JSAP) EAPI=0 HOMEPAGE=http://sourceforge.net/projects/jsap IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/ant-core-1.7.0 dev-java/xstream >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jsap/JSAP-2.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ebf543b01b7bd7dc0cdccf7165e4eda8 +_md5_=47d710ef7700c604b08c14b3d068c302 diff --git a/metadata/md5-cache/dev-java/jsap-2.1-r1 b/metadata/md5-cache/dev-java/jsap-2.1-r1 index ab86cb623e20..52dd73625e44 100644 --- a/metadata/md5-cache/dev-java/jsap-2.1-r1 +++ b/metadata/md5-cache/dev-java/jsap-2.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Java Simple Arguments Parser (JSAP) EAPI=5 HOMEPAGE=http://sourceforge.net/projects/jsap IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=LGPL-2.1 RDEPEND=dev-java/xstream:0 dev-java/ant-core:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jsap/JSAP-2.1-src.tar.gz -> jsap-2.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2245ca5f1d263f15df33645bb41c75ab +_md5_=012c4855722ecfa5832a2f45882e55b7 diff --git a/metadata/md5-cache/dev-java/jsap-2.1-r2 b/metadata/md5-cache/dev-java/jsap-2.1-r2 index 7fa749ed99a6..de715f0d7a26 100644 --- a/metadata/md5-cache/dev-java/jsap-2.1-r2 +++ b/metadata/md5-cache/dev-java/jsap-2.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Java Simple Arguments Parser (JSAP) EAPI=5 HOMEPAGE=http://sourceforge.net/projects/jsap IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=LGPL-2.1 RDEPEND=dev-java/xstream:0 dev-java/ant-core:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jsap/JSAP-2.1-src.tar.gz -> jsap-2.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8f53cd02e6534550237dfd22c6ff42b1 +_md5_=7b027a79159a2e44bd0c5d61e83ac19f diff --git a/metadata/md5-cache/dev-java/jsch-0.1.52 b/metadata/md5-cache/dev-java/jsch-0.1.52 index 6fb65a7bb74d..123f6b906f39 100644 --- a/metadata/md5-cache/dev-java/jsch-0.1.52 +++ b/metadata/md5-cache/dev-java/jsch-0.1.52 @@ -4,10 +4,10 @@ DESCRIPTION=JSch is a pure Java implementation of SSH2 EAPI=5 HOMEPAGE=http://www.jcraft.com/jsch/ IUSE=zlib elibc_FreeBSD doc source examples elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.6 zlib? ( dev-java/jzlib:0 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jsch/jsch-0.1.52.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9b6e01987778197f8cb66adf51a00540 +_md5_=1341f6bf211825c8e6d90b829a1c9f20 diff --git a/metadata/md5-cache/dev-java/json-simple-1.1 b/metadata/md5-cache/dev-java/json-simple-1.1 index 44c2b340ee05..8fff474bcb4e 100644 --- a/metadata/md5-cache/dev-java/json-simple-1.1 +++ b/metadata/md5-cache/dev-java/json-simple-1.1 @@ -4,10 +4,10 @@ DESCRIPTION=Simple Java toolkit for JSON EAPI=2 HOMEPAGE=http://www.json.org IUSE=elibc_FreeBSD source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://json-simple.googlecode.com/files/json_simple-1.1-all.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2047c09240351845157b1908e3cef75a +_md5_=74f0f038b9a72d27ff00d3d186af0d17 diff --git a/metadata/md5-cache/dev-java/jsr101-1.4-r3 b/metadata/md5-cache/dev-java/jsr101-1.4-r3 index 16f5fdec39ce..7996ca103f12 100644 --- a/metadata/md5-cache/dev-java/jsr101-1.4-r3 +++ b/metadata/md5-cache/dev-java/jsr101-1.4-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Java(TM) API for XML-Based RPC Specification Interface Classes EAPI=5 HOMEPAGE=http://jcp.org/aboutJava/communityprocess/first/jsr101/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 java-virtuals/servlet-api:3.0 java-virtuals/saaj-api:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://dev.gentoo.org/~monsieurp/packages/jsr101-1.4.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=21bf60939b181e42359f47c37c21f5e1 +_md5_=4d5e06d884924484fad29e96438197ce diff --git a/metadata/md5-cache/dev-java/jsr173-1.0-r1 b/metadata/md5-cache/dev-java/jsr173-1.0-r1 index 194346c3537e..6df3d9a31780 100644 --- a/metadata/md5-cache/dev-java/jsr173-1.0-r1 +++ b/metadata/md5-cache/dev-java/jsr173-1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=The Streaming API for XML (StAX) is a Java API for parsing and writi EAPI=0 HOMEPAGE=http://dev2dev.bea.com/xml/stax.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=bea.ri.jsr173 RDEPEND=>=virtual/jre-1.3 dev-java/jaxme >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://ftpna2.bea.com/pub/downloads/jsr173.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b28b4962a2dc31aadd036418009f57b4 +_md5_=b11cc2c58e1cc0f1cee405a4dfdc8530 diff --git a/metadata/md5-cache/dev-java/jsr181-1.0-r2 b/metadata/md5-cache/dev-java/jsr181-1.0-r2 index 0bb786db778f..a796c913ef67 100644 --- a/metadata/md5-cache/dev-java/jsr181-1.0-r2 +++ b/metadata/md5-cache/dev-java/jsr181-1.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=JSR 181 API classes EAPI=5 HOMEPAGE=http://jcp.org/en/jsr/summary?id=181 IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=CDDL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://central.maven.org/maven2/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=55b9105b68d6be191426ce26b5164069 +_md5_=9a8a80aaa75f0fd4aee74d685116c61e diff --git a/metadata/md5-cache/dev-java/jsr223-1.0-r2 b/metadata/md5-cache/dev-java/jsr223-1.0-r2 index 90e22f56e30f..6851c33cc555 100644 --- a/metadata/md5-cache/dev-java/jsr223-1.0-r2 +++ b/metadata/md5-cache/dev-java/jsr223-1.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Scripting for the Java(TM) Platform EAPI=5 HOMEPAGE=http://jcp.org/en/jsr/detail?id=223 IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2-with-linking-exception RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/jsr223-openjdk-6-src-b19.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6aaec6943984e9f0ceacf0a76d9d0f2b +_md5_=496e455ec521d466182a7d7615fc1a47 diff --git a/metadata/md5-cache/dev-java/jsr225-1.0 b/metadata/md5-cache/dev-java/jsr225-1.0 index 77241a7aa4f1..7a056234721a 100644 --- a/metadata/md5-cache/dev-java/jsr225-1.0 +++ b/metadata/md5-cache/dev-java/jsr225-1.0 @@ -4,10 +4,10 @@ DESCRIPTION=XQuery API for Java EAPI=5 HOMEPAGE=http://jcp.org/en/jsr/detail?id=225 IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2-with-linking-exception RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/cfoster/xqj-api-1.0.0/raw/master/javax/xml/xquery/xqj-api/1.0/xqj-api-1.0-sources.jar -> jsr225-1.0.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=edf9b6438d19866b0f774eaae833ddf8 +_md5_=b3a6a16c5c1d1d55a6adfe2c7f0bb818 diff --git a/metadata/md5-cache/dev-java/jsr250-1.0-r1 b/metadata/md5-cache/dev-java/jsr250-1.0-r1 index 44ce8693f00b..68327f65a4ec 100644 --- a/metadata/md5-cache/dev-java/jsr250-1.0-r1 +++ b/metadata/md5-cache/dev-java/jsr250-1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JSR 250 Common Annotations EAPI=5 HOMEPAGE=https://jcp.org/en/jsr/detail?id=250 IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=CDDL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://download.java.net/maven/2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=680f36f491400b4c2c4f31e83f8292d2 +_md5_=27f2bc8c6320f220c4a3c5943644d92b diff --git a/metadata/md5-cache/dev-java/jsr305-3.0.1 b/metadata/md5-cache/dev-java/jsr305-3.0.1 index b6a808e79b24..3877752da8ac 100644 --- a/metadata/md5-cache/dev-java/jsr305-3.0.1 +++ b/metadata/md5-cache/dev-java/jsr305-3.0.1 @@ -4,10 +4,10 @@ DESCRIPTION=Annotations for Software Defect Detection in Java EAPI=5 HOMEPAGE=http://jcp.org/en/jsr/detail?id=305 IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://central.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=87bfa8d688a7815e5a9242abf26b6d06 +_md5_=ee6349d4a0bc3f4998d6e024d2d6ffd3 diff --git a/metadata/md5-cache/dev-java/jsr311-api-1.1.1 b/metadata/md5-cache/dev-java/jsr311-api-1.1.1 index e30a6b85892c..96fd6ccc86f8 100644 --- a/metadata/md5-cache/dev-java/jsr311-api-1.1.1 +++ b/metadata/md5-cache/dev-java/jsr311-api-1.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=JAX-RS: Java API for RESTful Web Services EAPI=5 HOMEPAGE=http://jcp.org/en/jsr/detail?id=311 IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=CDDL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://repo1.maven.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=af1443392fd57da547dd04373c892353 +_md5_=9bff8f0c6d6bdb336b167fcb83416226 diff --git a/metadata/md5-cache/dev-java/jsr322-1.5 b/metadata/md5-cache/dev-java/jsr322-1.5 index 36cbcba2edfe..a13d417194e2 100644 --- a/metadata/md5-cache/dev-java/jsr322-1.5 +++ b/metadata/md5-cache/dev-java/jsr322-1.5 @@ -4,10 +4,10 @@ DESCRIPTION=Java EE Connector Architecture EAPI=5 HOMEPAGE=http://jcp.org/en/jsr/detail?id=322 IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/javax/resource/connector-api/1.5/connector-api-1.5-sources.jar -> jsr322-1.5.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a6850f5b597e31f108e1693966eb1222 +_md5_=85c04afe06f0fc9e19692b114e2a14f6 diff --git a/metadata/md5-cache/dev-java/jsr67-1.3 b/metadata/md5-cache/dev-java/jsr67-1.3 index 6fec36b0eb67..60507404f9b5 100644 --- a/metadata/md5-cache/dev-java/jsr67-1.3 +++ b/metadata/md5-cache/dev-java/jsr67-1.3 @@ -4,10 +4,10 @@ DESCRIPTION=SAAJ 1.3 (AKA JSR-67 MR3) API EAPI=0 HOMEPAGE=https://saaj.dev.java.net/spec-1.3/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=sun-jsr67 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=https://saaj.dev.java.net/spec-1.3/saaj-api.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8aa5a293355c1e123c114fb85608fa18 +_md5_=5dd6369925b67e4a4cd445d197c6cf2d diff --git a/metadata/md5-cache/dev-java/jsr93-1.0-r2 b/metadata/md5-cache/dev-java/jsr93-1.0-r2 index 509f36ad695c..583bd42b2629 100644 --- a/metadata/md5-cache/dev-java/jsr93-1.0-r2 +++ b/metadata/md5-cache/dev-java/jsr93-1.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Java API for XML Registries (JAXR) - API EAPI=5 HOMEPAGE=https://jcp.org/ja/jsr/detail?id=93 IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=sun-jsr93 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://repo1.maven.org/maven2/org/apache/ws/scout/jaxr-api/1.0/jaxr-api-1.0-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=89156435f0cd4d03d8ccbec4d05ada31 +_md5_=3b155732277a5258fa2355f3d3401084 diff --git a/metadata/md5-cache/dev-java/jssc-2.8.0 b/metadata/md5-cache/dev-java/jssc-2.8.0 index 24a8e79d5966..27c99a899be8 100644 --- a/metadata/md5-cache/dev-java/jssc-2.8.0 +++ b/metadata/md5-cache/dev-java/jssc-2.8.0 @@ -4,10 +4,10 @@ DESCRIPTION=Apache MyFaces API - Core package EAPI=5 HOMEPAGE=https://github.com/scream3r/java-simple-serial-connector IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=GPL-1 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://repo1.maven.org/maven2/org/scream3r/jssc/2.8.0/jssc-2.8.0-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6fb669ad16fb735557a088d5956f7bfe +_md5_=fbd3118faa7353997c9c3ded5d1af221 diff --git a/metadata/md5-cache/dev-java/jta-1.0.1-r1 b/metadata/md5-cache/dev-java/jta-1.0.1-r1 index ca78ee83cf21..017f3ddfc9ff 100644 --- a/metadata/md5-cache/dev-java/jta-1.0.1-r1 +++ b/metadata/md5-cache/dev-java/jta-1.0.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=The Java Transaction API EAPI=0 HOMEPAGE=http://www.oracle.com/technetwork/java/javaee/tech/jta-138684.html IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=sun-bcla-jta RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=0 SRC_URI=jta-1_0_1B-classes.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b1811b4625edbfcaa9b8ce0a88cb12ef +_md5_=6428f8c81b9d127cfe3df408c09dd4c4 diff --git a/metadata/md5-cache/dev-java/jta-1.1 b/metadata/md5-cache/dev-java/jta-1.1 index 94545bbe0f89..cf7754049488 100644 --- a/metadata/md5-cache/dev-java/jta-1.1 +++ b/metadata/md5-cache/dev-java/jta-1.1 @@ -4,11 +4,11 @@ DESCRIPTION=The Java Transaction API EAPI=5 HOMEPAGE=http://www.oracle.com/technetwork/java/javaee/jta/index.html IUSE=elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=sun-bcla-jta RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=0 SRC_URI=jta-1_1-classes.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=808f9bf53fc3410af9cc67c0913d83cd +_md5_=dd9738042d804c459afda26b7ab3cf46 diff --git a/metadata/md5-cache/dev-java/jtidy-0_pre20010801-r1 b/metadata/md5-cache/dev-java/jtidy-0_pre20010801-r1 index 6d5cc45f1395..9784ef7df1d3 100644 --- a/metadata/md5-cache/dev-java/jtidy-0_pre20010801-r1 +++ b/metadata/md5-cache/dev-java/jtidy-0_pre20010801-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Tidy is a Java port of HTML Tidy , a HTML syntax checker and pretty EAPI=0 HOMEPAGE=http://jtidy.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=HTML-Tidy W3C RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jtidy/jtidy-04aug2000r7-dev.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f5cf5e3a49cb671b3bd8b3a434bb4dcb +_md5_=d2c58ff577ceac56876f6281028be81b diff --git a/metadata/md5-cache/dev-java/jtidy-1.0 b/metadata/md5-cache/dev-java/jtidy-1.0 index 14d0013f145f..89efb42fd5ec 100644 --- a/metadata/md5-cache/dev-java/jtidy-1.0 +++ b/metadata/md5-cache/dev-java/jtidy-1.0 @@ -4,10 +4,10 @@ DESCRIPTION=Tidy is a Java port of HTML Tidy , a HTML syntax checker and pretty EAPI=5 HOMEPAGE=http://jtidy.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=HTML-Tidy W3C RDEPEND=dev-java/ant-core:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jtidy/jtidy-r938-sources.zip -> jtidy-1.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1fbcd2963e63958cff37dd29c838c9cc +_md5_=4d85cda4fa16be77167afe1dee219d1e diff --git a/metadata/md5-cache/dev-java/juel-2.1.0 b/metadata/md5-cache/dev-java/juel-2.1.0 index 8706901841d0..15e3a75603c3 100644 --- a/metadata/md5-cache/dev-java/juel-2.1.0 +++ b/metadata/md5-cache/dev-java/juel-2.1.0 @@ -4,10 +4,10 @@ DESCRIPTION=JUEL is an implementation of the Unified Expression Language (EL), a EAPI=0 HOMEPAGE=http://juel.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/juel/juel-2.1.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3c6755824ad968619d2650f71b8682af +_md5_=ab29854b7b631039affa438bdd7d221e diff --git a/metadata/md5-cache/dev-java/juel-2.1.0-r1 b/metadata/md5-cache/dev-java/juel-2.1.0-r1 index 5538933bc0db..919f6d9f5ca1 100644 --- a/metadata/md5-cache/dev-java/juel-2.1.0-r1 +++ b/metadata/md5-cache/dev-java/juel-2.1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JUEL is an implementation of the Unified Expression Language (EL), a EAPI=5 HOMEPAGE=http://juel.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/juel/juel-2.1.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=47d0de1148f97caf70dca180ef2bffd2 +_md5_=1c781d06994817e802da4d2e9e97cc8b diff --git a/metadata/md5-cache/dev-java/jump-0.5 b/metadata/md5-cache/dev-java/jump-0.5 index 944c7aafa5dc..fd2e5a45b1b2 100644 --- a/metadata/md5-cache/dev-java/jump-0.5 +++ b/metadata/md5-cache/dev-java/jump-0.5 @@ -4,10 +4,10 @@ DESCRIPTION=JUMP Ultimate Math Package (JUMP) is a Java-based extensible high-pr EAPI=0 HOMEPAGE=http://jump-math.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jump-math/jump-0.5.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=93faf69d8aab6730261fccbb59df7587 +_md5_=d34c450c0d79c567bde401a7e85eeeb8 diff --git a/metadata/md5-cache/dev-java/jung-1.7.6-r1 b/metadata/md5-cache/dev-java/jung-1.7.6-r1 index 6cbc7fda9f3d..147da73de062 100644 --- a/metadata/md5-cache/dev-java/jung-1.7.6-r1 +++ b/metadata/md5-cache/dev-java/jung-1.7.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=The Java Universal Network/Graph Framework EAPI=5 HOMEPAGE=http://jung.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=BSD RDEPEND=dev-java/colt:0 dev-java/commons-collections:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jung/jung-1.7.6.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5e8022c7c301b0b349ce399eecf4f023 +_md5_=60c242bb4d4c38c79614cce756948c0b diff --git a/metadata/md5-cache/dev-java/junit-3.8.2-r1 b/metadata/md5-cache/dev-java/junit-3.8.2-r1 index dfee14929451..467d8b65c623 100644 --- a/metadata/md5-cache/dev-java/junit-3.8.2-r1 +++ b/metadata/md5-cache/dev-java/junit-3.8.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Simple framework to write repeatable tests EAPI=0 HOMEPAGE=http://www.junit.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 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 +KEYWORDS=amd64 ~arm ppc64 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=CPL-1.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/junit/junit3.8.2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=27ed85e30bfbc102d8528443d9e815e4 +_md5_=c7c1ea670d729624099df8e5f189076f diff --git a/metadata/md5-cache/dev-java/junit-4.10 b/metadata/md5-cache/dev-java/junit-4.10 index eb67aad55cdc..3fbfc153bd81 100644 --- a/metadata/md5-cache/dev-java/junit-4.10 +++ b/metadata/md5-cache/dev-java/junit-4.10 @@ -4,10 +4,10 @@ DESCRIPTION=Simple framework to write repeatable tests EAPI=3 HOMEPAGE=http://www.junit.org/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=CPL-1.0 RDEPEND=>=virtual/jre-1.5 dev-java/hamcrest-core:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4 SRC_URI=mirror://github/KentBeck/junit/junit4.10.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=257f8bd6da11bf86feefd47ec0873196 +_md5_=2f9da27b8b9462667360296b44a9c0cd diff --git a/metadata/md5-cache/dev-java/junit-4.11 b/metadata/md5-cache/dev-java/junit-4.11 index 178f51228330..fa79f742741f 100644 --- a/metadata/md5-cache/dev-java/junit-4.11 +++ b/metadata/md5-cache/dev-java/junit-4.11 @@ -4,10 +4,10 @@ DESCRIPTION=Simple framework to write repeatable tests EAPI=5 HOMEPAGE=http://www.junit.org/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=CPL-1.0 RDEPEND=>=virtual/jre-1.5 dev-java/hamcrest-core:1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4 SRC_URI=mirror://github/junit-team/junit/junit4.11.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d880a52e3ce44a63f556ab023399c0cf +_md5_=c030a4af5c9eb0c2aa87cc876a483119 diff --git a/metadata/md5-cache/dev-java/junit-4.12-r1 b/metadata/md5-cache/dev-java/junit-4.12-r1 index d9ae51da3bf1..738d29fbed17 100644 --- a/metadata/md5-cache/dev-java/junit-4.12-r1 +++ b/metadata/md5-cache/dev-java/junit-4.12-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Simple framework to write repeatable tests EAPI=5 HOMEPAGE=http://junit.org/ IUSE=examples elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=EPL-1.0 RDEPEND=>=virtual/jre-1.6 dev-java/hamcrest-core:1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4 SRC_URI=https://github.com/junit-team/junit/archive/r4.12.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9d9b50124bc0fc2252421612590ba935 +_md5_=fdee92459ac0f3d2228a52dddcabc36e diff --git a/metadata/md5-cache/dev-java/junitperf-1.9.1-r1 b/metadata/md5-cache/dev-java/junitperf-1.9.1-r1 index d5104e8883cc..8ae7f5303a9a 100644 --- a/metadata/md5-cache/dev-java/junitperf-1.9.1-r1 +++ b/metadata/md5-cache/dev-java/junitperf-1.9.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Simple framework to write repeatable tests EAPI=0 HOMEPAGE=http://www.clarkware.com/software/JUnitPerf.html IUSE=elibc_FreeBSD doc test source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.4 =dev-java/junit-3.8* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.clarkware.com/software/junitperf-1.9.1.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=18ef6e8e89cd5fd310f1b83c39e12e9c +_md5_=3d960c06014cb1b271a61e7e219e6f3d diff --git a/metadata/md5-cache/dev-java/jutils-1.0.0-r1 b/metadata/md5-cache/dev-java/jutils-1.0.0-r1 index 3a6aac5f3c04..911c45e497c8 100644 --- a/metadata/md5-cache/dev-java/jutils-1.0.0-r1 +++ b/metadata/md5-cache/dev-java/jutils-1.0.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Common utilities for the Java Game Technology Group EAPI=5 HOMEPAGE=https://java.net/projects/jutils IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://central.maven.org/maven2/net/java/jutils/jutils/1.0.0/jutils-1.0.0-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ab451002833cba8077bf6baca50e4437 +_md5_=b3458fe9d32afe3173e1516544606ba9 diff --git a/metadata/md5-cache/dev-java/jvyaml-0.2.1-r1 b/metadata/md5-cache/dev-java/jvyaml-0.2.1-r1 index cda1708ed2e9..d1e0405e1f7f 100644 --- a/metadata/md5-cache/dev-java/jvyaml-0.2.1-r1 +++ b/metadata/md5-cache/dev-java/jvyaml-0.2.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Java YAML parser and emitter EAPI=0 HOMEPAGE=https://jvyaml.dev.java.net/ IUSE=elibc_FreeBSD source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://jvyaml.dev.java.net/files/documents/5215/41455/jvyaml-src-0.2.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=edb8bc480c32ab1af61291871b3f54af +_md5_=2ce3215399f2a5ca81e8ff7c2346aa8c diff --git a/metadata/md5-cache/dev-java/jvyamlb-0.2.5 b/metadata/md5-cache/dev-java/jvyamlb-0.2.5 index 6f98685957dd..1ae756db8890 100644 --- a/metadata/md5-cache/dev-java/jvyamlb-0.2.5 +++ b/metadata/md5-cache/dev-java/jvyamlb-0.2.5 @@ -4,10 +4,10 @@ DESCRIPTION=JvYAMLb, YAML processor extracted from JRuby EAPI=2 HOMEPAGE=https://github.com/olabini/jvyamlb IUSE=elibc_FreeBSD source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris LICENSE=MIT RDEPEND=>=virtual/jre-1.4 dev-java/bytelist:0 dev-java/jcodings:0 dev-java/joda-time:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://jvyamlb.googlecode.com/files/jvyamlb-src-0.2.5.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=659d3952ecae0a960c4d06e60f1be179 +_md5_=124c0d3d8e79f84751ffbc0f3e989a95 diff --git a/metadata/md5-cache/dev-java/jython-2.1-r11 b/metadata/md5-cache/dev-java/jython-2.1-r11 deleted file mode 100644 index a920fcef5742..000000000000 --- a/metadata/md5-cache/dev-java/jython-2.1-r11 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst setup unpack -DEPEND=>=virtual/jdk-1.4 source? ( app-arch/zip ) =dev-java/jakarta-oro-2.0* readline? ( >=dev-java/libreadline-java-0.8.0 ) >=dev-java/java-config-2.2.0 -DESCRIPTION=An implementation of Python written in Java -EAPI=0 -HOMEPAGE=http://www.jython.org -IUSE=readline source doc elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd -LICENSE=BSD -RDEPEND=>=virtual/jre-1.4 =dev-java/jakarta-oro-2.0* readline? ( >=dev-java/libreadline-java-0.8.0 ) >=dev-java/java-config-2.2.0 -SLOT=0 -SRC_URI=mirror://gentoo/jython-2.1.tar.bz2 -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6871000893ccfea1f0966e587d17ec42 diff --git a/metadata/md5-cache/dev-java/jython-2.2.1-r1 b/metadata/md5-cache/dev-java/jython-2.2.1-r1 deleted file mode 100644 index eac1cfff80aa..000000000000 --- a/metadata/md5-cache/dev-java/jython-2.2.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst setup test unpack -DEPEND=>=virtual/jdk-1.4 dev-java/javacc =dev-java/jakarta-oro-2.0* readline? ( >=dev-java/libreadline-java-0.8.0 ) mysql? ( >=dev-java/jdbc-mysql-3.1 ) postgres? ( dev-java/jdbc-postgresql ) oracle? ( dev-java/jdbc-oracle-bin:10.2 ) servletapi? ( java-virtuals/servlet-api:2.5 ) !<=dev-java/freemarker-2.3.10 >=dev-java/java-config-2.2.0 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 >=sys-apps/portage-2.1.2.7 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=An implementation of Python written in Java -EAPI=1 -HOMEPAGE=http://www.jython.org -IUSE=elibc_FreeBSD readline source doc servletapi mysql postgres examples oracle elibc_FreeBSD -KEYWORDS=amd64 ppc x86 -LICENSE=PSF-2 -RDEPEND=>=virtual/jre-1.4 =dev-java/jakarta-oro-2.0* readline? ( >=dev-java/libreadline-java-0.8.0 ) mysql? ( >=dev-java/jdbc-mysql-3.1 ) postgres? ( dev-java/jdbc-postgresql ) oracle? ( dev-java/jdbc-oracle-bin:10.2 ) servletapi? ( java-virtuals/servlet-api:2.5 ) !<=dev-java/freemarker-2.3.10 >=dev-java/java-config-2.2.0 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) -RESTRICT=test -SLOT=0 -SRC_URI=http://www.python.org/ftp/python/2.2.3/Python-2.2.3.tgz mirror://sourceforge/jython/jython_installer-2.2.1.jar -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=973345e8fca1344788368c516c4eb34a diff --git a/metadata/md5-cache/dev-java/jython-2.2.1-r2 b/metadata/md5-cache/dev-java/jython-2.2.1-r2 index 88e011a452f4..4b6b3ae7e363 100644 --- a/metadata/md5-cache/dev-java/jython-2.2.1-r2 +++ b/metadata/md5-cache/dev-java/jython-2.2.1-r2 @@ -4,11 +4,11 @@ DESCRIPTION=An implementation of Python written in Java EAPI=4 HOMEPAGE=http://www.jython.org IUSE=elibc_FreeBSD readline source doc servletapi mysql postgres examples oracle elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=PSF-2 RDEPEND=dev-java/jakarta-oro:2.0 readline? ( >=dev-java/libreadline-java-0.8.0:0 ) mysql? ( >=dev-java/jdbc-mysql-3.1:0 ) postgres? ( dev-java/jdbc-postgresql:0 ) oracle? ( dev-java/jdbc-oracle-bin:10.2 ) servletapi? ( java-virtuals/servlet-api:2.5 ) !<=dev-java/freemarker-2.3.10 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://www.python.org/ftp/python/2.2.3/Python-2.2.3.tgz mirror://sourceforge/jython/jython_installer-2.2.1.jar _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eff1f7e55f3cf931de75dfc96858c272 +_md5_=637c6161f44583d7fdb812db0a2b7943 diff --git a/metadata/md5-cache/dev-java/jzlib-1.0.7-r1 b/metadata/md5-cache/dev-java/jzlib-1.0.7-r1 index cb77d00d39db..e8a4aed125a8 100644 --- a/metadata/md5-cache/dev-java/jzlib-1.0.7-r1 +++ b/metadata/md5-cache/dev-java/jzlib-1.0.7-r1 @@ -4,10 +4,10 @@ DESCRIPTION=JZlib is a re-implementation of zlib in pure Java EAPI=0 HOMEPAGE=http://www.jcraft.com/jzlib/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.jcraft.com/jzlib/jzlib-1.0.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9640695a437ccd2f2c7309ba58e2c00f +_md5_=8dadbb5df414f5009e97c630dcd5a01c diff --git a/metadata/md5-cache/dev-java/jzlib-1.1.1 b/metadata/md5-cache/dev-java/jzlib-1.1.1 index dc5c5d188219..c943067d9eff 100644 --- a/metadata/md5-cache/dev-java/jzlib-1.1.1 +++ b/metadata/md5-cache/dev-java/jzlib-1.1.1 @@ -4,11 +4,11 @@ DESCRIPTION=JZlib is a re-implementation of zlib in pure Java EAPI=4 HOMEPAGE=http://www.jcraft.com/jzlib/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.1 SRC_URI=http://www.jcraft.com/jzlib/jzlib-1.1.1.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a292c4bfc9f7123957eb02b22ced853f +_md5_=aac0062d6bb0944a50ee0b233066e964 diff --git a/metadata/md5-cache/dev-java/jzlib-1.1.3 b/metadata/md5-cache/dev-java/jzlib-1.1.3 index 997df78959b6..b2e5d3284842 100644 --- a/metadata/md5-cache/dev-java/jzlib-1.1.3 +++ b/metadata/md5-cache/dev-java/jzlib-1.1.3 @@ -4,11 +4,11 @@ DESCRIPTION=JZlib is a re-implementation of zlib in pure Java EAPI=4 HOMEPAGE=http://www.jcraft.com/jzlib/ IUSE=elibc_FreeBSD examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.1.3 SRC_URI=https://github.com/ymnk/jzlib/archive/1.1.3.zip -> jzlib-1.1.3.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=90eb8a51e001c697073a00596f9df7cf +_md5_=982e5cc024a036111da9dd94242f20ea diff --git a/metadata/md5-cache/dev-java/kunststoff-2.0.2-r1 b/metadata/md5-cache/dev-java/kunststoff-2.0.2-r1 index cc4bdde0b1c2..56c92d7e27d9 100644 --- a/metadata/md5-cache/dev-java/kunststoff-2.0.2-r1 +++ b/metadata/md5-cache/dev-java/kunststoff-2.0.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Kunststoff Look&Feel EAPI=0 HOMEPAGE=http://www.incors.org/archive IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=2.0 SRC_URI=http://www.incors.org/archive/kunststoff-2_0_2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c08ced80ef5cf7bf591809050c1e58ad +_md5_=2fd5e0f42578907b3b6d1b33a7814ef8 diff --git a/metadata/md5-cache/dev-java/kxml-2.3.0 b/metadata/md5-cache/dev-java/kxml-2.3.0 index de90ca2ba8ff..ebcd5aae7796 100644 --- a/metadata/md5-cache/dev-java/kxml-2.3.0 +++ b/metadata/md5-cache/dev-java/kxml-2.3.0 @@ -4,10 +4,10 @@ DESCRIPTION=Small XML pull parser for constrained environments such as Applets, EAPI=5 HOMEPAGE=http://kxml.org/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~ppc64 ~x86 LICENSE=BSD RDEPEND=dev-java/xpp3:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2 SRC_URI=mirror://sourceforge/kxml/kxml2-src-2.3.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=779e69f191d170ce94cb4761d1a3250f +_md5_=58acabebfff5c62fe38f0f0ab280e961 diff --git a/metadata/md5-cache/dev-java/libmatthew-java-0.7.2-r1 b/metadata/md5-cache/dev-java/libmatthew-java-0.7.2-r1 index 617ec39a76b4..0d9a22dc510f 100644 --- a/metadata/md5-cache/dev-java/libmatthew-java-0.7.2-r1 +++ b/metadata/md5-cache/dev-java/libmatthew-java-0.7.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A selection of libraries for Java EAPI=0 HOMEPAGE=http://www.matthew.ath.cx/projects/java/ IUSE=elibc_FreeBSD doc source -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.matthew.ath.cx/projects/java/libmatthew-java-0.7.2.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2452d0e6f8fd2ea4c173d4984036a1c0 +_md5_=1fdf6207db380d6d5c9c8cab8eff029c diff --git a/metadata/md5-cache/dev-java/libreadline-java-0.8.0-r3 b/metadata/md5-cache/dev-java/libreadline-java-0.8.0-r3 index dc7c5eed883d..2091582a0aea 100644 --- a/metadata/md5-cache/dev-java/libreadline-java-0.8.0-r3 +++ b/metadata/md5-cache/dev-java/libreadline-java-0.8.0-r3 @@ -4,11 +4,11 @@ DESCRIPTION=A JNI-wrapper to GNU Readline EAPI=2 HOMEPAGE=http://java-readline.sourceforge.net/ IUSE=elibc_FreeBSD elibc_FreeBSD doc source -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 sys-libs/ncurses >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/java-readline/libreadline-java-0.8.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f4c91842c7759b263c33c277fd8b2f6c +_md5_=ecdc3c223cd23e97fc21c13a3a9981c7 diff --git a/metadata/md5-cache/dev-java/log4j-1.2.17-r3 b/metadata/md5-cache/dev-java/log4j-1.2.17-r3 index e1208e90203a..dd092d8d514a 100644 --- a/metadata/md5-cache/dev-java/log4j-1.2.17-r3 +++ b/metadata/md5-cache/dev-java/log4j-1.2.17-r3 @@ -4,10 +4,10 @@ DESCRIPTION=A low-overhead robust logging package for Java EAPI=5 HOMEPAGE=http://logging.apache.org/log4j/ IUSE=javamail jms elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 +KEYWORDS=amd64 ~arm ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 javamail? ( dev-java/oracle-javamail:0 java-virtuals/jaf:0 ) jms? ( java-virtuals/jms:0 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/logging/log4j/1.2.17/log4j-1.2.17.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=414445348ebfda0fac028fa71308f3a2 +_md5_=46786f4e8d635f0f8378ef1151afa123 diff --git a/metadata/md5-cache/dev-java/lucene-1.4.3-r3 b/metadata/md5-cache/dev-java/lucene-1.4.3-r3 index 03c90996b7e8..3825b2abcf87 100644 --- a/metadata/md5-cache/dev-java/lucene-1.4.3-r3 +++ b/metadata/md5-cache/dev-java/lucene-1.4.3-r3 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=0 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-1.1 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://apache/lucene/java/archive/lucene-1.4.3-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cad1332e8ba6d7e5f5fa2fb20ac44db2 +_md5_=044c7fdb7be507d6a223afbc10bf0f79 diff --git a/metadata/md5-cache/dev-java/lucene-1.9.1 b/metadata/md5-cache/dev-java/lucene-1.9.1 index 21ebfc6f91a1..0698d3287d66 100644 --- a/metadata/md5-cache/dev-java/lucene-1.9.1 +++ b/metadata/md5-cache/dev-java/lucene-1.9.1 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=0 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD test source doc elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.9 SRC_URI=mirror://apache/lucene/java/archive/lucene-1.9.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6487f7eb37e5adbbc919d545e612d5bf +_md5_=14c9da7dae93c4cd2980f35b5c76c043 diff --git a/metadata/md5-cache/dev-java/lucene-2.1.0-r1 b/metadata/md5-cache/dev-java/lucene-2.1.0-r1 index 7253a3682693..e735bf7d2e1b 100644 --- a/metadata/md5-cache/dev-java/lucene-2.1.0-r1 +++ b/metadata/md5-cache/dev-java/lucene-2.1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x64-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.1 SRC_URI=mirror://apache/lucene/java/archive/lucene-2.1.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eff84539bf00859d3e7f5a82e8bca006 +_md5_=1351c7f5e155dd3546f18834ce66132e diff --git a/metadata/md5-cache/dev-java/lucene-2.1.0-r2 b/metadata/md5-cache/dev-java/lucene-2.1.0-r2 index e86c9c52e8b4..102a101721f2 100644 --- a/metadata/md5-cache/dev-java/lucene-2.1.0-r2 +++ b/metadata/md5-cache/dev-java/lucene-2.1.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos +KEYWORDS=amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.1 SRC_URI=mirror://apache/lucene/java/archive/lucene-2.1.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0000ed0b72c8c9dbda00790fb6355230 +_md5_=53b000fcfb7fd727d4c80698a91591e5 diff --git a/metadata/md5-cache/dev-java/lucene-2.2.0 b/metadata/md5-cache/dev-java/lucene-2.2.0 index 481eeff4d686..793ec237f402 100644 --- a/metadata/md5-cache/dev-java/lucene-2.2.0 +++ b/metadata/md5-cache/dev-java/lucene-2.2.0 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.2 SRC_URI=mirror://apache/lucene/java/archive/lucene-2.2.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=495b3394c8b5c367e51775bc232230f1 +_md5_=dca7b3545791a59b5d1dc0bd7b2d655f diff --git a/metadata/md5-cache/dev-java/lucene-2.2.0-r1 b/metadata/md5-cache/dev-java/lucene-2.2.0-r1 index 57f22c3b0712..4325e5f0ee00 100644 --- a/metadata/md5-cache/dev-java/lucene-2.2.0-r1 +++ b/metadata/md5-cache/dev-java/lucene-2.2.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.2 SRC_URI=mirror://apache/lucene/java/archive/lucene-2.2.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=87a06ecf1e23212377019411e3a5d26e +_md5_=e81a2adf37e1476720e78bc32c1fa728 diff --git a/metadata/md5-cache/dev-java/lucene-2.3.0 b/metadata/md5-cache/dev-java/lucene-2.3.0 index f066c2a6514e..a2a4329d99d1 100644 --- a/metadata/md5-cache/dev-java/lucene-2.3.0 +++ b/metadata/md5-cache/dev-java/lucene-2.3.0 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=0 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://apache/lucene/java/archive/lucene-2.3.0-src.tar.gz mirror://apache/lucene/java/lucene-2.3.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cb0788af950314becd24b83337e526f2 +_md5_=de05fac67061f8d9750129593b42ce4b diff --git a/metadata/md5-cache/dev-java/lucene-2.3.1 b/metadata/md5-cache/dev-java/lucene-2.3.1 index 198fb3dc24f2..944a227ca1ec 100644 --- a/metadata/md5-cache/dev-java/lucene-2.3.1 +++ b/metadata/md5-cache/dev-java/lucene-2.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=0 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://apache/lucene/java/archive/lucene-2.3.1-src.tar.gz mirror://apache/lucene/java/lucene-2.3.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cb0788af950314becd24b83337e526f2 +_md5_=de05fac67061f8d9750129593b42ce4b diff --git a/metadata/md5-cache/dev-java/lucene-2.3.2 b/metadata/md5-cache/dev-java/lucene-2.3.2 index 1798edd0169b..72eabd4d0930 100644 --- a/metadata/md5-cache/dev-java/lucene-2.3.2 +++ b/metadata/md5-cache/dev-java/lucene-2.3.2 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=0 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://apache/lucene/java/archive/lucene-2.3.2-src.tar.gz mirror://apache/lucene/java/lucene-2.3.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d79807a60989c75850bd8671de715f82 +_md5_=cefdae72070f5b34bfddaf13841dde43 diff --git a/metadata/md5-cache/dev-java/lucene-2.3.2-r1 b/metadata/md5-cache/dev-java/lucene-2.3.2-r1 index ca74d583c584..761e70be9a65 100644 --- a/metadata/md5-cache/dev-java/lucene-2.3.2-r1 +++ b/metadata/md5-cache/dev-java/lucene-2.3.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://apache/lucene/java/archive/lucene-2.3.2-src.tar.gz mirror://apache/lucene/java/lucene-2.3.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a06a5ecc2f823467155545315015d41a +_md5_=e909afb9fdba9368eae732c788d3f6f5 diff --git a/metadata/md5-cache/dev-java/lucene-2.3.2-r2 b/metadata/md5-cache/dev-java/lucene-2.3.2-r2 index 27b45012ce2a..ab9d4925504e 100644 --- a/metadata/md5-cache/dev-java/lucene-2.3.2-r2 +++ b/metadata/md5-cache/dev-java/lucene-2.3.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://apache/lucene/java/archive/lucene-2.3.2-src.tar.gz mirror://apache/lucene/java/lucene-2.3.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0d6851ad3ef60124987d392d2cf1cb16 +_md5_=67dc3f55a823738381e3a5beb43f2237 diff --git a/metadata/md5-cache/dev-java/lucene-2.4.0 b/metadata/md5-cache/dev-java/lucene-2.4.0 index 50a0f643acb9..fd427c7cb206 100644 --- a/metadata/md5-cache/dev-java/lucene-2.4.0 +++ b/metadata/md5-cache/dev-java/lucene-2.4.0 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=0 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.4 SRC_URI=mirror://apache/lucene/java/lucene-2.4.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fad5ff739434e102c54331930d2916d7 +_md5_=2a2b59fb0eab07db63d32eaac24ad0f9 diff --git a/metadata/md5-cache/dev-java/lucene-2.4.1 b/metadata/md5-cache/dev-java/lucene-2.4.1 index 70d1ad5e6f51..9b2628c86281 100644 --- a/metadata/md5-cache/dev-java/lucene-2.4.1 +++ b/metadata/md5-cache/dev-java/lucene-2.4.1 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.4 SRC_URI=mirror://apache/lucene/java/lucene-2.4.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=469f4b8d7e604119c42c397a616d31de +_md5_=8fea8883432ce3e405165de1b9fc6016 diff --git a/metadata/md5-cache/dev-java/lucene-2.4.1-r1 b/metadata/md5-cache/dev-java/lucene-2.4.1-r1 index e9aa3eef911f..74529ff077fc 100644 --- a/metadata/md5-cache/dev-java/lucene-2.4.1-r1 +++ b/metadata/md5-cache/dev-java/lucene-2.4.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.4 SRC_URI=mirror://apache/lucene/java/lucene-2.4.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fe0d69b8f6fd88ff36cd45823ba32023 +_md5_=74da587faab26e0d6a720570e46d7624 diff --git a/metadata/md5-cache/dev-java/lucene-2.9.1-r1 b/metadata/md5-cache/dev-java/lucene-2.9.1-r1 index 9c21a413eaf9..990503049626 100644 --- a/metadata/md5-cache/dev-java/lucene-2.9.1-r1 +++ b/metadata/md5-cache/dev-java/lucene-2.9.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=2 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.9 SRC_URI=mirror://apache/lucene/java/lucene-2.9.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=839fcc70c44ba6c5ccec7eb407e211a5 +_md5_=56327c40194bbef6fa074cd8c13c741b diff --git a/metadata/md5-cache/dev-java/lucene-2.9.4 b/metadata/md5-cache/dev-java/lucene-2.9.4 index ad634c6e8266..fcb0db12496a 100644 --- a/metadata/md5-cache/dev-java/lucene-2.9.4 +++ b/metadata/md5-cache/dev-java/lucene-2.9.4 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.9 SRC_URI=mirror://apache/lucene/java/lucene-2.9.4-src.tar.gz mirror://apache/lucene/java/2.9.4/lucene-2.9.4-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2bee1708aafdf69754a2e6f7dfe54c62 +_md5_=018d115f3dffd4df2f09d0d8af6cd7a5 diff --git a/metadata/md5-cache/dev-java/lucene-3.0.0 b/metadata/md5-cache/dev-java/lucene-3.0.0 index a714b160da48..cf6c4e817d16 100644 --- a/metadata/md5-cache/dev-java/lucene-3.0.0 +++ b/metadata/md5-cache/dev-java/lucene-3.0.0 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=mirror://apache/lucene/java/lucene-3.0.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e8a4fa8dfd0c4479e595b2363550119b +_md5_=688652009d8374c862310c501ba27f90 diff --git a/metadata/md5-cache/dev-java/lucene-3.0.3 b/metadata/md5-cache/dev-java/lucene-3.0.3 index 06e152d2526a..6d0dffe8d6e5 100644 --- a/metadata/md5-cache/dev-java/lucene-3.0.3 +++ b/metadata/md5-cache/dev-java/lucene-3.0.3 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, full-featured text search engine written entirely EAPI=3 HOMEPAGE=http://lucene.apache.org IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=amd64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=mirror://apache/lucene/java/lucene-3.0.3-src.tar.gz mirror://apache/lucene/java/3.0.3/lucene-3.0.3-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=315eae94c9de525f1f21fd9b09c68a40 +_md5_=c3a5c4506696b9bd451dc32f831f9142 diff --git a/metadata/md5-cache/dev-java/lucene-analyzers-1.9.1-r1 b/metadata/md5-cache/dev-java/lucene-analyzers-1.9.1-r1 index c6e29ddb7f5b..7c503529c76c 100644 --- a/metadata/md5-cache/dev-java/lucene-analyzers-1.9.1-r1 +++ b/metadata/md5-cache/dev-java/lucene-analyzers-1.9.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Lucene Analyzers additions EAPI=0 HOMEPAGE=http://lucene.apache.org/java IUSE=elibc_FreeBSD source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.9 SRC_URI=mirror://apache/lucene/java/lucene-1.9.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=48c86f18594d94f7145dfb747d2ef781 +_md5_=5362be898a16e19ccb7efc52281dd523 diff --git a/metadata/md5-cache/dev-java/lucene-analyzers-2.3.2 b/metadata/md5-cache/dev-java/lucene-analyzers-2.3.2 index f078c7242e1a..30909dfc4e04 100644 --- a/metadata/md5-cache/dev-java/lucene-analyzers-2.3.2 +++ b/metadata/md5-cache/dev-java/lucene-analyzers-2.3.2 @@ -4,10 +4,10 @@ DESCRIPTION=Lucene Analyzers additions EAPI=0 HOMEPAGE=http://lucene.apache.org/java IUSE=elibc_FreeBSD source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd ~x86-linux ~amd64-linux ~ppc-macos +KEYWORDS=amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://apache/lucene/java/lucene-2.3.2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e5b41b05e922573ee0e8b8a730065844 +_md5_=84015ae3faaa88e619cb14e6e7ceae58 diff --git a/metadata/md5-cache/dev-java/maven-bin-1.1-r1 b/metadata/md5-cache/dev-java/maven-bin-1.1-r1 index 402f9dbef312..a35113cff428 100644 --- a/metadata/md5-cache/dev-java/maven-bin-1.1-r1 +++ b/metadata/md5-cache/dev-java/maven-bin-1.1-r1 @@ -3,9 +3,9 @@ DEPEND=>=virtual/jdk-1.5 DESCRIPTION=Project Management and Comprehension Tool for Java EAPI=0 HOMEPAGE=http://maven.apache.org/ -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 SLOT=1.1 SRC_URI=mirror://apache/maven/maven-1/1.1/binaries/maven-1.1.tar.gz -_md5_=d8111ad62505978702d759f988186c18 +_md5_=4ea1b4fc541a29825b688175fbf91cba diff --git a/metadata/md5-cache/dev-java/maven-bin-1.1-r3 b/metadata/md5-cache/dev-java/maven-bin-1.1-r3 index 535f17af92ba..5c703093cabc 100644 --- a/metadata/md5-cache/dev-java/maven-bin-1.1-r3 +++ b/metadata/md5-cache/dev-java/maven-bin-1.1-r3 @@ -3,9 +3,9 @@ DEPEND=|| ( app-eselect/eselect-java app-eselect/eselect-maven ) DESCRIPTION=Project Management and Comprehension Tool for Java EAPI=4 HOMEPAGE=http://maven.apache.org/ -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 || ( app-eselect/eselect-java app-eselect/eselect-maven ) SLOT=1.1 SRC_URI=mirror://apache/maven/maven-1/1.1/binaries/maven-1.1.tar.gz -_md5_=9454378d8075ea34acc1e7df15b86454 +_md5_=176bbdb0b789f52e934cb75ed569730a diff --git a/metadata/md5-cache/dev-java/maven-bin-2.0.11 b/metadata/md5-cache/dev-java/maven-bin-2.0.11 index 4ebbaa26a8d1..a773dc6d0327 100644 --- a/metadata/md5-cache/dev-java/maven-bin-2.0.11 +++ b/metadata/md5-cache/dev-java/maven-bin-2.0.11 @@ -4,10 +4,10 @@ DESCRIPTION=Project Management and Comprehension Tool for Java EAPI=2 HOMEPAGE=http://maven.apache.org/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 app-eselect/eselect-maven >=dev-java/java-config-2.2.0 SLOT=2.0 SRC_URI=mirror://apache/maven/maven-2/2.0.11/binaries/apache-maven-2.0.11-bin.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5b676cb551326bcc9dc14a854c2a8170 +_md5_=77f973bf2ec12d4694eaa729dfbdd45c diff --git a/metadata/md5-cache/dev-java/maven-bin-2.0.11-r2 b/metadata/md5-cache/dev-java/maven-bin-2.0.11-r2 index dd94b8bbaf87..0621d8da9922 100644 --- a/metadata/md5-cache/dev-java/maven-bin-2.0.11-r2 +++ b/metadata/md5-cache/dev-java/maven-bin-2.0.11-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Project Management and Comprehension Tool for Java EAPI=4 HOMEPAGE=http://maven.apache.org/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 || ( app-eselect/eselect-java app-eselect/eselect-maven ) >=dev-java/java-config-2.2.0 SLOT=2.0 SRC_URI=mirror://apache/maven/maven-2/2.0.11/binaries/apache-maven-2.0.11-bin.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a1c3eec23c2c7a8fb3b9e7f3503069ef +_md5_=65fbfd2c510ec2c58d4bca761ef37050 diff --git a/metadata/md5-cache/dev-java/maven-bin-2.2.1 b/metadata/md5-cache/dev-java/maven-bin-2.2.1 index 0ae228fd9e6d..35fd1a2d9431 100644 --- a/metadata/md5-cache/dev-java/maven-bin-2.2.1 +++ b/metadata/md5-cache/dev-java/maven-bin-2.2.1 @@ -4,10 +4,10 @@ DESCRIPTION=Project Management and Comprehension Tool for Java EAPI=0 HOMEPAGE=http://maven.apache.org/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 app-eselect/eselect-maven >=dev-java/java-config-2.2.0 SLOT=2.2 SRC_URI=mirror://apache/maven/maven-2/2.2.1/binaries/apache-maven-2.2.1-bin.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3524d24b0e055b87c30312ca86611ead +_md5_=c8542f59d596e4c4f550630615cfb254 diff --git a/metadata/md5-cache/dev-java/maven-bin-2.2.1-r2 b/metadata/md5-cache/dev-java/maven-bin-2.2.1-r2 index bc0cc52d6240..c63fb2161d46 100644 --- a/metadata/md5-cache/dev-java/maven-bin-2.2.1-r2 +++ b/metadata/md5-cache/dev-java/maven-bin-2.2.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Project Management and Comprehension Tool for Java EAPI=4 HOMEPAGE=http://maven.apache.org/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 || ( app-eselect/eselect-java app-eselect/eselect-maven ) >=dev-java/java-config-2.2.0 SLOT=2.2 SRC_URI=mirror://apache/maven/maven-2/2.2.1/binaries/apache-maven-2.2.1-bin.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=19a4925f88cabffa136197bf279aedd3 +_md5_=eab32b6cc9fa05c2f920e02e55c327e0 diff --git a/metadata/md5-cache/dev-java/maven-bin-3.0.4-r1 b/metadata/md5-cache/dev-java/maven-bin-3.0.4-r1 index e116e600984b..68b3265ca54d 100644 --- a/metadata/md5-cache/dev-java/maven-bin-3.0.4-r1 +++ b/metadata/md5-cache/dev-java/maven-bin-3.0.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Project Management and Comprehension Tool for Java EAPI=4 HOMEPAGE=http://maven.apache.org/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 || ( app-eselect/eselect-java app-eselect/eselect-maven ) >=dev-java/java-config-2.2.0 SLOT=3.0 SRC_URI=mirror://apache/maven/maven-3/3.0.4/binaries/apache-maven-3.0.4-bin.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d26f774f370cbd12f5e7edc018271967 +_md5_=2386eb5f1e1ae5901edcc589eeae133b diff --git a/metadata/md5-cache/dev-java/mchange-commons-0.2.10 b/metadata/md5-cache/dev-java/mchange-commons-0.2.10 index f46c5bb02ecb..6f9b1a09ee1e 100644 --- a/metadata/md5-cache/dev-java/mchange-commons-0.2.10 +++ b/metadata/md5-cache/dev-java/mchange-commons-0.2.10 @@ -4,10 +4,10 @@ DESCRIPTION=a library of arguably useful Java utilities EAPI=5 HOMEPAGE=https://github.com/swaldman/mchange-commons-java IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=CDDL RDEPEND=dev-java/log4j:0 dev-java/slf4j-api:0 dev-java/typesafe-config:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/swaldman/mchange-commons-java/archive/mchange-commons-java-0.2.10.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ca57897c2f352e3911a4f89a3c68bbc6 +_md5_=dc34f7e15945cbd4185a1374103ccebd diff --git a/metadata/md5-cache/dev-java/metadata-extractor-2.2.2-r2 b/metadata/md5-cache/dev-java/metadata-extractor-2.2.2-r2 index ce2881cdb0b6..a3b05b9456f2 100644 --- a/metadata/md5-cache/dev-java/metadata-extractor-2.2.2-r2 +++ b/metadata/md5-cache/dev-java/metadata-extractor-2.2.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Metadata extraction framework for Exif and IPTC metadata segments, e EAPI=0 HOMEPAGE=http://www.drewnoakes.com/code/exif/ IUSE=test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=x86 ~ppc amd64 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://www.drewnoakes.com/code/exif/metadata-extractor-2.2.2-src.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8c284e0490fd8a06ec143288c5014096 +_md5_=4396fab980be8b99b6f745802179431d diff --git a/metadata/md5-cache/dev-java/metadata-extractor-2.2.2-r4 b/metadata/md5-cache/dev-java/metadata-extractor-2.2.2-r4 index 3670a31b1d8a..9201539783ad 100644 --- a/metadata/md5-cache/dev-java/metadata-extractor-2.2.2-r4 +++ b/metadata/md5-cache/dev-java/metadata-extractor-2.2.2-r4 @@ -4,10 +4,10 @@ DESCRIPTION=Metadata extraction framework for Exif and IPTC metadata segments, e EAPI=5 HOMEPAGE=http://www.drewnoakes.com/code/exif/ IUSE=test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://www.drewnoakes.com/code/exif/metadata-extractor-2.2.2-src.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4baad8abf280d251d839c10e232d05a7 +_md5_=13390eb7833ecb04d05ad6727b3ac624 diff --git a/metadata/md5-cache/dev-java/microba-0.4.4 b/metadata/md5-cache/dev-java/microba-0.4.4 index 9226c3786861..cedcf7e0922a 100644 --- a/metadata/md5-cache/dev-java/microba-0.4.4 +++ b/metadata/md5-cache/dev-java/microba-0.4.4 @@ -4,10 +4,10 @@ DESCRIPTION=Swing components for date operations and palettes EAPI=0 HOMEPAGE=http://microba.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/jgraph-5.9.2 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/microba/microba-0.4.4-full.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6e5b3cb8f67fb8f9eceed33842d51a37 +_md5_=e92f78ed5fc86511f1ada21f370aa716 diff --git a/metadata/md5-cache/dev-java/mimepull-1.8 b/metadata/md5-cache/dev-java/mimepull-1.8 index 55c3fc66ad90..20fbcec4cd2e 100644 --- a/metadata/md5-cache/dev-java/mimepull-1.8 +++ b/metadata/md5-cache/dev-java/mimepull-1.8 @@ -4,10 +4,10 @@ DESCRIPTION=Pull API for parsing MIME messages EAPI=4 HOMEPAGE=http://java.net/projects/mimepull IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://dev.gentoo.org/~sera/distfiles/mimepull-1.8.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=769eb9c64418cf1548453bda8d02e302 +_md5_=33bf03a28f5f9915c4a72ac600aa0935 diff --git a/metadata/md5-cache/dev-java/mimepull-1.9.6-r1 b/metadata/md5-cache/dev-java/mimepull-1.9.6-r1 index 85f0163f4a89..50223851f7a3 100644 --- a/metadata/md5-cache/dev-java/mimepull-1.9.6-r1 +++ b/metadata/md5-cache/dev-java/mimepull-1.9.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Pull API for parsing MIME messages EAPI=5 HOMEPAGE=http://java.net/projects/mimepull IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=CDDL RDEPEND=>=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/org/jvnet/mimepull/mimepull/1.9.6/mimepull-1.9.6-sources.jar -> mimepull-1.9.6.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b57ea63b42f6b301d5fee2f1dc758a49 +_md5_=5d0c13e32b75c5feb043c525c591a82f diff --git a/metadata/md5-cache/dev-java/mina-core-1.1.7 b/metadata/md5-cache/dev-java/mina-core-1.1.7 index dd3414577c77..33315acfd1e9 100644 --- a/metadata/md5-cache/dev-java/mina-core-1.1.7 +++ b/metadata/md5-cache/dev-java/mina-core-1.1.7 @@ -4,10 +4,10 @@ DESCRIPTION=Apache MINA Project EAPI=0 HOMEPAGE=http://mina.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.5 dev-java/slf4j-api >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/mina-core-1.1.7-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9b5dcc0e82f64b4dcb5811eee58f73c5 +_md5_=5302b50e9d22ae0951da4c140f90803f diff --git a/metadata/md5-cache/dev-java/mockito-1.9.5-r1 b/metadata/md5-cache/dev-java/mockito-1.9.5-r1 index b169401f17eb..eccb32747e4a 100644 --- a/metadata/md5-cache/dev-java/mockito-1.9.5-r1 +++ b/metadata/md5-cache/dev-java/mockito-1.9.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A mocking framework for Java EAPI=5 HOMEPAGE=https://github.com/mockito/mockito IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.5 dev-java/junit:4 dev-java/objenesis:0 dev-java/hamcrest-core:0 dev-java/ant-core:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://mockito.googlecode.com/files/mockito-1.9.5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=391e5a157c27454170e377110556cb9c +_md5_=f9c02ea1b5289b24ee3033d65228db36 diff --git a/metadata/md5-cache/dev-java/msv-20130601 b/metadata/md5-cache/dev-java/msv-20130601 index b34b0d1d3c71..fd6f3c188acf 100644 --- a/metadata/md5-cache/dev-java/msv-20130601 +++ b/metadata/md5-cache/dev-java/msv-20130601 @@ -4,10 +4,10 @@ DESCRIPTION=Multi-Schema XML Validator, a Java tool for validating XML documents EAPI=5 HOMEPAGE=https://msv.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=BSD Apache-2.0 RDEPEND=dev-java/iso-relax:0 dev-java/relaxng-datatype:0 dev-java/xsdlib:0 dev-java/xerces:2 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://search.maven.org/remotecontent?filepath=net/java/dev/msv/msv-core/2013.6.1/msv-core-2013.6.1-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4d2c4752e43709bbca36986661927485 +_md5_=9d820a8775b4e7d0b2203d27349efaa4 diff --git a/metadata/md5-cache/dev-java/myfaces-builder-annotations-1.0.9 b/metadata/md5-cache/dev-java/myfaces-builder-annotations-1.0.9 index 026654b35635..a7b798c611d2 100644 --- a/metadata/md5-cache/dev-java/myfaces-builder-annotations-1.0.9 +++ b/metadata/md5-cache/dev-java/myfaces-builder-annotations-1.0.9 @@ -4,10 +4,10 @@ DESCRIPTION=Apache MyFaces API - Builder annotations package EAPI=5 HOMEPAGE=http://myfaces.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://repo1.maven.org/maven2/org/apache/myfaces/buildtools/myfaces-builder-annotations/1.0.9/myfaces-builder-annotations-1.0.9-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9ff08430280b53c89c00bb216359a7ff +_md5_=9645949379c813649f98993dd2a395f9 diff --git a/metadata/md5-cache/dev-java/nailgun-0.7.1-r1 b/metadata/md5-cache/dev-java/nailgun-0.7.1-r1 index 06568f783dd1..bf0e60788aea 100644 --- a/metadata/md5-cache/dev-java/nailgun-0.7.1-r1 +++ b/metadata/md5-cache/dev-java/nailgun-0.7.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=a client, protocol, and server for running Java apps without incurri EAPI=2 HOMEPAGE=http://martiansoftware.com/nailgun/index.html IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 !app-editors/ng >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/nailgun/nailgun-src-0.7.1.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7cbed829d39a20c6b059aae151622499 +_md5_=5bee4e6c6d05f3b3f033be18b368d531 diff --git a/metadata/md5-cache/dev-java/nanoxml-2.2.3-r2 b/metadata/md5-cache/dev-java/nanoxml-2.2.3-r2 index 23b7d6a2658f..5ed3ca99b123 100644 --- a/metadata/md5-cache/dev-java/nanoxml-2.2.3-r2 +++ b/metadata/md5-cache/dev-java/nanoxml-2.2.3-r2 @@ -4,10 +4,10 @@ DESCRIPTION=NanoXML is a small non-validating parser for Java. EAPI=0 HOMEPAGE=http://nanoxml.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=ZLIB RDEPEND=>=virtual/jre-1.4 dev-java/sax >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://nanoxml.cyberelf.be/downloads/NanoXML-2.2.3.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=68f48f349d0c9bdfcbbeaf7a94092ad0 +_md5_=6b064317c940e058bd09ae5bf80dbd08 diff --git a/metadata/md5-cache/dev-java/nekohtml-1.9.18-r1 b/metadata/md5-cache/dev-java/nekohtml-1.9.18-r1 index a64a996e7189..ffef7ec4f68f 100644 --- a/metadata/md5-cache/dev-java/nekohtml-1.9.18-r1 +++ b/metadata/md5-cache/dev-java/nekohtml-1.9.18-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A simple HTML scanner and tag balancer using standard XML interfaces EAPI=5 HOMEPAGE=http://nekohtml.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/xerces-2.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/nekohtml/nekohtml-1.9.18.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=81e991a0ff42928462c47842f602abe7 +_md5_=49ebb3cb7fd7e8c159e255a13210532f diff --git a/metadata/md5-cache/dev-java/objenesis-1.3 b/metadata/md5-cache/dev-java/objenesis-1.3 index 144ce7931e24..033552aaf955 100644 --- a/metadata/md5-cache/dev-java/objenesis-1.3 +++ b/metadata/md5-cache/dev-java/objenesis-1.3 @@ -4,10 +4,10 @@ DESCRIPTION=A small Java library with one purpose: To instantiate a new object o EAPI=5 HOMEPAGE=https://objenesis.googlecode.com/ IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://objenesis.googlecode.com/files/objenesis-1.3-bin.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=420ac0cb9332d0e3d265911bf0e716e0 +_md5_=ee6b7ef31c45723b36de97a15754bf93 diff --git a/metadata/md5-cache/dev-java/offo-hyphenation-2.0 b/metadata/md5-cache/dev-java/offo-hyphenation-2.0 index 140aa216653d..4c6e84e1a123 100644 --- a/metadata/md5-cache/dev-java/offo-hyphenation-2.0 +++ b/metadata/md5-cache/dev-java/offo-hyphenation-2.0 @@ -4,8 +4,8 @@ DESCRIPTION=Hyphenation patterns for Apache Fop EAPI=5 HOMEPAGE=http://offo.sourceforge.net IUSE=doc -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2 Apache-2.0 LPPL-1.3b TeX SLOT=0 SRC_URI=mirror://sourceforge/offo/offo-hyphenation_v2.0.zip -_md5_=4207496a9d3dab6e21498ec4e133044a +_md5_=97b8ddbf7b90d68f4e42f611dc3dd329 diff --git a/metadata/md5-cache/dev-java/opencsv-2.3 b/metadata/md5-cache/dev-java/opencsv-2.3 index ba474674d5e9..88c8671bd43d 100644 --- a/metadata/md5-cache/dev-java/opencsv-2.3 +++ b/metadata/md5-cache/dev-java/opencsv-2.3 @@ -4,11 +4,11 @@ DESCRIPTION=A very simple csv (comma-separated values) parser library for Java EAPI=5 HOMEPAGE=http://opencsv.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~ppc ~ppc64 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/opencsv/opencsv-2.3-src-with-libs.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7ed960dd42d0d3bf1988fc0d47ed8e02 +_md5_=f885af50845e317bcd07e7b5967c60e1 diff --git a/metadata/md5-cache/dev-java/oracle-javamail-1.5.2 b/metadata/md5-cache/dev-java/oracle-javamail-1.5.2 index 9081f0d6a7ac..71fa422332a8 100644 --- a/metadata/md5-cache/dev-java/oracle-javamail-1.5.2 +++ b/metadata/md5-cache/dev-java/oracle-javamail-1.5.2 @@ -4,10 +4,10 @@ DESCRIPTION=A Java-based framework to build multiplatform mail and messaging app EAPI=4 HOMEPAGE=https://java.net/projects/javamail/pages/Home IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=CDDL GPL-2 BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://java.net/projects/javamail/downloads/download/source/javamail-1.5.2-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4996f25b716815139624c664dd1f3b51 +_md5_=f798296bdbc6fbe83623d98a005d1397 diff --git a/metadata/md5-cache/dev-java/oracle-javamail-1.5.5 b/metadata/md5-cache/dev-java/oracle-javamail-1.5.5 index b86852f53a6d..9fa8ebb306bb 100644 --- a/metadata/md5-cache/dev-java/oracle-javamail-1.5.5 +++ b/metadata/md5-cache/dev-java/oracle-javamail-1.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=A Java-based framework to build multiplatform mail and messaging app EAPI=5 HOMEPAGE=https://java.net/projects/javamail/pages/Home IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=CDDL GPL-2 BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://java.net/projects/javamail/downloads/download/source/javamail-1.5.5-src.zip -> oracle-javamail-1.5.5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=218f61ae649aa2afdeb9aff33969dfde +_md5_=9a280282b09392b9e45f9258851f1b92 diff --git a/metadata/md5-cache/dev-java/pdf-renderer-0.9.1 b/metadata/md5-cache/dev-java/pdf-renderer-0.9.1 index fafdb0f4a39d..f31e1e7f09b9 100644 --- a/metadata/md5-cache/dev-java/pdf-renderer-0.9.1 +++ b/metadata/md5-cache/dev-java/pdf-renderer-0.9.1 @@ -4,10 +4,10 @@ DESCRIPTION=a 100% Java PDF renderer and viewer EAPI=4 HOMEPAGE=https://pdf-renderer.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=LGPL-3 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://java.net/projects/pdf-renderer/downloads/download/PDFRenderer-full-0.9.1.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=734f64465ed6482871449002fa5008d8 +_md5_=75940c07ac4cd067385d3cac92c0d13c diff --git a/metadata/md5-cache/dev-java/pdfbox-1.8.8 b/metadata/md5-cache/dev-java/pdfbox-1.8.8 index 6ac07e24495a..ec7af78527a5 100644 --- a/metadata/md5-cache/dev-java/pdfbox-1.8.8 +++ b/metadata/md5-cache/dev-java/pdfbox-1.8.8 @@ -4,11 +4,11 @@ DESCRIPTION=Java library and utilities for working with PDF documents EAPI=5 HOMEPAGE=http://pdfbox.apache.org/ IUSE=elibc_FreeBSD source test elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/icu4j:4 dev-java/junit:4 dev-java/bcprov:1.45 dev-java/bcmail:1.45 >=dev-java/commons-logging-1.1.1:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.8 SRC_URI=mirror://apache/pdfbox/1.8.8/pdfbox-1.8.8-src.zip http://repo2.maven.org/maven2/com/adobe/pdf/pcfi/2010.08.09/pcfi-2010.08.09.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9c92c8d6549c365494310cdb829a25b2 +_md5_=eb9e16190a91a2a092cc9be1726167ed diff --git a/metadata/md5-cache/dev-java/piccolo-1.04 b/metadata/md5-cache/dev-java/piccolo-1.04 index b6be90d4e014..19f9df680b9d 100644 --- a/metadata/md5-cache/dev-java/piccolo-1.04 +++ b/metadata/md5-cache/dev-java/piccolo-1.04 @@ -4,10 +4,10 @@ DESCRIPTION=A small, extremely fast XML parser for Java EAPI=5 HOMEPAGE=http://piccolo.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/piccolo/piccolo-1.04-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=17425cd98bd74812465173a69a666d8d +_md5_=94b8a72b1c6d61286dd977210d3fa832 diff --git a/metadata/md5-cache/dev-java/picocontainer-1.1-r1 b/metadata/md5-cache/dev-java/picocontainer-1.1-r1 index 0be1f778fe73..5de409faa660 100644 --- a/metadata/md5-cache/dev-java/picocontainer-1.1-r1 +++ b/metadata/md5-cache/dev-java/picocontainer-1.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Small footprint Dependency Injection container EAPI=0 HOMEPAGE=http://www.picocontainer.org IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 RESTRICT=test SLOT=1 SRC_URI=http://dist.codehaus.org/picocontainer/distributions/picocontainer-1.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ff12b445a1d689788337839d79398ba7 +_md5_=d44a14ca1ac0235716e90cebd2671d57 diff --git a/metadata/md5-cache/dev-java/portletapi-1.0 b/metadata/md5-cache/dev-java/portletapi-1.0 index ff8b5ab9dd3c..49b6da585082 100644 --- a/metadata/md5-cache/dev-java/portletapi-1.0 +++ b/metadata/md5-cache/dev-java/portletapi-1.0 @@ -4,10 +4,10 @@ DESCRIPTION=Jetspeed 2 Portlet API implementation of JSR 168 EAPI=0 HOMEPAGE=http://portals.apache.org/jetspeed-2/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://apache/portals/jetspeed-2/sources/jetspeed-2.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e3bc406bc7771b629f4a0e57a37b0f86 +_md5_=336643f0904d946cf5afaf810167ff70 diff --git a/metadata/md5-cache/dev-java/portletapi-2.0 b/metadata/md5-cache/dev-java/portletapi-2.0 index a4f0b79b724b..c75d9433c0ce 100644 --- a/metadata/md5-cache/dev-java/portletapi-2.0 +++ b/metadata/md5-cache/dev-java/portletapi-2.0 @@ -4,10 +4,10 @@ DESCRIPTION=Portlet API 2.0 developed by the Java Community Process JSR-286 EAPI=5 HOMEPAGE=https://jcp.org/en/jsr/detail?id=286 IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/tomcat-servlet-api:3.0 >=dev-java/java-config-2.2.0 SLOT=2.0 SRC_URI=http://mirrors.ibiblio.org/maven2/javax/portlet/portlet-api/2.0/portlet-api-2.0-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=73e39025343fbac7c37b38452de05654 +_md5_=8474d3e15216c9b4917c33f11d5544ff diff --git a/metadata/md5-cache/dev-java/prefuse-20071021_beta b/metadata/md5-cache/dev-java/prefuse-20071021_beta index 5b63af8559d2..68608c9bf740 100644 --- a/metadata/md5-cache/dev-java/prefuse-20071021_beta +++ b/metadata/md5-cache/dev-java/prefuse-20071021_beta @@ -4,10 +4,10 @@ DESCRIPTION=UI toolkit for building highly interactive visualizations of structu EAPI=5 HOMEPAGE=http://prefuse.org IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=BSD RDEPEND=>=virtual/jre-1.4 dev-java/lucene:1 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2006 SRC_URI=mirror://sourceforge/prefuse/prefuse-beta-20071021.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b5af284e69fa28a94668c6b9574572f1 +_md5_=d4947f5d8d105497807527a7340fa61e diff --git a/metadata/md5-cache/dev-java/qdox-1.12-r1 b/metadata/md5-cache/dev-java/qdox-1.12-r1 index 46bfb82cea8d..283f89983557 100644 --- a/metadata/md5-cache/dev-java/qdox-1.12-r1 +++ b/metadata/md5-cache/dev-java/qdox-1.12-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Parser for extracting class/interface/method definitions EAPI=5 HOMEPAGE=https://github.com/codehaus/qdox IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/ant-core:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.12 SRC_URI=http://snapshots.repository.codehaus.org/com/thoughtworks/qdox/qdox/1.12-SNAPSHOT/qdox-1.12-20100531.205010-5-project.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cf0104b3e1756ae3fc20c06ebadfe199 +_md5_=233d5ba6ace0c6c6105e50dae5f6c266 diff --git a/metadata/md5-cache/dev-java/qdox-1.12.1-r1 b/metadata/md5-cache/dev-java/qdox-1.12.1-r1 index f8d72f7fa374..2dd9bdba0b66 100644 --- a/metadata/md5-cache/dev-java/qdox-1.12.1-r1 +++ b/metadata/md5-cache/dev-java/qdox-1.12.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Parser for extracting class/interface/method definitions EAPI=5 HOMEPAGE=https://github.com/codehaus/qdox IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/ant-core:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.12 SRC_URI=https://github.com/codehaus/qdox/archive/qdox-1.12.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=101b0f7011cd90d89f2bd816f47aef62 +_md5_=a7029821876f086a071f42f47f3ebd78 diff --git a/metadata/md5-cache/dev-java/qdox-1.6.3 b/metadata/md5-cache/dev-java/qdox-1.6.3 index 75c9cddb806a..c648b745c8ad 100644 --- a/metadata/md5-cache/dev-java/qdox-1.6.3 +++ b/metadata/md5-cache/dev-java/qdox-1.6.3 @@ -4,10 +4,10 @@ DESCRIPTION=Parser for extracting class/interface/method definitions EAPI=0 HOMEPAGE=https://github.com/codehaus/qdox IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/ant-core =dev-java/junit-3.8* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.6 SRC_URI=http://repository.codehaus.org/com/thoughtworks/qdox/qdox/1.6.3/qdox-1.6.3-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=58e72171140202b7658007688b63504c +_md5_=e32b202031a87f55238ee71686aa74f9 diff --git a/metadata/md5-cache/dev-java/radeox-1.0_beta2-r1 b/metadata/md5-cache/dev-java/radeox-1.0_beta2-r1 index ddecb24204c7..2824f18669da 100644 --- a/metadata/md5-cache/dev-java/radeox-1.0_beta2-r1 +++ b/metadata/md5-cache/dev-java/radeox-1.0_beta2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Radeox Wiki render engine EAPI=0 HOMEPAGE=http://www.radeox.org IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 =dev-java/commons-logging-1* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=ftp://snipsnap.org/radeox/radeox-1.0-BETA-2-src.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=30ff25b655a40fb4cd6791b286183817 +_md5_=6256687cb4ae1104a6abe855f7ea7665 diff --git a/metadata/md5-cache/dev-java/reflectasm-1.11.0 b/metadata/md5-cache/dev-java/reflectasm-1.11.0 index d2215b973acc..5a2b9a328e06 100644 --- a/metadata/md5-cache/dev-java/reflectasm-1.11.0 +++ b/metadata/md5-cache/dev-java/reflectasm-1.11.0 @@ -4,10 +4,10 @@ DESCRIPTION=High performance Java reflection EAPI=5 HOMEPAGE=https://github.com/EsotericSoftware/reflectasm/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=BSD-2 RDEPEND=dev-java/asm:4 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/EsotericSoftware/reflectasm/archive/reflectasm-1.11.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cd0cd8ccc43f74bfb0d295b60a457459 +_md5_=72120022cb289cd6ff19eb9b09b0c8e9 diff --git a/metadata/md5-cache/dev-java/relaxng-datatype-1.0-r1 b/metadata/md5-cache/dev-java/relaxng-datatype-1.0-r1 index 6598929acfe0..9c8db6146474 100644 --- a/metadata/md5-cache/dev-java/relaxng-datatype-1.0-r1 +++ b/metadata/md5-cache/dev-java/relaxng-datatype-1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Interface between RELAX NG validators and datatype libraries EAPI=0 HOMEPAGE=http://relaxng.org/ IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/relaxng/relaxngDatatype-1.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fe7e794cac7e7933a741c673d2441dda +_md5_=5f6f0778869d1c2d83ab9b1d229e3641 diff --git a/metadata/md5-cache/dev-java/relaxngcc-1.12-r2 b/metadata/md5-cache/dev-java/relaxngcc-1.12-r2 index 9eea6a24f3e5..1e1ff46b8d4c 100644 --- a/metadata/md5-cache/dev-java/relaxngcc-1.12-r2 +++ b/metadata/md5-cache/dev-java/relaxngcc-1.12-r2 @@ -4,10 +4,10 @@ DESCRIPTION=RELAX NG Compiler Compiler EAPI=5 HOMEPAGE=http://relaxngcc.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/relaxng-datatype:0 dev-java/msv:0 dev-java/ant-core:0 dev-java/xsdlib:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/relaxngcc/relaxngcc-20031218.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=328ba664176803fb9e3fcdb2b9e60b93 +_md5_=dd9bd319ecc8eef7648e846799fb52c3 diff --git a/metadata/md5-cache/dev-java/relaxngcc-1.12-r3 b/metadata/md5-cache/dev-java/relaxngcc-1.12-r3 index bf7b9be5b8f1..bf6346a5dfa1 100644 --- a/metadata/md5-cache/dev-java/relaxngcc-1.12-r3 +++ b/metadata/md5-cache/dev-java/relaxngcc-1.12-r3 @@ -4,10 +4,10 @@ DESCRIPTION=RELAX NG Compiler Compiler EAPI=5 HOMEPAGE=http://relaxngcc.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/msv:0 dev-java/xsdlib:0 dev-java/ant-core:0 dev-java/iso-relax:0 dev-java/relaxng-datatype:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/relaxngcc/relaxngcc-20031218.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=01d694a3aa92df14ffc4852b9508b5f3 +_md5_=7ace40c56d0fd5985a2a4ee144f11a63 diff --git a/metadata/md5-cache/dev-java/resin-servlet-api-3.0.25 b/metadata/md5-cache/dev-java/resin-servlet-api-3.0.25 index 6ab84b910b98..4e54e5b7d232 100644 --- a/metadata/md5-cache/dev-java/resin-servlet-api-3.0.25 +++ b/metadata/md5-cache/dev-java/resin-servlet-api-3.0.25 @@ -4,10 +4,10 @@ DESCRIPTION=Resin Servlet API 2.4/JSP API 2.0 implementation EAPI=0 HOMEPAGE=http://www.caucho.com/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.4 SRC_URI=http://www.caucho.com/download/resin-3.0.25-src.zip mirror://gentoo/resin-gentoo-patches-3.0.25.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eee4c0b4c817db150cb4b979116893af +_md5_=e18a3aa4f5344d81b13837d58b8f7ef7 diff --git a/metadata/md5-cache/dev-java/resin-servlet-api-3.1.12 b/metadata/md5-cache/dev-java/resin-servlet-api-3.1.12 index 65ef3a45935a..671e42fa62f5 100644 --- a/metadata/md5-cache/dev-java/resin-servlet-api-3.1.12 +++ b/metadata/md5-cache/dev-java/resin-servlet-api-3.1.12 @@ -4,10 +4,10 @@ DESCRIPTION=Resin Servlet API 2.5/JSP API 2.1 implementation EAPI=2 HOMEPAGE=http://www.caucho.com/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.5 SRC_URI=http://www.caucho.com/download/resin-3.1.12-src.zip mirror://gentoo/resin-gentoo-patches-3.1.12.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4043afa97975c0ffa1ec3375433251dc +_md5_=ec05d88ee8aba5b1fc37f39348899193 diff --git a/metadata/md5-cache/dev-java/resin-servlet-api-4.0.26 b/metadata/md5-cache/dev-java/resin-servlet-api-4.0.26 index 8dc7a506513f..d061e3c89595 100644 --- a/metadata/md5-cache/dev-java/resin-servlet-api-4.0.26 +++ b/metadata/md5-cache/dev-java/resin-servlet-api-4.0.26 @@ -4,10 +4,10 @@ DESCRIPTION=Resin Servlet API 3.0/JSP API 2.1 implementation EAPI=2 HOMEPAGE=http://www.caucho.com/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=http://www.caucho.com/download/resin-4.0.26-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7f8434ebc11ae1353eb7eb7c7be0c272 +_md5_=38a531da017257d50c3a72a6fa69bfa1 diff --git a/metadata/md5-cache/dev-java/resin-servlet-api-4.0.27 b/metadata/md5-cache/dev-java/resin-servlet-api-4.0.27 index 1d111e8f8f7b..1bb0a6b9b9b6 100644 --- a/metadata/md5-cache/dev-java/resin-servlet-api-4.0.27 +++ b/metadata/md5-cache/dev-java/resin-servlet-api-4.0.27 @@ -4,10 +4,10 @@ DESCRIPTION=Resin Servlet API 3.0/JSP API 2.1 implementation EAPI=5 HOMEPAGE=http://www.caucho.com/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=http://www.caucho.com/download/resin-4.0.27-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7f47289e47d19f6ef0ffbb76e41f27b6 +_md5_=abc8671627c6f92619379d092b5d4921 diff --git a/metadata/md5-cache/dev-java/resin-servlet-api-4.0.44 b/metadata/md5-cache/dev-java/resin-servlet-api-4.0.44 index 055c6a2bb555..e9a24ae747ba 100644 --- a/metadata/md5-cache/dev-java/resin-servlet-api-4.0.44 +++ b/metadata/md5-cache/dev-java/resin-servlet-api-4.0.44 @@ -4,10 +4,10 @@ DESCRIPTION=Resin Servlet API 3.0/JSP API 2.1 implementation EAPI=5 HOMEPAGE=http://www.caucho.com/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.1 SRC_URI=http://www.caucho.com/download/resin-4.0.44-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=26e3ab8a7139b3d4958ee201bce19d65 +_md5_=b0b50a6bc7f359c7b6bc285c80b53591 diff --git a/metadata/md5-cache/dev-java/resin-servlet-api-4.0.46 b/metadata/md5-cache/dev-java/resin-servlet-api-4.0.46 index b97d6ae29048..377bac7da49f 100644 --- a/metadata/md5-cache/dev-java/resin-servlet-api-4.0.46 +++ b/metadata/md5-cache/dev-java/resin-servlet-api-4.0.46 @@ -4,10 +4,10 @@ DESCRIPTION=Resin Servlet API 3.0/JSP API 2.1 implementation EAPI=5 HOMEPAGE=http://www.caucho.com/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.1 SRC_URI=http://www.caucho.com/download/resin-4.0.46-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=26e3ab8a7139b3d4958ee201bce19d65 +_md5_=b0b50a6bc7f359c7b6bc285c80b53591 diff --git a/metadata/md5-cache/dev-java/rhino-1.7.7-r1 b/metadata/md5-cache/dev-java/rhino-1.7.7-r1 index 9c1383119554..edebd4738171 100644 --- a/metadata/md5-cache/dev-java/rhino-1.7.7-r1 +++ b/metadata/md5-cache/dev-java/rhino-1.7.7-r1 @@ -4,11 +4,11 @@ DESCRIPTION=An open-source implementation of JavaScript written in Java EAPI=5 HOMEPAGE=http://www.mozilla.org/rhino/ IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 +KEYWORDS=amd64 ~arm ppc64 x86 LICENSE=MPL-1.1 GPL-2 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=1.6 SRC_URI=https://github.com/mozilla/rhino/archive/Rhino1_7_7_RELEASE.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=df656d38e6c32a7500d6090cd5292269 +_md5_=d6647bef205f3a39c48629f99ed1164a diff --git a/metadata/md5-cache/dev-java/rngom-20051226 b/metadata/md5-cache/dev-java/rngom-20051226 index e3ac0e58bb30..4ededbafa535 100644 --- a/metadata/md5-cache/dev-java/rngom-20051226 +++ b/metadata/md5-cache/dev-java/rngom-20051226 @@ -4,10 +4,10 @@ DESCRIPTION=RNGOM is an open-source Java library for parsing RELAX NG grammars EAPI=0 HOMEPAGE=https://rngom.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=BSD RDEPEND=>=virtual/jre-1.5 dev-java/relaxng-datatype dev-java/xsdlib >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://rngom.dev.java.net/files/documents/1647/26424/rngom-20051226.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=76c163906b8bb111e32279a74a408fa6 +_md5_=4e05337d88164b8e1a5879801ba0dc0d diff --git a/metadata/md5-cache/dev-java/rngom-20100718 b/metadata/md5-cache/dev-java/rngom-20100718 index 4b7d828eeef3..9da08b12b74f 100644 --- a/metadata/md5-cache/dev-java/rngom-20100718 +++ b/metadata/md5-cache/dev-java/rngom-20100718 @@ -4,10 +4,10 @@ DESCRIPTION=RNGOM is an open-source Java library for parsing RELAX NG grammars EAPI=5 HOMEPAGE=https://rngom.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=BSD RDEPEND=dev-java/xsdlib:0 dev-java/relaxng-datatype:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/org/kohsuke/rngom/rngom/20100718/rngom-20100718-sources.jar -> rngom-20100718.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7a79f562a6c3e671e754b1505fea2478 +_md5_=3b87b2562e49d38346f5efa42aea8619 diff --git a/metadata/md5-cache/dev-java/rundoc-0.11 b/metadata/md5-cache/dev-java/rundoc-0.11 index 740e80618002..ebe1a3881f90 100644 --- a/metadata/md5-cache/dev-java/rundoc-0.11 +++ b/metadata/md5-cache/dev-java/rundoc-0.11 @@ -4,10 +4,10 @@ DESCRIPTION=A Ant helper task for keeping documentation in source files EAPI=0 HOMEPAGE=http://www.martiansoftware.com/lab/index.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/ant-core-1.5.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.martiansoftware.com/lab/rundoc/rundoc-0.11-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=28906d40e2c49204a95f6a77389c7083 +_md5_=346b56e127ed2a9db2e69bcfc4e88d69 diff --git a/metadata/md5-cache/dev-java/saaj-1.3.19-r1 b/metadata/md5-cache/dev-java/saaj-1.3.19-r1 index 903891c8f3b1..5b646a2fd27d 100644 --- a/metadata/md5-cache/dev-java/saaj-1.3.19-r1 +++ b/metadata/md5-cache/dev-java/saaj-1.3.19-r1 @@ -4,10 +4,10 @@ DESCRIPTION=SOAP with Attachments API for Java EAPI=4 HOMEPAGE=https://saaj.dev.java.net/ IUSE=elibc_FreeBSD examples source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=dev-java/mimepull:0 dev-java/xerces:2 dev-java/xml-commons-external:1.4 java-virtuals/jaf:0 java-virtuals/saaj-api:0 >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://dev.gentoo.org/~sera/distfiles/saaj-1.3.19.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=514cc6dda4c6b255a8025a8d58a974cb +_md5_=06eaceca0471648ee6c132ae80b9cb64 diff --git a/metadata/md5-cache/dev-java/sablecc-3.2 b/metadata/md5-cache/dev-java/sablecc-3.2 index 7e0e0cbcf71e..69363ff1bcf4 100644 --- a/metadata/md5-cache/dev-java/sablecc-3.2 +++ b/metadata/md5-cache/dev-java/sablecc-3.2 @@ -4,10 +4,10 @@ DESCRIPTION=Java based compiler / parser generator EAPI=0 HOMEPAGE=http://www.sablecc.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/sablecc/sablecc-3.2.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=96195e86df68f2f1ccbad1df1f80ccab +_md5_=45486fbbd7ad82a20936c99beb696c4e diff --git a/metadata/md5-cache/dev-java/sablecc-3.7 b/metadata/md5-cache/dev-java/sablecc-3.7 index 3aa1c61da175..49dfe60552a7 100644 --- a/metadata/md5-cache/dev-java/sablecc-3.7 +++ b/metadata/md5-cache/dev-java/sablecc-3.7 @@ -4,10 +4,10 @@ DESCRIPTION=Java based compiler / parser generator EAPI=5 HOMEPAGE=http://www.sablecc.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/sablecc/sablecc-3.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=45b04d8a34f3d4543bb7907145e7a088 +_md5_=99e8a215d20415ae38eea80c9f643558 diff --git a/metadata/md5-cache/dev-java/sablecc-anttask-1.1.0-r1 b/metadata/md5-cache/dev-java/sablecc-anttask-1.1.0-r1 index 493349f3c6a2..d7309eb53abc 100644 --- a/metadata/md5-cache/dev-java/sablecc-anttask-1.1.0-r1 +++ b/metadata/md5-cache/dev-java/sablecc-anttask-1.1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Ant task for sablecc EAPI=0 HOMEPAGE=http://sablecc.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 dev-java/sablecc >=dev-java/ant-core-1.7 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/sablecc/sablecc-anttask-1.1.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6dd7d5dbcb24239188909d9d921d67e4 +_md5_=ad58ed2066f2fd7b374b27a21854e271 diff --git a/metadata/md5-cache/dev-java/sac-1.3-r1 b/metadata/md5-cache/dev-java/sac-1.3-r1 index a4903fa14180..b41a84294164 100644 --- a/metadata/md5-cache/dev-java/sac-1.3-r1 +++ b/metadata/md5-cache/dev-java/sac-1.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=SAC is a standard interface for CSS parser EAPI=0 HOMEPAGE=http://www.w3.org/Style/CSS/SAC/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=W3C RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.w3.org/2002/06/sacjava-1.3.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a09829b228812c121c72a0e5a37e04aa +_md5_=c3d9af08f458cab056623ae7b16f3a52 diff --git a/metadata/md5-cache/dev-java/sax-2.2.1-r2 b/metadata/md5-cache/dev-java/sax-2.2.1-r2 index f58d4994abc9..2416f4a587cc 100644 --- a/metadata/md5-cache/dev-java/sax-2.2.1-r2 +++ b/metadata/md5-cache/dev-java/sax-2.2.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Simple API for XML, originally a Java-only API. It was the first wid EAPI=0 HOMEPAGE=http://sax.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=public-domain RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/sax/sax2r3.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=108d3d64ed45aaf541427f3082d63afd +_md5_=9f51d9314866032f45da5ede88542563 diff --git a/metadata/md5-cache/dev-java/saxon-6.5.5 b/metadata/md5-cache/dev-java/saxon-6.5.5 index 58d6e43b4107..78f7975c604e 100644 --- a/metadata/md5-cache/dev-java/saxon-6.5.5 +++ b/metadata/md5-cache/dev-java/saxon-6.5.5 @@ -4,10 +4,10 @@ DESCRIPTION=A collection of tools for processing XML documents: XSLT processor, EAPI=0 HOMEPAGE=http://saxon.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=MPL-1.1 RDEPEND=>=virtual/jre-1.4 ~dev-java/jdom-1.0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=6.5 SRC_URI=mirror://sourceforge/saxon/saxon6-5-5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=70f13c969f540ce7c9b4c0b10097d14f +_md5_=ef1ff799914606dd8dd192131cb25026 diff --git a/metadata/md5-cache/dev-java/saxon-6.5.5-r1 b/metadata/md5-cache/dev-java/saxon-6.5.5-r1 index b377c85270dd..ea6c55450c16 100644 --- a/metadata/md5-cache/dev-java/saxon-6.5.5-r1 +++ b/metadata/md5-cache/dev-java/saxon-6.5.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A collection of tools for processing XML documents: XSLT processor, EAPI=5 HOMEPAGE=http://saxon.sourceforge.net/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=MPL-1.1 RDEPEND=>=virtual/jre-1.4 dev-java/jdom:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=6.5 SRC_URI=mirror://sourceforge/saxon/saxon6-5-5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0240fa327741a38fcdb223a9c1a9efbf +_md5_=68eba903909a4ce7e2a825cd56facec7 diff --git a/metadata/md5-cache/dev-java/saxon-9.2.0.6 b/metadata/md5-cache/dev-java/saxon-9.2.0.6 index 09b7ae153534..dcd17848dcd3 100644 --- a/metadata/md5-cache/dev-java/saxon-9.2.0.6 +++ b/metadata/md5-cache/dev-java/saxon-9.2.0.6 @@ -4,10 +4,10 @@ DESCRIPTION=A XSLT and XQuery Processor EAPI=3 HOMEPAGE=http://saxon.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd LICENSE=MPL-1.0 RDEPEND=>=virtual/jre-1.6 dev-java/ant-core dev-java/dom4j:1 dev-java/jdom:1.0 dev-java/xom >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=9 SRC_URI=mirror://sourceforge/saxon/saxonhe9-2-0-6source.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=388b42564f1407385db5ec3a62cc2685 +_md5_=32c6cdd6dd269b2d21c32ce81385ef31 diff --git a/metadata/md5-cache/dev-java/saxon-9.2.0.6-r1 b/metadata/md5-cache/dev-java/saxon-9.2.0.6-r1 index 4d2ff25dfb02..056c3ed293bf 100644 --- a/metadata/md5-cache/dev-java/saxon-9.2.0.6-r1 +++ b/metadata/md5-cache/dev-java/saxon-9.2.0.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A XSLT and XQuery Processor EAPI=3 HOMEPAGE=http://saxon.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd LICENSE=MPL-1.0 RDEPEND=>=virtual/jre-1.6 dev-java/ant-core dev-java/dom4j:1 dev-java/jdom:0 dev-java/xom >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=9 SRC_URI=mirror://sourceforge/saxon/saxonhe9-2-0-6source.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8e7dfddd86b3da0a9bea4736f4f652c2 +_md5_=e04629f2c7117e620655d17624504131 diff --git a/metadata/md5-cache/dev-java/saxpath-1.0-r2 b/metadata/md5-cache/dev-java/saxpath-1.0-r2 index 471b5ce0912d..883493796279 100644 --- a/metadata/md5-cache/dev-java/saxpath-1.0-r2 +++ b/metadata/md5-cache/dev-java/saxpath-1.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A Simple API for XPath EAPI=0 HOMEPAGE=http://saxpath.sourceforge.net/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=JDOM RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/saxpath/saxpath-1.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=25b853399581d995ec840aa15dbb9a86 +_md5_=cd341cbb6af19df4030317ca995f59f2 diff --git a/metadata/md5-cache/dev-java/servletapi-2.2-r3 b/metadata/md5-cache/dev-java/servletapi-2.2-r3 index 38f4f0b2c00a..27ed08ed9d70 100644 --- a/metadata/md5-cache/dev-java/servletapi-2.2-r3 +++ b/metadata/md5-cache/dev-java/servletapi-2.2-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Servlet API 2.2 from jakarta.apache.org EAPI=0 HOMEPAGE=http://jakarta.apache.org/ IUSE=doc elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.2 SRC_URI=mirror://gentoo/servletapi-2.2-20021101.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=780443dd016aa3071d263c7b47e11207 +_md5_=3ed79e5eeac15cde7b26b0c6048f17ea diff --git a/metadata/md5-cache/dev-java/servletapi-2.3-r3 b/metadata/md5-cache/dev-java/servletapi-2.3-r3 index e4f4f8097344..c036c9b4c2cd 100644 --- a/metadata/md5-cache/dev-java/servletapi-2.3-r3 +++ b/metadata/md5-cache/dev-java/servletapi-2.3-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Servlet API 2.3 from jakarta.apache.org EAPI=0 HOMEPAGE=http://jakarta.apache.org/ IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x64-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x64-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 SLOT=2.3 SRC_URI=mirror://gentoo/servletapi-2.3-20021101.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=635b0569703a064840a5fa050abfb58f +_md5_=f7f05c895ec1cee883e51648bf94e8ec diff --git a/metadata/md5-cache/dev-java/servletapi-2.4-r5 b/metadata/md5-cache/dev-java/servletapi-2.4-r5 index 8dbae2e204c5..5861e197c888 100644 --- a/metadata/md5-cache/dev-java/servletapi-2.4-r5 +++ b/metadata/md5-cache/dev-java/servletapi-2.4-r5 @@ -4,10 +4,10 @@ DESCRIPTION=Servlet API 2.4 from jakarta.apache.org EAPI=0 HOMEPAGE=http://jakarta.apache.org/ IUSE=doc source elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 SLOT=2.4 SRC_URI=http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.20/src/apache-tomcat-5.5.20-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=68afbc77d426ddbc651fdbecdcdd1bcc +_md5_=77070ad57d1ece6b6ee1b6d357b47d28 diff --git a/metadata/md5-cache/dev-java/shared-objects-1.4-r3 b/metadata/md5-cache/dev-java/shared-objects-1.4-r3 index 032d9b95b0e8..726925eaf7a7 100644 --- a/metadata/md5-cache/dev-java/shared-objects-1.4-r3 +++ b/metadata/md5-cache/dev-java/shared-objects-1.4-r3 @@ -4,10 +4,10 @@ DESCRIPTION=A Java Class implementing a core factory for maximal sharing of arbi EAPI=0 HOMEPAGE=http://www.cwi.nl/htbin/sen1/twiki/bin/view/SEN1/ATermLibrary IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=http://www.cwi.nl/projects/MetaEnv/shared-objects/shared-objects-1.4.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=573e457df84b164534f6948a8ef1f8a5 +_md5_=3f8bcdbb5379d7b5e51b2c33bfdc780b diff --git a/metadata/md5-cache/dev-java/simplyhtml-0.13.1-r1 b/metadata/md5-cache/dev-java/simplyhtml-0.13.1-r1 index eb2cb74dbd02..dbe162a2a905 100644 --- a/metadata/md5-cache/dev-java/simplyhtml-0.13.1-r1 +++ b/metadata/md5-cache/dev-java/simplyhtml-0.13.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Text processing application based on HTML and CSS files EAPI=5 HOMEPAGE=http://simplyhtml.sourceforge.net IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris LICENSE=GPL-2 RDEPEND=dev-java/javahelp:0 dev-java/gnu-regexp:1 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/simplyhtml/SimplyHTML_src_0_13_1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b6e6e056ecf74fa7e51c0ac254ab1810 +_md5_=be0dd21b6271863af5fd5e7a932e8210 diff --git a/metadata/md5-cache/dev-java/sjsxp-1.0.1 b/metadata/md5-cache/dev-java/sjsxp-1.0.1 index a7db59f655cb..c1f72697cb18 100644 --- a/metadata/md5-cache/dev-java/sjsxp-1.0.1 +++ b/metadata/md5-cache/dev-java/sjsxp-1.0.1 @@ -4,10 +4,10 @@ DESCRIPTION=The Sun Java Streaming XML Parser (SJSXP) is an efficient implementa EAPI=0 HOMEPAGE=http://sjsxp.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=bea.ri.jsr173 RDEPEND=>=virtual/jre-1.5 dev-java/jsr173 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/sjsxp-1.0.1.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6a592a09460c7e19f853b1116da823e9 +_md5_=c37ae614f7b7ed22b8511f9e53ba95d1 diff --git a/metadata/md5-cache/dev-java/sjsxp-1.0.1-r1 b/metadata/md5-cache/dev-java/sjsxp-1.0.1-r1 index 4a5e94acae14..727483db0973 100644 --- a/metadata/md5-cache/dev-java/sjsxp-1.0.1-r1 +++ b/metadata/md5-cache/dev-java/sjsxp-1.0.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=The Sun Java Streaming XML Parser (SJSXP) is an efficient implementa EAPI=0 HOMEPAGE=http://sjsxp.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=bea.ri.jsr173 RDEPEND=>=virtual/jre-1.5 java-virtuals/stax-api >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/sjsxp-1.0.1.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3a8d2011f4467791dbb82209f9289a2b +_md5_=d7eea0106ac581d6cf82e77ea26747f4 diff --git a/metadata/md5-cache/dev-java/sjsxp-1.0.1-r2 b/metadata/md5-cache/dev-java/sjsxp-1.0.1-r2 index fdb0bfa3e673..ba1ed1d1b552 100644 --- a/metadata/md5-cache/dev-java/sjsxp-1.0.1-r2 +++ b/metadata/md5-cache/dev-java/sjsxp-1.0.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=The Sun Java Streaming XML Parser (SJSXP) is an efficient implementa EAPI=5 HOMEPAGE=http://sjsxp.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=bea.ri.jsr173 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/sjsxp-1.0.1.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b3044653ce15622942e36f87373773b9 +_md5_=202bcab77291ad7b251a08073a6024e5 diff --git a/metadata/md5-cache/dev-java/slf4j-api-1.7.7 b/metadata/md5-cache/dev-java/slf4j-api-1.7.7 index e4cc7d18f50b..c38cd153ccbd 100644 --- a/metadata/md5-cache/dev-java/slf4j-api-1.7.7 +++ b/metadata/md5-cache/dev-java/slf4j-api-1.7.7 @@ -4,10 +4,10 @@ DESCRIPTION=Simple Logging Facade for Java EAPI=5 HOMEPAGE=http://www.slf4j.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.slf4j.org/dist/slf4j-1.7.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7c9bfe5ac0b9308acab6cf16155372f7 +_md5_=4227a46ca6de3450f049809d6911cb4d diff --git a/metadata/md5-cache/dev-java/slf4j-ext-1.7.7 b/metadata/md5-cache/dev-java/slf4j-ext-1.7.7 index 0b18b8112007..0a6c2ac05558 100644 --- a/metadata/md5-cache/dev-java/slf4j-ext-1.7.7 +++ b/metadata/md5-cache/dev-java/slf4j-ext-1.7.7 @@ -4,11 +4,11 @@ DESCRIPTION=Simple Logging Facade for Java EAPI=5 HOMEPAGE=http://www.slf4j.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.6 dev-java/slf4j-api:0 dev-java/javassist:3 dev-java/cal10n:0 dev-java/commons-lang:2.1 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://www.slf4j.org/dist/slf4j-1.7.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9bc91e672e0c8abf489fdd384f36ac2f +_md5_=a3594b3fbcbef7f2df2f979d304ef9c4 diff --git a/metadata/md5-cache/dev-java/slf4j-nop-1.7.7 b/metadata/md5-cache/dev-java/slf4j-nop-1.7.7 index fdc96ef1fd6c..c844ad7a27cc 100644 --- a/metadata/md5-cache/dev-java/slf4j-nop-1.7.7 +++ b/metadata/md5-cache/dev-java/slf4j-nop-1.7.7 @@ -4,10 +4,10 @@ DESCRIPTION=Simple Logging Facade for Java EAPI=5 HOMEPAGE=http://www.slf4j.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.6 dev-java/slf4j-api:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.slf4j.org/dist/slf4j-1.7.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e7e947445252a5db46916e2d85a62739 +_md5_=9dcff2dc8d1ab47f7c522a174af5d363 diff --git a/metadata/md5-cache/dev-java/slf4j-simple-1.7.7 b/metadata/md5-cache/dev-java/slf4j-simple-1.7.7 index 718169e5485a..83ad63edb8b1 100644 --- a/metadata/md5-cache/dev-java/slf4j-simple-1.7.7 +++ b/metadata/md5-cache/dev-java/slf4j-simple-1.7.7 @@ -4,10 +4,10 @@ DESCRIPTION=Simple Logging Facade for Java EAPI=5 HOMEPAGE=http://www.slf4j.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.6 dev-java/slf4j-api:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.slf4j.org/dist/slf4j-1.7.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=99087cce1ac02923640796285438ce18 +_md5_=08ca7e2fe1bb27cacf5494f369806864 diff --git a/metadata/md5-cache/dev-java/smack-2.2.1 b/metadata/md5-cache/dev-java/smack-2.2.1 index dc46af3e686b..e70299f367f6 100644 --- a/metadata/md5-cache/dev-java/smack-2.2.1 +++ b/metadata/md5-cache/dev-java/smack-2.2.1 @@ -4,10 +4,10 @@ DESCRIPTION=An Open Source XMPP (Jabber) client library for instant messaging an EAPI=0 HOMEPAGE=http://www.jivesoftware.org/smack/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 dev-java/xpp3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.2 SRC_URI=http://www.jivesoftware.org/builds/smack/smack-dev-2.2.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eb57f29c5e7e2e393075ba705fd552eb +_md5_=b85edb896e5c4c0f66bc6799ad313c1a diff --git a/metadata/md5-cache/dev-java/snip-0.11 b/metadata/md5-cache/dev-java/snip-0.11 index d384891dbc0b..912ba50efb1e 100644 --- a/metadata/md5-cache/dev-java/snip-0.11 +++ b/metadata/md5-cache/dev-java/snip-0.11 @@ -4,10 +4,10 @@ DESCRIPTION=an Apache ANT optional task that extracts snippets of code from text EAPI=0 HOMEPAGE=http://www.martiansoftware.com/lab/index.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/ant-core-1.5.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.martiansoftware.com/lab/snip/snip-0.11-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=81eb16821d65ad63ff3193eb11343676 +_md5_=4d2af89beed18a033c3f60f90967da88 diff --git a/metadata/md5-cache/dev-java/stax-1.2.0 b/metadata/md5-cache/dev-java/stax-1.2.0 index 3f07916006ba..f021de2d29c3 100644 --- a/metadata/md5-cache/dev-java/stax-1.2.0 +++ b/metadata/md5-cache/dev-java/stax-1.2.0 @@ -4,11 +4,11 @@ DESCRIPTION=A standard XML processing API that allows you to stream XML data fro EAPI=0 HOMEPAGE=http://stax.codehaus.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://dist.codehaus.org/stax/distributions/stax-src-1.2.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=06a2c3248aa8d32084244c42fd41ecb8 +_md5_=2aa5242d60065388a09e5c552cfc8e69 diff --git a/metadata/md5-cache/dev-java/stax-ex-1.0-r4 b/metadata/md5-cache/dev-java/stax-ex-1.0-r4 index 109e569cce7b..f67378fb764d 100644 --- a/metadata/md5-cache/dev-java/stax-ex-1.0-r4 +++ b/metadata/md5-cache/dev-java/stax-ex-1.0-r4 @@ -4,10 +4,10 @@ DESCRIPTION=Extensions to complement JSR-173 StAX API EAPI=5 HOMEPAGE=http://stax-ex.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ~ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ~ppc64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.6 java-virtuals/jaf:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://stax-ex.java.net/files/documents/4480/44372/stax-ex-1.0-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2da21e54f66debadf0d94dea2b8f9a47 +_md5_=db0ada23352c23e0b1e717d97ce9131b diff --git a/metadata/md5-cache/dev-java/stax-ex-1.7.6 b/metadata/md5-cache/dev-java/stax-ex-1.7.6 index 08a7db7497ea..6e2e73f42b60 100644 --- a/metadata/md5-cache/dev-java/stax-ex-1.7.6 +++ b/metadata/md5-cache/dev-java/stax-ex-1.7.6 @@ -4,10 +4,10 @@ DESCRIPTION=Extensions to complement JSR-173 StAX API EAPI=5 HOMEPAGE=http://stax-ex.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ~ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ~ppc64 x86 ~x86-fbsd LICENSE=CDDL GPL-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://maven.java.net/content/groups/public/org/jvnet/staxex/stax-ex/1.7.6/stax-ex-1.7.6-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=970894e74b16a5c0a3ec2c439076bf74 +_md5_=b2a6a7b78a9404a2161cfbb074494d66 diff --git a/metadata/md5-cache/dev-java/stax2-api-4.0.0-r1 b/metadata/md5-cache/dev-java/stax2-api-4.0.0-r1 index fc2732925eb5..1f87f9309b57 100644 --- a/metadata/md5-cache/dev-java/stax2-api-4.0.0-r1 +++ b/metadata/md5-cache/dev-java/stax2-api-4.0.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Extended Stax (STandard Api for Xml procesing) API EAPI=5 HOMEPAGE=https://github.com/FasterXML/stax2-api IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/FasterXML/stax2-api/archive/stax2-api-4.0.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6ec865890345750dfb2e7ea6d1dc61d6 +_md5_=027e96fcad1fea5f16036ac75e7d6f2f diff --git a/metadata/md5-cache/dev-java/stringtemplate-3.2.1-r1 b/metadata/md5-cache/dev-java/stringtemplate-3.2.1-r1 index bcbfbce1d86e..7445e3679b6d 100644 --- a/metadata/md5-cache/dev-java/stringtemplate-3.2.1-r1 +++ b/metadata/md5-cache/dev-java/stringtemplate-3.2.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A Java template engine EAPI=5 HOMEPAGE=http://www.stringtemplate.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=dev-java/antlr-2.7.7-r7:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/antlr/stringtemplate3/archive/3.2.1.tar.gz -> stringtemplate-3.2.1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=58e70832b2d0483bec38a50a618b1aca +_md5_=2fc463cf45d7127b4206ce3bd2647369 diff --git a/metadata/md5-cache/dev-java/stringtemplate-4.0.8 b/metadata/md5-cache/dev-java/stringtemplate-4.0.8 index 517e00f97d61..e1e675c79cf3 100644 --- a/metadata/md5-cache/dev-java/stringtemplate-4.0.8 +++ b/metadata/md5-cache/dev-java/stringtemplate-4.0.8 @@ -4,11 +4,11 @@ DESCRIPTION=A Java template engine EAPI=5 HOMEPAGE=http://www.stringtemplate.org/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD PDEPEND=>=dev-java/antlr-3.5.2:3.5 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=4 SRC_URI=https://github.com/antlr/stringtemplate4/archive/4.0.8.tar.gz -> stringtemplate-4.0.8.tar.gz http://www.antlr3.org/download/antlr-3.5.2-complete.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=725b48a3a9b73dd17ba6b2363a4113c7 +_md5_=63a23f2301e88b9184a589c901aaaf80 diff --git a/metadata/md5-cache/dev-java/sun-dtdparser-1.0 b/metadata/md5-cache/dev-java/sun-dtdparser-1.0 index 83ce3fe14562..ad6b2290880e 100644 --- a/metadata/md5-cache/dev-java/sun-dtdparser-1.0 +++ b/metadata/md5-cache/dev-java/sun-dtdparser-1.0 @@ -4,10 +4,10 @@ DESCRIPTION=Sun DTDParser EAPI=0 HOMEPAGE=https://jaxb2-sources.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=BSD-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/dtd-parser-1.0-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eaee02e80b1cde18faa697bce8b53b18 +_md5_=ab8dc3dd4e4dfe5db1d9eb1acb169609 diff --git a/metadata/md5-cache/dev-java/sun-httpserver-bin-2.0.1-r1 b/metadata/md5-cache/dev-java/sun-httpserver-bin-2.0.1-r1 index 1248beb48826..00afb9534519 100644 --- a/metadata/md5-cache/dev-java/sun-httpserver-bin-2.0.1-r1 +++ b/metadata/md5-cache/dev-java/sun-httpserver-bin-2.0.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Sun sun.net.httpserver classes EAPI=5 HOMEPAGE=http://jax-ws.dev.java.net/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 SLOT=2 SRC_URI=https://jax-ws.dev.java.net/jax-ws-201-m1/JAXWS2.0.1m1_source_20060817.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=37760c61336baec2848b8d797aba743f +_md5_=5c53142dbfd9240bc010ede57c5af74b diff --git a/metadata/md5-cache/dev-java/sun-j2ee-deployment-bin-1.1-r2 b/metadata/md5-cache/dev-java/sun-j2ee-deployment-bin-1.1-r2 index 5ee359b0aec5..8241ea70cc05 100644 --- a/metadata/md5-cache/dev-java/sun-j2ee-deployment-bin-1.1-r2 +++ b/metadata/md5-cache/dev-java/sun-j2ee-deployment-bin-1.1-r2 @@ -4,11 +4,11 @@ DESCRIPTION=J2EE Application Deployment Specification EAPI=0 HOMEPAGE=http://java.sun.com/j2ee/tools/deployment/ IUSE=doc elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=sun-bcla-j2ee-deployment RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=1.1 SRC_URI=j2ee_deployment-1_1-fr-class.zip doc? ( j2ee_deployment-1_1-fr-doc.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3b9ba0f86f5caab88fdcec3f599ce8e3 +_md5_=3b76b8562ca7598d156ca01d488ab41d diff --git a/metadata/md5-cache/dev-java/sun-jaf-1.1.1 b/metadata/md5-cache/dev-java/sun-jaf-1.1.1 index 9ce6b5f2402d..55317cdbcbbf 100644 --- a/metadata/md5-cache/dev-java/sun-jaf-1.1.1 +++ b/metadata/md5-cache/dev-java/sun-jaf-1.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=Sun's JavaBeans Activation Framework (JAF) EAPI=0 HOMEPAGE=http://java.sun.com/products/javabeans/glasgow/jaf.html IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=CDDL RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/sun-jaf-1.1.1.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=73c8b490af23234372ec7b1ad0fae83b +_md5_=2d6019ebc768b509d98ade96c877a03d diff --git a/metadata/md5-cache/dev-java/sun-jai-bin-1.1.3 b/metadata/md5-cache/dev-java/sun-jai-bin-1.1.3 index 270124c5e31d..7ae136c3e931 100644 --- a/metadata/md5-cache/dev-java/sun-jai-bin-1.1.3 +++ b/metadata/md5-cache/dev-java/sun-jai-bin-1.1.3 @@ -4,11 +4,11 @@ DESCRIPTION=JAI is a class library for managing images EAPI=0 HOMEPAGE=https://jai.dev.java.net/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=sun-bcla-jai RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 RESTRICT=mirror SLOT=0 SRC_URI=http://download.java.net/media/jai/builds/release/1_1_3/jai-1_1_3-lib-linux-i586.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9ec8a8f5f5eb09765cda4488683c038f +_md5_=5c347e6977e6f3c484c1e2800e08b7d7 diff --git a/metadata/md5-cache/dev-java/sun-javamail-1.4.3 b/metadata/md5-cache/dev-java/sun-javamail-1.4.3 index c7a325b4df8d..cffa55e9bdfe 100644 --- a/metadata/md5-cache/dev-java/sun-javamail-1.4.3 +++ b/metadata/md5-cache/dev-java/sun-javamail-1.4.3 @@ -4,10 +4,10 @@ DESCRIPTION=A Java-based framework to build multiplatform mail and messaging app EAPI=2 HOMEPAGE=http://java.sun.com/products/javamail/index.html IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=CDDL GPL-2 BSD RDEPEND=>=virtual/jre-1.4 java-virtuals/jaf >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://kenai.com/projects/javamail/downloads/download//javamail-1.4.3-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8b3564788abbff694cfff44893d456a1 +_md5_=1751f73b2e843025e18ddd17ee33ba83 diff --git a/metadata/md5-cache/dev-java/sun-jimi-1.0-r3 b/metadata/md5-cache/dev-java/sun-jimi-1.0-r3 index 57dd10a2875c..93746004f5a0 100644 --- a/metadata/md5-cache/dev-java/sun-jimi-1.0-r3 +++ b/metadata/md5-cache/dev-java/sun-jimi-1.0-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Jimi is a class library for managing images EAPI=5 HOMEPAGE=http://www.oracle.com/technetwork/java/index.html IUSE=elibc_FreeBSD doc -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Oracle-BCLA-JavaSE RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=0 SRC_URI=jimi1_0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6508b3c058a1e6e94f5063abcf7e3a65 +_md5_=3659f12919f24ae121afa7191cd4b14a diff --git a/metadata/md5-cache/dev-java/sun-jms-1.1-r2 b/metadata/md5-cache/dev-java/sun-jms-1.1-r2 index fc753b24a0a5..79b76aaddc69 100644 --- a/metadata/md5-cache/dev-java/sun-jms-1.1-r2 +++ b/metadata/md5-cache/dev-java/sun-jms-1.1-r2 @@ -4,11 +4,11 @@ DESCRIPTION=The Java Message Service (JMS) API EAPI=0 HOMEPAGE=http://java.sun.com/products/jms/ IUSE=doc elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=sun-bcla-jms RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=0 SRC_URI=jms-1_1-fr-apidocs.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=01260ef437a99285c5b4417f18c6d83c +_md5_=ce74481a9019ba34b10b8f9321a01a7a diff --git a/metadata/md5-cache/dev-java/sun-jmx-1.2.1-r3 b/metadata/md5-cache/dev-java/sun-jmx-1.2.1-r3 index 4c96e9a29a97..8b188f756533 100644 --- a/metadata/md5-cache/dev-java/sun-jmx-1.2.1-r3 +++ b/metadata/md5-cache/dev-java/sun-jmx-1.2.1-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Java Management Extensions for managing and monitoring devices, appl EAPI=4 HOMEPAGE=http://www.oracle.com/technetwork/java/javase/tech/javamanagement-140525.html IUSE=elibc_FreeBSD doc examples -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=Oracle-BCLA-JavaSE RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 RESTRICT=fetch SLOT=0 SRC_URI=jmx-1_2_1-ri.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fb9ebbc0003d3019c76391b4b5494ed3 +_md5_=75575d49508a212befc48df6ec71329a diff --git a/metadata/md5-cache/dev-java/super-csv-2.3.1 b/metadata/md5-cache/dev-java/super-csv-2.3.1 index 7c1aa4a44df0..43699965deb0 100644 --- a/metadata/md5-cache/dev-java/super-csv-2.3.1 +++ b/metadata/md5-cache/dev-java/super-csv-2.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=A fast, programmer-friendly, free CSV library for Java EAPI=5 HOMEPAGE=http://super-csv.github.io/ IUSE=elibc_FreeBSD source doc test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/super-csv/super-csv/archive/v2.3.1.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=36fcf94a6311adb9c92892758bb8f359 +_md5_=d255ce007570cc1a322c9f1e00f2b05b diff --git a/metadata/md5-cache/dev-java/swing-layout-1.0.4 b/metadata/md5-cache/dev-java/swing-layout-1.0.4 index c3afdbdd4459..255d04a70e29 100644 --- a/metadata/md5-cache/dev-java/swing-layout-1.0.4 +++ b/metadata/md5-cache/dev-java/swing-layout-1.0.4 @@ -4,10 +4,10 @@ DESCRIPTION=Professional cross platform layouts with Swing EAPI=0 HOMEPAGE=https://swing-layout.dev.java.net/ IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=https://swing-layout.dev.java.net/files/documents/2752/144673/swing-layout-1.0.4-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=110e05a115a6caa579d7bfe85dd41e67 +_md5_=46678f73521688ae4c80f5f330bd3ed5 diff --git a/metadata/md5-cache/dev-java/swt-3.5.2 b/metadata/md5-cache/dev-java/swt-3.5.2 index 24d29d7aeb0f..7f0a6be076e1 100644 --- a/metadata/md5-cache/dev-java/swt-3.5.2 +++ b/metadata/md5-cache/dev-java/swt-3.5.2 @@ -4,10 +4,10 @@ DESCRIPTION=GTK based SWT Library EAPI=2 HOMEPAGE=http://www.eclipse.org/ IUSE=cairo gnome opengl elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6.8:2 >=dev-libs/atk-1.10.2 cairo? ( >=x11-libs/cairo-1.4.14 ) gnome? ( =gnome-base/libgnome-2* =gnome-base/gnome-vfs-2* =gnome-base/libgnomeui-2* ) opengl? ( virtual/opengl virtual/glu ) x11-libs/libXtst >=dev-java/java-config-2.2.0 SLOT=3.5 SRC_URI=x86? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/swt-3.5.2-gtk-linux-x86.zip ) x86-fbsd? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/swt-3.5.2-gtk-linux-x86.zip ) amd64? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/swt-3.5.2-gtk-linux-x86_64.zip ) ppc? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/swt-3.5.2-gtk-linux-ppc.zip ) ppc64? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.5.2-201002111343/swt-3.5.2-gtk-linux-x86_64.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3e638879cb4f8ebfec6b0cecd75c4574 +_md5_=5c8890ad6c37f3352b42bc092019ed91 diff --git a/metadata/md5-cache/dev-java/swt-3.6.1 b/metadata/md5-cache/dev-java/swt-3.6.1 index 3979f6d38d75..c89c720745e7 100644 --- a/metadata/md5-cache/dev-java/swt-3.6.1 +++ b/metadata/md5-cache/dev-java/swt-3.6.1 @@ -4,10 +4,10 @@ DESCRIPTION=GTK based SWT Library EAPI=2 HOMEPAGE=http://www.eclipse.org/ IUSE=cairo gnome opengl elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6.8:2 >=dev-libs/atk-1.10.2 cairo? ( >=x11-libs/cairo-1.4.14 ) gnome? ( =gnome-base/libgnome-2* =gnome-base/gnome-vfs-2* =gnome-base/libgnomeui-2* ) opengl? ( virtual/opengl virtual/glu ) x11-libs/libXtst >=dev-java/java-config-2.2.0 SLOT=3.6 SRC_URI=x86? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/swt-3.6.1-gtk-linux-x86.zip ) x86-fbsd? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/swt-3.6.1-gtk-linux-x86.zip ) amd64? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/swt-3.6.1-gtk-linux-x86_64.zip ) ppc? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/swt-3.6.1-gtk-linux-ppc.zip ) ppc64? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/swt-3.6.1-gtk-linux-x86_64.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f7e7e7647884851ee8ca95819a95ea85 +_md5_=f3f6133a4ab0502e39069e8c127e7c36 diff --git a/metadata/md5-cache/dev-java/swt-3.7.1 b/metadata/md5-cache/dev-java/swt-3.7.1 index 73fce5307acf..95a70a0e2ee1 100644 --- a/metadata/md5-cache/dev-java/swt-3.7.1 +++ b/metadata/md5-cache/dev-java/swt-3.7.1 @@ -4,10 +4,10 @@ DESCRIPTION=GTK based SWT Library EAPI=4 HOMEPAGE=http://www.eclipse.org/ IUSE=cairo gnome opengl webkit elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6.8:2 >=dev-libs/atk-1.10.2 cairo? ( >=x11-libs/cairo-1.4.14 ) gnome? ( =gnome-base/libgnome-2* =gnome-base/gnome-vfs-2* =gnome-base/libgnomeui-2* ) opengl? ( virtual/opengl virtual/glu ) webkit? ( >=net-libs/webkit-gtk-1.2:2 ) x11-libs/libXtst >=dev-java/java-config-2.2.0 SLOT=3.7 SRC_URI=x86? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/swt-3.7.1-gtk-linux-x86.zip ) x86-fbsd? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/swt-3.7.1-gtk-linux-x86.zip ) amd64? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/swt-3.7.1-gtk-linux-x86_64.zip ) ppc? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/swt-3.7.1-gtk-linux-x86.zip ) ppc64? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/swt-3.7.1-gtk-linux-ppc64.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=61e195211e69de24da20a48572e72ee8 +_md5_=0fd5258cfb73123ba4faed62bb478d5e diff --git a/metadata/md5-cache/dev-java/swt-3.7.2 b/metadata/md5-cache/dev-java/swt-3.7.2 index 5b412328240e..72ad61b74a3b 100644 --- a/metadata/md5-cache/dev-java/swt-3.7.2 +++ b/metadata/md5-cache/dev-java/swt-3.7.2 @@ -4,10 +4,10 @@ DESCRIPTION=GTK based SWT Library EAPI=4 HOMEPAGE=http://www.eclipse.org/ IUSE=cairo gnome opengl webkit elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~ppc64 x86 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6.8:2 >=dev-libs/atk-1.10.2 cairo? ( >=x11-libs/cairo-1.4.14 ) gnome? ( =gnome-base/libgnome-2* =gnome-base/gnome-vfs-2* =gnome-base/libgnomeui-2* ) opengl? ( virtual/opengl virtual/glu ) webkit? ( >=net-libs/webkit-gtk-1.2:2 ) x11-libs/libXtst >=dev-java/java-config-2.2.0 SLOT=3.7 SRC_URI=x86? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/swt-3.7.2-gtk-linux-x86.zip ) x86-fbsd? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/swt-3.7.2-gtk-linux-x86.zip ) amd64? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/swt-3.7.2-gtk-linux-x86_64.zip ) ppc? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/swt-3.7.2-gtk-linux-x86.zip ) ppc64? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/swt-3.7.2-gtk-linux-ppc64.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ee306d95df4bc091c54a68f65358a669 +_md5_=e8e9106a166f8c10f9f7a4bff83c6ea6 diff --git a/metadata/md5-cache/dev-java/swt-3.7.2-r1 b/metadata/md5-cache/dev-java/swt-3.7.2-r1 index e37b99e81a06..7e0a3c1da9cd 100644 --- a/metadata/md5-cache/dev-java/swt-3.7.2-r1 +++ b/metadata/md5-cache/dev-java/swt-3.7.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=GTK based SWT Library EAPI=4 HOMEPAGE=http://www.eclipse.org/ IUSE=cairo gnome opengl webkit elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6.8:2 >=dev-libs/atk-1.10.2 cairo? ( >=x11-libs/cairo-1.4.14 ) gnome? ( =gnome-base/libgnome-2* =gnome-base/gnome-vfs-2* =gnome-base/libgnomeui-2* ) opengl? ( virtual/opengl virtual/glu ) webkit? ( >=net-libs/webkit-gtk-1.2:2 ) x11-libs/libXtst >=dev-java/java-config-2.2.0 SLOT=3.7 SRC_URI=x86? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/swt-3.7.2-gtk-linux-x86.zip ) x86-fbsd? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/swt-3.7.2-gtk-linux-x86.zip ) amd64? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/swt-3.7.2-gtk-linux-x86_64.zip ) ppc? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/swt-3.7.2-gtk-linux-x86.zip ) ppc64? ( http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/swt-3.7.2-gtk-linux-ppc64.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d9114ed1a27cd62db09c3987e8535094 +_md5_=1a684ae71bd931079a89ce3852e3c265 diff --git a/metadata/md5-cache/dev-java/swt-3.8.2 b/metadata/md5-cache/dev-java/swt-3.8.2 index 0b09a4af1568..c3c6f62ebcfc 100644 --- a/metadata/md5-cache/dev-java/swt-3.8.2 +++ b/metadata/md5-cache/dev-java/swt-3.8.2 @@ -4,10 +4,10 @@ DESCRIPTION=GTK based SWT Library EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=cairo gnome opengl webkit elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6.8:2 >=dev-libs/atk-1.10.2 cairo? ( >=x11-libs/cairo-1.4.14 ) gnome? ( gnome-base/gnome-vfs:2 gnome-base/libgnome gnome-base/libgnomeui ) opengl? ( virtual/opengl virtual/glu ) webkit? ( >=net-libs/webkit-gtk-1.2:2 ) x11-libs/libXtst >=dev-java/java-config-2.2.0 SLOT=3.8 SRC_URI=x86? ( http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-x86.zip ) x86-fbsd? ( http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-x86.zip ) amd64? ( http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-x86_64.zip ) ppc? ( http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-x86.zip ) ppc64? ( http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-ppc64.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bc5f5986ea23e75a142cda149adcd948 +_md5_=91bab8457a26e5d68aa98c8fca5d3c6c diff --git a/metadata/md5-cache/dev-java/swt-3.8.2-r1 b/metadata/md5-cache/dev-java/swt-3.8.2-r1 index 42fa671125ae..c2efb831b813 100644 --- a/metadata/md5-cache/dev-java/swt-3.8.2-r1 +++ b/metadata/md5-cache/dev-java/swt-3.8.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=GTK based SWT Library EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=cairo gnome opengl webkit elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6.8:2 >=dev-libs/atk-1.10.2 cairo? ( >=x11-libs/cairo-1.4.14 ) gnome? ( gnome-base/gnome-vfs:2 gnome-base/libgnome gnome-base/libgnomeui ) opengl? ( virtual/opengl virtual/glu ) webkit? ( >=net-libs/webkit-gtk-1.2:2 ) x11-libs/libXtst >=dev-java/java-config-2.2.0 SLOT=3.8 SRC_URI=x86? ( http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-x86.zip ) x86-fbsd? ( http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-x86.zip ) amd64? ( http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-x86_64.zip ) ppc? ( http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-x86.zip ) ppc64? ( http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-ppc64.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8dc073c923df6aaaac72610f1f69bdf8 +_md5_=e1ea081ab87577bf9d9706f812ff4237 diff --git a/metadata/md5-cache/dev-java/swt-4.2 b/metadata/md5-cache/dev-java/swt-4.2 index 40a4d2749c2c..851cea897871 100644 --- a/metadata/md5-cache/dev-java/swt-4.2 +++ b/metadata/md5-cache/dev-java/swt-4.2 @@ -4,10 +4,10 @@ DESCRIPTION=GTK based SWT Library EAPI=4 HOMEPAGE=http://www.eclipse.org/ IUSE=cairo gnome opengl webkit elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=>=dev-libs/atk-1.10.2 >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6.8:2 x11-libs/libXtst cairo? ( >=x11-libs/cairo-1.4.14 ) gnome? ( =gnome-base/gnome-vfs-2* =gnome-base/libgnome-2* =gnome-base/libgnomeui-2* ) opengl? ( virtual/glu virtual/opengl ) webkit? ( >=net-libs/webkit-gtk-1.2:2 ) >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=4.2 SRC_URI=amd64? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86_64.zip ) ppc? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86.zip ) ppc64? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-ppc64.zip ) x86? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86.zip ) x86-fbsd? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=208e0a01fad85890b41ad99da6d74e1a +_md5_=1fe976236b3c2d737fa8b0906d7dd8fd diff --git a/metadata/md5-cache/dev-java/swt-4.2-r1 b/metadata/md5-cache/dev-java/swt-4.2-r1 index 6551a78884f6..22c7c27e2adf 100644 --- a/metadata/md5-cache/dev-java/swt-4.2-r1 +++ b/metadata/md5-cache/dev-java/swt-4.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=GTK based SWT Library EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=cairo gnome opengl webkit elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=>=dev-libs/atk-1.10.2 >=dev-libs/glib-2.32 >=x11-libs/gtk+-2.6.8:2 x11-libs/libXtst cairo? ( >=x11-libs/cairo-1.4.14 ) gnome? ( =gnome-base/gnome-vfs-2* =gnome-base/libgnome-2* =gnome-base/libgnomeui-2* ) opengl? ( virtual/glu virtual/opengl ) webkit? ( >=net-libs/webkit-gtk-1.2:2 ) >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=4.2 SRC_URI=amd64? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86_64.zip ) ppc? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86.zip ) ppc64? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-ppc64.zip ) x86? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86.zip ) x86-fbsd? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=954c245bdca8c0a0fc8011e913383c70 +_md5_=0b0dfcbf256379fa0f45d1a593174c37 diff --git a/metadata/md5-cache/dev-java/swt-4.2-r2 b/metadata/md5-cache/dev-java/swt-4.2-r2 index 4cd66ce4f11e..df4f5b61197f 100644 --- a/metadata/md5-cache/dev-java/swt-4.2-r2 +++ b/metadata/md5-cache/dev-java/swt-4.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=GTK based SWT Library EAPI=5 HOMEPAGE=http://www.eclipse.org/ IUSE=cairo gnome opengl webkit elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=CPL-1.0 LGPL-2.1 MPL-1.1 RDEPEND=>=dev-libs/atk-1.10.2 >=dev-libs/glib-2.32 >=x11-libs/gtk+-2.6.8:2 x11-libs/libXtst cairo? ( >=x11-libs/cairo-1.4.14 ) gnome? ( =gnome-base/gnome-vfs-2* =gnome-base/libgnome-2* =gnome-base/libgnomeui-2* ) opengl? ( virtual/glu virtual/opengl ) webkit? ( >=net-libs/webkit-gtk-1.2:2 ) >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=4.2 SRC_URI=amd64? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86_64.zip ) ppc? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86.zip ) ppc64? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-ppc64.zip ) x86? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86.zip ) x86-fbsd? ( http://archive.eclipse.org/eclipse/downloads/drops4/R-4.2-201206081400/swt-4.2-gtk-linux-x86.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4a5ff82cf39b45b575d227ee062915ab +_md5_=0b8ff4dd0db3498be737851d3c80b116 diff --git a/metadata/md5-cache/dev-java/tablelayout-1.0 b/metadata/md5-cache/dev-java/tablelayout-1.0 index 36683f634013..44131981a879 100644 --- a/metadata/md5-cache/dev-java/tablelayout-1.0 +++ b/metadata/md5-cache/dev-java/tablelayout-1.0 @@ -4,10 +4,10 @@ DESCRIPTION=Layout manager that makes creating user interfaces fast and easy EAPI=5 HOMEPAGE=https://tablelayout.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~ppc64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.oracle.com/technetwork/java/tablelayout.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9e2e67d12b897b51a1bf0c57c2cdc521 +_md5_=3d60698d511f372f7a7693e511352134 diff --git a/metadata/md5-cache/dev-java/tagsoup-1.2.1 b/metadata/md5-cache/dev-java/tagsoup-1.2.1 index 4ea72b381b00..6b43a718f8cf 100644 --- a/metadata/md5-cache/dev-java/tagsoup-1.2.1 +++ b/metadata/md5-cache/dev-java/tagsoup-1.2.1 @@ -4,10 +4,10 @@ DESCRIPTION=A SAX-compliant parser written in Java EAPI=4 HOMEPAGE=http://mercury.ccil.org/~cowan/XML/tagsoup/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://mercury.ccil.org/~cowan/XML/tagsoup/tagsoup-1.2.1-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=10b5cf272e66cf7ae36e58fbc4b38491 +_md5_=619ddb376ad063b7ed15efc56d528e59 diff --git a/metadata/md5-cache/dev-java/telnetd-2.0 b/metadata/md5-cache/dev-java/telnetd-2.0 index ea6e36a8a656..84a2380161a3 100644 --- a/metadata/md5-cache/dev-java/telnetd-2.0 +++ b/metadata/md5-cache/dev-java/telnetd-2.0 @@ -4,10 +4,10 @@ DESCRIPTION=A telnet daemon for use in java applications EAPI=0 HOMEPAGE=http://telnetd.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4 dev-java/commons-logging >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/telnetd/telnetd-2.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b2fb9fdeffd9e582c6a5a753a961e865 +_md5_=5d2b5b2aa1f89c84e85d40a9f3dca2e5 diff --git a/metadata/md5-cache/dev-java/tijmp-0.8 b/metadata/md5-cache/dev-java/tijmp-0.8 index ad49ab585df3..2d6323970cfa 100644 --- a/metadata/md5-cache/dev-java/tijmp-0.8 +++ b/metadata/md5-cache/dev-java/tijmp-0.8 @@ -4,10 +4,10 @@ DESCRIPTION=Java Memory Profiler for java 1.6+ EAPI=2 HOMEPAGE=http://www.khelekore.org/jmp/tijmp/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-3 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://www.khelekore.org/jmp/tijmp/tijmp-0.8.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=64eace9c6e9f94f97e44edbb79a9988e +_md5_=1ba8db266288470cdaff33bca5c05540 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-3 b/metadata/md5-cache/dev-java/tomcat-servlet-api-3 index 965393e6277a..2996df617858 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-3 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-3 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 2.2/JSP API 1.2 implementation EAPI=0 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.2 SRC_URI=mirror://apache/jakarta/tomcat-3/src/jakarta-servletapi-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=35e6128e20ae30c26ce861fd498da4c8 +_md5_=ee98c2c33b29665c3876707b0fc7b6de diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-4.1.36 b/metadata/md5-cache/dev-java/tomcat-servlet-api-4.1.36 index 0b76d2b424d3..5f09b07a3437 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-4.1.36 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-4.1.36 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 2.3/JSP API 1.2 implementation EAPI=0 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.3 SRC_URI=mirror://apache/tomcat/tomcat-4/v4.1.36/src/apache-tomcat-4.1.36-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d37de84bfdc72c1cba1c02650a183bdc +_md5_=2b7fb10ac076b4b52269a907aa87eb07 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-5.5.27-r1 b/metadata/md5-cache/dev-java/tomcat-servlet-api-5.5.27-r1 index 0ed6ebe7e8c0..5c57f97d3a6d 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-5.5.27-r1 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-5.5.27-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 2.4/JSP API 2.0 implementation EAPI=0 HOMEPAGE=http://tomcat.apache.org/ IUSE=doc source elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 SLOT=2.4 SRC_URI=mirror://apache/tomcat/tomcat-5/v5.5.27/src/apache-tomcat-5.5.27-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=376bdb4ba7f3b968e01f5c7b5e2dc131 +_md5_=a516340efdce34ad4d886a2df409fd6e diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-5.5.34 b/metadata/md5-cache/dev-java/tomcat-servlet-api-5.5.34 index 31ad1ddd8bc9..cb644a24efd1 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-5.5.34 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-5.5.34 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 2.4/JSP API 2.0 implementation EAPI=0 HOMEPAGE=http://tomcat.apache.org/ IUSE=doc source elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~amd64 ~arm ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.2.0 SLOT=2.4 SRC_URI=mirror://apache/tomcat/tomcat-5/v5.5.34/src/apache-tomcat-5.5.34-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-osgi a6786ef95ac1c00fe7da4bb9dc1499f3 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d3b4486fd32e41ef74e18ca57567dd4b +_md5_=353c4bfafc81d6fd39fcfa4a9a5c014b diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44 b/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44 index f38b7c2c2147..ae96be0b7445 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 2.5/JSP API 2.1 implementation EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.5 SRC_URI=mirror://apache/tomcat/tomcat-6/v6.0.44/src/apache-tomcat-6.0.44-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1968b3669fd7afe32fc5867569251f0d +_md5_=d3ab2ad6b7369e13dfe8a675c67fc29a diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44-r1 b/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44-r1 index 86a468f9aad7..c1fcb4066e32 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44-r1 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-6.0.44-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 2.5/JSP API 2.1 implementation EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2.5 SRC_URI=mirror://apache/tomcat/tomcat-6/v6.0.44/src/apache-tomcat-6.0.44-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7302e8831070552eb535200ed81f0da3 +_md5_=6c7ae6352bbbefe017e2ca3e312022c7 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.59 b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.59 index 38caf1660903..0b7e2fe8c9bf 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.59 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.59 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 3.0/JSP API 2.2 implementation EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.59/src/apache-tomcat-7.0.59-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=62ea5ca0ae57735e36dae960ccf335e6 +_md5_=cde25acb95ff358786aa37d55f2be4e9 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.63 b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.63 index a8c154868316..bfc6511a3342 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.63 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.63 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 3.0/JSP API 2.2 implementation EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.63/src/apache-tomcat-7.0.63-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=88390059499b6793bc22a92a43f72076 +_md5_=46845e5067392eedef314def06eca534 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.64 b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.64 index 5a804c85d34d..a8b7b8021fb7 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.64 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.64 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 3.0/JSP API 2.2 implementation EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.64/src/apache-tomcat-7.0.64-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b527131336d5e62cb36edb08807f7959 +_md5_=fb612808b1cc0d8223d6e69513843e12 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.65 b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.65 index f5ac91caa220..34c717818ae1 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.65 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.65 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 3.0/JSP API 2.2 implementation EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.65/src/apache-tomcat-7.0.65-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ca24394dcce8cdb984e45b1b5a0381bc +_md5_=b48d3810308939c804044f30d1b0b776 diff --git a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.67 b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.67 index b3373f7481ce..6308a19e6ce8 100644 --- a/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.67 +++ b/metadata/md5-cache/dev-java/tomcat-servlet-api-7.0.67 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat's Servlet API 3.0/JSP API 2.2 implementation EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.0 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.67/src/apache-tomcat-7.0.67-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7065bad873a59a131c599d8df72b61dd +_md5_=1f7ece82a9f85f19d4d2a1b2c2d71138 diff --git a/metadata/md5-cache/dev-java/touchgraph-graphlayout-1.22-r1 b/metadata/md5-cache/dev-java/touchgraph-graphlayout-1.22-r1 index ea5326df3328..370a781d1a4f 100644 --- a/metadata/md5-cache/dev-java/touchgraph-graphlayout-1.22-r1 +++ b/metadata/md5-cache/dev-java/touchgraph-graphlayout-1.22-r1 @@ -4,10 +4,10 @@ DESCRIPTION=TouchGraph provides a set of interfaces for graph visualization EAPI=5 HOMEPAGE=http://touchgraph.sourceforge.net IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ~ppc64 x86 +KEYWORDS=amd64 ~ppc64 x86 LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/touchgraph/TGGL_122_jre11.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5b65320941731e48999ceaf3a7dc63d4 +_md5_=f0ecc36b97cf2143f320c033291a5390 diff --git a/metadata/md5-cache/dev-java/treelayout-1.0.2 b/metadata/md5-cache/dev-java/treelayout-1.0.2 index 39d03a1dc6b3..da9a381e28b8 100644 --- a/metadata/md5-cache/dev-java/treelayout-1.0.2 +++ b/metadata/md5-cache/dev-java/treelayout-1.0.2 @@ -4,10 +4,10 @@ DESCRIPTION=Efficiently create compact tree layouts in Java EAPI=5 HOMEPAGE=https://github.com/abego/treelayout IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/abego/treelayout/archive/v1.0.2.tar.gz -> treelayout-1.0.2.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=447e5c55dadd426bac674e70f55652b0 +_md5_=ba396250260cded411c9444947d51369 diff --git a/metadata/md5-cache/dev-java/trove-2.1.0 b/metadata/md5-cache/dev-java/trove-2.1.0 index a61522e7db15..5b48cbed5c22 100644 --- a/metadata/md5-cache/dev-java/trove-2.1.0 +++ b/metadata/md5-cache/dev-java/trove-2.1.0 @@ -4,10 +4,10 @@ DESCRIPTION=GNU Trove: High performance collections for Java EAPI=2 HOMEPAGE=http://trove4j.sourceforge.net IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/trove4j/trove-2.1.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ac665bbcd883b80ed56b1c5a626367c3 +_md5_=1002c146361ecc34c5a23e8ff0a0e128 diff --git a/metadata/md5-cache/dev-java/trove-3.0.2 b/metadata/md5-cache/dev-java/trove-3.0.2 index 76337d206fb2..3917ff978fa9 100644 --- a/metadata/md5-cache/dev-java/trove-3.0.2 +++ b/metadata/md5-cache/dev-java/trove-3.0.2 @@ -4,10 +4,10 @@ DESCRIPTION=GNU Trove: High performance collections for Java EAPI=2 HOMEPAGE=http://trove4j.sourceforge.net IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3 SRC_URI=mirror://sourceforge/trove4j/trove-3.0.2.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=70cc0c27d776cf1099ee8ead810234da +_md5_=01778a4b3152464bf227d24970382494 diff --git a/metadata/md5-cache/dev-java/trove-3.0.2-r1 b/metadata/md5-cache/dev-java/trove-3.0.2-r1 index c9d67961b1ee..e56cfd942a08 100644 --- a/metadata/md5-cache/dev-java/trove-3.0.2-r1 +++ b/metadata/md5-cache/dev-java/trove-3.0.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=GNU Trove: High performance collections for Java EAPI=5 HOMEPAGE=http://trove4j.sourceforge.net IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3 SRC_URI=mirror://sourceforge/trove4j/trove-3.0.2.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=175d4e6c6a1e5d7d7d5862cb0382025c +_md5_=895fcc3554e83815d05aacd82d768deb diff --git a/metadata/md5-cache/dev-java/txw2-runtime-20110809 b/metadata/md5-cache/dev-java/txw2-runtime-20110809 index 04908127f7ef..eb706f77d028 100644 --- a/metadata/md5-cache/dev-java/txw2-runtime-20110809 +++ b/metadata/md5-cache/dev-java/txw2-runtime-20110809 @@ -4,10 +4,10 @@ DESCRIPTION=TXW is a library that allows you to write XML documents EAPI=5 HOMEPAGE=https://txw.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://central.maven.org/maven2/com/sun/xml/txw2/txw2/20110809/txw2-20110809-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=925e749669c638c11e0c2c924000fa15 +_md5_=495a02ebd1d0695b24ac838949853201 diff --git a/metadata/md5-cache/dev-java/typesafe-config-1.3.0-r1 b/metadata/md5-cache/dev-java/typesafe-config-1.3.0-r1 index 69a441c2ed94..5fc153114c9d 100644 --- a/metadata/md5-cache/dev-java/typesafe-config-1.3.0-r1 +++ b/metadata/md5-cache/dev-java/typesafe-config-1.3.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=a library of arguably useful Java utilities EAPI=5 HOMEPAGE=https://github.com/typesafehub/config IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://github.com/typesafehub/config/archive/v1.3.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=05c6d245da0007a95b439a6205278e6a +_md5_=6b14b31422c31aadc4068c1fa7be1cf9 diff --git a/metadata/md5-cache/dev-java/velocity-1.7 b/metadata/md5-cache/dev-java/velocity-1.7 index 1ff52e628886..ea0bc2607647 100644 --- a/metadata/md5-cache/dev-java/velocity-1.7 +++ b/metadata/md5-cache/dev-java/velocity-1.7 @@ -4,11 +4,11 @@ DESCRIPTION=A Java-based template engine for easy creation/rendering of document EAPI=5 HOMEPAGE=http://velocity.apache.org IUSE=test elibc_FreeBSD examples doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=dev-java/commons-collections:0 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/jdom:1.0 dev-java/log4j:0 dev-java/avalon-logkit:2.0 dev-java/jakarta-oro:2.0 java-virtuals/servlet-api:2.3 dev-java/werken-xpath:0 dev-java/ant-core:0 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/velocity/engine/1.7/velocity-1.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f613bb03328721ae294ccaddf362a46b +_md5_=7daf67808e600abd2b36991d3bbb7844 diff --git a/metadata/md5-cache/dev-java/velocity-1.7-r1 b/metadata/md5-cache/dev-java/velocity-1.7-r1 index 64b52aed51e0..d08daad7ec0e 100644 --- a/metadata/md5-cache/dev-java/velocity-1.7-r1 +++ b/metadata/md5-cache/dev-java/velocity-1.7-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A Java-based template engine for easy creation/rendering of document EAPI=5 HOMEPAGE=http://velocity.apache.org IUSE=test elibc_FreeBSD examples doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=dev-java/commons-collections:0 dev-java/commons-lang:2.1 dev-java/commons-logging:0 dev-java/jdom:0 dev-java/log4j:0 dev-java/avalon-logkit:2.0 dev-java/jakarta-oro:2.0 java-virtuals/servlet-api:2.3 dev-java/werken-xpath:0 dev-java/ant-core:0 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://apache/velocity/engine/1.7/velocity-1.7.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1b4c556c4f817867f3bfddabb91db50c +_md5_=a186e9ecf77f9502119093d622d30b81 diff --git a/metadata/md5-cache/dev-java/werken-xpath-0.9.4_beta-r4 b/metadata/md5-cache/dev-java/werken-xpath-0.9.4_beta-r4 index d4485f7c0cd4..0bd1c7d31ee4 100644 --- a/metadata/md5-cache/dev-java/werken-xpath-0.9.4_beta-r4 +++ b/metadata/md5-cache/dev-java/werken-xpath-0.9.4_beta-r4 @@ -4,10 +4,10 @@ DESCRIPTION=W3C XPath-Rec implementation for DOM4J EAPI=5 HOMEPAGE=http://sourceforge.net/projects/werken-xpath/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=JDOM RDEPEND=>=virtual/jre-1.4 dev-java/jdom:0 >=dev-java/antlr-2.7.7-r7:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/werken.xpath-0.9.4-beta-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d84d14b535d4f69e81f09b6bf80abe04 +_md5_=4298abd95828eca9155caef5e75a975e diff --git a/metadata/md5-cache/dev-java/ws-commons-util-1.0.1 b/metadata/md5-cache/dev-java/ws-commons-util-1.0.1 index ffc0793c4df0..45762f85650c 100644 --- a/metadata/md5-cache/dev-java/ws-commons-util-1.0.1 +++ b/metadata/md5-cache/dev-java/ws-commons-util-1.0.1 @@ -4,10 +4,10 @@ DESCRIPTION=Utility classes that allow high performance XML processing based on EAPI=1 HOMEPAGE=http://ws.apache.org/commons/util/ IUSE=elibc_FreeBSD source test -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/ws/commons/util/sources/ws-commons-util-1.0.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a46ed6e89a78eb5e8859b3bd85160f35 +_md5_=3c94c13645d1fd206cb16cbd739bd59d diff --git a/metadata/md5-cache/dev-java/ws-commons-util-1.0.1-r1 b/metadata/md5-cache/dev-java/ws-commons-util-1.0.1-r1 index a4da4e5dc8a4..d74cc086d9f4 100644 --- a/metadata/md5-cache/dev-java/ws-commons-util-1.0.1-r1 +++ b/metadata/md5-cache/dev-java/ws-commons-util-1.0.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Utility classes that allow high performance XML processing based on EAPI=5 HOMEPAGE=http://ws.apache.org/commons/util/ IUSE=elibc_FreeBSD source doc elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/ws/commons/util/sources/ws-commons-util-1.0.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d50e262d4b96932df7e6a3d9899648d9 +_md5_=4b7c9e2841a23cbb151d7dfd0d576a54 diff --git a/metadata/md5-cache/dev-java/wsdl4j-1.6.2 b/metadata/md5-cache/dev-java/wsdl4j-1.6.2 index 5368c767420e..2260433a4be4 100644 --- a/metadata/md5-cache/dev-java/wsdl4j-1.6.2 +++ b/metadata/md5-cache/dev-java/wsdl4j-1.6.2 @@ -4,10 +4,10 @@ DESCRIPTION=Web Services Description Language for Java Toolkit (WSDL4J) EAPI=0 HOMEPAGE=http://wsdl4j.sourceforge.net IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ~ppc64 x86 ~x86-fbsd LICENSE=CPL-1.0 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/wsdl4j/wsdl4j-src-1.6.2.zip test? ( mirror://sourceforge/jwsdltck/jwsdltck-bin-1.2.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=56010336edabfbb86ee0df7eb53b3ce1 +_md5_=6879479b335ffb82fa6f411f31e16efe diff --git a/metadata/md5-cache/dev-java/wstx-3.2.9-r1 b/metadata/md5-cache/dev-java/wstx-3.2.9-r1 index 82183108e98f..c33627a883b8 100644 --- a/metadata/md5-cache/dev-java/wstx-3.2.9-r1 +++ b/metadata/md5-cache/dev-java/wstx-3.2.9-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Woodstox is a high-performance validating namespace-aware XML-proces EAPI=5 HOMEPAGE=https://github.com/FasterXML/woodstox IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=dev-java/sax:0 dev-java/msv:0 dev-java/relaxng-datatype:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3.2 SRC_URI=mirror://gentoo/wstx-src-3.2.9.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b41e51d14da8fec08ffc87805543f30d +_md5_=ee9daf0aec7757c47129da14fc749f9a diff --git a/metadata/md5-cache/dev-java/xalan-2.7.2 b/metadata/md5-cache/dev-java/xalan-2.7.2 index 58146f49bc74..4d80bca599d7 100644 --- a/metadata/md5-cache/dev-java/xalan-2.7.2 +++ b/metadata/md5-cache/dev-java/xalan-2.7.2 @@ -4,10 +4,10 @@ DESCRIPTION=Apache's XSLT processor for transforming XML documents into HTML, te EAPI=5 HOMEPAGE=http://xalan.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/javacup:0 dev-java/bcel:0 >=virtual/jre-1.3 ~dev-java/xalan-serializer-2.7.2:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/xalan/xalan-j/source/xalan-j_2_7_2-src.tar.gz doc? ( mirror://apache/xalan/xalan-j/binaries/xalan-j_2_7_2-bin.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d5a25f62ee9f272c3a644ec7776d9820 +_md5_=b1596a7d0d313c2d9caf5d8a6965de92 diff --git a/metadata/md5-cache/dev-java/xalan-serializer-2.7.2 b/metadata/md5-cache/dev-java/xalan-serializer-2.7.2 index 60623f779db5..c8f0a5ffa332 100644 --- a/metadata/md5-cache/dev-java/xalan-serializer-2.7.2 +++ b/metadata/md5-cache/dev-java/xalan-serializer-2.7.2 @@ -4,10 +4,10 @@ DESCRIPTION=DOM Level 3 serializer from Apache Xalan, shared by Xalan and Xerces EAPI=5 HOMEPAGE=http://xalan.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/xalan/xalan-j/source/xalan-j_2_7_2-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=723550a2176be5ab8d0f6e9a5be51852 +_md5_=caf0f7d344c09a6103f9ea8d4f9029e6 diff --git a/metadata/md5-cache/dev-java/xerces-2.11.0 b/metadata/md5-cache/dev-java/xerces-2.11.0 index 5e13f2d7915a..680e3ed43c64 100644 --- a/metadata/md5-cache/dev-java/xerces-2.11.0 +++ b/metadata/md5-cache/dev-java/xerces-2.11.0 @@ -4,11 +4,11 @@ DESCRIPTION=The next generation of high performance, fully compliant XML parsers EAPI=4 HOMEPAGE=http://xml.apache.org/xerces2-j/index.html IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/xml-commons-external:1.4 >=dev-java/xml-commons-resolver-1.2:0 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=2 SRC_URI=mirror://apache/xerces/j/Xerces-J-src.2.11.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6543e833d9ca1f1cd7acc4463b066bb1 +_md5_=73160460c8923f09c665e99746b8e26d diff --git a/metadata/md5-cache/dev-java/xerces-2.11.0-r1 b/metadata/md5-cache/dev-java/xerces-2.11.0-r1 index 862897ed39c4..678ba2ec04a6 100644 --- a/metadata/md5-cache/dev-java/xerces-2.11.0-r1 +++ b/metadata/md5-cache/dev-java/xerces-2.11.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=The next generation of high performance, fully compliant XML parsers EAPI=5 HOMEPAGE=http://xml.apache.org/xerces2-j/index.html IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=dev-java/xml-commons-external:1.4 >=dev-java/xml-commons-resolver-1.2:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=2 SRC_URI=mirror://apache/xerces/j/Xerces-J-src.2.11.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b352974b346e4961607967fac84ed385 +_md5_=1ec0150d82a407f9c5aa7603910a4fd2 diff --git a/metadata/md5-cache/dev-java/xjavac-20110814 b/metadata/md5-cache/dev-java/xjavac-20110814 index 0ab85b913b70..ae006a776d83 100644 --- a/metadata/md5-cache/dev-java/xjavac-20110814 +++ b/metadata/md5-cache/dev-java/xjavac-20110814 @@ -4,10 +4,10 @@ DESCRIPTION=The implementation of the javac compiler for IBM JDK 1.4 (needed for EAPI=2 HOMEPAGE=http://cvs.apache.org/viewcvs.cgi/xml-xerces/java/tools/src/XJavac.java IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jdk-1.4 >=dev-java/ant-core-1.7 >=dev-java/java-config-2.2.0 SLOT=1 SRC_URI=mirror://gentoo/xjavac-20110814.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0da71a91aee41a6b3f763a3e088ee9e7 +_md5_=be622052511a6be8f295e12db8487a1b diff --git a/metadata/md5-cache/dev-java/xml-commons-1.0_beta2-r1 b/metadata/md5-cache/dev-java/xml-commons-1.0_beta2-r1 index 5f2e00c8579a..06468cc5692b 100644 --- a/metadata/md5-cache/dev-java/xml-commons-1.0_beta2-r1 +++ b/metadata/md5-cache/dev-java/xml-commons-1.0_beta2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Jakarta project for for XML bindings for java EAPI=0 HOMEPAGE=http://xml.apache.org/commons/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-1.1 public-domain W3C-document W3C RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/xml/commons/xml-commons-1.0.b2.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=143ebd21d01e24e69af69b814ed29145 +_md5_=aac6d964d88e9abb9713396cacd55378 diff --git a/metadata/md5-cache/dev-java/xml-commons-external-1.3.04 b/metadata/md5-cache/dev-java/xml-commons-external-1.3.04 index 0c41e5d849d9..4fd2b3850507 100644 --- a/metadata/md5-cache/dev-java/xml-commons-external-1.3.04 +++ b/metadata/md5-cache/dev-java/xml-commons-external-1.3.04 @@ -4,10 +4,10 @@ DESCRIPTION=An Apache-hosted set of externally-defined standards interfaces, nam EAPI=0 HOMEPAGE=http://xml.apache.org/commons/ IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.3 SRC_URI=mirror://gentoo/xml-commons-external-1.3.04.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0a61a4ccf7bbb1d1d7dbe2d770eff2f8 +_md5_=383c4edccdba315a9a3d3da329fca7fd diff --git a/metadata/md5-cache/dev-java/xml-commons-external-1.4.01 b/metadata/md5-cache/dev-java/xml-commons-external-1.4.01 index f90d8e54e5e4..6bef021f1b46 100644 --- a/metadata/md5-cache/dev-java/xml-commons-external-1.4.01 +++ b/metadata/md5-cache/dev-java/xml-commons-external-1.4.01 @@ -4,10 +4,10 @@ DESCRIPTION=An Apache-hosted set of externally-defined standards interfaces, nam EAPI=4 HOMEPAGE=http://xml.apache.org/commons/ IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1.4 SRC_URI=https://dev.gentoo.org/~sera/distfiles/xml-commons-external-1.4.01.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cfb693c66cd87eecceb339de123719ee +_md5_=907dfc00c6cf730086a893837a23c6d4 diff --git a/metadata/md5-cache/dev-java/xml-commons-resolver-1.2 b/metadata/md5-cache/dev-java/xml-commons-resolver-1.2 index 8bf324323421..4076c21ffabb 100644 --- a/metadata/md5-cache/dev-java/xml-commons-resolver-1.2 +++ b/metadata/md5-cache/dev-java/xml-commons-resolver-1.2 @@ -4,10 +4,10 @@ DESCRIPTION=An XML Entity and URI Resolver EAPI=0 HOMEPAGE=http://xml.apache.org/commons/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.3 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://apache/xml/commons/xml-commons-resolver-1.2.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=15e50dc6d0fc7eadc79ea671f224d015 +_md5_=790a16798be79c7eae8897f15269e093 diff --git a/metadata/md5-cache/dev-java/xml-writer-0.2 b/metadata/md5-cache/dev-java/xml-writer-0.2 index f69708d6a45d..8e3affd6817c 100644 --- a/metadata/md5-cache/dev-java/xml-writer-0.2 +++ b/metadata/md5-cache/dev-java/xml-writer-0.2 @@ -4,10 +4,10 @@ DESCRIPTION=A simple XML Writer EAPI=0 HOMEPAGE=http://www.megginson.com/downloads/ IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=public-domain RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.megginson.com/downloads/xml-writer-0.2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=61110cb9da6a742775e33bd457dd7199 +_md5_=0e2571c659e3d2fbaee58217ec3130f8 diff --git a/metadata/md5-cache/dev-java/xml-xmlbeans-1.0.4_pre20041217 b/metadata/md5-cache/dev-java/xml-xmlbeans-1.0.4_pre20041217 index 7747d2e2047f..7c1b2d87b489 100644 --- a/metadata/md5-cache/dev-java/xml-xmlbeans-1.0.4_pre20041217 +++ b/metadata/md5-cache/dev-java/xml-xmlbeans-1.0.4_pre20041217 @@ -4,10 +4,10 @@ DESCRIPTION=An XML-Java binding tool EAPI=0 HOMEPAGE=http://xmlbeans.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.4 =dev-java/jaxen-1.1* >=dev-java/ant-core-1.6.2 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://gentoo/xml-xmlbeans-20041217.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4358993ee942224694581490061f1a63 +_md5_=90c7af28d218bd756f8e953ab21b12eb diff --git a/metadata/md5-cache/dev-java/xml-xmlbeans-1.0.4_pre20041217-r1 b/metadata/md5-cache/dev-java/xml-xmlbeans-1.0.4_pre20041217-r1 index feab0d487088..d06f5a3ac1f7 100644 --- a/metadata/md5-cache/dev-java/xml-xmlbeans-1.0.4_pre20041217-r1 +++ b/metadata/md5-cache/dev-java/xml-xmlbeans-1.0.4_pre20041217-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An XML-Java binding tool EAPI=5 HOMEPAGE=http://xmlbeans.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/jaxen:1.1 dev-java/ant-core:0 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://gentoo/xml-xmlbeans-20041217.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8474ca7f3559a7c77f911328ee9a513b +_md5_=5c901a8edd1ccdf37f52b122ddac8506 diff --git a/metadata/md5-cache/dev-java/xml-xmlbeans-2.6.0 b/metadata/md5-cache/dev-java/xml-xmlbeans-2.6.0 index 3344f3499113..ef8cc590dc62 100644 --- a/metadata/md5-cache/dev-java/xml-xmlbeans-2.6.0 +++ b/metadata/md5-cache/dev-java/xml-xmlbeans-2.6.0 @@ -4,10 +4,10 @@ DESCRIPTION=An XML-Java binding tool EAPI=5 HOMEPAGE=http://xmlbeans.apache.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=Apache-2.0 RDEPEND=dev-java/saxon:9 dev-java/jsr173:0 dev-java/annogen:0 dev-java/piccolo:0 dev-java/ant-core:0 dev-java/xml-commons-resolver:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2 SRC_URI=http://archive.apache.org/dist/xmlbeans/source/xmlbeans-2.6.0-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ce751c6c603a06638eaf74f1148b59d5 +_md5_=e72f1325212d2a00a098038588b604d6 diff --git a/metadata/md5-cache/dev-java/xmldb-20011111-r1 b/metadata/md5-cache/dev-java/xmldb-20011111-r1 index f7b9c561e87c..cfb14419ac18 100644 --- a/metadata/md5-cache/dev-java/xmldb-20011111-r1 +++ b/metadata/md5-cache/dev-java/xmldb-20011111-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Java implementation for specifications made by XML:DB EAPI=0 HOMEPAGE=http://sourceforge.net/projects/xmldb-org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/xerces-2.7 >=dev-java/xalan-2.7 =dev-java/junit-3.8* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/xmldb-org/xmldb-api-11112001.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=878fa119919d6edae53882cac9388aa5 +_md5_=de5bd71e8d44b0bdad81e0eb4e887d42 diff --git a/metadata/md5-cache/dev-java/xmlgraphics-commons-2.0.1 b/metadata/md5-cache/dev-java/xmlgraphics-commons-2.0.1 index a202f0f762dc..3dad288e4ac8 100644 --- a/metadata/md5-cache/dev-java/xmlgraphics-commons-2.0.1 +++ b/metadata/md5-cache/dev-java/xmlgraphics-commons-2.0.1 @@ -4,10 +4,10 @@ DESCRIPTION=A library of several reusable components used by Apache Batik and Ap EAPI=5 HOMEPAGE=http://xmlgraphics.apache.org/commons/index.html IUSE=elibc_FreeBSD doc examples source test elibc_FreeBSD -KEYWORDS=amd64 x86 ppc ppc64 +KEYWORDS=amd64 ppc64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/commons-io:1 >=dev-java/commons-logging-1:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=2 SRC_URI=mirror://apache/xmlgraphics/commons/source/xmlgraphics-commons-2.0.1-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6a3e1ac427031f728c50c5872e0fa680 +_md5_=38bcd99789c23611d43315024bb95735 diff --git a/metadata/md5-cache/dev-java/xmlrpc-3.1.3 b/metadata/md5-cache/dev-java/xmlrpc-3.1.3 index 3117e04f5538..b3a2f185ab05 100644 --- a/metadata/md5-cache/dev-java/xmlrpc-3.1.3 +++ b/metadata/md5-cache/dev-java/xmlrpc-3.1.3 @@ -4,10 +4,10 @@ DESCRIPTION=Apache XML-RPC is a Java implementation of XML-RPC EAPI=5 HOMEPAGE=http://ws.apache.org/xmlrpc/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=>=virtual/jre-1.6 dev-java/commons-httpclient:3 dev-java/commons-codec:0 dev-java/ws-commons-util:0 dev-java/commons-logging:0 java-virtuals/servlet-api:2.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=3 SRC_URI=https://archive.apache.org/dist/ws/xmlrpc/sources/apache-xmlrpc-3.1.3-src.tar.bz2 https://dev.gentoo.org/~ercpe/distfiles/dev-java/xmlrpc/xmlrpc-3.1.3-build.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=46ed4dd2dac9503ce5c0d0f1cb39d578 +_md5_=85811cf60a8dc8b4e02131a9ee5d76e9 diff --git a/metadata/md5-cache/dev-java/xmlstreambuffer-1.5.3 b/metadata/md5-cache/dev-java/xmlstreambuffer-1.5.3 index e10b3271b6ff..97cbe7c8fcfd 100644 --- a/metadata/md5-cache/dev-java/xmlstreambuffer-1.5.3 +++ b/metadata/md5-cache/dev-java/xmlstreambuffer-1.5.3 @@ -4,10 +4,10 @@ DESCRIPTION=A stream-based representation of an XML infoset in Java EAPI=5 HOMEPAGE=https://xmlstreambuffer.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=CDDL GPL-2 RDEPEND=>=virtual/jre-1.5 dev-java/stax-ex:1 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://maven.java.net/content/repositories/releases/com/sun/xml/stream/buffer/streambuffer/1.5.3/streambuffer-1.5.3-sources.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=97703375e98bea4c77f3941ff86a93a2 +_md5_=7b59b7a8ede9a3325c48be3b635ec310 diff --git a/metadata/md5-cache/dev-java/xmlunit-1.6 b/metadata/md5-cache/dev-java/xmlunit-1.6 index 166426444734..b5e4c891df9a 100644 --- a/metadata/md5-cache/dev-java/xmlunit-1.6 +++ b/metadata/md5-cache/dev-java/xmlunit-1.6 @@ -4,10 +4,10 @@ DESCRIPTION=XMLUnit extends JUnit and NUnit to enable unit testing of XML EAPI=5 HOMEPAGE=http://xmlunit.sourceforge.net/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.6 dev-java/junit:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=1 SRC_URI=mirror://sourceforge/xmlunit/xmlunit-1.6-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=cff563c5c2d7c48950fd0034abd9931e +_md5_=a6661a3308bbbacd4c9d566b755526b2 diff --git a/metadata/md5-cache/dev-java/xom-1.2.10 b/metadata/md5-cache/dev-java/xom-1.2.10 index 69f0e5e7da8a..8b82748fcb4b 100644 --- a/metadata/md5-cache/dev-java/xom-1.2.10 +++ b/metadata/md5-cache/dev-java/xom-1.2.10 @@ -4,11 +4,11 @@ DESCRIPTION=A new XML object model EAPI=5 HOMEPAGE=http://cafeconleche.org/XOM/index.html IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=LGPL-2 RDEPEND=>=virtual/jre-1.4 dev-java/xerces:2 dev-java/xml-commons-external:1.3 examples? ( java-virtuals/servlet-api:2.4 ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://cafeconleche.org/XOM/xom-1.2.10.tar.gz http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=377b7b9b13311391eab2150fbff20dba +_md5_=f25a3683ba5e79b0375c0677fe5cb8cf diff --git a/metadata/md5-cache/dev-java/xp-0.5-r2 b/metadata/md5-cache/dev-java/xp-0.5-r2 index 1c7f90367446..b6f0ccb3a5d3 100644 --- a/metadata/md5-cache/dev-java/xp-0.5-r2 +++ b/metadata/md5-cache/dev-java/xp-0.5-r2 @@ -4,10 +4,10 @@ DESCRIPTION=XP is an XML 1.0 parser written in Java EAPI=5 HOMEPAGE=http://www.jclark.com/xml/xp IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=MIT RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=ftp://ftp.jclark.com/pub/xml/xp.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5f48936d6123dc5316da829477e6589f +_md5_=2b1b8d1a391beb3a2dec42060e94d025 diff --git a/metadata/md5-cache/dev-java/xpp2-2.1.10-r2 b/metadata/md5-cache/dev-java/xpp2-2.1.10-r2 index ceee7f1eb6cf..bcf5e3d4c652 100644 --- a/metadata/md5-cache/dev-java/xpp2-2.1.10-r2 +++ b/metadata/md5-cache/dev-java/xpp2-2.1.10-r2 @@ -4,11 +4,11 @@ DESCRIPTION=A streaming pull XML parser used to quickly process input elements EAPI=5 HOMEPAGE=http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-1.1 IBM RDEPEND=>=virtual/jre-1.3 dev-java/xerces:2 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/PullParser2/PullParser2.1.10.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c3c695a7b70aab81b5154eba2df82974 +_md5_=1c9233ae8146b2f4fe5bdcaf5509e49a diff --git a/metadata/md5-cache/dev-java/xpp3-1.1.4c-r1 b/metadata/md5-cache/dev-java/xpp3-1.1.4c-r1 index 1f7a8c999930..eac018b92b8f 100644 --- a/metadata/md5-cache/dev-java/xpp3-1.1.4c-r1 +++ b/metadata/md5-cache/dev-java/xpp3-1.1.4c-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An implementation of XMLPULL V1 API EAPI=0 HOMEPAGE=http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-1.1 IBM JDOM LGPL-2.1+ RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-1.1.4c_src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0c1e49095c9472ae6a3eccd2d79f8e1a +_md5_=a12bb54a04d003d7e40f211286b30616 diff --git a/metadata/md5-cache/dev-java/xpp3-1.1.4c-r2 b/metadata/md5-cache/dev-java/xpp3-1.1.4c-r2 index fa4f88d1d210..336a89a2b239 100644 --- a/metadata/md5-cache/dev-java/xpp3-1.1.4c-r2 +++ b/metadata/md5-cache/dev-java/xpp3-1.1.4c-r2 @@ -4,10 +4,10 @@ DESCRIPTION=An implementation of XMLPULL V1 API EAPI=5 HOMEPAGE=http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-1.1 IBM JDOM LGPL-2.1+ RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-1.1.4c_src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9198b91915fa9f459620ff6b8992cb58 +_md5_=e5fcac688f0a4690316dfba6bace8234 diff --git a/metadata/md5-cache/dev-java/xsd2jibx-0.2a_beta-r2 b/metadata/md5-cache/dev-java/xsd2jibx-0.2a_beta-r2 index 61c1742b99d9..e26bd147fad0 100644 --- a/metadata/md5-cache/dev-java/xsd2jibx-0.2a_beta-r2 +++ b/metadata/md5-cache/dev-java/xsd2jibx-0.2a_beta-r2 @@ -4,10 +4,10 @@ DESCRIPTION=JiBX binding and code from schema generator EAPI=4 HOMEPAGE=http://jibx.sourceforge.net/xsd2jibx/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.4 dev-java/commons-logging:0 dev-java/xpp3:0 dev-java/jaxme:0 dev-java/jibx:0 dev-java/commons-lang:2.1 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jibx/xsd2jibx-beta2a.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=deb6d10d00c86e054a5cd5f0fb447eee +_md5_=a547e01f3a664dcfe2743f6f22e2cd0e diff --git a/metadata/md5-cache/dev-java/xsdlib-20090415 b/metadata/md5-cache/dev-java/xsdlib-20090415 index 7cb5c2f2d2d5..5cacf8bd7332 100644 --- a/metadata/md5-cache/dev-java/xsdlib-20090415 +++ b/metadata/md5-cache/dev-java/xsdlib-20090415 @@ -4,10 +4,10 @@ DESCRIPTION=Sun XML Datatypes Library EAPI=4 HOMEPAGE=http://msv.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=BSD Apache-1.1 RDEPEND=dev-java/xerces:2 dev-java/relaxng-datatype:0 >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://java.net/downloads/msv/releases/xsdlib.20090415.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4e4ea19e7041fff400b5ae17ce838b3e +_md5_=e4bf3814fdb523e22a549feb3be99340 diff --git a/metadata/md5-cache/dev-java/xsom-20060901 b/metadata/md5-cache/dev-java/xsom-20060901 index 86e7acc3ca39..0e4b9be9998b 100644 --- a/metadata/md5-cache/dev-java/xsom-20060901 +++ b/metadata/md5-cache/dev-java/xsom-20060901 @@ -4,10 +4,10 @@ DESCRIPTION=XML Schema Object Model (XSOM) allows Java apps to easy parse and in EAPI=0 HOMEPAGE=https://xsom.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=CDDL RDEPEND=>=virtual/jre-1.5 dev-java/relaxng-datatype dev-java/relaxngcc >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/xsom-src-20060901.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2ff2903b12f71807f4842ba0999ac0af +_md5_=f10b128c33d390815481912b7b88c44f diff --git a/metadata/md5-cache/dev-java/xstream-1.3.1-r4 b/metadata/md5-cache/dev-java/xstream-1.3.1-r4 index 607ead2efe8e..a402c6281c7b 100644 --- a/metadata/md5-cache/dev-java/xstream-1.3.1-r4 +++ b/metadata/md5-cache/dev-java/xstream-1.3.1-r4 @@ -4,11 +4,11 @@ DESCRIPTION=A text-processing Java classes that serialize objects to XML and bac EAPI=5 HOMEPAGE=http://x-stream.github.io IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=BSD RDEPEND=dev-java/xom:0 dev-java/jdom:0 dev-java/xpp3:0 dev-java/cglib:3 dev-java/dom4j:1 dev-java/jettison:0 dev-java/joda-time:0 dev-java/xml-commons-external:1.3 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-distribution/1.3.1/xstream-distribution-1.3.1-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b8c6b16e43863305e2789891c7e6fe59 +_md5_=e6ea20581ba6a41a89ece8ec77c12338 diff --git a/metadata/md5-cache/dev-java/zemberek-2.1.1 b/metadata/md5-cache/dev-java/zemberek-2.1.1 index 462410da2bd3..b9a70e266e9d 100644 --- a/metadata/md5-cache/dev-java/zemberek-2.1.1 +++ b/metadata/md5-cache/dev-java/zemberek-2.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=Zemberek NLP library EAPI=2 HOMEPAGE=https://github.com/ahmetaa/zemberek-nlp IUSE=linguas_tk +linguas_tr elibc_FreeBSD source doc test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=MPL-1.1 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://zemberek.googlecode.com/files/zemberek-2.1.1-nolibs-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d70d1713731f5c90cb486d8be78eeb8e +_md5_=58a7835f444726d6873dd5b2a4473e51 diff --git a/metadata/md5-cache/dev-lang/cilk-5.4.6-r2 b/metadata/md5-cache/dev-lang/cilk-5.4.6-r2 new file mode 100644 index 000000000000..5dc75e6e100b --- /dev/null +++ b/metadata/md5-cache/dev-lang/cilk-5.4.6-r2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install prepare +DEPEND=!=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Language for multithreaded parallel programming based on ANSI C +EAPI=6 +HOMEPAGE=http://supertech.csail.mit.edu/cilk +IUSE=doc examples static-libs +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +SLOT=0 +SRC_URI=http://supertech.csail.mit.edu/cilk/cilk-5.4.6.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=6f91bc131e9e2ec39d81a44445ffe8d5 diff --git a/metadata/md5-cache/dev-lang/go-1.5.3 b/metadata/md5-cache/dev-lang/go-1.5.3 new file mode 100644 index 000000000000..f3e2f5603b2b --- /dev/null +++ b/metadata/md5-cache/dev-lang/go-1.5.3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst preinst prepare pretend test +DEPEND=>=dev-lang/go-bootstrap-1.4.1 +DESCRIPTION=A concurrent garbage collected and typesafe programming language +EAPI=5 +HOMEPAGE=http://www.golang.org +KEYWORDS=-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos +LICENSE=BSD +RDEPEND=!=virtual/jdk-1.4 =dev-java/junit-3.8* || ( dev-lang/xsb dev-lang/swi-prolog dev-lang/yap ) >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://www.declarativa.com/interprolog/interprolog212.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=da817a6a2c5dbecf7944a04231cf34e1 +_md5_=a94fb87a69fc2774d0ce70cb48b0154d diff --git a/metadata/md5-cache/dev-lang/julia-0.2.0 b/metadata/md5-cache/dev-lang/julia-0.2.0 deleted file mode 100644 index 95925567d570..000000000000 --- a/metadata/md5-cache/dev-lang/julia-0.2.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND==sys-devel/llvm-3.3* dev-lang/perl sys-libs/readline dev-libs/libpcre dev-util/scons dev-libs/gmp sys-libs/libunwind dev-util/patchelf sci-libs/fftw sys-libs/zlib dev-libs/mpfr sci-libs/suitesparse sci-libs/arpack virtual/lapack virtual/blas -DESCRIPTION=High-level, high-performance dynamic programming language for technical computing -EAPI=5 -HOMEPAGE=http://julialang.org/ -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=sys-libs/readline -SLOT=0 -SRC_URI=http://gentooexperimental.org/~patrick/julia-0.2.0.tar.bz2 http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src-2.2.tar.gz -> dsfmt-2.2.tar.gz https://double-conversion.googlecode.com/files/double-conversion-1.1.1.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=5b97566c0d6a5c696416394ba3ac18ce diff --git a/metadata/md5-cache/dev-lang/julia-0.2.0-r1 b/metadata/md5-cache/dev-lang/julia-0.2.0-r1 deleted file mode 100644 index 1bc66a483601..000000000000 --- a/metadata/md5-cache/dev-lang/julia-0.2.0-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND==sys-devel/llvm-3.3* dev-lang/perl sys-libs/readline dev-libs/libpcre dev-util/scons dev-libs/gmp sys-libs/libunwind dev-util/patchelf sci-libs/fftw sys-libs/zlib dev-libs/mpfr sci-libs/suitesparse sci-libs/arpack virtual/lapack virtual/blas -DESCRIPTION=High-level, high-performance dynamic programming language for technical computing -EAPI=5 -HOMEPAGE=http://julialang.org/ -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=sys-libs/readline -SLOT=0 -SRC_URI=http://gentooexperimental.org/~patrick/julia-0.2.0.tar.bz2 http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src-2.2.tar.gz -> dsfmt-2.2.tar.gz https://double-conversion.googlecode.com/files/double-conversion-1.1.1.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=7f5828b362b7126960c427f6fff87070 diff --git a/metadata/md5-cache/dev-lang/julia-0.2.1-r2 b/metadata/md5-cache/dev-lang/julia-0.2.1-r2 deleted file mode 100644 index d312fc9f27e8..000000000000 --- a/metadata/md5-cache/dev-lang/julia-0.2.1-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=dev-lang/R:0= dev-libs/double-conversion:0= dev-libs/gmp:0= dev-libs/libpcre:3= dev-libs/mpfr:0= sci-libs/arpack:0= sci-libs/camd:0= sci-libs/cholmod:0= sci-libs/fftw:3.0= sci-libs/openlibm:0= sci-libs/spqr:0= sci-libs/umfpack:0= sci-mathematics/glpk:0= =sys-devel/llvm-3.3* >=sys-libs/libunwind-1.1:7= sys-libs/readline:0= sys-libs/zlib:0= virtual/blas virtual/lapack emacs? ( app-emacs/ess ) dev-util/patchelf virtual/pkgconfig -DESCRIPTION=High-performance programming language for technical computing -EAPI=5 -HOMEPAGE=http://julialang.org/ -IUSE=emacs -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=MIT -RDEPEND=dev-lang/R:0= dev-libs/double-conversion:0= dev-libs/gmp:0= dev-libs/libpcre:3= dev-libs/mpfr:0= sci-libs/arpack:0= sci-libs/camd:0= sci-libs/cholmod:0= sci-libs/fftw:3.0= sci-libs/openlibm:0= sci-libs/spqr:0= sci-libs/umfpack:0= sci-mathematics/glpk:0= =sys-devel/llvm-3.3* >=sys-libs/libunwind-1.1:7= sys-libs/readline:0= sys-libs/zlib:0= virtual/blas virtual/lapack emacs? ( app-emacs/ess ) -SLOT=0 -SRC_URI=https://github.com/JuliaLang/julia/archive/v0.2.1.tar.gz -> julia-0.2.1.tar.gz http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/dSFMT-src-2.2.tar.gz https://dev.gentoo.org/~bicatali/distfiles/libuv-julia-0.2.1.tar.gz -_eclasses_=elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=4dc7add3850db94602bd655d180dd3cc diff --git a/metadata/md5-cache/dev-lang/julia-0.4.3 b/metadata/md5-cache/dev-lang/julia-0.4.3 new file mode 100644 index 000000000000..f888ded15a49 --- /dev/null +++ b/metadata/md5-cache/dev-lang/julia-0.4.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare test +DEPEND=dev-lang/R:0= dev-libs/double-conversion:0= dev-libs/gmp:0= dev-libs/libgit2:0= dev-libs/mpfr:0= dev-libs/openspecfun sci-libs/arpack:0= sci-libs/camd:0= sci-libs/cholmod:0= sci-libs/fftw:3.0= sci-libs/openlibm:0= sci-libs/spqr:0= sci-libs/umfpack:0= sci-mathematics/glpk:0= >=sys-devel/llvm-3.5:0= >=sys-libs/libunwind-1.1:7= sys-libs/readline:0= sys-libs/zlib:0= virtual/blas virtual/lapack emacs? ( app-emacs/ess ) dev-util/patchelf virtual/pkgconfig +DESCRIPTION=High-performance programming language for technical computing +EAPI=5 +HOMEPAGE=http://julialang.org/ +IUSE=emacs +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MIT +RDEPEND=dev-lang/R:0= dev-libs/double-conversion:0= dev-libs/gmp:0= dev-libs/libgit2:0= dev-libs/mpfr:0= dev-libs/openspecfun sci-libs/arpack:0= sci-libs/camd:0= sci-libs/cholmod:0= sci-libs/fftw:3.0= sci-libs/openlibm:0= sci-libs/spqr:0= sci-libs/umfpack:0= sci-mathematics/glpk:0= >=sys-devel/llvm-3.5:0= >=sys-libs/libunwind-1.1:7= sys-libs/readline:0= sys-libs/zlib:0= virtual/blas virtual/lapack emacs? ( app-emacs/ess ) +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/JuliaLang/julia/releases/download/v0.4.3/julia-0.4.3.tar.gz https://dev.gentoo.org/~tamiko/distfiles/julia-0.4.3-bundled.tar.gz +_eclasses_=elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=f08ddf834764fa0295e13622e783cf2e diff --git a/metadata/md5-cache/dev-lang/php-5.5.31 b/metadata/md5-cache/dev-lang/php-5.5.31 index 48f09841e4a5..0e66c4a86a88 100644 --- a/metadata/md5-cache/dev-lang/php-5.5.31 +++ b/metadata/md5-cache/dev-lang/php-5.5.31 @@ -4,11 +4,11 @@ DESCRIPTION=The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 and EAPI=5 HOMEPAGE=http://php.net/ IUSE=embed +cli cgi fpm apache2 threads bcmath berkdb bzip2 calendar cdb cjk crypt +ctype curl debug enchant exif frontbase +fileinfo +filter firebird flatfile ftp gd gdbm gmp +hash +iconv imap inifile intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash mssql mysql libmysqlclient mysqli nls oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm readline recode selinux +session sharedmem +simplexml snmp soap sockets spell sqlite ssl sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib apache2 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=PHP-3 RDEPEND=>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?] >=dev-libs/libpcre-8.32[unicode] apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=] =dev-libs/libmcrypt-2.4 ) curl? ( >=net-misc/curl-7.10.5 ) enchant? ( app-text/enchant ) exif? ( !gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib ) ) firebird? ( dev-db/firebird ) gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) gmp? ( >=dev-libs/gmp-4.1.2 ) iconv? ( virtual/libiconv ) imap? ( virtual/imap-c-client[ssl=] ) intl? ( dev-libs/icu:= ) iodbc? ( dev-db/libiodbc ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11 ) ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) ) mssql? ( dev-db/freetds[mssql] ) libmysqlclient? ( mysql? ( virtual/mysql ) mysqli? ( >=virtual/mysql-4.1 ) ) nls? ( sys-devel/gettext ) oci8-instant-client? ( dev-db/oracle-instantclient-basic ) odbc? ( >=dev-db/unixODBC-1.8.13 ) postgres? ( dev-db/postgresql ) qdbm? ( dev-db/qdbm ) readline? ( sys-libs/readline ) recode? ( app-text/recode ) sharedmem? ( dev-libs/mm ) simplexml? ( >=dev-libs/libxml2-2.6.8 ) snmp? ( >=net-analyzer/net-snmp-5.2 ) soap? ( >=dev-libs/libxml2-2.6.8 ) spell? ( >=app-text/aspell-0.50 ) sqlite? ( >=dev-db/sqlite-3.7.6.3 ) ssl? ( >=dev-libs/openssl-0.9.7 ) sybase-ct? ( dev-db/freetds ) tidy? ( app-text/htmltidy ) truetype? ( =media-libs/freetype-2* >=media-libs/t1lib-5.0.0 !gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib ) ) unicode? ( dev-libs/oniguruma ) vpx? ( media-libs/libvpx ) wddx? ( >=dev-libs/libxml2-2.6.8 ) xml? ( >=dev-libs/libxml2-2.6.8 ) xmlrpc? ( >=dev-libs/libxml2-2.6.8 virtual/libiconv ) xmlreader? ( >=dev-libs/libxml2-2.6.8 ) xmlwriter? ( >=dev-libs/libxml2-2.6.8 ) xpm? ( x11-libs/libXpm virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib ) xslt? ( dev-libs/libxslt >=dev-libs/libxml2-2.6.8 ) zip? ( sys-libs/zlib ) zlib? ( sys-libs/zlib ) virtual/mta fpm? ( selinux? ( sec-policy/selinux-phpfpm ) systemd? ( sys-apps/systemd ) ) apache2? ( =www-servers/apache-2* ) REQUIRED_USE=truetype? ( gd ) vpx? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) simplexml? ( xml ) soap? ( xml ) wddx? ( xml ) xmlrpc? ( || ( xml iconv ) ) xmlreader? ( xml ) xslt? ( xml ) ldap-sasl? ( ldap ) mhash? ( hash ) phar? ( hash ) libmysqlclient? ( || ( mysql mysqli pdo ) ) qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli ) sharedmem? ( !threads ) !cli? ( !cgi? ( !fpm? ( !apache2? ( !embed? ( cli ) ) ) ) ) SLOT=5.5 SRC_URI=http://www.php.net/distributions/php-5.5.31.tar.bz2 _eclasses_=apache-module 5e66430013d92dfe0bf8672b05319b6d autotools 07e71b3b5690738ef7e8bc097077e00c db-use a4966c7f4f7df444ead1212848c13cc9 depend.apache e3c541cb90838388f81620d630c28f41 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=95d1bf482b706fefa2795d21ab185ffe +_md5_=20649884124293b25e411c037cc931f1 diff --git a/metadata/md5-cache/dev-lang/php-5.6.17 b/metadata/md5-cache/dev-lang/php-5.6.17 index 38231c43830d..ea138ba04947 100644 --- a/metadata/md5-cache/dev-lang/php-5.6.17 +++ b/metadata/md5-cache/dev-lang/php-5.6.17 @@ -4,11 +4,11 @@ DESCRIPTION=The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 and EAPI=5 HOMEPAGE=http://php.net/ IUSE=embed +cli cgi fpm apache2 threads bcmath berkdb bzip2 calendar cdb cjk crypt +ctype curl debug enchant exif frontbase +fileinfo +filter firebird flatfile ftp gd gdbm gmp +hash +iconv imap inifile intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash mssql mysql libmysqlclient mysqli nls oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm readline recode selinux +session sharedmem +simplexml snmp soap sockets spell sqlite ssl sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib apache2 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=PHP-3 RDEPEND=>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?] >=dev-libs/libpcre-8.32[unicode] apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=] =dev-libs/libmcrypt-2.4 ) curl? ( >=net-misc/curl-7.10.5 ) enchant? ( app-text/enchant ) exif? ( !gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib ) ) firebird? ( dev-db/firebird ) gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) gmp? ( dev-libs/gmp:0 ) iconv? ( virtual/libiconv ) imap? ( virtual/imap-c-client[ssl=] ) intl? ( dev-libs/icu:= ) iodbc? ( dev-db/libiodbc ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11 ) ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) ) mssql? ( dev-db/freetds[mssql] ) libmysqlclient? ( mysql? ( virtual/mysql ) mysqli? ( >=virtual/mysql-4.1 ) ) nls? ( sys-devel/gettext ) oci8-instant-client? ( dev-db/oracle-instantclient-basic ) odbc? ( >=dev-db/unixODBC-1.8.13 ) postgres? ( dev-db/postgresql:* ) qdbm? ( dev-db/qdbm ) readline? ( sys-libs/readline:0 ) recode? ( app-text/recode ) sharedmem? ( dev-libs/mm ) simplexml? ( >=dev-libs/libxml2-2.6.8 ) snmp? ( >=net-analyzer/net-snmp-5.2 ) soap? ( >=dev-libs/libxml2-2.6.8 ) spell? ( >=app-text/aspell-0.50 ) sqlite? ( >=dev-db/sqlite-3.7.6.3 ) ssl? ( dev-libs/openssl:0 ) sybase-ct? ( dev-db/freetds ) tidy? ( app-text/htmltidy ) truetype? ( =media-libs/freetype-2* >=media-libs/t1lib-5.0.0 !gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib ) ) unicode? ( dev-libs/oniguruma ) vpx? ( media-libs/libvpx ) wddx? ( >=dev-libs/libxml2-2.6.8 ) xml? ( >=dev-libs/libxml2-2.6.8 ) xmlrpc? ( >=dev-libs/libxml2-2.6.8 virtual/libiconv ) xmlreader? ( >=dev-libs/libxml2-2.6.8 ) xmlwriter? ( >=dev-libs/libxml2-2.6.8 ) xpm? ( x11-libs/libXpm virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib ) xslt? ( dev-libs/libxslt >=dev-libs/libxml2-2.6.8 ) zip? ( sys-libs/zlib ) zlib? ( sys-libs/zlib ) virtual/mta fpm? ( selinux? ( sec-policy/selinux-phpfpm ) systemd? ( sys-apps/systemd ) ) apache2? ( =www-servers/apache-2* ) REQUIRED_USE=truetype? ( gd ) vpx? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) simplexml? ( xml ) soap? ( xml ) wddx? ( xml ) xmlrpc? ( || ( xml iconv ) ) xmlreader? ( xml ) xslt? ( xml ) ldap-sasl? ( ldap ) mhash? ( hash ) phar? ( hash ) libmysqlclient? ( || ( mysql mysqli pdo ) ) qdbm? ( !gdbm ) readline? ( !libedit ) recode? ( !imap !mysql !mysqli ) sharedmem? ( !threads ) !cli? ( !cgi? ( !fpm? ( !apache2? ( !embed? ( cli ) ) ) ) ) SLOT=5.6 SRC_URI=http://www.php.net/distributions/php-5.6.17.tar.bz2 _eclasses_=apache-module 5e66430013d92dfe0bf8672b05319b6d autotools 07e71b3b5690738ef7e8bc097077e00c depend.apache e3c541cb90838388f81620d630c28f41 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=29f87f9ef9d0f14416faeaeae213daaa +_md5_=1163d0bd4145a47ba61d6e362ec3c50d diff --git a/metadata/md5-cache/dev-lang/tuprolog-2.4.0_rc5 b/metadata/md5-cache/dev-lang/tuprolog-2.4.0_rc5 index 8fce3f3b8f40..618fb324d209 100644 --- a/metadata/md5-cache/dev-lang/tuprolog-2.4.0_rc5 +++ b/metadata/md5-cache/dev-lang/tuprolog-2.4.0_rc5 @@ -4,10 +4,10 @@ DESCRIPTION=tuProlog is a light-weight Prolog for Internet applications and infr EAPI=2 HOMEPAGE=http://www.alice.unibo.it/tuProlog/ IUSE=doc test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jdk-1.5 >=dev-java/javassist-3 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/tuprolog/2p-2.4.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0f0538d216d60310e00438e6fbe21a37 +_md5_=748625a1272cdb609c0f111d66295959 diff --git a/metadata/md5-cache/dev-lang/tuprolog-2.5.0 b/metadata/md5-cache/dev-lang/tuprolog-2.5.0 index 84c59f7a558d..45df5072ab9a 100644 --- a/metadata/md5-cache/dev-lang/tuprolog-2.5.0 +++ b/metadata/md5-cache/dev-lang/tuprolog-2.5.0 @@ -4,10 +4,10 @@ DESCRIPTION=tuProlog is a light-weight Prolog for Internet applications and infr EAPI=2 HOMEPAGE=http://www.alice.unibo.it/tuProlog/ IUSE=doc test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=LGPL-3 RDEPEND=>=virtual/jdk-1.5 >=dev-java/javassist-3 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gentoo/tuprolog-2.5.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6d5931462f87753c641535766adb00a0 +_md5_=2b64132777e75d778ccf48f7cea12200 diff --git a/metadata/md5-cache/dev-libs/geoip-1.6.9 b/metadata/md5-cache/dev-libs/geoip-1.6.9 new file mode 100644 index 000000000000..615b0930f844 --- /dev/null +++ b/metadata/md5-cache/dev-libs/geoip-1.6.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst prepare +DEPEND=net-misc/wget !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=GeoIP Legacy C API +EAPI=5 +HOMEPAGE=https://github.com/maxmind/geoip-api-c +IUSE=static-libs +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos +LICENSE=LGPL-2.1 GPL-2 MaxMind2 +RDEPEND=net-misc/wget +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/maxmind/geoip-api-c/archive/v1.6.9.tar.gz -> geoip-1.6.9.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=6fe3678f71e95f1543dd6a79428c8eb4 diff --git a/metadata/md5-cache/dev-libs/libbsd-0.8.1-r1 b/metadata/md5-cache/dev-libs/libbsd-0.8.1-r1 index 4464b20da371..4f454927bbb7 100644 --- a/metadata/md5-cache/dev-libs/libbsd-0.8.1-r1 +++ b/metadata/md5-cache/dev-libs/libbsd-0.8.1-r1 @@ -8,4 +8,4 @@ LICENSE=BSD BSD-2 BSD-4 ISC SLOT=0 SRC_URI=http://libbsd.freedesktop.org/releases/libbsd-0.8.1.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e17480d5049455f12a2f3ae106f5e9a6 +_md5_=2babf1a8df84fdaa2a6cdfa578ad11ef diff --git a/metadata/md5-cache/dev-libs/libuv-1.8.0 b/metadata/md5-cache/dev-libs/libuv-1.8.0 new file mode 100644 index 000000000000..2683026e64bf --- /dev/null +++ b/metadata/md5-cache/dev-libs/libuv-1.8.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=sys-devel/libtool virtual/pkgconfig[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Cross-platform asychronous I/O +EAPI=5 +HOMEPAGE=https://github.com/libuv/libuv +IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD BSD-2 ISC MIT +RESTRICT=test +SLOT=0/1 +SRC_URI=https://github.com/libuv/libuv/archive/v1.8.0.tar.gz -> libuv-1.8.0.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=9a9b7a1019045adfbf654aaa839e2605 diff --git a/metadata/md5-cache/dev-libs/qcustomplot-1.3.2 b/metadata/md5-cache/dev-libs/qcustomplot-1.3.2 new file mode 100644 index 000000000000..73c8c9aa9906 --- /dev/null +++ b/metadata/md5-cache/dev-libs/qcustomplot-1.3.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=!qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 ) +DESCRIPTION=Qt C++ widget for plotting and data visualization +EAPI=6 +HOMEPAGE=http://www.qcustomplot.com/ +IUSE=qt5 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +RDEPEND=!qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 ) +SLOT=0 +SRC_URI=http://www.qcustomplot.com/release/1.3.2/QCustomPlot-sharedlib.tar.gz -> qcustomplot-sharedlib-1.3.2.tar.gz http://www.qcustomplot.com/release/1.3.2/QCustomPlot-source.tar.gz -> qcustomplot-source-1.3.2.tar.gz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=0bb1f74930935c248f51d565ece0938d diff --git a/metadata/md5-cache/dev-libs/utfcpp-2.3.4 b/metadata/md5-cache/dev-libs/utfcpp-2.3.4 index 9a9f3cecd595..ad9ed4faf674 100644 --- a/metadata/md5-cache/dev-libs/utfcpp-2.3.4 +++ b/metadata/md5-cache/dev-libs/utfcpp-2.3.4 @@ -3,8 +3,8 @@ DEPEND=app-arch/unzip DESCRIPTION=A simple, portable and lightweight generic library for handling UTF-8 encoded strings. EAPI=5 HOMEPAGE=http://sourceforge.net/projects/utfcpp/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=Boost-1.0 SLOT=0 SRC_URI=mirror://sourceforge/utfcpp/utf8_v2_3_4.zip -_md5_=cd0db07279617aab7556f8c2e969fdaa +_md5_=5fa0000e708b9e0584fa03d704359b07 diff --git a/metadata/md5-cache/dev-lisp/cl-clx-0.7.1 b/metadata/md5-cache/dev-lisp/cl-clx-0.7.1 deleted file mode 100644 index 56778738a5ae..000000000000 --- a/metadata/md5-cache/dev-lisp/cl-clx-0.7.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install postinst postrm preinst -DEPEND=dev-lisp/common-lisp-controller dev-lisp/common-lisp-controller -DESCRIPTION=Portable CLX -EAPI=0 -HOMEPAGE=http://ftp.linux.org.uk/pub/lisp/sbcl/ http://www.cliki.net/CLX -KEYWORDS=~amd64 ~ppc ~sparc x86 -LICENSE=HPND -RDEPEND=dev-lisp/common-lisp-controller -SLOT=0 -SRC_URI=http://ftp.linux.org.uk/pub/lisp/sbcl/clx_0.7.1.tar.gz -_eclasses_=common-lisp 60cbcaf2eeb26263fb81076645ff2c49 common-lisp-common d7eda29a66502c59f79e6ad32047963f eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=c3b5a2b1791444a953a44d8d76a9919b diff --git a/metadata/md5-cache/dev-lisp/cl-clx-0.7.2 b/metadata/md5-cache/dev-lisp/cl-clx-0.7.2 deleted file mode 100644 index e58127ba4c1b..000000000000 --- a/metadata/md5-cache/dev-lisp/cl-clx-0.7.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install postinst postrm preinst -DEPEND=dev-lisp/common-lisp-controller dev-lisp/common-lisp-controller -DESCRIPTION=Portable CLX -EAPI=0 -HOMEPAGE=http://ftp.linux.org.uk/pub/lisp/sbcl/ http://www.cliki.net/CLX -KEYWORDS=~amd64 ~ppc ~sparc ~x86 -LICENSE=HPND -RDEPEND=dev-lisp/common-lisp-controller -SLOT=0 -SRC_URI=http://ftp.linux.org.uk/pub/lisp/sbcl/clx_0.7.2.tar.gz -_eclasses_=common-lisp 60cbcaf2eeb26263fb81076645ff2c49 common-lisp-common d7eda29a66502c59f79e6ad32047963f eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=eb813774654c0719d985407ff9a84e6a diff --git a/metadata/md5-cache/dev-lisp/cl-clx-0.7.3 b/metadata/md5-cache/dev-lisp/cl-clx-0.7.3 deleted file mode 100644 index 6af4c0450326..000000000000 --- a/metadata/md5-cache/dev-lisp/cl-clx-0.7.3 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst -DEPEND=dev-lisp/common-lisp-controller virtual/commonlisp sys-apps/texinfo dev-lisp/common-lisp-controller -DESCRIPTION=CLX is the Common Lisp interface to the X11 protocol primarily for SBCL -EAPI=0 -HOMEPAGE=http://ftp.linux.org.uk/pub/lisp/sbcl/ http://www.cliki.net/CLX -KEYWORDS=amd64 ppc ~sparc x86 -LICENSE=HPND -RDEPEND=dev-lisp/common-lisp-controller virtual/commonlisp sys-apps/texinfo -SLOT=0 -SRC_URI=http://ftp.linux.org.uk/pub/lisp/sbcl/clx_0.7.3.tar.gz -_eclasses_=common-lisp 60cbcaf2eeb26263fb81076645ff2c49 common-lisp-common d7eda29a66502c59f79e6ad32047963f eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=a1b792d3bbc582c37e1d2b9d5ee4bb85 diff --git a/metadata/md5-cache/dev-perl/Data-Structure-Util-0.150.0 b/metadata/md5-cache/dev-perl/Data-Structure-Util-0.150.0 index 9cf772792513..b8d34a2c8608 100644 --- a/metadata/md5-cache/dev-perl/Data-Structure-Util-0.150.0 +++ b/metadata/md5-cache/dev-perl/Data-Structure-Util-0.150.0 @@ -3,10 +3,10 @@ DEPEND=virtual/perl-Digest-MD5 virtual/perl-Scalar-List-Utils dev-lang/perl:=[-b DESCRIPTION=Change nature of data within a structure EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Data-Structure-Util/ -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=virtual/perl-Digest-MD5 virtual/perl-Scalar-List-Utils dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/A/AN/ANDYA/Data-Structure-Util-0.15.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=25a09a0ebd056e6478e7cb70fd1f580d +_md5_=b00c7e9145bb91f6b7ec765cb5ecd238 diff --git a/metadata/md5-cache/dev-perl/ExtUtils-XSpp-0.180.0 b/metadata/md5-cache/dev-perl/ExtUtils-XSpp-0.180.0 index 9962a138fda7..ab7c6585fa28 100644 --- a/metadata/md5-cache/dev-perl/ExtUtils-XSpp-0.180.0 +++ b/metadata/md5-cache/dev-perl/ExtUtils-XSpp-0.180.0 @@ -4,10 +4,10 @@ DESCRIPTION=XS for C++ EAPI=5 HOMEPAGE=http://search.cpan.org/dist/ExtUtils-XSpp/ IUSE=test -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=virtual/perl-Digest-MD5-2.0.0 >=virtual/perl-ExtUtils-ParseXS-3.70.0 dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/S/SM/SMUELLER/ExtUtils-XSpp-0.18.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=8757af4a1d4eb02539005df9955feca4 +_md5_=b3df25ae555b88d18a8b7f69686c6dbe diff --git a/metadata/md5-cache/dev-perl/FCGI-0.770.0 b/metadata/md5-cache/dev-perl/FCGI-0.770.0 index a15759470b67..5c2595f17fec 100644 --- a/metadata/md5-cache/dev-perl/FCGI-0.770.0 +++ b/metadata/md5-cache/dev-perl/FCGI-0.770.0 @@ -3,10 +3,10 @@ DEPEND=virtual/perl-XSLoader virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-bu DESCRIPTION=Fast CGI module EAPI=5 HOMEPAGE=http://search.cpan.org/dist/FCGI/ -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 LICENSE=FastCGI RDEPEND=virtual/perl-XSLoader dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/E/ET/ETHER/FCGI-0.77.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=edcb2c81c3a79a3bdf92e536a1bc27b5 +_md5_=b0f0b353404b7c71fc69644e171c3e28 diff --git a/metadata/md5-cache/dev-perl/File-Flock-2014.10.0 b/metadata/md5-cache/dev-perl/File-Flock-2014.10.0 index 4df0cfd4dc4b..e4ca52c2838a 100644 --- a/metadata/md5-cache/dev-perl/File-Flock-2014.10.0 +++ b/metadata/md5-cache/dev-perl/File-Flock-2014.10.0 @@ -4,10 +4,10 @@ DESCRIPTION=flock() wrapper. Auto-create locks EAPI=5 HOMEPAGE=http://search.cpan.org/dist/File-Flock/ IUSE=test -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/Data-Structure-Util >=dev-perl/IO-Event-0.812.0 dev-perl/AnyEvent dev-perl/Event virtual/perl-Time-HiRes dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/M/MU/MUIR/modules/File-Flock-2014.01.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=fc0f5398c6392f38cf9c969785b26588 +_md5_=dc69e9e0d3d5ce3a50f68ebb37ea5643 diff --git a/metadata/md5-cache/dev-perl/File-Map-0.640.0 b/metadata/md5-cache/dev-perl/File-Map-0.640.0 index 0ceb68ead220..f4ae39f6b59e 100644 --- a/metadata/md5-cache/dev-perl/File-Map-0.640.0 +++ b/metadata/md5-cache/dev-perl/File-Map-0.640.0 @@ -4,10 +4,10 @@ DESCRIPTION=Memory mapping made simple and safe EAPI=5 HOMEPAGE=http://search.cpan.org/dist/File-Map/ IUSE=test -KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=virtual/perl-Carp dev-perl/PerlIO-Layers >=dev-perl/Sub-Exporter-Progressive-0.1.5 virtual/perl-XSLoader dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/L/LE/LEONT/File-Map-0.64.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=3290d66e64fdf92eea0c105a280d400a +_md5_=67e579224c4178069e05388c89eac459 diff --git a/metadata/md5-cache/dev-perl/File-MimeInfo-0.270.0 b/metadata/md5-cache/dev-perl/File-MimeInfo-0.270.0 index 814e57be8b1a..f92ba6bb417e 100644 --- a/metadata/md5-cache/dev-perl/File-MimeInfo-0.270.0 +++ b/metadata/md5-cache/dev-perl/File-MimeInfo-0.270.0 @@ -4,10 +4,10 @@ DESCRIPTION=Determine file type EAPI=5 HOMEPAGE=http://search.cpan.org/dist/File-MimeInfo/ IUSE=test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=>=dev-perl/File-BaseDir-0.03 >=dev-perl/File-DesktopEntry-0.0 x11-misc/shared-mime-info dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/M/MI/MICHIELB/File-MimeInfo-0.27.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=817cb616e8b26a2d8434a99550bc7d33 +_md5_=1a60918e181670a0f2ed8ef62a11c189 diff --git a/metadata/md5-cache/dev-perl/File-NFSLock-1.270.0 b/metadata/md5-cache/dev-perl/File-NFSLock-1.270.0 index f4edda867e2f..cceddf36b768 100644 --- a/metadata/md5-cache/dev-perl/File-NFSLock-1.270.0 +++ b/metadata/md5-cache/dev-perl/File-NFSLock-1.270.0 @@ -3,10 +3,10 @@ DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)] DESCRIPTION=perl module to do NFS (or not) locking EAPI=5 HOMEPAGE=http://search.cpan.org/dist/File-NFSLock/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/B/BB/BBB/File-NFSLock-1.27.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=db64e9e240ed14d3941f2507f68accbf +_md5_=f3891336e0c93abee0ff6e9702e3c9a1 diff --git a/metadata/md5-cache/dev-perl/File-RsyncP-0.740.0 b/metadata/md5-cache/dev-perl/File-RsyncP-0.740.0 index 7cd02dd65fa7..8dba00130632 100644 --- a/metadata/md5-cache/dev-perl/File-RsyncP-0.740.0 +++ b/metadata/md5-cache/dev-perl/File-RsyncP-0.740.0 @@ -3,10 +3,10 @@ DEPEND=dev-lang/perl:=[-build(-)] DESCRIPTION=An rsync perl module EAPI=5 HOMEPAGE=http://perlrsync.sourceforge.net/ http://search.cpan.org/dist/File-RsyncP/ -KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-3 RDEPEND=net-misc/rsync dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/C/CB/CBARRATT/File-RsyncP-0.74.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=f9a6ac9f8b33ab5e2eb0cdeb5c8c8a9f +_md5_=7de4a437e089f1cdafb5b0403a7201bf diff --git a/metadata/md5-cache/dev-perl/File-Tail-1.200.0 b/metadata/md5-cache/dev-perl/File-Tail-1.200.0 index dfa40554c0c0..443f90d99adc 100644 --- a/metadata/md5-cache/dev-perl/File-Tail-1.200.0 +++ b/metadata/md5-cache/dev-perl/File-Tail-1.200.0 @@ -3,10 +3,10 @@ DEPEND=virtual/perl-Time-HiRes virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[- DESCRIPTION=Perl extension for reading from continously updated files EAPI=5 HOMEPAGE=http://search.cpan.org/dist/File-Tail/ -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=virtual/perl-Time-HiRes dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/M/MG/MGRABNAR/File-Tail-1.2.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=04b0b8a251bc1aefefc23b760d41a2b3 +_md5_=8ab4efad4b288a57ef5f3efb70932f3d diff --git a/metadata/md5-cache/dev-perl/IO-Event-0.813.0 b/metadata/md5-cache/dev-perl/IO-Event-0.813.0 index bc459ae24876..78357566e264 100644 --- a/metadata/md5-cache/dev-perl/IO-Event-0.813.0 +++ b/metadata/md5-cache/dev-perl/IO-Event-0.813.0 @@ -3,10 +3,10 @@ DEPEND=dev-perl/AnyEvent dev-perl/Event dev-perl/List-MoreUtils virtual/perl-Tim DESCRIPTION=Tied Filehandles for Nonblocking IO with Object Callbacks EAPI=5 HOMEPAGE=http://search.cpan.org/dist/IO-Event/ -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/AnyEvent dev-perl/Event dev-perl/List-MoreUtils virtual/perl-Time-HiRes dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/M/MU/MUIR/modules/IO-Event-0.813.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=d91ec86ed3b5a4368e4e08f39b35b65b +_md5_=7519813b7bddcc7674e0d90d3e71dcff diff --git a/metadata/md5-cache/dev-perl/Test-SharedFork-0.330.0 b/metadata/md5-cache/dev-perl/Test-SharedFork-0.330.0 index 6b787e419f5a..6466fe2056a8 100644 --- a/metadata/md5-cache/dev-perl/Test-SharedFork-0.330.0 +++ b/metadata/md5-cache/dev-perl/Test-SharedFork-0.330.0 @@ -4,10 +4,10 @@ DESCRIPTION=fork test EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Test-SharedFork/ IUSE=test -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=virtual/perl-File-Temp >=virtual/perl-Test-Simple-0.880.0 dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/E/EX/EXODIST/Test-SharedFork-0.33.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=d0dbad296234e05e88645ae77d89e7a9 +_md5_=96f43d817e480d6e33b932c40c52fc18 diff --git a/metadata/md5-cache/dev-python/ecdsa-0.11-r1 b/metadata/md5-cache/dev-python/ecdsa-0.11-r1 deleted file mode 100644 index 928b9410943e..000000000000 --- a/metadata/md5-cache/dev-python/ecdsa-0.11-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -DESCRIPTION=ECDSA cryptographic signature library in pure Python -EAPI=5 -HOMEPAGE=https://github.com/warner/python-ecdsa -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint -LICENSE=MIT -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) -SLOT=0 -SRC_URI=mirror://pypi/e/ecdsa/ecdsa-0.11.tar.gz -> ecdsa-0.11-r1.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=94337e96ecee23110fde2497277af286 diff --git a/metadata/md5-cache/dev-python/google-apitools-0.4.11 b/metadata/md5-cache/dev-python/google-apitools-0.4.11 index 0ea153013350..33296785894d 100644 --- a/metadata/md5-cache/dev-python/google-apitools-0.4.11 +++ b/metadata/md5-cache/dev-python/google-apitools-0.4.11 @@ -1,6 +1,6 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=>=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.9.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apputils-0.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=utilities to make it easier to build client-side tools, especially ones that use Google APIs +DESCRIPTION=Python library to manipulate Google APIs EAPI=5 HOMEPAGE=https://github.com/google/apitools IUSE=python_targets_python2_7 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/google/apitools/archive/v0.4.11.tar.gz -> google-apitools-0.4.11.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=ac059b27362d86182759b96b06ba2c2b +_md5_=a173d31f0debefa4abc1ee90d10abac2 diff --git a/metadata/md5-cache/dev-python/google-apitools-0.4.8 b/metadata/md5-cache/dev-python/google-apitools-0.4.12 similarity index 84% rename from metadata/md5-cache/dev-python/google-apitools-0.4.8 rename to metadata/md5-cache/dev-python/google-apitools-0.4.12 index 3cf59b28287d..b07889d8b85f 100644 --- a/metadata/md5-cache/dev-python/google-apitools-0.4.8 +++ b/metadata/md5-cache/dev-python/google-apitools-0.4.12 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.9.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apputils-0.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=utilities to make it easier to build client-side tools, especially ones that use Google APIs +DEPEND=>=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.9.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apputils-0.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Python library to manipulate Google APIs EAPI=5 HOMEPAGE=https://github.com/google/apitools IUSE=python_targets_python2_7 KEYWORDS=~amd64 ~arm ~x86 LICENSE=Apache-2.0 -RDEPEND=>=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.9.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apputils-0.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +RDEPEND=>=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.9.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apputils-0.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=https://github.com/google/apitools/archive/v0.4.8.tar.gz -> google-apitools-0.4.8.tar.gz +SRC_URI=https://github.com/google/apitools/archive/v0.4.12.tar.gz -> google-apitools-0.4.12.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=da5797cb94c33d1ae0c9ea5ad3186f07 +_md5_=a939def15e7a9ec675432f9e560e3d45 diff --git a/metadata/md5-cache/dev-python/google-apitools-0.4.6 b/metadata/md5-cache/dev-python/google-apitools-0.4.6 deleted file mode 100644 index 2300522b5eb6..000000000000 --- a/metadata/md5-cache/dev-python/google-apitools-0.4.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.9.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apputils-0.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=utilities to make it easier to build client-side tools, especially ones that use Google APIs -EAPI=5 -HOMEPAGE=https://github.com/google/apitools -IUSE=python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=Apache-2.0 -RDEPEND=>=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.9.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apputils-0.4.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=https://github.com/google/apitools/archive/v0.4.6.tar.gz -> google-apitools-0.4.6.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=da5797cb94c33d1ae0c9ea5ad3186f07 diff --git a/metadata/md5-cache/dev-python/html5lib-0.99999 b/metadata/md5-cache/dev-python/html5lib-0.99999 deleted file mode 100644 index 1051289ff480..000000000000 --- a/metadata/md5-cache/dev-python/html5lib-0.99999 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_pypy? ( virtual/pypy:0=[xml(+)] ) python_targets_pypy3? ( virtual/pypy3:0=[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] -DESCRIPTION=HTML parser based on the HTML5 specification -EAPI=5 -HOMEPAGE=https://github.com/html5lib/html5lib-python/ https://html5lib.readthedocs.org -IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 -KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=MIT -RDEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_pypy? ( virtual/pypy:0=[xml(+)] ) python_targets_pypy3? ( virtual/pypy3:0=[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) -SLOT=0 -SRC_URI=mirror://pypi/h/html5lib/html5lib-0.99999.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=42d3436bbd856236d6afaaa68e1ddc02 diff --git a/metadata/md5-cache/dev-python/html5lib-0.999999 b/metadata/md5-cache/dev-python/html5lib-0.999999 deleted file mode 100644 index aa23635f0e5a..000000000000 --- a/metadata/md5-cache/dev-python/html5lib-0.999999 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_pypy? ( virtual/pypy:0=[xml(+)] ) python_targets_pypy3? ( virtual/pypy3:0=[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] -DESCRIPTION=HTML parser based on the HTML5 specification -EAPI=5 -HOMEPAGE=https://github.com/html5lib/html5lib-python/ https://html5lib.readthedocs.org -IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=MIT -RDEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_pypy? ( virtual/pypy:0=[xml(+)] ) python_targets_pypy3? ( virtual/pypy3:0=[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) -SLOT=0 -SRC_URI=mirror://pypi/h/html5lib/html5lib-0.999999.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e8b4bbe5dbe7f5fba3a89ccbe79a1c40 diff --git a/metadata/md5-cache/dev-python/html5lib-0.9999999 b/metadata/md5-cache/dev-python/html5lib-0.9999999 index 2623e669d158..0bfec1591a56 100644 --- a/metadata/md5-cache/dev-python/html5lib-0.9999999 +++ b/metadata/md5-cache/dev-python/html5lib-0.9999999 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/h/html5lib/html5lib-0.9999999.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=99ab3b964ae82aadd3e6dfb4e2d67f0c +_md5_=1155eca4780281b0b33c043f4ccb8a95 diff --git a/metadata/md5-cache/dev-python/jupyter_core-4.0.6 b/metadata/md5-cache/dev-python/jupyter_core-4.0.6 index bd8567753166..3aadac665271 100644 --- a/metadata/md5-cache/dev-python/jupyter_core-4.0.6 +++ b/metadata/md5-cache/dev-python/jupyter_core-4.0.6 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/traitlets[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DEPEND=dev-python/traitlets[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) >=dev-python/ipython-4.0.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] DESCRIPTION=Core common functionality of Jupyter projects EAPI=5 HOMEPAGE=http://jupyter.org @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targe SLOT=0 SRC_URI=mirror://pypi/j/jupyter_core/jupyter_core-4.0.6.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=a9f0eb62fb38da1f8600e724a590d99c +_md5_=98804ab8163ecb4f678c6572c62262e9 diff --git a/metadata/md5-cache/dev-python/matplotlib-1.5.1 b/metadata/md5-cache/dev-python/matplotlib-1.5.1 index 2a74e018fc44..e2b8131cc773 100644 --- a/metadata/md5-cache/dev-python/matplotlib-1.5.1 +++ b/metadata/md5-cache/dev-python/matplotlib-1.5.1 @@ -11,4 +11,4 @@ REQUIRED_USE=doc? ( || ( python_targets_python2_7 ) ) excel? ( || ( python_targe SLOT=0 SRC_URI=mirror://sourceforge/matplotlib/matplotlib-1.5.1.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=1913dcf161e5b223398fd02779c51381 +_md5_=f0759d91c43ecc6247dc7bfad83d9422 diff --git a/metadata/md5-cache/dev-python/paramiko-1.15.2 b/metadata/md5-cache/dev-python/paramiko-1.15.2 deleted file mode 100644 index ef669438d550..000000000000 --- a/metadata/md5-cache/dev-python/paramiko-1.15.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/pycrypto-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] !=dev-python/pycrypto-2.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/ecdsa-0.11[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -DESCRIPTION=SSH2 protocol library -EAPI=5 -HOMEPAGE=http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.python.org/pypi/paramiko/ -IUSE=doc examples python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris -LICENSE=LGPL-2.1 -RDEPEND=>=dev-python/pycrypto-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] !=dev-python/pycrypto-2.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/ecdsa-0.11[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) -SLOT=0 -SRC_URI=mirror://pypi/p/paramiko/paramiko-1.15.2.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=6e788b1428b7ab622667845e90abaea7 diff --git a/metadata/md5-cache/dev-python/paramiko-1.15.3 b/metadata/md5-cache/dev-python/paramiko-1.15.3 deleted file mode 100644 index faab8f31a090..000000000000 --- a/metadata/md5-cache/dev-python/paramiko-1.15.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/pycrypto-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] !=dev-python/pycrypto-2.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/ecdsa-0.11[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -DESCRIPTION=SSH2 protocol library -EAPI=5 -HOMEPAGE=http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.python.org/pypi/paramiko/ -IUSE=doc examples python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris -LICENSE=LGPL-2.1 -RDEPEND=>=dev-python/pycrypto-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] !=dev-python/pycrypto-2.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/ecdsa-0.11[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) -SLOT=0 -SRC_URI=mirror://pypi/p/paramiko/paramiko-1.15.3.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=6e788b1428b7ab622667845e90abaea7 diff --git a/metadata/md5-cache/dev-python/paramiko-1.15.4 b/metadata/md5-cache/dev-python/paramiko-1.15.4 deleted file mode 100644 index 9891a4102c9e..000000000000 --- a/metadata/md5-cache/dev-python/paramiko-1.15.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/pycrypto-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] !=dev-python/pycrypto-2.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/ecdsa-0.11[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=SSH2 protocol library -EAPI=5 -HOMEPAGE=http://www.paramiko.org/ https://github.com/paramiko/paramiko/ https://pypi.python.org/pypi/paramiko/ -IUSE=doc examples python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris -LICENSE=LGPL-2.1 -RDEPEND=>=dev-python/pycrypto-2.1[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] !=dev-python/pycrypto-2.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/ecdsa-0.11[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=mirror://pypi/p/paramiko/paramiko-1.15.4.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=9726ff388beb73adeedb2c8bdb86fc16 diff --git a/metadata/md5-cache/dev-python/webencodings-0.4 b/metadata/md5-cache/dev-python/webencodings-0.4 new file mode 100644 index 000000000000..6f2ecdd10d05 --- /dev/null +++ b/metadata/md5-cache/dev-python/webencodings-0.4 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Character encoding aliases for legacy web content +EAPI=5 +HOMEPAGE=https://github.com/SimonSapin/python-webencodings http://pypi.python.org/pypi/webencodings +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/w/webencodings/webencodings-0.4.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=d15535b6cc6baa4fae79ac9a21327be5 diff --git a/metadata/md5-cache/dev-python/xlsxwriter-0.7.8 b/metadata/md5-cache/dev-python/xlsxwriter-0.7.8 index 49b9bfc37462..116e3650018c 100644 --- a/metadata/md5-cache/dev-python/xlsxwriter-0.7.8 +++ b/metadata/md5-cache/dev-python/xlsxwriter-0.7.8 @@ -4,7 +4,7 @@ DESCRIPTION=Python module for creating Excel XLSX files EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/XlsxWriter https://github.com/jmcnamara/XlsxWriter IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://pypi/X/XlsxWriter/XlsxWriter-0.7.8.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e078095172db30fa625fdf4b33f236c1 +_md5_=66bf6217ddbb9e0b2e6afe1ca3cb5e5c diff --git a/metadata/md5-cache/dev-ruby/regexp_parser-0.3.2 b/metadata/md5-cache/dev-ruby/regexp_parser-0.3.2 new file mode 100644 index 000000000000..fc4eadafecb6 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/regexp_parser-0.3.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ) +DESCRIPTION=A library for tokenizing, lexing, and parsing Ruby regular expressions +EAPI=5 +HOMEPAGE=https://github.com/ammar/regexp_parser +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 doc test test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ruby_targets_ruby23 ) +SLOT=0 +SRC_URI=mirror://rubygems/regexp_parser-0.3.2.gem +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=8be2bafa5f4ec70019aebc8d8165feb1 diff --git a/metadata/md5-cache/dev-ruby/ruby-beautify-0.97.4 b/metadata/md5-cache/dev-ruby/ruby-beautify-0.97.4 new file mode 100644 index 000000000000..16ba924c2340 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/ruby-beautify-0.97.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=a cli tool (and module) to beautify ruby code +EAPI=5 +HOMEPAGE=https://github.com/erniebrodeur/ruby-beautify +IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=0 +SRC_URI=mirror://rubygems/ruby-beautify-0.97.4.gem +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=89fa7cdee0673db1ef1748f30d8a1755 diff --git a/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l b/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l index 0ac14e9f698e..a2a2861b13c4 100644 --- a/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l +++ b/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l @@ -4,10 +4,10 @@ DESCRIPTION=Extract annotations from pdf files EAPI=3 HOMEPAGE=http://www.ctan.org/tex-archive/macros/latex/contrib/pax/ IUSE=elibc_FreeBSD elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos LICENSE=GPL-2 RDEPEND=virtual/latex-base dev-java/pdfbox dev-java/fontbox virtual/perl-Getopt-Long dev-perl/File-Which >=virtual/jre-1.5 !<=dev-texlive/texlive-latexextra-2010 virtual/latex-base >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gentoo/pdfannotextractor-0.1l.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 latex-package 20f17759e8808b666e37d3b1bbe2fa4d multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6f991e8b810cb6e2a60ae48658293d4c +_md5_=af74a959e8e12b74a8bb3691b3fcf674 diff --git a/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l-r1 b/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l-r1 index 3f326e698a11..140cd520b425 100644 --- a/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l-r1 +++ b/metadata/md5-cache/dev-tex/pdfannotextractor-0.1l-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Extract annotations from pdf files EAPI=5 HOMEPAGE=http://www.ctan.org/tex-archive/macros/latex/contrib/pax/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos LICENSE=GPL-2 RDEPEND=virtual/latex-base dev-java/pdfbox:1.8 dev-java/fontbox:1.7 virtual/perl-Getopt-Long dev-perl/File-Which >=virtual/jre-1.6 !<=dev-texlive/texlive-latexextra-2010 virtual/latex-base >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gentoo/pdfannotextractor-0.1l.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 latex-package 20f17759e8808b666e37d3b1bbe2fa4d multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=35123339f48ebb6db22561426430d523 +_md5_=11d9135a4337adaa7bfb16995ae8a687 diff --git a/metadata/md5-cache/dev-tex/ppower4-0.9.6 b/metadata/md5-cache/dev-tex/ppower4-0.9.6 index b892324b9f8d..4442b6ed85e0 100644 --- a/metadata/md5-cache/dev-tex/ppower4-0.9.6 +++ b/metadata/md5-cache/dev-tex/ppower4-0.9.6 @@ -3,10 +3,10 @@ DEPEND=app-arch/unzip virtual/latex-base >=sys-apps/texinfo-4.2-r5 DESCRIPTION=Post-process presentations in PDF format which were prepared using (La)TeX to add dynamic effects EAPI=0 HOMEPAGE=http://www.tex.ac.uk/tex-archive/support/ppower4/index.html -KEYWORDS=~amd64 ppc x86 +KEYWORDS=~amd64 x86 LICENSE=GPL-2 RDEPEND=app-arch/unzip virtual/jre virtual/latex-base SLOT=0 SRC_URI=mirror://gentoo/ppower4-0.9.6.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c latex-package 20f17759e8808b666e37d3b1bbe2fa4d multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e4a780d0d548b2e3ee8a2e4437f53cb9 +_md5_=ea57b54fd20990cf7fa3c65e3d59086e diff --git a/metadata/md5-cache/dev-util/antlrworks-1.2.3 b/metadata/md5-cache/dev-util/antlrworks-1.2.3 index e37953e8ecb6..e16ac1b9302e 100644 --- a/metadata/md5-cache/dev-util/antlrworks-1.2.3 +++ b/metadata/md5-cache/dev-util/antlrworks-1.2.3 @@ -4,10 +4,10 @@ DESCRIPTION=A novel grammar development environment for ANTLR v3 grammars EAPI=2 HOMEPAGE=http://www.antlr.org/works/index.html IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.5 dev-java/stringtemplate:0 dev-java/antlr:0 >=dev-java/antlr-3.1.3:3 dev-java/jgoodies-forms:0 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://www.antlr.org/download/antlrworks-1.2.3-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=edc76246429c6b93096aee70762b88ba +_md5_=3048ad3d35f83105efca2ea711011f4e diff --git a/metadata/md5-cache/dev-util/argouml-0.34 b/metadata/md5-cache/dev-util/argouml-0.34 index fcaefd6fd669..f6c6309a8921 100644 --- a/metadata/md5-cache/dev-util/argouml-0.34 +++ b/metadata/md5-cache/dev-util/argouml-0.34 @@ -4,10 +4,10 @@ DESCRIPTION=Modelling tool that helps you do your design using UML EAPI=3 HOMEPAGE=http://argouml.tigris.org IUSE=doc elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://argouml-downloads.tigris.org/nonav/argouml-0.34/ArgoUML-0.34.tar.gz http://argouml-downloads.tigris.org/nonav/argouml-db-1.0/dbuml-module-1.0.4.zip doc? ( http://argouml-downloads.tigris.org/nonav/argouml-0.34/manual-0.34.pdf http://argouml-downloads.tigris.org/nonav/argouml-0.34/quickguide-0.34.pdf ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8e557f596e1002ffbb827341ac6aa3b3 +_md5_=1fe6f4f1f4b326297fcc28222c1853cc diff --git a/metadata/md5-cache/dev-util/cdiff-0.9.7 b/metadata/md5-cache/dev-util/cdiff-0.9.7 index 03c2cd45350b..08b63f0ee20c 100644 --- a/metadata/md5-cache/dev-util/cdiff-0.9.7 +++ b/metadata/md5-cache/dev-util/cdiff-0.9.7 @@ -4,11 +4,11 @@ DESCRIPTION=Colored, side-by-side diff terminal viewer EAPI=5 HOMEPAGE=https://github.com/ymattw/cdiff IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=!=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 SRC_URI=mirror://pypi/c/cdiff/cdiff-0.9.7.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=84760aa8eeb7f6e1b1d8f46cc4682349 +_md5_=930c2ff3b6b70f7f3c21362ccabeb135 diff --git a/metadata/md5-cache/dev-util/checkstyle-5.5-r1 b/metadata/md5-cache/dev-util/checkstyle-5.5-r1 index af12a8c17e4c..a465e7aa9415 100644 --- a/metadata/md5-cache/dev-util/checkstyle-5.5-r1 +++ b/metadata/md5-cache/dev-util/checkstyle-5.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Development tool to help write Java code that adheres to a coding st EAPI=5 HOMEPAGE=https://github.com/checkstyle/checkstyle IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos LICENSE=LGPL-2.1 RDEPEND=dev-java/ant-core:0 >=dev-java/antlr-2.7.7-r7:0 dev-java/commons-beanutils:1.7 dev-java/commons-cli:1 dev-java/commons-logging:0 dev-java/guava:18 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/checkstyle/checkstyle-5.5-src.tar.gz https://dev.gentoo.org/~sera/distfiles/checkstyle-5.4-maven-build.xml.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=52e564ff1686bc1bf878b06935e4243b +_md5_=7989977db9430bbfba3bb92cda2a102c diff --git a/metadata/md5-cache/dev-util/deskzilla-1.7.1-r1 b/metadata/md5-cache/dev-util/deskzilla-1.7.1-r1 index 4a955a4ff780..129bd8197689 100644 --- a/metadata/md5-cache/dev-util/deskzilla-1.7.1-r1 +++ b/metadata/md5-cache/dev-util/deskzilla-1.7.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A desktop client for Mozilla's Bugzilla bug tracking system EAPI=5 HOMEPAGE=http://almworks.com/deskzilla IUSE=elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=ALMWorks-1.2 RDEPEND=>=virtual/jre-1.5 dev-java/picocontainer:1 dev-java/javolution:4 >=dev-java/commons-codec-1.3 >=dev-java/jgoodies-forms-1.0.7 >=dev-java/commons-logging-1.0.4 >=dev-java/xmlrpc-2.0.1 dev-java/xerces:2 dev-java/itext:0 dev-java/jazzy:0 >=dev-java/java-config-2.2.0 RESTRICT=mirror SLOT=0 SRC_URI=http://d1.almworks.com/.files/deskzilla-1_7_1_without_jre.tar.gz https://dev.gentoo.org/~ercpe/distfiles/dev-util/deskzilla/deskzilla_gentoo.license _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8c25aa8ad4aa68f320af18772b1bf0bd +_md5_=8938415fa44a6b69bafc55a5b361058f diff --git a/metadata/md5-cache/dev-util/jarwizard-2.50 b/metadata/md5-cache/dev-util/jarwizard-2.50 index a79ea1719373..047b6b2e1f11 100644 --- a/metadata/md5-cache/dev-util/jarwizard-2.50 +++ b/metadata/md5-cache/dev-util/jarwizard-2.50 @@ -4,10 +4,10 @@ DESCRIPTION=Takes the hassle out of creating executable JAR files for your Java EAPI=0 HOMEPAGE=http://sourceforge.net/projects/jarwizard/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc x86 +KEYWORDS=~amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/jarwizard/jarwizard_250_src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1c33b71ecf00eca5ac675eaab26a3d09 +_md5_=9dbf8dc0256324a8820f9a9352bc0478 diff --git a/metadata/md5-cache/dev-util/jconfig-2.8-r3 b/metadata/md5-cache/dev-util/jconfig-2.8-r3 index 179dd2d02192..bdabf57a4cfe 100644 --- a/metadata/md5-cache/dev-util/jconfig-2.8-r3 +++ b/metadata/md5-cache/dev-util/jconfig-2.8-r3 @@ -4,10 +4,10 @@ DESCRIPTION=jConfig is an extremely helpful utility, providing a simple API for EAPI=0 HOMEPAGE=http://www.jconfig.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4 java-virtuals/jmx >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jconfig/jconfig-src-v2.8.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=07034b839c28b7c30fe7dc1b5abb3f7e +_md5_=31a49bb676cee521f52539a558c97f92 diff --git a/metadata/md5-cache/dev-util/jconfig-2.8.5 b/metadata/md5-cache/dev-util/jconfig-2.8.5 index 89e48e9ed31d..6a737622103e 100644 --- a/metadata/md5-cache/dev-util/jconfig-2.8.5 +++ b/metadata/md5-cache/dev-util/jconfig-2.8.5 @@ -4,10 +4,10 @@ DESCRIPTION=jConfig is an extremely helpful utility, providing a simple API for EAPI=0 HOMEPAGE=http://www.jconfig.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.4 java-virtuals/jmx >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jconfig/jconfig-src-v2.8.5.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=da5238af67c914832307685c30178fcf +_md5_=31a49bb676cee521f52539a558c97f92 diff --git a/metadata/md5-cache/dev-util/jconfig-2.9 b/metadata/md5-cache/dev-util/jconfig-2.9 index 9743bfeb500d..bd8fa74c8968 100644 --- a/metadata/md5-cache/dev-util/jconfig-2.9 +++ b/metadata/md5-cache/dev-util/jconfig-2.9 @@ -4,10 +4,10 @@ DESCRIPTION=jConfig is an extremely helpful utility, providing a simple API for EAPI=5 HOMEPAGE=http://www.jconfig.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=>=virtual/jre-1.6 java-virtuals/jmx >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jconfig/jconfig-src-v2.9.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=36a626d19ef05e838e852315b57b50aa +_md5_=9988eb648a8e4e92458344c6989f9a60 diff --git a/metadata/md5-cache/dev-util/pmd-4.2.5 b/metadata/md5-cache/dev-util/pmd-4.2.5 index 4a192703032a..a7752f85b3d0 100644 --- a/metadata/md5-cache/dev-util/pmd-4.2.5 +++ b/metadata/md5-cache/dev-util/pmd-4.2.5 @@ -4,11 +4,11 @@ DESCRIPTION=A Java source code analyzer EAPI=2 HOMEPAGE=http://pmd.sourceforge.net IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=pmd RDEPEND=>=virtual/jre-1.5 dev-java/ant-core dev-java/asm:3 dev-java/jaxen:1.1 >=dev-java/junit-4.4:4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/pmd/pmd-src-4.2.5.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a3aba2039ab353951e8fea4ef20adc15 +_md5_=43876ebac90ce26ee90a4cfa2d24f56b diff --git a/metadata/md5-cache/dev-util/sysdig-0.6.0 b/metadata/md5-cache/dev-util/sysdig-0.6.0 new file mode 100644 index 000000000000..e063daa13d81 --- /dev/null +++ b/metadata/md5-cache/dev-util/sysdig-0.6.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test +DEPEND=dev-lang/luajit:2= >=dev-libs/jsoncpp-0.6_pre:0= dev-libs/libb64:0= sys-libs/ncurses:0= sys-libs/zlib:0= dev-libs/openssl:0= net-misc/curl:0= app-arch/xz-utils virtual/os-headers kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=A system exploration and troubleshooting tool +EAPI=5 +HOMEPAGE=http://www.sysdig.org/ +IUSE=+modules kernel_linux +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-lang/luajit:2= >=dev-libs/jsoncpp-0.6_pre:0= dev-libs/libb64:0= sys-libs/ncurses:0= sys-libs/zlib:0= dev-libs/openssl:0= net-misc/curl:0= kernel_linux? ( virtual/modutils ) +SLOT=0 +SRC_URI=https://github.com/draios/sysdig/archive/0.6.0.tar.gz -> sysdig-0.6.0.tar.gz +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 linux-info 8f92e5ac1a1da684c5450b1b21a1f56a linux-mod 9e27971daa324852d78bc7d4d811afae multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=fcaf4e972a60a92ebfb37a2d274ab8f1 diff --git a/metadata/md5-cache/dev-util/weka-3.6.12-r1 b/metadata/md5-cache/dev-util/weka-3.6.12-r1 index 22bd3d640160..aab0acaa0669 100644 --- a/metadata/md5-cache/dev-util/weka-3.6.12-r1 +++ b/metadata/md5-cache/dev-util/weka-3.6.12-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A Java data mining package EAPI=5 HOMEPAGE=http://www.cs.waikato.ac.nz/ml/weka/ IUSE=svm elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 >=dev-java/javacup-0.11a_beta20060608:0 svm? ( sci-libs/libsvm:0[java] ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/weka/weka-3-6-12.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=21287a33de05e83fa6e1e3658e2d24df +_md5_=67712e630c6ceb8d68592087a2de820c diff --git a/metadata/md5-cache/dev-util/weka-3.6.6-r1 b/metadata/md5-cache/dev-util/weka-3.6.6-r1 index 042b73d60049..d14db387a4b0 100644 --- a/metadata/md5-cache/dev-util/weka-3.6.6-r1 +++ b/metadata/md5-cache/dev-util/weka-3.6.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A Java data mining package EAPI=5 HOMEPAGE=http://www.cs.waikato.ac.nz/ml/weka/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/javacup-0.11a_beta20060608:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/weka/weka-3-6-6.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bf72f1ec0f689a4da86167a0410c23bd +_md5_=cb5412f5e9450fe9640f7c68baae1bcc diff --git a/metadata/md5-cache/dev-util/weka-3.6.6-r2 b/metadata/md5-cache/dev-util/weka-3.6.6-r2 index 998879155548..2f4bbb3c5dde 100644 --- a/metadata/md5-cache/dev-util/weka-3.6.6-r2 +++ b/metadata/md5-cache/dev-util/weka-3.6.6-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A Java data mining package EAPI=5 HOMEPAGE=http://www.cs.waikato.ac.nz/ml/weka/ IUSE=svm elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/javacup-0.11a_beta20060608:0 svm? ( sci-libs/libsvm:0[java] ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/weka/weka-3-6-6.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c4645a6ec1426a19c60e0b97b7bb1cc6 +_md5_=fba80f2227b99cc5b2398d674d2d560d diff --git a/metadata/md5-cache/dev-vcs/hgview-1.7.1-r1 b/metadata/md5-cache/dev-vcs/hgview-1.7.1-r1 deleted file mode 100644 index 23643506c85e..000000000000 --- a/metadata/md5-cache/dev-vcs/hgview-1.7.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/docutils[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/PyQt4[python_targets_python2_7(-)?,-python_single_target_python2_7(-),X] dev-python/qscintilla-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-vcs/mercurial[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] doc? ( app-text/asciidoc app-text/xmlto ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=PyQt4-based Mercurial log navigator -EAPI=5 -HOMEPAGE=http://www.logilab.org/project/hgview -IUSE=doc python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-python/docutils[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/PyQt4[python_targets_python2_7(-)?,-python_single_target_python2_7(-),X] dev-python/qscintilla-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-vcs/mercurial[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://ftp.logilab.org/pub/hgview/hgview-1.7.1.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=415e106c4f7f3fc6d7241f0ce1a2fb39 diff --git a/metadata/md5-cache/dev-vcs/hgview-1.8.0 b/metadata/md5-cache/dev-vcs/hgview-1.8.0 deleted file mode 100644 index df84bf04e2be..000000000000 --- a/metadata/md5-cache/dev-vcs/hgview-1.8.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-vcs/mercurial[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ncurses? ( >=dev-python/urwid-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyinotify[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) qt4? ( dev-python/docutils[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/PyQt4[X,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/qscintilla-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) doc? ( app-text/asciidoc app-text/xmlto ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=A Mercurial interactive history viewer -EAPI=5 -HOMEPAGE=http://www.logilab.org/project/hgview/ https://pypi.python.org/pypi/hgview/ -IUSE=doc ncurses +qt4 python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-vcs/mercurial[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ncurses? ( >=dev-python/urwid-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyinotify[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) qt4? ( dev-python/docutils[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/PyQt4[X,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/qscintilla-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( ncurses qt4 ) || ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/h/hgview/hgview-1.8.0.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=1583a7a66ab9088e68d6b77368df1bd6 diff --git a/metadata/md5-cache/dev-vcs/hgview-1.8.1 b/metadata/md5-cache/dev-vcs/hgview-1.9.0 similarity index 96% rename from metadata/md5-cache/dev-vcs/hgview-1.8.1 rename to metadata/md5-cache/dev-vcs/hgview-1.9.0 index e56c2d8b0b30..f5c9272f7c95 100644 --- a/metadata/md5-cache/dev-vcs/hgview-1.8.1 +++ b/metadata/md5-cache/dev-vcs/hgview-1.9.0 @@ -9,6 +9,6 @@ LICENSE=GPL-2 RDEPEND=dev-vcs/mercurial[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ncurses? ( >=dev-python/urwid-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyinotify[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) qt4? ( dev-python/docutils[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/PyQt4[X,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/qscintilla-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( ncurses qt4 ) || ( python_targets_python2_7 ) SLOT=0 -SRC_URI=mirror://pypi/h/hgview/hgview-1.8.1.tar.gz +SRC_URI=mirror://pypi/h/hgview/hgview-1.9.0.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=1583a7a66ab9088e68d6b77368df1bd6 +_md5_=bef75965c807f4ece008807b169168e7 diff --git a/metadata/md5-cache/games-board/cgoban2-2.6.12 b/metadata/md5-cache/games-board/cgoban2-2.6.12 index c5162267d6fc..c1d2c8c21dcf 100644 --- a/metadata/md5-cache/games-board/cgoban2-2.6.12 +++ b/metadata/md5-cache/games-board/cgoban2-2.6.12 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DESCRIPTION=A Java client for the Kiseido Go Server, and a SGF editor EAPI=5 HOMEPAGE=http://www.gokgs.com/ -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=freedist RDEPEND=>=virtual/jre-1.3 games-misc/games-envd SLOT=0 SRC_URI=mirror://gentoo/cgoban-unix-2.6.12.tar.bz2 _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=0f42ca6ace9c11de67146f5da3e08a5b +_md5_=ae59dc35e2143ee084759716df812762 diff --git a/metadata/md5-cache/games-board/megamek-0.34.10 b/metadata/md5-cache/games-board/megamek-0.34.10 index 45a1c4a5c25c..425c69cca44c 100644 --- a/metadata/md5-cache/games-board/megamek-0.34.10 +++ b/metadata/md5-cache/games-board/megamek-0.34.10 @@ -4,10 +4,10 @@ DESCRIPTION=an unofficial, online version of the Classic BattleTech board game EAPI=5 HOMEPAGE=http://megamek.sourceforge.net/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 games-misc/games-envd SLOT=0 SRC_URI=mirror://sourceforge/megamek/MegaMek-v0.34.10.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=048411a8ffced4cd1af60c8d55c0fe3e +_md5_=e89d8b2d361c02619c131b8acfccba63 diff --git a/metadata/md5-cache/games-emulation/fceux-2.2.2-r1 b/metadata/md5-cache/games-emulation/fceux-2.2.2-r1 index 24876de01e6a..4a6fa0ec2ec9 100644 --- a/metadata/md5-cache/games-emulation/fceux-2.2.2-r1 +++ b/metadata/md5-cache/games-emulation/fceux-2.2.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A portable Famicom/NES emulator, an evolution of the original FCE Ul EAPI=5 HOMEPAGE=http://fceux.com/ IUSE=gtk logo +lua +opengl -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=lua? ( dev-lang/lua:0 ) media-libs/libsdl[opengl?,video] logo? ( media-libs/gd[png] ) opengl? ( virtual/opengl ) gtk? ( x11-libs/gtk+:3 ) sys-libs/zlib[minizip] games-misc/games-envd SLOT=0 SRC_URI=mirror://sourceforge/fceultra/fceux-2.2.2.src.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 scons-utils 6a35944612b7ecb18a3803359554badc toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=85bcd7f2d68090117fedc66ef783d3ee +_md5_=0a81a56f1af876c3da3127730e99db44 diff --git a/metadata/md5-cache/games-emulation/sdlmame-0.168 b/metadata/md5-cache/games-emulation/sdlmame-0.168 index 8e516a64488b..5dcefb081102 100644 --- a/metadata/md5-cache/games-emulation/sdlmame-0.168 +++ b/metadata/md5-cache/games-emulation/sdlmame-0.168 @@ -4,11 +4,11 @@ DESCRIPTION=Multiple Arcade Machine Emulator + Multi Emulator Super System (MESS EAPI=5 HOMEPAGE=http://mamedev.org/ IUSE=X alsa +arcade debug +mess opengl tools -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=XMAME RDEPEND=!games-emulation/sdlmametools !games-emulation/sdlmess dev-db/sqlite:3 dev-libs/expat media-libs/fontconfig media-libs/flac media-libs/libsdl2[joystick,opengl?,sound,video] media-libs/portaudio media-libs/sdl2-ttf sys-libs/zlib virtual/jpeg:0 alsa? ( media-libs/alsa-lib media-libs/portmidi ) debug? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) X? ( x11-libs/libX11 x11-libs/libXinerama ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) games-misc/games-envd REQUIRED_USE=|| ( arcade mess ) debug? ( X ) SLOT=0 SRC_URI=https://github.com/mamedev/mame/releases/download/mame0168/mame0168s.zip -> mame-0.168.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=a54fa0b58e3d90f3827208292e19da56 +_md5_=fd0c89f2f756a5476ae8366d485cd3a9 diff --git a/metadata/md5-cache/games-fps/alienarena-20130827 b/metadata/md5-cache/games-fps/alienarena-20130827 index a9ace715decc..a6aedb6f2972 100644 --- a/metadata/md5-cache/games-fps/alienarena-20130827 +++ b/metadata/md5-cache/games-fps/alienarena-20130827 @@ -4,10 +4,10 @@ DESCRIPTION=Fast-paced multiplayer deathmatch game EAPI=5 HOMEPAGE=http://red.planetarena.org/ IUSE=dedicated +dga +vidmode +zlib -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 free-noncomm RDEPEND=!dedicated? ( virtual/jpeg:0 media-libs/openal media-libs/libvorbis media-libs/freetype:2 virtual/glu virtual/opengl dga? ( x11-libs/libXxf86dga ) vidmode? ( x11-libs/libXxf86vm ) zlib? ( sys-libs/zlib ) net-misc/curl ) games-misc/games-envd SLOT=0 SRC_URI=http://icculus.org/alienarena/Files/alienarena-7.66-linux20130827.tar.gz http://red.planetarena.org/files/alienarena-7.66-linux20130827.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2e7660cd8a8fad686159015db6863c58 +_md5_=1fa3acf1ac6edc1f67fe455bffb8a4f6 diff --git a/metadata/md5-cache/games-fps/darkplaces-20140513 b/metadata/md5-cache/games-fps/darkplaces-20140513 index ed4085f008fd..a70843e41022 100644 --- a/metadata/md5-cache/games-fps/darkplaces-20140513 +++ b/metadata/md5-cache/games-fps/darkplaces-20140513 @@ -4,10 +4,10 @@ DESCRIPTION=Enhanced engine for iD Software's Quake 1 EAPI=5 HOMEPAGE=http://icculus.org/twilight/darkplaces/ IUSE=alsa cdinstall cdsound debug dedicated demo lights opengl oss sdl textures -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=net-misc/curl cdinstall? ( games-fps/quake1-data ) demo? ( games-fps/quake1-demodata ) textures? ( >=games-fps/quake1-textures-20050820 ) opengl? ( virtual/jpeg:0 media-libs/libogg media-libs/libvorbis virtual/opengl alsa? ( media-libs/alsa-lib ) sdl? ( media-libs/libsdl ) x11-libs/libX11 x11-libs/libXpm x11-libs/libXxf86dga x11-libs/libXxf86vm ) !opengl? ( sdl? ( virtual/jpeg:0 media-libs/libogg media-libs/libvorbis virtual/opengl alsa? ( media-libs/alsa-lib ) sdl? ( media-libs/libsdl ) x11-libs/libX11 x11-libs/libXpm x11-libs/libXxf86dga x11-libs/libXxf86vm ) ) !opengl? ( !sdl? ( !dedicated? ( virtual/jpeg:0 media-libs/libogg media-libs/libvorbis virtual/opengl alsa? ( media-libs/alsa-lib ) sdl? ( media-libs/libsdl ) x11-libs/libX11 x11-libs/libXpm x11-libs/libXxf86dga x11-libs/libXxf86vm ) ) ) games-misc/games-envd SLOT=0 SRC_URI=http://icculus.org/twilight/darkplaces/files/darkplacesengine20140513.zip lights? ( http://www.fuhquake.net/files/extras/fuhquake-lits.rar http://www.kgbsyndicate.com/romi/id1.pk3 ) _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=43344c340657031b76197cc80be52bee +_md5_=b339330c51da1a671693d35169cc1535 diff --git a/metadata/md5-cache/games-fps/doomsday-1.15.7 b/metadata/md5-cache/games-fps/doomsday-1.15.7 index ca957dd9fe16..8d440591392a 100644 --- a/metadata/md5-cache/games-fps/doomsday-1.15.7 +++ b/metadata/md5-cache/games-fps/doomsday-1.15.7 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack -DEPEND=dev-qt/qtcore:5 dev-qt/qtopengl:5 dev-qt/qtx11extras:5 dev-qt/qtgui:5 net-misc/curl sys-libs/zlib media-libs/assimp !dedicated? ( media-libs/libsdl2[joystick,sound] media-libs/sdl2-mixer media-libs/libpng:0 virtual/opengl virtual/glu x11-libs/libX11 x11-libs/libXrandr x11-libs/libXxf86vm ) fluidsynth? ( media-sound/fluidsynth ) openal? ( media-libs/openal ) tools? ( sys-libs/ncurses:0 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/pkgconfig +DEPEND=dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtgui:5 dev-qt/qtcore:5 net-misc/curl sys-libs/zlib media-libs/assimp !dedicated? ( media-libs/libsdl2[joystick,sound] media-libs/sdl2-mixer media-libs/libpng:0 virtual/opengl virtual/glu x11-libs/libX11 x11-libs/libXrandr x11-libs/libXxf86vm ) fluidsynth? ( media-sound/fluidsynth ) openal? ( media-libs/openal ) tools? ( sys-libs/ncurses:0 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/pkgconfig DESCRIPTION=A modern gaming engine for Doom, Heretic, and Hexen EAPI=5 HOMEPAGE=http://www.dengine.net/ @@ -7,9 +7,9 @@ IUSE=dedicated fluidsynth openal snowberry +doom demo freedoom heretic hexen res KEYWORDS=~amd64 ~x86 LICENSE=GPL-3+ LGPL-3+ PDEPEND=!dedicated? ( demo? ( games-fps/doom-data ) freedoom? ( games-fps/freedoom ) resources? ( games-fps/doomsday-resources ) ) -RDEPEND=dev-qt/qtcore:5 dev-qt/qtopengl:5 dev-qt/qtx11extras:5 dev-qt/qtgui:5 net-misc/curl sys-libs/zlib media-libs/assimp !dedicated? ( media-libs/libsdl2[joystick,sound] media-libs/sdl2-mixer media-libs/libpng:0 virtual/opengl virtual/glu x11-libs/libX11 x11-libs/libXrandr x11-libs/libXxf86vm ) fluidsynth? ( media-sound/fluidsynth ) openal? ( media-libs/openal ) tools? ( sys-libs/ncurses:0 ) !dedicated? ( snowberry? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wxpython[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) games-misc/games-envd +RDEPEND=dev-qt/qtnetwork:5 dev-qt/qtopengl:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtgui:5 dev-qt/qtcore:5 net-misc/curl sys-libs/zlib media-libs/assimp !dedicated? ( media-libs/libsdl2[joystick,sound] media-libs/sdl2-mixer media-libs/libpng:0 virtual/opengl virtual/glu x11-libs/libX11 x11-libs/libXrandr x11-libs/libXxf86vm ) fluidsynth? ( media-sound/fluidsynth ) openal? ( media-libs/openal ) tools? ( sys-libs/ncurses:0 ) !dedicated? ( snowberry? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wxpython[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) games-misc/games-envd REQUIRED_USE=|| ( python_targets_python2_7 ) demo? ( doom ) freedoom? ( doom ) resources? ( doom ) SLOT=0 SRC_URI=mirror://sourceforge/deng/Doomsday%20Engine/1.15.7/doomsday-stable-1.15.7.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=8252f8581eb3580225102f26ffe5914a +_md5_=1c4bbedf6b57efe9d538eb89927bdf99 diff --git a/metadata/md5-cache/games-fps/sauerbraten-2013.02.03 b/metadata/md5-cache/games-fps/sauerbraten-2013.02.03 new file mode 100644 index 000000000000..02d2807866fb --- /dev/null +++ b/metadata/md5-cache/games-fps/sauerbraten-2013.02.03 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack +DEPEND=sys-libs/zlib >=net-libs/enet-1.3.6:1.3 !dedicated? ( media-libs/libsdl[X,opengl] media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png,jpeg] virtual/opengl virtual/glu x11-libs/libX11 ) >=sys-apps/sed-4 +DESCRIPTION=Cube 2: Sauerbraten is an open source game engine (Cube 2) with freeware game data (Sauerbraten) +EAPI=5 +HOMEPAGE=http://sauerbraten.org/ +IUSE=debug dedicated server +KEYWORDS=~amd64 ~x86 +LICENSE=ZLIB freedist +RDEPEND=sys-libs/zlib >=net-libs/enet-1.3.6:1.3 !dedicated? ( media-libs/libsdl[X,opengl] media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png,jpeg] virtual/opengl virtual/glu x11-libs/libX11 ) games-misc/games-envd +SLOT=0 +SRC_URI=mirror://sourceforge/sauerbraten/sauerbraten/2013_02_03/sauerbraten_2013_02_03_collect_edition_linux.tar.bz2 +_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 games 4dae170e58f773c484e07d18ef441804 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=60b62c9efec11afb08609466976a8b6b diff --git a/metadata/md5-cache/games-puzzle/pauker-1.8 b/metadata/md5-cache/games-puzzle/pauker-1.8 index d5f2fa2ee6f6..d4e7bc1a5c09 100644 --- a/metadata/md5-cache/games-puzzle/pauker-1.8 +++ b/metadata/md5-cache/games-puzzle/pauker-1.8 @@ -4,10 +4,10 @@ DESCRIPTION=A java based flashcard program EAPI=5 HOMEPAGE=http://pauker.sourceforge.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.5 dev-java/browserlauncher2:1.0 dev-java/javahelp dev-java/lucene:2.4 dev-java/swing-layout:1 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) games-misc/games-envd SLOT=0 SRC_URI=mirror://sourceforge/pauker/pauker-1.8.src.jar _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1a47b2f6d835c02a94a0ee60e3bccbfb +_md5_=b1349b2574446fadb1e3ac24075beae8 diff --git a/metadata/md5-cache/games-roguelike/nethack-3.4.3-r5 b/metadata/md5-cache/games-roguelike/nethack-3.4.3-r5 index c51ccbeb3399..7f014557f3a1 100644 --- a/metadata/md5-cache/games-roguelike/nethack-3.4.3-r5 +++ b/metadata/md5-cache/games-roguelike/nethack-3.4.3-r5 @@ -10,4 +10,4 @@ RDEPEND=sys-libs/ncurses:0= X? ( x11-libs/libXaw x11-libs/libXpm x11-libs/libXt SLOT=0 SRC_URI=mirror://sourceforge/nethack/nethack-343-src.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=0de34cd6bb50cff851b56d82457e6c5a +_md5_=72fe8bfeb4ec856f01c15390be113359 diff --git a/metadata/md5-cache/games-roguelike/nethack-3.6.0 b/metadata/md5-cache/games-roguelike/nethack-3.6.0 index 6685ba2986b4..4e1b9ee353a3 100644 --- a/metadata/md5-cache/games-roguelike/nethack-3.6.0 +++ b/metadata/md5-cache/games-roguelike/nethack-3.6.0 @@ -10,4 +10,4 @@ RDEPEND=sys-libs/ncurses:0= X? ( x11-libs/libXaw x11-libs/libXpm x11-libs/libXt SLOT=0 SRC_URI=mirror://sourceforge/nethack/nethack-360-src.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=ae19cd828d7a4cb9894c23abd6c65f93 +_md5_=887c00c590540b873246e3b78caeb347 diff --git a/metadata/md5-cache/games-roguelike/nethack-3.6.0-r1 b/metadata/md5-cache/games-roguelike/nethack-3.6.0-r1 new file mode 100644 index 000000000000..9b7d1ff58dbd --- /dev/null +++ b/metadata/md5-cache/games-roguelike/nethack-3.6.0-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst preinst prepare setup +DEPEND=sys-libs/ncurses:0= X? ( x11-libs/libXaw x11-libs/libXpm x11-libs/libXt ) virtual/pkgconfig X? ( x11-proto/xproto x11-apps/bdftopcf x11-apps/mkfontdir ) +DESCRIPTION=The ultimate old-school single player dungeon exploration game +EAPI=5 +HOMEPAGE=http://www.nethack.org/ +IUSE=experimental X +KEYWORDS=~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd +LICENSE=nethack +RDEPEND=sys-libs/ncurses:0= X? ( x11-libs/libXaw x11-libs/libXpm x11-libs/libXt ) +SLOT=0 +SRC_URI=mirror://sourceforge/nethack/nethack-360-src.tgz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=5ceff74c659177df42fdb64123c26815 diff --git a/metadata/md5-cache/games-simulation/openttd-1.5.3 b/metadata/md5-cache/games-simulation/openttd-1.5.3 index 5240703cc3be..366649de631d 100644 --- a/metadata/md5-cache/games-simulation/openttd-1.5.3 +++ b/metadata/md5-cache/games-simulation/openttd-1.5.3 @@ -4,7 +4,7 @@ DESCRIPTION=OpenTTD is a clone of Transport Tycoon Deluxe EAPI=5 HOMEPAGE=http://www.openttd.org/ IUSE=aplaymidi debug dedicated iconv icu lzo +openmedia +png cpu_flags_x86_sse +timidity +truetype zlib -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~ppc ~ppc64 ~x86 LICENSE=GPL-2 PDEPEND=!dedicated? ( openmedia? ( games-misc/openmsx games-misc/opensfx ) aplaymidi? ( media-sound/alsa-utils ) !aplaymidi? ( timidity? ( media-sound/timidity++ ) ) ) openmedia? ( >=games-misc/opengfx-0.4.7 ) RDEPEND=!dedicated? ( media-libs/libsdl[sound,X,video] icu? ( dev-libs/icu:= ) truetype? ( media-libs/fontconfig media-libs/freetype:2 sys-libs/zlib ) ) lzo? ( dev-libs/lzo:2 ) iconv? ( virtual/libiconv ) png? ( media-libs/libpng:0 ) zlib? ( sys-libs/zlib ) games-misc/games-envd @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://binaries.openttd.org/releases/1.5.3/openttd-1.5.3-source.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=1c2a6693fe11f71d4981739a8b2d09fb +_md5_=7be2d99fc2f681573a415379415fe053 diff --git a/metadata/md5-cache/games-sports/gracer-0.1.5 b/metadata/md5-cache/games-sports/gracer-0.1.5 index 15ecc55d568e..34555f9c5ed9 100644 --- a/metadata/md5-cache/games-sports/gracer-0.1.5 +++ b/metadata/md5-cache/games-sports/gracer-0.1.5 @@ -10,4 +10,4 @@ RDEPEND=dev-lang/tcl:0 media-libs/freeglut media-libs/giflib media-libs/libpng:0 SLOT=0 SRC_URI=mirror://sourceforge/gracer/gracer-0.1.5.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=29b0454d529e26d994da6689d981d15c +_md5_=5258bea1fbbffa1c2a8b86832d464094 diff --git a/metadata/md5-cache/games-strategy/freecol-0.11.5 b/metadata/md5-cache/games-strategy/freecol-0.11.5 index 1d465fe8e88a..efff251c6f03 100644 --- a/metadata/md5-cache/games-strategy/freecol-0.11.5 +++ b/metadata/md5-cache/games-strategy/freecol-0.11.5 @@ -4,10 +4,10 @@ DESCRIPTION=An open source clone of the game Colonization EAPI=5 HOMEPAGE=http://www.freecol.org/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2+ RDEPEND=>=virtual/jre-1.7 dev-java/jsr173 dev-java/wstx:3.2 dev-java/commons-cli:1 dev-java/cortado dev-java/miglayout >=dev-java/java-config-2.2.0 games-misc/games-envd SLOT=0 SRC_URI=mirror://sourceforge/freecol/freecol-0.11.5-src.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5fff565d8f3e72b0cbda2df9e9c4ddc3 +_md5_=f0bd7aa0eb65a4489b18e45b66923d8b diff --git a/metadata/md5-cache/games-strategy/triplea-1.7.0.3 b/metadata/md5-cache/games-strategy/triplea-1.7.0.3 index 2a3c09fc5eee..7466079de2d0 100644 --- a/metadata/md5-cache/games-strategy/triplea-1.7.0.3 +++ b/metadata/md5-cache/games-strategy/triplea-1.7.0.3 @@ -4,11 +4,11 @@ DESCRIPTION=An open source clone of the popular Axis and Allies boardgame EAPI=5 HOMEPAGE=http://triplea.sourceforge.net/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=dev-java/commons-httpclient:3 dev-java/apple-java-extensions-bin dev-java/commons-logging dev-java/commons-codec =dev-java/junit-3.8* >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 games-misc/games-envd RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/triplea/triplea_1_7_0_3_source_code_only.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=512d36255d061d97dbcb884b49d033c8 +_md5_=2fe462e76a0189099668cd5a3d99345b diff --git a/metadata/md5-cache/games-strategy/triplea-1.8.0.5 b/metadata/md5-cache/games-strategy/triplea-1.8.0.5 index 8f3e872f1000..64e092e5dec7 100644 --- a/metadata/md5-cache/games-strategy/triplea-1.8.0.5 +++ b/metadata/md5-cache/games-strategy/triplea-1.8.0.5 @@ -4,11 +4,11 @@ DESCRIPTION=An open source clone of the popular Axis and Allies boardgame EAPI=5 HOMEPAGE=http://triplea.sourceforge.net/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=dev-java/commons-httpclient:3 dev-java/apple-java-extensions-bin dev-java/commons-logging dev-java/commons-codec =dev-java/junit-3.8* >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 games-misc/games-envd RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/triplea/triplea_1_8_0_5_source_code_only.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e87c121204f678e2385c520a7897eb7b +_md5_=bc3a6b747f5aabb2ba01ad52fd691524 diff --git a/metadata/md5-cache/games-strategy/wargus-2.3.0 b/metadata/md5-cache/games-strategy/wargus-2.3.0 new file mode 100644 index 000000000000..f7b8f6715a3f --- /dev/null +++ b/metadata/md5-cache/games-strategy/wargus-2.3.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND==games-engines/stratagus-2.3.0*[theora] media-libs/libpng:0 sys-libs/zlib x11-libs/gtk+:2 x11-libs/libX11 virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=sys-apps/sed-4 +DESCRIPTION=Warcraft II for the Stratagus game engine +EAPI=5 +HOMEPAGE=http://wargus.sourceforge.net/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +PDEPEND=games-strategy/wargus-data +RDEPEND==games-engines/stratagus-2.3.0*[theora] media-libs/libpng:0 sys-libs/zlib x11-libs/gtk+:2 x11-libs/libX11 games-misc/games-envd +SLOT=0 +SRC_URI=https://launchpad.net/wargus/trunk/2.3/+download/wargus_2.3.0.orig.tar.gz +_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 games 4dae170e58f773c484e07d18ef441804 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=65904cd2c0c3897f7b3575d7637d97a5 diff --git a/metadata/md5-cache/gnome-extra/cinnamon-settings-daemon-2.8.1 b/metadata/md5-cache/gnome-extra/cinnamon-settings-daemon-2.8.1 deleted file mode 100644 index f58384dd87b4..000000000000 --- a/metadata/md5-cache/gnome-extra/cinnamon-settings-daemon-2.8.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack -DEPEND=>=dev-libs/glib-2.38:2 >=gnome-base/libgnomekbd-3.6 >=gnome-base/librsvg-2.36.2 >=gnome-extra/cinnamon-desktop-2.6.3:0= media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra:0=[gtk3] >=media-sound/pulseaudio-0.9.16:0= sys-apps/dbus >=sys-auth/polkit-0.97 || ( >=sys-power/upower-0.9.11:= sys-power/upower-pm-utils ) x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.9.10:3 >=x11-libs/libnotify-0.7.3:0= x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libxklavier virtual/libgudev:= colord? ( >=x11-misc/colord-0.1.27:= ) cups? ( >=net-print/cups-1.4[dbus] ) input_devices_wacom? ( >=dev-libs/libwacom-0.7 x11-drivers/xf86-input-wacom x11-libs/libXtst ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( sys-apps/systemd:0= ) !systemd? ( sys-auth/consolekit:0= ) dev-libs/libxml2:2 >=dev-util/intltool-0.37.1 x11-proto/kbproto virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) -DESCRIPTION=Cinnamon's settings daemon -EAPI=5 -HOMEPAGE=http://cinnamon.linuxmint.com/ -IUSE=+colord cups input_devices_wacom smartcard systemd debug test -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2+ -RDEPEND=>=dev-libs/glib-2.38:2 >=gnome-base/libgnomekbd-3.6 >=gnome-base/librsvg-2.36.2 >=gnome-extra/cinnamon-desktop-2.6.3:0= media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra:0=[gtk3] >=media-sound/pulseaudio-0.9.16:0= sys-apps/dbus >=sys-auth/polkit-0.97 || ( >=sys-power/upower-0.9.11:= sys-power/upower-pm-utils ) x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.9.10:3 >=x11-libs/libnotify-0.7.3:0= x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libxklavier virtual/libgudev:= colord? ( >=x11-misc/colord-0.1.27:= ) cups? ( >=net-print/cups-1.4[dbus] ) input_devices_wacom? ( >=dev-libs/libwacom-0.7 x11-drivers/xf86-input-wacom x11-libs/libXtst ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( sys-apps/systemd:0= ) !systemd? ( sys-auth/consolekit:0= ) -SLOT=0 -SRC_URI=https://github.com/linuxmint/cinnamon-settings-daemon/archive/2.8.1.tar.gz -> cinnamon-settings-daemon-2.8.1.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=73eebf3ff9de9ab814bc96ff69828b74 diff --git a/metadata/md5-cache/gnome-extra/cinnamon-settings-daemon-2.8.2 b/metadata/md5-cache/gnome-extra/cinnamon-settings-daemon-2.8.2-r1 similarity index 75% rename from metadata/md5-cache/gnome-extra/cinnamon-settings-daemon-2.8.2 rename to metadata/md5-cache/gnome-extra/cinnamon-settings-daemon-2.8.2-r1 index 1006b7d09089..656d37e58ea8 100644 --- a/metadata/md5-cache/gnome-extra/cinnamon-settings-daemon-2.8.2 +++ b/metadata/md5-cache/gnome-extra/cinnamon-settings-daemon-2.8.2-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack -DEPEND=>=dev-libs/glib-2.38:2 >=gnome-base/libgnomekbd-3.6 >=gnome-base/librsvg-2.36.2 >=gnome-extra/cinnamon-desktop-2.6.3:0= media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra:0=[gtk3] >=media-sound/pulseaudio-0.9.16:0= sys-apps/dbus >=sys-auth/polkit-0.97 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.9.10:3 >=x11-libs/libnotify-0.7.3:0= x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libxklavier virtual/libgudev:= colord? ( >=x11-misc/colord-0.1.27:= ) cups? ( >=net-print/cups-1.4[dbus] ) input_devices_wacom? ( >=dev-libs/libwacom-0.7 x11-drivers/xf86-input-wacom x11-libs/libXtst ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( sys-apps/systemd:0= >=sys-power/upower-0.9.11:= ) !systemd? ( sys-auth/consolekit:0= sys-power/upower-pm-utils ) dev-libs/libxml2:2 >=dev-util/intltool-0.37.1 x11-proto/kbproto virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=dev-libs/glib-2.38:2 >=gnome-base/libgnomekbd-3.6 >=gnome-base/librsvg-2.36.2 >=gnome-extra/cinnamon-desktop-2.6.3:0= media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra:0=[gtk3] >=media-sound/pulseaudio-0.9.16:0= sys-apps/dbus >=sys-auth/polkit-0.97 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.9.10:3 >=x11-libs/libnotify-0.7.3:0= x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libxklavier virtual/libgudev:= colord? ( >=x11-misc/colord-0.1.27:= ) cups? ( >=net-print/cups-1.4[dbus] ) input_devices_wacom? ( >=dev-libs/libwacom-0.7 x11-drivers/xf86-input-wacom x11-libs/libXtst ) smartcard? ( >=dev-libs/nss-3.11.2 ) || ( >=sys-power/upower-0.9.11:= sys-power/upower-pm-utils ) systemd? ( sys-apps/systemd:0= ) !systemd? ( sys-auth/consolekit:0= ) dev-libs/libxml2:2 >=dev-util/intltool-0.37.1 x11-proto/kbproto virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Cinnamon's settings daemon EAPI=5 HOMEPAGE=http://cinnamon.linuxmint.com/ IUSE=+colord cups input_devices_wacom smartcard systemd debug test KEYWORDS=~amd64 ~x86 LICENSE=GPL-2+ -RDEPEND=>=dev-libs/glib-2.38:2 >=gnome-base/libgnomekbd-3.6 >=gnome-base/librsvg-2.36.2 >=gnome-extra/cinnamon-desktop-2.6.3:0= media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra:0=[gtk3] >=media-sound/pulseaudio-0.9.16:0= sys-apps/dbus >=sys-auth/polkit-0.97 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.9.10:3 >=x11-libs/libnotify-0.7.3:0= x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libxklavier virtual/libgudev:= colord? ( >=x11-misc/colord-0.1.27:= ) cups? ( >=net-print/cups-1.4[dbus] ) input_devices_wacom? ( >=dev-libs/libwacom-0.7 x11-drivers/xf86-input-wacom x11-libs/libXtst ) smartcard? ( >=dev-libs/nss-3.11.2 ) systemd? ( sys-apps/systemd:0= >=sys-power/upower-0.9.11:= ) !systemd? ( sys-auth/consolekit:0= sys-power/upower-pm-utils ) +RDEPEND=>=dev-libs/glib-2.38:2 >=gnome-base/libgnomekbd-3.6 >=gnome-base/librsvg-2.36.2 >=gnome-extra/cinnamon-desktop-2.6.3:0= media-libs/fontconfig >=media-libs/lcms-2.2:2 media-libs/libcanberra:0=[gtk3] >=media-sound/pulseaudio-0.9.16:0= sys-apps/dbus >=sys-auth/polkit-0.97 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.9.10:3 >=x11-libs/libnotify-0.7.3:0= x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libxklavier virtual/libgudev:= colord? ( >=x11-misc/colord-0.1.27:= ) cups? ( >=net-print/cups-1.4[dbus] ) input_devices_wacom? ( >=dev-libs/libwacom-0.7 x11-drivers/xf86-input-wacom x11-libs/libXtst ) smartcard? ( >=dev-libs/nss-3.11.2 ) || ( >=sys-power/upower-0.9.11:= sys-power/upower-pm-utils ) systemd? ( sys-apps/systemd:0= ) !systemd? ( sys-auth/consolekit:0= ) SLOT=0 SRC_URI=https://github.com/linuxmint/cinnamon-settings-daemon/archive/2.8.2.tar.gz -> cinnamon-settings-daemon-2.8.2.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=41b052b731e9619275b1b7d63f3642db +_md5_=f3a087f3147fbf7f8a28b043377c3cd8 diff --git a/metadata/md5-cache/java-virtuals/jaf-1.1-r1 b/metadata/md5-cache/java-virtuals/jaf-1.1-r1 index 519b7bd345e6..f4f23a6f542c 100644 --- a/metadata/md5-cache/java-virtuals/jaf-1.1-r1 +++ b/metadata/md5-cache/java-virtuals/jaf-1.1-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for JavaBeans Activation Framework (JAF) EAPI=5 HOMEPAGE=https://www.gentoo.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=public-domain RDEPEND=|| ( >=virtual/jre-1.6 dev-java/sun-jaf:0 dev-java/gnu-jaf:1 ) >=dev-java/java-config-2.1.8 >=dev-java/java-config-2.2.0 SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=09cc8404d386bbdc781fd05a8c7dc842 +_md5_=85ee4d2dc0c5c330f32217520148ba51 diff --git a/metadata/md5-cache/java-virtuals/javamail-1.0-r4 b/metadata/md5-cache/java-virtuals/javamail-1.0-r4 index 9d815dddadd9..c656a7aab227 100644 --- a/metadata/md5-cache/java-virtuals/javamail-1.0-r4 +++ b/metadata/md5-cache/java-virtuals/javamail-1.0-r4 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for javamail implementations EAPI=5 HOMEPAGE=https://www.gentoo.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=public-domain RDEPEND=|| ( dev-java/oracle-javamail:0 dev-java/sun-javamail:0 dev-java/gnu-javamail:1 ) >=dev-java/java-config-2.2.0 SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=637c989add095a03ffec6a3ef15b6bca +_md5_=cf7c662727327bd06c3b9032aec686a6 diff --git a/metadata/md5-cache/java-virtuals/jaxp-virtual-1.4-r1 b/metadata/md5-cache/java-virtuals/jaxp-virtual-1.4-r1 index 79f48a002ea3..98ae98f4187f 100644 --- a/metadata/md5-cache/java-virtuals/jaxp-virtual-1.4-r1 +++ b/metadata/md5-cache/java-virtuals/jaxp-virtual-1.4-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for Java API for XML Processing (JAXP) EAPI=5 HOMEPAGE=https://www.gentoo.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris LICENSE=public-domain RDEPEND=|| ( >=virtual/jre-1.6 >=dev-java/jaxp-1.4-r1:0 ) >=dev-java/java-config-2.1.8 >=dev-java/java-config-2.2.0 SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=99a80d2202e3fad4383d3601f4d75a88 +_md5_=5e38682b14b86a82e2357a4a8c421a82 diff --git a/metadata/md5-cache/java-virtuals/jdk-with-com-sun-20111111-r3 b/metadata/md5-cache/java-virtuals/jdk-with-com-sun-20111111-r3 index 0b14d49ff852..d38e55d005db 100644 --- a/metadata/md5-cache/java-virtuals/jdk-with-com-sun-20111111-r3 +++ b/metadata/md5-cache/java-virtuals/jdk-with-com-sun-20111111-r3 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual ebuilds that require internal com.sun classes from a JDK EAPI=5 HOMEPAGE=https://www.gentoo.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos LICENSE=public-domain RDEPEND=|| ( dev-java/icedtea-bin:6 dev-java/icedtea:6 dev-java/icedtea-bin:7 dev-java/icedtea:7 dev-java/oracle-jdk-bin:1.7 dev-java/oracle-jdk-bin:1.8 dev-java/apple-jdk-bin:1.6 dev-java/ibm-jdk-bin:1.6 ) >=dev-java/java-config-2.2.0 SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=afaac31012d422b6ffe0b28b46167f4e +_md5_=f4896cca5b386c67e93a817f9f6c702a diff --git a/metadata/md5-cache/java-virtuals/jms-1.1 b/metadata/md5-cache/java-virtuals/jms-1.1 index 82e7b464d6e0..0313c8fe626d 100644 --- a/metadata/md5-cache/java-virtuals/jms-1.1 +++ b/metadata/md5-cache/java-virtuals/jms-1.1 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for Java Message Service (JMS) API EAPI=5 HOMEPAGE=https://www.gentoo.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris LICENSE=public-domain RDEPEND=|| ( dev-java/glassfish-jms-api:0 dev-java/sun-jms:0 ) >=dev-java/java-config-2.2.0 SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fbbd061e9725eb052f30eaec64a4ad6a +_md5_=4bed4a2753e87d71b0f0b9d98ba0f3c2 diff --git a/metadata/md5-cache/java-virtuals/jmx-1.0-r4 b/metadata/md5-cache/java-virtuals/jmx-1.0-r4 index 2792f95f84ec..db808874300f 100644 --- a/metadata/md5-cache/java-virtuals/jmx-1.0-r4 +++ b/metadata/md5-cache/java-virtuals/jmx-1.0-r4 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for Java Management Extensions (JMX) EAPI=5 HOMEPAGE=https://www.gentoo.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=public-domain RDEPEND=|| ( virtual/jre:1.8 virtual/jre:1.7 virtual/jre:1.6 virtual/jre:1.5 dev-java/sun-jmx:0 ) >=dev-java/java-config-2.2.0 SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=bbcc1c0bc8df627cec2c6f04f899fe1d +_md5_=dbbee98661b5e6ad48ddac8e2015d206 diff --git a/metadata/md5-cache/java-virtuals/saaj-api-1.3-r3 b/metadata/md5-cache/java-virtuals/saaj-api-1.3-r3 index 4bf480214430..a110a047715c 100644 --- a/metadata/md5-cache/java-virtuals/saaj-api-1.3-r3 +++ b/metadata/md5-cache/java-virtuals/saaj-api-1.3-r3 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for SAAJ 1.3 (AKA JSR-67 MR3) API EAPI=5 HOMEPAGE=https://www.gentoo.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~x86-fbsd +KEYWORDS=amd64 x86 ~x86-fbsd LICENSE=public-domain RDEPEND=|| ( >=virtual/jre-1.6 dev-java/jsr67:0 ) >=dev-java/java-config-2.2.0 SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=defc14fce411a7c3acd599789d19af59 +_md5_=db3802b4b062d56adb742dc0da8c8865 diff --git a/metadata/md5-cache/java-virtuals/script-api-1.0-r1 b/metadata/md5-cache/java-virtuals/script-api-1.0-r1 index 14d676a323ea..eebcfef5f186 100644 --- a/metadata/md5-cache/java-virtuals/script-api-1.0-r1 +++ b/metadata/md5-cache/java-virtuals/script-api-1.0-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for Java Scripting API (jsr223) EAPI=5 HOMEPAGE=https://www.gentoo.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 x86 ~ppc ~ppc +KEYWORDS=amd64 x86 LICENSE=public-domain RDEPEND=|| ( >=virtual/jre-1.6 dev-java/jsr223:0 ) >=dev-java/java-config-2.2.0 SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=985383454f1a13d497da0635f660926b +_md5_=2368cc79c4503a540c36198d16b29fd4 diff --git a/metadata/md5-cache/java-virtuals/servlet-api-2.2 b/metadata/md5-cache/java-virtuals/servlet-api-2.2 index 8eb81993d4f5..e5217ac2f505 100644 --- a/metadata/md5-cache/java-virtuals/servlet-api-2.2 +++ b/metadata/md5-cache/java-virtuals/servlet-api-2.2 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for servlet api EAPI=5 HOMEPAGE=http://java.sun.com/products/servlet/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=public-domain RDEPEND=dev-java/tomcat-servlet-api:2.2 >=dev-java/java-config-2.2.0 SLOT=2.2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=251efb3f386590df10d4f767322f5d65 +_md5_=d8a323abef03cd9f58fca1c9f534bdac diff --git a/metadata/md5-cache/java-virtuals/servlet-api-2.3 b/metadata/md5-cache/java-virtuals/servlet-api-2.3 index fd3ed5d1e175..ce449b4f6163 100644 --- a/metadata/md5-cache/java-virtuals/servlet-api-2.3 +++ b/metadata/md5-cache/java-virtuals/servlet-api-2.3 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for servlet api EAPI=5 HOMEPAGE=http://java.sun.com/products/servlet/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=public-domain RDEPEND=dev-java/tomcat-servlet-api:2.3 >=dev-java/java-config-2.2.0 SLOT=2.3 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=80a35fb1133a8480dce247b2c88e104b +_md5_=53df083f9cc56beb767423afea2f6a82 diff --git a/metadata/md5-cache/java-virtuals/servlet-api-2.4 b/metadata/md5-cache/java-virtuals/servlet-api-2.4 index d06d3513cfde..bc870bb5b311 100644 --- a/metadata/md5-cache/java-virtuals/servlet-api-2.4 +++ b/metadata/md5-cache/java-virtuals/servlet-api-2.4 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for servlet api EAPI=5 HOMEPAGE=http://java.sun.com/products/servlet/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos LICENSE=public-domain RDEPEND=|| ( dev-java/tomcat-servlet-api:2.4 dev-java/resin-servlet-api:2.4 ) >=dev-java/java-config-2.2.0 SLOT=2.4 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dff014aa6b43451c0e92337e1ca2596b +_md5_=6d32eac40a9e2afce0241fc5abb0b4c1 diff --git a/metadata/md5-cache/java-virtuals/servlet-api-2.5-r1 b/metadata/md5-cache/java-virtuals/servlet-api-2.5-r1 index 56c0f1d21742..b6b21a048934 100644 --- a/metadata/md5-cache/java-virtuals/servlet-api-2.5-r1 +++ b/metadata/md5-cache/java-virtuals/servlet-api-2.5-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for servlet api EAPI=4 HOMEPAGE=http://java.sun.com/products/servlet/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris LICENSE=public-domain RDEPEND=|| ( dev-java/tomcat-servlet-api:2.5 dev-java/resin-servlet-api:2.5 dev-java/glassfish-servlet-api:2.5 ) >=dev-java/java-config-2.2.0 SLOT=2.5 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9bef1b3be9aa25788ebbe26024d9dc87 +_md5_=2a8aa34bc73d6e8f3c3dec80d1d7f574 diff --git a/metadata/md5-cache/java-virtuals/servlet-api-3.0-r1 b/metadata/md5-cache/java-virtuals/servlet-api-3.0-r1 index af3e246abace..a59fd9b8a3fa 100644 --- a/metadata/md5-cache/java-virtuals/servlet-api-3.0-r1 +++ b/metadata/md5-cache/java-virtuals/servlet-api-3.0-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for servlet api EAPI=4 HOMEPAGE=http://java.sun.com/products/servlet/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=public-domain RDEPEND=|| ( dev-java/tomcat-servlet-api:3.0 dev-java/resin-servlet-api:3.0 ) >=dev-java/java-config-2.2.0 SLOT=3.0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=873d7dd167aa885b332c28376e512444 +_md5_=be0704a7d0c09f3019859ca881121508 diff --git a/metadata/md5-cache/java-virtuals/servlet-api-3.1 b/metadata/md5-cache/java-virtuals/servlet-api-3.1 index fa806c1dd6b8..c01da6471529 100644 --- a/metadata/md5-cache/java-virtuals/servlet-api-3.1 +++ b/metadata/md5-cache/java-virtuals/servlet-api-3.1 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for servlet api EAPI=4 HOMEPAGE=https://jcp.org/en/jsr/detail?id=340 IUSE=elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd LICENSE=public-domain RDEPEND=|| ( dev-java/tomcat-servlet-api:3.1 dev-java/resin-servlet-api:3.1 ) >=dev-java/java-config-2.2.0 SLOT=3.1 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=91ccead1b96567202b97f6f61fad2491 +_md5_=0d18781773e6c495d100166080b7759b diff --git a/metadata/md5-cache/java-virtuals/stax-api-1-r4 b/metadata/md5-cache/java-virtuals/stax-api-1-r4 index ee8883630c48..d81e7a089f3c 100644 --- a/metadata/md5-cache/java-virtuals/stax-api-1-r4 +++ b/metadata/md5-cache/java-virtuals/stax-api-1-r4 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for Streaming API for XML (StAX) EAPI=5 HOMEPAGE=https://www.gentoo.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=public-domain RDEPEND=|| ( >=virtual/jre-1.6 dev-java/jsr173 ) >=dev-java/java-config-2.2.0 SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2a311fe89e1f35baceaf7583af67e211 +_md5_=e09f8920c3e5ac004fb1948872cc2bba diff --git a/metadata/md5-cache/java-virtuals/transaction-api-1.1 b/metadata/md5-cache/java-virtuals/transaction-api-1.1 index 75681010fb3d..d00223bddddc 100644 --- a/metadata/md5-cache/java-virtuals/transaction-api-1.1 +++ b/metadata/md5-cache/java-virtuals/transaction-api-1.1 @@ -4,9 +4,9 @@ DESCRIPTION=Virtual for Transaction API (javax.transaction) EAPI=5 HOMEPAGE=https://www.gentoo.org IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=public-domain RDEPEND=|| ( dev-java/glassfish-transaction-api:0 dev-java/jta:0 ) >=dev-java/java-config-2.2.0 SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 java-virtuals-2 c53e87cb867e7812d54bdf959c1164e3 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3835f9b6ad608702cee6300fcbf042a2 +_md5_=625dd483e3e46aa60f90ab22636f2a9b diff --git a/metadata/md5-cache/kde-base/krossjava-4.14.3 b/metadata/md5-cache/kde-base/krossjava-4.14.3 index d73b6fa92904..9e19e536dab1 100644 --- a/metadata/md5-cache/kde-base/krossjava-4.14.3 +++ b/metadata/md5-cache/kde-base/krossjava-4.14.3 @@ -4,10 +4,10 @@ DESCRIPTION=Java plugin for the kdelibs/kross scripting framework EAPI=5 HOMEPAGE=https://www.kde.org/ IUSE=debug elibc_FreeBSD elibc_FreeBSD aqua -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=virtual/jdk-1.5 !!dev-java/ibm-jdk-bin >=dev-java/java-config-2.2.0 kde-frameworks/oxygen-icons dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4 >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.14.3:4[aqua=] SLOT=4/4.14 SRC_URI=mirror://kde/stable/4.14.3/src/kross-interpreters-4.14.3.tar.xz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 kde4-base 0776174f3e754b2f13e1cce401e2ea26 kde4-functions f6f7b3906630fb197969f914b1ad454a kde4-meta c4caa0d8e7fbcd7a667ff9240ef6e96b multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b940042d4191cc757e8a65c90f42ecb4 +_md5_=e3c917511b3b2deb8b3066ee84f16bed diff --git a/metadata/md5-cache/mail-filter/opendkim-2.10.3 b/metadata/md5-cache/mail-filter/opendkim-2.10.3 index 94b3fe72077b..9f8984a8df89 100644 --- a/metadata/md5-cache/mail-filter/opendkim-2.10.3 +++ b/metadata/md5-cache/mail-filter/opendkim-2.10.3 @@ -4,11 +4,11 @@ DESCRIPTION=A milter-based application to provide DKIM signing and verification EAPI=5 HOMEPAGE=http://opendkim.org IUSE=+berkdb gnutls ldap lmdb lua memcached opendbx poll sasl selinux +ssl static-libs unbound -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=Sendmail-Open-Source BSD RDEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) dev-libs/libbsd ssl? ( >=dev-libs/openssl-0.9.8:* ) berkdb? ( >=sys-libs/db-3.2:* ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua:* ) ldap? ( net-nds/openldap ) lmdb? ( dev-db/lmdb ) memcached? ( dev-libs/libmemcached ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) !unbound? ( net-libs/ldns ) gnutls? ( >=net-libs/gnutls-2.11.7 ) sys-process/psmisc selinux? ( sec-policy/selinux-dkim ) REQUIRED_USE=sasl? ( ldap ) SLOT=0 SRC_URI=mirror://sourceforge/opendkim/opendkim-2.10.3.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c db-use a4966c7f4f7df444ead1212848c13cc9 eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ac9b5ff4e4b41ca6398a2ccf04f65d2f +_md5_=37cbfc8a827c90ea065bdd44bfd85c6a diff --git a/metadata/md5-cache/media-fonts/cantarell-0.0.19 b/metadata/md5-cache/media-fonts/cantarell-0.0.19 deleted file mode 100644 index 53852039616f..000000000000 --- a/metadata/md5-cache/media-fonts/cantarell-0.0.19 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst postrm setup -DEPEND=virtual/pkgconfig X? ( x11-apps/mkfontdir media-fonts/encodings ) app-arch/xz-utils -DESCRIPTION=Default fontset for GNOME Shell -EAPI=5 -HOMEPAGE=https://wiki.gnome.org/Projects/CantarellFonts -IUSE=X -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=OFL-1.1 -RDEPEND=media-libs/fontconfig -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=mirror://gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.19.tar.xz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c font cd7790315ca5b8c505e1e0513df6acce gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=32f7a76ede816330b3e6e1243d942677 diff --git a/metadata/md5-cache/media-fonts/cantarell-0.0.20.1 b/metadata/md5-cache/media-fonts/cantarell-0.0.20.1 deleted file mode 100644 index 932e3bf5ee62..000000000000 --- a/metadata/md5-cache/media-fonts/cantarell-0.0.20.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst postrm setup -DEPEND=virtual/pkgconfig X? ( x11-apps/mkfontdir media-fonts/encodings ) app-arch/xz-utils -DESCRIPTION=Default fontset for GNOME Shell -EAPI=5 -HOMEPAGE=https://wiki.gnome.org/Projects/CantarellFonts -IUSE=X -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=OFL-1.1 -RDEPEND=media-libs/fontconfig -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=mirror://gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.20.1.tar.xz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c font cd7790315ca5b8c505e1e0513df6acce gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4c793b300bc24992f736551572980763 diff --git a/metadata/md5-cache/media-fonts/cantarell-0.0.20 b/metadata/md5-cache/media-fonts/cantarell-0.0.21 similarity index 97% rename from metadata/md5-cache/media-fonts/cantarell-0.0.20 rename to metadata/md5-cache/media-fonts/cantarell-0.0.21 index cc16ae8d5e3c..dd7983286b9e 100644 --- a/metadata/md5-cache/media-fonts/cantarell-0.0.20 +++ b/metadata/md5-cache/media-fonts/cantarell-0.0.21 @@ -9,6 +9,6 @@ LICENSE=OFL-1.1 RDEPEND=media-libs/fontconfig RESTRICT=binchecks strip SLOT=0 -SRC_URI=mirror://gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.20.tar.xz +SRC_URI=mirror://gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.21.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c font cd7790315ca5b8c505e1e0513df6acce gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=4c793b300bc24992f736551572980763 diff --git a/metadata/md5-cache/media-gfx/aoi-2.5 b/metadata/md5-cache/media-gfx/aoi-2.5 index 40c3d79cd04a..23a2b7031f1f 100644 --- a/metadata/md5-cache/media-gfx/aoi-2.5 +++ b/metadata/md5-cache/media-gfx/aoi-2.5 @@ -4,10 +4,10 @@ DESCRIPTION=A free, open-source 3D modelling and rendering studio EAPI=0 HOMEPAGE=http://aoi.sourceforge.net/index IUSE=doc elibc_FreeBSD -KEYWORDS=~amd64 ~ppc x86 +KEYWORDS=~amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/aoi/aoi25.zip doc? ( mirror://sourceforge/aoi/manual2.3.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e5e55dbb753f2f6302c45b5e68e1af8e +_md5_=d49b531225fa93775a7e31e06862bada diff --git a/metadata/md5-cache/media-gfx/aoi-2.7.2 b/metadata/md5-cache/media-gfx/aoi-2.7.2 index 8a723f9815e6..c8bfe174765a 100644 --- a/metadata/md5-cache/media-gfx/aoi-2.7.2 +++ b/metadata/md5-cache/media-gfx/aoi-2.7.2 @@ -4,10 +4,10 @@ DESCRIPTION=A free, open-source 3D modelling and rendering studio EAPI=0 HOMEPAGE=http://aoi.sourceforge.net/index IUSE=doc elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/aoi/aoi272.zip doc? ( mirror://sourceforge/aoi/manual2.6.zip ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8bbe98b0ef07199267e9833b3dbdefb4 +_md5_=b927bcbad62e80a5728eab73657b66e1 diff --git a/metadata/md5-cache/media-gfx/inkscape-0.91-r1 b/metadata/md5-cache/media-gfx/inkscape-0.91-r1 index 2d85a3ec7630..d0f79d574ac5 100644 --- a/metadata/md5-cache/media-gfx/inkscape-0.91-r1 +++ b/metadata/md5-cache/media-gfx/inkscape-0.91-r1 @@ -4,7 +4,7 @@ DESCRIPTION=A SVG based generic vector-drawing program EAPI=5 HOMEPAGE=http://www.inkscape.org/ IUSE=cdr dia dbus exif gnome imagemagick openmp postscript inkjar jpeg lcms nls spell static-libs visio wpg python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris LICENSE=GPL-2 LGPL-2.1 RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[xml] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=app-text/poppler-0.26.0:=[cairo] >=dev-cpp/glibmm-2.28 >=dev-cpp/gtkmm-2.18.0:2.4 >=dev-cpp/cairomm-1.9.8 >=dev-cpp/glibmm-2.32 >=dev-libs/boehm-gc-6.4 >=dev-libs/glib-2.28 >=dev-libs/libsigc++-2.0.12 >=dev-libs/libxml2-2.6.20 >=dev-libs/libxslt-1.0.15 dev-libs/popt dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] media-libs/fontconfig media-libs/freetype:2 media-libs/libpng:0 sci-libs/gsl x11-libs/libX11 >=x11-libs/gtk+-2.10.7:2 >=x11-libs/pango-1.24 cdr? ( media-libs/libcdr || ( ( app-text/libwpg:0.3 dev-libs/librevenge ) ( app-text/libwpd:0.9 app-text/libwpg:0.2 ) ) ) dbus? ( dev-libs/dbus-glib ) exif? ( media-libs/libexif ) gnome? ( >=gnome-base/gnome-vfs-2.0 ) imagemagick? ( media-gfx/imagemagick:=[cxx] ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) spell? ( app-text/aspell app-text/gtkspell:2 ) visio? ( media-libs/libvisio || ( ( app-text/libwpg:0.3 dev-libs/librevenge ) ( app-text/libwpd:0.9 app-text/libwpg:0.2 ) ) ) wpg? ( || ( ( app-text/libwpg:0.3 dev-libs/librevenge ) ( app-text/libwpd:0.9 app-text/libwpg:0.2 ) ) ) dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] media-gfx/uniconvertor dia? ( app-office/dia ) postscript? ( app-text/ghostscript-gpl ) REQUIRED_USE=python_targets_python2_7 @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=775bc1d84ea3587879b62f7a4efb317a +_md5_=f7ec62ab3c33154ce622205729f0b1d5 diff --git a/metadata/md5-cache/media-gfx/opcion-1.1.1-r2 b/metadata/md5-cache/media-gfx/opcion-1.1.1-r2 index 3825a3893828..a80d30ed1b7d 100644 --- a/metadata/md5-cache/media-gfx/opcion-1.1.1-r2 +++ b/metadata/md5-cache/media-gfx/opcion-1.1.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Free font viewer written in Java EAPI=0 HOMEPAGE=http://opcion.sourceforge.net/ IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 =dev-java/jgoodies-looks-1.2* >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/opcion/Opcion_v1.1.1_src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c685c19b51202c9bf875f0c0a595d87b +_md5_=43a37b331a7f116c50545019e0f153cc diff --git a/metadata/md5-cache/media-gfx/povtree-1.5-r1 b/metadata/md5-cache/media-gfx/povtree-1.5-r1 index aece1affa653..6e77b62d2962 100644 --- a/metadata/md5-cache/media-gfx/povtree-1.5-r1 +++ b/metadata/md5-cache/media-gfx/povtree-1.5-r1 @@ -3,9 +3,9 @@ DEPEND=app-arch/unzip DESCRIPTION=Tree generator for POVray based on TOMTREE macro EAPI=5 HOMEPAGE=http://propro.ru/go/Wshop/povtree/povtree.html -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=free-noncomm RDEPEND=>=virtual/jre-1.3 SLOT=0 SRC_URI=http://propro.ru/go/Wshop/povtree/povtree1.5.zip -_md5_=7cd4e66785055abfdedae52ecc6c07c6 +_md5_=5a6446d5e08c90f7380f6749d2fd3251 diff --git a/metadata/md5-cache/media-libs/gd-2.1.1-r1 b/metadata/md5-cache/media-libs/gd-2.1.1-r1 index 6cad674e13d8..51f1f528283a 100644 --- a/metadata/md5-cache/media-libs/gd-2.1.1-r1 +++ b/metadata/md5-cache/media-libs/gd-2.1.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A graphics library for fast image creation EAPI=5 HOMEPAGE=http://libgd.org/ http://www.boutell.com/gd/ IUSE=fontconfig jpeg png static-libs truetype webp xpm zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=gd IJG HPND BSD RDEPEND=fontconfig? ( >=media-libs/fontconfig-2.10.92[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg? ( >=virtual/jpeg-0-r2:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) png? ( >=media-libs/libpng-1.6.10:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) truetype? ( >=media-libs/freetype-2.5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) webp? ( media-libs/libwebp[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xpm? ( >=x11-libs/libXpm-3.5.10-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXt-1.1.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) REQUIRED_USE=prefix? ( fontconfig ) SLOT=2/3 SRC_URI=https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.1.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=a94db7d7fb5ecb403b27439e987c3eac +_md5_=7548c020903b8a9df157ac4d21616173 diff --git a/metadata/md5-cache/media-libs/libpng-1.2.51 b/metadata/md5-cache/media-libs/libpng-1.2.51 deleted file mode 100644 index 5cdd85412be9..000000000000 --- a/metadata/md5-cache/media-libs/libpng-1.2.51 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=media-libs/libpng-1.2*:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r3 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils -DESCRIPTION=Portable Network Graphics library -EAPI=5 -HOMEPAGE=http://www.libpng.org/ -IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 ~arm arm64 ~hppa ~ia64 m68k ~mips ~ppc64 s390 sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=libpng -RDEPEND=>=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=media-libs/libpng-1.2*:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r3 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) -SLOT=1.2 -SRC_URI=mirror://sourceforge/libpng/libpng-1.2.51.tar.xz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=0fe911a000c3aaaf0f58a38e517c4ca2 diff --git a/metadata/md5-cache/media-libs/libpng-1.2.55 b/metadata/md5-cache/media-libs/libpng-1.2.55 deleted file mode 100644 index 996f4a1ed295..000000000000 --- a/metadata/md5-cache/media-libs/libpng-1.2.55 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=media-libs/libpng-1.2*:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r3 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils -DESCRIPTION=Portable Network Graphics library -EAPI=5 -HOMEPAGE=http://www.libpng.org/ -IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=libpng -RDEPEND=>=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=media-libs/libpng-1.2*:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r3 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) -SLOT=1.2 -SRC_URI=mirror://sourceforge/libpng/libpng-1.2.55.tar.xz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=670abf68630598945ee8b1398f29e5fe diff --git a/metadata/md5-cache/media-libs/libpng-1.2.54 b/metadata/md5-cache/media-libs/libpng-1.2.56 similarity index 85% rename from metadata/md5-cache/media-libs/libpng-1.2.54 rename to metadata/md5-cache/media-libs/libpng-1.2.56 index eb5e25323c2a..992e583f442a 100644 --- a/metadata/md5-cache/media-libs/libpng-1.2.54 +++ b/metadata/md5-cache/media-libs/libpng-1.2.56 @@ -4,10 +4,10 @@ DESCRIPTION=Portable Network Graphics library EAPI=5 HOMEPAGE=http://www.libpng.org/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=libpng RDEPEND=>=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=media-libs/libpng-1.2*:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r3 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=1.2 -SRC_URI=mirror://sourceforge/libpng/libpng-1.2.54.tar.xz +SRC_URI=mirror://sourceforge/libpng/libpng-1.2.56.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=788686e00f487745fe901e560627695b +_md5_=1948f7997ce64b754ee6a2105fba5104 diff --git a/metadata/md5-cache/media-libs/libpng-1.5.25 b/metadata/md5-cache/media-libs/libpng-1.5.25 deleted file mode 100644 index 3b2c21885cfe..000000000000 --- a/metadata/md5-cache/media-libs/libpng-1.5.25 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=sys-libs/zlib:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=media-libs/libpng-1.5*:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r4 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils -DESCRIPTION=Portable Network Graphics library -EAPI=5 -HOMEPAGE=http://www.libpng.org/ -IUSE=apng neon abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt -LICENSE=libpng -RDEPEND=sys-libs/zlib:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=media-libs/libpng-1.5*:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r4 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) -SLOT=1.5 -SRC_URI=mirror://sourceforge/libpng/libpng-1.5.25.tar.xz apng? ( mirror://sourceforge/apng/libpng-1.5.25-apng.patch.gz ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=808e49fde05469c8857720c308b697b6 diff --git a/metadata/md5-cache/media-libs/libpng-1.5.24 b/metadata/md5-cache/media-libs/libpng-1.5.26 similarity index 73% rename from metadata/md5-cache/media-libs/libpng-1.5.24 rename to metadata/md5-cache/media-libs/libpng-1.5.26 index 1556e049a77d..3a958318dc92 100644 --- a/metadata/md5-cache/media-libs/libpng-1.5.24 +++ b/metadata/md5-cache/media-libs/libpng-1.5.26 @@ -4,10 +4,10 @@ DESCRIPTION=Portable Network Graphics library EAPI=5 HOMEPAGE=http://www.libpng.org/ IUSE=apng neon abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=libpng RDEPEND=sys-libs/zlib:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=media-libs/libpng-1.5*:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r4 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=1.5 -SRC_URI=mirror://sourceforge/libpng/libpng-1.5.24.tar.xz apng? ( mirror://sourceforge/apng/libpng-1.5.24-apng.patch.gz ) +SRC_URI=mirror://sourceforge/libpng/libpng-1.5.26.tar.xz apng? ( mirror://sourceforge/apng/libpng-1.5.26-apng.patch.gz ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=34070959adeb5914d9e76fd55ea203b8 +_md5_=0379496a7ce97cadf21d744f4718d9e3 diff --git a/metadata/md5-cache/media-libs/libpng-1.6.21 b/metadata/md5-cache/media-libs/libpng-1.6.21 new file mode 100644 index 000000000000..35389b72750a --- /dev/null +++ b/metadata/md5-cache/media-libs/libpng-1.6.21 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils +DESCRIPTION=Portable Network Graphics library +EAPI=5 +HOMEPAGE=http://www.libpng.org/ +IUSE=apng neon static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +LICENSE=libpng +RDEPEND=>=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +SLOT=0/16 +SRC_URI=mirror://sourceforge/libpng/libpng-1.6.21.tar.xz apng? ( mirror://sourceforge/apng/libpng-1.6.21-apng.patch.gz ) +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=6f87a4ba4616b592e07fa530f5c52f77 diff --git a/metadata/md5-cache/media-libs/opus-1.1.2 b/metadata/md5-cache/media-libs/opus-1.1.2 new file mode 100644 index 000000000000..e5f94747f1a5 --- /dev/null +++ b/metadata/md5-cache/media-libs/opus-1.1.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=doc? ( app-doc/doxygen ) +DESCRIPTION=Open versatile codec designed for interactive speech and audio transmission over the internet +EAPI=5 +HOMEPAGE=http://opus-codec.org/ +IUSE=custom-modes doc static-libs cpu_flags_x86_sse neon abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd +LICENSE=BSD-2 +SLOT=0 +SRC_URI=http://downloads.xiph.org/releases/opus/opus-1.1.2.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=9cb73b8c3edd4f88f1fe0fb113aa50cb diff --git a/metadata/md5-cache/media-libs/rubberband-1.8.1-r1 b/metadata/md5-cache/media-libs/rubberband-1.8.1-r1 index 1d9cdf41b2cd..bfa52635035a 100644 --- a/metadata/md5-cache/media-libs/rubberband-1.8.1-r1 +++ b/metadata/md5-cache/media-libs/rubberband-1.8.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An audio time-stretching and pitch-shifting library and utility prog EAPI=5 HOMEPAGE=http://www.breakfastquay.com/rubberband/ IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 +KEYWORDS=~alpha amd64 ~hppa ~ppc ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=media-libs/vamp-plugin-sdk[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libsamplerate[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libsndfile media-libs/ladspa-sdk sci-libs/fftw:3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=0 SRC_URI=http://code.breakfastquay.com/attachments/download/34/rubberband-1.8.1.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=8e2d21676051669a43c51e9fd1031992 +_md5_=73bf782b612701701b0ca01599d74515 diff --git a/metadata/md5-cache/media-libs/urt-3.1b-r1 b/metadata/md5-cache/media-libs/urt-3.1b-r1 index 7679138327fa..579fc0596c75 100644 --- a/metadata/md5-cache/media-libs/urt-3.1b-r1 +++ b/metadata/md5-cache/media-libs/urt-3.1b-r1 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile install unpack -DEPEND=X? ( x11-libs/libXext x11-proto/xextproto ) gif? ( media-libs/giflib ) tiff? ( media-libs/tiff ) postscript? ( app-text/ghostscript-gpl ) +DEFINED_PHASES=compile configure install prepare +DEPEND=X? ( x11-libs/libXext ) gif? ( media-libs/giflib ) tiff? ( media-libs/tiff ) postscript? ( app-text/ghostscript-gpl ) X? ( x11-proto/xextproto ) DESCRIPTION=the Utah Raster Toolkit is a library for dealing with raster images -EAPI=0 +EAPI=5 HOMEPAGE=http://www.cs.utah.edu/gdc/projects/urt/ IUSE=gif postscript tiff X KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=URT gif? ( free-noncomm ) -RDEPEND=X? ( x11-libs/libXext x11-proto/xextproto ) gif? ( media-libs/giflib ) tiff? ( media-libs/tiff ) postscript? ( app-text/ghostscript-gpl ) +RDEPEND=X? ( x11-libs/libXext ) gif? ( media-libs/giflib ) tiff? ( media-libs/tiff ) postscript? ( app-text/ghostscript-gpl ) SLOT=0 SRC_URI=ftp://ftp.iastate.edu/pub/utah-raster/urt-3.1b.tar.Z _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=6189856f7995f567e8936b64543846bf +_md5_=186f67a9279354c8ec7b7d15b92ef528 diff --git a/metadata/md5-cache/media-libs/vamp-plugin-sdk-2.6-r1 b/metadata/md5-cache/media-libs/vamp-plugin-sdk-2.6-r1 index 1487266881bf..b4b86d2ac6c4 100644 --- a/metadata/md5-cache/media-libs/vamp-plugin-sdk-2.6-r1 +++ b/metadata/md5-cache/media-libs/vamp-plugin-sdk-2.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Audio processing plugin system for plugins that extract descriptive EAPI=5 HOMEPAGE=http://www.vamp-plugins.org IUSE=doc static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 +KEYWORDS=~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 LICENSE=BSD RDEPEND=media-libs/libsndfile SLOT=0 SRC_URI=https://code.soundsoftware.ac.uk/attachments/download/1514/vamp-plugin-sdk-2.6.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=9c79aa14b3902168c1cde9fe8c1e9e4e +_md5_=beb72ede45da46ac2212208a39308925 diff --git a/metadata/md5-cache/media-radio/svxlink-15.11 b/metadata/md5-cache/media-radio/svxlink-15.11 index 953ffb05b7df..73a891c29e49 100644 --- a/metadata/md5-cache/media-radio/svxlink-15.11 +++ b/metadata/md5-cache/media-radio/svxlink-15.11 @@ -3,10 +3,10 @@ DEPEND=dev-lang/tcl:0 dev-qt/qtcore:4 dev-qt/qtgui:4 media-libs/alsa-lib media-s DESCRIPTION=Multi Purpose Voice Services System, including Qtel for EchoLink EAPI=5 HOMEPAGE=http://www.svxlink.org -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=dev-lang/tcl:0 dev-qt/qtcore:4 dev-qt/qtgui:4 media-libs/alsa-lib media-sound/gsm dev-libs/libgcrypt:0 media-libs/speex media-libs/opus dev-libs/libsigc++:2 dev-libs/popt SLOT=0 SRC_URI=https://github.com/sm0svx/svxlink/archive/15.11.tar.gz -> svxlink-15.11.tar.gz _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=222b1041f360d5390e11ea42ebdeec54 +_md5_=ca7ee9dbe958b93d2601081135e361ab diff --git a/metadata/md5-cache/media-sound/amsynth-1.5.1 b/metadata/md5-cache/media-sound/amsynth-1.5.1 index ece7576781f3..7a924b2868b5 100644 --- a/metadata/md5-cache/media-sound/amsynth-1.5.1 +++ b/metadata/md5-cache/media-sound/amsynth-1.5.1 @@ -4,10 +4,10 @@ DESCRIPTION=Virtual analogue synthesizer EAPI=5 HOMEPAGE=https://github.com/nixxcode/amsynth/ IUSE=alsa dssi jack lash oss sndfile -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc ~x86 LICENSE=GPL-2 RDEPEND=dev-cpp/gtkmm:2.4 sndfile? ( >=media-libs/libsndfile-1:= ) alsa? ( media-libs/alsa-lib:= media-sound/alsa-utils ) dssi? ( media-libs/dssi:= media-libs/liblo:= >=x11-libs/gtk+-2.20:2 ) jack? ( media-sound/jack-audio-connection-kit ) lash? ( media-sound/lash ) SLOT=0 SRC_URI=https://github.com/nixxcode/amsynth/archive/release-1.5.1.tar.gz -> amsynth-1.5.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=29902d5abe0ab9de597510510cbfff67 +_md5_=0be34bf16896be35b655a0e52538b816 diff --git a/metadata/md5-cache/media-sound/apulse-0.1.6-r1 b/metadata/md5-cache/media-sound/apulse-0.1.6-r1 index 2c832a355105..d74973d75636 100644 --- a/metadata/md5-cache/media-sound/apulse-0.1.6-r1 +++ b/metadata/md5-cache/media-sound/apulse-0.1.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=PulseAudio emulation for ALSA EAPI=5 HOMEPAGE=https://github.com/i-rinat/apulse IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=MIT LGPL-2.1 RDEPEND=dev-libs/glib:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/alsa-lib[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !!media-plugins/alsa-plugins[pulseaudio] SLOT=0 SRC_URI=https://github.com/i-rinat/apulse/archive/v0.1.6.tar.gz -> apulse-0.1.6.tar.gz _eclasses_=cmake-multilib e82cd2608890af2e6a4965cc715b0135 cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5fb1b6c08e0e3ca1b97b2ffcd5ac8e51 +_md5_=e1b79ddc3d9d4d6ef0fcaa8125654677 diff --git a/metadata/md5-cache/media-sound/protux-0.50.100 b/metadata/md5-cache/media-sound/protux-0.50.100 index 8e4c6b7e7b9d..e9fa3ccc57ad 100644 --- a/metadata/md5-cache/media-sound/protux-0.50.100 +++ b/metadata/md5-cache/media-sound/protux-0.50.100 @@ -4,10 +4,10 @@ DESCRIPTION=Professional Audio Tools for GNU/Linux EAPI=0 HOMEPAGE=http://protux.sourceforge.net/ IUSE=source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc x86 +KEYWORDS=~amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jdk-1.5 source? ( app-arch/zip ) >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://protux.sourceforge.net/releases/protux-0.50.100.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=ac3edbec69c232a6ac6e40243e008b3d +_md5_=f3d91f9ab7ab132f7b83fe1e16825402 diff --git a/metadata/md5-cache/media-sound/quodlibet-3.5.1 b/metadata/md5-cache/media-sound/quodlibet-3.5.1 index fd7b6c234e88..266b272c9ccf 100644 --- a/metadata/md5-cache/media-sound/quodlibet-3.5.1 +++ b/metadata/md5-cache/media-sound/quodlibet-3.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=audio library tagger, manager, and player for GTK+ EAPI=5 HOMEPAGE=http://quodlibet.readthedocs.org IUSE=+dbus gstreamer ipod +udev python_targets_python2_7 -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~ppc ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=dev-libs/keybinder:3[introspection] dev-python/feedparser[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygobject:3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=media-libs/mutagen-1.22[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 media-plugins/gst-plugins-meta:1.0 ) !gstreamer? ( media-libs/xine-lib ) dbus? ( app-misc/media-player-info dev-python/dbus-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ipod? ( media-libs/libgpod[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) udev? ( virtual/udev ) !media-plugins/quodlibet-plugins python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=ipod? ( dbus ) || ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/quodlibet/quodlibet/archive/release-3.5.1.tar.gz -> quodlibet-3.5.1.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2071089b67e7cde361cc2ae7d40c9596 +_md5_=892759b1625e5a4f3eebc39b7fc97f69 diff --git a/metadata/md5-cache/media-sound/spotify-1.0.19.106-r1 b/metadata/md5-cache/media-sound/spotify-1.0.19.106-r1 index 69b61f9ce996..0ba392cf909b 100644 --- a/metadata/md5-cache/media-sound/spotify-1.0.19.106-r1 +++ b/metadata/md5-cache/media-sound/spotify-1.0.19.106-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Spotify is a social music platform EAPI=5 HOMEPAGE=https://www.spotify.com/ch-de/download/previews/ IUSE=gnome pax_kernel pulseaudio -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=Spotify RDEPEND=dev-libs/nss gnome-base/gconf gnome-extra/zenity media-libs/alsa-lib media-libs/harfbuzz media-libs/fontconfig media-libs/mesa net-misc/curl net-print/cups[ssl] sys-libs/glibc x11-libs/gtk+:2 x11-libs/libXScrnSaver x11-libs/libXtst pulseaudio? ( media-sound/pulseaudio ) gnome? ( gnome-extra/gnome-integration-spotify ) RESTRICT=mirror strip SLOT=0 SRC_URI=amd64? ( http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.19.106.gb8a7150f_amd64.deb ) x86? ( http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.19.106.gb8a7150f_i386.deb ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=31de5daf323fcc56034df0d9db26f39c +_md5_=385f229d00b5bb2b5f4df2ae1a92b250 diff --git a/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.18.2 b/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.18.2 index f62a11901aa7..4dc2a2a97560 100644 --- a/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.18.2 +++ b/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.18.2 @@ -5,10 +5,10 @@ HOMEPAGE=http://www.teamspeak.com/ IUSE=alsa pulseaudio KEYWORDS=~amd64 ~x86 LICENSE=teamspeak3 -RDEPEND=dev-libs/quazip:0/0[qt5] >=dev-qt/qtcore-5.5 >=dev-qt/qtgui-5.5[accessibility] >=dev-qt/qtnetwork-5.5 >=dev-qt/qtsql-5.5[sqlite] >=dev-qt/qtwidgets-5.5 sys-libs/glibc sys-libs/zlib alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) +RDEPEND=dev-libs/quazip:0/0[qt5] >=dev-qt/qtcore-5.5:5 >=dev-qt/qtgui-5.5:5[accessibility] >=dev-qt/qtnetwork-5.5:5 >=dev-qt/qtsql-5.5:5[sqlite] >=dev-qt/qtwidgets-5.5:5 sys-libs/glibc sys-libs/zlib alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) REQUIRED_USE=|| ( alsa pulseaudio ) RESTRICT=mirror strip SLOT=0 SRC_URI=amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/3.0.18.2/TeamSpeak3-Client-linux_amd64-3.0.18.2.run ) x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/3.0.18.2/TeamSpeak3-Client-linux_x86-3.0.18.2.run ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=0b21052e23998f16a68faa543988c26a +_md5_=f6c472bef3175c7f529111701a085d81 diff --git a/metadata/md5-cache/media-video/ffmpeg-2.8.5 b/metadata/md5-cache/media-video/ffmpeg-2.8.5 new file mode 100644 index 000000000000..528e4d1d450a --- /dev/null +++ b/metadata/md5-cache/media-video/ffmpeg-2.8.5 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=alsa? ( >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) amr? ( >=media-libs/opencore-amr-0.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bluray? ( >=media-libs/libbluray-0.3.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bs2b? ( >=media-libs/libbs2b-3.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) celt? ( >=media-libs/celt-0.11.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) encode? ( aac? ( >=media-libs/vo-aacenc-0.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) aacplus? ( >=media-libs/libaacplus-2.0.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) faac? ( >=media-libs/faac-1.28-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mp3? ( >=media-sound/lame-3.99.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) snappy? ( >=app-arch/snappy-1.1.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) theora? ( >=media-libs/libtheora-1.1.1[encode,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) twolame? ( >=media-sound/twolame-0.3.13-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wavpack? ( >=media-sound/wavpack-4.60.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) webp? ( >=media-libs/libwebp-0.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) x264? ( >=media-libs/x264-0.0.20130506:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) x265? ( >=media-libs/x265-1.6:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvid? ( >=media-libs/xvid-1.3.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) fdk? ( >=media-libs/fdk-aac-0.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) flite? ( >=app-accessibility/flite-1.4-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) fontconfig? ( >=media-libs/fontconfig-2.10.92[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) frei0r? ( media-plugins/frei0r-plugins ) fribidi? ( >=dev-libs/fribidi-0.19.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gme? ( >=media-libs/game-music-emu-0.6.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gnutls? ( >=net-libs/gnutls-2.12.23-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gsm? ( >=media-sound/gsm-1.0.13-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) iconv? ( >=virtual/libiconv-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) iec61883? ( >=media-libs/libiec61883-1.2.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/libavc1394-0.5.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ieee1394? ( >=media-libs/libdc1394-2.2.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg2k? ( >=media-libs/openjpeg-1.5.0:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libass? ( >=media-libs/libass-0.10.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libcaca? ( >=media-libs/libcaca-0.99_beta18-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libsoxr? ( >=media-libs/soxr-0.1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libv4l? ( >=media-libs/libv4l-0.9.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) openal? ( >=media-libs/openal-1.15.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( >=virtual/opengl-7.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) openssl? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) opus? ( >=media-libs/opus-1.0.2-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) quvi? ( media-libs/libquvi:0.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) librtmp? ( >=media-video/rtmpdump-2.4_p20131018[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) samba? ( >=net-fs/samba-3.6.23-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) speex? ( >=media-libs/speex-1.2_rc1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ssh? ( >=net-libs/libssh-0.5.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vdpau? ( >=x11-libs/libvdpau-0.7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vorbis? ( >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vpx? ( >=media-libs/libvpx-1.4.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !xcb? ( >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=x11-libs/libXv-1.0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xcb? ( >=x11-libs/libxcb-1.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zvbi? ( >=media-libs/zvbi-0.2.35[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !media-video/qt-faststart postproc? ( !media-libs/libpostproc ) >=sys-devel/make-3.81 doc? ( app-text/texi2html ) fontconfig? ( >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gnutls? ( >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ieee1394? ( >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libv4l? ( >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cpu_flags_x86_mmx? ( >=dev-lang/yasm-1.2 ) librtmp? ( >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) schroedinger? ( >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) test? ( net-misc/wget sys-devel/bc ) truetype? ( >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) v4l? ( sys-kernel/linux-headers ) +DESCRIPTION=Complete solution to record, convert and stream audio and video. Includes libavcodec +EAPI=5 +HOMEPAGE=http://ffmpeg.org/ +IUSE=alsa +encode examples jack libressl oss pic static-libs test v4l +bzip2 cpudetection debug doc gnutls +gpl +hardcoded-tables +iconv lzma +network openssl +postproc samba sdl sdl vaapi vdpau X xcb xcb xcb +zlib cdio iec61883 ieee1394 libcaca openal opengl libv4l pulseaudio amr amr fdk jpeg2k bluray celt gme gsm modplug opus quvi librtmp ssh schroedinger speex vorbis vpx zvbi bs2b flite frei0r fribidi fontconfig ladspa libass truetype libsoxr +threads aac amrenc mp3 aacplus faac snappy theora twolame wavpack webp x264 x265 xvid armv5te armv6 armv6t2 neon armvfp mipsdspr1 mipsdspr2 mipsfpu altivec cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_mmx cpu_flags_x86_mmxext cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_xop +fftools_aviocat +fftools_cws2fws +fftools_ffescape +fftools_ffeval +fftools_ffhash +fftools_fourcc2pixfmt +fftools_graph2dot +fftools_ismindex +fftools_pktdumper +fftools_qt-faststart +fftools_sidxindex +fftools_trasher abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +LICENSE=!gpl? ( LGPL-2.1 ) gpl? ( GPL-2 ) amr? ( gpl? ( GPL-3 ) !gpl? ( LGPL-3 ) ) encode? ( aac? ( gpl? ( GPL-3 ) !gpl? ( LGPL-3 ) ) amrenc? ( gpl? ( GPL-3 ) !gpl? ( LGPL-3 ) ) ) samba? ( GPL-3 ) +RDEPEND=alsa? ( >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) amr? ( >=media-libs/opencore-amr-0.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bluray? ( >=media-libs/libbluray-0.3.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bs2b? ( >=media-libs/libbs2b-3.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) celt? ( >=media-libs/celt-0.11.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) encode? ( aac? ( >=media-libs/vo-aacenc-0.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) aacplus? ( >=media-libs/libaacplus-2.0.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) faac? ( >=media-libs/faac-1.28-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mp3? ( >=media-sound/lame-3.99.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) snappy? ( >=app-arch/snappy-1.1.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) theora? ( >=media-libs/libtheora-1.1.1[encode,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) twolame? ( >=media-sound/twolame-0.3.13-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wavpack? ( >=media-sound/wavpack-4.60.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) webp? ( >=media-libs/libwebp-0.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) x264? ( >=media-libs/x264-0.0.20130506:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) x265? ( >=media-libs/x265-1.6:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xvid? ( >=media-libs/xvid-1.3.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) fdk? ( >=media-libs/fdk-aac-0.1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) flite? ( >=app-accessibility/flite-1.4-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) fontconfig? ( >=media-libs/fontconfig-2.10.92[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) frei0r? ( media-plugins/frei0r-plugins ) fribidi? ( >=dev-libs/fribidi-0.19.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gme? ( >=media-libs/game-music-emu-0.6.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gnutls? ( >=net-libs/gnutls-2.12.23-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gsm? ( >=media-sound/gsm-1.0.13-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) iconv? ( >=virtual/libiconv-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) iec61883? ( >=media-libs/libiec61883-1.2.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/libavc1394-0.5.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ieee1394? ( >=media-libs/libdc1394-2.2.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jpeg2k? ( >=media-libs/openjpeg-1.5.0:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libass? ( >=media-libs/libass-0.10.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libcaca? ( >=media-libs/libcaca-0.99_beta18-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libsoxr? ( >=media-libs/soxr-0.1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libv4l? ( >=media-libs/libv4l-0.9.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) openal? ( >=media-libs/openal-1.15.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( >=virtual/opengl-7.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) openssl? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libressl? ( dev-libs/libressl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) opus? ( >=media-libs/opus-1.0.2-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) quvi? ( media-libs/libquvi:0.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) librtmp? ( >=media-video/rtmpdump-2.4_p20131018[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) samba? ( >=net-fs/samba-3.6.23-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) speex? ( >=media-libs/speex-1.2_rc1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ssh? ( >=net-libs/libssh-0.5.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=x11-libs/libva-1.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vdpau? ( >=x11-libs/libvdpau-0.7[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vorbis? ( >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vpx? ( >=media-libs/libvpx-1.4.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !xcb? ( >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=x11-libs/libXv-1.0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) xcb? ( >=x11-libs/libxcb-1.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zvbi? ( >=media-libs/zvbi-0.2.35[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !media-video/qt-faststart postproc? ( !media-libs/libpostproc ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20140508-r3 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) +REQUIRED_USE=libv4l? ( v4l ) fftools_cws2fws? ( zlib ) test? ( encode ) postproc? ( gpl ) frei0r? ( gpl ) cdio? ( gpl ) samba? ( gpl ) zvbi? ( gpl ) encode? ( x264? ( gpl ) x265? ( gpl ) xvid? ( gpl ) X? ( !xcb? ( gpl ) ) ) cpu_flags_x86_avx2? ( cpu_flags_x86_avx ) cpu_flags_x86_fma4? ( cpu_flags_x86_avx ) cpu_flags_x86_fma3? ( cpu_flags_x86_avx ) cpu_flags_x86_xop? ( cpu_flags_x86_avx ) cpu_flags_x86_avx? ( cpu_flags_x86_sse4_2 ) cpu_flags_x86_sse4_2? ( cpu_flags_x86_sse4_1 ) cpu_flags_x86_sse4_1? ( cpu_flags_x86_ssse3 ) cpu_flags_x86_ssse3? ( cpu_flags_x86_sse3 ) cpu_flags_x86_sse3? ( cpu_flags_x86_sse2 ) cpu_flags_x86_sse2? ( cpu_flags_x86_sse ) cpu_flags_x86_sse? ( cpu_flags_x86_mmxext ) cpu_flags_x86_mmxext? ( cpu_flags_x86_mmx ) cpu_flags_x86_3dnowext? ( cpu_flags_x86_3dnow ) cpu_flags_x86_3dnow? ( cpu_flags_x86_mmx ) +RESTRICT=encode? ( faac? ( bindist ) aacplus? ( bindist ) ) gpl? ( openssl? ( bindist ) fdk? ( bindist ) ) +SLOT=0/54.56.56 +SRC_URI=http://ffmpeg.org/releases/ffmpeg-2.8.5.tar.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=2e5974cee3dba740e12ad8783790b037 diff --git a/metadata/md5-cache/media-video/projectx-0.91.0.10 b/metadata/md5-cache/media-video/projectx-0.91.0.10 index f08a89c5f652..1312c52023a0 100644 --- a/metadata/md5-cache/media-video/projectx-0.91.0.10 +++ b/metadata/md5-cache/media-video/projectx-0.91.0.10 @@ -4,10 +4,10 @@ DESCRIPTION=Converts, splits and demuxes DVB and other MPEG recordings EAPI=5 HOMEPAGE=http://project-x.sourceforge.net/ IUSE=X cpu_flags_x86_mmx cpu_flags_x86_sse elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.5 dev-java/commons-net X? ( =dev-java/browserlauncher2-1* ) >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://dev.gentoo.org/~billie/distfiles/projectx-0.91.0.10.tar.xz http://sbriesen.de/gentoo/distfiles/projectx-idctfast.tar.xz http://sbriesen.de/gentoo/distfiles/xdg-20100731.java.xz http://sbriesen.de/gentoo/distfiles/projectx-icon.png _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e9f443f791697fb7bf8b7f05b25a3884 +_md5_=53b7f5f3b28b117a2a41750af480f282 diff --git a/metadata/md5-cache/net-analyzer/driftnet-0.1.6_p20090401-r1 b/metadata/md5-cache/net-analyzer/driftnet-0.1.6_p20090401-r1 new file mode 100644 index 000000000000..049c89840edb --- /dev/null +++ b/metadata/md5-cache/net-analyzer/driftnet-0.1.6_p20090401-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst prepare +DEPEND=net-libs/libpcap gtk? ( x11-libs/gtk+:2 virtual/jpeg:0 media-libs/giflib:= media-libs/libpng:= ) virtual/pkgconfig filecaps? ( sys-libs/libcap ) +DESCRIPTION=A program which listens to network traffic and picks out images from TCP streams it observes +EAPI=5 +HOMEPAGE=http://www.ex-parrot.com/~chris/driftnet/ +IUSE=gtk mp3 suid +filecaps +KEYWORDS=~amd64 ~ppc -sparc ~x86 +LICENSE=GPL-2 +RDEPEND=net-libs/libpcap gtk? ( x11-libs/gtk+:2 virtual/jpeg:0 media-libs/giflib:= media-libs/libpng:= ) mp3? ( media-sound/mpg123 ) +SLOT=0 +SRC_URI=mirror://github/rbu/driftnet/driftnet-0.1.6_p20090401.tar.gz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fcaps 6a1091a98b1dde01cc26ab3252da1a9b flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=1eececc3c8a8f7e4809584e5293595d3 diff --git a/metadata/md5-cache/net-im/prosody-0.9.9 b/metadata/md5-cache/net-im/prosody-0.9.9 index 1d2a37766d1b..c071b6a004a5 100644 --- a/metadata/md5-cache/net-im/prosody-0.9.9 +++ b/metadata/md5-cache/net-im/prosody-0.9.9 @@ -4,10 +4,10 @@ DESCRIPTION=Prosody is a flexible communications server for Jabber/XMPP written EAPI=5 HOMEPAGE=http://prosody.im/ IUSE=ipv6 libevent mysql postgres sqlite ssl zlib jit -KEYWORDS=amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm x86 LICENSE=MIT RDEPEND=net-im/jabber-base !jit? ( >=dev-lang/lua-5.1:0 ) jit? ( dev-lang/luajit:2 ) >=net-dns/libidn-1.1 dev-libs/openssl:0 >=dev-lua/luaexpat-1.3.0 dev-lua/luafilesystem ipv6? ( >=dev-lua/luasocket-3 ) !ipv6? ( dev-lua/luasocket ) libevent? ( >=dev-lua/luaevent-0.4.3 ) mysql? ( dev-lua/luadbi[mysql] ) postgres? ( dev-lua/luadbi[postgres] ) sqlite? ( dev-lua/luadbi[sqlite] ) ssl? ( dev-lua/luasec ) zlib? ( dev-lua/lua-zlib ) SLOT=0 SRC_URI=http://prosody.im/tmp/0.9.9/prosody-0.9.9.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=16c4a65db7f7b407b2ad5753249279a7 +_md5_=e287ee1798b67379bd74310cedaef899 diff --git a/metadata/md5-cache/net-im/skype-4.3.0.37-r5 b/metadata/md5-cache/net-im/skype-4.3.0.37-r5 index 0f9de9b1335a..f9a61382c536 100644 --- a/metadata/md5-cache/net-im/skype-4.3.0.37-r5 +++ b/metadata/md5-cache/net-im/skype-4.3.0.37-r5 @@ -12,4 +12,4 @@ RESTRICT=mirror bindist strip SLOT=0 SRC_URI=http://download.skype.com/linux/skype-4.3.0.37.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c gnome2-utils 2a93a5fe31c2295077e190059f4cf88d multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=29b39fa1764e486542cbdbc6dcf79670 +_md5_=1dfea99151e72460744b3c703678e115 diff --git a/metadata/md5-cache/net-irc/jircii-41 b/metadata/md5-cache/net-irc/jircii-41 index 3ee9d12b5b61..e8e56943e420 100644 --- a/metadata/md5-cache/net-irc/jircii-41 +++ b/metadata/md5-cache/net-irc/jircii-41 @@ -4,10 +4,10 @@ DESCRIPTION=jIRCii - IRC client written in Java EAPI=0 HOMEPAGE=http://jirc.hick.org/ IUSE=elibc_FreeBSD -KEYWORDS=~amd64 ~ppc x86 +KEYWORDS=~amd64 x86 LICENSE=Artistic RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=http://jirc.hick.org/download/jerkb41.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=05ef0bb2624c2b5aae9a0c58de0397bd +_md5_=dc6f21e8fea99d0e6859af2b2bd4402a diff --git a/metadata/md5-cache/net-libs/net6-1.3.14-r1 b/metadata/md5-cache/net-libs/net6-1.3.14-r1 index 02477b45764c..7375de543e88 100644 --- a/metadata/md5-cache/net-libs/net6-1.3.14-r1 +++ b/metadata/md5-cache/net-libs/net6-1.3.14-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Network access framework for IPv4/IPv6 written in C++ EAPI=5 HOMEPAGE=http://gobby.0x539.de/ IUSE=nls static-libs -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 +KEYWORDS=amd64 ~arm ~hppa ~ppc ~x86 LICENSE=LGPL-2.1 RDEPEND=dev-libs/libsigc++:2 >=net-libs/gnutls-1.2.10 SLOT=0 SRC_URI=http://releases.0x539.de/net6/net6-1.3.14.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3d415cdb42069291f37da9c3f30f90a5 +_md5_=e0343997b6b4dc588b456fe278d6b9cd diff --git a/metadata/md5-cache/net-libs/obby-0.4.8-r1 b/metadata/md5-cache/net-libs/obby-0.4.8-r1 index 4d27a261009d..1adf52102396 100644 --- a/metadata/md5-cache/net-libs/obby-0.4.8-r1 +++ b/metadata/md5-cache/net-libs/obby-0.4.8-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Library for collaborative text editing EAPI=5 HOMEPAGE=http://gobby.0x539.de/ IUSE=ipv6 nls static-libs zeroconf -KEYWORDS=~amd64 ~arm ~ppc ~x86 +KEYWORDS=amd64 ~arm ~ppc ~x86 LICENSE=GPL-2 RDEPEND=net-libs/net6 dev-libs/libsigc++:2 zeroconf? ( net-dns/avahi[dbus] ) SLOT=0 SRC_URI=http://releases.0x539.de/obby/obby-0.4.8.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=a0e643d77e9a60af2d9483ea45e81df0 +_md5_=e3d5a764dc0c9bf867ec57146a00264b diff --git a/metadata/md5-cache/net-misc/dhcp-4.3.3_p1 b/metadata/md5-cache/net-misc/dhcp-4.3.3_p1 index 4421ee9d04a0..0572a41f8660 100644 --- a/metadata/md5-cache/net-misc/dhcp-4.3.3_p1 +++ b/metadata/md5-cache/net-misc/dhcp-4.3.3_p1 @@ -4,10 +4,10 @@ DESCRIPTION=ISC Dynamic Host Configuration Protocol (DHCP) client/server EAPI=5 HOMEPAGE=http://www.isc.org/products/DHCP IUSE=+client ipv6 kernel_linux ldap libressl selinux +server ssl vim-syntax -KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=ISC BSD SSLeay GPL-2 RDEPEND=client? ( kernel_linux? ( ipv6? ( sys-apps/iproute2 ) sys-apps/net-tools ) ) ldap? ( net-nds/openldap ssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) ) selinux? ( sec-policy/selinux-dhcp ) vim-syntax? ( app-vim/dhcpd-syntax ) SLOT=0 SRC_URI=ftp://ftp.isc.org/isc/dhcp/dhcp-4.3.3-P1.tar.gz ftp://ftp.isc.org/isc/dhcp/4.3.3-P1/dhcp-4.3.3-P1.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=771ab59c22a2198eb2bc80ce813db1ee +_md5_=8d386386549fb18a614ee380ce864067 diff --git a/metadata/md5-cache/net-misc/dhcpcd-6.10.0 b/metadata/md5-cache/net-misc/dhcpcd-6.10.0 index 6135c1e82933..59cecad7577e 100644 --- a/metadata/md5-cache/net-misc/dhcpcd-6.10.0 +++ b/metadata/md5-cache/net-misc/dhcpcd-6.10.0 @@ -4,10 +4,10 @@ DESCRIPTION=A fully featured, yet light weight RFC2131 compliant DHCP client EAPI=5 HOMEPAGE=http://roy.marples.name/projects/dhcpcd/ IUSE=elibc_glibc +embedded ipv6 kernel_linux +udev -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=BSD-2 RDEPEND=udev? ( virtual/udev ) SLOT=0 SRC_URI=http://roy.marples.name/downloads/dhcpcd/dhcpcd-6.10.0.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=a6219de2ebe33e861245937ca4c72837 +_md5_=3256d187557b15f1ab828bfc7069bc50 diff --git a/metadata/md5-cache/net-misc/gsutil-4.13 b/metadata/md5-cache/net-misc/gsutil-4.13 deleted file mode 100644 index 93f0111f82fb..000000000000 --- a/metadata/md5-cache/net-misc/gsutil-4.13 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.38.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/crcmod-1.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/gcs-oauth2-boto-plugin-1.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apitools-0.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.11[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/retry-decorator-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/socksipy-1.01[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=command line tool for interacting with cloud storage services -EAPI=5 -HOMEPAGE=https://github.com/GoogleCloudPlatform/gsutil -IUSE=python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=Apache-2.0 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.38.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/crcmod-1.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/gcs-oauth2-boto-plugin-1.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apitools-0.4.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.11[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/retry-decorator-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.8.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/socksipy-1.01[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://commondatastorage.googleapis.com/pub/gsutil_4.13.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=f2f37251f0d8617677a02c5b1b512aaa diff --git a/metadata/md5-cache/net-misc/gsutil-4.14 b/metadata/md5-cache/net-misc/gsutil-4.16 similarity index 55% rename from metadata/md5-cache/net-misc/gsutil-4.14 rename to metadata/md5-cache/net-misc/gsutil-4.16 index 34c19a756608..bccfb43fd3ac 100644 --- a/metadata/md5-cache/net-misc/gsutil-4.14 +++ b/metadata/md5-cache/net-misc/gsutil-4.16 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.38.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/crcmod-1.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/gcs-oauth2-boto-plugin-1.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apitools-0.4.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.11[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/retry-decorator-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/socksipy-1.01[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.38.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/crcmod-1.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/gcs-oauth2-boto-plugin-1.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apitools-0.4.12[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.5.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/retry-decorator-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/socksipy-1.01[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] DESCRIPTION=command line tool for interacting with cloud storage services EAPI=5 HOMEPAGE=https://github.com/GoogleCloudPlatform/gsutil IUSE=python_targets_python2_7 KEYWORDS=~amd64 ~arm ~x86 LICENSE=Apache-2.0 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.38.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/crcmod-1.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/gcs-oauth2-boto-plugin-1.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apitools-0.4.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.4.11[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/protorpc-0.10.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/retry-decorator-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/socksipy-1.01[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/boto-2.38.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/crcmod-1.7[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/httplib2-0.8[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/gcs-oauth2-boto-plugin-1.9[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/google-apitools-0.4.12[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/oauth2client-1.5.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-gflags-2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/retry-decorator-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/socksipy-1.01[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=http://commondatastorage.googleapis.com/pub/gsutil_4.14.tar.gz +SRC_URI=http://commondatastorage.googleapis.com/pub/gsutil_4.16.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=563cc82efdc84a1a4f2455cf3a88d6c2 +_md5_=585e9638fe63a4cddda8aac6b2445c2c diff --git a/metadata/md5-cache/net-misc/java-wakeonlan-1.0.0-r2 b/metadata/md5-cache/net-misc/java-wakeonlan-1.0.0-r2 index db0000eb7e55..cf604516499e 100644 --- a/metadata/md5-cache/net-misc/java-wakeonlan-1.0.0-r2 +++ b/metadata/md5-cache/net-misc/java-wakeonlan-1.0.0-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A wakeonlan commandline tool and Java library EAPI=5 HOMEPAGE=http://www.moldaner.de/wakeonlan/ IUSE=test elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 dev-java/jsap:0 dev-java/junit:4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://www.moldaner.de/wakeonlan/download/wakeonlan-1.0.0.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=c9cad9898889e210056a9d29f5b69309 +_md5_=e41a9b1525c46a6c84a9403a1c349f24 diff --git a/metadata/md5-cache/net-misc/libteam-1.22 b/metadata/md5-cache/net-misc/libteam-1.22 index d83203f4371a..eb29c146d25e 100644 --- a/metadata/md5-cache/net-misc/libteam-1.22 +++ b/metadata/md5-cache/net-misc/libteam-1.22 @@ -4,10 +4,10 @@ DESCRIPTION=Library and tools set for controlling team network device EAPI=5 HOMEPAGE=http://libteam.org IUSE=dbus debug examples static-libs +syslog zmq -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 LICENSE=LGPL-2.1+ RDEPEND=>=dev-libs/jansson-2.4 dev-libs/libdaemon >=dev-libs/libnl-3.2.19[utils] dbus? ( sys-apps/dbus ) zmq? ( >=net-libs/zeromq-3.2.0 ) syslog? ( virtual/logger ) SLOT=0 SRC_URI=http://libteam.org/files/libteam-1.22.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 linux-info 8f92e5ac1a1da684c5450b1b21a1f56a multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4d623725264f18baa2cf5c9371a5e530 +_md5_=d2ce05d1cc8e6a2942709a7058060abe diff --git a/metadata/md5-cache/net-misc/mindterm-3.4 b/metadata/md5-cache/net-misc/mindterm-3.4 index 7ab5f0f1af33..ef61900d4d71 100644 --- a/metadata/md5-cache/net-misc/mindterm-3.4 +++ b/metadata/md5-cache/net-misc/mindterm-3.4 @@ -4,11 +4,11 @@ DESCRIPTION=A Java SSH Client EAPI=2 HOMEPAGE=http://www.appgate.com/products/80_MindTerm/ IUSE=elibc_FreeBSD doc test examples elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=mindterm RDEPEND=>=virtual/jre-1.4 dev-java/jzlib:0 >=dev-java/java-config-2.2.0 RESTRICT=test SLOT=0 SRC_URI=http://www.appgate.com/downloads/MindTerm-3.4/mindterm_3.4-src.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d607b5ffe159a459305ee609312a2d55 +_md5_=52a6b7ad765601567d47b7245b95a39e diff --git a/metadata/md5-cache/net-misc/networkmanager-1.0.8 b/metadata/md5-cache/net-misc/networkmanager-1.0.10-r1 similarity index 97% rename from metadata/md5-cache/net-misc/networkmanager-1.0.8 rename to metadata/md5-cache/net-misc/networkmanager-1.0.10-r1 index 3b66615d5f14..57fbb2f7edfe 100644 --- a/metadata/md5-cache/net-misc/networkmanager-1.0.8 +++ b/metadata/md5-cache/net-misc/networkmanager-1.0.10-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=sys-apps/dbus-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/dbus-glib-0.100[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.37.6:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libnl-3.2.8:3= >=sys-auth/polkit-0.106 net-libs/libndp >=net-libs/libsoup-2.26:2.4= net-misc/iputils sys-libs/readline:0 >=virtual/libgudev-165:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] bluetooth? ( >=net-wireless/bluez-5 ) connection-sharing? ( net-dns/dnsmasq[dhcp] net-firewall/iptables ) gnutls? ( dev-libs/libgcrypt:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-libs/gnutls:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) modemmanager? ( >=net-misc/modemmanager-0.7.991 ) ncurses? ( >=dev-libs/newt-0.52.15 ) nss? ( >=dev-libs/nss-3.11:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dhclient? ( >=net-misc/dhcp-4[client] ) dhcpcd? ( >=net-misc/dhcpcd-4.0.0_rc3 ) introspection? ( >=dev-libs/gobject-introspection-0.10.3:= ) ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] net-dialup/rp-pppoe ) resolvconf? ( net-dns/openresolv ) systemd? ( >=sys-apps/systemd-209:0= ) !systemd? ( || ( sys-power/upower sys-power/upower-pm-utils ) ) teamd? ( >=net-misc/libteam-1.9 ) zeroconf? ( net-dns/avahi:=[autoipd] ) dev-util/gdbus-codegen dev-util/gtk-doc-am >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 >=sys-kernel/linux-headers-2.6.29 virtual/pkgconfig vala? ( || ( dev-lang/vala:0.30[vapigen(+)] dev-lang/vala:0.28[vapigen(+)] dev-lang/vala:0.26[vapigen(+)] dev-lang/vala:0.24[vapigen(+)] dev-lang/vala:0.22[vapigen(+)] dev-lang/vala:0.20[vapigen(+)] ) ) test? ( || ( ( dev-lang/python:3.5 dev-python/dbus-python[python_targets_python3_5(-),python_single_target_python3_5(+)] dev-python/pygobject:2[python_targets_python3_5(-),python_single_target_python3_5(+)] ) ( dev-lang/python:3.4 dev-python/dbus-python[python_targets_python3_4(-),python_single_target_python3_4(+)] dev-python/pygobject:2[python_targets_python3_4(-),python_single_target_python3_4(+)] ) ( >=dev-lang/python-3.3.2-r2:3.3 dev-python/dbus-python[python_targets_python3_3(-),python_single_target_python3_3(+)] dev-python/pygobject:2[python_targets_python3_3(-),python_single_target_python3_3(+)] ) ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/dbus-python[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/pygobject:2[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) virtual/pkgconfig +DEPEND=>=sys-apps/dbus-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/dbus-glib-0.100[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.37.6:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libnl-3.2.8:3= >=sys-auth/polkit-0.106 net-libs/libndp >=net-libs/libsoup-2.40:2.4= net-misc/iputils sys-libs/readline:0 >=virtual/libgudev-165:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] bluetooth? ( >=net-wireless/bluez-5 ) connection-sharing? ( net-dns/dnsmasq[dhcp] net-firewall/iptables ) gnutls? ( dev-libs/libgcrypt:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-libs/gnutls:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) modemmanager? ( >=net-misc/modemmanager-0.7.991 ) ncurses? ( >=dev-libs/newt-0.52.15 ) nss? ( >=dev-libs/nss-3.11:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dhclient? ( >=net-misc/dhcp-4[client] ) dhcpcd? ( >=net-misc/dhcpcd-4.0.0_rc3 ) introspection? ( >=dev-libs/gobject-introspection-0.10.3:= ) ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] net-dialup/rp-pppoe ) resolvconf? ( net-dns/openresolv ) systemd? ( >=sys-apps/systemd-209:0= ) !systemd? ( || ( sys-power/upower sys-power/upower-pm-utils ) ) teamd? ( >=net-misc/libteam-1.9 ) zeroconf? ( net-dns/avahi:=[autoipd] ) dev-util/gdbus-codegen dev-util/gtk-doc-am >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 >=sys-kernel/linux-headers-2.6.29 virtual/pkgconfig vala? ( || ( dev-lang/vala:0.30[vapigen(+)] dev-lang/vala:0.28[vapigen(+)] dev-lang/vala:0.26[vapigen(+)] dev-lang/vala:0.24[vapigen(+)] dev-lang/vala:0.22[vapigen(+)] dev-lang/vala:0.20[vapigen(+)] ) ) test? ( || ( ( dev-lang/python:3.5 dev-python/dbus-python[python_targets_python3_5(-),python_single_target_python3_5(+)] dev-python/pygobject:2[python_targets_python3_5(-),python_single_target_python3_5(+)] ) ( dev-lang/python:3.4 dev-python/dbus-python[python_targets_python3_4(-),python_single_target_python3_4(+)] dev-python/pygobject:2[python_targets_python3_4(-),python_single_target_python3_4(+)] ) ( >=dev-lang/python-3.3.2-r2:3.3 dev-python/dbus-python[python_targets_python3_3(-),python_single_target_python3_3(+)] dev-python/pygobject:2[python_targets_python3_3(-),python_single_target_python3_3(+)] ) ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/dbus-python[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/pygobject:2[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info virtual/pkgconfig test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) virtual/pkgconfig DESCRIPTION=A set of co-operative tools that make networking simple and straightforward EAPI=5 HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager IUSE=bluetooth connection-sharing consolekit +dhclient dhcpcd gnutls +introspection kernel_linux +nss +modemmanager ncurses +ppp resolvconf selinux systemd teamd test vala +wext +wifi zeroconf test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2+ -RDEPEND=>=sys-apps/dbus-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/dbus-glib-0.100[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.37.6:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libnl-3.2.8:3= >=sys-auth/polkit-0.106 net-libs/libndp >=net-libs/libsoup-2.26:2.4= net-misc/iputils sys-libs/readline:0 >=virtual/libgudev-165:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] bluetooth? ( >=net-wireless/bluez-5 ) connection-sharing? ( net-dns/dnsmasq[dhcp] net-firewall/iptables ) gnutls? ( dev-libs/libgcrypt:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-libs/gnutls:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) modemmanager? ( >=net-misc/modemmanager-0.7.991 ) ncurses? ( >=dev-libs/newt-0.52.15 ) nss? ( >=dev-libs/nss-3.11:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dhclient? ( >=net-misc/dhcp-4[client] ) dhcpcd? ( >=net-misc/dhcpcd-4.0.0_rc3 ) introspection? ( >=dev-libs/gobject-introspection-0.10.3:= ) ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] net-dialup/rp-pppoe ) resolvconf? ( net-dns/openresolv ) systemd? ( >=sys-apps/systemd-209:0= ) !systemd? ( || ( sys-power/upower sys-power/upower-pm-utils ) ) teamd? ( >=net-misc/libteam-1.9 ) zeroconf? ( net-dns/avahi:=[autoipd] ) consolekit? ( sys-auth/consolekit ) wifi? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] ) +RDEPEND=>=sys-apps/dbus-1.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/dbus-glib-0.100[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.37.6:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libnl-3.2.8:3= >=sys-auth/polkit-0.106 net-libs/libndp >=net-libs/libsoup-2.40:2.4= net-misc/iputils sys-libs/readline:0 >=virtual/libgudev-165:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] bluetooth? ( >=net-wireless/bluez-5 ) connection-sharing? ( net-dns/dnsmasq[dhcp] net-firewall/iptables ) gnutls? ( dev-libs/libgcrypt:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] net-libs/gnutls:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) modemmanager? ( >=net-misc/modemmanager-0.7.991 ) ncurses? ( >=dev-libs/newt-0.52.15 ) nss? ( >=dev-libs/nss-3.11:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dhclient? ( >=net-misc/dhcp-4[client] ) dhcpcd? ( >=net-misc/dhcpcd-4.0.0_rc3 ) introspection? ( >=dev-libs/gobject-introspection-0.10.3:= ) ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] net-dialup/rp-pppoe ) resolvconf? ( net-dns/openresolv ) systemd? ( >=sys-apps/systemd-209:0= ) !systemd? ( || ( sys-power/upower sys-power/upower-pm-utils ) ) teamd? ( >=net-misc/libteam-1.9 ) zeroconf? ( net-dns/avahi:=[autoipd] ) consolekit? ( sys-auth/consolekit ) wifi? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] ) REQUIRED_USE=modemmanager? ( ppp ) wext? ( wifi ) ^^ ( nss gnutls ) ^^ ( dhclient dhcpcd ) SLOT=0 -SRC_URI=mirror://gnome/sources/NetworkManager/1.0/NetworkManager-1.0.8.tar.xz +SRC_URI=mirror://gnome/sources/NetworkManager/1.0/NetworkManager-1.0.10.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils d9bd2ddd85a58e470b49ca997e255a4c gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 linux-info 8f92e5ac1a1da684c5450b1b21a1f56a multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 37ef89be271b9ae8aa64be024ddb39b5 user 906f3c8eb3a2350a4f1191a89baa3e46 vala 15f7a43101d2ff0c6dcdab272c02f469 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b4c776e4b2846cc33f28b5a81aed08c7 +_md5_=527940c030f687a5acdfb73983610ea2 diff --git a/metadata/md5-cache/net-misc/nxplayer-5.0.43.1 b/metadata/md5-cache/net-misc/nxplayer-5.0.43.1 deleted file mode 100644 index e0f4114e60c0..000000000000 --- a/metadata/md5-cache/net-misc/nxplayer-5.0.43.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install -DESCRIPTION=Client for NoMachine remote servers -EAPI=5 -HOMEPAGE=http://www.nomachine.com -KEYWORDS=-* ~amd64 ~x86 -LICENSE=nomachine -RDEPEND=dev-libs/glib:2 dev-libs/openssl:0 -RESTRICT=strip -SLOT=0 -SRC_URI=amd64? ( http://download.nomachine.com/download/5.0/Linux/nomachine-enterprise-client_5.0.43_1_x86_64.tar.gz ) x86? ( http://download.nomachine.com/download/5.0/Linux/nomachine-enterprise-client_5.0.43_1_i686.tar.gz ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0f9d99c1d9d1a9a7122283334b00643c diff --git a/metadata/md5-cache/net-misc/nxplayer-5.0.47.1 b/metadata/md5-cache/net-misc/nxplayer-5.0.63.3 similarity index 79% rename from metadata/md5-cache/net-misc/nxplayer-5.0.47.1 rename to metadata/md5-cache/net-misc/nxplayer-5.0.63.3 index 45343b0f2aa9..cc80d06fcadf 100644 --- a/metadata/md5-cache/net-misc/nxplayer-5.0.47.1 +++ b/metadata/md5-cache/net-misc/nxplayer-5.0.63.3 @@ -7,6 +7,6 @@ LICENSE=nomachine RDEPEND=dev-libs/glib:2 dev-libs/openssl:0 RESTRICT=strip SLOT=0 -SRC_URI=amd64? ( http://download.nomachine.com/download/5.0/Linux/nomachine-enterprise-client_5.0.47_1_x86_64.tar.gz ) x86? ( http://download.nomachine.com/download/5.0/Linux/nomachine-enterprise-client_5.0.47_1_i686.tar.gz ) +SRC_URI=amd64? ( http://download.nomachine.com/download/5.0/Linux/nomachine-enterprise-client_5.0.63_3_x86_64.tar.gz ) x86? ( http://download.nomachine.com/download/5.0/Linux/nomachine-enterprise-client_5.0.63_3_i686.tar.gz ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0f9d99c1d9d1a9a7122283334b00643c +_md5_=239fa356c5e5985a62006a70d858d720 diff --git a/metadata/md5-cache/net-misc/openssh-7.1_p2 b/metadata/md5-cache/net-misc/openssh-7.1_p2 index f7919ff3c141..add65c94997f 100644 --- a/metadata/md5-cache/net-misc/openssh-7.1_p2 +++ b/metadata/md5-cache/net-misc/openssh-7.1_p2 @@ -4,11 +4,11 @@ DESCRIPTION=Port of OpenBSD's free SSH release EAPI=5 HOMEPAGE=http://www.openssh.org/ IUSE=bindist debug +hpn kerberos kernel_linux ldap ldns libedit libressl pam +pie sctp selinux skey ssh1 +ssl static X X509 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux LICENSE=BSD GPL-2 RDEPEND=!static? ( ldns? ( net-libs/ldns !bindist? ( net-libs/ldns[ecdsa,ssl] ) bindist? ( net-libs/ldns[-ecdsa,ssl] ) ) libedit? ( dev-libs/libedit ) sctp? ( net-misc/lksctp-tools ) selinux? ( >=sys-libs/libselinux-1.28 ) skey? ( >=sys-auth/skey-1.1.5-r1 ) ssl? ( !libressl? ( >=dev-libs/openssl-0.9.8f:0[bindist=] dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) >=sys-libs/zlib-1.2.3 ) pam? ( virtual/pam ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( >=sys-auth/pambase-20081028 ) userland_GNU? ( virtual/shadow ) X? ( x11-apps/xauth ) REQUIRED_USE=ldns? ( ssl ) pie? ( !static ) ssh1? ( ssl ) static? ( !kerberos !pam ) X509? ( !ldap ssl ) SLOT=0 SRC_URI=mirror://openbsd/OpenSSH/portable/openssh-7.1p2.tar.gz mirror://gentoo/openssh-6.8_p1-sctp.patch.xz hpn? ( mirror://gentoo/openssh-7.1p2-hpnssh14v10.tar.xz mirror://sourceforge/hpnssh/openssh-7.1p2-hpnssh14v10.tar.xz ) ldap? ( mirror://gentoo/openssh-lpk-7.1p2-0.3.14.patch.xz ) X509? ( http://roumenpetrov.info/openssh/x509-8.6/openssh-7.1p2+x509-8.6.diff.xz ) _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b4cd04e31bc9c46b84a9bd3603724f76 +_md5_=ad21035b38fcc952e8ab3a78a3975b5e diff --git a/metadata/md5-cache/net-misc/sobby-0.4.8-r1 b/metadata/md5-cache/net-misc/sobby-0.4.8-r1 index ea90d214e26b..4cf8d4fe68e3 100644 --- a/metadata/md5-cache/net-misc/sobby-0.4.8-r1 +++ b/metadata/md5-cache/net-misc/sobby-0.4.8-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Standalone Obby server EAPI=5 HOMEPAGE=http://gobby.0x539.de/ IUSE=zeroconf -KEYWORDS=~amd64 ~arm ~ppc ~x86 +KEYWORDS=amd64 ~arm ~ppc ~x86 LICENSE=GPL-2 RDEPEND=>=dev-cpp/glibmm-2.6 >=dev-libs/libsigc++-2.0 >=dev-libs/gmp-4.1.4:0 >=dev-cpp/libxmlpp-2.6 >=net-libs/net6-1.3.12 >=net-libs/obby-0.4.6[zeroconf=] SLOT=0 SRC_URI=http://releases.0x539.de/sobby/sobby-0.4.8.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=e5e5676246cbe6602b5fcd301e6825f1 +_md5_=4c4a5111e39ace7ea0dc044048329f77 diff --git a/metadata/md5-cache/net-misc/tor-0.2.7.6 b/metadata/md5-cache/net-misc/tor-0.2.7.6 index e6c6ef98b65c..0d26922a5cc4 100644 --- a/metadata/md5-cache/net-misc/tor-0.2.7.6 +++ b/metadata/md5-cache/net-misc/tor-0.2.7.6 @@ -4,10 +4,10 @@ DESCRIPTION=Anonymizing overlay network for TCP EAPI=5 HOMEPAGE=http://www.torproject.org/ IUSE=-bufferevents libressl scrypt seccomp selinux stats systemd tor-hardening transparent-proxy test web -KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos +KEYWORDS=amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos LICENSE=BSD GPL-2 RDEPEND=!libressl? ( dev-libs/openssl:0=[-bindist] ) libressl? ( dev-libs/libressl:= ) sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) scrypt? ( app-crypt/libscrypt ) seccomp? ( sys-libs/libseccomp ) systemd? ( sys-apps/systemd ) selinux? ( sec-policy/selinux-tor ) SLOT=0 SRC_URI=https://www.torproject.org/dist/tor-0.2.7.6.tar.gz https://archive.torproject.org/tor-package-archive/tor-0.2.7.6.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=080f384f91d4cd4014f349afb27e3117 +_md5_=863e47c58aa7125c6d359dba1061bdf6 diff --git a/metadata/md5-cache/net-nds/jxplorer-3.2 b/metadata/md5-cache/net-nds/jxplorer-3.2 index 545a9ff8bcdd..29c7522c3088 100644 --- a/metadata/md5-cache/net-nds/jxplorer-3.2 +++ b/metadata/md5-cache/net-nds/jxplorer-3.2 @@ -4,10 +4,10 @@ DESCRIPTION=A fully functional ldap browser written in java EAPI=0 HOMEPAGE=http://jxplorer.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=CAOSL RDEPEND=>=virtual/jre-1.4 >=dev-java/javahelp-2.0.02_p46 >=dev-java/log4j-1.2.8 =dev-java/junit-3.8* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jxplorer/JXv3.2src.tar.bz2 mirror://sourceforge/jxplorer/JXv3.2deploy.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=879efec6fac51c48ad9ffc1afc9a0c0d +_md5_=8ef6e74bad7071eb75ea28afe4fdd0a1 diff --git a/metadata/md5-cache/net-nds/jxplorer-3.2-r2 b/metadata/md5-cache/net-nds/jxplorer-3.2-r2 index ca5b361221e3..938a6c8ca922 100644 --- a/metadata/md5-cache/net-nds/jxplorer-3.2-r2 +++ b/metadata/md5-cache/net-nds/jxplorer-3.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A fully functional ldap browser written in java EAPI=4 HOMEPAGE=http://jxplorer.org/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=CAOSL RDEPEND=>=virtual/jre-1.4 >=dev-java/javahelp-2.0.02_p46 >=dev-java/log4j-1.2.8 =dev-java/junit-3.8* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jxplorer/JXv3.2src.tar.bz2 mirror://sourceforge/jxplorer/JXv3.2deploy.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5bd466f29b670a4dd6aab629bbc997f0 +_md5_=f126dc58131aeec93001fec4d5e2cbd9 diff --git a/metadata/md5-cache/net-nds/jxplorer-3.3.1 b/metadata/md5-cache/net-nds/jxplorer-3.3.1 index b3873ed77cb9..49c68f1d8ef1 100644 --- a/metadata/md5-cache/net-nds/jxplorer-3.3.1 +++ b/metadata/md5-cache/net-nds/jxplorer-3.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=A fully functional ldap browser written in java EAPI=5 HOMEPAGE=http://jxplorer.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD test -KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=CAOSL RDEPEND=>=virtual/jre-1.5 >=dev-java/javahelp-2.0.02_p46:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jxplorer/jxplorer-3.3.1-project.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=03f5fc766afbade7253b9b820e98c776 +_md5_=597c9d2a2dec17c7fe461fd3f111438c diff --git a/metadata/md5-cache/net-nds/jxplorer-3.3.1.1 b/metadata/md5-cache/net-nds/jxplorer-3.3.1.1 index b367ca58e720..86318f6bbcf9 100644 --- a/metadata/md5-cache/net-nds/jxplorer-3.3.1.1 +++ b/metadata/md5-cache/net-nds/jxplorer-3.3.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=A fully functional ldap browser written in java EAPI=5 HOMEPAGE=http://jxplorer.org/ IUSE=elibc_FreeBSD doc source test elibc_FreeBSD test -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=CAOSL RDEPEND=>=virtual/jre-1.5 >=dev-java/javahelp-2.0.02_p46:0 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/jxplorer/jxplorer-3.3.1.1-project.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 -_md5_=54c09ac9bcffcba86c53278be2c1511b +_md5_=1077049113db78406bc41b7acef566db diff --git a/metadata/md5-cache/net-p2p/deluge-1.3.12 b/metadata/md5-cache/net-p2p/deluge-1.3.12 index 59d446c063fd..19dca42c32ca 100644 --- a/metadata/md5-cache/net-p2p/deluge-1.3.12 +++ b/metadata/md5-cache/net-p2p/deluge-1.3.12 @@ -4,11 +4,11 @@ DESCRIPTION=BitTorrent client with a client/server model EAPI=5 HOMEPAGE=http://deluge-torrent.org/ IUSE=geoip gtk libnotify setproctitle sound webinterface python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86 +KEYWORDS=amd64 ~arm ~ppc ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=net-libs/rb_libtorrent-0.14.9[python] dev-python/chardet[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] dev-python/pyxdg[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=dev-python/twisted-core-8.1[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=dev-python/twisted-web-8.1[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] geoip? ( dev-libs/geoip ) gtk? ( sound? ( dev-python/pygame[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=dev-python/pygtk-2.12[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] gnome-base/librsvg libnotify? ( dev-python/notify-python[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) ) setproctitle? ( dev-python/setproctitle[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) webinterface? ( dev-python/mako[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://download.deluge-torrent.org/source/deluge-1.3.12.tar.bz2 _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=f1ec0b48589673aff2943d520a0642c2 +_md5_=2877ea8b3ece5dcfaa10bff4d09bb190 diff --git a/metadata/md5-cache/net-p2p/myster-8.0-r1 b/metadata/md5-cache/net-p2p/myster-8.0-r1 index a97955669146..19d071615345 100644 --- a/metadata/md5-cache/net-p2p/myster-8.0-r1 +++ b/metadata/md5-cache/net-p2p/myster-8.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Myster is a decentralized file sharing network EAPI=0 HOMEPAGE=http://www.mysternetworks.com/ IUSE=elibc_FreeBSD -KEYWORDS=~ppc x86 +KEYWORDS=x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/myster/Myster_PR8_Generic.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=eb45998bd648190ed5e81a4ed8175ed5 +_md5_=54a9cf30fe6cbfda80dfaed8e0c65783 diff --git a/metadata/md5-cache/net-p2p/vuze-4.8.1.2-r1 b/metadata/md5-cache/net-p2p/vuze-4.8.1.2-r1 index 21c65759635f..1c082a2c6c6f 100644 --- a/metadata/md5-cache/net-p2p/vuze-4.8.1.2-r1 +++ b/metadata/md5-cache/net-p2p/vuze-4.8.1.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=BitTorrent client in Java, formerly called Azureus EAPI=5 HOMEPAGE=http://www.vuze.com/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2 BSD PDEPEND=~net-p2p/vuze-coreplugins-4.8.1.2 RDEPEND=dev-java/json-simple:0 dev-java/bcprov:1.40 >=dev-java/commons-cli-1.0:1 >=dev-java/log4j-1.2.8:0 >=dev-java/swt-3.7.2-r1:3.7[cairo] >=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/azureus/vuze/Vuze_4812/Vuze_4812_source.zip mirror://gentoo/vuze-4.5.0.2-gentoo-patches.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8c761548416f69f53bed3bdc14a8929a +_md5_=2f072db52ad9edf68f89cfded0c22ffa diff --git a/metadata/md5-cache/net-p2p/vuze-5.3.0.0 b/metadata/md5-cache/net-p2p/vuze-5.3.0.0 index dde6b3c57878..a870dd9b2083 100644 --- a/metadata/md5-cache/net-p2p/vuze-5.3.0.0 +++ b/metadata/md5-cache/net-p2p/vuze-5.3.0.0 @@ -4,11 +4,11 @@ DESCRIPTION=BitTorrent client in Java, formerly called Azureus EAPI=5 HOMEPAGE=http://www.vuze.com/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=GPL-2 BSD PDEPEND=~net-p2p/vuze-coreplugins-5.3.0.0 RDEPEND=dev-java/commons-cli:1 dev-java/commons-lang:2.1 dev-java/json-simple:0 dev-java/log4j:0 dev-java/swt:3.8[cairo] >=virtual/jre-1.6:* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/azureus/vuze/Vuze_5300/Vuze_5300_source.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=1c7f50ddf6569347d60c4e203f927bd6 +_md5_=52a7750f5f0ae53ca0f436841c3e5f38 diff --git a/metadata/md5-cache/net-p2p/vuze-5.6.0.0 b/metadata/md5-cache/net-p2p/vuze-5.6.0.0 index 93441feaec9c..3634fe69b693 100644 --- a/metadata/md5-cache/net-p2p/vuze-5.6.0.0 +++ b/metadata/md5-cache/net-p2p/vuze-5.6.0.0 @@ -4,11 +4,11 @@ DESCRIPTION=BitTorrent client in Java, formerly called Azureus EAPI=5 HOMEPAGE=http://www.vuze.com/ IUSE=elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=GPL-2 BSD PDEPEND=~net-p2p/vuze-coreplugins-5.6.0.0 RDEPEND=dev-java/commons-cli:1 dev-java/commons-lang:2.1 dev-java/json-simple:0 dev-java/log4j:0 dev-java/swt:3.8[cairo] >=virtual/jre-1.6:* >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/azureus/vuze/Vuze_5600/Vuze_5600_source.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b4c4ed3b88adc8886f19555daeda8107 +_md5_=fab6505857b81f67c6187cd120afd5a9 diff --git a/metadata/md5-cache/net-p2p/vuze-coreplugins-4.8.1.2 b/metadata/md5-cache/net-p2p/vuze-coreplugins-4.8.1.2 index bb4e14129f22..2bd19f338c7f 100644 --- a/metadata/md5-cache/net-p2p/vuze-coreplugins-4.8.1.2 +++ b/metadata/md5-cache/net-p2p/vuze-coreplugins-4.8.1.2 @@ -3,9 +3,9 @@ DEPEND=~net-p2p/vuze-4.8.1.2 app-arch/unzip DESCRIPTION=Core plugins for Vuze that are included in upstream distribution EAPI=5 HOMEPAGE=http://www.vuze.com/ -KEYWORDS=amd64 ppc ppc64 x86 +KEYWORDS=amd64 ppc64 x86 LICENSE=GPL-2 BSD RDEPEND=~net-p2p/vuze-4.8.1.2 SLOT=0 SRC_URI=http://azureus.sourceforge.net/plugins/azplugins_2.1.7.jar http://azureus.sourceforge.net/plugins/azrating_1.3.1.jar http://azureus.sourceforge.net/plugins/azupdater_1.8.17.zip http://azureus.sourceforge.net/plugins/azupnpav_0.4.6.zip -_md5_=5fe14586614e03a08ed2554fbb99e575 +_md5_=f9b1ca714edff98f055eaf7eacc23e68 diff --git a/metadata/md5-cache/net-p2p/vuze-coreplugins-5.3.0.0 b/metadata/md5-cache/net-p2p/vuze-coreplugins-5.3.0.0 index d508c162dab0..783e795bce7a 100644 --- a/metadata/md5-cache/net-p2p/vuze-coreplugins-5.3.0.0 +++ b/metadata/md5-cache/net-p2p/vuze-coreplugins-5.3.0.0 @@ -3,9 +3,9 @@ DEPEND=~net-p2p/vuze-5.3.0.0 app-arch/unzip DESCRIPTION=Core plugins for Vuze that are included in upstream distribution EAPI=5 HOMEPAGE=http://www.vuze.com/ -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=GPL-2 BSD RDEPEND=~net-p2p/vuze-5.3.0.0 SLOT=0 SRC_URI=http://azureus.sourceforge.net/plugins/azplugins_2.1.7.jar http://azureus.sourceforge.net/plugins/azrating_1.4.3.jar http://azureus.sourceforge.net/plugins/azupdater_1.9.1.zip http://azureus.sourceforge.net/plugins/azupnpav_0.4.9.zip -_md5_=627dba9eecdc37f9508a4e5fa3eca112 +_md5_=4fc148bc28d1441667dd209fdcc17344 diff --git a/metadata/md5-cache/net-p2p/vuze-coreplugins-5.6.0.0 b/metadata/md5-cache/net-p2p/vuze-coreplugins-5.6.0.0 index ad1f31c2154d..ffdb859be5eb 100644 --- a/metadata/md5-cache/net-p2p/vuze-coreplugins-5.6.0.0 +++ b/metadata/md5-cache/net-p2p/vuze-coreplugins-5.6.0.0 @@ -3,9 +3,9 @@ DEPEND=~net-p2p/vuze-5.6.0.0 app-arch/unzip DESCRIPTION=Core plugins for Vuze that are included in upstream distribution EAPI=5 HOMEPAGE=http://www.vuze.com/ -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=GPL-2 BSD RDEPEND=~net-p2p/vuze-5.6.0.0 SLOT=0 SRC_URI=http://azureus.sourceforge.net/plugins/azplugins_2.1.10.jar http://azureus.sourceforge.net/plugins/azrating_1.5.13.1.jar http://azureus.sourceforge.net/plugins/azupdater_1.9.1.zip http://azureus.sourceforge.net/plugins/azupnpav_0.5.2.zip -_md5_=082356cde0839760b89b29ffc3f351f4 +_md5_=4d7f5c815b3338b7401c40cccc1731e5 diff --git a/metadata/md5-cache/net-p2p/xnap-2.5-r3 b/metadata/md5-cache/net-p2p/xnap-2.5-r3 index a67b523fbde6..48435abb50d4 100644 --- a/metadata/md5-cache/net-p2p/xnap-2.5-r3 +++ b/metadata/md5-cache/net-p2p/xnap-2.5-r3 @@ -2,9 +2,9 @@ DEFINED_PHASES=install unpack DESCRIPTION=A P2P framework and client EAPI=0 HOMEPAGE=http://xnap.sf.net -KEYWORDS=~ppc x86 +KEYWORDS=x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.3 SLOT=0 SRC_URI=mirror://sourceforge/xnap/xnap-2.5r3.jar -_md5_=62b1eb0e9390ce67c40e55ea7366b006 +_md5_=ea9089a9a9753264698c8492929003ff diff --git a/metadata/md5-cache/net-p2p/yaggui-0.9.2 b/metadata/md5-cache/net-p2p/yaggui-0.9.2 index 5fc3c78b21a1..8b5c3ce3aced 100644 --- a/metadata/md5-cache/net-p2p/yaggui-0.9.2 +++ b/metadata/md5-cache/net-p2p/yaggui-0.9.2 @@ -4,10 +4,10 @@ DESCRIPTION=Yet Another Gift GUI in java EAPI=0 HOMEPAGE=http://yaggui.sourceforge.net/ IUSE=elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~ppc x86 +KEYWORDS=~amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.4 =dev-java/jgoodies-looks-1.2* >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://sourceforge/yaggui/Yaggui-src-0.9.2.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=0f9b2f062adcca78d298bf2450af3057 +_md5_=d2d1b15d10a25c7bd48f0d63d6541cc4 diff --git a/metadata/md5-cache/sci-chemistry/pymol-plugins-caver-2.1.2 b/metadata/md5-cache/sci-chemistry/pymol-plugins-caver-2.1.2 index 2f4f61940fe0..365afaff4d35 100644 --- a/metadata/md5-cache/sci-chemistry/pymol-plugins-caver-2.1.2 +++ b/metadata/md5-cache/sci-chemistry/pymol-plugins-caver-2.1.2 @@ -4,11 +4,11 @@ DESCRIPTION=Calculation of pathways from buried cavities to outside solvent in p EAPI=5 HOMEPAGE=http://loschmidt.chemi.muni.cz/caver/ IUSE=python_targets_python2_7 elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=CAVER RDEPEND=>=virtual/jre-1.6 sci-chemistry/pymol[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] RESTRICT=fetch SLOT=0 SRC_URI=Caver2_1_2_pymol_plugin.zip _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b0daf423e8e6594610a01608fb02e862 +_md5_=b01972a4c7e813af579eace8726bf41c diff --git a/metadata/md5-cache/sci-chemistry/votca-csg-1.3 b/metadata/md5-cache/sci-chemistry/votca-csg-1.3 new file mode 100644 index 000000000000..ceb2deb303b6 --- /dev/null +++ b/metadata/md5-cache/sci-chemistry/votca-csg-1.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare test unpack +DEPEND==sci-libs/votca-tools-1.3 gromacs? ( sci-chemistry/gromacs:= ) hdf5? ( sci-libs/hdf5[cxx] ) dev-lang/perl app-shells/bash:* doc? ( app-doc/doxygen[dot] dev-texlive/texlive-latexextra virtual/latex-base dev-tex/pgf ) >=app-text/txt2tags-2.5 virtual/pkgconfig dev-util/ninja >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Votca coarse-graining engine +EAPI=5 +HOMEPAGE=http://www.votca.org +IUSE=doc examples extras +gromacs hdf5 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-macos +LICENSE=Apache-2.0 +PDEPEND=extras? ( =sci-chemistry/votca-csgapps-1.3 ) +RDEPEND==sci-libs/votca-tools-1.3 gromacs? ( sci-chemistry/gromacs:= ) hdf5? ( sci-libs/hdf5[cxx] ) dev-lang/perl app-shells/bash:* +SLOT=0 +SRC_URI=https://github.com/votca/csg/archive/v1.3.tar.gz -> votca-csg-1.3.tar.gz doc? ( https://github.com/votca/csg-manual/releases/download/v1.3/votca-csg-manual-1.3.pdf ) examples? ( https://github.com/votca/csg-tutorials/archive/v1.3.tar.gz -> votca-csg-tutorials-1.3.tar.gz ) +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=53a61d8158bc64eb359d2bdb7a6f2508 diff --git a/metadata/md5-cache/sci-chemistry/votca-csg-1.3_rc1 b/metadata/md5-cache/sci-chemistry/votca-csg-1.3_rc1 deleted file mode 100644 index c9fa3b50db7f..000000000000 --- a/metadata/md5-cache/sci-chemistry/votca-csg-1.3_rc1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND==sci-libs/votca-tools-1.3_rc1 gromacs? ( sci-chemistry/gromacs:= ) hdf5? ( sci-libs/hdf5[cxx] ) dev-lang/perl app-shells/bash:* doc? ( app-doc/doxygen[dot] dev-texlive/texlive-latexextra virtual/latex-base dev-tex/pgf ) >=app-text/txt2tags-2.5 virtual/pkgconfig dev-util/ninja >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Votca coarse-graining engine -EAPI=5 -HOMEPAGE=http://www.votca.org -IUSE=doc examples extras +gromacs hdf5 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-macos -LICENSE=Apache-2.0 -PDEPEND=extras? ( =sci-chemistry/votca-csgapps-1.3_rc1 ) -RDEPEND==sci-libs/votca-tools-1.3_rc1 gromacs? ( sci-chemistry/gromacs:= ) hdf5? ( sci-libs/hdf5[cxx] ) dev-lang/perl app-shells/bash:* -SLOT=0 -SRC_URI=https://github.com/votca/csg/archive/v1.3_rc1.tar.gz -> votca-csg-1.3_rc1.tar.gz doc? ( https://github.com/votca/csg-manual/releases/download/v1.3_rc1/votca-csg-manual-1.3_rc1.pdf ) examples? ( https://github.com/votca/csg-tutorials/archive/v1.3_rc1.tar.gz -> votca-csg-tutorials-1.3_rc1.tar.gz ) -_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b14f4ea19926096e561e3ec65b77ec1b diff --git a/metadata/md5-cache/sci-chemistry/votca-csgapps-1.3_rc1 b/metadata/md5-cache/sci-chemistry/votca-csgapps-1.3 similarity index 61% rename from metadata/md5-cache/sci-chemistry/votca-csgapps-1.3_rc1 rename to metadata/md5-cache/sci-chemistry/votca-csgapps-1.3 index e5c826d949b4..9378ac77583a 100644 --- a/metadata/md5-cache/sci-chemistry/votca-csgapps-1.3_rc1 +++ b/metadata/md5-cache/sci-chemistry/votca-csgapps-1.3 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND==sci-chemistry/votca-csg-1.3_rc1 dev-util/ninja >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND==sci-chemistry/votca-csg-1.3 dev-util/ninja >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=Extra applications for votca-csg EAPI=5 HOMEPAGE=http://www.votca.org KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-macos LICENSE=Apache-2.0 -RDEPEND==sci-chemistry/votca-csg-1.3_rc1 +RDEPEND==sci-chemistry/votca-csg-1.3 SLOT=0 -SRC_URI=https://github.com/votca/csgapps/archive/v1.3_rc1.tar.gz -> votca-csgapps-1.3_rc1.tar.gz +SRC_URI=https://github.com/votca/csgapps/archive/v1.3.tar.gz -> votca-csgapps-1.3.tar.gz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=250803f0e53cf48a2db6b174af418f5e +_md5_=3fed7591fa837310ed6d400a882db37d diff --git a/metadata/md5-cache/sci-electronics/electric-8.09 b/metadata/md5-cache/sci-electronics/electric-8.09 index 023e624f1a02..5439b9c9345e 100644 --- a/metadata/md5-cache/sci-electronics/electric-8.09 +++ b/metadata/md5-cache/sci-electronics/electric-8.09 @@ -4,10 +4,10 @@ DESCRIPTION=Complete Electronic Design Automation (EDA) system that can handle m EAPI=0 HOMEPAGE=https://www.gnu.org/software/electric/electric.html IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 sci-electronics/electronics-menu >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gnu/electric/electricBinary-8.09.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f93176bab48438ca7d927cb8230097f7 +_md5_=0267ef7f1079e2bc0b242556d7466885 diff --git a/metadata/md5-cache/sci-electronics/electric-8.11 b/metadata/md5-cache/sci-electronics/electric-8.11 index 620ea04fa58d..4e8475df0b82 100644 --- a/metadata/md5-cache/sci-electronics/electric-8.11 +++ b/metadata/md5-cache/sci-electronics/electric-8.11 @@ -4,10 +4,10 @@ DESCRIPTION=Complete Electronic Design Automation (EDA) system that can handle m EAPI=0 HOMEPAGE=https://www.gnu.org/software/electric/electric.html IUSE=elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 sci-electronics/electronics-menu >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gnu/electric/electricBinary-8.11.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=6dac6018704f34a602f30671f1130791 +_md5_=eee99ce51a7dfe167254187bc9cd60ac diff --git a/metadata/md5-cache/sci-electronics/electric-9.02 b/metadata/md5-cache/sci-electronics/electric-9.02 index 5b93b1d78007..ab723cb804e6 100644 --- a/metadata/md5-cache/sci-electronics/electric-9.02 +++ b/metadata/md5-cache/sci-electronics/electric-9.02 @@ -4,10 +4,10 @@ DESCRIPTION=Complete Electronic Design Automation (EDA) system that can handle m EAPI=0 HOMEPAGE=https://www.gnu.org/software/electric/electric.html IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 sci-electronics/electronics-menu >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gnu/electric/electricBinary-9.02.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=85b5c2f3b54d24e623a6a8c98ac130e1 +_md5_=0267ef7f1079e2bc0b242556d7466885 diff --git a/metadata/md5-cache/sci-electronics/electric-9.03 b/metadata/md5-cache/sci-electronics/electric-9.03 index ec8f29855cd3..d214d903ce98 100644 --- a/metadata/md5-cache/sci-electronics/electric-9.03 +++ b/metadata/md5-cache/sci-electronics/electric-9.03 @@ -4,10 +4,10 @@ DESCRIPTION=Complete Electronic Design Automation (EDA) system that can handle m EAPI=0 HOMEPAGE=https://www.gnu.org/software/electric/electric.html IUSE=elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=virtual/jre-1.6 sci-electronics/electronics-menu >=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://gnu/electric/electricBinary-9.03.jar _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4f727a7becf4797f914ddf5a46f6a02a +_md5_=eee99ce51a7dfe167254187bc9cd60ac diff --git a/metadata/md5-cache/sci-libs/geos-3.5.0 b/metadata/md5-cache/sci-libs/geos-3.5.0 index adaa01cabdac..33b02de2b16a 100644 --- a/metadata/md5-cache/sci-libs/geos-3.5.0 +++ b/metadata/md5-cache/sci-libs/geos-3.5.0 @@ -4,10 +4,10 @@ DESCRIPTION=Geometry engine library for Geographic Information Systems EAPI=5 HOMEPAGE=http://trac.osgeo.org/geos/ IUSE=doc php python ruby static-libs python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris +KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris LICENSE=LGPL-2.1 RDEPEND=php? ( >=dev-lang/php-5.3:* ) ruby? ( dev-lang/ruby:* ) SLOT=0 SRC_URI=http://download.osgeo.org/geos/geos-3.5.0.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=fa845cba590763b26b8f6d821076dfc5 +_md5_=5ce4b4e0e612e36da8e17283f1bab5cf diff --git a/metadata/md5-cache/sci-libs/primegen-0.97-r2 b/metadata/md5-cache/sci-libs/primegen-0.97-r2 new file mode 100644 index 000000000000..ae93f49861f4 --- /dev/null +++ b/metadata/md5-cache/sci-libs/primegen-0.97-r2 @@ -0,0 +1,10 @@ +DEFINED_PHASES=configure install prepare test +DESCRIPTION=Small, fast library to generate primes in order +EAPI=6 +HOMEPAGE=http://cr.yp.to/primegen.html +KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux +LICENSE=public-domain +SLOT=0 +SRC_URI=http://cr.yp.to/primegen/primegen-0.97.tar.gz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=972eef0579b5ecf1d9df37bb27bae641 diff --git a/metadata/md5-cache/sci-libs/votca-tools-1.3_rc1 b/metadata/md5-cache/sci-libs/votca-tools-1.3 similarity index 87% rename from metadata/md5-cache/sci-libs/votca-tools-1.3_rc1 rename to metadata/md5-cache/sci-libs/votca-tools-1.3 index 3a56b80d3b46..c391d93b6410 100644 --- a/metadata/md5-cache/sci-libs/votca-tools-1.3_rc1 +++ b/metadata/md5-cache/sci-libs/votca-tools-1.3 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-macos LICENSE=Apache-2.0 RDEPEND=dev-libs/boost:= dev-libs/expat fftw? ( sci-libs/fftw:3.0 ) gsl? ( sci-libs/gsl ) sqlite? ( dev-db/sqlite:3 ) SLOT=0 -SRC_URI=https://github.com/votca/tools/archive/v1.3_rc1.tar.gz -> votca-tools-1.3_rc1.tar.gz +SRC_URI=https://github.com/votca/tools/archive/v1.3.tar.gz -> votca-tools-1.3.tar.gz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=95674118e8f624c1b16c6b92aecddfb9 +_md5_=be87cddfe8f923b971688b9341d9aeee diff --git a/metadata/md5-cache/sci-physics/clhep-2.2.0.5 b/metadata/md5-cache/sci-physics/clhep-2.2.0.5 index e5d768910ecc..79c136bc694b 100644 --- a/metadata/md5-cache/sci-physics/clhep-2.2.0.5 +++ b/metadata/md5-cache/sci-physics/clhep-2.2.0.5 @@ -4,9 +4,9 @@ DESCRIPTION=High Energy Physics C++ library EAPI=5 HOMEPAGE=http://www.cern.ch/clhep IUSE=doc static-libs test -KEYWORDS=~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 LGPL-3 SLOT=2/2.2.0.5 SRC_URI=http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.2.0.5.tgz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a536e421dc78c638ebce8e04a217a517 +_md5_=e913a2bb49151f23b15b92be0d609d31 diff --git a/metadata/md5-cache/sci-physics/root-5.34.26 b/metadata/md5-cache/sci-physics/root-5.34.26 index aa63e4f9a018..8c4332a32391 100644 --- a/metadata/md5-cache/sci-physics/root-5.34.26 +++ b/metadata/md5-cache/sci-physics/root-5.34.26 @@ -12,4 +12,4 @@ REQUIRED_USE=!X? ( !minimal? ( !opengl !qt4 ) ) mpi? ( math !openmp ) openmp? ( SLOT=0/5.34.26 SRC_URI=ftp://root.cern.ch/root/root_v5.34.26.source.tar.gz _eclasses_=elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d fortran-2 d31b3a9fd39520b0150a4fed638b369e multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=d1b5ca9a58253ebd4cebb517854bfc68 +_md5_=bdba1df3a081e819e536e4f0ac48150b diff --git a/metadata/md5-cache/sci-physics/root-5.34.32 b/metadata/md5-cache/sci-physics/root-5.34.32 index 43c81b978dbe..09ea0a507d7f 100644 --- a/metadata/md5-cache/sci-physics/root-5.34.32 +++ b/metadata/md5-cache/sci-physics/root-5.34.32 @@ -12,4 +12,4 @@ REQUIRED_USE=!X? ( !opengl !qt4 !tiff ) mpi? ( math !openmp ) openmp? ( math !mp SLOT=0/5.34.32 SRC_URI=ftp://root.cern.ch/root/root_v5.34.32.source.tar.gz _eclasses_=elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d fortran-2 d31b3a9fd39520b0150a4fed638b369e multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=27ed6c958efbd8155c5de97e82ef7239 +_md5_=18d6a4df025546ca5f3943f5f29db967 diff --git a/metadata/md5-cache/sci-physics/root-6.02.05-r2 b/metadata/md5-cache/sci-physics/root-6.02.05-r2 index 9bdd7a0af69c..71a034eadfaf 100644 --- a/metadata/md5-cache/sci-physics/root-6.02.05-r2 +++ b/metadata/md5-cache/sci-physics/root-6.02.05-r2 @@ -12,4 +12,4 @@ REQUIRED_USE=!X? ( !opengl !qt4 !tiff ) mpi? ( math !openmp ) openmp? ( math !mp SLOT=0/6.02.05 SRC_URI=ftp://root.cern.ch/root/root_v6.02.05.source.tar.gz _eclasses_=elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d fortran-2 d31b3a9fd39520b0150a4fed638b369e multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=49334c619d426535314bb0360dd68fac +_md5_=cec7e1ba09e50c71feef8250bf428a6e diff --git a/metadata/md5-cache/sci-physics/root-6.04.06 b/metadata/md5-cache/sci-physics/root-6.04.06 index 27bdc3d6249c..fabbd64ed077 100644 --- a/metadata/md5-cache/sci-physics/root-6.04.06 +++ b/metadata/md5-cache/sci-physics/root-6.04.06 @@ -12,4 +12,4 @@ REQUIRED_USE=!X? ( !opengl !qt4 !tiff ) mpi? ( math !openmp ) openmp? ( math !mp SLOT=0/6.04.06 SRC_URI=ftp://root.cern.ch/root/root_v6.04.06.source.tar.gz _eclasses_=elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d fortran-2 d31b3a9fd39520b0150a4fed638b369e multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=edb9a116d9f7a937d9dc38686d78f9c5 +_md5_=9898a75aef8562bb816a68463b84db6e diff --git a/metadata/md5-cache/sys-apps/openrc-0.19.1 b/metadata/md5-cache/sys-apps/openrc-0.19.1 index 9f34f1e7fe1c..d1ae1cce4ec8 100644 --- a/metadata/md5-cache/sys-apps/openrc-0.19.1 +++ b/metadata/md5-cache/sys-apps/openrc-0.19.1 @@ -4,11 +4,11 @@ DESCRIPTION=OpenRC manages the services, startup and shutdown of a host EAPI=5 HOMEPAGE=https://github.com/openrc/openrc/ IUSE=audit debug elibc_glibc ncurses pam newnet prefix +netifrc selinux static-libs tools unicode kernel_linux kernel_FreeBSD -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=BSD-2 PDEPEND=netifrc? ( net-misc/netifrc ) RDEPEND=kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) elibc_glibc? ( >=sys-libs/glibc-2.5 ) ncurses? ( sys-libs/ncurses:0= ) pam? ( sys-auth/pambase virtual/pam ) tools? ( dev-lang/perl ) audit? ( sys-process/audit ) kernel_linux? ( sys-process/psmisc !=sys-apps/sysvinit-2.86-r6 sys-process/runit ) ) kernel_FreeBSD? ( sys-freebsd/freebsd-sbin ) ) selinux? ( sec-policy/selinux-base-policy sec-policy/selinux-openrc ) SLOT=0 SRC_URI=https://dev.gentoo.org/~williamh/dist/openrc-0.19.1.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=d5d272422926cf18a82769003e64960e +_md5_=90a3095a5315b6758911b2902c2d4c74 diff --git a/metadata/md5-cache/sys-apps/pkgcore-9999 b/metadata/md5-cache/sys-apps/pkgcore-9999 index ac370e0d72b5..09f40de8c693 100644 --- a/metadata/md5-cache/sys-apps/pkgcore-9999 +++ b/metadata/md5-cache/sys-apps/pkgcore-9999 @@ -9,4 +9,4 @@ RDEPEND==dev-python/snakeoil-9999[python_targets_python2_7(-)?,python_targets_py REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=8a2f314d3a67a6c629c7faf9454f5c64 +_md5_=fe9980a1ed7270460c73d1792374d985 diff --git a/metadata/md5-cache/sys-apps/sandbox-2.10-r1 b/metadata/md5-cache/sys-apps/sandbox-2.10-r1 index 486a60889190..333df17e4281 100644 --- a/metadata/md5-cache/sys-apps/sandbox-2.10-r1 +++ b/metadata/md5-cache/sys-apps/sandbox-2.10-r1 @@ -4,9 +4,9 @@ DESCRIPTION=sandbox'd LD_PRELOAD hack EAPI=0 HOMEPAGE=https://www.gentoo.org/proj/en/portage/sandbox/ IUSE=multilib -KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://gentoo/sandbox-2.10.tar.xz https://dev.gentoo.org/~vapier/dist/sandbox-2.10.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=8a02b0926f0a15abd8eaaa9093c392da +_md5_=1a39ea1118075faf0c45f86d830cc818 diff --git a/metadata/md5-cache/sys-boot/gnu-efi-3.0.2 b/metadata/md5-cache/sys-boot/gnu-efi-3.0.2 index 037660af052f..6803239acdb2 100644 --- a/metadata/md5-cache/sys-boot/gnu-efi-3.0.2 +++ b/metadata/md5-cache/sys-boot/gnu-efi-3.0.2 @@ -3,9 +3,9 @@ DEPEND=sys-apps/pciutils DESCRIPTION=Library for build EFI Applications EAPI=5 HOMEPAGE=http://gnu-efi.sourceforge.net/ -KEYWORDS=-* ~amd64 ~ia64 ~x86 +KEYWORDS=-* ~amd64 ia64 ~x86 LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://sourceforge/gnu-efi/gnu-efi-3.0.2.tar.bz2 _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=5ec92d8787d16ccbde0f0939fbad0d19 +_md5_=d9e9c75e57c72e94cd71b2b8eada0be2 diff --git a/metadata/md5-cache/sys-boot/gnu-efi-3.0.3 b/metadata/md5-cache/sys-boot/gnu-efi-3.0.3 index eac6c64cdff3..9555eda8cb38 100644 --- a/metadata/md5-cache/sys-boot/gnu-efi-3.0.3 +++ b/metadata/md5-cache/sys-boot/gnu-efi-3.0.3 @@ -4,10 +4,10 @@ DESCRIPTION=Library for build EFI Applications EAPI=5 HOMEPAGE=http://gnu-efi.sourceforge.net/ IUSE=abi_x86_32 abi_x86_64 -KEYWORDS=-* amd64 ia64 x86 +KEYWORDS=-* amd64 ~arm ~arm64 -ia64 x86 LICENSE=GPL-2 RESTRICT=strip SLOT=0 SRC_URI=mirror://sourceforge/gnu-efi/gnu-efi-3.0.3.tar.bz2 _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=c1df103bf1729fb9fb202ca62ea6e03f +_md5_=f6b0f03d83c7d98a0d805c47c83a9257 diff --git a/metadata/md5-cache/sys-devel/crossdev-20100814 b/metadata/md5-cache/sys-devel/crossdev-20100814 deleted file mode 100644 index a4e02dc3ff22..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20100814 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=3 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20100814.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20100814.tar.xz -_md5_=dafa75b85bde51b9f0dca94c1ded85f9 diff --git a/metadata/md5-cache/sys-devel/crossdev-20101011 b/metadata/md5-cache/sys-devel/crossdev-20101011 deleted file mode 100644 index 1d807b2b3d8e..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20101011 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=3 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20101011.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20101011.tar.xz -_md5_=dafa75b85bde51b9f0dca94c1ded85f9 diff --git a/metadata/md5-cache/sys-devel/crossdev-20110310 b/metadata/md5-cache/sys-devel/crossdev-20110310 deleted file mode 100644 index 62666c1112f7..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20110310 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=3 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20110310.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20110310.tar.xz -_md5_=dafa75b85bde51b9f0dca94c1ded85f9 diff --git a/metadata/md5-cache/sys-devel/crossdev-20110705 b/metadata/md5-cache/sys-devel/crossdev-20110705 deleted file mode 100644 index fb0102ff0110..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20110705 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=3 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20110705.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20110705.tar.xz -_md5_=dafa75b85bde51b9f0dca94c1ded85f9 diff --git a/metadata/md5-cache/sys-devel/crossdev-20110819 b/metadata/md5-cache/sys-devel/crossdev-20110819 deleted file mode 100644 index b790413fe1e9..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20110819 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=3 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20110819.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20110819.tar.xz -_md5_=dafa75b85bde51b9f0dca94c1ded85f9 diff --git a/metadata/md5-cache/sys-devel/crossdev-20111011 b/metadata/md5-cache/sys-devel/crossdev-20111011 deleted file mode 100644 index e48f1e240e01..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20111011 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=3 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20111011.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20111011.tar.xz -_md5_=1b1621216b03644ec7ff92f12ce877d5 diff --git a/metadata/md5-cache/sys-devel/crossdev-20111018 b/metadata/md5-cache/sys-devel/crossdev-20111018 deleted file mode 100644 index 018a9352e674..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20111018 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=3 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20111018.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20111018.tar.xz -_md5_=3a8c8d7674559058fa7cc2b8169b7300 diff --git a/metadata/md5-cache/sys-devel/crossdev-20111118 b/metadata/md5-cache/sys-devel/crossdev-20111118 deleted file mode 100644 index 60afc0b48b4c..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20111118 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=3 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20111118.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20111118.tar.xz -_md5_=dafa75b85bde51b9f0dca94c1ded85f9 diff --git a/metadata/md5-cache/sys-devel/crossdev-20111221 b/metadata/md5-cache/sys-devel/crossdev-20111221 deleted file mode 100644 index 8017d5d58dc1..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20111221 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=3 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20111221.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20111221.tar.xz -_md5_=dafa75b85bde51b9f0dca94c1ded85f9 diff --git a/metadata/md5-cache/sys-devel/crossdev-20120214 b/metadata/md5-cache/sys-devel/crossdev-20120214 deleted file mode 100644 index a3b306884560..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20120214 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=3 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20120214.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20120214.tar.xz -_md5_=1b1621216b03644ec7ff92f12ce877d5 diff --git a/metadata/md5-cache/sys-devel/crossdev-20120227 b/metadata/md5-cache/sys-devel/crossdev-20120227 deleted file mode 100644 index 6781ee810cf0..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20120227 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20120227.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20120227.tar.xz -_md5_=4eab8a0ba3ddd451ee2d9dd64a1049db diff --git a/metadata/md5-cache/sys-devel/crossdev-20120228 b/metadata/md5-cache/sys-devel/crossdev-20120228 deleted file mode 100644 index b6af58b33b46..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20120228 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20120228.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20120228.tar.xz -_md5_=4eab8a0ba3ddd451ee2d9dd64a1049db diff --git a/metadata/md5-cache/sys-devel/crossdev-20120229 b/metadata/md5-cache/sys-devel/crossdev-20120229 deleted file mode 100644 index 58d98bc32c54..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20120229 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20120229.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20120229.tar.xz -_md5_=4eab8a0ba3ddd451ee2d9dd64a1049db diff --git a/metadata/md5-cache/sys-devel/crossdev-20120301 b/metadata/md5-cache/sys-devel/crossdev-20120301 deleted file mode 100644 index 4b611de0073a..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20120301 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20120301.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20120301.tar.xz -_md5_=4eab8a0ba3ddd451ee2d9dd64a1049db diff --git a/metadata/md5-cache/sys-devel/crossdev-20120305 b/metadata/md5-cache/sys-devel/crossdev-20120305 deleted file mode 100644 index 8b6951e58b11..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20120305 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20120305.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20120305.tar.xz -_md5_=1ab6f40e1eff65112f8c1e83ed390ea6 diff --git a/metadata/md5-cache/sys-devel/crossdev-20120529 b/metadata/md5-cache/sys-devel/crossdev-20120529 deleted file mode 100644 index 2cb32bcb2169..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20120529 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20120529.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20120529.tar.xz -_md5_=4eab8a0ba3ddd451ee2d9dd64a1049db diff --git a/metadata/md5-cache/sys-devel/crossdev-20120531 b/metadata/md5-cache/sys-devel/crossdev-20120531 deleted file mode 100644 index a360d4ffc73d..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20120531 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20120531.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20120531.tar.xz -_md5_=1ab6f40e1eff65112f8c1e83ed390ea6 diff --git a/metadata/md5-cache/sys-devel/crossdev-20120721 b/metadata/md5-cache/sys-devel/crossdev-20120721 deleted file mode 100644 index ad116c218feb..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20120721 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20120721.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20120721.tar.xz -_md5_=1ab6f40e1eff65112f8c1e83ed390ea6 diff --git a/metadata/md5-cache/sys-devel/crossdev-20120913 b/metadata/md5-cache/sys-devel/crossdev-20120913 deleted file mode 100644 index 7da87d2307a8..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20120913 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20120913.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20120913.tar.xz -_md5_=1ab6f40e1eff65112f8c1e83ed390ea6 diff --git a/metadata/md5-cache/sys-devel/crossdev-20130628 b/metadata/md5-cache/sys-devel/crossdev-20130628 deleted file mode 100644 index c1a67ad8adf1..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20130628 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20130628.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20130628.tar.xz -_md5_=1ab6f40e1eff65112f8c1e83ed390ea6 diff --git a/metadata/md5-cache/sys-devel/crossdev-20131011 b/metadata/md5-cache/sys-devel/crossdev-20131011 deleted file mode 100644 index 42a79382ecd5..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20131011 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20131011.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20131011.tar.xz -_md5_=a6f2874eba571e2f4c5250cefbceccac diff --git a/metadata/md5-cache/sys-devel/crossdev-20131107 b/metadata/md5-cache/sys-devel/crossdev-20131107 deleted file mode 100644 index 5babd6c5b682..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20131107 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20131107.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20131107.tar.xz -_md5_=a6f2874eba571e2f4c5250cefbceccac diff --git a/metadata/md5-cache/sys-devel/crossdev-20140118 b/metadata/md5-cache/sys-devel/crossdev-20140118 deleted file mode 100644 index 0419f3998227..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20140118 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20140118.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20140118.tar.xz -_md5_=a6f2874eba571e2f4c5250cefbceccac diff --git a/metadata/md5-cache/sys-devel/crossdev-20140729 b/metadata/md5-cache/sys-devel/crossdev-20140729 deleted file mode 100644 index 1a8fd637fa0e..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20140729 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20140729.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20140729.tar.xz -_md5_=3317d8a69a4e672ea5ee9ca8da0a2fb4 diff --git a/metadata/md5-cache/sys-devel/crossdev-20140917 b/metadata/md5-cache/sys-devel/crossdev-20140917 deleted file mode 100644 index af038eeca046..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20140917 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20140917.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20140917.tar.xz -_md5_=a6f2874eba571e2f4c5250cefbceccac diff --git a/metadata/md5-cache/sys-devel/crossdev-20141030 b/metadata/md5-cache/sys-devel/crossdev-20141030 deleted file mode 100644 index e7159c751036..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20141030 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20141030.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20141030.tar.xz -_md5_=a6f2874eba571e2f4c5250cefbceccac diff --git a/metadata/md5-cache/sys-devel/crossdev-20150521 b/metadata/md5-cache/sys-devel/crossdev-20150521 deleted file mode 100644 index 3f3e4e9e1ec4..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20150521 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20150521.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20150521.tar.xz -_md5_=3317d8a69a4e672ea5ee9ca8da0a2fb4 diff --git a/metadata/md5-cache/sys-devel/crossdev-20150525 b/metadata/md5-cache/sys-devel/crossdev-20150525 deleted file mode 100644 index c6f434cef2f1..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20150525 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20150525.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20150525.tar.xz -_md5_=3317d8a69a4e672ea5ee9ca8da0a2fb4 diff --git a/metadata/md5-cache/sys-devel/crossdev-20150526 b/metadata/md5-cache/sys-devel/crossdev-20150526 deleted file mode 100644 index b3864d238d52..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20150526 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20150526.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20150526.tar.xz -_md5_=3317d8a69a4e672ea5ee9ca8da0a2fb4 diff --git a/metadata/md5-cache/sys-devel/crossdev-20150527 b/metadata/md5-cache/sys-devel/crossdev-20150527 deleted file mode 100644 index dde9f43fb366..000000000000 --- a/metadata/md5-cache/sys-devel/crossdev-20150527 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-arch/xz-utils -DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers -SLOT=0 -SRC_URI=mirror://gentoo/crossdev-20150527.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20150527.tar.xz -_md5_=3317d8a69a4e672ea5ee9ca8da0a2fb4 diff --git a/metadata/md5-cache/sys-devel/crossdev-20150716 b/metadata/md5-cache/sys-devel/crossdev-20150716 index 84ec253f0621..40e0102d716f 100644 --- a/metadata/md5-cache/sys-devel/crossdev-20150716 +++ b/metadata/md5-cache/sys-devel/crossdev-20150716 @@ -3,9 +3,9 @@ DEPEND=app-arch/xz-utils DESCRIPTION=Gentoo Cross-toolchain generator EAPI=4 HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash !sys-devel/crossdev-wrappers SLOT=0 SRC_URI=mirror://gentoo/crossdev-20150716.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20150716.tar.xz -_md5_=849794e93db62202f3b7bb8c07707003 +_md5_=503724924a4c2f80abf10ef32e402e1a diff --git a/metadata/md5-cache/sys-devel/crossdev-20151026 b/metadata/md5-cache/sys-devel/crossdev-20151026 new file mode 100644 index 000000000000..4fc69bebdf21 --- /dev/null +++ b/metadata/md5-cache/sys-devel/crossdev-20151026 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install +DEPEND=app-arch/xz-utils +DESCRIPTION=Gentoo Cross-toolchain generator +EAPI=4 +HOMEPAGE=https://www.gentoo.org/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=>=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash !sys-devel/crossdev-wrappers +SLOT=0 +SRC_URI=mirror://gentoo/crossdev-20151026.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20151026.tar.xz +_md5_=849794e93db62202f3b7bb8c07707003 diff --git a/metadata/md5-cache/sys-devel/gcc-2.95.3-r10 b/metadata/md5-cache/sys-devel/gcc-2.95.3-r10 index 35232fefe926..16e5f0eef0be 100644 --- a/metadata/md5-cache/sys-devel/gcc-2.95.3-r10 +++ b/metadata/md5-cache/sys-devel/gcc-2.95.3-r10 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) RESTRICT=strip SLOT=2.95.3 SRC_URI=mirror://gnu/gcc/gcc-2.95.3/gcc-2.95.3.tar.bz2 mirror://gentoo/gcc-2.95.3-patches-1.4.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-2.95.3-patches-1.4.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-2.95.3-patches-1.4.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-2.95.3-patches-1.4.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-2.95.3-patches-1.4.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=27e8541c0200162820dfe4b540028742 diff --git a/metadata/md5-cache/sys-devel/gcc-3.3.6-r1 b/metadata/md5-cache/sys-devel/gcc-3.3.6-r1 index 6292d54430f3..21873cd9b3b8 100644 --- a/metadata/md5-cache/sys-devel/gcc-3.3.6-r1 +++ b/metadata/md5-cache/sys-devel/gcc-3.3.6-r1 @@ -11,5 +11,5 @@ RDEPEND=>=sys-devel/binutils-2.14.90.0.6-r1 sys-libs/zlib nls? ( virtual/libintl RESTRICT=strip SLOT=3.3.6 SRC_URI=mirror://gnu/gcc/gcc-3.3.6/gcc-3.3.6.tar.bz2 mirror://gentoo/gcc-3.3.6-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-3.3.6-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-3.3.6-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-3.3.6-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-3.3.6-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-3.3.6-patches-1.9.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-3.3.6-patches-1.9.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-3.3.6-patches-1.9.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-3.3.6-patches-1.9.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-3.3.6-patches-1.9.tar.bz2 boundschecking? ( mirror://sourceforge/boundschecking/bounds-checking-gcc-3.3.6-1.00-r2.patch.bz2 mirror://gentoo/bounds-checking-gcc-3.3.6-1.00-r2.patch.bz2 https://dev.gentoo.org/~vapier/dist/bounds-checking-gcc-3.3.6-1.00-r2.patch.bz2 https://dev.gentoo.org/~rhill/dist/bounds-checking-gcc-3.3.6-1.00-r2.patch.bz2 https://dev.gentoo.org/~zorry/patches/gcc/bounds-checking-gcc-3.3.6-1.00-r2.patch.bz2 https://dev.gentoo.org/~blueness/dist/bounds-checking-gcc-3.3.6-1.00-r2.patch.bz2 ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=da3ec52d37bdc47cbfca5979862f17fb diff --git a/metadata/md5-cache/sys-devel/gcc-3.4.6-r2 b/metadata/md5-cache/sys-devel/gcc-3.4.6-r2 index 696be977cb1b..c802793741e9 100644 --- a/metadata/md5-cache/sys-devel/gcc-3.4.6-r2 +++ b/metadata/md5-cache/sys-devel/gcc-3.4.6-r2 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv RESTRICT=strip SLOT=3.4.6 SRC_URI=mirror://gnu/gcc/gcc-3.4.6/gcc-3.4.6.tar.bz2 mirror://gentoo/gcc-3.4.5-uclibc-patches-1.1.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-3.4.5-uclibc-patches-1.1.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-3.4.5-uclibc-patches-1.1.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-3.4.5-uclibc-patches-1.1.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-3.4.5-uclibc-patches-1.1.tar.bz2 mirror://gentoo/gcc-3.4.6-patches-1.8.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-3.4.6-patches-1.8.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-3.4.6-patches-1.8.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-3.4.6-patches-1.8.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-3.4.6-patches-1.8.tar.bz2 boundschecking? ( mirror://sourceforge/boundschecking/bounds-checking-gcc-3.4.4-1.00.1.patch.bz2 mirror://gentoo/bounds-checking-gcc-3.4.4-1.00.1.patch.bz2 https://dev.gentoo.org/~vapier/dist/bounds-checking-gcc-3.4.4-1.00.1.patch.bz2 https://dev.gentoo.org/~rhill/dist/bounds-checking-gcc-3.4.4-1.00.1.patch.bz2 https://dev.gentoo.org/~zorry/patches/gcc/bounds-checking-gcc-3.4.4-1.00.1.patch.bz2 https://dev.gentoo.org/~blueness/dist/bounds-checking-gcc-3.4.4-1.00.1.patch.bz2 ) d? ( mirror://sourceforge/dgcc/gdc-0.24-src.tar.bz2 ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=e117fb30ec354415b6d46f09b27bc984 diff --git a/metadata/md5-cache/sys-devel/gcc-4.0.4 b/metadata/md5-cache/sys-devel/gcc-4.0.4 index a2774e2caee3..8a09601aab00 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.0.4 +++ b/metadata/md5-cache/sys-devel/gcc-4.0.4 @@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv fortran? ( >=dev RESTRICT=strip SLOT=4.0.4 SRC_URI=mirror://gnu/gcc/gcc-4.0.4/gcc-4.0.4.tar.bz2 mirror://gentoo/gcc-4.0.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.0.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.0.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.0.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.0.4-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.0.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.0.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.0.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.0.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.0.4-patches-1.3.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=572c5e06f0f446ac56f04c362563b8f1 diff --git a/metadata/md5-cache/sys-devel/gcc-4.1.2 b/metadata/md5-cache/sys-devel/gcc-4.1.2 index 4146017ce19a..6b0aa06ea36d 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.1.2 +++ b/metadata/md5-cache/sys-devel/gcc-4.1.2 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv fortran? ( >=dev RESTRICT=strip SLOT=4.1.2 SRC_URI=mirror://gnu/gcc/gcc-4.1.2/gcc-4.1.2.tar.bz2 mirror://gentoo/gcc-4.1.2-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.1.2-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.1.2-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.1.2-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.1.2-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.1.2-patches-1.6.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.1.2-patches-1.6.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.1.2-patches-1.6.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.1.2-patches-1.6.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.1.2-patches-1.6.tar.bz2 d? ( mirror://sourceforge/dgcc/gdc-0.24-src.tar.bz2 ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=38d24553634d43d2505a879e33cadbaf diff --git a/metadata/md5-cache/sys-devel/gcc-4.2.4-r1 b/metadata/md5-cache/sys-devel/gcc-4.2.4-r1 index 111b087fec4a..8449ca62ef3f 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.2.4-r1 +++ b/metadata/md5-cache/sys-devel/gcc-4.2.4-r1 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv fortran? ( >=dev RESTRICT=strip SLOT=4.2.4 SRC_URI=mirror://gnu/gcc/gcc-4.2.4/gcc-4.2.4.tar.bz2 mirror://gentoo/gcc-4.2.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.2.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.2.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.2.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.2.4-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.2.4-patches-1.4.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.2.4-patches-1.4.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.2.4-patches-1.4.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.2.4-patches-1.4.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.2.4-patches-1.4.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=dc49565db043a5c9e4f62678b745ac14 diff --git a/metadata/md5-cache/sys-devel/gcc-4.3.6-r1 b/metadata/md5-cache/sys-devel/gcc-4.3.6-r1 index 2bdef6694b2d..799447e84a84 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.3.6-r1 +++ b/metadata/md5-cache/sys-devel/gcc-4.3.6-r1 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=4.3.6 SRC_URI=mirror://gnu/gcc/gcc-4.3.6/gcc-4.3.6.tar.bz2 mirror://gentoo/gcc-4.3.6-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.3.6-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.3.6-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.3.6-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.3.6-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.3.6-patches-1.2.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.3.6-patches-1.2.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.3.6-patches-1.2.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.3.6-patches-1.2.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.3.6-patches-1.2.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.3.jar ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=7eb56c77c1dba874851c7b9572f52221 diff --git a/metadata/md5-cache/sys-devel/gcc-4.4.7 b/metadata/md5-cache/sys-devel/gcc-4.4.7 index e1c294abcc9a..668d61af2ccd 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.4.7 +++ b/metadata/md5-cache/sys-devel/gcc-4.4.7 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=4.4.7 SRC_URI=mirror://gnu/gcc/gcc-4.4.7/gcc-4.4.7.tar.bz2 mirror://gentoo/gcc-4.4.7-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.7-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.7-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.7-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.7-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.4.7-patches-1.3.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.7-patches-1.3.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.7-patches-1.3.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.7-patches-1.3.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.7-patches-1.3.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.3.jar ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=05283c173a9eb3d5e23d33073cea738d diff --git a/metadata/md5-cache/sys-devel/gcc-4.5.4 b/metadata/md5-cache/sys-devel/gcc-4.5.4 index 182981ae8c00..057cc2786346 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.5.4 +++ b/metadata/md5-cache/sys-devel/gcc-4.5.4 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=4.5.4 SRC_URI=mirror://gnu/gcc/gcc-4.5.4/gcc-4.5.4.tar.bz2 mirror://gentoo/gcc-4.5.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.5.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.5.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.5.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.5.4-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.5.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.5.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.5.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.5.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.5.4-patches-1.3.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=6ca34e6b7b4fccee1f462458eb0db652 diff --git a/metadata/md5-cache/sys-devel/gcc-4.6.4 b/metadata/md5-cache/sys-devel/gcc-4.6.4 index f54cf9db51ec..aec5b729be05 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.6.4 +++ b/metadata/md5-cache/sys-devel/gcc-4.6.4 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=4.6.4 SRC_URI=mirror://gnu/gcc/gcc-4.6.4/gcc-4.6.4.tar.bz2 mirror://gentoo/gcc-4.6.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.6.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.6.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.6.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.6.4-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.6.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.6.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.6.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.6.4-patches-1.3.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.6.4-patches-1.3.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=5752d4a1da83b0ba34fbe500db32101c diff --git a/metadata/md5-cache/sys-devel/gcc-4.7.4 b/metadata/md5-cache/sys-devel/gcc-4.7.4 index 768d0466898c..8829479c6c49 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.7.4 +++ b/metadata/md5-cache/sys-devel/gcc-4.7.4 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=4.7.4 SRC_URI=mirror://gnu/gcc/gcc-4.7.4/gcc-4.7.4.tar.bz2 mirror://gentoo/gcc-4.7.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.7.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.7.4-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.7.4-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.7.4-patches-1.4.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.4-patches-1.4.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.7.4-patches-1.4.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.7.4-patches-1.4.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.7.4-patches-1.4.tar.bz2 mirror://gentoo/gcc-4.7.4-piepatches-v0.5.5.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.4-piepatches-v0.5.5.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.7.4-piepatches-v0.5.5.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.7.4-piepatches-v0.5.5.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.7.4-piepatches-v0.5.5.tar.bz2 mirror://gentoo/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=a9c572c84cde54801c431fe9aafecf6a diff --git a/metadata/md5-cache/sys-devel/gcc-4.8.5 b/metadata/md5-cache/sys-devel/gcc-4.8.5 index 3a1f7620664b..d3528a9109cb 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.8.5 +++ b/metadata/md5-cache/sys-devel/gcc-4.8.5 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=4.8 SRC_URI=mirror://gnu/gcc/gcc-4.8.5/gcc-4.8.5.tar.bz2 mirror://gentoo/gcc-4.8.5-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.8.5-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.8.5-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.8.5-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.8.5-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.8.5-patches-1.3.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.8.5-patches-1.3.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.8.5-patches-1.3.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.8.5-patches-1.3.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.8.5-patches-1.3.tar.bz2 mirror://gentoo/gcc-4.8.5-piepatches-v0.6.2.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.8.5-piepatches-v0.6.2.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.8.5-piepatches-v0.6.2.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.8.5-piepatches-v0.6.2.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.8.5-piepatches-v0.6.2.tar.bz2 mirror://gentoo/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=76462cbcdc97572ecfe18319b41065a5 diff --git a/metadata/md5-cache/sys-devel/gcc-4.9.3 b/metadata/md5-cache/sys-devel/gcc-4.9.3 index 5f35d599e410..21f81ecc4bf6 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.9.3 +++ b/metadata/md5-cache/sys-devel/gcc-4.9.3 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=4.9 SRC_URI=mirror://gnu/gcc/gcc-4.9.3/gcc-4.9.3.tar.bz2 mirror://gentoo/gcc-4.9.3-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.9.3-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.9.3-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.9.3-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.9.3-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.9.3-patches-1.5.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.9.3-patches-1.5.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.9.3-patches-1.5.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.9.3-patches-1.5.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.9.3-patches-1.5.tar.bz2 mirror://gentoo/gcc-4.9.3-piepatches-v0.6.4.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.9.3-piepatches-v0.6.4.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.9.3-piepatches-v0.6.4.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.9.3-piepatches-v0.6.4.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.9.3-piepatches-v0.6.4.tar.bz2 mirror://gentoo/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=df9b6689171726307fbd2ec9774c7284 diff --git a/metadata/md5-cache/sys-devel/gcc-5.1.0 b/metadata/md5-cache/sys-devel/gcc-5.1.0 index 6642f814f77a..e0424c6ee45d 100644 --- a/metadata/md5-cache/sys-devel/gcc-5.1.0 +++ b/metadata/md5-cache/sys-devel/gcc-5.1.0 @@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=5 SRC_URI=mirror://gnu/gcc/gcc-5.1.0/gcc-5.1.0.tar.bz2 mirror://gentoo/gcc-5.1.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.1.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.1.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.1.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.1.0-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-5.1.0-patches-1.2.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.1.0-patches-1.2.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.1.0-patches-1.2.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.1.0-patches-1.2.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.1.0-patches-1.2.tar.bz2 mirror://gentoo/gcc-5.1.0-piepatches-v0.6.4.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.1.0-piepatches-v0.6.4.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.1.0-piepatches-v0.6.4.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.1.0-piepatches-v0.6.4.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.1.0-piepatches-v0.6.4.tar.bz2 mirror://gentoo/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=3ddec04829fc1ef71de22f379fa7d467 diff --git a/metadata/md5-cache/sys-devel/gcc-5.2.0 b/metadata/md5-cache/sys-devel/gcc-5.2.0 index 5a1b97c2c4c7..c3a91115f56d 100644 --- a/metadata/md5-cache/sys-devel/gcc-5.2.0 +++ b/metadata/md5-cache/sys-devel/gcc-5.2.0 @@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=5 SRC_URI=mirror://gnu/gcc/gcc-5.2.0/gcc-5.2.0.tar.bz2 mirror://gentoo/gcc-5.2.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.2.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.2.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.2.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.2.0-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-5.2.0-patches-1.3.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.2.0-patches-1.3.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.2.0-patches-1.3.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.2.0-patches-1.3.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.2.0-patches-1.3.tar.bz2 mirror://gentoo/gcc-5.2.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.2.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.2.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.2.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.2.0-piepatches-v0.6.5.tar.bz2 mirror://gentoo/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=f68f98852816aa7053b167f0a0a866bd diff --git a/metadata/md5-cache/sys-devel/gcc-5.3.0 b/metadata/md5-cache/sys-devel/gcc-5.3.0 index 639eda786866..eb99801e74f0 100644 --- a/metadata/md5-cache/sys-devel/gcc-5.3.0 +++ b/metadata/md5-cache/sys-devel/gcc-5.3.0 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=5 SRC_URI=mirror://gnu/gcc/gcc-5.3.0/gcc-5.3.0.tar.bz2 mirror://gentoo/gcc-5.3.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.3.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.3.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.3.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.3.0-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-5.3.0-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.3.0-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.3.0-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.3.0-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.3.0-patches-1.0.tar.bz2 mirror://gentoo/gcc-5.3.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.3.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.3.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.3.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.3.0-piepatches-v0.6.5.tar.bz2 mirror://gentoo/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=3b6940cbe62570d98dd5c7886b6e93b9 diff --git a/metadata/md5-cache/sys-devel/gcc-apple-4.0.1_p5493 b/metadata/md5-cache/sys-devel/gcc-apple-4.0.1_p5493 index 8eda4494f8e4..844ae5a4d593 100644 --- a/metadata/md5-cache/sys-devel/gcc-apple-4.0.1_p5493 +++ b/metadata/md5-cache/sys-devel/gcc-apple-4.0.1_p5493 @@ -11,5 +11,5 @@ RDEPEND=>=sys-libs/zlib-1.1.4 >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext RESTRICT=strip SLOT=40 SRC_URI=http://www.opensource.apple.com/darwinsource/tarballs/other/gcc-5493.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=72320c2e6419904847ffa16237d79914 diff --git a/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5664 b/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5664 index 66b4dd5eecb0..00c486864179 100644 --- a/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5664 +++ b/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5664 @@ -11,5 +11,5 @@ RDEPEND=>=sys-libs/zlib-1.1.4 >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext RESTRICT=strip SLOT=42 SRC_URI=http://www.opensource.apple.com/darwinsource/tarballs/other/gcc-5664.tar.gz http://www.opensource.apple.com/darwinsource/tarballs/other/libstdcxx-16.tar.gz http://www.opensource.apple.com/darwinsource/tarballs/other/libstdcxx-39.tar.gz fortran? ( mirror://gnu/gcc/gcc-4.2.4/gcc-fortran-4.2.4.tar.bz2 ) -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=32553d82faddfe6535d95d573aa9a85b diff --git a/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5666-r1 b/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5666-r1 index 6598d71e8f11..fc511bc668ef 100644 --- a/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5666-r1 +++ b/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5666-r1 @@ -11,5 +11,5 @@ RDEPEND=>=sys-libs/zlib-1.1.4 >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext RESTRICT=strip SLOT=42 SRC_URI=http://www.opensource.apple.com/darwinsource/tarballs/other/gcc-5666.3.tar.gz http://www.opensource.apple.com/darwinsource/tarballs/other/libstdcxx-16.tar.gz http://www.opensource.apple.com/darwinsource/tarballs/other/libstdcxx-39.tar.gz fortran? ( mirror://gnu/gcc/gcc-4.2.4/gcc-fortran-4.2.4.tar.bz2 ) -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=10cb6e5c91b58d99edf1f4b50d839b2b diff --git a/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5666-r2 b/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5666-r2 index 77bfc3971710..5480fe7385ff 100644 --- a/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5666-r2 +++ b/metadata/md5-cache/sys-devel/gcc-apple-4.2.1_p5666-r2 @@ -11,5 +11,5 @@ RDEPEND=>=sys-libs/zlib-1.1.4 >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext RESTRICT=strip SLOT=42 SRC_URI=http://www.opensource.apple.com/darwinsource/tarballs/other/gcc-5666.3.tar.gz http://www.opensource.apple.com/darwinsource/tarballs/other/libstdcxx-16.tar.gz http://www.opensource.apple.com/darwinsource/tarballs/other/libstdcxx-39.tar.gz fortran? ( mirror://gnu/gcc/gcc-4.2.4/gcc-fortran-4.2.4.tar.bz2 ) -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=94231542a1852021be6263a00e9898ad diff --git a/metadata/md5-cache/sys-devel/kgcc64-3.4.6 b/metadata/md5-cache/sys-devel/kgcc64-3.4.6 index 2df95fc16786..f42ef42db6a1 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-3.4.6 +++ b/metadata/md5-cache/sys-devel/kgcc64-3.4.6 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv RESTRICT=strip SLOT=3.4.6 SRC_URI=mirror://gnu/gcc/gcc-3.4.6/gcc-3.4.6.tar.bz2 mirror://gentoo/gcc-3.4.6-patches-1.2.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-3.4.6-patches-1.2.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-3.4.6-patches-1.2.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-3.4.6-patches-1.2.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-3.4.6-patches-1.2.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=35932538a72d4a2b3a9e6b3aaea40f3c diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.1.2 b/metadata/md5-cache/sys-devel/kgcc64-4.1.2 index 88f5b6f02f0f..c029d50dc8ec 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.1.2 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.1.2 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv RESTRICT=strip SLOT=4.1.2 SRC_URI=mirror://gnu/gcc/gcc-4.1.2/gcc-4.1.2.tar.bz2 mirror://gentoo/gcc-4.1.2-patches-1.0.1.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.1.2-patches-1.0.1.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.1.2-patches-1.0.1.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.1.2-patches-1.0.1.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.1.2-patches-1.0.1.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=97f948fed6576fa4383ab3b2ae622bd3 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.2.4 b/metadata/md5-cache/sys-devel/kgcc64-4.2.4 index 97081a4292a3..008d8dc84f86 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.2.4 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.2.4 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv RESTRICT=strip SLOT=4.2.4 SRC_URI=mirror://gnu/gcc/gcc-4.2.4/gcc-4.2.4.tar.bz2 mirror://gentoo/gcc-4.2.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.2.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.2.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.2.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.2.4-patches-1.0.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=e551ac4cc82c82c195508dcaa4d9ca72 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.3.5 b/metadata/md5-cache/sys-devel/kgcc64-4.3.5 index 284561fe8b6c..fa57355397ba 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.3.5 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.3.5 @@ -11,5 +11,5 @@ RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4 RESTRICT=strip SLOT=4.3.5 SRC_URI=mirror://gnu/gcc/gcc-4.3.5/gcc-4.3.5.tar.bz2 mirror://gentoo/gcc-4.3.5-patches-1.1.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.3.5-patches-1.1.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.3.5-patches-1.1.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.3.5-patches-1.1.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.3.5-patches-1.1.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=9ceea933e793f0993912a7bc5e89d99b diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.4.5 b/metadata/md5-cache/sys-devel/kgcc64-4.4.5 index b51b62ef35b4..55a15dd0f156 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.4.5 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.4.5 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.2.1 >=dev-libs/mpfr-2.3.2 >=sys-devel/gcc-config-1.4 sy RESTRICT=strip SLOT=4.4.5 SRC_URI=mirror://gnu/gcc/gcc-4.4.5/gcc-4.4.5.tar.bz2 mirror://gentoo/gcc-4.4.5-patches-1.2.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.5-patches-1.2.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.5-patches-1.2.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.5-patches-1.2.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.5-patches-1.2.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=619fa1b8824e54d106aec8b5b06b7635 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.4.6 b/metadata/md5-cache/sys-devel/kgcc64-4.4.6 index 239dfac813a9..511864a340c0 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.4.6 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.4.6 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.2.1 >=dev-libs/mpfr-2.3.2 >=sys-devel/gcc-config-1.4 sy RESTRICT=strip SLOT=4.4.6 SRC_URI=mirror://gnu/gcc/gcc-4.4.6/gcc-4.4.6.tar.bz2 mirror://gentoo/gcc-4.4.6-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.6-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.6-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.6-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.6-patches-1.0.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=ddc32a6630826161641dd4a6e4e9762a diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.5.3 b/metadata/md5-cache/sys-devel/kgcc64-4.5.3 index 3f9b4b8e972b..8693ebd38c65 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.5.3 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.5.3 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.5.3 SRC_URI=mirror://gnu/gcc/gcc-4.5.3/gcc-4.5.3.tar.bz2 mirror://gentoo/gcc-4.5.3-patches-1.4.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.5.3-patches-1.4.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.5.3-patches-1.4.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.5.3-patches-1.4.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.5.3-patches-1.4.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=d12eb220b22482b911b13972a14c5617 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.5.4 b/metadata/md5-cache/sys-devel/kgcc64-4.5.4 index 56e4809ce73a..707bf4ddc734 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.5.4 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.5.4 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.5.4 SRC_URI=mirror://gnu/gcc/gcc-4.5.4/gcc-4.5.4.tar.bz2 mirror://gentoo/gcc-4.5.4-patches-1.2.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.5.4-patches-1.2.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.5.4-patches-1.2.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.5.4-patches-1.2.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.5.4-patches-1.2.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=b12b9ef8ee1bee29681ad74dad51b0d7 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.6.3 b/metadata/md5-cache/sys-devel/kgcc64-4.6.3 index e507d4de2850..c9a8cc1183ce 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.6.3 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.6.3 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.6.3 SRC_URI=mirror://gnu/gcc/gcc-4.6.3/gcc-4.6.3.tar.bz2 mirror://gentoo/gcc-4.6.3-patches-1.9.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.6.3-patches-1.9.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.6.3-patches-1.9.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.6.3-patches-1.9.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.6.3-patches-1.9.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=b2541ec7ea5ff36fe3feef4a6d34f07c diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.6.4 b/metadata/md5-cache/sys-devel/kgcc64-4.6.4 index def85891e456..8721017133e5 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.6.4 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.6.4 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.6.4 SRC_URI=mirror://gnu/gcc/gcc-4.6.4/gcc-4.6.4.tar.bz2 mirror://gentoo/gcc-4.6.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.6.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.6.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.6.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.6.4-patches-1.0.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=4fe36372af16735c0283f5c3c97d3bc0 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.7.3 b/metadata/md5-cache/sys-devel/kgcc64-4.7.3 index 90ca6ff3f9c8..c88a424c276f 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.7.3 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.7.3 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.7.3 SRC_URI=mirror://gnu/gcc/gcc-4.7.3/gcc-4.7.3.tar.bz2 mirror://gentoo/gcc-4.7.3-patches-1.3.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.3-patches-1.3.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.7.3-patches-1.3.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.7.3-patches-1.3.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.7.3-patches-1.3.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=b47cdc69ea7fec7aa698a438874006ab diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.7.4 b/metadata/md5-cache/sys-devel/kgcc64-4.7.4 index a2935ac9aec9..c9d0da1b9158 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.7.4 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.7.4 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.7.4 SRC_URI=mirror://gnu/gcc/gcc-4.7.4/gcc-4.7.4.tar.bz2 mirror://gentoo/gcc-4.7.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.7.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.7.4-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.7.4-patches-1.0.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=a244e6edca8fb47beee46deeec980baf diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.8.1 b/metadata/md5-cache/sys-devel/kgcc64-4.8.1 index 8720c95f3f2b..684715029a58 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.8.1 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.8.1 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.8 SRC_URI=mirror://gnu/gcc/gcc-4.8.1/gcc-4.8.1.tar.bz2 mirror://gentoo/gcc-4.8.1-patches-1.2.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.8.1-patches-1.2.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.8.1-patches-1.2.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.8.1-patches-1.2.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.8.1-patches-1.2.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=b12b9ef8ee1bee29681ad74dad51b0d7 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.8.2 b/metadata/md5-cache/sys-devel/kgcc64-4.8.2 index eb2c2f993def..df71fe1018a1 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.8.2 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.8.2 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.8 SRC_URI=mirror://gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2 mirror://gentoo/gcc-4.8.2-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.8.2-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.8.2-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.8.2-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.8.2-patches-1.0.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=4fe36372af16735c0283f5c3c97d3bc0 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.8.3 b/metadata/md5-cache/sys-devel/kgcc64-4.8.3 index 22d0c8ecdcc3..6472f28cc735 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.8.3 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.8.3 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.8 SRC_URI=mirror://gnu/gcc/gcc-4.8.3/gcc-4.8.3.tar.bz2 mirror://gentoo/gcc-4.8.3-patches-1.1.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.8.3-patches-1.1.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.8.3-patches-1.1.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.8.3-patches-1.1.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.8.3-patches-1.1.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=685dc577cafabf253dd14fa1e741b040 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.8.5 b/metadata/md5-cache/sys-devel/kgcc64-4.8.5 index dc940806e6b8..646167cc0297 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.8.5 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.8.5 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.8 SRC_URI=mirror://gnu/gcc/gcc-4.8.5/gcc-4.8.5.tar.bz2 mirror://gentoo/gcc-4.8.5-patches-1.3.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.8.5-patches-1.3.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.8.5-patches-1.3.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.8.5-patches-1.3.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.8.5-patches-1.3.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=6819a52a4d2170b4e2a71dc17c61ee17 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.9.1 b/metadata/md5-cache/sys-devel/kgcc64-4.9.1 index 8ccad37582d9..875de427461a 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.9.1 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.9.1 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.9 SRC_URI=mirror://gnu/gcc/gcc-4.9.1/gcc-4.9.1.tar.bz2 mirror://gentoo/gcc-4.9.1-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.9.1-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.9.1-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.9.1-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.9.1-patches-1.0.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=b5f8710912c0ca2306154826ff01789f diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.9.2 b/metadata/md5-cache/sys-devel/kgcc64-4.9.2 index 05191779e7ca..6e5405a58e47 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.9.2 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.9.2 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.9 SRC_URI=mirror://gnu/gcc/gcc-4.9.2/gcc-4.9.2.tar.bz2 mirror://gentoo/gcc-4.9.2-patches-1.2.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.9.2-patches-1.2.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.9.2-patches-1.2.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.9.2-patches-1.2.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.9.2-patches-1.2.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=5baf9d19853e63632d7bd8b33cbbe151 diff --git a/metadata/md5-cache/sys-devel/kgcc64-4.9.3 b/metadata/md5-cache/sys-devel/kgcc64-4.9.3 index ed6b2978dc10..33fe9e2e45af 100644 --- a/metadata/md5-cache/sys-devel/kgcc64-4.9.3 +++ b/metadata/md5-cache/sys-devel/kgcc64-4.9.3 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 >=sys-de RESTRICT=strip SLOT=4.9 SRC_URI=mirror://gnu/gcc/gcc-4.9.3/gcc-4.9.3.tar.bz2 mirror://gentoo/gcc-4.9.3-patches-1.2.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.9.3-patches-1.2.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.9.3-patches-1.2.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.9.3-patches-1.2.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.9.3-patches-1.2.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3993ca5c22711eb3ad8c0d1bfd5b4d2c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 1086bcf3958a80632d00b75ff34d6816 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c _md5_=bf32d32f9e9b70a57751f7a7f467fe8c diff --git a/metadata/md5-cache/sys-kernel/linux-headers-4.3 b/metadata/md5-cache/sys-kernel/linux-headers-4.3 index e193ab3d86ce..dc485b3d5deb 100644 --- a/metadata/md5-cache/sys-kernel/linux-headers-4.3 +++ b/metadata/md5-cache/sys-kernel/linux-headers-4.3 @@ -3,11 +3,11 @@ DEPEND=app-arch/xz-utils dev-lang/perl DESCRIPTION=Linux system headers EAPI=4 HOMEPAGE=https://www.kernel.org/ https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-2 RDEPEND=!!media-sound/alsa-headers RESTRICT=binchecks strip SLOT=0 SRC_URI=mirror://gentoo/gentoo-headers-base-4.3.tar.xz mirror://gentoo/gentoo-headers-4.3-1.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kernel-2 ef694b0e1e5876dc1f8cb80992dd7cb9 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7c9b659390e901edf82c003542a9698a +_md5_=7c3162bf323e3ed113537f225da633d9 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.94 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.94 new file mode 100644 index 000000000000..431fb9a96bae --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.10.94 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel +IUSE=experimental symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.10.94 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz mirror://gentoo/genpatches-3.10-99.base.tar.xz mirror://gentoo/genpatches-3.10-99.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-99.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.10.94-2015-12-18.patch.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kernel-2 ef694b0e1e5876dc1f8cb80992dd7cb9 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=147e06ad7cc3406a6dc5c231b8291a57 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.52 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.52 new file mode 100644 index 000000000000..8462374e18d6 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.12.52 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel +IUSE=experimental symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.12.52 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz mirror://gentoo/genpatches-3.12-48.base.tar.xz mirror://gentoo/genpatches-3.12-48.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-48.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.12.51-2015-12-08.patch.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kernel-2 ef694b0e1e5876dc1f8cb80992dd7cb9 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=f36716ae2f3e47d1b75157a5fefbc8cf diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.14.58 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.14.58 new file mode 100644 index 000000000000..4bb5c9b3c385 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.14.58 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel +IUSE=experimental symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.14.58 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.14.tar.xz mirror://gentoo/genpatches-3.14-64.base.tar.xz mirror://gentoo/genpatches-3.14-64.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.14-64.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.14.58-2015-12-18.patch.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kernel-2 ef694b0e1e5876dc1f8cb80992dd7cb9 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=38dbf4a1b13bd21e30deb790382b3ccd diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.18.25 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.18.25 new file mode 100644 index 000000000000..b0bb7d0f8fe3 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.18.25 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel +IUSE=experimental symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.18.25 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.18.tar.xz mirror://gentoo/genpatches-3.18-25.base.tar.xz mirror://gentoo/genpatches-3.18-25.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.18-25.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-3.18.25-2015-12-18.patch.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kernel-2 ef694b0e1e5876dc1f8cb80992dd7cb9 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=a6ea7e679010521410296ede3298ba8a diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-4.1.15 b/metadata/md5-cache/sys-kernel/tuxonice-sources-4.1.15 new file mode 100644 index 000000000000..83d03b9b74c1 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-4.1.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel +IUSE=experimental symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.1.15 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.1.tar.xz mirror://gentoo/genpatches-4.1-19.base.tar.xz mirror://gentoo/genpatches-4.1-19.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.1-19.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-4.1.15-2015-12-18.patch.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kernel-2 ef694b0e1e5876dc1f8cb80992dd7cb9 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=a14a389900fd67f53e46f285de05a7ee diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-4.2.8 b/metadata/md5-cache/sys-kernel/tuxonice-sources-4.2.8 new file mode 100644 index 000000000000..5cc185ba5049 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-4.2.8 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel +IUSE=experimental symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.2.8 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.2.tar.xz mirror://gentoo/genpatches-4.2-11.base.tar.xz mirror://gentoo/genpatches-4.2-11.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.2-11.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-4.2.8-2015-12-18.patch.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kernel-2 ef694b0e1e5876dc1f8cb80992dd7cb9 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=b8f2db521e075853abf8859b8d07833b diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-4.3.3 b/metadata/md5-cache/sys-kernel/tuxonice-sources-4.3.3 new file mode 100644 index 000000000000..a06d7a554211 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-4.3.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel +IUSE=experimental symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.3.3 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.3.tar.xz mirror://gentoo/genpatches-4.3-4.base.tar.xz mirror://gentoo/genpatches-4.3-4.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.3-4.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-4.3.3-2015-12-18.patch.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kernel-2 ef694b0e1e5876dc1f8cb80992dd7cb9 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=cfa92612b968d7ac5e9fcac214b305cf diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-4.4.0 b/metadata/md5-cache/sys-kernel/tuxonice-sources-4.4.0 new file mode 100644 index 000000000000..e2dd4e67150e --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-4.4.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel +IUSE=experimental symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.4.0 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz mirror://gentoo/genpatches-4.4-1.base.tar.xz mirror://gentoo/genpatches-4.4-1.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.4-1.experimental.tar.xz ) http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-head-4.4.0-rc7-2016-01-01.patch.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c kernel-2 ef694b0e1e5876dc1f8cb80992dd7cb9 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=0a0d3bec37035a51ed33259b8bed7bb4 diff --git a/metadata/md5-cache/sys-process/cronbase-0.3.7-r1 b/metadata/md5-cache/sys-process/cronbase-0.3.7-r1 index abe809aacb8b..676c7105c4d3 100644 --- a/metadata/md5-cache/sys-process/cronbase-0.3.7-r1 +++ b/metadata/md5-cache/sys-process/cronbase-0.3.7-r1 @@ -2,8 +2,8 @@ DEFINED_PHASES=install setup DESCRIPTION=base for all cron ebuilds EAPI=5 HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 SLOT=0 _eclasses_=user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=b19f5d092fd99f3f8254ca62e27dd445 +_md5_=1e490a6b48bff765ce907831a179591e diff --git a/metadata/md5-cache/virtual/jdk-1.6.0-r2 b/metadata/md5-cache/virtual/jdk-1.6.0-r2 index 30b6cf6590bd..3f11f754098d 100644 --- a/metadata/md5-cache/virtual/jdk-1.6.0-r2 +++ b/metadata/md5-cache/virtual/jdk-1.6.0-r2 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Java Development Kit (JDK) EAPI=4 -KEYWORDS=amd64 ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=amd64 ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt RDEPEND=|| ( ppc? ( || ( =dev-java/ibm-jdk-bin-1.6.0* =dev-java/icedtea-6* ) ) ppc64? ( || ( =dev-java/ibm-jdk-bin-1.6.0* =dev-java/icedtea-6* ) ) =dev-java/icedtea-bin-6* =dev-java/icedtea-6* =dev-java/ibm-jdk-bin-1.6.0* =dev-java/hp-jdk-bin-1.6.0* =dev-java/soylatte-jdk-bin-1.0* =dev-java/apple-jdk-bin-1.6.0* ) SLOT=1.6 -_md5_=6dc62a159f9a99f8c2f4d658d6175454 +_md5_=cf13e6085dca42b6f179dba089ad9267 diff --git a/metadata/md5-cache/virtual/jdk-1.7.0 b/metadata/md5-cache/virtual/jdk-1.7.0 index 53e197291a2e..0d8eed4b99ed 100644 --- a/metadata/md5-cache/virtual/jdk-1.7.0 +++ b/metadata/md5-cache/virtual/jdk-1.7.0 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Java Development Kit (JDK) EAPI=5 -KEYWORDS=amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =dev-java/icedtea-bin-7* =dev-java/icedtea-7* =dev-java/oracle-jdk-bin-1.7.0* =dev-java/soylatte-jdk-bin-7* ) SLOT=1.7 -_md5_=41212fdc867e140011b30fc4407a2cec +_md5_=24d2adcef2dc6825de560b42f95b266a diff --git a/metadata/md5-cache/virtual/jre-1.6.0-r1 b/metadata/md5-cache/virtual/jre-1.6.0-r1 index 35dfa4eb30c0..c37eee8ad075 100644 --- a/metadata/md5-cache/virtual/jre-1.6.0-r1 +++ b/metadata/md5-cache/virtual/jre-1.6.0-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Java Runtime Environment (JRE) EAPI=5 -KEYWORDS=amd64 ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=amd64 ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt RDEPEND=|| ( =virtual/jdk-1.6.0* =dev-java/ibm-jre-bin-1.6.0* ) SLOT=1.6 -_md5_=a7d3ee9ab00ad62686a06f8a10a43412 +_md5_=c0d6550aace27eebcaaef74ae338f61b diff --git a/metadata/md5-cache/virtual/jre-1.7.0 b/metadata/md5-cache/virtual/jre-1.7.0 index 1ea774c2eec4..70d89b227174 100644 --- a/metadata/md5-cache/virtual/jre-1.7.0 +++ b/metadata/md5-cache/virtual/jre-1.7.0 @@ -1,7 +1,7 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Java Runtime Environment (JRE) EAPI=5 -KEYWORDS=amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( =virtual/jdk-1.7.0* =dev-java/oracle-jre-bin-1.7.0* ) SLOT=1.7 -_md5_=d55a548bec43d89ce9fd16bd914fee3f +_md5_=a632840b3fb989041fa87516fa1c358b diff --git a/metadata/md5-cache/www-apache/mod_caucho-4.0.26 b/metadata/md5-cache/www-apache/mod_caucho-4.0.26 index 5b3c22123822..5200f2b84de6 100644 --- a/metadata/md5-cache/www-apache/mod_caucho-4.0.26 +++ b/metadata/md5-cache/www-apache/mod_caucho-4.0.26 @@ -3,10 +3,10 @@ DEPEND=app-arch/unzip ~virtual/jre-1.6.0 =www-servers/apache-2.2* !=dev-java/java-config-2.2.0 SLOT=0 SRC_URI=mirror://apache/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.37-src.tar.gz _eclasses_=apache-module 5e66430013d92dfe0bf8672b05319b6d depend.apache e3c541cb90838388f81620d630c28f41 eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=658400675d1ecc33acce2c51ebd9c9ac +_md5_=2a706c8c23a94cf0bf970f88d719a3fc diff --git a/metadata/md5-cache/www-servers/tomcat-6.0.44-r0 b/metadata/md5-cache/www-servers/tomcat-6.0.44-r0 index 09b89ee27e45..50ba56bcee4a 100644 --- a/metadata/md5-cache/www-servers/tomcat-6.0.44-r0 +++ b/metadata/md5-cache/www-servers/tomcat-6.0.44-r0 @@ -4,11 +4,11 @@ DESCRIPTION=Tomcat Servlet-2.5/JSP-2.1 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps elibc_FreeBSD source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ppc64 x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=dev-java/eclipse-ecj:3.7 dev-java/tomcat-servlet-api:2.5 >=virtual/jre-1.6 !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=6 SRC_URI=mirror://apache/tomcat/tomcat-6/v6.0.44/src/apache-tomcat-6.0.44-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e4e08ce7241161cd3f944ae61a2520f5 +_md5_=09db7b29a0a1629fe8a624a4b0a053e1 diff --git a/metadata/md5-cache/www-servers/tomcat-6.0.44-r2 b/metadata/md5-cache/www-servers/tomcat-6.0.44-r2 index 2b1676a6ded3..93350cdb799d 100644 --- a/metadata/md5-cache/www-servers/tomcat-6.0.44-r2 +++ b/metadata/md5-cache/www-servers/tomcat-6.0.44-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Tomcat Servlet-2.5/JSP-2.1 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps elibc_FreeBSD source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=dev-java/eclipse-ecj:3.7 dev-java/oracle-javamail:0 >=dev-java/tomcat-servlet-api-6.0.44-r1:2.5 >=virtual/jre-1.6 !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=6 SRC_URI=mirror://apache/tomcat/tomcat-6/v6.0.44/src/apache-tomcat-6.0.44-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=91a091a667a47d8766c06eee0df20c02 +_md5_=5279db1cb3b44a4f8607c29024c80820 diff --git a/metadata/md5-cache/www-servers/tomcat-7.0.59-r2 b/metadata/md5-cache/www-servers/tomcat-7.0.59-r2 index 0f2f6bded15d..5dcd73478b66 100644 --- a/metadata/md5-cache/www-servers/tomcat-7.0.59-r2 +++ b/metadata/md5-cache/www-servers/tomcat-7.0.59-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Tomcat Servlet-3.0/JSP-2.2 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps websockets elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ppc ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jre-1.6 ) !websockets? ( >=virtual/jre-1.6 ) !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=7 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.59/src/apache-tomcat-7.0.59-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=2f8b021af2f9a484c5bdf28d2eb33d8a +_md5_=e269314a0150b894864ba059db44b5b7 diff --git a/metadata/md5-cache/www-servers/tomcat-7.0.64 b/metadata/md5-cache/www-servers/tomcat-7.0.64 index e5182b58407e..c0ffa074d2c9 100644 --- a/metadata/md5-cache/www-servers/tomcat-7.0.64 +++ b/metadata/md5-cache/www-servers/tomcat-7.0.64 @@ -4,11 +4,11 @@ DESCRIPTION=Tomcat Servlet-3.0/JSP-2.2 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps websockets elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jre-1.7 ) !websockets? ( >=virtual/jre-1.6 ) !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=7 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.64/src/apache-tomcat-7.0.64-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=b7b9d60b6abf20d0edb96f7b38ed8d86 +_md5_=dca4220e52b96d90de49d2a8f54b3ed6 diff --git a/metadata/md5-cache/www-servers/tomcat-7.0.65 b/metadata/md5-cache/www-servers/tomcat-7.0.65 index 75fe3c34eb42..7089cbb3da11 100644 --- a/metadata/md5-cache/www-servers/tomcat-7.0.65 +++ b/metadata/md5-cache/www-servers/tomcat-7.0.65 @@ -4,11 +4,11 @@ DESCRIPTION=Tomcat Servlet-3.0/JSP-2.2 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps websockets elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=amd64 ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jre-1.7 ) !websockets? ( >=virtual/jre-1.6 ) !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=7 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.65/src/apache-tomcat-7.0.65-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f40cb44b1cc2778ae9e3f901bc307a2d +_md5_=e6571c07edb5422300aeae3310c8279c diff --git a/metadata/md5-cache/www-servers/tomcat-7.0.67 b/metadata/md5-cache/www-servers/tomcat-7.0.67 index 07a4d11e5cc2..d3da29c6d8cc 100644 --- a/metadata/md5-cache/www-servers/tomcat-7.0.67 +++ b/metadata/md5-cache/www-servers/tomcat-7.0.67 @@ -4,11 +4,11 @@ DESCRIPTION=Tomcat Servlet-3.0/JSP-2.2 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps websockets elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jre-1.7 ) !websockets? ( >=virtual/jre-1.6 ) !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=7 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.67/src/apache-tomcat-7.0.67-src.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3d5e4d6a1e3d5a7415d22c98cadffbfe +_md5_=922321d28f5e25da0e8554618c67f9c1 diff --git a/metadata/md5-cache/x11-apps/copyq-2.4.9 b/metadata/md5-cache/x11-apps/copyq-2.5.0 similarity index 55% rename from metadata/md5-cache/x11-apps/copyq-2.4.9 rename to metadata/md5-cache/x11-apps/copyq-2.5.0 index 4be5ed1af18c..0026ce4932e6 100644 --- a/metadata/md5-cache/x11-apps/copyq-2.4.9 +++ b/metadata/md5-cache/x11-apps/copyq-2.5.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=x11-libs/libX11 x11-libs/libXfixes x11-libs/libXtst qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtscript:4 webkit? ( dev-qt/qtwebkit:4 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 webkit? ( dev-qt/qtwebkit:5 ) ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=x11-libs/libX11 x11-libs/libXfixes x11-libs/libXtst qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtscript:4 webkit? ( dev-qt/qtwebkit:4 ) ) qt5? ( dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 webkit? ( dev-qt/qtwebkit:5 ) ) qt4? ( test? ( dev-qt/qttest:4 ) ) qt5? ( test? ( dev-qt/qttest:5 ) ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=Clipboard manager with advanced features EAPI=5 HOMEPAGE=https://github.com/hluk/CopyQ IUSE=qt4 +qt5 test webkit KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 -RDEPEND=x11-libs/libX11 x11-libs/libXfixes x11-libs/libXtst qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtscript:4 webkit? ( dev-qt/qtwebkit:4 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 webkit? ( dev-qt/qtwebkit:5 ) ) +RDEPEND=x11-libs/libX11 x11-libs/libXfixes x11-libs/libXtst qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtscript:4 webkit? ( dev-qt/qtwebkit:4 ) ) qt5? ( dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtscript:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 webkit? ( dev-qt/qtwebkit:5 ) ) REQUIRED_USE=|| ( qt4 qt5 ) SLOT=0 -SRC_URI=https://github.com/hluk/CopyQ/archive/v2.4.9.tar.gz -> copyq-2.4.9.tar.gz +SRC_URI=https://github.com/hluk/CopyQ/archive/v2.5.0.tar.gz -> copyq-2.5.0.tar.gz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=47253559e2f8a0594fa064ca813132c0 +_md5_=a6f7b173eea2868dcdbaf2686386da05 diff --git a/metadata/md5-cache/x11-libs/cairo-1.14.6 b/metadata/md5-cache/x11-libs/cairo-1.14.6 index f9d1a9b44328..d2e840509f93 100644 --- a/metadata/md5-cache/x11-libs/cairo-1.14.6 +++ b/metadata/md5-cache/x11-libs/cairo-1.14.6 @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://cairographics.org/releases/cairo-1.14.6.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e223178bee7eb7cb00d80f623d311ba8 +_md5_=4c2398fdb7f3151680fb66fbc711831a diff --git a/metadata/md5-cache/x11-libs/flowcanvas-0.7.1-r2 b/metadata/md5-cache/x11-libs/flowcanvas-0.7.1-r2 index 05471337feb7..3b3faef87199 100644 --- a/metadata/md5-cache/x11-libs/flowcanvas-0.7.1-r2 +++ b/metadata/md5-cache/x11-libs/flowcanvas-0.7.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Gtkmm/Gnomecanvasmm widget for boxes and lines environments EAPI=5 HOMEPAGE=http://wiki.drobilla.net/FlowCanvas IUSE=debug doc -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=dev-libs/boost >=dev-cpp/gtkmm-2.4:2.4 >=dev-cpp/libgnomecanvasmm-2.6:2.6 media-gfx/graphviz SLOT=0 SRC_URI=http://download.drobilla.net/flowcanvas-0.7.1.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 waf-utils ad1dd5b59c523843eebd3a9934c509ca -_md5_=5894bba77b76a4574a797c4a96df9461 +_md5_=b8a99fe10911e07ca42ffde0efcbe88c diff --git a/metadata/md5-cache/x11-libs/gtksourceview-3.18.2 b/metadata/md5-cache/x11-libs/gtksourceview-3.18.2 new file mode 100644 index 000000000000..a57c3da503f1 --- /dev/null +++ b/metadata/md5-cache/x11-libs/gtksourceview-3.18.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack +DEPEND=>=dev-libs/glib-2.44:2 >=dev-libs/libxml2-2.6:2 >=x11-libs/gtk+-3.16:3[introspection?] glade? ( >=dev-util/glade-3.9:3.10 ) introspection? ( >=dev-libs/gobject-introspection-1.42:= ) >=dev-util/gtk-doc-am-1.24 >=dev-util/intltool-0.50 >=sys-devel/gettext-0.17 virtual/pkgconfig vala? ( || ( dev-lang/vala:0.30[vapigen(+)] dev-lang/vala:0.28[vapigen(+)] dev-lang/vala:0.26[vapigen(+)] dev-lang/vala:0.24[vapigen(+)] ) ) app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=A text widget implementing syntax highlighting and other features +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Projects/GtkSourceView +IUSE=glade +introspection vala test +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris +LICENSE=GPL-2+ LGPL-2.1+ +RDEPEND=>=dev-libs/glib-2.44:2 >=dev-libs/libxml2-2.6:2 >=x11-libs/gtk+-3.16:3[introspection?] glade? ( >=dev-util/glade-3.9:3.10 ) introspection? ( >=dev-libs/gobject-introspection-1.42:= ) +REQUIRED_USE=vala? ( introspection ) +SLOT=3.0/3 +SRC_URI=mirror://gnome/sources/gtksourceview/3.18/gtksourceview-3.18.2.tar.xz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vala 15f7a43101d2ff0c6dcdab272c02f469 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=031097cc3e14c8570ba42913914a0302 diff --git a/metadata/md5-cache/x11-libs/libva-1.6.2 b/metadata/md5-cache/x11-libs/libva-1.6.2 index 92e693a53e19..948d756064ab 100644 --- a/metadata/md5-cache/x11-libs/libva-1.6.2 +++ b/metadata/md5-cache/x11-libs/libva-1.6.2 @@ -4,7 +4,7 @@ DESCRIPTION=Video Acceleration (VA) API for Linux EAPI=5 HOMEPAGE=http://www.freedesktop.org/wiki/Software/vaapi IUSE=+drm egl opengl vdpau wayland X video_cards_dummy video_cards_nvidia video_cards_intel video_cards_fglrx video_cards_nouveau abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=MIT PDEPEND=video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) video_cards_fglrx? ( || ( >=x11-drivers/ati-drivers-14.12-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/xvba-video-0.8.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) video_cards_intel? ( >=x11-libs/libva-intel-driver-1.2.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) RDEPEND=>=x11-libs/libdrm-2.4.46[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] X? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) egl? ( >=media-libs/mesa-9.1.6[egl,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( >=virtual/opengl-7.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.0.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) @@ -12,4 +12,4 @@ REQUIRED_USE=|| ( drm wayland X ) opengl? ( X ) SLOT=0 SRC_URI=http://www.freedesktop.org/software/vaapi/releases/libva/libva-1.6.2.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=f6719273271cec2d6ed8da0faf075593 +_md5_=a10b3b4654b2d9a7bae40683dee201c2 diff --git a/metadata/md5-cache/x11-libs/libva-intel-driver-1.6.2 b/metadata/md5-cache/x11-libs/libva-intel-driver-1.6.2 index 36e4bfc38a04..7edbbc3c920a 100644 --- a/metadata/md5-cache/x11-libs/libva-intel-driver-1.6.2 +++ b/metadata/md5-cache/x11-libs/libva-intel-driver-1.6.2 @@ -4,10 +4,10 @@ DESCRIPTION=HW video decode support for Intel integrated graphics EAPI=5 HOMEPAGE=http://www.freedesktop.org/wiki/Software/vaapi IUSE=+drm wayland X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=>=x11-libs/libva-1.6[X?,wayland?,drm?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !=x11-libs/libdrm-2.4.46[video_cards_intel,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] wayland? ( >=media-libs/mesa-9.1.6[egl,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-1.0.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) SLOT=0 SRC_URI=http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/libva-intel-driver-1.6.2.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-multilib 77afca16a6cb82823eed6366a10e7f75 autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=bbc786f04e8816e7baac61a4f4f047e1 +_md5_=f7c63b38d0a453ec55cca3f8d160cd56 diff --git a/metadata/md5-cache/x11-libs/qtermwidget-0.4.0 b/metadata/md5-cache/x11-libs/qtermwidget-0.4.0 deleted file mode 100644 index 698e0d8f080f..000000000000 --- a/metadata/md5-cache/x11-libs/qtermwidget-0.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtgui:4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Qt4 terminal emulator widget -EAPI=4 -HOMEPAGE=https://github.com/qterminal/ -IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtgui:4 -SLOT=0 -SRC_URI=mirror://gentoo/qtermwidget-0.4.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=e8ba1867c503b7f94533fa68aaed6cdd diff --git a/metadata/md5-cache/x11-libs/qtermwidget-0.4.0.37 b/metadata/md5-cache/x11-libs/qtermwidget-0.4.0.37 deleted file mode 100644 index 2a44562e69bd..000000000000 --- a/metadata/md5-cache/x11-libs/qtermwidget-0.4.0.37 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtgui:4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Qt4 terminal emulator widget -EAPI=5 -HOMEPAGE=https://github.com/qterminal/ -IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/designer:4 dev-qt/qtcore:4 dev-qt/qtgui:4 -SLOT=0 -SRC_URI=http://dist.leechcraft.org/3rdparty/qtermwidget/qtermwidget-0.4.0-37-gebf7d6c.tar.xz -> qtermwidget-0.4.0.37.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=02f5602dceba97479ee6e489e3044d38 diff --git a/metadata/md5-cache/x11-misc/xdo-0.5 b/metadata/md5-cache/x11-misc/xdo-0.5 new file mode 100644 index 000000000000..f5704dddf302 --- /dev/null +++ b/metadata/md5-cache/x11-misc/xdo-0.5 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install +DEPEND=x11-libs/libxcb x11-libs/xcb-util-wm +DESCRIPTION=Small X utility to perform elementary actions on windows +EAPI=5 +HOMEPAGE=https://github.com/baskerville/xdo/ +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=x11-libs/libxcb x11-libs/xcb-util-wm +SLOT=0 +SRC_URI=https://github.com/baskerville/xdo/archive/0.5.tar.gz -> xdo-0.5.tar.gz +_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=8d3040027ad06ca8693b06c2fa5c4363 diff --git a/metadata/md5-cache/x11-terms/qterminal-0.4.0 b/metadata/md5-cache/x11-terms/qterminal-0.4.0 deleted file mode 100644 index 4e087f22a19f..000000000000 --- a/metadata/md5-cache/x11-terms/qterminal-0.4.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-qt/qtgui:4 x11-libs/qtermwidget sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Qt4-based multitab terminal emulator -EAPI=4 -HOMEPAGE=https://github.com/qterminal/ -IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtgui:4 x11-libs/qtermwidget -SLOT=0 -SRC_URI=mirror://gentoo/qterminal-0.4.0.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=8e7ec6a90efe8535091b2b4795b8dcd3 diff --git a/metadata/md5-cache/x11-terms/qterminal-0.5.0_p20140913 b/metadata/md5-cache/x11-terms/qterminal-0.5.0_p20140913 deleted file mode 100644 index 5d488a8dd677..000000000000 --- a/metadata/md5-cache/x11-terms/qterminal-0.5.0_p20140913 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 x11-libs/libqxt >=x11-libs/qtermwidget-0.4.0.37 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Qt4-based multitab terminal emulator -EAPI=5 -HOMEPAGE=https://github.com/qterminal/qterminal -IUSE=debug -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 x11-libs/libqxt >=x11-libs/qtermwidget-0.4.0.37 -SLOT=0 -SRC_URI=https://dev.gentoo.org/~kensington/distfiles/qterminal-0.5.0_p20140913.tar.xz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=db423c6060a51eddb9c6d681a9300d5c diff --git a/metadata/md5-cache/x11-wm/awesome-3.5.7 b/metadata/md5-cache/x11-wm/awesome-3.5.7 new file mode 100644 index 000000000000..b3ef88284ed2 --- /dev/null +++ b/metadata/md5-cache/x11-wm/awesome-3.5.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=>=dev-lang/lua-5.1:0 dev-libs/glib:2 >=dev-libs/libxdg-basedir-1 >=dev-lua/lgi-0.7 x11-libs/cairo[xcb] x11-libs/gdk-pixbuf:2 >=x11-libs/libxcb-1.6 >=x11-libs/pango-1.19.3[introspection] >=x11-libs/startup-notification-0.10_p20110426 >=x11-libs/xcb-util-0.3.8 x11-libs/xcb-util-cursor x11-libs/libXcursor >=x11-libs/libX11-1.3.99.901 dbus? ( >=sys-apps/dbus-1 ) elibc_FreeBSD? ( dev-libs/libexecinfo ) >=app-text/asciidoc-8.4.5 app-text/xmlto dev-util/gperf virtual/pkgconfig media-gfx/imagemagick[png] >=x11-proto/xcb-proto-1.5 >=x11-proto/xproto-7.0.15 doc? ( app-doc/doxygen media-gfx/graphviz ) sys-devel/make >=dev-util/cmake-2.8 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=A dynamic floating and tiling window manager +EAPI=5 +HOMEPAGE=http://awesome.naquadah.org/ +IUSE=dbus doc elibc_FreeBSD gnome +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=>=dev-lang/lua-5.1:0 dev-libs/glib:2 >=dev-libs/libxdg-basedir-1 >=dev-lua/lgi-0.7 x11-libs/cairo[xcb] x11-libs/gdk-pixbuf:2 >=x11-libs/libxcb-1.6 >=x11-libs/pango-1.19.3[introspection] >=x11-libs/startup-notification-0.10_p20110426 >=x11-libs/xcb-util-0.3.8 x11-libs/xcb-util-cursor x11-libs/libXcursor >=x11-libs/libX11-1.3.99.901 dbus? ( >=sys-apps/dbus-1 ) elibc_FreeBSD? ( dev-libs/libexecinfo ) +SLOT=0 +SRC_URI=http://awesome.naquadah.org/download/awesome-3.5.7.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=b2262984eae49ee501129ddcf6e68299 diff --git a/metadata/md5-cache/x11-wm/jwm-2.3.2 b/metadata/md5-cache/x11-wm/jwm-2.3.2 index 661621f705f7..dae53b01303f 100644 --- a/metadata/md5-cache/x11-wm/jwm-2.3.2 +++ b/metadata/md5-cache/x11-wm/jwm-2.3.2 @@ -4,10 +4,10 @@ DESCRIPTION=Very fast and lightweight still powerful window manager for X EAPI=5 HOMEPAGE=http://joewing.net/programs/jwm/ IUSE=bidi debug jpeg png truetype xinerama xpm -KEYWORDS=~amd64 ~hppa ~ppc ~x86 ~x86-fbsd +KEYWORDS=amd64 ~hppa ~ppc ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=xpm? ( x11-libs/libXpm ) xinerama? ( x11-libs/libXinerama ) x11-libs/libXext x11-libs/libXrender x11-libs/libXau x11-libs/libXdmcp truetype? ( x11-libs/libXft ) png? ( media-libs/libpng:0= ) jpeg? ( virtual/jpeg:0= ) bidi? ( dev-libs/fribidi ) dev-libs/expat SLOT=0 SRC_URI=http://joewing.net/programs/jwm/releases/jwm-2.3.2.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=ba5958ad17c017ef7f4d602b00323028 +_md5_=480d2b76948e9e3bb67580bfceda66fe diff --git a/metadata/md5-cache/x11-wm/xmonad-0.12 b/metadata/md5-cache/x11-wm/xmonad-0.12 new file mode 100644 index 000000000000..a05feab70f48 --- /dev/null +++ b/metadata/md5-cache/x11-wm/xmonad-0.12 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test +DEPEND=dev-haskell/data-default:=[profile?] dev-haskell/extensible-exceptions:=[profile?] dev-haskell/mtl:=[profile?] dev-haskell/setlocale:=[profile?] >=dev-haskell/utf8-string-0.3:=[profile?] =dev-haskell/x11-1.5:=[profile?] =dev-lang/ghc-7.4.1:= >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/quickcheck-2 ) doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=A tiling window manager +EAPI=5 +HOMEPAGE=http://xmonad.org +IUSE=+default-term no-autorepeat-keys doc hscolour profile test +KEYWORDS=~amd64 ~ppc64 ~sparc ~x86 +LICENSE=BSD +PDEPEND=default-term? ( x11-terms/xterm ) x11-apps/xmessage +RDEPEND=dev-haskell/data-default:=[profile?] dev-haskell/extensible-exceptions:=[profile?] dev-haskell/mtl:=[profile?] dev-haskell/setlocale:=[profile?] >=dev-haskell/utf8-string-0.3:=[profile?] =dev-haskell/x11-1.5:=[profile?] =dev-lang/ghc-7.4.1:= +SLOT=0/0.12 +SRC_URI=mirror://hackage/packages/archive/xmonad/0.12/xmonad-0.12.tar.gz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal 2d9bae28d8a91ec04d1bb1ef0071c64f multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=87ecfebc1f3e1a69570fe82027274f40 diff --git a/metadata/md5-cache/x11-wm/xmonad-contrib-0.12 b/metadata/md5-cache/x11-wm/xmonad-contrib-0.12 new file mode 100644 index 000000000000..cf8ea8fe4577 --- /dev/null +++ b/metadata/md5-cache/x11-wm/xmonad-contrib-0.12 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm setup test +DEPEND=dev-haskell/extensible-exceptions:=[profile?] >=dev-haskell/mtl-1:=[profile?] =dev-haskell/x11-1.6.1:=[profile?] =dev-lang/ghc-7.6.1:= >=x11-wm/xmonad-0.12:=[profile?] =dev-haskell/x11-xft-0.2:=[profile?] ) >=dev-haskell/cabal-1.16.0 doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Third party extensions for xmonad +EAPI=5 +HOMEPAGE=http://xmonad.org/ +IUSE=+xft doc hscolour profile +KEYWORDS=~amd64 ~ppc64 ~x86 +LICENSE=BSD +RDEPEND=dev-haskell/extensible-exceptions:=[profile?] >=dev-haskell/mtl-1:=[profile?] =dev-haskell/x11-1.6.1:=[profile?] =dev-lang/ghc-7.6.1:= >=x11-wm/xmonad-0.12:=[profile?] =dev-haskell/x11-xft-0.2:=[profile?] ) +SLOT=0/0.12 +SRC_URI=mirror://hackage/packages/archive/xmonad-contrib/0.12/xmonad-contrib-0.12.tar.gz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal 2d9bae28d8a91ec04d1bb1ef0071c64f multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=0e21a8e86f03f7692f8e24094992b451 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index a6408375ddcc..957ebe7ebee3 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Fri, 15 Jan 2016 07:43:51 +0000 +Sat, 16 Jan 2016 14:43:55 +0000 diff --git a/metadata/projects.xml b/metadata/projects.xml index 1229484980dc..b0ee381fded3 100644 --- a/metadata/projects.xml +++ b/metadata/projects.xml @@ -310,6 +310,7 @@ + @@ -1153,6 +1154,24 @@ Lead + + forensics@gentoo.org + Gentoo Forensics Project + https://wiki.gentoo.org/wiki/Project:Forensics + Maintains intrusion detection and forensic-related packages. + + patrick@gentoo.org + Patrick Lauer + + + radhermit@gentoo.org + Tim Harder + + + zerochaos@gentoo.org + Rick Farina + + forum-mods@gentoo.org Gentoo Linux Forums @@ -1403,19 +1422,11 @@ Genkernel Project https://wiki.gentoo.org/wiki/Project:Genkernel The Genkernel project handles the maintenance and development of sys-kernel/genkernel - - aidecoe@gentoo.org - Amadeusz Żołnowski - - - alunduil@gentoo.org - Alex Brandt - axs@gentoo.org Ian Stakenvicius - + robbat2@gentoo.org Robin Johnson @@ -1465,6 +1476,32 @@ Member + + graphics@gentoo.org + Gentoo Graphics Project + https://wiki.gentoo.org/wiki/Project:Graphics + The Gentoo Graphics Project maintains media-gfx and related packages. + + lu_zero@gentoo.org + Luca Barbato + + + maekke@gentoo.org + Markus Meier + + + radhermit@gentoo.org + Tim Harder + + + ssuominen@gentoo.org + Samuli Suominen + + + vapier@gentoo.org + Mike Frysinger + + hppa@gentoo.org Gentoo Linux HPPA Development @@ -1916,6 +1953,16 @@ Devan Franchini + + leechcraft@gentoo.org + LeechCraft + https://wiki.gentoo.org/wiki/Project:LeechCraft + A project to maintain LeechCraft applications in Gentoo. + + maksbotan@gentoo.org + Maxim Koltsov + + blueness@gentoo.org Lemote Yeeloong Gentoo Desktop @@ -1991,6 +2038,16 @@ Jeroen Roovers + + m68k@gentoo.org + Gentoo Linux m68k Development + https://wiki.gentoo.org/wiki/Project:M68k + The m68k Development Project is devoted to keeping Gentoo in good shape on the m68k architecture. + + vapier@gentoo.org + Mike Frysinger + + mate@gentoo.org Gentoo MATE Desktop @@ -2077,6 +2134,11 @@ Jauhien Piatlicki Mathematics + + soap@gentoo.org + David Seifert + Mathematics, Numerics, Statistics + tomka@gentoo.org Thomas Kahle @@ -2748,6 +2810,24 @@ Developer + + proaudio@gentoo.org + Gentoo ProAudio Project + https://wiki.gentoo.org/wiki/Project:ProAudio + The Gentoo ProAudio Project maintains professional audio applications and related libraries. + + aballier@gentoo.org + Alexis Ballier + + + nativemad@gentoo.org + Andreas Schuerch + + + radhermit@gentoo.org + Tim Harder + + lang-misc@gentoo.org Gentoo Programming Language Support Project @@ -3755,7 +3835,7 @@ armin76@gentoo.org Raúl Porcel - + vapier@gentoo.org Mike Frysinger @@ -4257,7 +4337,7 @@ nativemad@gentoo.org - andreas schuerch + Andreas Schuerch Developer diff --git a/metadata/timestamp b/metadata/timestamp index a4bd2db9372d..74af5c86d0a4 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Fri Jan 15 07:43:02 UTC 2016 +Sat Jan 16 14:43:06 UTC 2016 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 9b71822d7a96..141cd4d27652 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Fri, 15 Jan 2016 08:00:01 +0000 +Sat, 16 Jan 2016 16:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 98559c05a172..44c54c245504 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1452843901 Fri 15 Jan 2016 07:45:01 AM UTC +1452955503 Sat 16 Jan 2016 02:45:03 PM UTC diff --git a/net-analyzer/driftnet/driftnet-0.1.6_p20090401-r1.ebuild b/net-analyzer/driftnet/driftnet-0.1.6_p20090401-r1.ebuild new file mode 100644 index 000000000000..650903f097c4 --- /dev/null +++ b/net-analyzer/driftnet/driftnet-0.1.6_p20090401-r1.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils fcaps flag-o-matic toolchain-funcs + +DESCRIPTION="A program which listens to network traffic and picks out images from TCP streams it observes" +HOMEPAGE="http://www.ex-parrot.com/~chris/driftnet/" +SRC_URI="mirror://github/rbu/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc -sparc ~x86" +SLOT="0" +IUSE="gtk mp3 suid" + +CDEPEND=" + net-libs/libpcap + gtk? ( + x11-libs/gtk+:2 + virtual/jpeg:0 + media-libs/giflib:= + media-libs/libpng:= + ) +" + +DEPEND=" + ${CDEPEND} + virtual/pkgconfig +" +RDEPEND=" + ${CDEPEND} + mp3? ( media-sound/mpg123 ) +" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.1.6-giflib-5.patch + + sed -i \ + -e 's:png_set_gray_1_2_4_to_8:png_set_expand_gray_1_2_4_to_8:' \ + png.c || die + + # With newer libpng, --cflags causes build failures. + sed -i \ + -e 's:pkg-config --cflags libpng:$(PKG_CONFIG) --libs libpng:' \ + -e 's:_BSD_SOURCE:_DEFAULT_SOURCE:g' \ + Makefile || die +} + +src_compile() { + tc-export CC PKG_CONFIG + + if use gtk; then + emake + mv driftnet driftnet-gtk || die + emake clean + fi + + # build a non-gtk version for all users + sed -i 's:^\(.*gtk.*\)$:#\1:g' Makefile || die "sed disable gtk failed" + append-flags -DNO_DISPLAY_WINDOW + emake +} + +src_install() { + dosbin driftnet + doman driftnet.1 + + use gtk && dosbin driftnet-gtk + + dodoc CHANGES CREDITS README TODO + + if use suid ; then + elog "marking the no-display driftnet as setuid root." + fowners root:wheel "/usr/sbin/driftnet" + fperms 710 "/usr/sbin/driftnet" + fperms u+s "/usr/sbin/driftnet" + fi +} + +pkg_postinst() { + fcaps cap_dac_read_search,cap_net_raw,cap_net_admin \ + "${EROOT}"/usr/sbin/driftnet + use gtk && fcaps cap_dac_read_search,cap_net_raw,cap_net_admin \ + "${EROOT}"/usr/sbin/driftnet-gtk +} diff --git a/net-analyzer/driftnet/files/driftnet-0.1.6-giflib-5.patch b/net-analyzer/driftnet/files/driftnet-0.1.6-giflib-5.patch new file mode 100644 index 000000000000..30ad62c38f47 --- /dev/null +++ b/net-analyzer/driftnet/files/driftnet-0.1.6-giflib-5.patch @@ -0,0 +1,50 @@ +--- a/gif.c ++++ b/gif.c +@@ -20,7 +20,12 @@ + */ + int gif_load_hdr(img I) { + GifFileType *g; ++#if GIFLIB_MAJOR > 4 ++ int *GifError = NULL; ++ g = I->us = DGifOpenFileHandle(fileno(I->fp), GifError); ++#else + g = I->us = DGifOpenFileHandle(fileno(I->fp)); ++#endif /* GIFLIB_MAJOR */ + if (!I->us) { + I->err = IE_HDRFORMAT; + return 0; +@@ -36,7 +41,12 @@ + * Abort loading a GIF file after the header is done. + */ + int gif_abort_load(img I) { ++#if GIFLIB_MAJOR > 4 ++ int *GifError = NULL; ++ DGifCloseFile((GifFileType*)I->us, GifError); ++#else + DGifCloseFile((GifFileType*)I->us); ++#endif /* GIFLIB_MAJOR */ + return 1; + } + +@@ -44,6 +54,9 @@ + * Load GIF image. + */ + int gif_load_img(img I) { ++#if GIFLIB_MAJOR > 4 ++ int *GifError = NULL; ++#endif /* GIFLIB_MAJOR */ + GifFileType *g = I->us; + struct SavedImage *si; + int ret = 0; +@@ -114,7 +127,11 @@ + ret = 1; + fail: + ++#if GIFLIB_MAJOR > 4 ++ DGifCloseFile(g, GifError); ++#else + DGifCloseFile(g); ++#endif /* GIFLIB_MAJOR */ + + return ret; + } diff --git a/net-im/prosody/prosody-0.9.9.ebuild b/net-im/prosody/prosody-0.9.9.ebuild index 02aac910e163..879f797f86b9 100644 --- a/net-im/prosody/prosody-0.9.9.ebuild +++ b/net-im/prosody/prosody-0.9.9.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://prosody.im/tmp/${MY_PV}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="ipv6 libevent mysql postgres sqlite ssl zlib jit" DEPEND="net-im/jabber-base diff --git a/net-im/skype/skype-4.3.0.37-r5.ebuild b/net-im/skype/skype-4.3.0.37-r5.ebuild index b1a9eb1deee7..0b7a8e78a4f3 100644 --- a/net-im/skype/skype-4.3.0.37-r5.ebuild +++ b/net-im/skype/skype-4.3.0.37-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,8 +19,6 @@ REQUIRED_USE="apulse? ( !pulseaudio )" QA_PREBUILT=opt/bin/${PN} RESTRICT="mirror bindist strip" #299368 -EMUL_X86_VER=20120520 - RDEPEND=" virtual/ttf-fonts dev-qt/qtcore:4[abi_x86_32(-)] diff --git a/net-irc/jircii/jircii-41.ebuild b/net-irc/jircii/jircii-41.ebuild index 993a225e260b..783e0bccfe96 100644 --- a/net-irc/jircii/jircii-41.ebuild +++ b/net-irc/jircii/jircii-41.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ HOMEPAGE="http://jirc.hick.org/" SRC_URI="http://jirc.hick.org/download/jerkb${PV}.tgz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.4" diff --git a/net-libs/net6/net6-1.3.14-r1.ebuild b/net-libs/net6/net6-1.3.14-r1.ebuild index 0b7fb4d22df1..2225e4c77725 100644 --- a/net-libs/net6/net6-1.3.14-r1.ebuild +++ b/net-libs/net6/net6-1.3.14-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86" IUSE="nls static-libs" RDEPEND="dev-libs/libsigc++:2 diff --git a/net-libs/obby/obby-0.4.8-r1.ebuild b/net-libs/obby/obby-0.4.8-r1.ebuild index 64a353047593..0005523e688b 100644 --- a/net-libs/obby/obby-0.4.8-r1.ebuild +++ b/net-libs/obby/obby-0.4.8-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://gobby.0x539.de/" SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="ipv6 nls static-libs zeroconf" RDEPEND=" diff --git a/net-misc/dhcp/dhcp-4.3.3_p1.ebuild b/net-misc/dhcp/dhcp-4.3.3_p1.ebuild index 6d400bb1431e..20be1672603b 100644 --- a/net-misc/dhcp/dhcp-4.3.3_p1.ebuild +++ b/net-misc/dhcp/dhcp-4.3.3_p1.ebuild @@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="+client ipv6 kernel_linux ldap libressl selinux +server ssl vim-syntax" DEPEND=" diff --git a/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild b/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild index 38b38f9d4208..99fa5e4af08f 100644 --- a/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild @@ -11,7 +11,7 @@ else MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi diff --git a/net-misc/gsutil/Manifest b/net-misc/gsutil/Manifest index 3c58c6d540e8..70e4b177ce65 100644 --- a/net-misc/gsutil/Manifest +++ b/net-misc/gsutil/Manifest @@ -1,4 +1,3 @@ DIST gsutil_3.42.tar.gz 1878904 SHA256 50fc7acb7d1db8752f3eee106a3d8d65188107943e7cb30cfd3f94a9cfcdcf37 SHA512 084aaf43a44528af0cdfd9bd22beeb5d6abff240c09843cf35016d685d51b854ed5b2837eaa50c97bb44d5e1a3cdccbae6688ef27aa13f2a5db6040bf501b381 WHIRLPOOL 5b0d0fb1d2446a7b8777f368f073fdb4f7ad2d6407735976c178a2727a2548bf28522e06469dd0b7df1578d5586bc152fba3520b66f88d706417947aa3aa5578 -DIST gsutil_4.13.tar.gz 2790817 SHA256 f6fa8a77ff0475ba4898b2a4453ed3ead551499485000420f12bc4f7cfbcc09e SHA512 b146c8ce6fba09b07a752842d1ca3f83c74250553a4dae50ce32bf8ece2ded366e1b60d5c0af3727e2f5ed8d0766c9345bbf1056c3af571a26d2ed76187b57c9 WHIRLPOOL 5a989c51a9e550523713dc658255036a044f0e88dfd3869ca362d573bae6ff83004bb3249674b15fe6082b666d3c598a6f133c9b2e3c7e373a20f5db54b6d361 -DIST gsutil_4.14.tar.gz 2824826 SHA256 225d0a58c0a5ee98830efc7d5524ec4d4779304c08c80ecb608d83d9b209b4cb SHA512 a74993406786fe33b17539f62e0384084b692793746bb78b17fbca8b6a3ff840ab6d500cd4b0911f1cf176b3629ffc7f879dd056d0324e601c3a4dc499a9dedd WHIRLPOOL bd7e85887f343b96535cc4f33ddf26b847bc4275de25644582123c444fb6748cf78b67c614eec94faf38c3aa474a3ba362579e6190566bfd7b63919191658d46 DIST gsutil_4.15.tar.gz 2826243 SHA256 faf481515be2ee0af2a04560ec207fe6253e9854804813eae1d800adbfd2a419 SHA512 60cd516e354505d47267aa46b54d56373443e630d79c012df8712238fa63746de8b3509932222ea920ec9bc45b664f305136f2a2686640c72c246d550e2b558f WHIRLPOOL 34c5ed0ff717c3749ffc76e31c1962b94ffe888091173ab0abfffd42e690bf8a37429fa2edfd5253e41c02781792182d8ff75161c89df538d5bad5138bddd54a +DIST gsutil_4.16.tar.gz 2676340 SHA256 4c2fc1b900b75ada9b7636cba00db35e55c5a1d40063ea222e3cc2335cb5dea7 SHA512 5e0009d551eaf163169dc90b634bc2d3be5b1ac19bff5e9c69f9e7c977576b7b9cc334fce7d4b4f643b9b6e9feb6386ba81958321645dd0b43e4977c730cfedd WHIRLPOOL defbd62c81c3658eb500dbd6c4b6c3a7a8545e565551c32f2913c4281a97dbd56896632e6cdccfecd0c28b40507d13e67776549fb42eba98a4e6417e9b86886d diff --git a/net-misc/gsutil/files/gsutil-4.13-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-4.13-use-friendy-version-checks.patch deleted file mode 100644 index fef0858c3fea..000000000000 --- a/net-misc/gsutil/files/gsutil-4.13-use-friendy-version-checks.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -35,10 +35,10 @@ - """ - - requires = [ -- 'boto==2.38.0', -+ 'boto>=2.38.0', - 'crcmod>=1.7', - 'gcs-oauth2-boto-plugin>=1.9', -- 'google-apitools==0.4.8', -+ 'google-apitools>=0.4.8', - 'httplib2>=0.8', - 'oauth2client>=1.4.11', - 'protorpc>=0.10.0', -@@ -48,7 +48,7 @@ - 'six>=1.8.0', - # Not using 1.02 because of: - # https://code.google.com/p/socksipy-branch/issues/detail?id=3 -- 'SocksiPy-branch==1.01', -+ 'SocksiPy-branch>=1.01', - ] - - dependency_links = [ diff --git a/net-misc/gsutil/files/gsutil-4.14-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-4.16-use-friendy-version-checks.patch similarity index 74% rename from net-misc/gsutil/files/gsutil-4.14-use-friendy-version-checks.patch rename to net-misc/gsutil/files/gsutil-4.16-use-friendy-version-checks.patch index 2ca1c810e87d..5f8b7471635e 100644 --- a/net-misc/gsutil/files/gsutil-4.14-use-friendy-version-checks.patch +++ b/net-misc/gsutil/files/gsutil-4.16-use-friendy-version-checks.patch @@ -8,13 +8,13 @@ + 'boto>=2.38.0', 'crcmod>=1.7', 'gcs-oauth2-boto-plugin>=1.9', -- 'google-apitools==0.4.9', -+ 'google-apitools>=0.4.9', +- 'google-apitools==0.4.12', ++ 'google-apitools>=0.4.12', 'httplib2>=0.8', - 'oauth2client>=1.4.11', - 'protorpc>=0.10.0', + 'oauth2client>=1.5.2', + 'pyOpenSSL>=0.13', @@ -48,7 +48,7 @@ - 'six>=1.8.0', + 'six>=1.9.0', # Not using 1.02 because of: # https://code.google.com/p/socksipy-branch/issues/detail?id=3 - 'SocksiPy-branch==1.01', diff --git a/net-misc/gsutil/gsutil-4.13.ebuild b/net-misc/gsutil/gsutil-4.13.ebuild deleted file mode 100644 index 758792cbb9a1..000000000000 --- a/net-misc/gsutil/gsutil-4.13.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="command line tool for interacting with cloud storage services" -HOMEPAGE="https://github.com/GoogleCloudPlatform/gsutil" -SRC_URI="http://commondatastorage.googleapis.com/pub/${PN}_${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND="${PYTHON_DEPS} - >=dev-python/boto-2.38.0[${PYTHON_USEDEP}] - >=dev-python/crcmod-1.7[${PYTHON_USEDEP}] - >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] - >=dev-python/gcs-oauth2-boto-plugin-1.9[${PYTHON_USEDEP}] - >=dev-python/google-apitools-0.4.8[${PYTHON_USEDEP}] - >=dev-python/oauth2client-1.4.11[${PYTHON_USEDEP}] - >=dev-python/protorpc-0.10.0[${PYTHON_USEDEP}] - >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] - >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] - >=dev-python/six-1.8.0[${PYTHON_USEDEP}] - >=dev-python/socksipy-1.01[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${PN} - -DOCS=( README.md CHANGES.md ) - -PATCHES=( - "${FILESDIR}/${PN}-4.13-use-friendy-version-checks.patch" -) - -python_test() { - export BOTO_CONFIG=${FILESDIR}/dummy.boto - ${PYTHON} gslib/__main__.py test -u || die "tests failed" -} diff --git a/net-misc/gsutil/gsutil-4.14.ebuild b/net-misc/gsutil/gsutil-4.16.ebuild similarity index 81% rename from net-misc/gsutil/gsutil-4.14.ebuild rename to net-misc/gsutil/gsutil-4.16.ebuild index e47100ca1753..9ecdf666571e 100644 --- a/net-misc/gsutil/gsutil-4.14.ebuild +++ b/net-misc/gsutil/gsutil-4.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,9 +22,8 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] >=dev-python/gcs-oauth2-boto-plugin-1.9[${PYTHON_USEDEP}] - >=dev-python/google-apitools-0.4.9[${PYTHON_USEDEP}] - >=dev-python/oauth2client-1.4.11[${PYTHON_USEDEP}] - >=dev-python/protorpc-0.10.0[${PYTHON_USEDEP}] + >=dev-python/google-apitools-0.4.12[${PYTHON_USEDEP}] + >=dev-python/oauth2client-1.5.2[${PYTHON_USEDEP}] >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] @@ -37,7 +36,7 @@ S=${WORKDIR}/${PN} DOCS=( README.md CHANGES.md ) PATCHES=( - "${FILESDIR}"/${PN}-4.14-use-friendy-version-checks.patch + "${FILESDIR}"/${PN}-4.16-use-friendy-version-checks.patch ) python_test() { diff --git a/net-misc/java-wakeonlan/java-wakeonlan-1.0.0-r2.ebuild b/net-misc/java-wakeonlan/java-wakeonlan-1.0.0-r2.ebuild index 9174dfa142b5..2752f67c082e 100644 --- a/net-misc/java-wakeonlan/java-wakeonlan-1.0.0-r2.ebuild +++ b/net-misc/java-wakeonlan/java-wakeonlan-1.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.moldaner.de/wakeonlan/download/wakeonlan-${PV}.zip" HOMEPAGE="http://www.moldaner.de/wakeonlan/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 x86" IUSE="test" CDEPEND="dev-java/jsap:0 diff --git a/net-misc/libteam/libteam-1.22.ebuild b/net-misc/libteam/libteam-1.22.ebuild index 1a7781399c59..576e5a04ba46 100644 --- a/net-misc/libteam/libteam-1.22.ebuild +++ b/net-misc/libteam/libteam-1.22.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://libteam.org/files/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="dbus debug examples static-libs +syslog zmq" DEPEND=">=dev-libs/jansson-2.4 diff --git a/net-misc/mindterm/mindterm-3.4.ebuild b/net-misc/mindterm/mindterm-3.4.ebuild index f6526a6f376e..ce3ebe620b7d 100644 --- a/net-misc/mindterm/mindterm-3.4.ebuild +++ b/net-misc/mindterm/mindterm-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.appgate.com/downloads/MindTerm-${PV}/${MY_P}-src.zip" LICENSE="mindterm" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" COMMON_DEP="dev-java/jzlib:0" RDEPEND=">=virtual/jre-1.4 diff --git a/net-misc/networkmanager/Manifest b/net-misc/networkmanager/Manifest index 9e862a15f4c2..4a00c5c0194c 100644 --- a/net-misc/networkmanager/Manifest +++ b/net-misc/networkmanager/Manifest @@ -1,3 +1,2 @@ DIST NetworkManager-1.0.10.tar.xz 3488600 SHA256 1bcfce8441dfd9f432a100d06b54f3831a2275cccc3b74b1b4c09a011e179fbc SHA512 0c5df37565c1ec6fafe60fad0ede34d28e7d87200e338489f35eec18c3e88920f47d58eae5a8aba5caeddb26a6f7074e79e8f6a7d4f7584ce3cc9be0df99f1ef WHIRLPOOL e1a0158d69e444224c25a6287bbe4f3b89d623c85f39a59eb2aeffca83b38cd85ccf067af14e5ff79b23b4346f606e15e3d33b9d097c7ef8d50054fdc5056379 DIST NetworkManager-1.0.6.tar.xz 3381092 SHA256 38ea002403e3b884ffa9aae25aea431d2a8420f81f4919761c83fb92648254bd SHA512 74e8f91bbd9a70f1764b06c729717e091d2be0a8e316fe1b6235e644b65f43add5214be7a1100fe9d30b1511f4a00b9892dce79bb8ba0f0b0d57089d2ba6ddbb WHIRLPOOL 5f1d8c905e4aaa78c742c16e773f8fdbcdb2771edf36565f6b419af457776084573aa43b384ba32885992e76b399d4f2fc7dc94ad4295ac28dcfa3d6b6994b97 -DIST NetworkManager-1.0.8.tar.xz 3409672 SHA256 8bb128950f8a79ff881afadb46dd55e16f952390cf7cb4e06063431e5144937f SHA512 f27d22aed52fccd037c67983f845a94152263bfbc3a8d8d5693cd8e115dbd0cdfd28e4bed291fce61840ffa05426d48b3e0a18b9596202a7f5048090caa5d87c WHIRLPOOL ab550b88a2f68d74f2064ef2a0ae7473f739cd2640b6c365d1ff9f04d8dec51208f96cd46e36fbdb1dd999b109498d8f76cf683fc121168571b5565a8371cde0 diff --git a/net-misc/networkmanager/files/networkmanager-1.0.10-vpn-routes.patch b/net-misc/networkmanager/files/networkmanager-1.0.10-vpn-routes.patch new file mode 100644 index 000000000000..b7c2be695a0f --- /dev/null +++ b/net-misc/networkmanager/files/networkmanager-1.0.10-vpn-routes.patch @@ -0,0 +1,51 @@ +From 11aa07ed939193e85516c287a57dee1837242972 Mon Sep 17 00:00:00 2001 +From: Thomas Haller +Date: Mon, 4 Jan 2016 18:54:26 +0100 +Subject: core: fix failure to configure routes due to wrong device-route for + IPv4 peer-addresses + +As in the case of a OpenVPN connection, we might add an address like: + 10.8.0.58/32 ptp 10.8.0.57 + +In this case, kernel would automatically add a device-route like: + 10.8.0.57/32 via 0.0.0.0 dev 32 metric 0 mss 0 src rtprot-kernel scope link pref-src 10.8.0.58 + +nm_ip4_config_commit() checks all IP addresses to figure out +the present device-routes. Then the routes are synced by NMRouteManager. +Due to a bug, we would not consider the peer-address, but the local-address +and configure a route 10.8.0.58/32, instead of 10.8.0.57/32. + +That stays mostly unnoticed, because usually the peer and the local-address are +in the same subnet, so that there is no difference (/32 is an example of the +peer-address being in a different subnet). + +It also seems that due to a bug fixed by df4e5357521 this issue didn't surface. +Probably because we would not notice the 10.8.0.57/32 right away and thus +nm_route_manager_ip4_route_sync() would not wrongly delete it. + +https://bugzilla.gnome.org/show_bug.cgi?id=759892 + +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809195 +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809494 +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809526 +https://bugs.archlinux.org/task/47535 +https://bugzilla.redhat.com/show_bug.cgi?id=1294309 +https://mail.gnome.org/archives/networkmanager-list/2015-December/msg00059.html + +diff --git a/src/nm-ip4-config.c b/src/nm-ip4-config.c +index f625d35..61e29af 100644 +--- a/src/nm-ip4-config.c ++++ b/src/nm-ip4-config.c +@@ -298,7 +298,8 @@ nm_ip4_config_commit (const NMIP4Config *config, int ifindex, gboolean routes_fu + + route.ifindex = ifindex; + route.source = NM_IP_CONFIG_SOURCE_KERNEL; +- route.network = nm_utils_ip4_address_clear_host_address (addr->address, addr->plen); ++ route.network = nm_utils_ip4_address_clear_host_address (addr->peer_address ? : addr->address, ++ addr->plen); + route.plen = addr->plen; + route.pref_src = addr->address; + route.metric = default_route_metric; +-- +cgit v0.10.2 + diff --git a/net-misc/networkmanager/networkmanager-1.0.8.ebuild b/net-misc/networkmanager/networkmanager-1.0.10-r1.ebuild similarity index 98% rename from net-misc/networkmanager/networkmanager-1.0.8.ebuild rename to net-misc/networkmanager/networkmanager-1.0.10-r1.ebuild index b3970b84d1d7..e8d71e396efc 100644 --- a/net-misc/networkmanager/networkmanager-1.0.8.ebuild +++ b/net-misc/networkmanager/networkmanager-1.0.10-r1.ebuild @@ -41,7 +41,7 @@ COMMON_DEPEND=" >=dev-libs/libnl-3.2.8:3= >=sys-auth/polkit-0.106 net-libs/libndp - >=net-libs/libsoup-2.26:2.4= + >=net-libs/libsoup-2.40:2.4= net-misc/iputils sys-libs/readline:0 >=virtual/libgudev-165:=[${MULTILIB_USEDEP}] @@ -124,12 +124,13 @@ src_prepare() { # Don't build examples, they are not needed and can cause build failure sed -e '/^\s*examples\s*\\/d' -i Makefile.{am,in} || die - use vala && vala_src_prepare + # core: fix failure to configure routes due to wrong device-route for IPv4 peer-addresses + # (from 1.0 branch) + epatch "${FILESDIR}"/${P}-vpn-routes.patch + use vala && vala_src_prepare epatch_user # don't remove, users often want custom patches for NM - eautoreconf - gnome2_src_prepare } diff --git a/net-misc/nxplayer/Manifest b/net-misc/nxplayer/Manifest index 458823cebd4d..46fb0743f824 100644 --- a/net-misc/nxplayer/Manifest +++ b/net-misc/nxplayer/Manifest @@ -1,4 +1,2 @@ -DIST nomachine-enterprise-client_5.0.43_1_i686.tar.gz 28371454 SHA256 09872a679c8df7c1c6c5c1ea0956a16cb3ee8ead5cd5c58fb092850cc06acb71 SHA512 5646e361ef3c532eca2f67d67185222ee5823ac06cb342b802fd51e0a3a5d538e9764695c98de414760fe04af7f5cb51d0ef8a04ec18ad0dd7f6b25d262898a3 WHIRLPOOL 4921ff9ad8e8f2d97aafde610f366e1b9d6942614a2d9794e765ba6c48d1921db2eed512845d86814708ab0126e4fb874c8005f6f5b6a5fa3693e6b4a61fc5d4 -DIST nomachine-enterprise-client_5.0.43_1_x86_64.tar.gz 29326306 SHA256 fc543f834f1485143deac62567654f626e8329bba051dbef810efc85a6c093cf SHA512 21bbb202d2e7d87ae2c6e62bd559c54e096307c0d0820741d00c90d194ca2850ab7ac785dee8b3f384f1048d53520583143b4f2032d27aa3d2aaca1517ed1c52 WHIRLPOOL 437da17d129a37d6ae9e9c07e76595a7dac5692aa77cd4d5c2b1d2c7955e2857734d62fb892e57b1aadce6aac73c6d1ee16014a35f4469ae73ec572e4b73116c -DIST nomachine-enterprise-client_5.0.47_1_i686.tar.gz 28270612 SHA256 55e9518f1ae63603b0e60635d23ff8cbc7c61b9e0a889b9a0cf0dfc652738f0f SHA512 c8c2b044a80257fcad33f57f89bc6ecb1dac0843244dec37100687883813ae574e4485bf8137ea067d02ff35ec97b8e17e7c6d3d159943f49581bb7544f69413 WHIRLPOOL c22deedfbfab8af5ee4c7bbcc7daa32c230be0a355258070505c963ea58a505bbede1825f4763139fd1ab16e8d69f4ab60048f51d7f0984ad224876ba67b117f -DIST nomachine-enterprise-client_5.0.47_1_x86_64.tar.gz 29224660 SHA256 09e93e18fdbcd43f848963661ce31e0c75dd536da3649b5c2c80b304995cc2fc SHA512 706db5470ef62c329b5020b49fd0c866e973ef06f023f056ce7a6754e129fddda48bb8f7c532e4fe88f365772d7ab267e9f9b69beddf832d0c5e5286e673e35b WHIRLPOOL 82a3121089e2c2f63abae7e223cd1ccd9c680e87c85bbab63c833a938ecbc5f10465dec716b6c00c186101ce049e4dd066a8bbb3082f327ed0d2d6ca778eaa8d +DIST nomachine-enterprise-client_5.0.63_3_i686.tar.gz 28334138 SHA256 02566c89c4af790f93ea8b19598948b5fa2cd99a88fa1f5980bb3b968ebc1b83 SHA512 27cde31a8805862617e898bf27eec99c9d848d455aea5e021e99da5cf920baf45d487bbeef75cd98142c6e65fa299ce6fc8c40ce8370f69698db6e0d6f00d937 WHIRLPOOL fce14d52e83322e3ee0199bfb8e7d985ddf9ba3221f757e54ec8b5f4fdac9c67fd223e6c445d54567ce530ca5d8227fe809ed02b950f76bb566e17926a25d846 +DIST nomachine-enterprise-client_5.0.63_3_x86_64.tar.gz 29300554 SHA256 c91965df38ae370142b17bdcd73fae87e88d88e5310e7dea3c89006cb8fa1938 SHA512 aa9e37b4a9b52e534289f4879be2c98ee7db6aa0379270a1a757bfc6bc3550a258987c365329732f162ebd26d0b442649756c33426e28bb2c84c041d88f3eea0 WHIRLPOOL df50c1f6aa0e89612a956289db686b358bfcdb73fe835f5c73345166448fcecdfe23958384ba9da79a05bac4ec92743e4bdaf86b819bf869334eb5551dae8144 diff --git a/net-misc/nxplayer/nxplayer-5.0.43.1.ebuild b/net-misc/nxplayer/nxplayer-5.0.43.1.ebuild deleted file mode 100644 index 191d9bf9b35d..000000000000 --- a/net-misc/nxplayer/nxplayer-5.0.43.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils versionator - -MY_P="nomachine-enterprise-client_$(get_version_component_range 1-3)_$(get_version_component_range 4)" - -DESCRIPTION="Client for NoMachine remote servers" -HOMEPAGE="http://www.nomachine.com" -SRC_URI="amd64? ( http://download.nomachine.com/download/$(get_version_component_range 1-2)/Linux/${MY_P}_x86_64.tar.gz ) - x86? ( http://download.nomachine.com/download/$(get_version_component_range 1-2)/Linux/${MY_P}_i686.tar.gz )" -LICENSE="nomachine" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="strip" - -DEPEND="" -RDEPEND="dev-libs/glib:2 - dev-libs/openssl:0" - -S=${WORKDIR}/NX/etc/NX/player/packages - -QA_PREBUILT="*" - -src_install() -{ - local NXROOT=/opt/NX - -# dodir /etc/NX/localhost -# echo 'PlayerRoot = "'"${NXROOT}"'"' > ${D}/etc/NX/localhost/player.cfg - - dodir /opt - tar xozf nxclient.tar.gz -C "${D}"/opt - tar xozf nxplayer.tar.gz -C "${D}"/opt - - make_wrapper nxplayer ${NXROOT}/bin/nxplayer ${NXROOT} ${NXROOT}/lib /opt/bin -} diff --git a/net-misc/nxplayer/nxplayer-5.0.47.1.ebuild b/net-misc/nxplayer/nxplayer-5.0.63.3.ebuild similarity index 96% rename from net-misc/nxplayer/nxplayer-5.0.47.1.ebuild rename to net-misc/nxplayer/nxplayer-5.0.63.3.ebuild index 191d9bf9b35d..fecc9c6caaf4 100644 --- a/net-misc/nxplayer/nxplayer-5.0.47.1.ebuild +++ b/net-misc/nxplayer/nxplayer-5.0.63.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-misc/openssh/openssh-7.1_p2.ebuild b/net-misc/openssh/openssh-7.1_p2.ebuild index 153649a27ab0..762e35d9e2fd 100644 --- a/net-misc/openssh/openssh-7.1_p2.ebuild +++ b/net-misc/openssh/openssh-7.1_p2.ebuild @@ -28,7 +28,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" # Probably want to drop ssl defaulting to on in a future version. IUSE="bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit libressl pam +pie sctp selinux skey ssh1 +ssl static X X509" REQUIRED_USE="ldns? ( ssl ) diff --git a/net-misc/sobby/sobby-0.4.8-r1.ebuild b/net-misc/sobby/sobby-0.4.8-r1.ebuild index 6ed426210eca..8143684628fe 100644 --- a/net-misc/sobby/sobby-0.4.8-r1.ebuild +++ b/net-misc/sobby/sobby-0.4.8-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://gobby.0x539.de/" SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="zeroconf" RDEPEND=" diff --git a/net-misc/tor/tor-0.2.7.6.ebuild b/net-misc/tor/tor-0.2.7.6.ebuild index 721cd193ed39..f23d270c0111 100644 --- a/net-misc/tor/tor-0.2.7.6.ebuild +++ b/net-misc/tor/tor-0.2.7.6.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PF}" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" +KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" IUSE="-bufferevents libressl scrypt seccomp selinux stats systemd tor-hardening transparent-proxy test web" DEPEND=" diff --git a/net-nds/jxplorer/jxplorer-3.2-r2.ebuild b/net-nds/jxplorer/jxplorer-3.2-r2.ebuild index 44aa99c9c0b1..a625c03739d0 100644 --- a/net-nds/jxplorer/jxplorer-3.2-r2.ebuild +++ b/net-nds/jxplorer/jxplorer-3.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/JXv${PV}src.tar.bz2 LICENSE="CAOSL" IUSE="" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" RDEPEND=">=virtual/jre-1.4 >=dev-java/javahelp-2.0.02_p46 >=dev-java/log4j-1.2.8 diff --git a/net-nds/jxplorer/jxplorer-3.2.ebuild b/net-nds/jxplorer/jxplorer-3.2.ebuild index 40d7fc8a5c3a..58425892d9ad 100644 --- a/net-nds/jxplorer/jxplorer-3.2.ebuild +++ b/net-nds/jxplorer/jxplorer-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/JXv${PV}src.tar.bz2 mirror://sourceforge/${PN}/JXv${PV}deploy.tar.bz2" LICENSE="CAOSL" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" RDEPEND=">=virtual/jre-1.4 >=dev-java/javahelp-2.0.02_p46 >=dev-java/log4j-1.2.8 diff --git a/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild index dd1099e71f09..caba27537d4e 100644 --- a/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild +++ b/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ LICENSE="CAOSL" IUSE="" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=">=virtual/jre-1.5 >=dev-java/javahelp-2.0.02_p46:0" diff --git a/net-nds/jxplorer/jxplorer-3.3.1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.ebuild index 7948b7b5d7cb..70b8845852ab 100644 --- a/net-nds/jxplorer/jxplorer-3.3.1.ebuild +++ b/net-nds/jxplorer/jxplorer-3.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ LICENSE="CAOSL" IUSE="" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" RDEPEND=">=virtual/jre-1.5 >=dev-java/javahelp-2.0.02_p46:0" diff --git a/net-p2p/deluge/deluge-1.3.12.ebuild b/net-p2p/deluge/deluge-1.3.12.ebuild index 35a8ed95333c..6aa9bf18b18d 100644 --- a/net-p2p/deluge/deluge-1.3.12.ebuild +++ b/net-p2p/deluge/deluge-1.3.12.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then KEYWORDS="" else SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" + KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86" fi LICENSE="GPL-2" diff --git a/net-p2p/myster/myster-8.0-r1.ebuild b/net-p2p/myster/myster-8.0-r1.ebuild index 559b4550b714..f785cc47846a 100644 --- a/net-p2p/myster/myster-8.0-r1.ebuild +++ b/net-p2p/myster/myster-8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/myster/Myster_PR${MY_PV}_Generic.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="x86" IUSE="" DEPEND="app-arch/unzip" diff --git a/net-p2p/vuze-coreplugins/vuze-coreplugins-4.8.1.2.ebuild b/net-p2p/vuze-coreplugins/vuze-coreplugins-4.8.1.2.ebuild index c43fbf97709a..92b96bccd948 100644 --- a/net-p2p/vuze-coreplugins/vuze-coreplugins-4.8.1.2.ebuild +++ b/net-p2p/vuze-coreplugins/vuze-coreplugins-4.8.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,7 @@ SRC_URI=" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" RDEPEND="~net-p2p/vuze-${PV}" diff --git a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.3.0.0.ebuild b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.3.0.0.ebuild index ab73c7a2f268..a188fadfc18d 100644 --- a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.3.0.0.ebuild +++ b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,7 +27,7 @@ SRC_URI=" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND="~net-p2p/vuze-${PV}" diff --git a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.6.0.0.ebuild b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.6.0.0.ebuild index c17a7de35508..fe0d42660a92 100644 --- a/net-p2p/vuze-coreplugins/vuze-coreplugins-5.6.0.0.ebuild +++ b/net-p2p/vuze-coreplugins/vuze-coreplugins-5.6.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,7 +27,7 @@ SRC_URI=" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND="~net-p2p/vuze-${PV}" diff --git a/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild b/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild index f146132b2044..740ee3e3f60d 100644 --- a/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild +++ b/net-p2p/vuze/vuze-4.8.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/azureus/${PN}/Vuze_${MY_PV}/${SRC_TARBALL} LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc64 x86" IUSE="" # bundles parts of commons-lang, but modified diff --git a/net-p2p/vuze/vuze-5.3.0.0.ebuild b/net-p2p/vuze/vuze-5.3.0.0.ebuild index 041e5e9a1574..b7742d12c2dd 100644 --- a/net-p2p/vuze/vuze-5.3.0.0.ebuild +++ b/net-p2p/vuze/vuze-5.3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" # bundles parts of http://www.programmers-friend.org/ diff --git a/net-p2p/vuze/vuze-5.6.0.0.ebuild b/net-p2p/vuze/vuze-5.6.0.0.ebuild index 9ebddd2dc54d..1f66b0f160df 100644 --- a/net-p2p/vuze/vuze-5.6.0.0.ebuild +++ b/net-p2p/vuze/vuze-5.6.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/azureus/${PN}/${MY_SRC}/${MY_SRC}_source.zip" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" # bundles parts of http://www.programmers-friend.org/ diff --git a/net-p2p/xnap/xnap-2.5-r3.ebuild b/net-p2p/xnap/xnap-2.5-r3.ebuild index 3f1dde6a8163..817febce4a13 100644 --- a/net-p2p/xnap/xnap-2.5-r3.ebuild +++ b/net-p2p/xnap/xnap-2.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ HOMEPAGE="http://xnap.sf.net" SRC_URI="mirror://sourceforge/xnap/${P}r3.jar" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="x86" IUSE="" RDEPEND=">=virtual/jre-1.3" diff --git a/net-p2p/yaggui/yaggui-0.9.2.ebuild b/net-p2p/yaggui/yaggui-0.9.2.ebuild index 8cc085e1b331..a628d5b858a7 100644 --- a/net-p2p/yaggui/yaggui-0.9.2.ebuild +++ b/net-p2p/yaggui/yaggui-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ HOMEPAGE="http://yaggui.sourceforge.net/" SRC_URI="mirror://sourceforge/yaggui/${MY_P/y/Y}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 x86" IUSE="" COMMON_DEP="=dev-java/jgoodies-looks-1.2*" diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index aad775c96c3b..1d7895418c4a 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,9 +1,17 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # This file requires >=portage-2.1.1 +# James Le Cuirot (12 Jan 2015) +# Java is no longer supported on ppc. +app-text/texlive pdfannotextractor +dev-lang/logtalk fop +gnome-extra/libgda reports +net-analyzer/wireshark doc-pdf +sci-misc/nco ncap2 + # Michael Weber (09 Jan 2016) # no ppc support in media-libs/glfw app-text/mupdf opengl diff --git a/profiles/arch/powerpc/ppc32/use.mask b/profiles/arch/powerpc/ppc32/use.mask index 6394c21ce859..a9e3bc3eed14 100644 --- a/profiles/arch/powerpc/ppc32/use.mask +++ b/profiles/arch/powerpc/ppc32/use.mask @@ -1,6 +1,10 @@ # Unmask the flag which corresponds to ARCH. -ppc +# James Le Cuirot (12 Jan 2015) +# Java is no longer supported on ppc. +java + # Ben de Groot (01 Feb 2015) # please remove when keyworded qt5 diff --git a/profiles/package.mask b/profiles/package.mask index df30b0a30355..4e8e68ebc2d2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,14 +30,16 @@ #--- END OF EXAMPLES --- +# Pacho Ramos (16 Jan 2016) +# Dead for years, not compatible with latest libsigc++ (#569514), it +# requires either a lot of patching or move to a forked project that tries +# to continue it. Removal in a month. +media-sound/seq24 + # James Le Cuirot (14 Jan 2016) # Superseded by gnu-classpath. Removal in 30 days. dev-java/gjdoc -# Sergei Trofimovich (14 Jan 2016) -# Masked for testing. ->=net-im/openfire-4.0.0 - # Michał Górny (11 Jan 2016) # (on behalf of Python team) # Masked for testing. python-exec now checks argv[0] to determine @@ -62,10 +64,6 @@ dev-perl/ExtUtils-Constant # Masked for removal in 30 days. Bug #571212. media-libs/opengtl -# Pacho Ramos (08 Jan 2016) -# Cannot be downloaded either mirrored, bug #561114. Removal in a month -games-fps/doom3-mitm - # Pacho Ramos (08 Jan 2016) # Cannot be downloaded either mirrored, bug #561120. Removal in a month games-fps/ut2003-bonuspack-cm @@ -378,12 +376,6 @@ app-i18n/scim-canna # Fails to build, bug #555840. Removal in a month. app-misc/lcd-stuff -# Pacho Ramos (06 Jan 2016) -# Doesn't build with current kernels, lacks a maintainer to keep it patched -# for compat with upcoming kernel versions too, bug #557422. Removal in a -# month. -app-laptop/nvidiabl - # Pacho Ramos (06 Jan 2016) # Upstream dead for ages, doesn't build, bug #558274. Removal in a month. net-wireless/ap-utils @@ -491,11 +483,6 @@ net-misc/yaydl # month. www-apps/gallery -# Pacho Ramos (05 Jan 2016) -# Not compatible with latest gif, one of the last consumer of old imlib, bug -# #486248. Removal in a month. -app-office/magicpoint - # Pacho Ramos (05 Jan 2016) # Doesn't work with current twisted, bug #486810. Removal in a month. media-video/coherence @@ -818,11 +805,6 @@ games-misc/bsd-games-non-free dev-db/drizzle dev-php/pecl-drizzle -# José María Alonso Josa (15 Dec 2015) -# Refers to same package as dev-lisp/clx -# Masked for removal in 30 days, bug 568188 -dev-lisp/cl-clx - # Andreas K. Huettel (11 Dec 2015) # Ancient, smells funny, disowned by upstream, needs syck # Masked for removal in 30 days, bug 565012 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 7aa8696b03b9..aab472bf16e4 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -3046,6 +3046,7 @@ games-puzzle/tiny-and-big:bundled-libs - Use the upstream provided bundled libra games-puzzle/xlogical:alt_gfx - Use alternate graphics which are closer to the original Amiga version games-roguelike/FTL:bundled-libs - Use bundled libraries. games-roguelike/angband:sound - Enable and install sounds +games-roguelike/nethack:experimental - Enable experimental features (showscore and status_hilite) games-roguelike/stone-soup:luajit - Use dev-lang/luajit as scripting backend instead of dev-lang/lua. games-roguelike/stone-soup:ncurses - Enable for console (uses ncurses) based build. (can be enabled on top of tiles) games-roguelike/stone-soup:tiles - Enable for graphical (tiled) build. (can be enabled on top of ncurses) diff --git a/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild b/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild index a07aef903771..45e8e4d1d91f 100644 --- a/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild +++ b/sci-chemistry/pymol-plugins-caver/pymol-plugins-caver-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="${MY_P}.zip" LICENSE="CAVER" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" diff --git a/sci-chemistry/votca-csg/Manifest b/sci-chemistry/votca-csg/Manifest index 3bbb48473b7b..50622c5d2ef7 100644 --- a/sci-chemistry/votca-csg/Manifest +++ b/sci-chemistry/votca-csg/Manifest @@ -1,9 +1,9 @@ DIST votca-csg-1.2.2.tar.gz 188405 SHA256 9974c30b8c3f2b9bbdfa56ca12e981cfd015fa7c557eec30cd11ee11cb167775 SHA512 0265aa5229eb248c1403248d3253f02cc58e710dca40a74470e2fa64c70703fa7008382ba220eda6135537398141ddb5bcf1db236b0996d1774f2ef55199f2e8 WHIRLPOOL 92394d6b162b36951b8763be2380b532625dc940f11588c80b33c232ab5b7bbb9b3e5adbdb236cb183d51ed631ae342407cf5b3cda91b365e474389ec1b378c4 DIST votca-csg-1.2.4.tar.gz 188345 SHA256 375b428c90247a3877f71c2d96200969bcaf2b081b8c7332ac770720df43646a SHA512 da814154be6700b56509d899ea16a2f974fd951792c78f2f8717b39b0165fe19121fefb2ef9531c63a8d4558d15776058d24b13e0e7ad0abb9d7b11fac0f5d1a WHIRLPOOL 64a86b09ae00435c68bf09e960c1d1738648811fe2a9ffb18f5529d30d6f94ebf1fc218b14e1ee0bfc911e5ca1e92c25404be045cf28e16ced98fd7ee4421418 -DIST votca-csg-1.3_rc1.tar.gz 241518 SHA256 805f32afb122d5d8ff382effec776ec6b1aed94f03cd56f463440050345f5844 SHA512 b27fecca48a966417972fdb771f9d434a68cf3aba43bb253f0f0e9399869d3e85ed4b8fdab5885beae4ad10c66086cf9e722119c6af961c0e882b65b22345ee6 WHIRLPOOL d583c44c1d0a5c57f7008e5f566b9874dfdf126173892cc220598d39ccd62eca8c4d9d865d0ff7fad106f5cbc4fb4048af1695349e60341b7d8910df2a9d4320 +DIST votca-csg-1.3.tar.gz 242169 SHA256 eace2b90bcd9318ef257355daf09cbd15b10906c44af95d36454aa969a032cff SHA512 c1314672227feb361991b20cb1511473f23df1f0ff337ddc11319f2261ea19ac5c895de72d1da705026520483eebf1477462ea63275451c9fd1e6bbf4826bd76 WHIRLPOOL 2b48e19705fccc8b6af336536d90fdaf168bda05f327a688e604bd079a69b8b9b816d2d549e510659367e397229fbb433c7c406d462f809e0b4ae98c22a8b81b DIST votca-csg-manual-1.2.2.pdf 1009336 SHA256 c9760e3d46afbcd8e2bb44937a9680f68d53e86a36bba1513b4612c4c588d8b5 SHA512 6f696a3844e35891344ef62389329d360b83a42cdf236f3a193c005dde00d02202e495b120fe2fd7c1b83b4e0bd527b660bcb3e196017f2611d72938cad89cd1 WHIRLPOOL b9839266148e0b9561bd6e57d8aaea38896795355a69567f302a4f98aad6b0aa06967dd228b1a42253c287bc3b27254cb708c205f0a2b16d7b6852b29003fd69 DIST votca-csg-manual-1.2.4.pdf 1029132 SHA256 78a68955c96700d432249f712e0601376d5d61fef607860fe32d0ce0dcb70cff SHA512 66b7cf869b2b06d4133b341934fd013717b17c90426f4cdf637ef3bb6119e9f6b67cbde56b7f6b6c777dba9fb311df42dd34d8fe23331f1656439acb541d81bf WHIRLPOOL 629e0e6a8900bb7e4a96b7e1020f86ccacd5a7e7258a493d565c94986a0907371a37d45bf499517a74ad29cf2b606965746e0d90b6be91777f2b0a85f2781732 -DIST votca-csg-manual-1.3_rc1.pdf 1266917 SHA256 ae16b59dcb00efca0046df618cc805eaf48bd5bc9a501a5d5dd17f2b6c82c7ff SHA512 a1b21ac5093a86f35d95b7ff6d675a417d66f0c169780fc84f79e602cfadcaa67561af9ac860ce52bc2d05d1e88bc845f6f752df2c2b28b580a1092b76e12cbd WHIRLPOOL 73ac19a827df55f9c39ced2e77ec61b3a0e442b7f07de918e6920d298ff05af1b042abd3c206f245450f36b02e0f42bf8f3fe914a46591d4b478737e31291a60 +DIST votca-csg-manual-1.3.pdf 1266541 SHA256 1520f2c18972a2ec5e0a7e847ae294cee1e6fa5682010a314f2e45c264e59cec SHA512 eb5d88f6cba30d9fd8c3cb11cd6c08dd3e717fccdcbef11c3363d4eb36d23000d8bd7b448c0a5311bcaee2b502e50d7aadb0faf7c9a5e5e9c6e1e37b1e09ec7e WHIRLPOOL f411bdc929515594200a636e6f5e3338797ae35dfe8ba3ddb01913cea85973dccca6482a4aa276ce68689a8f7c4c6d47ae448f2e3ce549d3dba35a1d40eeb44d DIST votca-csg-tutorials-1.2.2.tar.gz 3576523 SHA256 456a8317fff5770a5ebd6452673eefeaa455534b87a800cfbd4672248670f9bd SHA512 3ff188f5a329bd20d17b8c839f7ff146305ee7d5dca7a0e8fcb268310e2d9d48eb152b06dfd6f9ee42d3cb5e7d6fc9ae8c626b360114c050a41e3e440948fd5b WHIRLPOOL 04a771c3e52b203090996e880680bfe2844b3eca3854eb9b20d68c3e07ee94994be9f31887b1d05d295f4a24510c6c7c32a1d5120a873773011f979e48acfc7c DIST votca-csg-tutorials-1.2.4.tar.gz 3721034 SHA256 94b10f23f6e49c1279cdeea87dfee9c19b44373c74212340acebc06eb11e0245 SHA512 8d78a6ff02aedf97c2b640714fd7acfb7c4b0d03ec0141fa89f0ba041e1d2ec07477653d92effd4c96a6497271ad58f5c3397e1fc183c1c856285f6f8b5ceaf5 WHIRLPOOL ea0df816d2f26f12271250137b51f42ecc4a16eea622d37833d4dcc299732c413ee9f71a67767957b13ce8b44a96e9b1389bbbbdb66015c4b5c6d577d4483cf1 -DIST votca-csg-tutorials-1.3_rc1.tar.gz 7603126 SHA256 dd5703e91fc65b782e3b525e66fd2d39ecb6fecec6923605cdef4d8068723c69 SHA512 5024be37a8a517ae3202f624bd51c52d21265a2adbe7d492d7026ff64fb591a1f7d77c5844168e64dc11c37b616f210dd158f2879906c9ea8abd7fb2de68b711 WHIRLPOOL 28c98f5394b2d6ea48420a43bfb27200f5cf82a4e02a82384a14e162d99e4b97996c4b8eef27a40be046bfb746bd173ae770c6d12857a45e4bfaac23fd0b3767 +DIST votca-csg-tutorials-1.3.tar.gz 7602622 SHA256 ff6ea92b38b41850f2f92ef7533c1365ec6e6cff15d847eace953d7380777654 SHA512 34788d89fe6e989c91bbbb92887942d774b826d30a6423d539c32065ee8cd6a1adad9a2c4f34fa280c26c2342bf007a35019e6bdd0321dfd7a8f13458c7801a3 WHIRLPOOL e28f33294a5e2a432ef62812243f5bc36cb10a261b09b7bb08267a3da14cd601d7c1835264e1390eebc899f54aad8f12c2880a1a2bb5555681c2f89995672275 diff --git a/sci-chemistry/votca-csg/votca-csg-1.3_rc1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.3.ebuild similarity index 97% rename from sci-chemistry/votca-csg/votca-csg-1.3_rc1.ebuild rename to sci-chemistry/votca-csg/votca-csg-1.3.ebuild index 668702c9cd08..87883b48a592 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.3_rc1.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ IUSE="doc examples extras +gromacs hdf5" PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )" if [ "${PV}" != "9999" ]; then SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz - doc? ( https://github.com/${PN/-//}-manual/releases/download/v1.3_rc1/${PN}-manual-${PV}.pdf ) + doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf ) examples? ( https://github.com/${PN/-//}-tutorials/archive/v${PV}.tar.gz -> ${PN}-tutorials-${PV}.tar.gz )" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos" S="${WORKDIR}/${P#votca-}" diff --git a/sci-chemistry/votca-csgapps/Manifest b/sci-chemistry/votca-csgapps/Manifest index b2f52e05d2b4..b5de8c616b1b 100644 --- a/sci-chemistry/votca-csgapps/Manifest +++ b/sci-chemistry/votca-csgapps/Manifest @@ -1,3 +1,3 @@ DIST votca-csgapps-1.2.2.tar.gz 8196 SHA256 09f0669627360dc0a0837899d980d877d8a58231b76919a6273c31fe0f7c341b SHA512 01cfe4ecb96b663ea79475b8e9dc0f2edfe987ec88b018b009e136d53f7414da5a9de183f04be0f95e800f1f19e465470ede8f7f240107dca64e8ef429cd3901 WHIRLPOOL 5a9ffb067118078729f7f685cfc4d77329f708fc23c05692c9392e67d3e2f1091e4991b8742169c77f2d1ae78f0c33aa2f9b9ba4c782906ca0bc1d5615451a09 DIST votca-csgapps-1.2.4.tar.gz 10231 SHA256 f0b0e5ad059bd93df514656b6ba65943a7cb35fcf344f75ca4d2ef4e713f4708 SHA512 e52b1e5b8cd552a6a73e16e0a657c16611bc80de9e12ab4e696aa3c30f31c6f52311320862b71d4d082b3f6c0a816001f4c2fd78915ada3a440235feb3ded3ef WHIRLPOOL 43284ddd65f98727374f5eaa2e1a5c9742cc26bed3b68534084623a3afec09a03f982d07615ca0fcd532302b09c90611a7f6859aa89bc009e81e732b85fcb35c -DIST votca-csgapps-1.3_rc1.tar.gz 20503 SHA256 262f16eb22872fb644f1cb48e6fc23647f39f086bd20209618e3abf1f3e34e32 SHA512 e91e217ada2449f6fc73d1016effee229d68a67f158ee0f0c5a018353b271feffb76c39572440c34c57e4785b8b5d7508eb61d88165c4942bb9ab0637626194b WHIRLPOOL fe378a2ae011508aa7b050a39b5679eb50c3be8f0e4246f1e68e3cc7b2afbf5c609cabca324c7be39fecd9b792bf3819bcaebecb3a70587561829fb828b22bed +DIST votca-csgapps-1.3.tar.gz 20510 SHA256 501229faa2bc1943eb15b0641d56ef9d410e3df3aef1be6cfa418e5ef775f86f SHA512 a8303a0c936b50c2a9d0b8dd2e9b58fe74e438d98e0debaa06c5d10f2f31286ffdc5b946ff2850e50d62e32866c497f3e1fee43fd030429d1a17e6fbfaef90e4 WHIRLPOOL e855246d09e4b3fb6d8d45184c6f05d3049bf8ccfe994f97907a3378a00ddcbb242477adf180a4bb166fc7d0ab200641f43db632f83f1cfc06cf5f1e191cce26 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.3_rc1.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild similarity index 94% rename from sci-chemistry/votca-csgapps/votca-csgapps-1.3_rc1.ebuild rename to sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild index efa51d45cacb..fc375dc22d5d 100644 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.3_rc1.ebuild +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sci-electronics/electric/electric-8.09.ebuild b/sci-electronics/electric/electric-8.09.ebuild index fb6a52447db3..e636f9de69c5 100644 --- a/sci-electronics/electric/electric-8.09.ebuild +++ b/sci-electronics/electric/electric-8.09.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/electric/${PN}Binary-${PV}.jar" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6 diff --git a/sci-electronics/electric/electric-8.11.ebuild b/sci-electronics/electric/electric-8.11.ebuild index 01f2108f0718..6542e9224422 100644 --- a/sci-electronics/electric/electric-8.11.ebuild +++ b/sci-electronics/electric/electric-8.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/electric/${PN}Binary-${PV}.jar" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.6 diff --git a/sci-electronics/electric/electric-9.02.ebuild b/sci-electronics/electric/electric-9.02.ebuild index 67b98d5d5500..e636f9de69c5 100644 --- a/sci-electronics/electric/electric-9.02.ebuild +++ b/sci-electronics/electric/electric-9.02.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/electric/${PN}Binary-${PV}.jar" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6 diff --git a/sci-electronics/electric/electric-9.03.ebuild b/sci-electronics/electric/electric-9.03.ebuild index d2d3ab90d509..6542e9224422 100644 --- a/sci-electronics/electric/electric-9.03.ebuild +++ b/sci-electronics/electric/electric-9.03.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/electric/${PN}Binary-${PV}.jar" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=virtual/jre-1.6 diff --git a/sci-libs/geos/geos-3.5.0.ebuild b/sci-libs/geos/geos-3.5.0.ebuild index e238411ee7d8..745f6373f632 100644 --- a/sci-libs/geos/geos-3.5.0.ebuild +++ b/sci-libs/geos/geos-3.5.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://download.osgeo.org/geos/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" IUSE="doc php python ruby static-libs" RDEPEND=" diff --git a/sci-libs/primegen/files/primegen-0.97-man.patch b/sci-libs/primegen/files/primegen-0.97-man.patch index 025b88cbabd9..069409f1df76 100644 --- a/sci-libs/primegen/files/primegen-0.97-man.patch +++ b/sci-libs/primegen/files/primegen-0.97-man.patch @@ -1,7 +1,18 @@ -diff -Naurp primegen-0.97-orig/primegen.3 primegen-0.97/primegen.3 ---- primegen-0.97-orig/primegen.3 2008-07-23 22:27:52.000000000 +0200 -+++ primegen-0.97/primegen.3 2008-07-23 22:26:52.000000000 +0200 -@@ -21,6 +21,9 @@ uint64 \fIbound\fR; +Fix incorrect man page and include mention of the possibility +of linking to a static libary only. +https://bugs.gentoo.org/show_bug.cgi?id=562570 + +--- primegen-0.97/primegen.3 ++++ primegen-0.97/primegen.3 +@@ -14,13 +14,16 @@ + .br + void \fBprimegen_skipto\fP(&\fIpg\fR,\fIbound\fR); + +-struct primegen \fIpg\fR; ++primegen \fIpg\fR; + .br + uint64 \fIbound\fR; + .SH DESCRIPTION The primegen library generates prime numbers in order: 2, 3, 5, 7, etc. It can generate primes as large as 10^15. diff --git a/sci-libs/primegen/files/primegen-0.97-missing-headers.patch b/sci-libs/primegen/files/primegen-0.97-missing-headers.patch index 4f919d92ee8d..51f1aaac3823 100644 --- a/sci-libs/primegen/files/primegen-0.97-missing-headers.patch +++ b/sci-libs/primegen/files/primegen-0.97-missing-headers.patch @@ -1,5 +1,5 @@ ---- eratspeed.c.orig 2009-03-27 09:16:52.000000000 -0300 -+++ eratspeed.c 2009-03-27 09:18:29.000000000 -0300 +--- primegen-0.97/eratspeed.c.orig 2009-03-27 09:16:52.000000000 -0300 ++++ primegen-0.97/eratspeed.c 2009-03-27 09:18:29.000000000 -0300 @@ -1,6 +1,8 @@ #define B32 1001 #define B (B32 * 32) @@ -9,32 +9,32 @@ #include "timing.h" #include "uint32.h" ---- primegaps.c.orig 2009-03-27 09:17:07.000000000 -0300 -+++ primegaps.c 2009-03-27 09:17:19.000000000 -0300 +--- primegen-0.97/primegaps.c.orig 2009-03-27 09:17:07.000000000 -0300 ++++ primegen-0.97/primegaps.c 2009-03-27 09:17:19.000000000 -0300 @@ -1,4 +1,5 @@ #include +#include #include "primegen.h" primegen pg; ---- primes.c.orig 2009-03-27 09:19:08.000000000 -0300 -+++ primes.c 2009-03-27 09:19:14.000000000 -0300 +--- primegen-0.97/primes.c.orig 2009-03-27 09:19:08.000000000 -0300 ++++ primegen-0.97/primes.c 2009-03-27 09:19:14.000000000 -0300 @@ -1,4 +1,5 @@ #include +#include #include "primegen.h" #include "fs64.h" ---- primespeed.c.orig 2009-03-27 09:17:41.000000000 -0300 -+++ primespeed.c 2009-03-27 09:18:54.000000000 -0300 +--- primegen-0.97/primespeed.c.orig 2009-03-27 09:17:41.000000000 -0300 ++++ primegen-0.97/primespeed.c 2009-03-27 09:18:54.000000000 -0300 @@ -1,3 +1,5 @@ +#include +#include #include "timing.h" #include "primegen.h" #include "primegen_impl.h" ---- error.h.orig 2009-09-11 19:40:53.000000000 +0100 -+++ error.h 2009-09-11 19:41:02.000000000 +0100 +--- primegen-0.97/error.h.orig 2009-09-11 19:40:53.000000000 +0100 ++++ primegen-0.97/error.h 2009-09-11 19:41:02.000000000 +0100 @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H diff --git a/sci-libs/primegen/primegen-0.97-r2.ebuild b/sci-libs/primegen/primegen-0.97-r2.ebuild new file mode 100644 index 000000000000..3698de398f83 --- /dev/null +++ b/sci-libs/primegen/primegen-0.97-r2.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="Small, fast library to generate primes in order" +HOMEPAGE="http://cr.yp.to/primegen.html" +SRC_URI="http://cr.yp.to/primegen/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +PATCHES=( + "${FILESDIR}/${P}-man.patch" + "${FILESDIR}/${P}-missing-headers.patch" +) + +src_prepare() { + default + while IFS="" read -d $'\0' -r file + do + sed -i -e 's:\(primegen.a\):lib\1:' "${file}" || die + done < <(find . -type f -print0) + mkdir usr || die +} + +src_configure() { + # Fixes bug #161015 + append-flags -fsigned-char + echo "$(tc-getCC) ${CFLAGS}" > conf-cc || die + echo "${S}/usr" > conf-home || die + echo "$(tc-getCC) ${LDFLAGS}" > conf-ld || die +} + +src_test() { + [[ $(./primes 1 100000000 | md5sum ) == "4e2b0027288a27e9c99699364877c9db "* ]] || die "test failed" +} + +src_install() { + dobin primegaps primes primespeed + doman primegaps.1 primes.1 primespeed.1 primegen.3 + dolib.a libprimegen.a + # include the 2 typedefs to avoid collision (bug #248327) + sed -i \ + -e "s/#include \"uint32.h\"/$(grep typedef uint32.h)/" \ + -e "s/#include \"uint64.h\"/$(grep typedef uint64.h)/" \ + primegen.h || die + insinto /usr/include + doins primegen.h + dodoc BLURB CHANGES README TODO +} diff --git a/sci-libs/votca-tools/Manifest b/sci-libs/votca-tools/Manifest index e396448ed0ad..23e52b34a287 100644 --- a/sci-libs/votca-tools/Manifest +++ b/sci-libs/votca-tools/Manifest @@ -1,4 +1,4 @@ DIST votca-tools-1.2.2.tar.gz 987104 SHA256 26eb8b97944844cecbfeb4609091af223c5b912696492bda8347b8f98ad543be SHA512 10710323fc3a20748d6af97b5408829b31ce31c4358147232c851986e6cfcaed886574ea261a660e49b6914e893d24af390b0acb744506e730b0df8249e30680 WHIRLPOOL c6209b201f69d5e68b4b74c1b9ca5c552f4c4ad39cfc90b19f5034563a4c9309947f139515510ddd3cdf4f9eec70d0fb5ee0c1c3a40be7ce7141fff64b69896a DIST votca-tools-1.2.2_pristine.tar.gz 85442 SHA256 23e53ea7d462ced18dde8a5795c4e1dc8c05084c18deb50663023c270314eb28 SHA512 5245e9fdeaedc28fca211378f088636720c83511592a6e34b92f07d465692c7d2305a40ee111726a9ddf2d11e82a8f34ee9c3345e151780276d7679149857e7d WHIRLPOOL b792be3c2e2dc935b7ecbb40740fdba33afafe22ae0249b18eda36826c98f38345c7cc6513fe72db31ba53f61e7b93fbc1459ceec76b2959f774ba035cf63c60 DIST votca-tools-1.2.4_pristine.tar.gz 84836 SHA256 acb5545c7cbdf8f8dbad6645f553e90e5dfa979e5f662f56696f73fc5a957c55 SHA512 65e780cbedf9b9001f3d704d7d45a8272cd995f21cea7a31a446a0e040c803994ff9aea2a884a2c5c972cef9b980434cb8e2bbcef8b96cfb31e178d95ddb0f45 WHIRLPOOL a8a341349ac3d36b9f331c57cfcc62c1995ca71fcec035dab098438cbbc1a2c6a80ed50d048e8673333af352723352a2af9aed41411e43e4d9e40cfbedf362ca -DIST votca-tools-1.3_rc1.tar.gz 96959 SHA256 d9cfdeab9ad69bdd81e5cf26ba803e518442a4c6e3f9c853fcc233e173f00a33 SHA512 dcad8c845496427744b1b9dcde54cd715591f030bd3c737098293c5b9dcf2e12a3ddbf435f9c74528e12dbd030a5fac914c37d4212ccb8e3627c6dc45c300487 WHIRLPOOL 24673373506ee9f2cdcddddb8d6ed9dfa6b9e13ee19f9be6e739fe10360be5e769e933c906b166fed6684f9282d3a492969208e2d2010534f17a2750261aab48 +DIST votca-tools-1.3.tar.gz 96908 SHA256 ecacfb46b645f69fa0bb9f40408c9211fa09a02dd47bcb4adb069cf7e3f60348 SHA512 c6b69d5bae234b9af9c469db4203d3c7e4f57e18486ac69665b2a24b9c5fd74ec007a88c491b6439d36849346468fde8748c62ce54c63f462a58f1b6bc9b5993 WHIRLPOOL 540db48b417698a42dc34406d15d84a34a1b798ac70a4916c73fdb964218705a1c5f7ecec660d09fcf5844230a5aab6d498a7972261b320696bb0502da267a4e diff --git a/sci-libs/votca-tools/votca-tools-1.3_rc1.ebuild b/sci-libs/votca-tools/votca-tools-1.3.ebuild similarity index 96% rename from sci-libs/votca-tools/votca-tools-1.3_rc1.ebuild rename to sci-libs/votca-tools/votca-tools-1.3.ebuild index 4dae0bfce3b3..ad0203636139 100644 --- a/sci-libs/votca-tools/votca-tools-1.3_rc1.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sci-physics/clhep/clhep-2.2.0.5.ebuild b/sci-physics/clhep/clhep-2.2.0.5.ebuild index e36e813461b5..05c6b1516b6b 100644 --- a/sci-physics/clhep/clhep-2.2.0.5.ebuild +++ b/sci-physics/clhep/clhep-2.2.0.5.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://www.cern.ch/clhep" SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz" LICENSE="GPL-3 LGPL-3" SLOT="2/${PV}" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs test" RDEPEND="" diff --git a/sci-physics/root/root-5.34.26.ebuild b/sci-physics/root/root-5.34.26.ebuild index b498a18babee..80feeaef14f5 100644 --- a/sci-physics/root/root-5.34.26.ebuild +++ b/sci-physics/root/root-5.34.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -132,16 +132,19 @@ die_compiler() { # $3 - clang++ # $4 - icc/icpc check_compiler() { - local ver + local cur ver case "$(tc-getCXX)" in *clang++*) ver="$(best_version sys-devel/clang | sed 's:sys-devel/clang-::')" + cur="$3" ;; *g++*) ver="$(gcc-version)" + cur="$2" ;; *icc*|*icpc*) ver="$(best_version dev-lang/icc | sed 's:dev-lang/icc-::')" + cur="$4" ;; *) ewarn "You are using an unsupported compiler." @@ -149,7 +152,7 @@ check_compiler() { return 0 ;; esac - version_is_at_least "$3" "${ver}" || die_compiler "$1" "$2" "$3" "$4" "${ver}" + version_is_at_least "${cur}" "${ver}" || die_compiler "$1" "$2" "$3" "$4" "${ver}" } pkg_setup() { diff --git a/sci-physics/root/root-5.34.32.ebuild b/sci-physics/root/root-5.34.32.ebuild index 915e7123c314..2fb31dcb9382 100644 --- a/sci-physics/root/root-5.34.32.ebuild +++ b/sci-physics/root/root-5.34.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -126,16 +126,19 @@ die_compiler() { # $3 - clang++ # $4 - icc/icpc check_compiler() { - local ver + local cur ver case "$(tc-getCXX)" in *clang++*) ver="$(best_version sys-devel/clang | sed 's:sys-devel/clang-::')" + cur="$3" ;; *g++*) ver="$(gcc-version)" + cur="$2" ;; *icc*|*icpc*) ver="$(best_version dev-lang/icc | sed 's:dev-lang/icc-::')" + cur="$4" ;; *) ewarn "You are using an unsupported compiler." @@ -143,7 +146,7 @@ check_compiler() { return 0 ;; esac - version_is_at_least "$3" "${ver}" || die_compiler "$1" "$2" "$3" "$4" "${ver}" + version_is_at_least "${cur}" "${ver}" || die_compiler "$1" "$2" "$3" "$4" "${ver}" } pkg_setup() { diff --git a/sci-physics/root/root-6.02.05-r2.ebuild b/sci-physics/root/root-6.02.05-r2.ebuild index 0ce7393b96be..a410d12296b9 100644 --- a/sci-physics/root/root-6.02.05-r2.ebuild +++ b/sci-physics/root/root-6.02.05-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -132,18 +132,39 @@ die_compiler() { # $3 - clang++ # $4 - icc/icpc check_compiler() { - local ver + local cur ver case "$(tc-getCXX)" in *clang++*) ver="$(best_version sys-devel/clang | sed 's:sys-devel/clang-::')" + cur="$3" ;; *g++*) ver="$(gcc-version)" + # gcc-5 is not yet supported, bug 564306 + if version_is_at_least "5" "${ver}"; then + eerror "" + eerror "GCC-5 is not yet supported in ROOT-6." + eerror "The code may build for you, but will have run-time failures." + eerror "See the following bugs:" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7285" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7319" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7654" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7721" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7818" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7895" + eerror "https://bugs.gentoo.org/show_bug.cgi?id=564306" + eerror "" + eerror "Please use GCC-4.9 for now." + eerror "" + die "gcc-5 is not yet supported" + fi + cur="$2" ;; *icc*|*icpc*) ver="$(best_version dev-lang/icc | sed 's:dev-lang/icc-::')" eerror "ROOT-6 is known not to build with ICC." eerror "Please report any isuses upstream." + cur="$4" ;; *) ewarn "You are using an unsupported compiler." @@ -151,7 +172,7 @@ check_compiler() { return 0 ;; esac - version_is_at_least "$3" "${ver}" || die_compiler "$1" "$2" "$3" "$4" "${ver}" + version_is_at_least "${cur}" "${ver}" || die_compiler "$1" "$2" "$3" "$4" "${ver}" } pkg_setup() { diff --git a/sci-physics/root/root-6.04.06.ebuild b/sci-physics/root/root-6.04.06.ebuild index f498a73c472f..c3ef6fb100cd 100644 --- a/sci-physics/root/root-6.04.06.ebuild +++ b/sci-physics/root/root-6.04.06.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -127,18 +127,38 @@ die_compiler() { # $3 - clang++ # $4 - icc/icpc check_compiler() { - local ver + local cur ver case "$(tc-getCXX)" in *clang++*) ver="$(best_version sys-devel/clang | sed 's:sys-devel/clang-::')" + cur="$3" ;; *g++*) ver="$(gcc-version)" + if version_is_at_least "5" "${ver}"; then + eerror "" + eerror "GCC-5 is not yet supported in ROOT-6." + eerror "The code may build for you, but will have run-time failures." + eerror "See the following bugs:" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7285" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7319" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7654" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7721" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7818" + eerror "https://sft.its.cern.ch/jira/browse/ROOT-7895" + eerror "https://bugs.gentoo.org/show_bug.cgi?id=564306" + eerror "" + eerror "Please use GCC-4.9 for now." + eerror "" + die "gcc-5 is not yet supported" + fi + cur="$2" ;; *icc*|*icpc*) ver="$(best_version dev-lang/icc | sed 's:dev-lang/icc-::')" eerror "ROOT-6 is known not to build with ICC." eerror "Please report any isuses upstream." + cur="$4" ;; *) ewarn "You are using an unsupported compiler." @@ -146,7 +166,7 @@ check_compiler() { return 0 ;; esac - version_is_at_least "$3" "${ver}" || die_compiler "$1" "$2" "$3" "$4" "${ver}" + version_is_at_least "${cur}" "${ver}" || die_compiler "$1" "$2" "$3" "$4" "${ver}" } pkg_setup() { diff --git a/sys-apps/openrc/openrc-0.19.1.ebuild b/sys-apps/openrc/openrc-0.19.1.ebuild index bf25fc4e965d..29efb42afcae 100644 --- a/sys-apps/openrc/openrc-0.19.1.ebuild +++ b/sys-apps/openrc/openrc-0.19.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index ed12f0835168..5e72c4c3f54b 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -68,7 +68,7 @@ python_install_all() { distutils-r1_python_install_all insinto /usr/share/zsh/site-functions - doins shell/zsh-completion/* + doins shell/zsh/completion/* } pkg_postinst() { diff --git a/sys-apps/sandbox/sandbox-2.10-r1.ebuild b/sys-apps/sandbox/sandbox-2.10-r1.ebuild index 2d8c48fecd81..0784e5d21be3 100644 --- a/sys-apps/sandbox/sandbox-2.10-r1.ebuild +++ b/sys-apps/sandbox/sandbox-2.10-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="multilib" DEPEND="app-arch/xz-utils diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild index f79b3b2961d5..896e302456a1 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~ia64 ~x86" +KEYWORDS="-* ~amd64 ia64 ~x86" IUSE="" DEPEND="sys-apps/pciutils" diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild index 4e29efc53e0f..741b506373d1 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0.3.ebuild @@ -12,7 +12,9 @@ SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* amd64 ia64 x86" +# IA64 build is broken in setjmp code: +# https://sourceforge.net/p/gnu-efi/bugs/9/ +KEYWORDS="-* amd64 ~arm ~arm64 -ia64 x86" IUSE="abi_x86_32 abi_x86_64" DEPEND="sys-apps/pciutils" diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest index 16d46b84e996..bdf27efd05b7 100644 --- a/sys-devel/crossdev/Manifest +++ b/sys-devel/crossdev/Manifest @@ -1,32 +1,3 @@ -DIST crossdev-20100814.tar.xz 17100 SHA256 29835bdd066beba420459314ee248b51e4467b4824abd66aad7c467ecd9532ba SHA512 cbe0cf59eb48a77888338e16c40bf4e6da74a3e21fed03cf01b7d6b7d27797ba79673e0448a9644a9806a465f1b014dea2087ad2cab0c57f07df43d10cef45a9 WHIRLPOOL 9170bc8ff4c7d261289011dfcfabf7c7452bcf4ff9b79ab3c976035f20f370f2f849250f81be115d5d85beccfa4159f04d1acd8880d4fd532d459423fcdc094f -DIST crossdev-20101011.tar.xz 17444 SHA256 88934bdcec319c9a586efbfc2c2a2af8746494d79584b14853a6067e3ea87cdd SHA512 4e7210ecb75386106b2bb2ed89cd3e0f6dd35d8b225c18455e842d56a40b9c70569f7aa182fdd45c51251a6c2c0012f7999bc16c791b9fccdeddd5554cb5fc19 WHIRLPOOL de05eb286e04ffd1429d52a4b1ea4a8be556cb2b441b4428d1ea592c168e22c3089da150ecd3aaf12700a02e756c9626a15c952da146394e01eb5c3984493286 -DIST crossdev-20110310.tar.xz 17840 SHA256 db3355bcec9367945a7dc54e17d69b9d2da45ad495304285ec8742e14082228a SHA512 b3e22f264e860a306f5f8df2cfef8aafa4c8755cc1a30dd32f09d89a00ce1d6d377b5e9c7fecb5c6362b2ce0dd09c1280f57a0a1b856dacf7d195301aee5736f WHIRLPOOL e641df43f11e82f120893b5d131ba847d792e5f8ecc7849a3b9a14c2e355fd30618831949c8315360d15bb27e9531f45f469ebb9aa98b27b1f552888488fec17 -DIST crossdev-20110705.tar.xz 17984 SHA256 83c6edbaac2f266aa4480361dc8a43ebf2ce893b3efd644330d42f49a35b36f0 SHA512 e68e46394950da9da3cb2c37985a24e9146de618bb9b7a14adaba25d0ae1819a100a9d155df5b8e41e2197be22ed16296d645c33afdcffe83bb07437ca87c63d WHIRLPOOL 3da6011a318b97ae320c49548cc3709f1fcd60e08a44c4d551bd18f442db7293df44112d71090d430cad7e3eaed2cee61c8b2c1e3569eedbd9e857ab1db5d0fe -DIST crossdev-20110819.tar.xz 18696 SHA256 26d2fddb95914a5bbb8626397a6d38f651b0f2e8e5b11071c73889a7243ab71f SHA512 699898635c7fc4be187b63daa703da4042c9b26878defb6a8c0618a512dec419ca1b67f8cdbfc4c4d47f52b5911e44e842b3a125b6b937a95222b1f059899449 WHIRLPOOL 46790a32ca20c12cbd037de3065269b82049531bfe0b5d9839a86a2f0569a1778995b92bcc4bcec50ef9009a131fd8724bb692ddb9cf790e20832738d11f6c79 -DIST crossdev-20111011.tar.xz 19156 SHA256 cf83790f635dbba42c28bea7661a1db73eee8626293fb6645f0f91a9e606134d SHA512 aa4f9090ce6facdf47ec336cbb5e0a5a78bdaac6ae355ecf262386e5572d0843a1edd52de5837d3a2e9a8b010cae91cf0aa92df39398aaf9fd60b45a799b5992 WHIRLPOOL d773e247077ed67d9d206e931256140925f02e81d1f3ed2601f3b32328de78a8c7998bb8e08778aee2dce24c57cacd4804cd53895e86db292ba7347feaa5b5e3 -DIST crossdev-20111018.tar.xz 19408 SHA256 276f790b273030a0efe72911f9638e18b377ffe6342d8edebf2845a07c8e8010 SHA512 2214f6ec074fa695653105e663027e4992927d9d4a2c8fe7c51f6f9b060b05f5d26bf944b29ea4ca380d971aec30c4ff5685f8f607ccba763139481055c85870 WHIRLPOOL da2e21ed60758034ee9b493832b28f823be527ac09c988e1cf519e4297096fa7ead618f1722ac2ff771ac098129c966469fd1046d5519387cb2fbce819e81f89 -DIST crossdev-20111118.tar.xz 19268 SHA256 75701ba4398213919bfaf806abba5f913dc7a6fbfc4a40cf8d24f3de29221c41 SHA512 58fb9fa4798060ffc935d793ce112a9f1a2f723a9e540fe18ed24d372f45bafed5bbc86bd3f1401970ed0cc944b256e3c096c833bbd852a3c8054ceba46cf644 WHIRLPOOL ce1786d89e072ec3f3f6c8fa2120c946abae0be572ecf108d1392451dfbecab51cec8dfddfca06bed90a5c008c6a4914dd31f2a88ed8c6d43e3b36602db6e9bb -DIST crossdev-20111221.tar.xz 19360 SHA256 0f683fdd9898c080f807841850983e0cafe5d2fb97d508397e02f6826b7ec1c4 SHA512 10479e0b37389155297bc59ee48cec5ab78d5a7c25a71ed4417bfeed4949433ad3a97fde54b36e1703852625440a529276309cb099af1d7d1e491ef85c44e091 WHIRLPOOL 66dd1defb6dce1f1594a45ca755a2bef13a354b5d3668ecd07c250964496dc26f4fe0fe35631a728f0db7ab7ff89ed583d4aa30b5d6847cd8980114d7d83d9b9 -DIST crossdev-20120214.tar.xz 19796 SHA256 9e1b4bbfcd97f8cc1c0d0c3d4b6f9671728c78db787a7f4cb649a494e93cb82a SHA512 b7d161744b71d40cbd570c340afda1c151bfd34cc6c55b75db4cefa8e75ddfb89194cb07a6b1ac8d6adebc5bf1d823be2f12dd32f05783a0db0685b07146e6d8 WHIRLPOOL a41f814f43a943c210ab908de73ca352d53fd2824c071ce8e79c51d356987283e4932365eebf3667867f3c058cee981b4dd1a539492c755ba79a432de14ddd1f -DIST crossdev-20120227.tar.xz 20244 SHA256 86bf155d47934e9548ad7c8dbd843830baef936d09c31523718355220947903a SHA512 1407f9021ef79c08c525c07e3dd855fc8a055c25ce81ca4e61e731390d7a29ffb4ca06c4881f220b9866a4e9bff75ef6098bba71551dd61a2f3079a38bfb2adb WHIRLPOOL 823b6fa9239485ed5c3c2673344f86b807ed4c49bcffb6547bbe2d3e7c95f738a5769f9e9ead0f4f167ca6a8f9de448d161cd5d584912b80c6d2839059880170 -DIST crossdev-20120228.tar.xz 20332 SHA256 e67e434e602ed72810605969da9adae0c3dc94359af07524b997a764cf99389a SHA512 f011055296cde961961ae84fc31aad15c6f3b6266fd1bf18db4855332a9699ceb5557badac01592c5cbc12c4b3821645611642e45a7bc1bf8e734cc065671454 WHIRLPOOL cd78207c652ce004566aa812a26377f43d0df006c63db90baf20ff3ff6fc8d2625f4b86d139c50de10153af2e66e042d5c7f1b65e71413a9b6a6f13af7b09358 -DIST crossdev-20120229.tar.xz 20564 SHA256 3d011e656438bf07e2b98db24186483de75f1d9d78dffefdcdabf4da5f8cd6d3 SHA512 d1b2d450761e913885f87f991f68013de9777549f56e05448f59b071612e857b68a44339358b86cb4438ad44d16dee2f5d7c8b0bbca0dc584e8e06eff4fe2e75 WHIRLPOOL 28c3e9e40aa31ac8a9ee22eb0e4b69b0e3243495d3e0095ba4112590eb92b1c6531434a8c0efdb5f56e15a2ed7d86df8cb6b7c69d7721d1aaaa65c615024416e -DIST crossdev-20120301.tar.xz 20804 SHA256 e36b2409e01ebe49a4d94faba7256f7c0e9d8890773573bf68be1b0f9156aae8 SHA512 bd5d48b751803b05509186b89c6f85544b8e901066d57c191b0fa0b4deb5d67f7f86241ba915e75f8c345c5d24adb2314b51898626545a5c0692b8faec0e51bc WHIRLPOOL d3a9bcc1d62459d635e58bd11adc9bd8df633e906a4d0d4b9bff0664d7a1c5a8c5c116e97bf8290fed025694a5f966e56ad7a6e10c3d34411338c38f0f0cb057 -DIST crossdev-20120305.tar.xz 21216 SHA256 9dd395cd7faf8b3ab7261c9d7b704e08c5900843a57ea207d583254ee5346633 SHA512 f6a34c1a37308ee8116494081fe4717ed01740a0a560f7f8f2e89a9c3b206f25c7d13349e41992a59a62eda5e8c1c6867221c81551a9d056d58518efd70058ad WHIRLPOOL a5ea451fa859189e9e219be922484c4e3e75ae0188ee6af9f5c221448d2c8d1bb9b4a73efac96547498d0a18db6d5412a1ff114e1ddefe5087dd3bab4f14f123 -DIST crossdev-20120529.tar.xz 21232 SHA256 1a737417b6f283e1c3dcb30fd4bf2432f3670cf06c19146791f93969eb59b742 SHA512 aa2f9d26d87dcf8e2509f2ee7a9eb9792efe7267b1e3be02755b16a16406727077d98e62fe4edb209cf31fa19a6cca4e1b7cc1620345efd3ad521a1a3ebcf036 WHIRLPOOL d939c4defe684dcc9dee6ff3c1a673da66c1b791f9c5c5ecf660fea8ef4d8d189b58063f3ac0fdbc75c209b2285b2fde2930cb242661954a3841e4e835b594f5 -DIST crossdev-20120531.tar.xz 21380 SHA256 59e5594ed64b53d0e561d8d3618bfe0b4ea456fd189251ca049cdafb6cd163b6 SHA512 7b7a15aa009b18ae8f3e516bc9e4deda3454b743dcbf5cf8499943c0004133f31894ed257a450d484c8ca5ccc4484be429be04630431c9ddce2518c440769498 WHIRLPOOL b6e1fa49a2abec06f1042b77dc5e1d21ebbab4e4d7f23f2c71108f142001af2c7c811f55633c4b63f4439e93f181ff35f6111d4cb50c5f8376c5f0f3a7e5dd7e -DIST crossdev-20120721.tar.xz 21580 SHA256 9055171f2ee36aa9d5413d842b08ce334102a8536d4b21465e755c0b2cef886f SHA512 4897fdf67e18c75b673a36d43626a4c519bd4cd3116372d103b956d933f1a39258918002ad37c3decd3df0d8b73b09f89fdb97bc9c2f7b2e403d815d9adc549b WHIRLPOOL 3a5306bfaa86a390b095da46366a0de2e9f642577c6ef658506210e1620cf2fc86e46edbdeaf525d5c7b82eb92f336f003c34a48c2420ef9879ce6a9562097d0 -DIST crossdev-20120913.tar.xz 21692 SHA256 23548f509edc2a3f82d1a8b0be0f299afffc49deedfa8cc32bde58b23aebe58d SHA512 f3b8be45a1392562eee07265cb7d4c9426dec4dfb19dd24765821918765a1a21dc31dc38ffdae0c6a4cf0af654bbb514d68900f96e32979d278cd9f958ca7900 WHIRLPOOL 375da4e2e585d780ec04ed4e8865063ec2c2c14a1027da1cdd0fbd671378def4b600426ec3c94d3d9bc56e892928bd70a1b2294088188a3b98dfe525c934763c -DIST crossdev-20130628.tar.xz 21756 SHA256 c69a272e196513ec50c903dba0a06d7b0cba5b509f2adc7499aadd81b90a84e6 SHA512 8fe7959d59ebe9cb463a91c67416046619b93bdf802a00afdcdc50d2cd52850ed2229dd866ad61aa6b72d4a61a16bfe384e1d1529bd59ad63ba07cd0dfd96c44 WHIRLPOOL 5f8e5ba1696d9d6e2b7ae254b0e1dd7e8fae2b6de9290c189334d2f7ef670cd04c92635506cf583f12f5dea7f747fc7286ab20efb1f7374cba19ecdd5480aa22 -DIST crossdev-20131011.tar.xz 21872 SHA256 c9d24508aea1629db0ca64699c74ede8e37b73d095917ec1c6fe54be9d4246ce SHA512 93e9d227012a14565fe5d157cc3b03006ccd2cb6b99749e4085c3e9b92f79201b86597a1fc9d2de94a6f4e8fe35c90c94ca27f6bc4037d9dfd0f4d459fcb1382 WHIRLPOOL 6bceca55f864a0daed80c45414cdd2f30f50078692ff0ca0b810aaf06218495d40b61fb4bb475fc8a12caeb8495cfb34dc3741e05803f2812be059c0109fc942 -DIST crossdev-20131107.tar.xz 21960 SHA256 a158f13db46ae929b62c90b59da035493dc32da4ae3b7d931f0de675cf8066f7 SHA512 7fe08c2432c4eef59a9d7940fd55bdd6ea26fc6972a7bf38cff9dce42250f4c76e43d1f7a755aeece93998b08496efc02d0deafe0a65b36fb5d2ab338f43f97d WHIRLPOOL 765c2f3bd7d623d543bbf9e8473ef5e7f9ac879cca76fb1a1e4ae0cf99a2297ad983a38e513cccc1a727cab6573c9f87ee62c2768a20d2cff73831c08cdf7290 -DIST crossdev-20140118.tar.xz 21384 SHA256 8ba9ddb74022d6e3d481db5b02db21ea545d046e33a47b44e92ae369b4c218ee SHA512 ee27fc55bd8892fa454f6482d1276e0c6520f7987629b92cc7b96572eca51bb752c119f4f818783a579706afe7c9eabdfb8f0536e87cd888f0f76510ae51939d WHIRLPOOL c2018dfb4ab21d4eadbc9f6e4dd0fb532a8b4ac4530821262f28b8b969e3a7d7c14cd83bbd05e2c93eb73928bb8a4dfd074134d3a93700fe937c0fd1c3ef0fbb -DIST crossdev-20140729.tar.xz 21436 SHA256 38a71317ae0a36cb3687a164bea369c65c3376abb59a2629ade4be5c17b92641 SHA512 02ffd476c96a70f856143e1b80f5c5bdcbb5b97469ef7d84541cb0dd1be40f50b11dba1844f8d529c638a8ab68c77eb28de61dffe9cff193f185443ba92c760f WHIRLPOOL cef1a107422f9b5ed0b09047c708ac7acd66fc5818cd7d5f94ab18566dbfb3601f8776d89cbf3a551cc1a0e7e20ec84109f827fe8c37f045f2c3c1c776ab46e3 -DIST crossdev-20140917.tar.xz 21884 SHA256 47ae779c1216e062c49e17a3ad8bd7b97ea255559f105f682ef3add64087d4b4 SHA512 1ec4756b56f4784481390a00a081e1e657aa7cc348aa5fe3e184935faed2fe2c135bf9955d9e88266d837bb42234b73ac11969ff77664aa521983646228da0e1 WHIRLPOOL 903377b95eeadcb6f88bd639051bdbfb16f7df7a010ad7e9aa39b55e424016a1cc54c6940ebb22d3562a5d22456ac74a74a3cc044a43028217e5caedc067859c -DIST crossdev-20141030.tar.xz 21880 SHA256 b9e81e6204f53bfb7e32df4720d071e58dea137174c25a767670ff04df901c23 SHA512 23c0ed13d03e11f03d9d0011a72218e1e43c77020caeb2629773170cf7543b08f104a588d18a482a6256c48e5b4eb367ca7143fea4519bf4009e78068840ff8e WHIRLPOOL 3e1c909118a43b2c187f02dd8b4246cda974f0e4a521340efca79d0d3317a9412964443df125da4660ed61a20491986e20e8d1cbb7074ce6fcfc7cc90eef7be8 -DIST crossdev-20150521.tar.xz 22252 SHA256 99e487cc5c226dcde0254ebe249cd21dd93b2b7cffdf56ee4faefc8f2fe68d81 SHA512 a6be42ad3dcba0189bfc3aa11776d0841397f20258cb995b294a29dc7656121b18a638faf60540c1b8b25fbcac8306568d77443917aad1614caeef3c413e8e81 WHIRLPOOL f106bf827c85bc9ff4a76b01805f308073e73db4e314fc2f15f8b77401c81e744b61100c3121ce8468e4af0da775bbb063a7f6c450c03d8bc303ce1937d3ebea -DIST crossdev-20150525.tar.xz 22264 SHA256 2a66d567c246f11b8a6a2b2856b55489f472561c8f31a8c90b0ea5f0c1561035 SHA512 8e7c8b3bf31ddd3c0cf8ccf819f64f0949f35c08df897e78d296987496115e8b1346adb745549cad9e508f79a0e3dae9d8db53eeb798583cc641887bfc625b5f WHIRLPOOL fb079ca2a412ab42e6c8d98fd159173b0c8cc5f3a27d29c5b089c38050297d4d907ae5a1d59fb9e129e7aa59d605d2a64300dabfcdc83684bca2fe1ccc04359c -DIST crossdev-20150526.tar.xz 22260 SHA256 132d11c125254ceabde96eae423d04873e09addcba705466b7a6539652690656 SHA512 2c28c946173faffee76dd69c0bc171e3962dd06deb7791aa3354b018143a9b0156a53062a1a2dc581a71b4eee9f0b299ec05b9e4dd4eff9e8a4e3b113593606f WHIRLPOOL e023cc097857a8730805e3bbe6030725669b6e42b8f0316de9ce3238dab8dbd77ed8344520c3f0a0626b8e48f5b63893ad558251819b1bfde6b065dd55ea8611 -DIST crossdev-20150527.tar.xz 22252 SHA256 a0602acb52574fdd234a55ca1b15c419073d51a500abbd078673a84ddb150563 SHA512 589d6c0f42d950505c636fb18a294f587328952c952c63c6b8dbbe5d282f857f209130896fa1c5d2957342dc5163db4c03d5140c28cabc49ec2051ffe33c93af WHIRLPOOL ce596065de372b72350b345976db0417b48230da01b4b3e5f5028bee33e91cfc728f9f74370556bc4f35d155839d0a1a997e50c692addb80009c3f336e32a978 DIST crossdev-20150602.tar.xz 22388 SHA256 7fef5b43f9ecbae0b9e1f7a993b53fc97b9bc1fa1d818aa46171c557c57aa23a SHA512 2cc9f2ba9bba037c909204b872b84e1087737f0804fe5f900a5d6e0b2948885aa17dc91d77ac3e38ce9752c56936fe5a92a77b6a264a029c98ef43e641bb7e8d WHIRLPOOL 5fd0e89c92c1ace214580bba200a5ff829a0547437949e0e4d39499305bd1ee75ddbe6ad32cbe1acc39392a8666d681b2c446bd10f257be788df5a7ed8a3a32d DIST crossdev-20150716.tar.xz 22152 SHA256 3988039ebc5363cba752a04ba00df18b0d8c1ac10be342880feda5f848a20a22 SHA512 8c41d9d5e6df8cc894e52b841f827b517a090edd0e281d181cc38d6ce472b75cb592eef487d1fdb99c31b6daf903d2636b625ebd5c8fa2fbbeadfb98e0e5cfbe WHIRLPOOL 39f3e941a2dcb5915f8e81725d8d8abaf3fd9dfa676d7c7096cb188b75c9af439c6e75b34207bd3404f9a1f15954999d8a42dfaf09646aa3c6a0925bf40fb963 +DIST crossdev-20151026.tar.xz 22160 SHA256 ad5ff1cc334325f83f60f87f9a6d795c606317665042cece9d8f12297312ca28 SHA512 f60efd4ad867efd0eb33de5fe327ccbfe73b574c97507bc0edd7ef141ad74c035ae2a0d446180e6a9eb5f43197f44933a452245feec849bacfb03fc07067edd0 WHIRLPOOL 7a8f556e53e7142ccf9c56d6daf700b33d66e530d85e5a5ed5b154a52bbba450956381af06f7b5748a6a82a43666a8c1b7d879296869dadd090e8887fc623ea9 diff --git a/sys-devel/crossdev/crossdev-20100814.ebuild b/sys-devel/crossdev/crossdev-20100814.ebuild deleted file mode 100644 index f57c4546554a..000000000000 --- a/sys-devel/crossdev/crossdev-20100814.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sys-devel/crossdev/crossdev-20101011.ebuild b/sys-devel/crossdev/crossdev-20101011.ebuild deleted file mode 100644 index f57c4546554a..000000000000 --- a/sys-devel/crossdev/crossdev-20101011.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sys-devel/crossdev/crossdev-20110310.ebuild b/sys-devel/crossdev/crossdev-20110310.ebuild deleted file mode 100644 index f57c4546554a..000000000000 --- a/sys-devel/crossdev/crossdev-20110310.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sys-devel/crossdev/crossdev-20110705.ebuild b/sys-devel/crossdev/crossdev-20110705.ebuild deleted file mode 100644 index f57c4546554a..000000000000 --- a/sys-devel/crossdev/crossdev-20110705.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sys-devel/crossdev/crossdev-20110819.ebuild b/sys-devel/crossdev/crossdev-20110819.ebuild deleted file mode 100644 index f57c4546554a..000000000000 --- a/sys-devel/crossdev/crossdev-20110819.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sys-devel/crossdev/crossdev-20111011.ebuild b/sys-devel/crossdev/crossdev-20111011.ebuild deleted file mode 100644 index 43af072a31e1..000000000000 --- a/sys-devel/crossdev/crossdev-20111011.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sys-devel/crossdev/crossdev-20111018.ebuild b/sys-devel/crossdev/crossdev-20111018.ebuild deleted file mode 100644 index 53add094b9ee..000000000000 --- a/sys-devel/crossdev/crossdev-20111018.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sys-devel/crossdev/crossdev-20111118.ebuild b/sys-devel/crossdev/crossdev-20111118.ebuild deleted file mode 100644 index f57c4546554a..000000000000 --- a/sys-devel/crossdev/crossdev-20111118.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sys-devel/crossdev/crossdev-20111221.ebuild b/sys-devel/crossdev/crossdev-20111221.ebuild deleted file mode 100644 index f57c4546554a..000000000000 --- a/sys-devel/crossdev/crossdev-20111221.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sys-devel/crossdev/crossdev-20120214.ebuild b/sys-devel/crossdev/crossdev-20120214.ebuild deleted file mode 100644 index 43af072a31e1..000000000000 --- a/sys-devel/crossdev/crossdev-20120214.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - emake install DESTDIR="${D}" || die -} diff --git a/sys-devel/crossdev/crossdev-20120227.ebuild b/sys-devel/crossdev/crossdev-20120227.ebuild deleted file mode 100644 index fb937b2153b5..000000000000 --- a/sys-devel/crossdev/crossdev-20120227.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20120228.ebuild b/sys-devel/crossdev/crossdev-20120228.ebuild deleted file mode 100644 index fb937b2153b5..000000000000 --- a/sys-devel/crossdev/crossdev-20120228.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20120229.ebuild b/sys-devel/crossdev/crossdev-20120229.ebuild deleted file mode 100644 index fb937b2153b5..000000000000 --- a/sys-devel/crossdev/crossdev-20120229.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20120301.ebuild b/sys-devel/crossdev/crossdev-20120301.ebuild deleted file mode 100644 index fb937b2153b5..000000000000 --- a/sys-devel/crossdev/crossdev-20120301.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20120305.ebuild b/sys-devel/crossdev/crossdev-20120305.ebuild deleted file mode 100644 index 623378667096..000000000000 --- a/sys-devel/crossdev/crossdev-20120305.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20120529.ebuild b/sys-devel/crossdev/crossdev-20120529.ebuild deleted file mode 100644 index fb937b2153b5..000000000000 --- a/sys-devel/crossdev/crossdev-20120529.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20120531.ebuild b/sys-devel/crossdev/crossdev-20120531.ebuild deleted file mode 100644 index 623378667096..000000000000 --- a/sys-devel/crossdev/crossdev-20120531.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20120721.ebuild b/sys-devel/crossdev/crossdev-20120721.ebuild deleted file mode 100644 index 623378667096..000000000000 --- a/sys-devel/crossdev/crossdev-20120721.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20120913.ebuild b/sys-devel/crossdev/crossdev-20120913.ebuild deleted file mode 100644 index 623378667096..000000000000 --- a/sys-devel/crossdev/crossdev-20120913.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20130628.ebuild b/sys-devel/crossdev/crossdev-20130628.ebuild deleted file mode 100644 index 623378667096..000000000000 --- a/sys-devel/crossdev/crossdev-20130628.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20131011.ebuild b/sys-devel/crossdev/crossdev-20131011.ebuild deleted file mode 100644 index 294056f4275f..000000000000 --- a/sys-devel/crossdev/crossdev-20131011.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20131107.ebuild b/sys-devel/crossdev/crossdev-20131107.ebuild deleted file mode 100644 index 294056f4275f..000000000000 --- a/sys-devel/crossdev/crossdev-20131107.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20140118.ebuild b/sys-devel/crossdev/crossdev-20140118.ebuild deleted file mode 100644 index 294056f4275f..000000000000 --- a/sys-devel/crossdev/crossdev-20140118.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20140917.ebuild b/sys-devel/crossdev/crossdev-20140917.ebuild deleted file mode 100644 index 294056f4275f..000000000000 --- a/sys-devel/crossdev/crossdev-20140917.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20141030.ebuild b/sys-devel/crossdev/crossdev-20141030.ebuild deleted file mode 100644 index 294056f4275f..000000000000 --- a/sys-devel/crossdev/crossdev-20141030.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20150521.ebuild b/sys-devel/crossdev/crossdev-20150521.ebuild deleted file mode 100644 index f92fc22e9263..000000000000 --- a/sys-devel/crossdev/crossdev-20150521.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20150525.ebuild b/sys-devel/crossdev/crossdev-20150525.ebuild deleted file mode 100644 index f92fc22e9263..000000000000 --- a/sys-devel/crossdev/crossdev-20150525.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20150526.ebuild b/sys-devel/crossdev/crossdev-20150526.ebuild deleted file mode 100644 index f92fc22e9263..000000000000 --- a/sys-devel/crossdev/crossdev-20150526.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20150527.ebuild b/sys-devel/crossdev/crossdev-20150527.ebuild deleted file mode 100644 index f92fc22e9263..000000000000 --- a/sys-devel/crossdev/crossdev-20150527.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" - inherit git-2 - SRC_URI="" - #KEYWORDS="" -else - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -fi - -DESCRIPTION="Gentoo Cross-toolchain generator" -HOMEPAGE="https://www.gentoo.org/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=">=sys-apps/portage-2.1 - app-shells/bash - !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" - -src_install() { - default - if [[ "${PV}" == "99999999" ]] ; then - sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die - fi -} diff --git a/sys-devel/crossdev/crossdev-20150716.ebuild b/sys-devel/crossdev/crossdev-20150716.ebuild index 3b816c239cff..ed20e4c7f32c 100644 --- a/sys-devel/crossdev/crossdev-20150716.ebuild +++ b/sys-devel/crossdev/crossdev-20150716.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi DESCRIPTION="Gentoo Cross-toolchain generator" diff --git a/sys-devel/crossdev/crossdev-20140729.ebuild b/sys-devel/crossdev/crossdev-20151026.ebuild similarity index 96% rename from sys-devel/crossdev/crossdev-20140729.ebuild rename to sys-devel/crossdev/crossdev-20151026.ebuild index f92fc22e9263..3b816c239cff 100644 --- a/sys-devel/crossdev/crossdev-20140729.ebuild +++ b/sys-devel/crossdev/crossdev-20151026.ebuild @@ -23,6 +23,7 @@ SLOT="0" IUSE="" RDEPEND=">=sys-apps/portage-2.1 + >=app-portage/portage-utils-0.55 app-shells/bash !sys-devel/crossdev-wrappers" DEPEND="app-arch/xz-utils" diff --git a/sys-kernel/linux-headers/linux-headers-4.3.ebuild b/sys-kernel/linux-headers/linux-headers-4.3.ebuild index 047873870ced..1c2db779c33d 100644 --- a/sys-kernel/linux-headers/linux-headers-4.3.ebuild +++ b/sys-kernel/linux-headers/linux-headers-4.3.ebuild @@ -13,7 +13,7 @@ PATCH_VER="1" SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz ${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" DEPEND="app-arch/xz-utils dev-lang/perl" diff --git a/sys-kernel/tuxonice-sources/Manifest b/sys-kernel/tuxonice-sources/Manifest index 0cd4e5e695f1..144d128b87fb 100644 --- a/sys-kernel/tuxonice-sources/Manifest +++ b/sys-kernel/tuxonice-sources/Manifest @@ -1,26 +1,50 @@ DIST genpatches-3.10-98.base.tar.xz 1303112 SHA256 51a91a0d98ceb9c77c900aa4ad86b51113341a2823ccb90c3bd926bb3009b07b SHA512 621cdf1e7ffa02d4e9b0996681f8d60bcf26a30ac4bf8d00145806047a7ace8cbf60195840ba858d775c64107356cbc1efd4b601f6e0219bd2e9552b71d6540b WHIRLPOOL c054f0b2c7de4ba83d0bb53838b0b11564fb7950c081bc65c27f99efaba2e8495f90b62c4c477cbe7f0a47ab20832c070cfe747b526d30481a11839d5a5738d2 DIST genpatches-3.10-98.experimental.tar.xz 60160 SHA256 663505a20e625da9160d279fb42dc578490050d85e83a5b1addde985c456f205 SHA512 8efc7c68eaf21a57e85a76deffc87596eab82988868616ee5e8ee0fc041ef16352fce6c0ac456b10c015416bfbd1b2b8f48cc2d3032c194fa0a097f6a488b432 WHIRLPOOL 49bb906de3a71bc098f3efd686193dfb68b99f110e3025ff3f10fd964ee238be7c46abc4e642b41dda4f579a870b5448c87bf0bb1580dabc6a04b9928cc34b7b DIST genpatches-3.10-98.extras.tar.xz 17840 SHA256 b8207c98fa54727f8c5ad98fa9c36d64ed1b6e035749e969c2c7b9c40d63fff4 SHA512 6c9f9c980de8b160a5ee32d69889bb224c5715eca8412b51bb24f5f24565e28c8ea200d28f26332709e7aada9981867aff76731cec12997e730481f82f09b455 WHIRLPOOL 419b8657351293fa04b0c41bdfbc025e51602f149866fe05cc47c7cbe746c31a2cdd652d652df327949707550f04a0558b442c1815f5e1f596ef830efebe4fd8 +DIST genpatches-3.10-99.base.tar.xz 1308444 SHA256 f8b6ed7dfd6481a1086065881f1693e0d57233827a70c4ca2537c8411ef911ec SHA512 4e2a5788e2a18090dcfaef78d97a9e95cdc27584f5cf71004ff842f47ad5a89b9123f54bfd9be44dc354474151d9beb575df2572a3d47cf9a3452811ba592dad WHIRLPOOL 8a8e44d2e4246d627d6ccf04cd48498bbbd48dd859f41fe07e5492ea929cf0b50f0b1938353ec5dc17bcfa23ca68097330465f5bec2189188983ef930f5ad024 +DIST genpatches-3.10-99.experimental.tar.xz 60164 SHA256 a8bb27a7292a8cf63285743478830b88b70be2ee5ad4beeb9d713e39f4f10ead SHA512 5e81bc456813429eb23f90ec8c7ebe0214e7e376da16ddc622c00a83210372cc0807306272a98754d2480746d8421025eb5b5ba3ea6e879aecf3aae21007caa5 WHIRLPOOL 907641fc4789490ced829b51f0fcc1a3e324a0d97e0b1edb581da91674830cbd59dbe16027573035203a6a24e8a3da680f1f6ee921107a8f2a6958c337c7c710 +DIST genpatches-3.10-99.extras.tar.xz 17840 SHA256 f959a2835307736a3bd1306a2733c677f30f3b245a2aea301440e50220734980 SHA512 4f8c2f6af332be76ffe543d5ce0225ba1b5c8624d4945cfd56043892a2ffc61e65592387938be8fddc73e89d1382ec47524f6f6ff4b61bfeca977a267d72b131 WHIRLPOOL 052dfe64463f5950426dccab6dcaa21abc5abadae27fa0182902bfeac8410fc38bf32d41bce58e585f324287b49d6aec9e59abc19515212f6940007222fa3212 DIST genpatches-3.12-47.base.tar.xz 1507660 SHA256 3b780da7ce93ca89b6aa8143f198dee2d7bb13ca8e25aaae4ec06d010a9168b8 SHA512 5ff8c98768001bddbb62e9deb78cec00b3f27b73b64ce3c925deb3886aae1bdb139761bb5ee3277e3aca2b5229436a2e4497baf911d838b1fbc28202300fd2aa WHIRLPOOL e235c90c899acd0df9bbfb6fa4f8e2607d439c8f510a5d9345913fc8a8b5031ab1938c7b5ed6d5bc33d89c51929aae33135f29c6e0f38151f19a69193710a145 DIST genpatches-3.12-47.experimental.tar.xz 46536 SHA256 2d0838c242b9316cb4cbad557cdde1b02cf9a6bd286c2ec6930628079770ca52 SHA512 c8ed7f89a02e0b5faf53e301440b1fd6a046c72e4dd7edd654b1709805fff47e681bc58401de2a10dac7fbf7d52a2093cc5d48019d69dbffe1f9bcc3c9d8f6e0 WHIRLPOOL ced6040bd9125dfe512db9b704b44cacb596f88f8091c23d3bd70700adb1ce89bfd7d240b33e6256fe7d2b2d0531ddd84c0fa5904c3623ae7c80bad93cdfd89f DIST genpatches-3.12-47.extras.tar.xz 18240 SHA256 1ef9c22bc285daa1fcb24f7e5ba34f83eeff90b5be47a21a0d9a37c741015828 SHA512 8c07e5d4f1a8187f3c07d5c5d236aff74b817122bb51ae6e92458dbc1707d32f2eab894550c51eda42d8260a52c081178bc02c43a4fe5d44c8042d7a66d5d12b WHIRLPOOL a7ba2bba83e772331a40d68512162402c858f46c0e0bc1d08ed2037df0500ad02d8749044f90ff0a87ff1ff5b2ffe937310fd23151d4665ce69a779398c1f291 +DIST genpatches-3.12-48.base.tar.xz 1544548 SHA256 365449bdf6dc7c0521234055c55773a25e2bb7559305da8e00fb2a918244c2a1 SHA512 0f1783d09112489947d7f373a1a3e4939f9aa4248c90a8abd6280055bb25e4e800bd67faf11c129e359dc40858f632e2a844b733ed3619d97972b5262158843d WHIRLPOOL 6de33f1d94bf34c81cf8ee94efd8ebd484cba35cb7f0c4cd55328da92181771a27ef1b738fa8ff2abdc6de6edaa3cc052b16002c99963e86f74b2f91ee54a2c2 +DIST genpatches-3.12-48.experimental.tar.xz 46536 SHA256 4e5fe3d493f4b93a71488202b3a2923ed49dc1bb97c3e6459d782234c8eea261 SHA512 1c79daa3ba465b2d74acce8bf8e0fe5c710640b67f5957ab715967e4ebcaa4735e29b52a34ff6dd3da36554f4ad245f995c8976b28503b5fb12076c6a49417dc WHIRLPOOL 3b27044738ffa23ec581d177796e699a003add8c83c3dea80ac6aab39458a788b90ff266f6434cabdd8ad822798f7f1d83c98b3cf528027c2d76fcd0efae81b2 +DIST genpatches-3.12-48.extras.tar.xz 18244 SHA256 331081906d8187f8c0d882f4b7edfcb86523351fc5955b0b8cd5222d00ecc8ec SHA512 282400f962bf2a6bb76f5bea3f3d6388b69e4ecd785f4d9ec7aa3955ec0d97253015455294595be21ed5d3d66a9bc7ec1e2c36663522dd294677e759a2294a07 WHIRLPOOL f2ebfafe9aa1c6b78ca0759452c3a71a1f358a2c32653a002a157d40af1804b623324c85057872001be074928fb0ceea617d0a4b5abf8f49b532026d6e027340 DIST genpatches-3.14-63.base.tar.xz 1110736 SHA256 430af952731acb738d0569465120f5a60f46a5dfcdba943705ca10ed56bcc4d4 SHA512 7dcca031f1c1d48094ce5cdda960f2b3f38aa1c6022929df2125a5581fcda84330ddf0f99fa00b4d3174be5dcbd24abb569ecdd3add0f3cfbc288409310b9dee WHIRLPOOL 0d46ff7f6960470fcf2019a17885c98f27422e9c406d0019d9cb51ca14a0f122e4c95699e07324c4bc30d3e7e538377c8c15976cc619d578d10f893a3d5af0b3 DIST genpatches-3.14-63.experimental.tar.xz 60316 SHA256 60fcccec6ceec3080c0b76e12f204ba443a8bb92e22b9d3f3b72a86f9338ec87 SHA512 43c31320aace9aecf6064eb877fa21fa25a90355dccb63545edef91105ac69ea7316477ed4ff222b818a9f83e896466cac8dce872274c2fa9c851a144b7a2cd7 WHIRLPOOL 259a9a1d2e94f6f4de11e3712102d51496042ae92097a8714354bcabb70c794c45da63747d739d9f9cbe45e0b19aa7458f979c582b4c1c4e7d86ad979972b66d DIST genpatches-3.14-63.extras.tar.xz 18260 SHA256 d85286f9101952e49f47bd8919449abf7984ba8d5ad1e1711c5e66912a127fef SHA512 10c2e2ce6b227b30404deeb0d01ab0407becd042fb7d462e351ed56d47f973a8710fb07428f7941f972e6c5ba516ca3663c7745898022d3246b35a1cf47165fa WHIRLPOOL 18fe9f3149066dadef9d56e25a15edb8728a8bfb8e1d1d492f46183f90c17ddb84f3065dedee25cb38997f987d6548989818298163f07aa34d3088f49370fe15 +DIST genpatches-3.14-64.base.tar.xz 1117320 SHA256 4ac5de230cb3174469273057203cc2463a2a16a776bacfa65bb922b7f33123dc SHA512 2170058710496275200c7d69e643451cb41578944e60b1cfca0761a4cf0de7f94db37a9f7b0f8880f4031a897d9c437a537e9ee36ad389d613106e98a4e3074c WHIRLPOOL 0fb3bc3d262b548499205a7797e85f8606e1f7682d1c4e8acc066ff10c69cbcccc54478da4b014607c4aacd72e1a388d81117a91e913a9f73f2fc49de0cbda72 +DIST genpatches-3.14-64.experimental.tar.xz 60304 SHA256 dbd95c2e037084a85aed25e3669bffed7f94cc3052734e7954a43ecc3cd577e6 SHA512 9a53dd76dac497028907ed6cf17aade8675620e11bcba88a54f97db3b744123d634bc4d50c262f689e8e5026ec9716febd967461e91b775d0b2e1e53b5589c43 WHIRLPOOL 6fa792538577bf56cf21914c574359c91ba164c519ff0c6c5d10ac218b9c84d73fe017543ab2c5804d63240ce265556983cfd0907c0eae3d1124bb34919f0fc2 +DIST genpatches-3.14-64.extras.tar.xz 18252 SHA256 e6a4f086c0ffb45e5345bd18354c8bff4870f768843a3ce6ad671db99ce8d439 SHA512 ee7dbd7e9db3405cf6b0b55110cee4a7844732dc80b19ec6b76ae27b355fbca58500aa10745dcf8d91db080e67e091400d2c227a35fa3e2c838f1be91740f452 WHIRLPOOL a2c3f61a9191e7703bae7f0dc8bdfa81d349440aa5c2fd3b60456bb36464b35f601a6dc5ecf37552ddc1e8cdd77722c23224d6984b04312bd508ec7e1f264a44 DIST genpatches-3.18-24.base.tar.xz 723760 SHA256 6b21c67c926c470cd09321d3650194b596434cadb1370ae05440168f9288fa65 SHA512 a46ea4adcc975f0946daf3f71b3e92514fb22d6992e501f381ba30dd471f2b1b25c6571d4029d1b860a14792f2e1be2af3bb72f3917022162cb1c04a8898a87e WHIRLPOOL 7e3859e47893a5b4fa1ba242fe63f4d0cd90ac0927ff8deed8cca84e830728e087a105f1807eb3eb80159b7b4d665af3acbcd92302789c9a7af31b73d7402c4c DIST genpatches-3.18-24.experimental.tar.xz 61612 SHA256 f92a05e405bca99e38597669cef64a87c1332b2e72fbc14f93ac4eab73827454 SHA512 04f2ced0957132f0454f0b80781afddf015998849841c300dd8c750977df7218b9c026e35a1b7daeb5ad04c7c590745d5b9058fb7830d6533b456587714d98d5 WHIRLPOOL 6418de81a7027e09e6e0e59ed67c11ef2656a1091e29f10264f5ad2426bc71669e74b053d55a927a831e7ce18a17bbc319fdb5297853444b51d9fa9fa1a3688c DIST genpatches-3.18-24.extras.tar.xz 16184 SHA256 0415f6e56f06b088ef78d7980c447a4a2ddf7d8915c391df0e826f8dac7a3823 SHA512 4a380e0ed2a23fd593dd22d6688e8339f9fe5508c5c7b83604e0d361890f6741418323a0dc4f5652d441d1facaaeb573811ee6770aad8c3cf512a22777a1ac77 WHIRLPOOL 98aacab957a5283b9eea0e204c275b15cece98fb7e80ca69447b0ac9cf96c52c1a11165366108de284a50650421b0f848bdf6b0fa749e55f1173aae5c103f18a +DIST genpatches-3.18-25.base.tar.xz 752676 SHA256 3ab39ed47165216251f369d816649995148936c1d70c2288a5a38a9601cc8197 SHA512 168d9bde976ed99d3ff5a6f83929c8c4b0b29b8216f1695a508c361c9d99ead9b3d6df81eb701bf8b70ea9a5ee6fc9784866f52353f1b4ca90cefab45d8d13eb WHIRLPOOL 9d31dd6261fecfde390306f2407dbe3e2f6f934f161ba66006297fde5191fce3073398b9a617b545a90756d414b4c1b1bea87ec6211f69a177dc1d544e374ab3 +DIST genpatches-3.18-25.experimental.tar.xz 61616 SHA256 467e1302e82f0a5afaa0f3687a0b5978524ef06d2c99ba36e76d6a8f130bea84 SHA512 a31df47bfb00f428d5419c17ae21e2bf58aded932b4f2ebe73b0f0aabdfb19f4599feaede611f31ee93a205519f7dd7f88b897c17ac4feff1a3228c887a58820 WHIRLPOOL 8dc0a5670864c84688272787fc284630980285003cef165629e0083ab1671b7dbb95c1278f1ebb7c80b37e69ec2806fe7067bc9ca4bbec6b30073de3965e13fc +DIST genpatches-3.18-25.extras.tar.xz 16180 SHA256 276495f7316026a91cbb74abc7032bfa4531f209d6092226d1aab70ebb8973e0 SHA512 6c7a040b6f2ea7968f163fea171a51cfa4a0ee04a7a05a1592ed71b8d0e6554b4b2d8137ec2e41a2e703d5913fb2998a6e6f85087c3cb0d6855cebed6f341f8b WHIRLPOOL c0b43b808ece970290867356556fb2b3b9ce6b6621a3772e08eeaf07dd323d048c8d1efb4c2dbabdf77550fd912afdd74bcc9a33c3180dd97938cc2f0e6598c4 DIST genpatches-3.4-93.base.tar.xz 1412220 SHA256 dce2f6bce8058560fb4f005729a29fee9c6846147bca986b8b44d1554b78f0eb SHA512 0f0cf52185a8a49f639a1f9d3ff302a72fd7cbf4403f7f5626c9f39c3f4e2e5ea69f402df429b0b3341655d9b7a4779b738f5d5fc6ecde3799861e0b6efb8cf4 WHIRLPOOL ac2b82b6e749b945b79d2c21dc3081eaf399aafef80a3fc49ee71dc1f7ee753bf406d6e93bf2142ee4b25447e0304800de0adb9911274dc37172a9a9c63d624f DIST genpatches-3.4-93.extras.tar.xz 18236 SHA256 c59bbc018e3c7e71fb655c5e33cbbcc3077dedee08553c287624b175c83d0811 SHA512 61e74164a8de8646d4d0c1cd1592eaeb8f5747f0e03557a78349d8cd2df7e924f012ae4904e14210ab56eb3f1f04e8610818ee05e4b5a51b325a42ded9876e66 WHIRLPOOL 42876d70dadac671875e7dc129020ed04c91ea99f40972cf87554accbe1d5e1651cca02f5e16e30654dabdfc1d15771eab8908a64376402c3b1639164b10258f DIST genpatches-4.1-17.base.tar.xz 411900 SHA256 a19b332a06c9486f38fa0397ddf16a107f524c8fda184a9ba3941d85e29d0f83 SHA512 32ce0d796844516cd27bfcb035ff791cbeb4c3b7cce5465268bf88a306dc1870145b6d5758fb7ef4d53acfb29bb4b8333b5b4ff7cef5a0711efea8ea11052121 WHIRLPOOL aae1f608d665f253fb106e25a51c884caa37f44961027e938daf323689c9c4b0c64071b4a7b4b6d3b07f51f2243a9b84e683aad4ea0fdcc04f09e0b97b65fb5b DIST genpatches-4.1-17.experimental.tar.xz 61620 SHA256 104939e96a8be5483f61a25c716facaa88ae9c5169ea0d265c6758d4d681a339 SHA512 8c9994e556ef20252b59b6a534602b7964f8effc6428464a3463c58aecf0a7e3d93dd9138f89c6f8a8f8cebeb3f60f0df01c2c067fe4998066a42c6c8544a969 WHIRLPOOL 9d1f3a479b8e82597e0a7b2aafedbbbf16a767158134b3b7ead88d753d6723097eba0376930bb20465d84b21b0dd9e850d64fded278d98482b2b8498525f1499 DIST genpatches-4.1-17.extras.tar.xz 16176 SHA256 755f880b1683ac915aa36739ee355fbdc00ceaa6a0843fb4a02f122008a2b33b SHA512 70151870af107d62095f2df0a8881e8934225fd70e5be1731f0a01856ffed61e3b284c20d04105c18a1302974b5bf39b01565ffd9a2338db91dea146b9b626d2 WHIRLPOOL 7250978f19dce490f21f84a27867465d0db195f3bd6b3619e84e591bb83e61d28e732ceef65d90cffc3878ab41eec10b17b6b1b15eaa68e5bf9745a877c4a537 +DIST genpatches-4.1-19.base.tar.xz 451948 SHA256 65c565a3659b0b1ce639aab4c37a45f1e1a2890d4bc7ca05507fe97a1def3c8f SHA512 595abfe560bf83a1809785f4e3c5885db73fab079cb9117669c1006baffb2657d8d0fb5ef2b2740396bcbd7e7296952fafbf9b665944e0ec6bb6fa300bc2e4e5 WHIRLPOOL 5295d5d7e5202cfd3c94c4e3b43a068aacd640d411a34c4a12098a16c854893f9c2d18969efc7d61e1b5951f376e57f402c70dbf3b85ef679940dce2f1dfc674 +DIST genpatches-4.1-19.experimental.tar.xz 61636 SHA256 bbb7d352123b1e35b9550921ce331d8972b91646ab74c0575e7c14d052eccef6 SHA512 0e71ea82d396da39d9806383972877f0ba1552b62b2972a3ea64e17e1f94ff42bda42cd6fdb91173408dbfb24d6294c52bf0e00b26ef8286c61f1f8d3829b2e9 WHIRLPOOL 0de3d30618c081a1a4fe5745f27ebdce6cf87d1040f7813b02a849942a371ecbd5864a06366c733e2b869ce83acef9c076545435919d63b66fb5b507c10f7d80 +DIST genpatches-4.1-19.extras.tar.xz 16188 SHA256 d88c39902511c8bd0e4b80761bef8d85471f08cdea3b7eec3c7e57e63fb4d33a SHA512 83ed872b30caf21f5cbeac892cf00b7633b2957708aa40d1e92b9c7b47c0e1eb72c8a3fd7c8711de3b1c1f9e39699c8d85df93c6db0165a8e8df6d2380fd5792 WHIRLPOOL 7a2deb7718ec4ecdf44fe4e810c973b6d3bf153a9a244bb5b7b5882212a3134f893460f0665a5c655f7ce73a3e90cfc63c8d2cc5c2a502706b5d35f1884899d3 +DIST genpatches-4.2-11.base.tar.xz 274904 SHA256 0407b8f542450e6c1a0af439b04b6fdb9668efbfb6a70da08fc08917b543b9a3 SHA512 ec4f0bc1a53ad19329ccd3000968eadfc9411ef890e8a342c5bbbb810ad1a1abdda430354f85d3fa4a158d330023dff3ec9a02f8228720d5a339806eb9374ec4 WHIRLPOOL 375134e742a18d874212a084cb949daddbf2cb833f8480857a1c65897845e6c8cc88761a4f3bf8858081dc5131710ce1bbe2316134888ba970eb0b98f51d3e24 +DIST genpatches-4.2-11.experimental.tar.xz 61620 SHA256 10111c0a06a30d661b90af17c5d50ce1ae533f55e419d253109a4a313c31121b SHA512 ecdb6aa5a53599d427f38915fb6f8955ee0dd9e9b3744de01e5eaa073e890124e6096cde67596dc853877cf39b227c8115605a71c40665d689febb02f6d193c0 WHIRLPOOL 4fcfc1aa68a6d95a3d3a91ed3d6b47308e17c433b95b0cc2bddfdf5e3dd394f5dd089b66145a4f853300cd18a6bce42e166fcec4ca1fd5a15b77724d99379dba +DIST genpatches-4.2-11.extras.tar.xz 16188 SHA256 d88c39902511c8bd0e4b80761bef8d85471f08cdea3b7eec3c7e57e63fb4d33a SHA512 83ed872b30caf21f5cbeac892cf00b7633b2957708aa40d1e92b9c7b47c0e1eb72c8a3fd7c8711de3b1c1f9e39699c8d85df93c6db0165a8e8df6d2380fd5792 WHIRLPOOL 7a2deb7718ec4ecdf44fe4e810c973b6d3bf153a9a244bb5b7b5882212a3134f893460f0665a5c655f7ce73a3e90cfc63c8d2cc5c2a502706b5d35f1884899d3 DIST genpatches-4.2-9.base.tar.xz 216388 SHA256 16e1a0fdc0c8b36b87477ba11913cd9b83d5cf96651814fb017c7ebe57b65d8f SHA512 3d8d1a25571a969e1e47d37dc87657b409a03200c2d3ee8ffe2cba19344795626225374128cdb7f09df9bd4cb0035a3c8645c2cca9fbab2024f6ea1875a3591c WHIRLPOOL 13254f0c939584052aa7ac736410796bfc37b5b0ca050a0c6c63c4de7c3e84a2ebf649ea87c141702f4a53af4b946aadd1b6eb9a551a620b7d89596f2fd5958a DIST genpatches-4.2-9.experimental.tar.xz 61624 SHA256 c9ee78cc17fc793b79d101b24da89b852a4bb12a80422e65d77f6bb74bb1f192 SHA512 c98d405bbed48a64a08e9b932dc61baa94eb541fab0a5c162f415e8dc29d7d6c22b3635bdce9c9a5fa976c723881effc54a09ab3cf5fa759aa083e2aa8758806 WHIRLPOOL 1ec54338e2a5c06d9f83d70984b028546f12ff47fa1bb2a2b87b2d7972c3a5bf10bb77ed5d6e76b972218a1f03df78d297488939aa5dfb72e3cf4f1186fef5b0 DIST genpatches-4.2-9.extras.tar.xz 16176 SHA256 755f880b1683ac915aa36739ee355fbdc00ceaa6a0843fb4a02f122008a2b33b SHA512 70151870af107d62095f2df0a8881e8934225fd70e5be1731f0a01856ffed61e3b284c20d04105c18a1302974b5bf39b01565ffd9a2338db91dea146b9b626d2 WHIRLPOOL 7250978f19dce490f21f84a27867465d0db195f3bd6b3619e84e591bb83e61d28e732ceef65d90cffc3878ab41eec10b17b6b1b15eaa68e5bf9745a877c4a537 DIST genpatches-4.3-1.base.tar.xz 3464 SHA256 7a4fa6450f306844cbe767c69e0f26cd9363803840e5147c27bc78fa1b20d739 SHA512 a37d673a6daf0956cd5a9284c1772112b726187b2e83293cf1c41b64988eeb3ed27be41394fa18b9ce2dc2c2f07a974f39d74a0d9de406d76d5c8e960bafbe94 WHIRLPOOL 95289c547af7c6ef0c2bf2af323782044c45191b1055e032aeff2652ee2d51779abcb2caea23634dbeaf375397ca4b9ec6b4bb11e3074cac37787b047db0e958 DIST genpatches-4.3-1.experimental.tar.xz 4904 SHA256 e36a9856c8bef942c21f8211a23b54522cd270e98e7bb3facdd562f19e579a0a SHA512 1690d38ebdd12d9593931b6fe7467cfb3cbe160a65c955fa82fccce2a9f57b6818efb39ef01ce97274aa6c8d0596c2d651f293b67abba5556fba7c7495658cd1 WHIRLPOOL 42414daeecba5d9cbc1fe46a3e438c3ef82ebae317a38c9d8b78ad723376550dbf3b83b102a9a0f7f893ed624a62bfeb80a49566bf13803805ae3dd3050e5afe DIST genpatches-4.3-1.extras.tar.xz 16288 SHA256 41cf40be254f6204a0dcfbb0051309bf506a9306e6c637058fc23dbecbe37c00 SHA512 6cedca7ab7e3971751077dbebb84d6cdd711600db7ea19a6e110ebc71a6281dc9db3d195b6f4e553bafd74d3dd1a252308c85e13de76879e3b6becd1b64ad2ff WHIRLPOOL 129068f0912b07e64b8087e90a4f8758673f89f61d9d6ff69962168ad183efe27f9a657bcac85e44db62ee690b86eadc131282200e9d657b47402b3bbc95b96b +DIST genpatches-4.3-4.base.tar.xz 75572 SHA256 c0c073f12a4f1c0adf9d3865fe5d16dc43ea0e5c95c0867868e16e57f2fd6235 SHA512 a16b75f8fcd868d6f9bc2b91318eb8b8ec4db2b622d244e750d4176c4e8225808751c543c54d768fbd88785da656e9f60d8ef8bc22672b5cb1038573c0c366e1 WHIRLPOOL 04c723b71f440035f57684088a47e83430f1c5b057951e037f128f3681f16669eca16f2f1b8d4b7be4a617420131277d1fe415503a679b83a081e06635df46e3 +DIST genpatches-4.3-4.experimental.tar.xz 61592 SHA256 93b8882ba8e67d58f997a9114d5f6d80097aa2773706299899dc38e14d23dda1 SHA512 ecd35bf49aff3afba08eadff0bef4adeac1d2de4e99f27f7fb2d21a55cbc933ea14eb540e77324680b551b9d96f613de7f5882f12efb25aac7109aa92a47713e WHIRLPOOL 259028c079acb258dbef7f36541ad1cce204b4db3058190b00a627e88d48247f4352e0dcd8d46f2106ba292ac740aea3e9d1220e4cb7865cfc6a03d402028370 +DIST genpatches-4.3-4.extras.tar.xz 16292 SHA256 51f02ec53d62389b330e5247a30cc1b84e689f450be6ee6a14f70aa563cac258 SHA512 f1861903f167a85bec8779cdd38d84e1503be4fa417582eb254627a421de32582e81e5983a7e38d371f74175b44685e34f6264cc7f3557b6e021140612afc644 WHIRLPOOL 610c81d7eb45f2152e90c6fdc88fe40a92701e9208bd04127bb54a2ab64ae51ff39f31ae0802efd9fa83b723e467008de2e0d1d93c440d4d3d44834efcd3034b +DIST genpatches-4.4-1.base.tar.xz 3460 SHA256 d8c94ed4b71deb4c138ab3234d9ffed1303b133f7ae2bbd6891615f0af86f849 SHA512 1b9e565f9bb173da5c9d7a4d657abb6f6f0470f8ee0cf671d638f27c9f52005b33d4984793ad8f4424215b87ab18a6fa46b2119a2d5146ccda1e9eb420525f30 WHIRLPOOL dfd911a7dbacd37e9e6c3a81501b9cfbd03ce1338c9b597f0da1e3363abf752dccdab85ebb3a494333bcdaef1fc04f9ab2f2df6797b55ce6e5f1c733be2fc737 +DIST genpatches-4.4-1.experimental.tar.xz 4900 SHA256 1593bfb10d2efa52519d74b2727a4560e11ab5d6ddea2d0f0c0bc8ac59e941f6 SHA512 7523e6de6d4f58b5ebf7d46e6beee58efb96fe4711060bdb358781d95c928a16e63abc26007690df6f25addd8bb07d2034d6040e52938278a0ee8bf4aa8d3db2 WHIRLPOOL b4703ca1a8f4e79a30d1f9ef7e3457c3e6c591c2f6f626a009b609b6396764b6a03939b8fda7debf3c4e3e4f996fc6a9c6a63048f607ab96d6fbc55946f4c303 +DIST genpatches-4.4-1.extras.tar.xz 16292 SHA256 b96ca9230b7dd3e91d571bf82da1ba76050cd5925c7cb537be089d5794e3a1a9 SHA512 a4826a8a652d8155665a8f39c842c0d38757230ab475e0288ce75394b2e62b88dc601b1ddb2ac5169d256ce95a9acc5ceeadc084c774d919f3ddb9e166a59067 WHIRLPOOL a53e9c415af0a8030b507479a7e8a2ff669a7bb409fc960b19b2348e367ed1f841d6339066ff211f16586965fdcaea074b50649d94120ebebdb0ca675ec3329b DIST linux-3.10.tar.xz 73175088 SHA256 df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 WHIRLPOOL e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053 DIST linux-3.12.tar.xz 76384600 SHA256 2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff WHIRLPOOL a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417 DIST linux-3.14.tar.xz 78399152 SHA256 61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e WHIRLPOOL 5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41 @@ -29,11 +53,20 @@ DIST linux-3.4.tar.xz 66748028 SHA256 ff3dee6a855873d12487a6f4070ec2f7996d073019 DIST linux-4.1.tar.xz 83017828 SHA256 caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f SHA512 168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0 WHIRLPOOL 85fcfdb67ea7f865272a85d3b4c3ec1f5a1267f4664bf073c562bb3875e9d96ad68486259d8866a9aced98c95de16840ec531d89745aec75b7315a64ebe650b8 DIST linux-4.2.tar.xz 85507784 SHA256 cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb SHA512 a87bbce3c0c6d810a41bbba1c0dcaae80dc38dded9f8571e97fa4ee5a468d655daf52d260911412f7c7da3171a5114e89d63da14b1753b9a3eb2cc38fd89b9ee WHIRLPOOL 2058e664ee287cc03119ff3dd0155b7018b9c789a13a1012f190e516172f845dcb2d977c8e6a6951e9bd720e5e8cdfa3b888cce392c9b02780520e77475870d0 DIST linux-4.3.tar.xz 86920812 SHA256 4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae SHA512 d25812043850530fdcfdb48523523ee980747f3c2c1266149330844dae2cba0d056d4ddd9c0f129f570f5d1f6df5c20385aec5f6a2e0755edc1e2f5f93e2c6bc WHIRLPOOL e3f131443acc14d4f67bbd3f4e1c57af3d822c41c85a112564d54667a591c8619dce42327fd8166d30a2d7adfaf433c2e2134d4995c91c08f65ac0cc2190f935 +DIST linux-4.4.tar.xz 87295988 SHA256 401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e WHIRLPOOL 02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc DIST tuxonice-for-linux-3.10.92-2015-10-30.patch.bz2 129326 SHA256 0a6bcbfdd95c9cd00edf6dc3a8e6c90f23d609c9bdb848b9ec82b537cf04e72d SHA512 2262eeefcead10a174611aca9be6357336c282fd382832414c8a3bf22597aca68ebf4e954642e76f0fad512ca39bf411ec1889301586110058fa4ce921dc687f WHIRLPOOL 6fd77b95bd5584a354f0499e0048ee1657056cbaf906a08c2a96baa016d49f5c1734fd12621b0d54a75dcb6332554c6b88830e1feca61135330cf94c58a236b3 +DIST tuxonice-for-linux-3.10.94-2015-12-18.patch.bz2 129326 SHA256 0a6bcbfdd95c9cd00edf6dc3a8e6c90f23d609c9bdb848b9ec82b537cf04e72d SHA512 2262eeefcead10a174611aca9be6357336c282fd382832414c8a3bf22597aca68ebf4e954642e76f0fad512ca39bf411ec1889301586110058fa4ce921dc687f WHIRLPOOL 6fd77b95bd5584a354f0499e0048ee1657056cbaf906a08c2a96baa016d49f5c1734fd12621b0d54a75dcb6332554c6b88830e1feca61135330cf94c58a236b3 DIST tuxonice-for-linux-3.12.49-2015-10-10.patch.bz2 129255 SHA256 d4a87a3f83fd0c6d6e9bff6cc776aa4a306ffa3d44046244b78aebf312402c4e SHA512 54e726c12e0dbd2ab39a2c8197924041457718d92121ef720a8e7917ee5f16b9a4337ef5f09ab8cfb9a9e0cbc260f2bdc00af85ee7f89b67ec32404ea7f2445e WHIRLPOOL a4d9697f97e4ff32d37f22283f6fa9e4115f458f09c05232caae06eaa0ac1166a8fb3d056c8bd151480b598945afeebf897d9b8f3097e0bb0f704dc9f34338e8 +DIST tuxonice-for-linux-3.12.51-2015-12-08.patch.bz2 129283 SHA256 63ccc61f8e78cba06e14a5ba037b8d7d81291eade02001124d4a80ab2b803ed1 SHA512 ac67cda41fc44174b6caae016a4befa5cee3cbff9043fafbfeb495fedae91a01f78fff6189b8977243249497b597fd3757a27ef6c8fca958ef10cc9fa4b7ab5b WHIRLPOOL 360300a55d5a020c1d53f150aea35dae4f705b9befcd6216b9804720b8e03ce8c1d2b9693c14d755a01ce695bd0c675f632b3e1a9fc9b7a8576cf07798cf50ed DIST tuxonice-for-linux-3.14.56-2015-10-30.patch.bz2 129506 SHA256 23982d9b8b86efb2a7872de2ce42f64d1246964aa8f22e85e9931982489c1bf5 SHA512 a6144f2bdaa1f7571a43eb80866b9cc5538153e697d55b76579a6105036366d5bfa2ff89684d06be1ba15900197915569adb3a9a4617ebf951b8e6bcc7d93a28 WHIRLPOOL a1d04ea3d7f3dfa0ea45c14da1abb479f62bcbe65d7cbd561fb2505a50279d91e3ea2bc15eef205f8f0d2bb1bccc332574c29f1d1affc0c35657186659676a04 +DIST tuxonice-for-linux-3.14.58-2015-12-18.patch.bz2 129512 SHA256 92aeb2ae8e47ae5bc8669b7240a7ccbfc51594bd8d519ec9049636bdbfb6cc2c SHA512 29e8f67b5f4484d43e5d1b6e9d02782f64f3de14aed1a5014f8d663deb013e7d1a2d9a10b97642a4e0ae86133deae839a65ff58b6b839196cc32f1f0f305a920 WHIRLPOOL bde81733f9685fccc87cc18f40c1f322d52aba45122b94af10338fb32ad6b599f98eb60db83cad80fd737a330919a65ca5dda662a901e6a330919c63b95db6a1 DIST tuxonice-for-linux-3.18.23-2015-10-30.patch.bz2 127492 SHA256 d213ebe58d2119dcda6e12bb0af6c83a67e96b31ee642e774e8f413e5f725124 SHA512 2da98ae2ed51d4ca1a998c1ad7acd08a9baaf0b5600149c8e231ece0c28be708b6719d77776cb095922729aad2eff5b4d4246d9946bf857ee1c15ada13900a75 WHIRLPOOL 3261c5e7901a32e5af3295f2b729d69f3d20057663a0c3af37a03b603ae1461e9bf4765730db9be3346b18c73d7e224dae6f3a92f7361dca30839256357e5a35 +DIST tuxonice-for-linux-3.18.25-2015-12-18.patch.bz2 127492 SHA256 d213ebe58d2119dcda6e12bb0af6c83a67e96b31ee642e774e8f413e5f725124 SHA512 2da98ae2ed51d4ca1a998c1ad7acd08a9baaf0b5600149c8e231ece0c28be708b6719d77776cb095922729aad2eff5b4d4246d9946bf857ee1c15ada13900a75 WHIRLPOOL 3261c5e7901a32e5af3295f2b729d69f3d20057663a0c3af37a03b603ae1461e9bf4765730db9be3346b18c73d7e224dae6f3a92f7361dca30839256357e5a35 DIST tuxonice-for-linux-3.4.110-2015-10-30.patch.bz2 131521 SHA256 560c01b65d68b9679111f83e6de40878594c323de09a6c3d86b4d57b3cd07d8a SHA512 7245467dea585fcd3c0d44c60202e15c038e4e7d17e37efa0decf7db92bdc385568ba50fc70c85bdf6f97ef3346fed3fc49e7edf25773713fdd239e618ef159b WHIRLPOOL 00f387c6e3f01c3d89ae5eaf2d3d49914a9cb30f07c1845bebb8b6883aa74e3f0dca0626c84f6233cdc2b05fbcbaac4158319c21d67d85d7dfd9132e106a70db DIST tuxonice-for-linux-4.1.12-2015-10-30.patch.bz2 133960 SHA256 0562b40fd3b154c4046398a6c095d5dc804357f115d7a02d3adbdbca93452899 SHA512 35d4f53bd4614ce08098d1246df963b564725d3b2390a5b2474ba855f0f263306a4d857c90c9f986d15966eb2e57609215bf7d3f8f5c35cf04b6c2636dd2454a WHIRLPOOL 96014dd874a87afdc1fe88f49bdc13ac77a96bf50f3bee8011924c7aa2fadd5eb38ec278fa75d4e24ff058cb34959a904a1fb9785c935f3cbfb74c2b2a2154ff +DIST tuxonice-for-linux-4.1.15-2015-12-18.patch.bz2 133960 SHA256 0562b40fd3b154c4046398a6c095d5dc804357f115d7a02d3adbdbca93452899 SHA512 35d4f53bd4614ce08098d1246df963b564725d3b2390a5b2474ba855f0f263306a4d857c90c9f986d15966eb2e57609215bf7d3f8f5c35cf04b6c2636dd2454a WHIRLPOOL 96014dd874a87afdc1fe88f49bdc13ac77a96bf50f3bee8011924c7aa2fadd5eb38ec278fa75d4e24ff058cb34959a904a1fb9785c935f3cbfb74c2b2a2154ff DIST tuxonice-for-linux-4.2.5-2015-10-30.patch.bz2 133573 SHA256 e7e6b8767aa97d44f46659ce8be99be58a73f0d83a69d5c5809703c7158835a7 SHA512 e379505276f5829ba07ac7da36ba29a3841c4ee086eb223b833bfc3a1ac3f1c9b3a64b43dae96b5ae6edd34d4fd3b280e027bb94afda3f3f05d95272fe4cc034 WHIRLPOOL 43a5e24cfb24d84350fbfe21043aad3e86aafb5f83f1ab86a3832488b1f65663d768650420585a59c487cc25ed3b5f4267c44dd7b36a4ef242c656d50d7897bd +DIST tuxonice-for-linux-4.2.8-2015-12-18.patch.bz2 133534 SHA256 eed2e0b113989fedbb8aa3f8184c674595773680261ea1d42f742a805c2f967d SHA512 d79bcafe0f1d92408b9fa752098e631c5415ba62fb9af6101e7a6ac9cfa5e9b7d29941f7218a9709d3457d0ec574658ff8ac4ccafc4b51bbe3e4b18ab8bc62c0 WHIRLPOOL f1de53e11e600a9eccf2753803078303ad9cad522381f2ba5e6d8df12bbf34353229b5391fb1bf3b397d76e508964fbf8fd440f1ea7baf0b92b5b65ce734001f +DIST tuxonice-for-linux-4.3.3-2015-12-18.patch.bz2 133453 SHA256 7b82218d17001ab54691552fd87f38482afa4a2923cfdab104381ca0efce8ae0 SHA512 07f349938f34eba8a4da3eec18325be5aa01067a46290d818b453b170acf66b214802b9cc3b25175b3b478839a6611b4c1862b2271401da396a8bc9a52837787 WHIRLPOOL 133e9b38850a82e52faac6eba16dc6b0445e803c5035fe2da38317ad11a581d266a3ba731fb6db589b0bd2f030aa2e7bedeefa7ebc4e5278acc81f197f4acb8a DIST tuxonice-for-linux-head-4.3.0-rc7-2015-11-01.patch.bz2 133453 SHA256 7b82218d17001ab54691552fd87f38482afa4a2923cfdab104381ca0efce8ae0 SHA512 07f349938f34eba8a4da3eec18325be5aa01067a46290d818b453b170acf66b214802b9cc3b25175b3b478839a6611b4c1862b2271401da396a8bc9a52837787 WHIRLPOOL 133e9b38850a82e52faac6eba16dc6b0445e803c5035fe2da38317ad11a581d266a3ba731fb6db589b0bd2f030aa2e7bedeefa7ebc4e5278acc81f197f4acb8a +DIST tuxonice-for-linux-head-4.4.0-rc7-2016-01-01.patch.bz2 133487 SHA256 e68d737a78c9f73b2e5fd1b2ce4344a9085a6461415b6ed18217e6ebc25bd671 SHA512 9ecdcd2ad3172a674d0a75a082a1f083d92f7397d46d9f1af57aebc109c724d0e697a65f3dc53f8bcf4604465106f42fed5f206e12cedc4e70d6df36a35f3df3 WHIRLPOOL 9c770523b6272e84e73a39b9fa49551d6842b88a6d343e5abf266b7b1448f807caacac01a51ea6f63687fb57dbdf3d47fe3265110402a61c98d698f00f54710a diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.94.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.94.ebuild new file mode 100644 index 000000000000..ff79e8e3410f --- /dev/null +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.94.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="99" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="TuxOnIce + Gentoo patchset sources" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" + +TUXONICE_PV="3.10.94" +TUXONICE_DATE="2015-12-18" + +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" +TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" +UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" +UNIPATCH_STRICTORDER="yes" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" + +KEYWORDS="~amd64 ~x86" +IUSE="experimental" + +RDEPEND="${RDEPEND} + >=sys-apps/tuxonice-userui-1.0 + || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" + +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.52.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.52.ebuild new file mode 100644 index 000000000000..05f5c50d7cf8 --- /dev/null +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.12.52.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="48" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="TuxOnIce + Gentoo patchset sources" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" + +TUXONICE_PV="3.12.51" +TUXONICE_DATE="2015-12-08" + +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" +TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" +UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" +UNIPATCH_STRICTORDER="yes" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" + +KEYWORDS="~amd64 ~x86" +IUSE="experimental" + +RDEPEND="${RDEPEND} + >=sys-apps/tuxonice-userui-1.0 + || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" + +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.58.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.58.ebuild new file mode 100644 index 000000000000..b25a7f438dcc --- /dev/null +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.58.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="64" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="TuxOnIce + Gentoo patchset sources" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" + +TUXONICE_PV="3.14.58" +TUXONICE_DATE="2015-12-18" + +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" +TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" +UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" +UNIPATCH_STRICTORDER="yes" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" + +KEYWORDS="~amd64 ~x86" +IUSE="experimental" + +RDEPEND="${RDEPEND} + >=sys-apps/tuxonice-userui-1.0 + || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" + +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-3.18.25.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-3.18.25.ebuild new file mode 100644 index 000000000000..de4f45c7e8fa --- /dev/null +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-3.18.25.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="25" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="TuxOnIce + Gentoo patchset sources" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" + +TUXONICE_PV="3.18.25" +TUXONICE_DATE="2015-12-18" + +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" +TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" +UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" +UNIPATCH_STRICTORDER="yes" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" + +KEYWORDS="~amd64 ~x86" +IUSE="experimental" + +RDEPEND="${RDEPEND} + >=sys-apps/tuxonice-userui-1.0 + || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" + +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-4.1.15.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-4.1.15.ebuild new file mode 100644 index 000000000000..56ba18b8dd8d --- /dev/null +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-4.1.15.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="19" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="TuxOnIce + Gentoo patchset sources" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" + +TUXONICE_PV="4.1.15" +TUXONICE_DATE="2015-12-18" + +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" +TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" +UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" +UNIPATCH_STRICTORDER="yes" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" + +KEYWORDS="~amd64 ~x86" +IUSE="experimental" + +RDEPEND="${RDEPEND} + >=sys-apps/tuxonice-userui-1.0 + || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" + +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-4.2.8.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-4.2.8.ebuild new file mode 100644 index 000000000000..7c582b9db891 --- /dev/null +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-4.2.8.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="11" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="TuxOnIce + Gentoo patchset sources" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" + +TUXONICE_PV="4.2.8" +TUXONICE_DATE="2015-12-18" + +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" +TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" +UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" +UNIPATCH_STRICTORDER="yes" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" + +KEYWORDS="~amd64 ~x86" +IUSE="experimental" + +RDEPEND="${RDEPEND} + >=sys-apps/tuxonice-userui-1.0 + || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" + +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-4.3.3.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-4.3.3.ebuild new file mode 100644 index 000000000000..dd8194128378 --- /dev/null +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-4.3.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="4" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="TuxOnIce + Gentoo patchset sources" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" + +TUXONICE_PV="4.3.3" +TUXONICE_DATE="2015-12-18" + +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" +TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" +UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" +UNIPATCH_STRICTORDER="yes" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" + +KEYWORDS="~amd64 ~x86" +IUSE="experimental" + +RDEPEND="${RDEPEND} + >=sys-apps/tuxonice-userui-1.0 + || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" + +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_SECURITY_UNSUPPORTED="1" diff --git a/sys-kernel/tuxonice-sources/tuxonice-sources-4.4.0.ebuild b/sys-kernel/tuxonice-sources/tuxonice-sources-4.4.0.ebuild new file mode 100644 index 000000000000..d42f66f46c70 --- /dev/null +++ b/sys-kernel/tuxonice-sources/tuxonice-sources-4.4.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="1" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="TuxOnIce + Gentoo patchset sources" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel" + +TUXONICE_PV="head-4.4.0-rc7" +TUXONICE_DATE="2016-01-01" + +TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" +TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}" +UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" +UNIPATCH_STRICTORDER="yes" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" + +KEYWORDS="~amd64 ~x86" +IUSE="experimental" + +RDEPEND="${RDEPEND} + >=sys-apps/tuxonice-userui-1.0 + || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" + +K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: +http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/" +K_SECURITY_UNSUPPORTED="1" diff --git a/sys-libs/glibc/files/eblits/common.eblit b/sys-libs/glibc/files/eblits/common.eblit index 51ba4a923997..c0a989cd150b 100644 --- a/sys-libs/glibc/files/eblits/common.eblit +++ b/sys-libs/glibc/files/eblits/common.eblit @@ -102,62 +102,82 @@ setup_target_flags() { # Both sparc and sparc64 can use -fcall-used-g6. -g7 is bad, though. filter-flags "-fcall-used-g7" append-flags "-fcall-used-g6" - filter-flags "-mvis" - - GLIBCMAJOR=$(get_version_component_range 1 ${PV}) - GLIBCMINOR=$(get_version_component_range 2 ${PV}) - - # set CTARGET_OPT so glibc can use cpu-specific .S files for better performance - # - UltraSPARC T1 (niagara) support requires >= glibc 2.8 - # - UltraSPARC T2 (niagara2) support requires >= glibc 2.7 - - if is_crosscompile || [[ ${PROFILE_ARCH} == "sparc64" ]] || { has_multilib_profile && ! tc-is-cross-compiler; } ; then - case ${ABI}:${CTARGET} in - sparc64:*|\ - default:sparc64*) - filter-flags -Wa,-xarch -Wa,-A - - if is-flagq "-mcpu=niagara2" && [[ ${GLIBCMAJOR}.${GLIBCMINOR} > 2.7 ]] ; then - CTARGET_OPT="sparc64v2-unknown-linux-gnu" - append-flags "-Wa,-xarch=v9b" - export ASFLAGS="${ASFLAGS} -Wa,-xarch=v9b" - elif { is-flagq "-mcpu=niagara" || is-flagq "-mcpu=niagara2" ; } && [[ ${GLIBCMAJOR}.${GLIBCMINOR} > 2.6 ]] ; then - CTARGET_OPT="sparc64v-unknown-linux-gnu" - append-flags "-Wa,-xarch=v9b" - export ASFLAGS="${ASFLAGS} -Wa,-xarch=v9b" - elif is-flagq "-mcpu=ultrasparc3" || is-flagq "-mcpu=niagara" || is-flagq "-mcpu=niagara2"; then - CTARGET_OPT="sparc64b-unknown-linux-gnu" - append-flags "-Wa,-xarch=v9b" - export ASFLAGS="${ASFLAGS} -Wa,-xarch=v9b" - else - CTARGET_OPT="sparc64-unknown-linux-gnu" - append-flags "-Wa,-xarch=v9a" - export ASFLAGS="${ASFLAGS} -Wa,-xarch=v9a" - fi + + # If the CHOST is the basic one (e.g. not sparcv9-xxx already), + # try to pick a better one so glibc can use cpu-specific .S files. + # We key off the CFLAGS to get a good value. Also need to handle + # version skew. + # We can't force users to set their CHOST to their exact machine + # as many of these are not recognized by config.sub/gcc and such :(. + # Note: If the mcpu values don't scale, we might try probing CPP defines. + # Note: Should we factor in -Wa,-AvXXX flags too ? Or -mvis/etc... ? + + local cpu + case ${CTARGET} in + sparc64-*) + case $(get-flag mcpu) in + niagara[234]) + if version_is_at_least 2.8 ; then + cpu="sparc64v2" + elif version_is_at_least 2.4 ; then + cpu="sparc64v" + elif version_is_at_least 2.2.3 ; then + cpu="sparc64b" + fi + ;; + niagara) + if version_is_at_least 2.4 ; then + cpu="sparc64v" + elif version_is_at_least 2.2.3 ; then + cpu="sparc64b" + fi + ;; + ultrasparc3) + cpu="sparc64b" ;; - *) - if is-flagq "-mcpu=niagara2" && [[ ${GLIBCMAJOR}.${GLIBCMINOR} > 2.7 ]] ; then - CTARGET_OPT="sparcv9v2-unknown-linux-gnu" - elif { is-flagq "-mcpu=niagara" || is-flagq "-mcpu=niagara2" ; } && [[ ${GLIBCMAJOR}.${GLIBCMINOR} > 2.6 ]] ; then - CTARGET_OPT="sparcv9v-unknown-linux-gnu" - elif is-flagq "-mcpu=ultrasparc3" || is-flagq "-mcpu=niagara" || is-flagq "-mcpu=niagara2"; then - CTARGET_OPT="sparcv9b-unknown-linux-gnu" - else - CTARGET_OPT="sparcv9-unknown-linux-gnu" - fi + *) + # We need to force at least v9a because the base build doesn't + # work with just v9. + # https://sourceware.org/bugzilla/show_bug.cgi?id=19477 + [[ -z ${cpu} ]] && append-flags "-Wa,-xarch=v9a" ;; esac - else - if is-flagq "-mcpu=niagara2" && [[ ${GLIBCMAJOR}.${GLIBCMINOR} > 2.7 ]] ; then - CTARGET_OPT="sparcv9v2-unknown-linux-gnu" - elif { is-flagq "-mcpu=niagara" || is-flagq "-mcpu=niagara2" ; } && [[ ${GLIBCMAJOR}.${GLIBCMINOR} > 2.6 ]] ; then - CTARGET_OPT="sparcv9v-unknown-linux-gnu" - elif is-flagq "-mcpu=ultrasparc3" || is-flagq "-mcpu=niagara" || is-flagq "-mcpu=niagara2"; then - CTARGET_OPT="sparcv9b-unknown-linux-gnu" - elif { is_crosscompile && want_nptl; } || is-flagq "-mcpu=ultrasparc2" || is-flagq "-mcpu=ultrasparc"; then - CTARGET_OPT="sparcv9-unknown-linux-gnu" - fi - fi + ;; + sparc-*) + case $(get-flag mcpu) in + niagara[234]) + if version_is_at_least 2.8 ; then + cpu="sparcv9v2" + elif version_is_at_least 2.4 ; then + cpu="sparcv9v" + elif version_is_at_least 2.2.3 ; then + cpu="sparcv9b" + else + cpu="sparcv9" + fi + ;; + niagara) + if version_is_at_least 2.4 ; then + cpu="sparcv9v" + elif version_is_at_least 2.2.3 ; then + cpu="sparcv9b" + else + cpu="sparcv9" + fi + ;; + ultrasparc3) + cpu="sparcv9b" + ;; + v9|ultrasparc) + cpu="sparcv9" + ;; + v8|supersparc|hypersparc|leon|leon3) + cpu="sparcv8" + ;; + esac + ;; + esac + [[ -n ${cpu} ]] && CTARGET_OPT="${cpu}-${CTARGET#*-}" ;; esac } diff --git a/sys-process/cronbase/cronbase-0.3.7-r1.ebuild b/sys-process/cronbase/cronbase-0.3.7-r1.ebuild index cc601e3f02f4..6c7fcbc5e3fb 100644 --- a/sys-process/cronbase/cronbase-0.3.7-r1.ebuild +++ b/sys-process/cronbase/cronbase-0.3.7-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gentoo.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" S=${WORKDIR} diff --git a/virtual/jdk/jdk-1.6.0-r2.ebuild b/virtual/jdk/jdk-1.6.0-r2.ebuild index 72ad49cca1ce..d1b9409d7696 100644 --- a/virtual/jdk/jdk-1.6.0-r2.ebuild +++ b/virtual/jdk/jdk-1.6.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="4" DESCRIPTION="Virtual for Java Development Kit (JDK)" SLOT="1.6" -KEYWORDS="amd64 ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="amd64 ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" # The keyword voodoo below is needed to work around confilcting masking types # and for having arch specific preferences. diff --git a/virtual/jdk/jdk-1.7.0.ebuild b/virtual/jdk/jdk-1.7.0.ebuild index a44965268ee1..4dd8ca40fe8e 100644 --- a/virtual/jdk/jdk-1.7.0.ebuild +++ b/virtual/jdk/jdk-1.7.0.ebuild @@ -6,7 +6,7 @@ EAPI="5" DESCRIPTION="Virtual for Java Development Kit (JDK)" SLOT="1.7" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND="|| ( =dev-java/icedtea-bin-7* diff --git a/virtual/jre/jre-1.6.0-r1.ebuild b/virtual/jre/jre-1.6.0-r1.ebuild index 2b962e83d1e5..faa56fb4424a 100644 --- a/virtual/jre/jre-1.6.0-r1.ebuild +++ b/virtual/jre/jre-1.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" DESCRIPTION="Virtual for Java Runtime Environment (JRE)" SLOT="1.6" -KEYWORDS="amd64 ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="amd64 ppc64 x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" RDEPEND="|| ( =virtual/jdk-1.6.0* diff --git a/virtual/jre/jre-1.7.0.ebuild b/virtual/jre/jre-1.7.0.ebuild index 707c38df8ed2..fbb7ff7a7916 100644 --- a/virtual/jre/jre-1.7.0.ebuild +++ b/virtual/jre/jre-1.7.0.ebuild @@ -6,7 +6,7 @@ EAPI="5" DESCRIPTION="Virtual for Java Runtime Environment (JRE)" SLOT="1.7" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND="|| ( =virtual/jdk-1.7.0* diff --git a/www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild b/www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild index 784fa2ceff88..7549272cfcec 100644 --- a/www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild +++ b/www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" DEPEND="app-arch/unzip diff --git a/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild b/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild index f207a4afbe20..aa80f16a34bf 100644 --- a/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild +++ b/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" DEPEND="app-arch/unzip diff --git a/www-apache/mod_jk/mod_jk-1.2.37.ebuild b/www-apache/mod_jk/mod_jk-1.2.37.ebuild index 36184271f890..72521989ac04 100644 --- a/www-apache/mod_jk/mod_jk-1.2.37.ebuild +++ b/www-apache/mod_jk/mod_jk-1.2.37.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit apache-module java-pkg-2 MY_P="tomcat-connectors-${PV}-src" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 x86" DESCRIPTION="JK module for connecting Tomcat and Apache using the ajp13 protocol" HOMEPAGE="http://tomcat.apache.org/connectors-doc/" diff --git a/www-servers/tomcat/tomcat-6.0.44-r0.ebuild b/www-servers/tomcat/tomcat-6.0.44-r0.ebuild index a7ab79401032..4b1d401ba318 100644 --- a/www-servers/tomcat/tomcat-6.0.44-r0.ebuild +++ b/www-servers/tomcat/tomcat-6.0.44-r0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-6/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="6" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" IUSE="extra-webapps" RESTRICT="test" diff --git a/www-servers/tomcat/tomcat-6.0.44-r2.ebuild b/www-servers/tomcat/tomcat-6.0.44-r2.ebuild index d3f72ba39596..4c91ddae9ae7 100644 --- a/www-servers/tomcat/tomcat-6.0.44-r2.ebuild +++ b/www-servers/tomcat/tomcat-6.0.44-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-6/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="6" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" IUSE="extra-webapps" ECJ_SLOT="3.7" diff --git a/www-servers/tomcat/tomcat-7.0.59-r2.ebuild b/www-servers/tomcat/tomcat-7.0.59-r2.ebuild index 7fd086899fa1..af726e346fdb 100644 --- a/www-servers/tomcat/tomcat-7.0.59-r2.ebuild +++ b/www-servers/tomcat/tomcat-7.0.59-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="7" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="extra-webapps websockets" RESTRICT="test" # can we run them on a production system? diff --git a/www-servers/tomcat/tomcat-7.0.64.ebuild b/www-servers/tomcat/tomcat-7.0.64.ebuild index 7072bb9e5e79..4b1dde5244ff 100644 --- a/www-servers/tomcat/tomcat-7.0.64.ebuild +++ b/www-servers/tomcat/tomcat-7.0.64.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="7" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="extra-webapps websockets" RESTRICT="test" # can we run them on a production system? diff --git a/www-servers/tomcat/tomcat-7.0.65.ebuild b/www-servers/tomcat/tomcat-7.0.65.ebuild index fab694741468..dc4522178d39 100644 --- a/www-servers/tomcat/tomcat-7.0.65.ebuild +++ b/www-servers/tomcat/tomcat-7.0.65.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="7" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="extra-webapps websockets" RESTRICT="test" # can we run them on a production system? diff --git a/www-servers/tomcat/tomcat-7.0.67.ebuild b/www-servers/tomcat/tomcat-7.0.67.ebuild index 2bcc4443d1da..cfc066197b85 100644 --- a/www-servers/tomcat/tomcat-7.0.67.ebuild +++ b/www-servers/tomcat/tomcat-7.0.67.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="7" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="extra-webapps websockets" RESTRICT="test" # can we run them on a production system? diff --git a/x11-apps/copyq/Manifest b/x11-apps/copyq/Manifest index db3b0fd6b329..e408044be61c 100644 --- a/x11-apps/copyq/Manifest +++ b/x11-apps/copyq/Manifest @@ -1 +1 @@ -DIST copyq-2.4.9.tar.gz 1415277 SHA256 0736602eef82bd8ddfb7edb2a4c49b898897f7d25ddc2ae249ed50fd4406a8f4 SHA512 e790b2d7531a3e4eb3b88af720074ba35aedae8ef530ee89c78d798720fcf5668b52f4c7f27ea22828dbfac33dbf22260f69294e3fff587c2d05a36844210421 WHIRLPOOL 0cf03d36a9a7b1f1f62453af30b2301929d0ffc022c7e6290346fe6a9af11cb0a1a7a8128daf10fd73166a9ba4f6c9f2c57899229b1fc404ffe6b81dedfa3b78 +DIST copyq-2.5.0.tar.gz 1428790 SHA256 7726745056e8d82625531defc75b2a740d3c42131ecce1f3181bc0a0bae51fb1 SHA512 0489c95fe8365ef9d927e14ad42c01ff9533928e403edbb92d0b9935713d7944edab1f939f100f74a0ddb219c4cf57cedf955362f35d23c706e25c64de725cc7 WHIRLPOOL f41d6ee1bf4fea4ab38bb01b4ef26988bb9968f1a8bc6ed21637318e687419853fc406fe688f01bc83cbce90f67bd9f98db2e48cda80afebcb2bb9897b7e63a5 diff --git a/x11-apps/copyq/copyq-2.4.9.ebuild b/x11-apps/copyq/copyq-2.5.0.ebuild similarity index 88% rename from x11-apps/copyq/copyq-2.4.9.ebuild rename to x11-apps/copyq/copyq-2.5.0.ebuild index e33c6e6f1a1c..0f9fa1dc9baf 100644 --- a/x11-apps/copyq/copyq-2.4.9.ebuild +++ b/x11-apps/copyq/copyq-2.5.0.ebuild @@ -3,7 +3,6 @@ # $Id$ EAPI=5 - inherit cmake-utils multilib DESCRIPTION="Clipboard manager with advanced features" @@ -28,15 +27,20 @@ RDEPEND=" webkit? ( dev-qt/qtwebkit:4 ) ) qt5? ( + dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtscript:5 + dev-qt/qtsvg:5 dev-qt/qtwidgets:5 webkit? ( dev-qt/qtwebkit:5 ) ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + qt4? ( test? ( dev-qt/qttest:4 ) ) + qt5? ( test? ( dev-qt/qttest:5 ) ) +" S="${WORKDIR}"/CopyQ-${PV} diff --git a/x11-libs/cairo/cairo-1.14.6.ebuild b/x11-libs/cairo/cairo-1.14.6.ebuild index 12d34b3af803..23bf429cf70e 100644 --- a/x11-libs/cairo/cairo-1.14.6.ebuild +++ b/x11-libs/cairo/cairo-1.14.6.ebuild @@ -97,6 +97,7 @@ multilib_src_configure() { [[ ${CHOST} == *-interix* ]] && append-flags -D_REENTRANT use elibc_FreeBSD && myopts+=" --disable-symbol-lookup" + [[ ${CHOST} == *-darwin* ]] && myopts+=" --disable-symbol-lookup" # TODO: remove this (and add USE-dep) when DirectFB is converted, # bug #484248 -- but beware of the circular dep. diff --git a/x11-libs/flowcanvas/flowcanvas-0.7.1-r2.ebuild b/x11-libs/flowcanvas/flowcanvas-0.7.1-r2.ebuild index fd0a4e9625c6..6534ef15ff06 100644 --- a/x11-libs/flowcanvas/flowcanvas-0.7.1-r2.ebuild +++ b/x11-libs/flowcanvas/flowcanvas-0.7.1-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug doc" RDEPEND="dev-libs/boost diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest index e00b14a32725..e0ac5733bafd 100644 --- a/x11-libs/gtksourceview/Manifest +++ b/x11-libs/gtksourceview/Manifest @@ -1,3 +1,4 @@ DIST gtksourceview-2.10.5.tar.bz2 1253321 SHA256 c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e SHA512 6f64acef6196bfc5953e0b148d7e460d366073b5e21367c01b01fc4d1c86ffe8aca71ecd77cf0814e47d8fc3085495f25bbbdc69e746987b02fd02fcda64886d WHIRLPOOL 4bd2589d4e06bb5e5c4dc8c55af25c52fd2c2c318a1240d7a430c8cb442cc785b7048f0116d9df714f93c6c1cb87628459239a80ae317d8eb73d27e4c021281a DIST gtksourceview-3.16.1.tar.xz 1272152 SHA256 669e9846ca744ec4d04ce61377e85df7ca909ad476329922a6abf4da423f1b0c SHA512 8bae196d923d08e58c8f02d7612b32aa7caec8457c2ff35c2bb2322a3013a8f1fe52cbc62540f9d83054811ee517088d4e880b82733b2a73e7724a206b2ad911 WHIRLPOOL c51a0dd6ccad2262b289509f8dfa85675ba90cf4f0242358ca2d1ad857cf06e33ad0495560b726430738d827f9204c2eb63a90209171194a7c8eb163e46a1471 DIST gtksourceview-3.18.1.tar.xz 1310248 SHA256 7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6 SHA512 dacee02c1d7232279b560bfa362c65837a981d50fdc28ae966835ead7b0d99310d503b816895c77c5b61967778299e4c9385697de5210259a97f664703bc905f WHIRLPOOL f1319df7219f2b8a36912acf335ff95cfb758117bba03c462f56c64a9917dea9ebef14eb35803add1a95892174b246d023691cbbe075c542a671559a000fb12b +DIST gtksourceview-3.18.2.tar.xz 1317804 SHA256 60f75a9f0039e13a2281fc595b5ef7344afa06732cc53b57d13234bfb0a5b7b2 SHA512 75e502264d7d9f63f9a2c9c884072cfc2d323c7cc49383b9b53916321ce20ef695e7a2dd0f6db67a4daf70ba84a3a907dfc6d9407ba5982adb976210e0589328 WHIRLPOOL 4143a624a0582a5d92de707b5167bc9805a5b484906977c4b0d195703d7bd113ebd677829f6e6c2c2d8d10cdae2041db99e8294e18e7114d53e15da6f233ad80 diff --git a/x11-libs/gtksourceview/gtksourceview-3.18.2.ebuild b/x11-libs/gtksourceview/gtksourceview-3.18.2.ebuild new file mode 100644 index 000000000000..e4630af2bd46 --- /dev/null +++ b/x11-libs/gtksourceview/gtksourceview-3.18.2.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +VALA_MIN_API_VERSION="0.24" +VALA_USE_DEPEND="vapigen" + +inherit gnome2 vala virtualx + +DESCRIPTION="A text widget implementing syntax highlighting and other features" +HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView" + +LICENSE="GPL-2+ LGPL-2.1+" +SLOT="3.0/3" + +IUSE="glade +introspection vala" +REQUIRED_USE="vala? ( introspection )" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" + +RDEPEND=" + >=dev-libs/glib-2.44:2 + >=dev-libs/libxml2-2.6:2 + >=x11-libs/gtk+-3.16:3[introspection?] + glade? ( >=dev-util/glade-3.9:3.10 ) + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.24 + >=dev-util/intltool-0.50 + >=sys-devel/gettext-0.17 + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +src_prepare() { + use vala && vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-deprecations \ + --enable-providers \ + $(use_enable glade glade-catalog) \ + $(use_enable introspection) \ + $(use_enable vala) +} + +src_test() { + Xemake check +} + +src_install() { + DOCS="AUTHORS HACKING MAINTAINERS NEWS README" + gnome2_src_install + + insinto /usr/share/${PN}-3.0/language-specs + doins "${FILESDIR}"/2.0/gentoo.lang +} diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.6.2.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-1.6.2.ebuild index 8c7d5093b967..ceb08e737da1 100644 --- a/x11-libs/libva-intel-driver/libva-intel-driver-1.6.2.ebuild +++ b/x11-libs/libva-intel-driver/libva-intel-driver-1.6.2.ebuild @@ -26,7 +26,7 @@ fi LICENSE="MIT" SLOT="0" if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" else KEYWORDS="" fi diff --git a/x11-libs/libva/libva-1.6.2.ebuild b/x11-libs/libva/libva-1.6.2.ebuild index a882b76a5066..5cd1c389368f 100644 --- a/x11-libs/libva/libva-1.6.2.ebuild +++ b/x11-libs/libva/libva-1.6.2.ebuild @@ -26,7 +26,7 @@ fi LICENSE="MIT" SLOT="0" if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" else KEYWORDS="" fi diff --git a/x11-libs/qtermwidget/Manifest b/x11-libs/qtermwidget/Manifest index deccf1213fb2..9209773121e9 100644 --- a/x11-libs/qtermwidget/Manifest +++ b/x11-libs/qtermwidget/Manifest @@ -1,3 +1 @@ -DIST qtermwidget-0.4.0.37.tar.xz 158080 SHA256 a7614bad4821a1028d8796f7c88fd916fa2c01dead57ddd78929070972d417ee SHA512 1b244dc0f5326b39c44c6c330a9be676c085a5d8297e8947735ee553ee5c5acb2389b1bae737842fcc18b18d0e84a485a91b7d9745c8dcf42c28fcf14a313231 WHIRLPOOL 8429f1789b5015964a28b9930312d486bedb659f95034fb34ed9ed213a03cf40bfaa2d60f27ddec539acf79776bee690f7f6bf034e17eb910305e58bd27aa8a5 -DIST qtermwidget-0.4.0.tar.xz 152952 SHA256 c3e25499109db93cc169f8c7fdc8bd6c98e7712acc21a73e5d88148540582508 SHA512 2f2fe47531a0a0103956174ce69bbb954f0a1b4aedc0a6413825d2a4dc7ff000792a06d37bf0fc9f3f6caec963c831661eb79497217003c3c53b935fa702336c WHIRLPOOL 0fa3efa00cc4d98b154c6f4ae56ab60d2318c637ee544e32b39e2397cbd898ee0aa48762a7aeafe8de47e33b7b49b094421a765a4c1931c4ae7d33e3f9460620 DIST qtermwidget-0.6.0.tar.xz 158312 SHA256 1ea148e67c3e28a53ca24a3c91532507ddd6c5d28611467e7a67334d945cd010 SHA512 2e6c5c4bee50244757aecf461c2f63f3d7306647693176df3587271129a3f12d188ea425d8db3704ec1c52df56d429b06472a7c628b5b916c0852752ebfdb79a WHIRLPOOL 55d3e9544f654dce4139f81e3d933a0d11e3e06e965671e4b17e590219e2e5e991b3bdb61db59203197789d943780f3f40d28f8b5d874479a44cc486ae9a6aad diff --git a/x11-libs/qtermwidget/qtermwidget-0.4.0.37.ebuild b/x11-libs/qtermwidget/qtermwidget-0.4.0.37.ebuild deleted file mode 100644 index 0ce86ae91611..000000000000 --- a/x11-libs/qtermwidget/qtermwidget-0.4.0.37.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit vcs-snapshot cmake-utils - -DESCRIPTION="Qt4 terminal emulator widget" -HOMEPAGE="https://github.com/qterminal/" -SRC_URI="http://dist.leechcraft.org/3rdparty/qtermwidget/qtermwidget-0.4.0-37-gebf7d6c.tar.xz -> ${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug" # todo: python - -DEPEND=" - dev-qt/designer:4 - dev-qt/qtcore:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND}" diff --git a/x11-libs/qtermwidget/qtermwidget-0.4.0.ebuild b/x11-libs/qtermwidget/qtermwidget-0.4.0.ebuild deleted file mode 100644 index 387235664bc7..000000000000 --- a/x11-libs/qtermwidget/qtermwidget-0.4.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit cmake-utils - -DESCRIPTION="Qt4 terminal emulator widget" -HOMEPAGE="https://github.com/qterminal/" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug" # todo: python - -DEPEND=" - dev-qt/designer:4 - dev-qt/qtcore:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND}" diff --git a/x11-misc/xdo/Manifest b/x11-misc/xdo/Manifest index 3cc25e968afa..bb965d8eab52 100644 --- a/x11-misc/xdo/Manifest +++ b/x11-misc/xdo/Manifest @@ -1,2 +1,3 @@ DIST xdo-0.3.tar.gz 6927 SHA256 4845d2d0ba6c55ca657b7fc02483bde26545502ee81e1495ee313dd5bca20e89 SHA512 b900d487f7daba67466ae2a3c318dd64ab2aa2d5f9954af8c93bc30262b23f86972c93e82df56da0801b60be5314e7870df6d7c4252ec00f4705e629d1197d31 WHIRLPOOL bb80a95872f646e97fb377ef50bf3be3f471936b68bc505432fe9d5e0eede0e0c13a04eb86314faadf63c3334af7a3006a88dae55979aca0473379d439eb0f6e DIST xdo-0.4.tar.gz 6544 SHA256 0b3ac57c6127799d18d27aa58b21d837b96525c6c6ae2f1433dc6d0a371e74ea SHA512 2299023be0abf5eea7c71c4513b9a7a6175a287ede233110291d2908ab417a389efe31b26c3fb8cc9e0017707b7accfac6785c1e1fe4154dcebceda3a6121cef WHIRLPOOL a5670d514e5f4279e088b2d4e3904d01464ff5864616bdbfc25ff65e1c3a160bc862441e120fbe313ab7ea9e16d7077c4c7edbc3715d6c39dec18c835182b6e6 +DIST xdo-0.5.tar.gz 6853 SHA256 2686cfbe3727586fae770a033731a92abd35146951961a5e0bf781288296566a SHA512 a33a1480d45b641e471a65b93ac6d5b8c1922559370590a49dd27f5ff139ad59484e4c82266f1a0c2e2c8d6d237a56fc7122424d1270f34f7b9ba616fd04e486 WHIRLPOOL d239fda4bc970c04aa03e0815d598a451b633d023a6277a6c1b330d18246ea36899c1e4c1095de3e8a0fc79a67771a674992331028c154347c7edae5ed1e3024 diff --git a/x11-misc/xdo/xdo-0.5.ebuild b/x11-misc/xdo/xdo-0.5.ebuild new file mode 100644 index 000000000000..880c0bf7478f --- /dev/null +++ b/x11-misc/xdo/xdo-0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit toolchain-funcs + +DESCRIPTION="Small X utility to perform elementary actions on windows" +HOMEPAGE="https://github.com/baskerville/xdo/" +SRC_URI="https://github.com/baskerville/xdo/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="x11-libs/libxcb + x11-libs/xcb-util-wm" +RDEPEND="${DEPEND}" + +src_compile() { + emake CC="$(tc-getCC)" PREFIX=/usr +} + +src_install() { + emake PREFIX=/usr DESTDIR="${D}" install +} diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest index 8c3715f4448d..3b3a2bb2e69f 100644 --- a/x11-terms/qterminal/Manifest +++ b/x11-terms/qterminal/Manifest @@ -1,3 +1 @@ -DIST qterminal-0.4.0.tar.xz 83256 SHA256 f939358e2a31aaeb656d59ca919bbdba2fa78c2b99e691b9cfcd8259e80a495e SHA512 ac858eaac34fc346e6498146307c98b95f133df5a435af01842427f06362c5afb8817197981a0d3aa79f25321117050c80305a978260127a23a252d3a98027eb WHIRLPOOL b78eb321567803cceb4579637ead93c3bfe2cf9148ecdc9565b0a34dbe791a77eac3f567366a1e5152b17181eb7447b734a81ad3cc4b7763c7ca94d0ced1c0ae -DIST qterminal-0.5.0_p20140913.tar.xz 99988 SHA256 965ad96262d22fc88a465f60f5d0f66d650fa8380a906dc70d4eae06b874430a SHA512 8f3a360be2e173c06ab454f0c6e9ac71ecf305ad46c9ad16ff37b3174a160624266ac2c2bd5588a805bcb72aab2c9774ca159eba7e3d2db85a970350fc51da09 WHIRLPOOL a3c7011e75d93888b9de95ddd25bdada4511bd4bd0e02e8af3f1413715efaa7cd9e2d77f8739fd46c5484c2c3f930e8dedbb2ef7a80feff5f97e5ef31d2f03b1 DIST qterminal-0.6.0.tar.xz 100660 SHA256 61121ad0d1d34a5129e1109b6689d7fb7b10130a32831eaf500a86909b29d9bc SHA512 e51b768dc9b467800c7439bf7b021e04d83073a236023632e76ba00551bffa70f3b96f2098c68092283287914ce9103c8dfae8af79c9c25e119528b3f102ab34 WHIRLPOOL 4d67cce15b1ced30916f123ad140f3b00237bd5f4535fe0fb9adbd31829cfdb3120b6788f29cb9545d23d892c6ce22970793c0afed2e5ed225ba8e9a2487a88d diff --git a/x11-terms/qterminal/qterminal-0.4.0.ebuild b/x11-terms/qterminal/qterminal-0.4.0.ebuild deleted file mode 100644 index ed57a5ec8972..000000000000 --- a/x11-terms/qterminal/qterminal-0.4.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit cmake-utils - -DESCRIPTION="Qt4-based multitab terminal emulator" -HOMEPAGE="https://github.com/qterminal/" -SRC_URI="mirror://gentoo/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug" - -DEPEND="dev-qt/qtgui:4 - x11-libs/qtermwidget" -RDEPEND="${DEPEND}" - -#todo: translations diff --git a/x11-terms/qterminal/qterminal-0.5.0_p20140913.ebuild b/x11-terms/qterminal/qterminal-0.5.0_p20140913.ebuild deleted file mode 100644 index b0000202c4a8..000000000000 --- a/x11-terms/qterminal/qterminal-0.5.0_p20140913.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Qt4-based multitab terminal emulator" -HOMEPAGE="https://github.com/qterminal/qterminal" -SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4 - x11-libs/libqxt - >=x11-libs/qtermwidget-0.4.0.37" -RDEPEND="${DEPEND}" diff --git a/x11-themes/gentoo10-backgrounds/metadata.xml b/x11-themes/gentoo10-backgrounds/metadata.xml index b896643bcae6..63ac5653603a 100644 --- a/x11-themes/gentoo10-backgrounds/metadata.xml +++ b/x11-themes/gentoo10-backgrounds/metadata.xml @@ -4,7 +4,4 @@ flameeyes@gentoo.org - - release@gentoo.org - diff --git a/x11-wm/awesome/Manifest b/x11-wm/awesome/Manifest index a285414e6227..c2fba59f46ea 100644 --- a/x11-wm/awesome/Manifest +++ b/x11-wm/awesome/Manifest @@ -1,2 +1,3 @@ DIST awesome-3.4.15.tar.bz2 762323 SHA256 4207f5cbed25d0e7ab35157165d923c2ccf04fded5b3d5fc130134ce9ed5ddfd SHA512 18bb2659e1e7c18a8917f606d635e968daa31a5be4c6d93a109603aace9b5d8b5fd0b8ac1d13ba3d6f2c5c42661204ce80c5ea322088cd358ec5e164b760c339 WHIRLPOOL 74da6197f2e4e5f3d99a11e99c26563f6a145181bab5c017b7ee330041864527551a230ce6dc6109bb5510621fe874921c7caa72c095fa2be6fbdb69e02da1dd DIST awesome-3.5.6.tar.xz 720112 SHA256 37f49de187825425cb3096fc870959d5fec9302b22ffd0f2874d8a18e85046d7 SHA512 8d89bf46956276a8bcf106bb255c051e8382b08617e17691134a8f3e5db3ec9f7773581c02ce62d23e72499f7b1e60fe4322c211e41219b5bffd1897a96f6cf6 WHIRLPOOL 8ec944f1113f7b7b7c6857c02a6c657aec05ddf23674c75a7cf571d4a65720ed4f5f1d28b0fdac032c12ea5e9a54f655d080c6af4e1d314b8c00bf2b9e806d01 +DIST awesome-3.5.7.tar.xz 722864 SHA256 ba7f92b0ab8b729c569b19b098b0a08339d8654e3c040d07ad02cf99641ceecf SHA512 0b57efa6ba55e28fee56bec96dbf3c47249b2d70b21e1a7760d4367a0ba42d9936c1c6b78afa4aa3050a60cf34189551ea53b208ec8ec9f6563a905463550515 WHIRLPOOL ea368fa058aa1c6a143e6f24231adeb47c5e0d26c462b076d8930a49f72c94097555a542405360c107a9e724f4fcc0993a0ff8b53102dfb072db2a9b04f52d9a diff --git a/x11-wm/awesome/awesome-3.5.7.ebuild b/x11-wm/awesome/awesome-3.5.7.ebuild new file mode 100644 index 000000000000..cfc244f2746b --- /dev/null +++ b/x11-wm/awesome/awesome-3.5.7.ebuild @@ -0,0 +1,140 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +CMAKE_MIN_VERSION="2.8" +inherit cmake-utils eutils + +DESCRIPTION="A dynamic floating and tiling window manager" +HOMEPAGE="http://awesome.naquadah.org/" +SRC_URI="http://awesome.naquadah.org/download/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="dbus doc elibc_FreeBSD gnome" + +COMMON_DEPEND=" + >=dev-lang/lua-5.1:0 + dev-libs/glib:2 + >=dev-libs/libxdg-basedir-1 + >=dev-lua/lgi-0.7 + x11-libs/cairo[xcb] + x11-libs/gdk-pixbuf:2 + >=x11-libs/libxcb-1.6 + >=x11-libs/pango-1.19.3[introspection] + >=x11-libs/startup-notification-0.10_p20110426 + >=x11-libs/xcb-util-0.3.8 + x11-libs/xcb-util-cursor + x11-libs/libXcursor + >=x11-libs/libX11-1.3.99.901 + dbus? ( >=sys-apps/dbus-1 ) + elibc_FreeBSD? ( dev-libs/libexecinfo )" + +# graphicsmagick's 'convert -channel' has no Alpha support, bug #352282 +DEPEND="${COMMON_DEPEND} + >=app-text/asciidoc-8.4.5 + app-text/xmlto + dev-util/gperf + virtual/pkgconfig + media-gfx/imagemagick[png] + >=x11-proto/xcb-proto-1.5 + >=x11-proto/xproto-7.0.15 + doc? ( + app-doc/doxygen + media-gfx/graphviz + )" + +RDEPEND="${COMMON_DEPEND}" + +DOCS="AUTHORS BUGS PATCHES README STYLE" + +src_prepare() { + # bug #408025 + epatch "${FILESDIR}/${PN}-3.5_rc1-convert-path.patch" + epatch "${FILESDIR}/${PN}-xsession.patch" + + # bug #507604 + epatch "${FILESDIR}/${PN}-3.5.5-util.lua-xdg-icons-fix.patch" + # bug #509658 + epatch "${FILESDIR}/${PN}-3.5.5-cflag-cleanup.patch" + + # bug #571544 + # Merged upstream + #epatch "${FILESDIR}/${PN}-3.5.6-fix-multi-instances-focus.patch" + + epatch_user +} + +src_configure() { + mycmakeargs=( + -DPREFIX="${EPREFIX}"/usr + -DSYSCONFDIR="${EPREFIX}"/etc + $(cmake-utils_use_with dbus DBUS) + $(cmake-utils_use doc GENERATE_DOC) + ) + + cmake-utils_src_configure +} + +src_compile() { + local myargs="all" + + if use doc ; then + myargs="${myargs} doc" + fi + cmake-utils_src_make ${myargs} +} + +src_install() { + cmake-utils_src_install + + if use doc ; then + ( + cd "${CMAKE_BUILD_DIR}"/doc + mv html doxygen + dohtml -r doxygen || die + ) + fi + rm -rf "${ED}"/usr/share/doc/${PN} || die "Cleanup of dupe docs failed" + + exeinto /etc/X11/Sessions + newexe "${FILESDIR}"/${PN}-session ${PN} || die + + # GNOME-based awesome + if use gnome ; then + # GNOME session + insinto /usr/share/gnome-session/sessions + newins "${FILESDIR}/${PN}-gnome-3.session" "${PN}-gnome.session" || die + # Application launcher + domenu "${FILESDIR}/${PN}-gnome.desktop" || die + # X Session + insinto /usr/share/xsessions/ + doins "${FILESDIR}/${PN}-gnome-xsession.desktop" || die + fi +} + +pkg_postinst() { + # bug #447308 + if use gnome; then + elog + elog "You have enabled the gnome USE flag." + elog "Please note that quitting awesome won't kill your gnome session." + elog "To really quit the session, you should bind your quit key" + elog "to the following command:" + elog " gnome-session-quit --logout" + elog "For more info visit" + elog " https://bugs.gentoo.org/show_bug.cgi?id=447308" + fi + + # bug #440724 + elog + elog "If you are having issues with Java application windows being" + elog "completely blank, try installing" + elog " x11-misc/wmname" + elog "and setting the WM name to LG3D." + elog "For more info visit" + elog " https://bugs.gentoo.org/show_bug.cgi?id=440724" + elog +} diff --git a/x11-wm/jwm/jwm-2.3.2.ebuild b/x11-wm/jwm/jwm-2.3.2.ebuild index 64d42ed4eaa8..70e77ed75f51 100644 --- a/x11-wm/jwm/jwm-2.3.2.ebuild +++ b/x11-wm/jwm/jwm-2.3.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://joewing.net/programs/jwm/releases/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ppc ~x86 ~x86-fbsd" IUSE="bidi debug jpeg png truetype xinerama xpm" RDEPEND="xpm? ( x11-libs/libXpm ) diff --git a/x11-wm/xmonad-contrib/Manifest b/x11-wm/xmonad-contrib/Manifest index 655e92802a5c..5a163ac43760 100644 --- a/x11-wm/xmonad-contrib/Manifest +++ b/x11-wm/xmonad-contrib/Manifest @@ -1,2 +1,3 @@ DIST xmonad-contrib-0.11.2.tar.gz 401758 SHA256 515d87838ad1f9622d0b491390c5961318d2cb84c96410dee91b5653c5388c62 SHA512 373e1ed1744cbdf26902402d74b4efafa043a4ccf1953c26ec55a03ef8de31818b0c4cfced08b43e664e5f052e52923c6dfb08d68be86726e9f0ed1d96ad7910 WHIRLPOOL 8356462938d9565ee010335c90646d5f23adf3b830bbf7727ef8fa89ff6c027ff94be44b99260ae3c57f9773b6cf985029ba2f183cc7b8c9e18d18fd260f90a9 DIST xmonad-contrib-0.11.4.tar.gz 401743 SHA256 a379b3d4f2d3d8793d6c76812e90cbb055fa0598cfba944af47139bb77e2acbc SHA512 3d747988baa497475255be4cc96f7eba5cf6fc81658f8f877ca92148fb9a154423ee98ebeb23690de00b186d2e34ad13d94cf1fe332d4ca4f1f4a64790e46ed7 WHIRLPOOL 1f25fff0088f15942bddd6a8e285fcf283f723527cc10b120c81cbb9a74a56106d5f7c5f676cf6b3fcd118bc3843e510169161898267f160c73b35c0fba458df +DIST xmonad-contrib-0.12.tar.gz 464978 SHA256 131d31c471ac02ece9c7e920497b4839a45df786a2096f56adb1f2de1221f311 SHA512 5bb145fc7d07ebc8e4dde5ba83b5340913fb089581d22e993663402fc6728eab9f6939466b7a262827c0098599073a928700e0acb8245b943b23e6cd01e63056 WHIRLPOOL 6618b4afafa8961745dda180c6375b9afdf48211eec93e561f450a3cb4d13a163dbc5175edc297cd324a9f3866a45d3b74cef59001a62bc0141908967d4b9688 diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.12.ebuild b/x11-wm/xmonad-contrib/xmonad-contrib-0.12.ebuild new file mode 100644 index 000000000000..929d3724d142 --- /dev/null +++ b/x11-wm/xmonad-contrib/xmonad-contrib-0.12.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 +#hackport: flags: -testing,use_xft:xft + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Third party extensions for xmonad" +HOMEPAGE="http://xmonad.org/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="+xft" + +RDEPEND="dev-haskell/extensible-exceptions:=[profile?] + >=dev-haskell/mtl-1:=[profile?] =dev-haskell/x11-1.6.1:=[profile?] =dev-lang/ghc-7.6.1:= + >=x11-wm/xmonad-0.12:=[profile?] =dev-haskell/x11-xft-0.2:=[profile?] ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.16.0 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-testing \ + $(cabal_flag xft use_xft) +} diff --git a/x11-wm/xmonad/Manifest b/x11-wm/xmonad/Manifest index e2d8ead4b4c7..b0d194639aff 100644 --- a/x11-wm/xmonad/Manifest +++ b/x11-wm/xmonad/Manifest @@ -1,2 +1,3 @@ DIST xmonad-0.11.1.tar.gz 59307 SHA256 39e0bf227df782d7a5799c811ad0d8b70c9d6eaaa94e8cc395fcf25895d6d2dd SHA512 4916451d81d359dbbf508f3b20f649f956255f526f14b1eb6c0d32bc789474db30d7acac768663ca32784c7fe361195a50f45a7cb7371ee9a29c9b8f1c64d528 WHIRLPOOL 5707bd5763f525b196deea6ead806af74707e2bbd31ff67039b292f3b97f607c2351ef45e57373f0f7313e5c307335cb5f4a84820d8e658b7d864927f109891c DIST xmonad-0.11.tar.gz 59119 SHA256 e5bd36d5184facad66acf2688b02922bfc6de32b576758f4b00688253c425bdb SHA512 34740f032508584f34f6b138d21394eca17e8020bccc4d8c6e8b3cb6b7ca64b153077cfd16636a6130768ebd145fe993569f8a229862d7816d0c89c905ee08bc WHIRLPOOL 9bab495c4094f21427afa797f97b6af13d9c156484b33087b6378191b0d99255f070adc09df3da9eba3ff55a59a8f03830110a4ab2aa9ad9d93d2f1a35d5dc54 +DIST xmonad-0.12.tar.gz 61436 SHA256 e8f649dbd4a8d5f75fdac9ceb5ee38b64fd351910ade81c188f5dd7bc21dfdd7 SHA512 e519c038d90db037bc81e7baf7b07cfa53922509e98ffddacfc4a6cc2c7376383be1e721f613057a5febbfcc661807b6382124eb673ac7a7cda23c738d3539ab WHIRLPOOL f0d37d35a9730b68b38c46ec7694ccd922b2fab96b3e8d99d007ccb887a06b3f88e6f1ea818124d427378246caab1f7d3ec4338eab1007431cdf5a19fc1cc3b9 diff --git a/x11-wm/xmonad/files/xmonad-0.12-check-repeat.patch b/x11-wm/xmonad/files/xmonad-0.12-check-repeat.patch new file mode 100644 index 000000000000..79bd2c2d21fa --- /dev/null +++ b/x11-wm/xmonad/files/xmonad-0.12-check-repeat.patch @@ -0,0 +1,40 @@ +--- xmonad/src/XMonad/Core.hs 2010-09-05 05:11:42.000000000 +0400 ++++ xmonad/src/XMonad/Core.hs 2010-09-18 07:59:14.000000000 +0400 +@@ -65,6 +65,7 @@ + , waitingUnmap :: !(M.Map Window Int) -- ^ the number of expected UnmapEvents + , dragging :: !(Maybe (Position -> Position -> X (), X ())) + , numberlockMask :: !KeyMask -- ^ The numlock modifier ++ , keyPressed :: !KeyCode -- ^ keycode of the key being pressed if any + , extensibleState :: !(M.Map String (Either String StateExtension)) + -- ^ stores custom state information. + -- +--- xmonad/src/XMonad/Main.hs 2010-09-05 05:11:42.000000000 +0400 ++++ xmonad/src/XMonad/Main.hs 2010-09-18 08:03:11.000000000 +0400 +@@ -129,6 +129,7 @@ + , mapped = S.empty + , waitingUnmap = M.empty + , dragging = Nothing ++ , keyPressed = 0 + , extensibleState = extState + } + allocaXEvent $ \e -> +@@ -190,10 +191,15 @@ + -- run window manager command + handle (KeyEvent {ev_event_type = t, ev_state = m, ev_keycode = code}) + | t == keyPress = withDisplay $ \dpy -> do +- s <- io $ keycodeToKeysym dpy code 0 +- mClean <- cleanMask m +- ks <- asks keyActions +- userCodeDef () $ whenJust (M.lookup (mClean, s) ks) id ++ kp <- gets keyPressed ++ if kp /= code then do ++ modify $ \s -> s { keyPressed = code } ++ s <- io $ keycodeToKeysym dpy code 0 ++ mClean <- cleanMask m ++ ks <- asks keyActions ++ userCodeDef () $ whenJust (M.lookup (mClean, s) ks) id ++ else return () ++ | t == keyRelease = modify $ \s -> s { keyPressed = 0 } + + -- manage a new window + handle (MapRequestEvent {ev_window = w}) = withDisplay $ \dpy -> do diff --git a/x11-wm/xmonad/xmonad-0.12.ebuild b/x11-wm/xmonad/xmonad-0.12.ebuild new file mode 100644 index 000000000000..305a0c7bf5e7 --- /dev/null +++ b/x11-wm/xmonad/xmonad-0.12.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 +#hackport: flags: -generatemanpage,-testing + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A tiling window manager" +HOMEPAGE="http://xmonad.org" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +IUSE="+default-term no-autorepeat-keys" + +RDEPEND="dev-haskell/data-default:=[profile?] + dev-haskell/extensible-exceptions:=[profile?] + dev-haskell/mtl:=[profile?] + dev-haskell/setlocale:=[profile?] + >=dev-haskell/utf8-string-0.3:=[profile?] =dev-haskell/x11-1.5:=[profile?] =dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/quickcheck-2 ) +" +PDEPEND="default-term? ( x11-terms/xterm ) + x11-apps/xmessage +" + +SAMPLE_CONFIG="xmonad.hs" +SAMPLE_CONFIG_LOC="man" + +src_prepare() { + use no-autorepeat-keys && epatch "$FILESDIR"/${PN}-0.12-check-repeat.patch + + # allow user patches + epatch_user +} + +src_configure() { + haskell-cabal_src_configure \ + --flag=-generatemanpage \ + --flag=-testing +} + +src_install() { + cabal_src_install + + echo -e "#!/bin/sh\n/usr/bin/xmonad" > "${T}/${PN}" + exeinto /etc/X11/Sessions + doexe "${T}/${PN}" + + insinto /usr/share/xsessions + doins "${FILESDIR}/${PN}.desktop" + + doman man/xmonad.1 + dohtml man/xmonad.1.html + + dodoc CONFIG README.md CHANGES.md +} + +pkg_postinst() { + haskell-cabal_pkg_postinst + + elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:" + elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}" + elog "The parameters in this file are the defaults used by xmonad." + elog "To customize xmonad, copy this file to:" + elog " ~/.xmonad/${SAMPLE_CONFIG}" + elog "After editing, use 'mod-q' to dynamically restart xmonad " + elog "(where the 'mod' key defaults to 'Alt')." + elog "" + elog "Read the README or man page for more information, and to see " + elog "other possible configurations go to:" + elog " http://haskell.org/haskellwiki/Xmonad/Config_archive" + elog "Please note that many of these configurations will require the " + elog "x11-wm/xmonad-contrib package to be installed." +}