diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.8.1.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.8.1.ebuild index 3a5af97ba0e0..3d1b07bf31cc 100644 --- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.8.1.ebuild +++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.8.1.ebuild,v 1.5 2013/12/08 17:31:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-atk/at-spi2-atk-2.8.1.ebuild,v 1.6 2013/12/22 15:24:10 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Accessibility" LICENSE="LGPL-2+" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="" COMMON_DEPEND=" diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild index 14db9ee77402..202c7a548ec1 100644 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild +++ b/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild,v 1.4 2013/12/08 17:32:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.8.0.ebuild,v 1.5 2013/12/22 15:22:06 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Accessibility" LICENSE="LGPL-2+" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="+introspection" RDEPEND=" diff --git a/app-accessibility/espeak/espeak-1.47.11-r1.ebuild b/app-accessibility/espeak/espeak-1.47.11-r1.ebuild index 0b051f552532..a9c001b0bec1 100644 --- a/app-accessibility/espeak/espeak-1.47.11-r1.ebuild +++ b/app-accessibility/espeak/espeak-1.47.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.47.11-r1.ebuild,v 1.4 2013/12/21 18:13:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.47.11-r1.ebuild,v 1.7 2013/12/22 18:13:33 jer Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Speech synthesizer for English and other languages" HOMEPAGE="http://espeak.sourceforge.net/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="portaudio pulseaudio" COMMON_DEPEND=" portaudio? ( >=media-libs/portaudio-19_pre20071207 ) diff --git a/app-accessibility/gnome-mag/files/gnome-mag-0.15.9-magnifier-fix-warnings.patch b/app-accessibility/gnome-mag/files/gnome-mag-0.15.9-magnifier-fix-warnings.patch deleted file mode 100644 index 6771ee910f25..000000000000 --- a/app-accessibility/gnome-mag/files/gnome-mag-0.15.9-magnifier-fix-warnings.patch +++ /dev/null @@ -1,71 +0,0 @@ -From: Romain Perier -Date: Fri, 15 Jan 2010 13:06:08 +0100 -Subject: Fix ugly warnings - -1)° g_object_get_data(GObject *, const gchar *) : needs a GObject * in first argument, - so because GdkPixbuf inherits from GObject, we've just to call G_OBJECT() macro. -2)° Invalid function prototype, so invalid function pointer. - Note: this callback just returns a value, so it's inlinable. -3)° Implicit declaration of 'gdk_pixbuf_set_option' due to missing GDK_PIXBUF_ENABLE_BACKEND - (see gdk-pixbuf/gdk-pixbuf-io.h for more details) -4)° event was useless (unused) - ---- - magnifier/magnifier.c | 9 +++++---- - magnifier/x11/gmag-graphical-server.c | 5 ++--- - 2 files changed, 7 insertions(+), 7 deletions(-) - ---- a/magnifier/magnifier.c -+++ b/magnifier/magnifier.c -@@ -304,8 +304,8 @@ magnifier_set_cursor_from_pixbuf (Magnifier *magnifier, - magnifier->priv->cursor = pixmap; - magnifier->priv->cursor_mask = mask; - -- xhot_string = g_object_get_data (cursor_pixbuf, "x_hot"); -- yhot_string = g_object_get_data (cursor_pixbuf, "y_hot"); -+ xhot_string = g_object_get_data (G_OBJECT(cursor_pixbuf), "x_hot"); -+ yhot_string = g_object_get_data (G_OBJECT(cursor_pixbuf), "y_hot"); - - if (xhot_string) - magnifier->cursor_hotspot.x = atoi (xhot_string); -@@ -1214,9 +1214,10 @@ magnifier_gobject_dispose (GObject *object) - BONOBO_CALL_PARENT (G_OBJECT_CLASS, dispose, (object)); - } - --static -+static inline - CORBA_boolean --impl_magnifier_support_colorblind_filters (Magnifier *magnifier) -+impl_magnifier_support_colorblind_filters (PortableServer_Servant _servant G_GNUC_UNUSED, -+ CORBA_Environment *ev G_GNUC_UNUSED) - { - #ifdef HAVE_COLORBLIND - return CORBA_TRUE; ---- a/magnifier/x11/gmag-graphical-server.c -+++ b/magnifier/x11/gmag-graphical-server.c -@@ -20,7 +20,7 @@ - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ -- -+#define GDK_PIXBUF_ENABLE_BACKEND - #include "config.h" - #include "magnifier.h" - #include "magnifier-private.h" -@@ -48,7 +48,6 @@ - #include - - #include -- - #include - #include - -@@ -439,7 +438,7 @@ gmag_gs_events_handler (GIOChannel *source, GIOCondition condition, - static gboolean - gmag_gs_use_damage () - { -- gint major, event, error; -+ gint major, error; - if (XQueryExtension ( - dpy, "DAMAGE", &major, &damage_event_base, &error) && - !g_getenv ("MAGNIFIER_IGNORE_DAMAGE")) { diff --git a/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild b/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild index 19c4c5c3fd6c..5796ef3c7319 100644 --- a/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild,v 1.2 2013/09/10 08:39:50 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild,v 1.3 2013/12/23 00:32:25 tomwij Exp $ EAPI="3" inherit flag-o-matic eutils multilib @@ -31,7 +31,7 @@ src_configure() { # Instead of filtering --as-needed (bug #128505), append --no-as-needed append-ldflags $(no-as-needed) - use ssl && myconf+=" --with-ssl=${EPREFIX}/usr --enable-ssl" + use ssl && myconf+=" --with-ssl=\"${EPREFIX}\"/usr --enable-ssl" # econf overwrites the stuff from config.layout, so we have to put them into # our myconf line too diff --git a/app-admin/apache-tools/apache-tools-2.4.6.ebuild b/app-admin/apache-tools/apache-tools-2.4.6.ebuild index 42463508226a..bd6886530e56 100644 --- a/app-admin/apache-tools/apache-tools-2.4.6.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.6.ebuild,v 1.3 2013/09/10 08:39:50 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.6.ebuild,v 1.4 2013/12/23 00:32:25 tomwij Exp $ EAPI="3" inherit flag-o-matic eutils multilib @@ -31,7 +31,7 @@ src_configure() { # Instead of filtering --as-needed (bug #128505), append --no-as-needed append-ldflags $(no-as-needed) - use ssl && myconf+=" --with-ssl=${EPREFIX}/usr --enable-ssl" + use ssl && myconf+=" --with-ssl=\"${EPREFIX}\"/usr --enable-ssl" # econf overwrites the stuff from config.layout, so we have to put them into # our myconf line too diff --git a/app-admin/apache-tools/apache-tools-2.4.7.ebuild b/app-admin/apache-tools/apache-tools-2.4.7.ebuild index a0161c4cbdec..ddd207de43a2 100644 --- a/app-admin/apache-tools/apache-tools-2.4.7.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.7.ebuild,v 1.2 2013/11/26 08:26:55 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.7.ebuild,v 1.3 2013/12/23 00:32:25 tomwij Exp $ EAPI=5 inherit flag-o-matic eutils multilib @@ -31,7 +31,7 @@ src_configure() { # Instead of filtering --as-needed (bug #128505), append --no-as-needed append-ldflags $(no-as-needed) - use ssl && myconf+=" --with-ssl=${EPREFIX}/usr --enable-ssl" + use ssl && myconf+=" --with-ssl=\"${EPREFIX}\"/usr --enable-ssl" # econf overwrites the stuff from config.layout, so we have to put them into # our myconf line too diff --git a/app-admin/apache-tools/files/apache-tools-Makefile.patch b/app-admin/apache-tools/files/apache-tools-Makefile.patch deleted file mode 100644 index ac70fee9690a..000000000000 --- a/app-admin/apache-tools/files/apache-tools-Makefile.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- a/support/Makefile.in -+++ b/support/Makefile.in -@@ -1,9 +1,10 @@ - DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \ -- logresolve.pl phf_abuse_log.cgi split-logfile envvars-std -+ logresolve.pl phf_abuse_log.cgi split-logfile - - CLEAN_TARGETS = suexec - --PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm htcacheclean httxt2dbm -+PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm \ -+ htcacheclean httxt2dbm log_server_status split-logfile dbmmanage - TARGETS = $(PROGRAMS) - - PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) -@@ -12,22 +13,13 @@ PROGRAM_DEPENDENCIES = - include $(top_builddir)/build/rules.mk - - install: -- @test -d $(DESTDIR)$(bindir) || $(MKINSTALLDIRS) $(DESTDIR)$(bindir) - @test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir) -- @test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir) -- @cp -p $(top_builddir)/server/httpd.exp $(DESTDIR)$(libexecdir) -- @for i in apxs apachectl dbmmanage; do \ -+ @for i in $(PROGRAMS) ; do \ - if test -f "$(builddir)/$$i"; then \ - cp -p $$i $(DESTDIR)$(sbindir); \ - chmod 755 $(DESTDIR)$(sbindir)/$$i; \ - fi ; \ - done -- @if test -f "$(builddir)/envvars-std"; then \ -- cp -p envvars-std $(DESTDIR)$(sbindir); \ -- if test ! -f $(DESTDIR)$(sbindir)/envvars; then \ -- cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \ -- fi ; \ -- fi - - htpasswd_OBJECTS = htpasswd.lo - htpasswd: $(htpasswd_OBJECTS) diff --git a/app-admin/bcfg2/files/bcfg2-1.2.2-CVE-2012-3366-Trigger-plugin.patch b/app-admin/bcfg2/files/bcfg2-1.2.2-CVE-2012-3366-Trigger-plugin.patch deleted file mode 100644 index 031dfa89d3e0..000000000000 --- a/app-admin/bcfg2/files/bcfg2-1.2.2-CVE-2012-3366-Trigger-plugin.patch +++ /dev/null @@ -1,63 +0,0 @@ -Downloaded from http://trac.mcs.anl.gov/projects/bcfg2/changeset/a524967e8d5c4c22e49cd619aed20c87a316c0be/ - -Index: src/lib/Server/Plugins/Trigger.py -=================================================================== ---- src/lib/Server/Plugins/Trigger.py (revision bf5040f75e71e25af0b9b5c2a9c098c5933d4acc) -+++ src/lib/Server/Plugins/Trigger.py (revision a524967e8d5c4c22e49cd619aed20c87a316c0be) -@@ -1,16 +1,6 @@ - import os -+import pipes - import Bcfg2.Server.Plugin -- -- --def async_run(prog, args): -- pid = os.fork() -- if pid: -- os.waitpid(pid, 0) -- else: -- dpid = os.fork() -- if not dpid: -- os.system(" ".join([prog] + args)) -- os._exit(0) -- -+from subprocess import Popen, PIPE - - class Trigger(Bcfg2.Server.Plugin.Plugin, -@@ -31,8 +21,29 @@ - raise Bcfg2.Server.Plugin.PluginInitError - -+ def async_run(self, args): -+ pid = os.fork() -+ if pid: -+ os.waitpid(pid, 0) -+ else: -+ dpid = os.fork() -+ if not dpid: -+ self.debug_log("Running %s" % " ".join(pipes.quote(a) -+ for a in args)) -+ proc = Popen(args, stdin=PIPE, stdout=PIPE, stderr=PIPE) -+ (out, err) = proc.communicate() -+ rv = proc.wait() -+ if rv != 0: -+ self.logger.error("Trigger: Error running %s (%s): %s" % -+ (args[0], rv, err)) -+ elif err: -+ self.debug_log("Trigger: Error: %s" % err) -+ os._exit(0) -+ - def process_statistics(self, metadata, _): - args = [metadata.hostname, '-p', metadata.profile, '-g', - ':'.join([g for g in metadata.groups])] -+ self.debug_log("running triggers") - for notifier in os.listdir(self.data): -+ self.debug_log("running %s" % notifier) - if ((notifier[-1] == '~') or - (notifier[:2] == '.#') or -@@ -40,5 +51,4 @@ - (notifier in ['SCCS', '.svn', '4913'])): - continue -- npath = self.data + '/' + notifier -- self.logger.debug("Running %s %s" % (npath, " ".join(args))) -- async_run(npath, args) -+ npath = os.path.join(self.data, notifier) -+ self.async_run([npath] + args) diff --git a/app-admin/collectd/files/collectd-4.10.1-libiptc.patch b/app-admin/collectd/files/collectd-4.10.1-libiptc.patch deleted file mode 100644 index 193a479ebc38..000000000000 --- a/app-admin/collectd/files/collectd-4.10.1-libiptc.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r -u collectd-4.10.1.orig/configure.in collectd-4.10.1/configure.in ---- collectd-4.10.1.orig/configure.in 2010-07-09 12:01:59.000000000 +0200 -+++ collectd-4.10.1/configure.in 2010-08-27 22:27:57.010271693 +0200 -@@ -1626,7 +1626,7 @@ - # Check for the iptc_init symbol in the library. - if test "x$with_libiptc" = "xyes" && test "x$with_own_libiptc" = "xno" - then -- AC_CHECK_LIB(iptc, iptc_init, -+ AC_SEARCH_LIBS(iptc_init, [iptc ip4tc], - [ - AC_DEFINE(HAVE_LIBIPTC, 1, [Define to 1 if you have the iptc library (-liptc).]) - ], diff --git a/app-admin/collectd/files/collectd-4.10.1-noowniptc.patch b/app-admin/collectd/files/collectd-4.10.1-noowniptc.patch deleted file mode 100644 index 6496890a7cae..000000000000 --- a/app-admin/collectd/files/collectd-4.10.1-noowniptc.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -r -u collectd-4.10.1.orig/src/Makefile.am collectd-4.10.1/src/Makefile.am ---- collectd-4.10.1.orig/src/Makefile.am 2010-07-09 12:01:59.000000000 +0200 -+++ collectd-4.10.1/src/Makefile.am 2010-10-11 00:10:59.000000000 +0200 -@@ -1,7 +1,4 @@ - SUBDIRS = libcollectdclient --if BUILD_WITH_OWN_LIBIPTC --SUBDIRS += owniptc --endif - if BUILD_WITH_OWN_LIBOCONFIG - SUBDIRS += liboconfig - endif -@@ -415,12 +412,9 @@ - iptables_la_SOURCES = iptables.c - iptables_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBIPTC_CPPFLAGS) - iptables_la_LDFLAGS = -module -avoid-version $(BUILD_WITH_LIBIPTC_LDFLAGS) --if BUILD_WITH_OWN_LIBIPTC --iptables_la_LIBADD = owniptc/libiptc.la --iptables_la_DEPENDENCIES = owniptc/libiptc.la --else -+ - iptables_la_LIBADD = -liptc --endif -+ - collectd_LDADD += "-dlopen" iptables.la - collectd_DEPENDENCIES += iptables.la - endif diff --git a/app-admin/collectd/files/collectd-4.10.2-libnotify-0.7.patch b/app-admin/collectd/files/collectd-4.10.2-libnotify-0.7.patch deleted file mode 100644 index 92b01b1ff95d..000000000000 --- a/app-admin/collectd/files/collectd-4.10.2-libnotify-0.7.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- src/notify_desktop.c -+++ src/notify_desktop.c -@@ -31,6 +31,10 @@ - #include - #include - -+#ifndef NOTIFY_CHECK_VERSION -+#define NOTIFY_CHECK_VERSION(x,y,z) 0 -+#endif -+ - #define log_info(...) INFO ("notify_desktop: " __VA_ARGS__) - #define log_warn(...) WARNING ("notify_desktop: " __VA_ARGS__) - #define log_err(...) ERROR ("notify_desktop: " __VA_ARGS__) -@@ -95,7 +99,12 @@ - : (NOTIF_WARNING == n->severity) ? "WARNING" - : (NOTIF_OKAY == n->severity) ? "OKAY" : "UNKNOWN"); - -- notification = notify_notification_new (summary, n->message, NULL, NULL); -+ notification = notify_notification_new (summary, n->message, NULL -+#if NOTIFY_CHECK_VERSION (0, 7, 0) -+ ); -+#else -+ , NULL); -+#endif - if (NULL == notification) { - log_err ("Failed to create a new notification."); - return -1; diff --git a/app-admin/fam/fam-2.7.0-r7.ebuild b/app-admin/fam/fam-2.7.0-r7.ebuild index 4f92e52712ea..c5b92f5f0d24 100644 --- a/app-admin/fam/fam-2.7.0-r7.ebuild +++ b/app-admin/fam/fam-2.7.0-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r7.ebuild,v 1.7 2013/12/21 15:55:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r7.ebuild,v 1.8 2013/12/22 12:02:29 ago Exp $ EAPI=5 inherit eutils autotools multilib-minimal @@ -13,7 +13,7 @@ SRC_URI="ftp://oss.sgi.com/projects/fam/download/stable/${P}.tar.gz LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="static-libs" DEPEND="|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 ) diff --git a/app-admin/gamin/gamin-0.1.10-r1.ebuild b/app-admin/gamin/gamin-0.1.10-r1.ebuild index ed933291cfca..c1f53ade0b37 100644 --- a/app-admin/gamin/gamin-0.1.10-r1.ebuild +++ b/app-admin/gamin/gamin-0.1.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.10-r1.ebuild,v 1.6 2013/12/21 19:00:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.10-r1.ebuild,v 1.7 2013/12/22 12:04:43 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="!app-admin/fam diff --git a/app-admin/gkrellm/files/gkrellm-2.3.2-getline-fix.patch b/app-admin/gkrellm/files/gkrellm-2.3.2-getline-fix.patch deleted file mode 100644 index 7d0cd88acc92..000000000000 --- a/app-admin/gkrellm/files/gkrellm-2.3.2-getline-fix.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- src/client.c.org 2008-10-04 04:33:37.000000000 +0400 -+++ src/client.c 2009-05-21 12:54:22.000000000 +0400 -@@ -1620,7 +1620,7 @@ - - - static gint --getline(gint fd, gchar *buf, gint len) -+getline_(gint fd, gchar *buf, gint len) - { - fd_set read_fds; - struct timeval tv; -@@ -1714,7 +1714,7 @@ - - while (1) - { -- rs=getline(fd, buf, sizeof(buf)); -+ rs=getline_(fd, buf, sizeof(buf)); - if(rs<0) - return FALSE; - if (!strcmp(buf, "")) -@@ -1732,7 +1732,7 @@ - table_size = sizeof(update_table) / sizeof(KeyTable); - while (1) - { -- rs=getline(fd, buf, sizeof(buf)); -+ rs=getline_(fd, buf, sizeof(buf)); - if(rs<0) - return FALSE; - if (!strcmp(buf, "")) diff --git a/app-admin/haskell-updater/Manifest b/app-admin/haskell-updater/Manifest index d079291ddd59..ec6719c7b8eb 100644 --- a/app-admin/haskell-updater/Manifest +++ b/app-admin/haskell-updater/Manifest @@ -1,3 +1,4 @@ DIST haskell-updater-1.2.0.10.tar.gz 23893 SHA256 2e2ec89d8b02c74aa539c7aae39ac18ac30e737615deca32742fb2568f49e72f SHA512 0f588740bd0f62198c70f8974e40a8942f19a9d93d63ee7f846beacba9ca56d5bfc0c2716d1ba9ad2da499e25d17d4dc80b78153d8dcc705840779ce2b78b8f9 WHIRLPOOL 8e18cca44c624243abf2b2eb6fbfe9c52aa215d022af55a5baf7d41809a3766f1e36f044fb13f79e9c25cd778305c1d95ca23db8c4fc66e93f765afc27c97684 DIST haskell-updater-1.2.0.11.tar.gz 23793 SHA256 3130b8b636a2a2b8b689e951299f537c924348c4460b3c69e36c3800a0b2374f SHA512 4d21914e9cf84494cd743e61b6e22502c1d3c91bd31a7d7ade0dae478e402e2c82af916482fb45b4afea56e53635c09fe57a666ffec0599d9da9baed75f003ab WHIRLPOOL f098b4b1d66aa24d4919cd52ad008e57bbd9d53eb547160048f760fa440844014e8c025010e69885d92a2b1b7668501797325d24235ecfb28324cd522bef790d +DIST haskell-updater-1.2.0.12.tar.gz 23805 SHA256 5d142540cb6575680efef68d9bfb7dcf576faaef33b1b4d8c13bdb39695aa3ed SHA512 3d375ed9d6c9b03c8bf51687f4c5d90861e2b0da8767f079b2fe32838d683c330b4a62de49811073bbb32bd0983877ca11a56edbeb864c23cd91c6c6e50ad41b WHIRLPOOL 86b5a9a051f2d4614b5d8228a648aab3bfe236d1555e029d6ed13e682cbc8b3b8182a32ff070109c97a4a1484596469ac1b80b10b51fc32e8bc952db71440ddd DIST haskell-updater-1.2.0.9.tar.gz 23522 SHA256 f5aeea6034222a4c4387bede5510aa6d6aad782d0a5be0bd03f65d474f5a8245 SHA512 600a05d468dc74ce3a1282ac1b991267602bd7715e7d13aaa2558c9241d167894209790c34fe330d86b24814e959046a22ffff79a197e644da2f18284a785eea WHIRLPOOL 22e060ccd076d66a5425592a49568e52015ccb5e5116894a2ccdb54da4b2b6e2288952cd6c257bdefaa401d06f2fc5c10eda9289c11654166b4ac8119584ae0f diff --git a/app-admin/haskell-updater/haskell-updater-1.2.0.12.ebuild b/app-admin/haskell-updater/haskell-updater-1.2.0.12.ebuild new file mode 100644 index 000000000000..e1b2ab609b5b --- /dev/null +++ b/app-admin/haskell-updater/haskell-updater-1.2.0.12.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.12.ebuild,v 1.1 2013/12/22 18:50:08 slyfox Exp $ + +EAPI=5 + +CABAL_FEATURES="bin nocabaldep" +inherit eutils haskell-cabal + +DESCRIPTION="Rebuild Haskell dependencies in Gentoo" +HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.12.1" + +# Need a lower version for portage to get --keep-going +RDEPEND="|| ( >=sys-apps/portage-2.1.6 + sys-apps/pkgcore + sys-apps/paludis )" + +src_prepare() { + if use prefix; then + sed -i -e "s,/var/db/pkg,${EPREFIX}&,g" \ + "${S}/Distribution/Gentoo/Packages.hs" || die + + sed -i -e 's,"/","'"${EPREFIX}"'/",g' \ + "${S}/Distribution/Gentoo/GHC.hs" || die + fi + + # for ghc snapshots (usually come with unstable Cabal API) + cabal_chdeps \ + 'Cabal >= 1.8 && < 1.19' 'Cabal >= 1.8 && < 1.20' \ + 'process < 1.2' 'process < 1.3' +} + +src_configure() { + cabal_src_configure \ + --bindir="${EPREFIX}/usr/sbin" \ + --constraint="Cabal == $(cabal-version)" +} + +src_install() { + cabal_src_install + + dodoc TODO +} diff --git a/app-admin/logrotate/files/logrotate.cron b/app-admin/logrotate/files/logrotate.cron deleted file mode 100644 index 63cbe96891b9..000000000000 --- a/app-admin/logrotate/files/logrotate.cron +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -/usr/sbin/logrotate /etc/logrotate.conf diff --git a/app-admin/logrotate/logrotate-3.8.6.ebuild b/app-admin/logrotate/logrotate-3.8.6.ebuild index 2d99985801a1..f1273402b571 100644 --- a/app-admin/logrotate/logrotate-3.8.6.ebuild +++ b/app-admin/logrotate/logrotate-3.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.6.ebuild,v 1.7 2013/12/21 17:25:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.6.ebuild,v 1.8 2013/12/22 13:24:59 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://fedorahosted.org/releases/l/o/logrotate/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="acl selinux" RDEPEND=" diff --git a/app-admin/logrotate/logrotate-3.8.7.ebuild b/app-admin/logrotate/logrotate-3.8.7.ebuild index cc3ad374e298..0a394c4f267c 100644 --- a/app-admin/logrotate/logrotate-3.8.7.ebuild +++ b/app-admin/logrotate/logrotate-3.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.7.ebuild,v 1.7 2013/12/21 18:18:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.7.ebuild,v 1.8 2013/12/22 13:23:19 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://fedorahosted.org/releases/l/o/logrotate/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="acl selinux" RDEPEND=" diff --git a/app-admin/logsurfer+/files/logsurfer.initd b/app-admin/logsurfer+/files/logsurfer.initd deleted file mode 100644 index 2a7832fe1dd1..000000000000 --- a/app-admin/logsurfer+/files/logsurfer.initd +++ /dev/null @@ -1,31 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logsurfer+/files/logsurfer.initd,v 1.1 2006/12/30 01:06:27 matsuu Exp $ - -depend() { - use logger -} - -checkconfig() { - if [ ! -f /etc/logsurfer.conf ] ; then - eerror "Please create /etc/logsurfer.conf" - return 1 - fi - return 0 -} - -start() { - checkconfig || return $? - - ebegin "Starting logsurfer" - start-stop-daemon --start --background --exec /usr/bin/logsurfer \ - -- -p /var/run/logsurfer.pid ${LOGSURFER_OPTS} - eend $? -} - -stop() { - ebegin "Stopping logsurfer" - start-stop-daemon --stop --pidfile /var/run/logsurfer.pid - eend $? -} diff --git a/app-admin/lsat/files/lsat-0.9.5-gentoo.patch b/app-admin/lsat/files/lsat-0.9.5-gentoo.patch deleted file mode 100644 index cf164e567035..000000000000 --- a/app-admin/lsat/files/lsat-0.9.5-gentoo.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Naur lsat-0.9.5.orig/checkpkgs.c lsat-0.9.5/checkpkgs.c ---- lsat-0.9.5.orig/checkpkgs.c 2007-04-27 00:48:31.000000000 +0900 -+++ lsat-0.9.5/checkpkgs.c 2007-04-28 10:11:17.000000000 +0900 -@@ -113,14 +113,14 @@ - } - - -- /* if distro = gentoo, use pkglist */ -+ /* if distro = gentoo, use qpkg */ - if (distribution == 4) - { - if (verbose > 0) - { - printf(" Generating list of pkgs on system.\n"); - } -- shellcode = "/usr/lib/portage/bin/pkglist 2>/dev/null >>/tmp/lsat1.lsat"; -+ shellcode = "/usr/bin/qpkg -I -nc 2>/dev/null >>/tmp/lsat1.lsat"; - if ((dostuff(tempfile, 0, shellcode, 0, html)) < 0) - { - /* rhut-rho...something bad happened */ diff --git a/app-admin/lsat/files/lsat-0.9.6-gentoo.patch b/app-admin/lsat/files/lsat-0.9.6-gentoo.patch deleted file mode 100644 index 631dcd7322f7..000000000000 --- a/app-admin/lsat/files/lsat-0.9.6-gentoo.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -Naur lsat-0.9.6.orig/Makefile.in lsat-0.9.6/Makefile.in ---- lsat-0.9.6.orig/Makefile.in 2007-05-22 11:38:28.000000000 +0900 -+++ lsat-0.9.6/Makefile.in 2007-05-25 18:55:25.000000000 +0900 -@@ -12,6 +12,7 @@ - PROGRAM= lsat - INSTALL = /usr/bin/install -c - prefix = @prefix@ -+exec_prefix = @exec_prefix@ - BINDIR = @bindir@ - DATADIR = @datadir@ - MANDIR = @mandir@ -@@ -38,9 +39,7 @@ - rm -f $(PROGRAM) $(OBJECTS) Makefile config.* lsat.old lsatmd5.out lsatmd5.old - - manpage: -- pod2man $(PROGRAM).pod > $(PROGRAM).tmp -- sed 's/perl v5.6.1/LSAT/g' $(PROGRAM).tmp| \ --sed 's/Perl/LSAT/g'\ -+ pod2man $(PROGRAM).pod -r LSAT -c 'User Contributed LSAT Documentation' \ - > $(PROGRAM).1 - rm -f $(PROGRAM).tmp - # cp -vf $(PROGRAM).1 debian/manpage.1.ex -diff -Naur lsat-0.9.6.orig/checkpkgs.c lsat-0.9.6/checkpkgs.c ---- lsat-0.9.6.orig/checkpkgs.c 2007-04-27 00:48:31.000000000 +0900 -+++ lsat-0.9.6/checkpkgs.c 2007-05-25 18:46:00.000000000 +0900 -@@ -113,14 +113,14 @@ - } - - -- /* if distro = gentoo, use pkglist */ -+ /* if distro = gentoo, use qpkg */ - if (distribution == 4) - { - if (verbose > 0) - { - printf(" Generating list of pkgs on system.\n"); - } -- shellcode = "/usr/lib/portage/bin/pkglist 2>/dev/null >>/tmp/lsat1.lsat"; -+ shellcode = "/usr/bin/qpkg -I -nc 2>/dev/null >>/tmp/lsat1.lsat"; - if ((dostuff(tempfile, 0, shellcode, 0, html)) < 0) - { - /* rhut-rho...something bad happened */ diff --git a/app-admin/lsyncd/files/lsyncd-2.0.4-examplesdir.patch b/app-admin/lsyncd/files/lsyncd-2.0.4-examplesdir.patch deleted file mode 100644 index 69a40cf2822f..000000000000 --- a/app-admin/lsyncd/files/lsyncd-2.0.4-examplesdir.patch +++ /dev/null @@ -1,68 +0,0 @@ -From 1e5d8178d56742e5a4a418f56c3a76f84a9fa2eb Mon Sep 17 00:00:00 2001 -From: axkibe -Date: Tue, 19 Jul 2011 13:29:19 +0000 -Subject: [PATCH] some header changes to work with older systems. expose readdir to user scripts. write examples into doc dir - -git-svn-id: http://lsyncd.googlecode.com/svn/trunk@574 400ab1ff-c753-0410-929a-795a28144dcc ---- - Makefile.am | 2 +- - lsyncd.c | 1 + - lsyncd.h | 4 ++++ - lsyncd.lua | 1 + - 4 files changed, 7 insertions(+), 1 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index 77bfe12..025a6ed 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -11,7 +11,7 @@ endif - #endif - - lsyncd_LDADD = $(LUA_LIBS) --exampledir = $(datarootdir)/doc/@PACKAGE@ -+exampledir = $(docdir)/ - dist_example_DATA = \ - examples/lbash.lua \ - examples/lecho.lua \ -diff --git a/lsyncd.c b/lsyncd.c -index 5132804..a591eb2 100644 ---- a/lsyncd.c -+++ b/lsyncd.c -@@ -30,6 +30,7 @@ - #include - #include - #include -+#include - #include - #include - #include -diff --git a/lsyncd.h b/lsyncd.h -index 841a1a8..a9ab31c 100644 ---- a/lsyncd.h -+++ b/lsyncd.h -@@ -11,6 +11,10 @@ - #ifndef LSYNCD_H - #define LSYNCD_H - -+/* some older machines need this to see pselect */ -+#define _BSD_SOURCE 1 -+#define _XOPEN_SOURCE 600 -+ - /* includes needed for headerfile */ - #include "config.h" - -diff --git a/lsyncd.lua b/lsyncd.lua -index b28a743..b1cc586 100644 ---- a/lsyncd.lua -+++ b/lsyncd.lua -@@ -38,6 +38,7 @@ _l = nil - log = lsyncd.log - terminate = lsyncd.terminate - now = lsyncd.now -+readdir = lsyncd.readdir - -- just to safe from userscripts changing this. - local log = log - local terminate = terminate --- -1.7.3.4 - diff --git a/app-admin/metalog/metalog-3-r1.ebuild b/app-admin/metalog/metalog-3-r1.ebuild index 2b14c0c75aaa..821e8f7c75d6 100644 --- a/app-admin/metalog/metalog-3-r1.ebuild +++ b/app-admin/metalog/metalog-3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-3-r1.ebuild,v 1.6 2013/12/21 17:18:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-3-r1.ebuild,v 1.7 2013/12/22 14:45:06 ago Exp $ EAPI="3" inherit eutils systemd @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="unicode" RDEPEND=">=dev-libs/libpcre-3.4" diff --git a/app-admin/procinfo/procinfo-18-r2.ebuild b/app-admin/procinfo/procinfo-18-r2.ebuild index ba963b772edb..dc07deeb987d 100644 --- a/app-admin/procinfo/procinfo-18-r2.ebuild +++ b/app-admin/procinfo/procinfo-18-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/procinfo/procinfo-18-r2.ebuild,v 1.6 2013/12/21 15:56:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/procinfo/procinfo-18-r2.ebuild,v 1.7 2013/12/22 12:03:16 ago Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.kozmix.org/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="" src_prepare() { diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest index 90b2ec14a3ac..a2522e163f97 100644 --- a/app-admin/puppet/Manifest +++ b/app-admin/puppet/Manifest @@ -1,5 +1,3 @@ DIST puppet-2.7.23.tar.gz 2025639 SHA256 73bc0d5a2334dc484148141a32274703b65b78bf87ca41f7e2da1c38518ba490 SHA512 d6173b596744b438a132a3772ed39195670d509481b5fbd30b098e8df3fceb31097369e6670587303b490f35842a39955d77ad500ab88535d43f08cc8d9dc86c WHIRLPOOL 65164214bc421b78359858258fa1e4242161ec406a20d73e5f44a5b14e74a6ed5973fcd4cd752a8817698aee8840ce67b92b12dfe487f964a736a68ae158ae80 DIST puppet-3.2.4.tar.gz 1786216 SHA256 8b38f4adee6237b8dd7b1956d90af97f2d0091245d6e30b708bbc8e333001358 SHA512 31a22cf926c6fe866e7ed1ca294dd78228bfb34b0465d44cc985dc6f737879710b5c27e1519f53c9fd9622320386950f290d774d709559b66be79e43dac1dd5e WHIRLPOOL 86bb44bd6ee5a4c31892e909a95fcea52ced289b891281bae5535dac891006d9c1a5d4613210a0ba550ab6428f206dcf9ab3fafb3c90297a64e8bad3c06509be -DIST puppet-3.3.0.tar.gz 1894901 SHA256 72a8579332b379f8dfe03d39ac961891db9d1e41919be98ac64caa0e3e2d31a0 SHA512 806bfd76d58a3abb7d717e1a4f46f0569e61aa92bc9961c7e2b314669849865c74907c93b4455d4ed0f0eb9ec88ec02f8f2c83a6821549b590c86797c99cac7a WHIRLPOOL 4b10f7c6054cf547496165b24589f15b13fc0bd8db8b4f710725605fbf1a50f7b8b77453e0a16e5f0e290fc04727997de6bbd5d94dc495175d999508099edf43 -DIST puppet-3.3.1.tar.gz 1896023 SHA256 152f9eaa6767c5f6cbd52befff891bd54e074d2f6487a649373da0113c09e284 SHA512 323dcd31a7029439edb3663501bce11fe7aa75b80efbd133abb82ea2c1584ce395a70ad2203f52d4fda8cadf18db7d6f6f2d4a3b285fa69b19b930d46e85a2d4 WHIRLPOOL a6d4b97efd5859b89d5fc81a857ecf837da540f140f33a252e552306843164e94cd94e0ca10b6bcfa3310fc0c03db9d2908100ed8f6c58d0c49ab5970202d01c DIST puppet-3.3.2.tar.gz 1897677 SHA256 8e8019617bc00a583a1062e125d3ce76bc40968ebf1fdd9fff67ac5321952637 SHA512 afdc06f0d3a6edbf44a313e6c4937bcc9e3cf84b3500e9df9484901becb902e9f96ba438cfdd9938e98a4a896720e1e88dd0f499815b27209e4693d9af7b0bb9 WHIRLPOOL 889584028738573d32b73a220f80dbf6aa1ac77dae3c943dfb13f396b745702abca24ede233d0b0b55f1b5506df356b55e4771f17e685f19b6974f242fb982f3 diff --git a/app-admin/puppet/files/tmpfiles.d b/app-admin/puppet/files/tmpfiles.d new file mode 100644 index 000000000000..cd33231df7f7 --- /dev/null +++ b/app-admin/puppet/files/tmpfiles.d @@ -0,0 +1 @@ +D /var/run/puppet 0755 puppet puppet - diff --git a/app-admin/puppet/puppet-3.3.0.ebuild b/app-admin/puppet/puppet-3.3.0.ebuild deleted file mode 100644 index 25648f23738e..000000000000 --- a/app-admin/puppet/puppet-3.3.0.ebuild +++ /dev/null @@ -1,160 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.3.0.ebuild,v 1.2 2013/09/17 15:00:49 prometheanfire Exp $ - -EAPI="5" - -USE_RUBY="ruby18 ruby19" - -inherit elisp-common xemacs-elisp-common eutils user ruby-ng versionator - -DESCRIPTION="A system automation and configuration management software" -HOMEPAGE="http://puppetlabs.com/" -SRC_URI="http://www.puppetlabs.com/downloads/puppet/${P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs" - -ruby_add_rdepend " - dev-ruby/hiera - >=dev-ruby/facter-1.6.2 - augeas? ( dev-ruby/ruby-augeas ) - diff? ( dev-ruby/diff-lcs ) - doc? ( dev-ruby/rdoc ) - ldap? ( dev-ruby/ruby-ldap ) - shadow? ( dev-ruby/ruby-shadow ) - sqlite3? ( dev-ruby/sqlite3 ) - virtual/ruby-ssl" - -DEPEND="${DEPEND} - ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) - emacs? ( virtual/emacs ) - xemacs? ( app-editors/xemacs )" -RDEPEND="${RDEPEND} - ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) - rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) - selinux? ( - sys-libs/libselinux[ruby] - sec-policy/selinux-puppet - ) - vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) - >=app-portage/eix-0.18.0" - -SITEFILE="50${PN}-mode-gentoo.el" - -#RUBY_PATCHES=( "${FILESDIR}/puppet-openrc-status-fix.patch" ) - -pkg_setup() { - enewgroup puppet - enewuser puppet -1 -1 /var/lib/puppet puppet -} - -all_ruby_compile() { - if use emacs ; then - elisp-compile ext/emacs/puppet-mode.el - fi - - if use xemacs ; then - # Create a separate version for xemacs to be able to install - # emacs and xemacs in parallel. - mkdir ext/xemacs - cp ext/emacs/* ext/xemacs/ - xemacs-elisp-compile ext/xemacs/puppet-mode.el - fi -} - -each_ruby_install() { - ${RUBY} install.rb --destdir="${D}" install || die -} - -all_ruby_install() { - newinitd "${FILESDIR}"/puppet.init-r1 puppet - - # Initial configuration files - insinto /etc/puppet - - # Location of log and data files - keepdir /var/log/puppet - fowners -R puppet:puppet /var/log/puppet - - if use minimal ; then - rm "${ED}/etc/puppet/auth.conf" - else - newinitd "${FILESDIR}"/puppetmaster.init-r1 puppetmaster - newconfd "${FILESDIR}"/puppetmaster.confd puppetmaster - - insinto /etc/puppet - - keepdir /etc/puppet/manifests - keepdir /etc/puppet/modules - - keepdir /var/lib/puppet/ssl - keepdir /var/lib/puppet/facts - keepdir /var/lib/puppet/files - fowners -R puppet:puppet /var/lib/puppet - fi - - if use emacs ; then - elisp-install ${PN} ext/emacs/puppet-mode.el* - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi - - if use xemacs ; then - xemacs-elisp-install ${PN} ext/xemacs/puppet-mode.el* - xemacs-elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi - - if use ldap ; then - insinto /etc/openldap/schema; doins ext/ldap/puppet.schema - fi - - # ext and examples files - for f in $(find ext examples -type f) ; do - docinto "$(dirname ${f})"; dodoc "${f}" - done -} - -pkg_postinst() { - elog - elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could" - elog "cause puppet to hang while installing packages." - elog - elog "Puppet uses eix to get information about currently installed packages," - elog "so please keep the eix metadata cache updated so puppet is able to properly" - elog "handle package installations." - elog - elog "Currently puppet only supports adding and removing services to the default" - elog "runlevel, if you want to add/remove a service from another runlevel you may" - elog "do so using symlinking." - elog - - if [ \ - -f "${EPREFIX}/etc/puppet/puppetd.conf" -o \ - -f "${EPREFIX}/etc/puppet/puppetmaster.conf" -o \ - -f "${EPREFIX}/etc/puppet/puppetca.conf" \ - ] ; then - elog - elog "Please remove deprecated config files." - elog " /etc/puppet/puppetca.conf" - elog " /etc/puppet/puppetd.conf" - elog " /etc/puppet/puppetmasterd.conf" - elog - fi - - if [ "$(get_major_version $REPLACING_VERSIONS)" = "2" ]; then - elog - elog "If you're upgrading from 2.x then we strongly suggest you to read:" - elog "http://docs.puppetlabs.com/guides/upgrading.html" - elog - fi - - use emacs && elisp-site-regen - use xemacs && xemacs-elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen - use xemacs && xemacs-elisp-site-regen -} diff --git a/app-admin/puppet/puppet-3.3.1.ebuild b/app-admin/puppet/puppet-3.3.2-r1.ebuild similarity index 87% rename from app-admin/puppet/puppet-3.3.1.ebuild rename to app-admin/puppet/puppet-3.3.2-r1.ebuild index 0832f9c0b664..19a237811a7b 100644 --- a/app-admin/puppet/puppet-3.3.1.ebuild +++ b/app-admin/puppet/puppet-3.3.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.3.1.ebuild,v 1.1 2013/10/12 10:37:36 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.3.2-r1.ebuild,v 1.1 2013/12/23 00:01:03 prometheanfire Exp $ EAPI="5" -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" inherit elisp-common xemacs-elisp-common eutils user ruby-ng versionator @@ -68,6 +68,12 @@ each_ruby_install() { } all_ruby_install() { + #systemd stuffs + insinto /usr/lib/systemd/system + doins "${WORKDIR}/all/${P}/ext/systemd/puppetagent.service" + insinto /usr/lib/tmpfiles.d + newins "${FILESDIR}/tmpfiles.d" "puppet.conf" + newinitd "${FILESDIR}"/puppet.init-r1 puppet # Initial configuration files @@ -80,6 +86,8 @@ all_ruby_install() { if use minimal ; then rm "${ED}/etc/puppet/auth.conf" else + insinto /usr/lib/systemd/system + doins "${WORKDIR}/all/${P}/ext/systemd/puppetmaster.service" newinitd "${FILESDIR}"/puppetmaster.init-r1 puppetmaster newconfd "${FILESDIR}"/puppetmaster.confd puppetmaster @@ -119,14 +127,6 @@ pkg_postinst() { elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could" elog "cause puppet to hang while installing packages." elog - elog "Puppet uses eix to get information about currently installed packages," - elog "so please keep the eix metadata cache updated so puppet is able to properly" - elog "handle package installations." - elog - elog "Currently puppet only supports adding and removing services to the default" - elog "runlevel, if you want to add/remove a service from another runlevel you may" - elog "do so using symlinking." - elog elog "Portage Puppet module with Gentoo-specific resources:" elog "http://forge.puppetlabs.com/gentoo/portage" elog diff --git a/app-admin/rudy/rudy-0.9.8.016.ebuild b/app-admin/rudy/rudy-0.9.8.016.ebuild deleted file mode 100644 index ae5a4c0104f4..000000000000 --- a/app-admin/rudy/rudy-0.9.8.016.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/rudy/rudy-0.9.8.016.ebuild,v 1.2 2011/08/07 12:30:17 flameeyes Exp $ - -EAPI=2 - -USE_RUBY="ruby18" - -RESTRICT=test -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc examples/authorize.rb examples/gem-test.rb - examples/solaris.rb examples/windows.rb" - -RUBY_FAKEGEM_EXTRAINSTALL="Rudyfile" - -inherit ruby-fakegem eutils versionator - -DESCRIPTION="Not your grandparents' EC2 deployment tool" -HOMEPAGE="http://solutious.com/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -if [[ "$(get_version_component_range 4)" == "001" ]]; then - MY_PV="$(get_version_component_range 1-3)" -else - MY_PV="${PV}" -fi - -SRC_URI="http://github.com/solutious/${PN}/tarball/v${MY_PV} -> ${PN}-git-${PV}.tgz" -S="${WORKDIR}/solutious-${PN}-*" - -ruby_add_rdepend ' - >=dev-ruby/amazon-ec2-0.9.10 - >=dev-ruby/highline-1.5.1 - >=dev-ruby/aws-s3-0.6.1 - >=dev-ruby/storable-0.7.1 - >=dev-ruby/gibbler-0.7.7 - >=dev-ruby/sysinfo-0.7.3 - >=dev-ruby/caesars-0.7.4 - >=dev-ruby/drydock-0.6.9 - >=dev-ruby/annoy-0.5.6 - >=dev-ruby/attic-0.5.2 - >=dev-ruby/rye-0.9.2 - virtual/ruby-ssl' diff --git a/app-admin/syslog-ng/files/syslog-ng.confd b/app-admin/syslog-ng/files/syslog-ng.confd deleted file mode 100644 index 170862fbf436..000000000000 --- a/app-admin/syslog-ng/files/syslog-ng.confd +++ /dev/null @@ -1,6 +0,0 @@ -# Config file for /etc/init.d/syslog-ng - -# Put any additional options for syslog-ng here. -# See syslog-ng(8) for more information. - -SYSLOG_NG_OPTS="" diff --git a/app-admin/syslogread/files/0.92/syslogread.init b/app-admin/syslogread/files/0.92/syslogread.init deleted file mode 100644 index 83a53179f838..000000000000 --- a/app-admin/syslogread/files/0.92/syslogread.init +++ /dev/null @@ -1,23 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/syslogread/files/0.92/syslogread.init,v 1.1 2006/06/11 11:52:56 bangert Exp $ - -opts="depend start stop" - -depend() { - need svscan - provide logger -} - -start() { - ebegin "Starting logger" - true - eend $? "Failed to start logger" -} - -stop() { - ebegin "Stopping logger" - true - eend $? "Failed to stop logger" -} diff --git a/app-admin/syslogread/syslogread-0.92.ebuild b/app-admin/syslogread/syslogread-0.92.ebuild index b874d5449edb..bc9cd55a1a36 100644 --- a/app-admin/syslogread/syslogread-0.92.ebuild +++ b/app-admin/syslogread/syslogread-0.92.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/syslogread/syslogread-0.92.ebuild,v 1.13 2012/10/20 09:26:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/syslogread/syslogread-0.92.ebuild,v 1.14 2013/12/23 01:05:20 tomwij Exp $ EAPI="2" @@ -41,8 +41,6 @@ src_install() { dodir /usr/share/man ./installer || die - #newinitd "${FILESDIR}/${PV}/syslogread.init" syslogread - dodoc ANNOUNCEMENT ChangeLog README insinto /var/lib/supervise/klogd @@ -54,6 +52,10 @@ src_install() { insinto /var/lib/supervise/syslogd/log newins "${FILESDIR}/${PV}/syslogread-log.run" syslogread-log.run + # See ChangeLog for why these are commented out: + + #newinitd "${FILESDIR}/${PV}/syslogread.init" syslogread + #keepdir /var/log/klogd #keepdir /var/log/syslog diff --git a/app-admin/sysstat/sysstat-10.2.0.ebuild b/app-admin/sysstat/sysstat-10.2.0.ebuild index 9603620f437a..3483f01c4c38 100644 --- a/app-admin/sysstat/sysstat-10.2.0.ebuild +++ b/app-admin/sysstat/sysstat-10.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-10.2.0.ebuild,v 1.2 2013/12/21 18:14:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-10.2.0.ebuild,v 1.5 2013/12/22 16:12:06 pacho Exp $ EAPI=5 inherit eutils multilib toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc ~x86" IUSE="cron debug +doc isag nls lm_sensors" RDEPEND=" diff --git a/app-admin/tenshi/files/tenshi-0.10-solo-queue-escalation.patch b/app-admin/tenshi/files/tenshi-0.10-solo-queue-escalation.patch deleted file mode 100644 index c17d9f7e749e..000000000000 --- a/app-admin/tenshi/files/tenshi-0.10-solo-queue-escalation.patch +++ /dev/null @@ -1,46 +0,0 @@ -Submitted by: Heath Caldwell -Date: 2008-10-21 -Initial Package Version: 0.10 -Upstream Status: Accepted to be included in next release -Description: Allows the leftmost queue to have an escalation number if it is the only queue mentioned. - ---- a/tenshi -+++ b/tenshi -@@ -522,7 +522,7 @@ - } - } - -- if ($queue[0] =~ /:/) { -+ if (@queue > 1 and $queue[0] =~ /:/) { - die RED "[ERROR] Left most queue in a multiple queue declaration can not have an escalation number\n"; - } - ---- a/tenshi.8 -+++ b/tenshi.8 -@@ -337,16 +337,16 @@ - regexp. The queue will receive the message that matched the regexp at the time - of escalation, with a count equal to the escalation number. The count of - messages matching the regexp will be reset when the left most queue mentioned --in the queue list is mailed.The left most queue cannot have an escalation --number. When the number of messages that match the regexp reaches the greatest --escalation number mentioned, escalation will begin again into the escalation --queues, modulus the greatest escalation number. For example, using the queues --`a,b:10,c:50', when 10 messages match the regexp, a message will go into b, --when 50 match, one will go into c. At 60, another will go into b, and at 100, --another into c, 110 to b, 150 to c, and so on. Escalation numbers must be --positive integers greater than zero and must be listed in increasing order from --left to right. All queues without escalation numbers must be listed more left --than the queues with escalation numbers. -+in the queue list is mailed. The left most queue cannot have an escalation -+number unless it is the only queue listed. When the number of messages that -+match the regexp reaches the greatest escalation number mentioned, escalation -+will begin again into the escalation queues, modulus the greatest escalation -+number. For example, using the queues `a,b:10,c:50', when 10 messages match the -+regexp, a message will go into b, when 50 match, one will go into c. At 60, -+another will go into b, and at 100, another into c, 110 to b, 150 to c, and so -+on. Escalation numbers must be positive integers greater than zero and must be -+listed in increasing order from left to right. All queues without escalation -+numbers must be listed more left than the queues with escalation numbers. - - .br - The standard grouping operators diff --git a/app-admin/tenshi/files/tenshi-0.10-warn-logfile.patch b/app-admin/tenshi/files/tenshi-0.10-warn-logfile.patch deleted file mode 100644 index 0c3e7bb91608..000000000000 --- a/app-admin/tenshi/files/tenshi-0.10-warn-logfile.patch +++ /dev/null @@ -1,34 +0,0 @@ -Submitted by: Heath Caldwell -Date: 2008-12-17 -Initial Package Version: 0.10 -Upstream Status: No response -Description: Warns on log files that tenshi can't open and continues monitoring the ones that it can, instead of just exiting. - ---- a/tenshi -+++ b/tenshi -@@ -141,10 +141,23 @@ - die RED "[ERROR] $main{'csv'}{'path'}: not executable"; - } - -+ my @good_log_files; - foreach my $log (@log_files) { -- die RED "[ERROR] $log: no such file" if (! -f $log); -- die RED "[ERROR] $log: file not readable" if (! -r $log); -+ unless (-f $log) { -+ print STDERR RED "[WARNING] $log: no such file\n"; -+ next; -+ } -+ -+ unless (-r $log) { -+ print STDERR RED "[WARNING] $log: file not readable\n"; -+ next; -+ } -+ -+ push @good_log_files, $log; - } -+ @good_log_files > 0 || @fifo_files > 0 -+ or die RED "[ERROR] no readable log files"; -+ @log_files = @good_log_files; - } - - # diff --git a/app-admin/tenshi/files/tenshi-remove-timezone-cache.patch b/app-admin/tenshi/files/tenshi-remove-timezone-cache.patch deleted file mode 100644 index 272bcfda47fa..000000000000 --- a/app-admin/tenshi/files/tenshi-remove-timezone-cache.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/tenshi -+++ b/tenshi -@@ -45,7 +45,6 @@ - - my $our_hostname = hostname(); - my @startup_time = localtime(); --my $timezone = get_timezone(); - - my ($uid, $gid); - -@@ -818,6 +817,7 @@ - return; - } - -+ my $timezone = get_timezone(); - my $subject = $main{$queue}{'subject'} || $subject; - - $smtp->datasend("From: $main{$queue}{'mailfrom'}\n"); diff --git a/app-arch/pigz/pigz-2.3.1.ebuild b/app-arch/pigz/pigz-2.3.1.ebuild index ab4c30f1466e..3477f309f401 100644 --- a/app-arch/pigz/pigz-2.3.1.ebuild +++ b/app-arch/pigz/pigz-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.3.1.ebuild,v 1.1 2013/11/04 20:56:35 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.3.1.ebuild,v 1.2 2013/12/22 16:21:14 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris" IUSE="static symlink test" LIB_DEPEND="sys-libs/zlib[static-libs(+)]" diff --git a/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild b/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild index 86099717c96a..94b79d027f67 100644 --- a/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild +++ b/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.9 2013/12/21 19:00:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.10 2013/12/22 12:44:46 ago Exp $ # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools @@ -17,7 +17,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P="${PN/-utils}-${PV/_}" SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz" - KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" S=${WORKDIR}/${MY_P} EXTRA_DEPEND= fi diff --git a/app-doc/pms/pms-5-r2.ebuild b/app-doc/pms/pms-5-r2.ebuild index 2657dcf4cd43..b788fdbb54d0 100644 --- a/app-doc/pms/pms-5-r2.ebuild +++ b/app-doc/pms/pms-5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/pms-5-r2.ebuild,v 1.6 2013/12/21 15:49:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/pms/pms-5-r2.ebuild,v 1.7 2013/12/22 14:43:47 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="!binary? ( mirror://gentoo/${P}.tar.xz ) LICENSE="CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~x86-netbsd ~ppc-openbsd ~x64-openbsd ~x86-openbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~x86-netbsd ~ppc-openbsd ~x64-openbsd ~x86-openbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="binary html" DEPEND="!binary? ( diff --git a/app-editors/jedit/jedit-5.0.0.ebuild b/app-editors/jedit/jedit-5.0.0.ebuild index 6273ef93af34..dce52b4f4dd0 100644 --- a/app-editors/jedit/jedit-5.0.0.ebuild +++ b/app-editors/jedit/jedit-5.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-5.0.0.ebuild,v 1.2 2013/12/21 18:13:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-5.0.0.ebuild,v 1.3 2013/12/22 12:01:56 ago Exp $ EAPI=5 @@ -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 ppc ppc64 ~x86" SLOT="0" IUSE="" diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.4.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.4.ebuild index 09b3c1390cf4..13ec0741a4da 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.4.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.4.ebuild,v 1.3 2013/12/21 18:19:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.4.ebuild,v 1.5 2013/12/22 19:22:13 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" -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 ~sparc-solaris ~x86-solaris" +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 ~sparc-solaris ~x86-solaris" IUSE="games X" PDEPEND="virtual/emacs" diff --git a/app-emacs/lua-mode/lua-mode-20130419.ebuild b/app-emacs/lua-mode/lua-mode-20130419.ebuild index 341040e99cb0..0b264c35766d 100644 --- a/app-emacs/lua-mode/lua-mode-20130419.ebuild +++ b/app-emacs/lua-mode/lua-mode-20130419.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/lua-mode/lua-mode-20130419.ebuild,v 1.7 2013/12/21 16:12:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/lua-mode/lua-mode-20130419.ebuild,v 1.8 2013/12/22 12:05:36 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/immerrr/${PN}/archive/rel-${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" S="${WORKDIR}/${PN}-rel-${PV}" SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/proofgeneral/proofgeneral-4.2.ebuild b/app-emacs/proofgeneral/proofgeneral-4.2.ebuild index dea059d0c705..723dbd310a33 100644 --- a/app-emacs/proofgeneral/proofgeneral-4.2.ebuild +++ b/app-emacs/proofgeneral/proofgeneral-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/proofgeneral-4.2.ebuild,v 1.2 2013/12/21 16:11:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/proofgeneral-4.2.ebuild,v 1.3 2013/12/22 16:46:25 pacho Exp $ EAPI=5 NEED_EMACS=23 @@ -14,7 +14,7 @@ SRC_URI="http://proofgeneral.inf.ed.ac.uk/releases/${MY_PN}-${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="" DEPEND=">=app-emacs/mmm-mode-0.4.8-r2" diff --git a/app-emacs/pymacs/pymacs-0.25-r1.ebuild b/app-emacs/pymacs/pymacs-0.25-r1.ebuild index cb853bfe9c3b..29f4e2e1ecd4 100644 --- a/app-emacs/pymacs/pymacs-0.25-r1.ebuild +++ b/app-emacs/pymacs/pymacs-0.25-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v 1.6 2013/12/22 11:57:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v 1.7 2013/12/22 16:36:23 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -13,7 +13,7 @@ SRC_URI="https://github.com/pinard/Pymacs/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc" DEPEND="doc? ( >=dev-python/docutils-0.7 diff --git a/app-emacs/python-mode/python-mode-6.1.1.ebuild b/app-emacs/python-mode/python-mode-6.1.1.ebuild index 8d4fc1f69770..4c4eea7eec34 100644 --- a/app-emacs/python-mode/python-mode-6.1.1.ebuild +++ b/app-emacs/python-mode/python-mode-6.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.1.ebuild,v 1.5 2013/12/21 16:11:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.1.1.ebuild,v 1.6 2013/12/22 12:04:10 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${MY_P}" SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/scheme-complete/scheme-complete-0.8.11.ebuild b/app-emacs/scheme-complete/scheme-complete-0.8.11.ebuild index db20240d82ce..290c928f9f67 100644 --- a/app-emacs/scheme-complete/scheme-complete-0.8.11.ebuild +++ b/app-emacs/scheme-complete/scheme-complete-0.8.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/scheme-complete/scheme-complete-0.8.11.ebuild,v 1.4 2013/12/21 16:11:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/scheme-complete/scheme-complete-0.8.11.ebuild,v 1.5 2013/12/22 12:05:05 ago Exp $ EAPI=5 @@ -12,6 +12,6 @@ SRC_URI="http://synthcode.com/emacs/${P}.el.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" SITEFILE="60${PN}-gentoo.el" diff --git a/app-emulation/libcacard/libcacard-0.1.2.ebuild b/app-emulation/libcacard/libcacard-0.1.2.ebuild index 4113c31120d7..9b6f6bf43822 100644 --- a/app-emulation/libcacard/libcacard-0.1.2.ebuild +++ b/app-emulation/libcacard/libcacard-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/libcacard-0.1.2.ebuild,v 1.12 2013/12/21 18:59:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/libcacard-0.1.2.ebuild,v 1.13 2013/12/22 12:03:25 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86" IUSE="static-libs" RDEPEND=">=dev-libs/nss-3.13 diff --git a/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild index f0906534a7e0..585c6b411b40 100644 --- a/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild,v 1.3 2013/11/24 06:04:25 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0-r3.ebuild,v 1.4 2013/12/22 12:01:08 idella4 Exp $ EAPI=5 @@ -37,7 +37,8 @@ SLOT="0" IUSE="api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs xend" REQUIRED_USE="hvm? ( qemu ) - ${PYTHON_REQUIRED_USE}" + ${PYTHON_REQUIRED_USE} + pygrub? ( python )" DEPEND="dev-libs/lzo:2 dev-libs/yajl diff --git a/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild index 0b5843a693b5..208309c843bf 100644 --- a/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild,v 1.3 2013/12/10 13:34:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.1-r3.ebuild,v 1.4 2013/12/22 12:01:08 idella4 Exp $ EAPI=5 @@ -38,7 +38,8 @@ SLOT="0" IUSE="api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs xend" REQUIRED_USE="hvm? ( qemu ) - ${PYTHON_REQUIRED_USE}" + ${PYTHON_REQUIRED_USE} + pygrub? ( python )" DEPEND="dev-libs/lzo:2 dev-libs/yajl diff --git a/app-i18n/man-pages-de/Manifest b/app-i18n/man-pages-de/Manifest index d9e1634f49ec..70db416c98c2 100644 --- a/app-i18n/man-pages-de/Manifest +++ b/app-i18n/man-pages-de/Manifest @@ -1,3 +1,4 @@ DIST manpages-de-0.12.tar.bz2 530398 SHA256 81ee3cb852ba3dfb9b16a926c1d24a0aafea699a42a02b3a0ac2386f971417ed SHA512 72b938e3f593c77fcfcc2cede7a638909778316c228d377ce20439d35bbd8364cf1a3491905ab6b75ac7e56681c83f0ef64832b8a492d4282331e0564cb563eb WHIRLPOOL 96b1529abc83c7dc3f5a8ff075bd63b26e2c40fa8a1a323cb5a9f46c4dee6d78ce7b2baa2d4ef8a1de50a83644e1e526f34d81dc22cfe581264edcb2715815c4 DIST manpages-de-0.8.tar.bz2 475407 SHA256 c40468b87ac1029af0df8e37d36dff6da38e5d823db932c4cd774f1a1bb9f15e SHA512 526b8498e7825f14cf35bd2d3517ee19df0fd9b698582e0e99c6778d58b022e8f2dc1136c04597bf216b424e2f77c70eaad42dcb933450f75a3d595737e79868 WHIRLPOOL ff62cd7aa9c50ae2a8ef980e58531f7ff4c580c06e24a21262ffa6b57a403e41352ef5a6b235cecfb44da7b7c53f0acd2090c88c7e97c5aa5b948c1f37fa85e3 DIST manpages-de-1.3.tar.bz2 1252057 SHA256 4f5b22e9442b5be283159e42fecb1109c0d44a4d58d0468d7ccc0c99ac96fe52 SHA512 53f144136533bfb06232083ae76c5ed1610f7985ac39a7b99c40ad99fa3e25a15227913de28b5d7160e56e055f80f40dd202535c06b95092481db7887ce1b4ab WHIRLPOOL 78fe077d75e3b55b60bf7f5b17e15e0fd5cd936efc7018ec25c68dcbb26d3d9fe6377cc4ca0e58a7f691e2716f8252a0491e3936602ca8406b6a808f007224a6 +DIST manpages-de-1.4.tar.bz2 1268124 SHA256 1c76f1e7e299c0ef813d30c36540affd6b886f1d810c69d0679b0005756d9ff7 SHA512 f6470732dfe29752daf9c254376a60ab595672f67bf7ebc7e6d53a61330191ecd7143b2fe08c7a0ad156f02227455c92f98c765925e1c847d8913c7ef400116c WHIRLPOOL b7d23c6e4bcfabfdef26dbd73f375c23f2bedce8b9eef7d0ae88144720428e5c71638d6ef939702d4305cd54153412bce3f5cc0c3dd5109c9f7bb7a1c412cf29 diff --git a/app-i18n/man-pages-de/man-pages-de-1.4.ebuild b/app-i18n/man-pages-de/man-pages-de-1.4.ebuild new file mode 100644 index 000000000000..5ad891a78083 --- /dev/null +++ b/app-i18n/man-pages-de/man-pages-de-1.4.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-1.4.ebuild,v 1.1 2013/12/22 13:21:09 mrueg Exp $ + +EAPI=5 + +inherit eutils autotools + +MY_P="${PN/-/}-${PV}" + +DESCRIPTION="A somewhat comprehensive collection of Linux german man page translations" +HOMEPAGE="http://alioth.debian.org/projects/manpages-de/" +SRC_URI="http://manpages-de.alioth.debian.org/downloads/${MY_P}.tar.bz2" + +LICENSE="GPL-3+ man-pages GPL-2+ GPL-2 BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/man" +DEPEND="${RDEPEND} + app-text/po4a" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.3-bzip2.patch + + # Use the same compression as every other manpage + local PORTAGE_COMPRESS_LOCAL=${PORTAGE_COMPRESS-bzip2} + if [[ ${PORTAGE_COMPRESS+set} == "set" ]] ; then + PORTAGE_COMPRESS_LOCAL="#" + fi + if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then + case ${PORTAGE_COMPRESS_LOCAL} in + bzip2|gzip) local PORTAGE_COMPRESS_FLAGS_LOCAL="-9" + ;; + esac + fi + sed -i -e "s/gzip --best/${PORTAGE_COMPRESS_LOCAL} ${PORTAGE_COMPRESS_FLAGS_LOCAL}/"\ + po/man{1,2,3,4,5,6,7,8}/Makefile.in po/common.mk || die + eautoreconf +} + +src_compile() { :; } + +src_install() { + emake mandir="${ED}"/usr/share/man install + dodoc CHANGES README +} diff --git a/app-misc/gentoo/gentoo-0.20.4.ebuild b/app-misc/gentoo/gentoo-0.20.4.ebuild index 1e79a99df9bc..d2dda587cd02 100644 --- a/app-misc/gentoo/gentoo-0.20.4.ebuild +++ b/app-misc/gentoo/gentoo-0.20.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.20.4.ebuild,v 1.3 2013/12/21 18:16:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.20.4.ebuild,v 1.6 2013/12/22 16:40:28 jer Exp $ EAPI=5 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86" IUSE="nls" RDEPEND=" diff --git a/app-misc/grc/grc-1.5.ebuild b/app-misc/grc/grc-1.5.ebuild index a841165a8a96..d1532ec3e127 100644 --- a/app-misc/grc/grc-1.5.ebuild +++ b/app-misc/grc/grc-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.5.ebuild,v 1.5 2013/12/21 15:51:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.5.ebuild,v 1.6 2013/12/22 18:41:06 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/${PN}/${P/-/_}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/app-misc/mc/mc-4.8.9.ebuild b/app-misc/mc/mc-4.8.9.ebuild index 4da0c1207079..73c2c604b025 100644 --- a/app-misc/mc/mc-4.8.9.ebuild +++ b/app-misc/mc/mc-4.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.8.9.ebuild,v 1.6 2013/12/21 18:54:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.8.9.ebuild,v 1.7 2013/12/22 14:46:03 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg" REQUIRED_USE="spell? ( edit )" diff --git a/app-misc/media-player-info/media-player-info-21-r1.ebuild b/app-misc/media-player-info/media-player-info-21-r1.ebuild index 1586bfffd3f7..a723ce4d3f9f 100644 --- a/app-misc/media-player-info/media-player-info-21-r1.ebuild +++ b/app-misc/media-player-info/media-player-info-21-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/media-player-info-21-r1.ebuild,v 1.4 2013/12/21 17:23:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/media-player-info-21-r1.ebuild,v 1.5 2013/12/22 12:03:47 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86" IUSE="" # http://cgit.freedesktop.org/media-player-info/commit/?id=d83dd01a0a1df6198ee08954da1c033b88a1004b diff --git a/app-misc/sphinx/Manifest b/app-misc/sphinx/Manifest index 4aac4e2e2b38..bfba5809ab99 100644 --- a/app-misc/sphinx/Manifest +++ b/app-misc/sphinx/Manifest @@ -3,3 +3,4 @@ DIST sphinx-0.9.9.tar.gz 1218359 SHA256 bf8f55ffc095ff6b628f0cbc7eb5476181114014 DIST sphinx-2.0.9-release.tar.gz 1996939 SHA256 c4fb5d7951bc0831e46f102d17b5f32bbde11434ce3b00b20531dfe9e646869d SHA512 92fc7e3808f4b2fcdc47b510951cd6111e235e8cefa9f4046cd1943fe7161421495a858125c2f1416e893698d78dc83aeb57ea590dca6e4f9e95b6baaaa5f06d WHIRLPOOL 360c884205b8d78024bd8713c33bb4ad6773a5c15253121cfd093149b544162f5fbf02a0698476035d831f915317841acd871622a69692a9c1f212f4d7b492a9 DIST sphinx-2.1.2-release.tar.gz 2388748 SHA256 73d63a5875a557196847d373f74a65713c81ede8329389fccc593f0e65703e60 SHA512 35bca5c405e812a21d57db7c1499bea3c441ac117bd7ea18f8111158b6faaba63e4c10f9eb848485073905ed424efc71dbadcdf350a1fb4cfa308201bb02dbf9 WHIRLPOOL b5857b6a997960bc95d78a9c1cd5dd919ae018139f7975318a659b15f613280be0da72358c4a70f0092132f4c7b4e2729958dcd803baf9440ca0d2ffb4b35c92 DIST sphinx-2.1.3-release.tar.gz 2390030 SHA256 d4644bedabfc950d32f73ce21407c409fae4f55cf87161282363449062873f2e SHA512 c9e2d3499bfc21f6afcf017b1573a9b5a44d37f4460c996d50a1fe5e8c91d013284b007fccc41b430c572c382987df5de683aee1f67148ef59ca38467afbae9e WHIRLPOOL 705c5478fd67db03f2619c8a8cdfc284baa655b54371bb7d8b079279932219d044296a1619f30073d49739a79b8958a0c8b04b9f73749d9f665c00aa9faaf617 +DIST sphinx-2.1.4-release.tar.gz 2410073 SHA256 d57b97f39ed302da68399e55363e8c69a299ddddc20573995c8e4897c1b1e434 SHA512 07172e3745a0fa38ae7a73465a636eb3dc7e705b822bb4dda2c9865795418f27151fb39239b6780c1e0b665b34fd7d5b23a72dc294ba161c810916fbaca56a60 WHIRLPOOL 91cf40471c320b673ca12978c3700135bb1c94172c60897d9486f8dbad9fc3d47a28f39e32922427eb482beafbd555590bd03b4732fbed8d4cdb6c9ae961fa23 diff --git a/app-misc/sphinx/sphinx-2.1.4.ebuild b/app-misc/sphinx/sphinx-2.1.4.ebuild new file mode 100644 index 000000000000..331f3e3a4b94 --- /dev/null +++ b/app-misc/sphinx/sphinx-2.1.4.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.4.ebuild,v 1.1 2013/12/22 16:55:06 graaff Exp $ + +EAPI=5 +inherit eutils autotools toolchain-funcs + +#MY_P=${P/_/-} +MY_P=${P}-release + +# This has been added by Gentoo, to explicitly version libstemmer. +# It is the date that http://snowball.tartarus.org/dist/libstemmer_c.tgz was +# fetched. +#STEMMER_PV="20091122" +DESCRIPTION="Full-text search engine with support for MySQL and PostgreSQL" +HOMEPAGE="http://www.sphinxsearch.com/" +SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz" +# stemmer? ( mirror://gentoo/libstemmer_c-${STEMMER_PV}.tgz )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" +IUSE="debug id64 mysql odbc postgres stemmer syslog test xml" + +RDEPEND="mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql-base ) + odbc? ( dev-db/unixODBC ) + stemmer? ( dev-libs/snowball-stemmer ) + xml? ( dev-libs/expat ) + virtual/libiconv" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-2.0.1_beta-darwin8.patch + + # drop nasty hardcoded search path breaking Prefix + # We patch configure directly since otherwise we need to run + # eautoreconf twice and that causes problems, bug 425380 + sed -i -e 's/\/usr\/local\//\/someplace\/nonexisting\//g' configure || die + + # Fix QA compilation warnings. + sed -i -e '19i#include ' api/libsphinxclient/test.c || die + + pushd api/libsphinxclient || die + eautoreconf + popd || die +} + +src_configure() { + # fix libiconv detection + use !elibc_glibc && export ac_cv_search_iconv=-liconv + + econf \ + --sysconfdir="${EPREFIX}/etc/${PN}" \ + $(use_enable id64) \ + $(use_with debug) \ + $(use_with mysql) \ + $(use_with odbc unixodbc) \ + $(use_with postgres pgsql) \ + $(use_with stemmer libstemmer) \ + $(use_with syslog syslog) \ + $(use_with xml libexpat ) + + cd api/libsphinxclient || die + econf STRIP=: +} + +src_compile() { + emake AR="$(tc-getAR)" || die "emake failed" + + emake -j 1 -C api/libsphinxclient || die "emake libsphinxclient failed" +} + +src_test() { + elog "Tests require access to a live MySQL database and may require configuration." + elog "You will find them in /usr/share/${PN}/test and they require dev-lang/php" +} + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + emake DESTDIR="${D}" -C api/libsphinxclient install || die "install libsphinxclient failed" + + dodoc doc/* + + dodir /var/lib/sphinx + dodir /var/log/sphinx + + newinitd "${FILESDIR}"/searchd.rc searchd + + if use test; then + insinto /usr/share/${PN} + doins -r test + fi +} diff --git a/app-misc/strigi/Manifest b/app-misc/strigi/Manifest index 75c603c57041..5aaea43c1189 100644 --- a/app-misc/strigi/Manifest +++ b/app-misc/strigi/Manifest @@ -1,2 +1 @@ -DIST strigi-0.7.7.tar.xz 698312 SHA256 de35cb6c4e909f88fa39649fdf3b5ebc2908e0c7311c305cdd93b42b4801d817 SHA512 00498e5248cbaf676054e40dba877a326b4da322b6624bd5f06b48d0b8567a45c8efadf1d7522bbd8ca6e50d4d9d7c4b4beccb25ccd84feb894be0e206818c78 WHIRLPOOL 404961425f99986956871978906a6defa447060a90bbdb9d755a8322e3616741cb6e4c922865857d5c9227d45aaca5cd30972dd8abcd34d43475178352b1403f DIST strigi-0.7.8.tar.bz2 810574 SHA256 43e461a625acdefa59bf58cc9d10aebda9eba920dfbe800fc77e6dcbf1eff989 SHA512 536f5bd5ed13d87d30c2fa31b6dcb2a883df173e5d60deefe0fdeb843f40f29f7edd0041029dc013bb31a205572087ed95ca661bcdf6d989d9806931716b1043 WHIRLPOOL 6853025cee89811dadb6e7f6309a6a8dfec1863cb75ab8af04a9a21b228b74723de06c4f787342ce7a0d6087303ecc0c4f599c2a3978838675678343d0b84ae4 diff --git a/app-misc/strigi/files/strigi-0.7.7-ffmpeg-0.11.patch b/app-misc/strigi/files/strigi-0.7.7-ffmpeg-0.11.patch deleted file mode 100644 index 465eda4c71c5..000000000000 --- a/app-misc/strigi/files/strigi-0.7.7-ffmpeg-0.11.patch +++ /dev/null @@ -1,155 +0,0 @@ -Source: Mandriva patch -Upstream: No bug report on bugs.kde.org -Reason: libstreamanalyzer uses deprecated symbols from ffmpeg removed in 0.11 ---- strigi-0.7.7/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp.bero 2012-06-08 16:49:40.846877030 +0200 -+++ strigi-0.7.7/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp 2012-06-08 17:27:40.416888115 +0200 -@@ -305,13 +305,6 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - uint8_t pDataBuffer[32768];//65536]; - long lSize = 32768; - -- ByteIOContext ByteIOCtx; -- if(init_put_byte(&ByteIOCtx, pDataBuffer, lSize, 0, in, read_data, NULL, seek_data) < 0) -- return -1; -- -- //pAVInputFormat->flags |= AVFMT_NOFILE; -- ByteIOCtx.is_streamed = 0; -- - AVProbeData pd; - const char *buf; - pd.filename =""; -@@ -324,14 +317,27 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - if(fmt == NULL) - return 1; - -- AVFormatContext *fc = NULL; -- if(av_open_input_stream(&fc, &ByteIOCtx, "", fmt, NULL) < 0) -+ AVFormatContext *fc = avformat_alloc_context(); -+ if(!fc) -+ return -1; -+ -+ AVIOContext *pb = avio_alloc_context(pDataBuffer, lSize, 0, in, read_data, NULL, seek_data); -+ if(!fc->pb) { -+ av_free(fc); - return -1; -+ } -+ -+ fc->pb = pb; -+ -+ if(avformat_open_input(&fc, "", fmt, NULL) < 0) { -+ av_free(fc); -+ return -1; -+ } - -- av_find_stream_info(fc); -+ avformat_find_stream_info(fc, NULL); - - // Dump information about file onto standard error -- dump_format(fc, 0, ar.path().c_str(), false); -+ av_dump_format(fc, 0, ar.path().c_str(), false); - - if(fc->bit_rate) - ar.addValue(factory->bitrateProperty, fc->bit_rate); -@@ -372,10 +378,10 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - ar.addTriplet(streamuri, durationPropertyName,outs.str()); - } - -- //FIXME we must stop using the deprecated fuction av_metadata_get and use -+ //FIXME we must stop using the deprecated fuction av_dict_get and use - // av_dict_get once we are able to detect the version of FFMpeg being used - // using version macros. same goes for all occurences of this function. -- AVMetadataTag *entry = av_metadata_get(stream.metadata, "language", NULL, 0); -+ AVDictionaryEntry *entry = av_dict_get(stream.metadata, "language", NULL, 0); - if (entry != NULL) { - const char *languageValue = entry->value; - if (size_t len = strlen(languageValue)) { -@@ -430,7 +436,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - outs << codec.sample_rate; - ar.addTriplet(streamuri, sampleratePropertyName, outs.str()); - } -- if (codec.sample_fmt != SAMPLE_FMT_NONE) {}//FIXME sample format -+ if (codec.sample_fmt != AV_SAMPLE_FMT_NONE) {}//FIXME sample format - - } else { // video stream - -@@ -469,7 +475,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - - // Tags - -- AVMetadataTag *entry = av_metadata_get(fc->metadata, "title", NULL, 0); -+ AVDictionaryEntry *entry = av_dict_get(fc->metadata, "title", NULL, 0); - if (entry != NULL) - { - const char *titleValue = entry->value; -@@ -478,7 +484,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - } - } - -- entry = av_metadata_get(fc->metadata, "author", NULL, 0); -+ entry = av_dict_get(fc->metadata, "author", NULL, 0); - if (entry != NULL) - { - const char *authorValue = entry->value; -@@ -490,7 +496,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - } - } - -- entry = av_metadata_get(fc->metadata, "copyright", NULL, 0); -+ entry = av_dict_get(fc->metadata, "copyright", NULL, 0); - if (entry != NULL) - { - const char *copyrightValue = entry->value; -@@ -499,7 +505,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - } - } - -- entry = av_metadata_get(fc->metadata, "comment", NULL, 0); -+ entry = av_dict_get(fc->metadata, "comment", NULL, 0); - if (entry != NULL) - { - const char *commentValue = entry->value; -@@ -508,7 +514,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - } - } - -- entry = av_metadata_get(fc->metadata, "album", NULL, 0); -+ entry = av_dict_get(fc->metadata, "album", NULL, 0); - if (entry != NULL) - { - const char *albumValue = entry->value; -@@ -520,7 +526,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - } - } - -- entry = av_metadata_get(fc->metadata, "genre", NULL, 0); -+ entry = av_dict_get(fc->metadata, "genre", NULL, 0); - if (entry != NULL) - { - const char *genreValue = entry->value; -@@ -529,7 +535,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - } - } - -- entry = av_metadata_get(fc->metadata, "track", NULL, 0); -+ entry = av_dict_get(fc->metadata, "track", NULL, 0); - if (entry != NULL) - { - const char *trackValue = entry->value; -@@ -538,7 +544,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - } - } - -- entry = av_metadata_get(fc->metadata, "year", NULL, 0); -+ entry = av_dict_get(fc->metadata, "year", NULL, 0); - if (entry != NULL) - { - const char *yearValue = entry->value; -@@ -547,7 +553,8 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul - } - } - -- av_close_input_stream(fc); -+ avformat_close_input(&fc); -+ av_free(pb); - //url_fclose(&ByteIOCtx); - - return 0; diff --git a/app-misc/strigi/files/strigi-0.7.7-gcc47.patch b/app-misc/strigi/files/strigi-0.7.7-gcc47.patch deleted file mode 100644 index 3e3d31835f67..000000000000 --- a/app-misc/strigi/files/strigi-0.7.7-gcc47.patch +++ /dev/null @@ -1,20 +0,0 @@ -commit a8e97f672325557b3fbc84b987299350ec5ac10b -Author: Rex Dieter -Date: Mon Jan 9 11:13:25 2012 -0600 - - gcc47 fix, unistd.h header required unconditionally for 'sleep' - -diff --git a/strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp b/strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp -index 9fcdcb1..1e97599 100644 ---- a/strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp -+++ b/strigidaemon/bin/daemon/eventlistener/eventlistenerqueue.cpp -@@ -27,9 +27,7 @@ - #include - #include - --#if defined(__SUNPRO_CC) - #include --#endif - - using namespace std; - diff --git a/app-misc/strigi/metadata.xml b/app-misc/strigi/metadata.xml index 8e6ee8e0004c..3adfa35457f8 100644 --- a/app-misc/strigi/metadata.xml +++ b/app-misc/strigi/metadata.xml @@ -3,7 +3,6 @@ Enable dev-cpp/clucene backend support. - Enable app-text/hyperestraier backend support. Enables advanced logging through dev-libs/log4cxx. Enable support for inotify. diff --git a/app-misc/strigi/strigi-0.7.7-r2.ebuild b/app-misc/strigi/strigi-0.7.7-r2.ebuild deleted file mode 100644 index d529f02d5d65..000000000000 --- a/app-misc/strigi/strigi-0.7.7-r2.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.7-r2.ebuild,v 1.11 2013/04/02 20:55:47 ago Exp $ - -EAPI=5 - -if [[ "${PV}" != "9999" ]]; then - SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz" - KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -else - EGIT_REPO_URI="git://anongit.kde.org/strigi" - GIT_ECLASS="git-2" - EGIT_HAS_SUBMODULES="true" - KEYWORDS="" -fi - -inherit cmake-utils ${GIT_ECLASS} - -DESCRIPTION="Fast crawling desktop search engine with Qt4 GUI" -HOMEPAGE="https://projects.kde.org/projects/kdesupport/strigi/strigi" - -LICENSE="GPL-2" -SLOT="0" -IUSE="clucene +dbus debug exif fam ffmpeg hyperestraier inotify log +qt4 test" - -COMMONDEPEND=" - app-arch/bzip2:0 - dev-libs/libxml2:2 - sys-libs/zlib:0 - virtual/libiconv - clucene? ( >=dev-cpp/clucene-0.9.21[-debug] ) - dbus? ( - sys-apps/dbus - qt4? ( dev-qt/qtdbus:4 ) - ) - exif? ( >=media-gfx/exiv2-0.17 ) - fam? ( virtual/fam ) - ffmpeg? ( virtual/ffmpeg ) - hyperestraier? ( app-text/hyperestraier ) - log? ( >=dev-libs/log4cxx-0.10.0 ) - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - ) -" -DEPEND="${COMMONDEPEND} - dev-libs/boost - test? ( dev-util/cppunit )" -RDEPEND=${COMMONDEPEND} - -PATCHES=( - "${FILESDIR}/${P}-gcc47.patch" - "${FILESDIR}/${P}-ffmpeg-0.11.patch" -) - -src_configure() { - # Enabled: POLLING (only reliable way to check for files changed.) - # Disabled: xine - recommended upstream to keep it this way - mycmakeargs=( - -DENABLE_POLLING=ON - -DFORCE_DEPS=ON - -DENABLE_CPPUNIT=OFF - -DENABLE_REGENERATEXSD=OFF - -DENABLE_XINE=OFF - $(cmake-utils_use_enable clucene CLUCENE) - $(cmake-utils_use_enable clucene CLUCENE_NG) - $(cmake-utils_use_enable dbus) - $(cmake-utils_use_enable exif EXIV2) - $(cmake-utils_use_enable fam) - $(cmake-utils_use_enable ffmpeg) - $(cmake-utils_use_enable hyperestraier) - $(cmake-utils_use_enable inotify) - $(cmake-utils_use_enable log LOG4CXX) - $(cmake-utils_use_enable qt4) - $(cmake-utils_use_enable test CPPUNIT) - ) - - if use qt4; then - mycmakeargs+=(-DENABLE_DBUS=ON) - fi - - cmake-utils_src_configure -} - -pkg_postinst() { - if ! use clucene && ! use hyperestraier; then - echo - elog "Because you didn't enable either of the available backends:" - elog "clucene or hyperestraier, strigi may not be functional." - elog "If you intend to use standalone strigi indexer (not needed for KDE)," - elog "be sure to reinstall app-misc/strigi with either clucene (recommended)" - elog "or hyperestraier (unreliable) USE flag enabled." - echo - fi -} diff --git a/app-misc/strigi/strigi-0.7.8.ebuild b/app-misc/strigi/strigi-0.7.8.ebuild index 6a1b33449351..619d0bf7974a 100644 --- a/app-misc/strigi/strigi-0.7.8.ebuild +++ b/app-misc/strigi/strigi-0.7.8.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.8.ebuild,v 1.4 2013/12/21 16:12:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/strigi/strigi-0.7.8.ebuild,v 1.5 2013/12/22 12:01:45 ago Exp $ EAPI=5 if [[ "${PV}" != "9999" ]]; then SRC_URI="http://www.vandenoever.info/software/strigi/${P}.tar.bz2" - KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" else EGIT_REPO_URI="git://anongit.kde.org/strigi" GIT_ECLASS="git-2" diff --git a/app-misc/wcd/wcd-5.2.4.ebuild b/app-misc/wcd/wcd-5.2.4.ebuild index efecc702a6dc..78efa421cb8b 100644 --- a/app-misc/wcd/wcd-5.2.4.ebuild +++ b/app-misc/wcd/wcd-5.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/wcd-5.2.4.ebuild,v 1.1 2013/09/06 11:15:29 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/wcd-5.2.4.ebuild,v 1.2 2013/12/22 18:45:50 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.xs4all.nl/~waterlan/${P}-src.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="nls unicode" CDEPEND=" diff --git a/app-office/akonadi-server/Manifest b/app-office/akonadi-server/Manifest index aea56bd29909..8ac3487d1598 100644 --- a/app-office/akonadi-server/Manifest +++ b/app-office/akonadi-server/Manifest @@ -1,3 +1,2 @@ -DIST akonadi-1.9.2.tar.bz2 220599 SHA256 e712f3ee59731d613935df78df1cd65f80680d86d1f6642ff118061cd461bfd9 SHA512 9c281315cbb4801490acb0c6afa8bde6e42a73cfd0ba4ab0cb2b0b50a63ae55d350efcf8535b7f3251d93da0ba63c51e7920c250496fedcb3d90e1d8644c1b7f WHIRLPOOL 3415b70bc03ba451ae4e8216de0eeeb0f0c7f53c4f6433cc21f4725167f24493bee3f6dfe188f7d3633b4f5e4471d3a02ffc5407b90def86c439db6e711a1cce DIST akonadi-server-1.10.3.tar.bz2 228633 SHA256 a8f66eec479c235ec67e77befac50c42743f627663fe2bb49238e82e6fbfffb0 SHA512 836917f3fb8ec5388d7145402fb1b55ca00d14d78f92d0105fecc6c052e99d497e17a2484f581b9d2f20433220a9343e6b4bff8ad34e48767e6a42d309572c66 WHIRLPOOL 468908b64e66a826e17dc8f5dca3f907bfcd09669810f9f1aca96b7f812ebc2c0138a6f840a5e5f8d0734cc05eecddeebafe8affe32994c2ed7bb76c2c309b38 DIST akonadi-server-1.11.0.tar.bz2 235101 SHA256 0cb257509d53927241b71d85c42efb0b5776efc37fc8dc732e75f6813b8a264d SHA512 366f0e4a86038af5eb6603653e599076c66e84f59db57f4c56a89ec265be7e335f3f5d14444030a6f398e2361969ad85bc73357359da7ab8c307ec3c5d80ea40 WHIRLPOOL b050f5e1d5220ec512ab6e57cd083b652f03ef1e391fb336a51888aede7b0faf2f2ab58db6f6e67ee3fd7ceea8efcb54d5c3b1a6c224adf3deb41cb10b3c91d2 diff --git a/app-office/akonadi-server/akonadi-server-1.9.2.ebuild b/app-office/akonadi-server/akonadi-server-1.9.2.ebuild deleted file mode 100644 index 730c09138b42..000000000000 --- a/app-office/akonadi-server/akonadi-server-1.9.2.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.2.ebuild,v 1.7 2013/09/08 13:54:37 kensington Exp $ - -EAPI=5 - -if [[ $PV = *9999* ]]; then - scm_eclass=git-2 - EGIT_REPO_URI="git://anongit.kde.org/akonadi" - SRC_URI="" - KEYWORDS="" -else - SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2" - KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" - S="${WORKDIR}/${P/-server/}" -fi - -inherit cmake-utils ${scm_eclass} - -DESCRIPTION="The server part of Akonadi" -HOMEPAGE="http://pim.kde.org/akonadi" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="+mysql postgres sqlite test" - -CDEPEND=" - dev-libs/boost:= - >=dev-libs/soprano-2.6.51 - >=dev-qt/qtdbus-4.5.0:4 - >=dev-qt/qtgui-4.5.0:4 - >=dev-qt/qtsql-4.5.0:4[mysql?,postgres?] - >=dev-qt/qttest-4.5.0:4 - x11-misc/shared-mime-info -" -DEPEND="${CDEPEND} - dev-libs/libxslt - >=dev-util/automoc-0.9.88 -" -RDEPEND="${CDEPEND} - postgres? ( dev-db/postgresql-server ) -" - -REQUIRED_USE="|| ( sqlite mysql postgres )" - -RESTRICT="test" - -pkg_setup() { - # Set default storage backend in order: MySQL, SQLite PostgreSQL - # reverse driver check to keep the order - if use postgres; then - DRIVER="QPSQL" - AVAILABLE+=" ${DRIVER}" - fi - - if use sqlite; then - DRIVER="QSQLITE3" - AVAILABLE+=" ${DRIVER}" - fi - - if use mysql; then - DRIVER="QMYSQL" - AVAILABLE+=" ${DRIVER}" - fi - - # Notify about MySQL is recommend by upstream - if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then - ewarn - ewarn "We strongly recommend you change your Akonadi database backend to MySQL in your" - ewarn "user configuration. This is the backend recommended by KDE upstream." - ewarn "In particular, kde-base/kmail-4.10 does not work properly with the sqlite" - ewarn "backend anymore." - ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc." - ewarn "Available drivers are:${AVAILABLE}" - ewarn - fi -} - -src_configure() { - local mycmakeargs=( - -DAKONADI_USE_STRIGI_SEARCH=OFF - -DINSTALL_QSQLITE_IN_QT_PREFIX=ON - -DWITH_QT5=OFF - $(cmake-utils_use test AKONADI_BUILD_TESTS) - $(cmake-utils_use sqlite AKONADI_BUILD_QSQLITE) - ) - - cmake-utils_src_configure -} - -src_install() { - # Who knows, maybe it accidentally fixes our permission issues - cat <<-EOF > "${T}"/akonadiserverrc -[%General] -Driver=${DRIVER} -EOF - insinto /usr/share/config/akonadi - doins "${T}"/akonadiserverrc - - cmake-utils_src_install -} - -pkg_postinst() { - elog "${DRIVER} has been set as your default akonadi storage backend." - elog "You can override it in your ~/.config/akonadi/akonadiserverrc." - elog "Available drivers are: ${AVAILABLE}" -} diff --git a/app-office/dia/dia-0.97.2-r2.ebuild b/app-office/dia/dia-0.97.2-r2.ebuild index 770e8aa9755a..51c0c8dde627 100644 --- a/app-office/dia/dia-0.97.2-r2.ebuild +++ b/app-office/dia/dia-0.97.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2-r2.ebuild,v 1.4 2013/12/08 17:44:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2-r2.ebuild,v 1.5 2013/12/22 15:24:37 jer Exp $ EAPI=5 GCONF_DEBUG=yes @@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/Dia" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" # the doc USE flag doesn't seem to do anything without docbook2html IUSE="cairo doc python" diff --git a/app-office/passepartout/passepartout-0.7.0-r1.ebuild b/app-office/passepartout/passepartout-0.7.0-r1.ebuild index 51c59c9dedcc..2b75447cf682 100644 --- a/app-office/passepartout/passepartout-0.7.0-r1.ebuild +++ b/app-office/passepartout/passepartout-0.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/passepartout-0.7.0-r1.ebuild,v 1.1 2013/07/24 02:04:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/passepartout-0.7.0-r1.ebuild,v 1.2 2013/12/22 18:50:26 pacho Exp $ EAPI=5 inherit autotools base eutils gnome2 libtool @@ -12,7 +12,7 @@ SRC_URI="mirror://gnome/sources/passepartout/0.7/passepartout-0.7.0.tar.bz2" IUSE="gnome" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" COMMON_DEPS="dev-cpp/libxmlpp:2.6 >=dev-libs/libxml2-2 diff --git a/app-portage/gentoolkit/gentoolkit-0.3.0.8-r2.ebuild b/app-portage/gentoolkit/gentoolkit-0.3.0.8-r2.ebuild index c76fa8da996f..405b096c6d0e 100644 --- a/app-portage/gentoolkit/gentoolkit-0.3.0.8-r2.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.3.0.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.8-r2.ebuild,v 1.7 2013/12/21 15:55:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.8-r2.ebuild,v 1.8 2013/12/22 14:21:14 ago Exp $ EAPI="5" @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND="sys-apps/portage" RDEPEND="${DEPEND} diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index 42160c328023..97fe48a71e36 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -165,4 +165,3 @@ DIST bash42-042 1571 SHA256 faaa5c1f456517b258b2a65eaa664dd6a01eeff73c8ca4447c3a DIST bash42-043 2110 SHA256 dc2683840f3e890a9c5f85338366ff6cd923285e558eb46aa818a03fa67c5c57 SHA512 70503181c392faf565ef0b23a2f6d1614836ffb9c04791cc4bfb31aff7786fd5efab4072034a4cfba0035595140cf7f9461b1565e4854ec34823cbd4f5ab419d WHIRLPOOL e988a962aac3ed9cd1f105cc5c9a477aaa52defdb049be8d9cd37da40177664507c06550193855cddea3b0a9fea3a04ec027ad14eea845317ee67e1b89697076 DIST bash42-044 1871 SHA256 10d32d6c9ccdedb1d826f46468631d475f9dcf983fac087766e16df7b99766e6 SHA512 e94cf93c5760225d4ac16f9c73078c3ce9913ffe1e20ffed8fa31084a0efd3dd63762b5437221f6b570078667e3ec19d882169ffe0ba4c498e258e56f17d2511 WHIRLPOOL 23e3fd1ed1a708eead2ce463c0e5acd720accbe9727462b7fd3916b14b8eabf2339c1f7b1dc973249e075bff4fa566753ae43c540ce3ddc84b5cdd72814d568d DIST bash42-045 1572 SHA256 ddb7eff0f59d394a483b09feec3771d9026f81ba90afac32846a19b172b2986d SHA512 64f62b19c79eb2c581feda2b9f3c36196b3a794ee9996f6d72078fbb0b8c5878aa2d8ff3e2698cf9769e42083704dd9342bb108212d02aeb79875fad70895560 WHIRLPOOL 02fa25cf02c831675a78a5625e0ba5606b52eb9f3dbdf546cd62983d83cea7fd159b535df94b3c8d39907a7739de7459b69cde3583f28d952a54b384122d264e -DIST readline51-001 2042 SHA256 2c9786b231a454504c3f38361af6fd74e61789bc1009eba5fb2447b5a3ac5774 SHA512 94dbe326f551099aac9658e80cf5489cdecf0a06f4986b1ebf0f6b678f1e2e50e31353e459e1b71a186f17c933180bf30a821cb262708ef6425c5987eb6d66e0 WHIRLPOOL 10546875add30ab9d2c9b60f6d90dd9cc6745e02cbec1ab8913517c6bdbc3d894d97652d04de148e6423fd8666831255996d9862e8e532ad06390757859a8f64 diff --git a/app-shells/bash/bash-3.1_p17.ebuild b/app-shells/bash/bash-3.1_p17.ebuild index 53ce6dc494b1..d4ea74bbcbc8 100644 --- a/app-shells/bash/bash-3.1_p17.ebuild +++ b/app-shells/bash/bash-3.1_p17.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.24 2012/11/19 22:26:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.25 2013/12/22 13:42:06 vapier Exp $ + +EAPI="4" inherit eutils flag-o-matic toolchain-funcs @@ -8,143 +10,137 @@ inherit eutils flag-o-matic toolchain-funcs # See ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/ PLEVEL=${PV##*_p} MY_PV=${PV/_p*} +MY_PV=${MY_PV/_/-} MY_P=${PN}-${MY_PV} -READLINE_VER=5.1 -READLINE_PLEVEL=1 +[[ ${PV} != *_p* ]] && PLEVEL=0 +patches() { + local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}} + [[ ${plevel} -eq 0 ]] && return 1 + eval set -- {1..${plevel}} + set -- $(printf "${pn}${pv/\.}-%03d " "$@") + if [[ ${opt} == -s ]] ; then + echo "${@/#/${DISTDIR}/}" + else + local u + for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do + printf "${u}/${pn}-${pv}-patches/%s " "$@" + done + fi +} DESCRIPTION="The standard GNU Bourne again shell" HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html" -# Hit the GNU mirrors before hitting Chet's site -# printf 'mirror://gnu/bash/bash-%s-patches/bash%s-%03d\n' \ -# ${MY_PV} ${MY_PV/\.} ${i} -SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz - ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz - $(for ((i=1; i<=PLEVEL; i++)); do - printf 'ftp://ftp.cwru.edu/pub/bash/bash-%s-patches/bash%s-%03d\n' \ - ${MY_PV} ${MY_PV/\.} ${i} - done) - $(for ((i=1; i<=READLINE_PLEVEL; i++)); do - printf 'ftp://ftp.cwru.edu/pub/bash/readline-%s-patches/readline%s-%03d\n' \ - ${READLINE_VER} ${READLINE_VER/\.} ${i} - printf 'mirror://gnu/bash/readline-%s-patches/readline%s-%03d\n' \ - ${READLINE_VER} ${READLINE_VER/\.} ${i} - done)" +SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" LICENSE="GPL-2" -SLOT="0" +SLOT="${MY_PV}" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="afs bashlogger nls vanilla" +IUSE="afs +net nls +readline" DEPEND=">=sys-libs/ncurses-5.2-r2 + readline? ( >=sys-libs/readline-6.2 ) nls? ( virtual/libintl )" -RDEPEND=${DEPEND} +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} +pkg_setup() { + if is-flag -malign-double ; then #7332 + eerror "Detected bad CFLAGS '-malign-double'. Do not use this" + eerror "as it breaks LFS (struct stat64) on x86." + die "remove -malign-double from your CFLAGS mr ricer" + fi +} + src_unpack() { unpack ${MY_P}.tar.gz - cd "${S}" - epatch "${FILESDIR}"/${PN}-3.1-gentoo.patch +} +src_prepare() { # Include official patches - local i - for ((i=1; i<=PLEVEL; i++)); do - epatch "${DISTDIR}"/${PN}${MY_PV/\.}-$(printf '%03d' ${i}) - done - cd lib/readline - for ((i=1; i<=READLINE_PLEVEL; i++)); do - epatch "${DISTDIR}"/readline${READLINE_VER/\.}-$(printf '%03d' ${i}) - done - cd ../.. - - if ! use vanilla ; then - # Fall back to /etc/inputrc - epatch "${FILESDIR}"/${PN}-3.0-etc-inputrc.patch - # Add more ulimit options (from Fedora) - epatch "${FILESDIR}"/${MY_P}-ulimit.patch - # Fix a memleak in read_builtin (from Fedora) - epatch "${FILESDIR}"/${PN}-3.0-read-memleak.patch - # Don't barf on handled signals in scripts - epatch "${FILESDIR}"/${PN}-3.0-trap-fg-signals.patch - # Fix -/bin/bash login shell #118257 - epatch "${FILESDIR}"/bash-3.1-fix-dash-login-shell.patch - # Fix /dev/fd test with FEATURES=userpriv #131875 - epatch "${FILESDIR}"/bash-3.1-dev-fd-test-as-user.patch - # Log bash commands to syslog #91327 - if use bashlogger ; then - echo - ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs." - ewarn "This will log ALL output you enter into the shell, you have been warned." - ebeep - epause - epatch "${FILESDIR}"/${PN}-3.1-bash-logger.patch - fi - fi + [[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s) - epatch "${FILESDIR}"/${PN}-3.0-configs.patch + # Clean out local libs so we know we use system ones + rm -rf lib/{readline,termcap}/* + touch lib/{readline,termcap}/Makefile.in # for config.status + sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[[:alpha:]]*.h::g' Makefile.in || die + + epatch "${FILESDIR}"/${PN}-3.1-gentoo.patch + epatch "${FILESDIR}"/autoconf-mktime-2.53.patch #220040 + epatch "${FILESDIR}"/${PN}-3.1-ulimit.patch + epatch "${FILESDIR}"/${PN}-3.0-read-memleak.patch + epatch "${FILESDIR}"/${PN}-3.0-trap-fg-signals.patch + epatch "${FILESDIR}"/bash-3.1-fix-dash-login-shell.patch #118257 + epatch "${FILESDIR}"/bash-3.1-dev-fd-test-as-user.patch #131875 + + epatch_user } -src_compile() { - filter-flags -malign-double +src_configure() { + local myconf=() - local myconf= + # Force pgrp synchronization + # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=81653 + export bash_cv_pgrp_pipe=yes - # Always use the buildin readline, else if we update readline - # bash gets borked as readline is usually not binary compadible - # between minor versions. - #myconf="${myconf} $(use_with !readline installed-readline)" - myconf="${myconf} --without-installed-readline" + # For descriptions of these, see config-top.h + # bashrc/#26952 bash_logout/#90488 ssh/#24762 + append-cppflags \ + -DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \ + -DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \ + -DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \ + -DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \ + -DNON_INTERACTIVE_LOGIN_SHELLS \ + -DSSH_SOURCE_BASHRC # Don't even think about building this statically without # reading Bug 7714 first. If you still build it statically, - # don't come crying to use with bugs ;). + # don't come crying to us with bugs ;). #use static && export LDFLAGS="${LDFLAGS} -static" - use nls || myconf="${myconf} --disable-nls" + use nls || myconf+=( --disable-nls ) + + # Historically, we always used the builtin readline, but since + # our handling of SONAME upgrades has gotten much more stable + # in the PM (and the readline ebuild itself preserves the old + # libs during upgrades), linking against the system copy should + # be safe. + # Exact cached version here doesn't really matter as long as it + # is at least what's in the DEPEND up above. + export ac_cv_rl_version=6.2 # Force linking with system curses ... the bundled termcap lib - # sucks bad compared to ncurses - myconf="${myconf} --with-curses" + # sucks bad compared to ncurses. For the most part, ncurses + # is here because readline needs it. But bash itself calls + # ncurses in one or two small places :(. + tc-export AR #444070 econf \ + --with-installed-readline=. \ + --with-curses \ $(use_with afs) \ + $(use_enable net net-redirections) \ --disable-profiling \ --without-gnu-malloc \ - ${myconf} || die - emake -j1 || die "make failed" # see bug 102426 + $(use_enable readline) \ + $(use_enable readline history) \ + $(use_enable readline bang-history) \ + "${myconf[@]}" } -src_install() { - einstall || die +src_compile() { + emake -j1 #102426 +} - dodir /bin - mv "${D}"/usr/bin/bash "${D}"/bin/ - [[ ${USERLAND} != "BSD" ]] && dosym bash /bin/sh - dosym bash /bin/rbash +src_install() { + into / + newbin bash bash-${SLOT} - insinto /etc/bash - doins "${FILESDIR}"/{bashrc,bash_logout} - insinto /etc/skel - for f in bash{_logout,_profile,rc} ; do - newins "${FILESDIR}"/dot-${f} .${f} - done + newman doc/bash.1 bash-${SLOT}.1 + newman doc/builtins.1 builtins-${SLOT}.1 - sed -i -e "s:#${USERLAND}#@::" "${D}"/etc/skel/.bashrc "${D}"/etc/bash/bashrc - sed -i -e '/#@/d' "${D}"/etc/skel/.bashrc "${D}"/etc/bash/bashrc + insinto /usr/share/info + newins doc/bashref.info bash-${SLOT}.info + dosym bash-${SLOT}.info /usr/share/info/bashref-${SLOT}.info - doman doc/*.1 dodoc README NEWS AUTHORS CHANGES COMPAT Y2K doc/FAQ doc/INTRO - dosym bash.info.gz /usr/share/info/bashref.info.gz -} - -pkg_preinst() { - if [[ -e ${ROOT}/etc/bashrc ]] && [[ ! -d ${ROOT}/etc/bash ]] ; then - mkdir -p "${ROOT}"/etc/bash - mv -f "${ROOT}"/etc/bashrc "${ROOT}"/etc/bash/ - fi - - # our bash_logout is just a place holder so dont - # force users to go through etc-update all the time - if [[ -e ${ROOT}/etc/bash/bash_logout ]] ; then - rm -f "${D}"/etc/bash/bash_logout - fi } diff --git a/app-shells/bash/bash-3.2_p51.ebuild b/app-shells/bash/bash-3.2_p51.ebuild index 6bc0b582d41b..b09b4f64b088 100644 --- a/app-shells/bash/bash-3.2_p51.ebuild +++ b/app-shells/bash/bash-3.2_p51.ebuild @@ -1,46 +1,46 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p51.ebuild,v 1.5 2012/11/19 22:26:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p51.ebuild,v 1.6 2013/12/22 13:42:06 vapier Exp $ -EAPI=1 +EAPI="4" -inherit eutils flag-o-matic toolchain-funcs multilib +inherit eutils flag-o-matic toolchain-funcs # Official patchlevel # See ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/ PLEVEL=${PV##*_p} MY_PV=${PV/_p*} +MY_PV=${MY_PV/_/-} MY_P=${PN}-${MY_PV} -READLINE_VER=5.2 -READLINE_PLEVEL=0 # both readline patches are also released as bash patches +[[ ${PV} != *_p* ]] && PLEVEL=0 +patches() { + local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}} + [[ ${plevel} -eq 0 ]] && return 1 + eval set -- {1..${plevel}} + set -- $(printf "${pn}${pv/\.}-%03d " "$@") + if [[ ${opt} == -s ]] ; then + echo "${@/#/${DISTDIR}/}" + else + local u + for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do + printf "${u}/${pn}-${pv}-patches/%s " "$@" + done + fi +} DESCRIPTION="The standard GNU Bourne again shell" HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html" -SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz - ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz - $(for ((i=1; i<=PLEVEL; i++)); do - printf 'ftp://ftp.cwru.edu/pub/bash/bash-%s-patches/bash%s-%03d\n' \ - ${MY_PV} ${MY_PV/\.} ${i} - printf 'mirror://gnu/bash/bash-%s-patches/bash%s-%03d\n' \ - ${MY_PV} ${MY_PV/\.} ${i} - done) - $(for ((i=1; i<=READLINE_PLEVEL; i++)); do - printf 'ftp://ftp.cwru.edu/pub/bash/readline-%s-patches/readline%s-%03d\n' \ - ${READLINE_VER} ${READLINE_VER/\.} ${i} - printf 'mirror://gnu/bash/readline-%s-patches/readline%s-%03d\n' \ - ${READLINE_VER} ${READLINE_VER/\.} ${i} - done)" +SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="afs bashlogger +net nls plugins vanilla" +SLOT="${MY_PV}" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +IUSE="afs +net nls +readline" DEPEND=">=sys-libs/ncurses-5.2-r2 + readline? ( >=sys-libs/readline-6.2 ) nls? ( virtual/libintl )" -RDEPEND="${DEPEND} - ! + # include + #else +-# if HAVE_SYS_TIME_H ++# ifdef HAVE_SYS_TIME_H + # include + # else + # include + # endif + #endif + +-#if HAVE_UNISTD_H ++#include ++#include ++ ++#ifdef HAVE_UNISTD_H + # include + #endif + +-#if !HAVE_ALARM ++#ifndef HAVE_ALARM + # define alarm(X) /* empty */ + #endif + +@@ -12416,6 +12419,7 @@ else + #undef putenv + + static time_t time_t_max; ++static time_t time_t_min; + + /* Values we'll use to set the TZ environment variable. */ + static const char *const tz_strings[] = { +@@ -12424,9 +12428,9 @@ static const char *const tz_strings[] = { + }; + #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) + +-/* Fail if mktime fails to convert a date in the spring-forward gap. ++/* Return 0 if mktime fails to convert a date in the spring-forward gap. + Based on a problem report from Andreas Jaeger. */ +-static void ++static int + spring_forward_gap () + { + /* glibc (up to about 1998-10-07) failed this test. */ +@@ -12445,23 +12449,27 @@ spring_forward_gap () + tm.tm_min = 0; + tm.tm_sec = 0; + tm.tm_isdst = -1; +- if (mktime (&tm) == (time_t)-1) +- exit (1); ++ return mktime (&tm) != (time_t) -1; + } + +-static void +-mktime_test (now) ++static int ++mktime_test1 (now) + time_t now; + { + struct tm *lt; +- if ((lt = localtime (&now)) && mktime (lt) != now) +- exit (1); +- now = time_t_max - now; +- if ((lt = localtime (&now)) && mktime (lt) != now) +- exit (1); ++ return ! (lt = localtime (&now)) || mktime (lt) == now; + } + +-static void ++static int ++mktime_test (now) ++ time_t now; ++{ ++ return (mktime_test1 (now) ++ && mktime_test1 ((time_t) (time_t_max - now)) ++ && mktime_test1 ((time_t) (time_t_min + now))); ++} ++ ++static int + irix_6_4_bug () + { + /* Based on code from Ariel Faigon. */ +@@ -12474,11 +12482,10 @@ irix_6_4_bug () + tm.tm_sec = 0; + tm.tm_isdst = -1; + mktime (&tm); +- if (tm.tm_mon != 2 || tm.tm_mday != 31) +- exit (1); ++ return tm.tm_mon == 2 && tm.tm_mday == 31; + } + +-static void ++static int + bigtime_test (j) + int j; + { +@@ -12500,8 +12507,39 @@ bigtime_test (j) + && lt->tm_wday == tm.tm_wday + && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) + == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) +- exit (1); ++ return 0; + } ++ return 1; ++} ++ ++static int ++year_2050_test () ++{ ++ /* The correct answer for 2050-02-01 00:00:00 in Pacific time, ++ ignoring leap seconds. */ ++ unsigned long int answer = 2527315200UL; ++ ++ struct tm tm; ++ time_t t; ++ tm.tm_year = 2050 - 1900; ++ tm.tm_mon = 2 - 1; ++ tm.tm_mday = 1; ++ tm.tm_hour = tm.tm_min = tm.tm_sec = 0; ++ tm.tm_isdst = -1; ++ ++ /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" ++ instead of "TZ=America/Vancouver" in order to detect the bug even ++ on systems that don't support the Olson extension, or don't have the ++ full zoneinfo tables installed. */ ++ putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); ++ ++ t = mktime (&tm); ++ ++ /* Check that the result is either a failure, or close enough ++ to the correct answer that we can assume the discrepancy is ++ due to leap seconds. */ ++ return (t == (time_t) -1 ++ || (0 < t && answer - 120 <= t && t <= answer + 120)); + } + + int +@@ -12515,9 +12553,15 @@ main () + isn't worth using anyway. */ + alarm (60); + +- for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) +- continue; +- time_t_max--; ++ for (;;) ++ { ++ t = (time_t_max << 1) + 1; ++ if (t <= time_t_max) ++ break; ++ time_t_max = t; ++ } ++ time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max; ++ + delta = time_t_max / 997; /* a suitable prime number */ + for (i = 0; i < N_STRINGS; i++) + { +@@ -12525,17 +12569,22 @@ main () + putenv (tz_strings[i]); + + for (t = 0; t <= time_t_max - delta; t += delta) +- mktime_test (t); +- mktime_test ((time_t) 60 * 60); +- mktime_test ((time_t) 60 * 60 * 24); +- +- for (j = 1; 0 < j; j *= 2) +- bigtime_test (j); +- bigtime_test (j - 1); ++ if (! mktime_test (t)) ++ return 1; ++ if (! (mktime_test ((time_t) 1) ++ && mktime_test ((time_t) (60 * 60)) ++ && mktime_test ((time_t) (60 * 60 * 24)))) ++ return 1; ++ ++ for (j = 1; ; j <<= 1) ++ if (! bigtime_test (j)) ++ return 1; ++ else if (INT_MAX / 2 < j) ++ break; ++ if (! bigtime_test (INT_MAX)) ++ return 1; + } +- irix_6_4_bug (); +- spring_forward_gap (); +- exit (0); ++ return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); + } + _ACEOF + rm -f conftest$ac_exeext diff --git a/app-shells/bash/files/bash-3.0-configs.patch b/app-shells/bash/files/bash-3.0-configs.patch deleted file mode 100644 index 84e96242d845..000000000000 --- a/app-shells/bash/files/bash-3.0-configs.patch +++ /dev/null @@ -1,71 +0,0 @@ ---- bash-3.0/config.h.in -+++ bash-3.0/config.h.in -@@ -197,7 +197,7 @@ - - /* System paths */ - --#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail" -+#define DEFAULT_MAIL_DIRECTORY "/var/spool/mail" - - /* Characteristics of the system's header files and libraries that affect - the compilation environment. */ ---- bash-3.0/config-bot.h -+++ bash-3.0/config-bot.h -@@ -178,4 +178,18 @@ - /******************************************************************/ - - /* If you don't want bash to provide a default mail file to check. */ --/* #undef DEFAULT_MAIL_DIRECTORY */ -+/* DP: - don't define a default DEFAULT_MAIL_DIRECTORY, because it -+ * DP: can cause a timeout on NFS mounts. -+ */ -+#undef DEFAULT_MAIL_DIRECTORY -+ -+/* Force pgrp synchronization -+ * (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=81653) -+ * -+ * The session will hang cases where you 'su' (not 'su -') and -+ * then run a piped command in emacs. -+ * This problem seem to happen due to scheduler changes kernel -+ * side - although reproduceble with later 2.4 kernels, it is -+ * especially easy with 2.6 kernels. -+ */ -+#define PGRP_PIPE 1 ---- bash-3.0/config-top.h -+++ bash-3.0/config-top.h -@@ -52,14 +52,14 @@ - /* The default value of the PATH variable. */ - #ifndef DEFAULT_PATH_VALUE - #define DEFAULT_PATH_VALUE \ -- "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:." -+ "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" - #endif - - /* The value for PATH when invoking `command -p'. This is only used when - the Posix.2 confstr () function, or CS_PATH define are not present. */ - #ifndef STANDARD_UTILS_PATH - #define STANDARD_UTILS_PATH \ -- "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc" -+ "/bin:/usr/bin:/sbin:/usr/sbin" - #endif - - /* Default primary and secondary prompt strings. */ -@@ -74,14 +74,16 @@ - - /* System-wide .bashrc file for interactive shells. */ - /* #define SYS_BASHRC "/etc/bash.bashrc" */ -+#define SYS_BASHRC "/etc/bash/bashrc" /* #26952 */ - - /* System-wide .bash_logout for login shells. */ - /* #define SYS_BASH_LOGOUT "/etc/bash.bash_logout" */ -+#define SYS_BASH_LOGOUT "/etc/bash/bash_logout" /* #90488 */ - - /* Define this to make non-interactive shells begun with argv[0][0] == '-' - run the startup files when not in posix mode. */ --/* #define NON_INTERACTIVE_LOGIN_SHELLS */ -+#define NON_INTERACTIVE_LOGIN_SHELLS - - /* Define this if you want bash to try to check whether it's being run by - sshd and source the .bashrc if so (like the rshd behavior). */ --/* #define SSH_SOURCE_BASHRC */ -+#define SSH_SOURCE_BASHRC /* #24762 */ diff --git a/app-shells/bash/files/bash-3.0-etc-inputrc.patch b/app-shells/bash/files/bash-3.0-etc-inputrc.patch deleted file mode 100644 index 204e7978d3c1..000000000000 --- a/app-shells/bash/files/bash-3.0-etc-inputrc.patch +++ /dev/null @@ -1,44 +0,0 @@ -Patch readline's bind.c so that /etc/inputrc is read as a last resort -following ~/.inputrc. This is better than putting INPUTRC in -the environment because INPUTRC will override even after the -user creates a ~/.inputrc - ---- bash-3.0/lib/readline/bind.c.agriffis 2004-03-03 22:39:32.000000000 -0500 -+++ bash-3.0/lib/readline/bind.c 2004-08-02 13:53:02.365731918 -0400 -@@ -781,6 +781,7 @@ - 1. the filename used for the previous call - 2. the value of the shell variable `INPUTRC' - 3. ~/.inputrc -+ 4. /etc/inputrc - If the file existed and could be opened and read, 0 is returned, - otherwise errno is returned. */ - int -@@ -789,17 +790,20 @@ - { - /* Default the filename. */ - if (filename == 0) -+ filename = last_readline_init_file; -+ if (filename == 0) -+ filename = sh_get_env_value ("INPUTRC"); -+ if (filename == 0 || *filename == 0) - { -- filename = last_readline_init_file; -- if (filename == 0) -- filename = sh_get_env_value ("INPUTRC"); -- if (filename == 0) -- filename = DEFAULT_INPUTRC; -+ /* If there's trouble reading DEFAULT_INPUTRC then fall back to -+ * the system inputrc -+ */ -+ filename = DEFAULT_INPUTRC; -+ if (_rl_read_init_file (filename, 0) == 0) -+ return 0; -+ filename = "/etc/inputrc"; - } - -- if (*filename == 0) -- filename = DEFAULT_INPUTRC; -- - #if defined (__MSDOS__) - if (_rl_read_init_file (filename, 0) == 0) - return 0; diff --git a/app-shells/bash/files/bash-3.1-bash-logger.patch b/app-shells/bash/files/bash-3.1-bash-logger.patch deleted file mode 100644 index 4f6df31c455a..000000000000 --- a/app-shells/bash/files/bash-3.1-bash-logger.patch +++ /dev/null @@ -1,89 +0,0 @@ -Add support for logging bash commands via syslog(). -Useful for deploying in honeypot environments. - -http://bugs.gentoo.org/91327 -http://www.nardware.co.uk/Security/html/bashlogger.htm - ---- bashhist.c -+++ bashhist.c -@@ -705,7 +705,7 @@ - { - hist_last_line_added = 1; - hist_last_line_pushed = 0; -- add_history (line); -+ add_history (line, 1); - history_lines_this_session++; - } - ---- lib/readline/histexpand.c -+++ lib/readline/histexpand.c -@@ -1222,9 +1222,7 @@ - - if (only_printing) - { --#if 0 -- add_history (result); --#endif -+ add_history (result, 1); - return (2); - } - ---- lib/readline/histfile.c -+++ lib/readline/histfile.c -@@ -262,7 +262,7 @@ - { - if (HIST_TIMESTAMP_START(line_start) == 0) - { -- add_history (line_start); -+ add_history (line_start, 0); - if (last_ts) - { - add_history_time (last_ts); ---- lib/readline/history.c -+++ lib/readline/history.c -@@ -31,6 +31,8 @@ - - #include - -+#include -+ - #if defined (HAVE_STDLIB_H) - # include - #else -@@ -246,10 +250,23 @@ - /* Place STRING at the end of the history list. The data field - is set to NULL. */ - void --add_history (string) -- const char *string; -+add_history (string, logme) -+ const char *string; -+ int logme; /* 0 means no sending history to syslog */ - { - HIST_ENTRY *temp; -+ if (logme) { -+ char trunc[600]; /* arbitrary max size of 600 bytes */ -+ if (strlen(string) < sizeof(trunc)) { -+ syslog(LOG_LOCAL5 | LOG_INFO, "HISTORY: PID=%d UID=%d %s", -+ getpid(), getuid(), string); -+ } else { -+ memcpy(trunc, string, sizeof(trunc)); -+ trunc[sizeof(trunc) - 1] = '\0'; -+ syslog(LOG_LOCAL5 | LOG_INFO, "HISTORY: PID=%d UID=%d %s(++TRUNC)", -+ getpid(), getuid(), trunc); -+ } -+ } - - if (history_stifled && (history_length == history_max_entries)) - { ---- lib/readline/history.h -+++ lib/readline/history.h -@@ -80,7 +80,7 @@ - - /* Place STRING at the end of the history list. - The associated data field (if any) is set to NULL. */ --extern void add_history PARAMS((const char *)); -+extern void add_history PARAMS((const char *, int )); - - /* Change the timestamp associated with the most recent history entry to - STRING. */ diff --git a/app-shells/bash/files/bash-3.1-gentoo.patch b/app-shells/bash/files/bash-3.1-gentoo.patch index 481bc588a3c9..a3a62d108c58 100644 --- a/app-shells/bash/files/bash-3.1-gentoo.patch +++ b/app-shells/bash/files/bash-3.1-gentoo.patch @@ -11,19 +11,6 @@ Collection of fixes from mandrake -.so bash.1 .SH SEE ALSO bash(1), sh(1) ---- bash-3.1/lib/readline/complete.c -+++ bash-3.1/lib/readline/complete.c -@@ -1544,9 +1544,7 @@ - if (rl_filename_completion_desired) - { - filename = tilde_expand (text); -- s = (nontrivial_match && rl_completion_mark_symlink_dirs == 0) -- ? LSTAT (filename, &finfo) -- : stat (filename, &finfo); -+ s = stat (filename, &finfo); - if (s == 0 && S_ISDIR (finfo.st_mode)) - { - if (_rl_complete_mark_directories /* && rl_completion_suppress_append == 0 */) --- bash-3.1/Makefile.in +++ bash-3.1/Makefile.in @@ -658,7 +658,7 @@ diff --git a/app-shells/psh/psh-1.8.1-r1.ebuild b/app-shells/psh/psh-1.8.1-r1.ebuild index 879f93034bc8..ebe73e0bac39 100644 --- a/app-shells/psh/psh-1.8.1-r1.ebuild +++ b/app-shells/psh/psh-1.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1-r1.ebuild,v 1.2 2013/12/21 15:52:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1-r1.ebuild,v 1.3 2013/12/22 14:12:29 nimiux Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc ~x86" # Package warrants USE doc & examples IUSE="readline" diff --git a/app-text/dictd/dictd-1.12.1-r1.ebuild b/app-text/dictd/dictd-1.12.1-r1.ebuild index 262055a29891..647c8bed3bb3 100644 --- a/app-text/dictd/dictd-1.12.1-r1.ebuild +++ b/app-text/dictd/dictd-1.12.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.12.1-r1.ebuild,v 1.3 2013/12/21 18:59:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.12.1-r1.ebuild,v 1.4 2013/12/22 13:23:52 ago Exp $ EAPI=5 inherit eutils readme.gentoo systemd user @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/dict/${P}.tar.gz" SLOT="0" # We install rfc so - ISOC-rfc LICENSE="GPL-2 ISOC-rfc" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="dbi judy minimal" # ~/jruby.fix' - echo 'emerge -1C $(< ~/jruby.fix)' - echo "rm ${directory}" - echo 'emerge -1 $(< ~/jruby.fix)' - echo 'rm ~/jruby.fix' - - eerror "For more information, please see http://bugs.gentoo.org/show_bug.cgi?id=302187" - fail="true" - fi - done - - if [[ -n ${fail} ]]; then - die "Please address the above errors, then run emerge --resume" - fi -} - -java_prepare() { - epatch "${FILESDIR}/ftype-test-fixes.patch" - epatch "${FILESDIR}/user-test-fixes.patch" - epatch "${FILESDIR}"/${PN}-1.4.0-system-jars-r2.patch - epatch "${FILESDIR}"/${PN}-1.4.0-bindir.patch - - # We don't need to use Retroweaver. There is a jarjar and a regular jar - # target but even with jarjarclean, both are a pain. The latter target - # is slightly easier so go with this one. - sed -r -i \ - -e 's/maxmemory="128m"/maxmemory="192m"/' \ - -e "/RetroWeaverTask/d" \ - -e "//d" \ - build.xml || die - - sed -i -e '/Arndt/d' src/org/jruby/RubyBigDecimal.java - - # Delete the bundled JARs but keep invokedynamic.jar. - # No source is available and it's only a dummy anyway. - find build_lib -name "*.jar" ! -name "jsr292-mock.jar" -delete || die - rm lib/profile.jar || die - - use bsf && java-pkg_jar-from --into build_lib \ - --build-only bsf-2.3 - - if ! use bsf; then - # Remove BSF test cases. - cd "${S}/test/org/jruby" - rm -f test/TestAdoptedThreading.java || die - rm -f javasupport/test/TestBSF.java || die - sed -i '/TestBSF.class/d' javasupport/test/JavaSupportTestSuite.java || die - sed -i '/TestAdoptedThreading.class/d' test/MainTestSuite.java || die - fi -} - -src_compile() { - eant jar $(use_doc apidocs) $(use bsf && echo "-Dbsf.present") \ - -Djdk1.5+=true -} - -src_test() { - if [ ${UID} == 0 ] ; then - ewarn 'The tests will fail if run as root so skipping them.' - ewarn 'Enable FEATURES="userpriv" if you want to run them.' - return - fi - - # ali_bush was getting crashes while attempting to run a test. - # No info about why it crashed seemed to be produced. - # remove it as temp fix. - #sed -i -e '/MRI/d' build.xml || die "Failed to sed build.xml" - - # BSF is a compile-time only dependency because it's just the adapter - # classes and they won't be used unless invoked from BSF itself. - use bsf && java-pkg_jar-from --into build_lib --with-dependencies bsf-2.3 - - # Our jruby.jar is unbundled so we need to add the classpath to this test. - sed -i "s:java -jar:java -Xbootclasspath/a\:#{ENV['JRUBY_CP']} -jar:g" test/test_load_compiled_ruby_class_from_classpath.rb || die - - ANT_TASKS="ant-junit ant-trax" JRUBY_CP=`java-pkg_getjars ${EANT_GENTOO_CLASSPATH// /,}` JRUBY_OPTS="" eant test -Djdk1.5+=true -} - -src_install() { - local bin - - java-pkg_dojar lib/${PN}.jar - dodoc README docs/{*.txt,README.*} || die - - use doc && java-pkg_dojavadoc docs/api - use source && java-pkg_dosrc src/org - - # We run the sed here in install so that we don't get the wrong - # data during the test phase! - sed \ - -e '/++ebuild-cut-here++/, /--ebuild-cut-here--/ d' \ - -e '/^JRUBY_HOME=/s:=:=/usr/share/jruby:' \ - bin/jruby > "${T}"/jruby - - dobin "${T}"/jruby "${S}"/bin/j{irb{,_swing},rubyc} || die - - insinto "${RUBY_HOME}" - doins -r "${S}"/lib/ruby/{1.8,1.9,site_ruby} || die - - # Remove all the references to RubyGems as we're just going to - # install it through dev-ruby/rubygems. - find "${D}${RUBY_HOME}" -type f \ - '(' '(' -path '*rubygems*' -not -name 'jruby.rb' ')' -or -name 'ubygems.rb' -or -name 'datadir.rb' ')' \ - -delete || die -} - -pkg_postinst() { - ewarn "If you're updating from <=jruby-1.4.0, you're going to get errors related" - ewarn "to gentoo.rb load failure." - ewarn "This is due to a stray definition of JRUBY_OPTS variable from the previous ebuilds." - ewarn "To solve the problem, either login in a new shell, use 'env -i ${SHELL} --login'" - ewarn "or explicitly unset the variable before running jruby." -} diff --git a/dev-java/jruby/jruby-1.5.6.ebuild b/dev-java/jruby/jruby-1.5.6.ebuild deleted file mode 100644 index 40df780c06a9..000000000000 --- a/dev-java/jruby/jruby-1.5.6.ebuild +++ /dev/null @@ -1,199 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-1.5.6.ebuild,v 1.3 2011/10/19 01:25:10 fordfrog Exp $ - -EAPI="2" -JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 - -MY_PV="${PV/_rc1/RC1}" - -DESCRIPTION="Java-based Ruby interpreter implementation" -HOMEPAGE="http://jruby.codehaus.org/" -SRC_URI="http://jruby.org.s3.amazonaws.com/downloads/${PV}/${PN}-src-${PV}.tar.gz" -LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="bsf ssl" - -CDEPEND=">=dev-java/bytelist-1.0.6:0 - >=dev-java/constantine-0.6:0 - >=dev-java/jline-0.9.94:0 - >=dev-java/joni-1.1.3:0 - >=dev-java/jnr-posix-1.1.3:0 - >=dev-java/jnr-netdb-1.0:0 - >=dev-java/jvyamlb-0.2.5:0 - >=dev-java/asm-3.2:3 - dev-java/jcodings:0 - >=dev-java/jffi-0.7_pre:0.4 - dev-java/joda-time:0 - dev-util/jay:0[java] - dev-java/nailgun:0 - dev-java/jaffl:0 - dev-java/jgrapht:0 - dev-java/ant-core:0 - dev-java/bsf:2.3" - -RDEPEND="${CDEPEND} - >=virtual/jre-1.6" - -DEPEND="${CDEPEND} - virtual/jdk:1.6 - test? ( - dev-java/ant-junit4:0 - dev-java/ant-trax:0 - dev-java/junit:4 - java-virtuals/jdk-with-com-sun - dev-java/commons-logging:0 - dev-java/xalan:0 - >=dev-java/jna-posix-1.0.1:0 - ) - !! ~/jruby.fix' - echo 'emerge -1C $(< ~/jruby.fix)' - echo "rm ${directory}" - echo 'emerge -1 $(< ~/jruby.fix)' - echo 'rm ~/jruby.fix' - - eerror "For more information, please see http://bugs.gentoo.org/show_bug.cgi?id=302187" - fail="true" - fi - done - - if [[ -n ${fail} ]]; then - die "Please address the above errors, then run emerge --resume" - fi -} - -java_prepare() { - epatch "${FILESDIR}"/${PN}-1.5.0-system-jars.patch - epatch "${FILESDIR}/1.5.1/build.xml.patch" - epatch "${FILESDIR}/1.5.1/testfixes.patch" - - # We don't need to use Retroweaver. There is a jarjar and a regular jar - # target but even with jarjarclean, both are a pain. The latter target - # is slightly easier so go with this one. - sed -r -i \ - -e 's/maxmemory="128m"/maxmemory="192m"/' \ - -e "/RetroWeaverTask/d" \ - -e "//d" \ - build.xml || die - - sed -i -e '/Arndt/d' src/org/jruby/RubyBigDecimal.java - - # Delete the bundled JARs but keep invokedynamic.jar. - # No source is available and it's only a dummy anyway. - find build_lib -name "*.jar" ! -name "jsr292-mock.jar" -delete || die - - # change some defaults for Gentoo to work properly - cat - >> src/org/jruby/jruby.properties < 'build.classpath'@:path =>\"#{ENV['JRUBY_CP']}:lib/jruby.jar\"@g" \ - rakelib/commands.rake || die - #sed -i "s@:refid => 'test.class.path'@:path => \"#{ENV['JRUBY_CP']}@g" \ - # rakelib/commands.rake || die - - #bsf optionally depends on jruby, which means that the previously - #installed jruby will be added to classpath, nasty things will happen. - local cpath=`java-pkg_getjars ${EANT_GENTOO_CLASSPATH// /,},junit-4` - cpath="$(echo ${cpath} | sed -e "s_${ROOT}/usr/share/jruby/lib/jruby.jar:__g")" - cpath="${cpath}:$(java-pkg_getjars --build-only commons-logging,xalan)" - EANT_GENTOO_CLASSPATH="" - - local flags="" - use bsf && flags="-Dbsf.present=true" - - #Clear RUBYOPT - export RUBYOPT="" - export JRUBY_CP="${cpath}" - ANT_TASKS="ant-junit4 ant-trax" \ - JRUBY_OPTS="" eant test -Djdk1.5+=true -Djruby.bindir=bin \ - -Dgentoo.classpath="${cpath}" ${flags} -} - -src_install() { - local bin - - java-pkg_dojar lib/${PN}.jar - dodoc README docs/{*.txt,README.*} || die - - use doc && java-pkg_dojavadoc docs/api - use source && java-pkg_dosrc src/org - - # We run the sed here in install so that we don't get the wrong - # data during the test phase! - sed \ - -e '/++ebuild-cut-here++/, /--ebuild-cut-here--/ d' \ - -e '/^JRUBY_HOME=/s:=:=/usr/share/jruby:' \ - bin/jruby > "${T}"/jruby - - dobin "${T}"/jruby "${S}"/bin/j{irb{,_swing},rubyc} || die - - insinto "${RUBY_HOME}" - doins -r "${S}"/lib/ruby/{1.8,1.9,site_ruby} || die - - # Remove all the references to RubyGems as we're just going to - # install it through dev-ruby/rubygems. - find "${D}${RUBY_HOME}" -type f \ - '(' '(' -path '*rubygems*' -not -name 'jruby.rb' ')' -or -name 'ubygems.rb' -or -name 'datadir.rb' ')' \ - -delete || die -} - -pkg_postinst() { - ewarn "If you're updating from <=jruby-1.4.0, you're going to get errors related" - ewarn "to gentoo.rb load failure." - ewarn "This is due to a stray definition of JRUBY_OPTS variable from the previous ebuilds." - ewarn "To solve the problem, either login in a new shell, use 'env -i ${SHELL} --login'" - ewarn "or explicitly unset the variable before running jruby." - ewarn "" - ewarn "Currently this package introduces issues/bugs that are not present within upstream" - ewarn "releases. Therefore if you are wanting a stable build of jruby please do not" - ewarn "use this package." -} diff --git a/dev-java/jruby/jruby-1.6.5.1-r1.ebuild b/dev-java/jruby/jruby-1.6.5.1-r1.ebuild deleted file mode 100644 index 505fc034f4ef..000000000000 --- a/dev-java/jruby/jruby-1.6.5.1-r1.ebuild +++ /dev/null @@ -1,197 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-1.6.5.1-r1.ebuild,v 1.1 2013/10/24 19:32:40 tomwij Exp $ - -EAPI="4" -JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 - -MY_PV="${PV/_rc1/RC1}" - -DESCRIPTION="Java-based Ruby interpreter implementation" -HOMEPAGE="http://jruby.codehaus.org/" -SRC_URI="http://jruby.org.s3.amazonaws.com/downloads/${PV}/${PN}-src-${PV}.tar.gz" -LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="bsf ssl" - -# jffi still needed? Or do we call that jnr-ffi? -# jnr-ffi depends on jffi which depends on libffi -CDEPEND=">=dev-java/bytelist-1.0.8:0 - >=dev-java/jline-0.9.94:0 - >=dev-java/joni-1.1.3:0 - >=dev-java/jnr-netdb-1.0:0 - >=dev-java/jvyamlb-0.2.5:0 - >=dev-java/asm-3.2:3 - >=dev-java/jcodings-1.0.5:0 - dev-java/jffi:1.0 - dev-java/jnr-constants:0 - dev-java/jnr-ffi:0.5 - dev-java/jnr-posix:1.1 - dev-java/joda-time:0 - dev-util/jay:0[java] - dev-java/nailgun:0 - dev-java/jgrapht:0 - dev-java/ant-core:0 - dev-java/bsf:2.3 - dev-java/osgi-core-api:0 - dev-java/snakeyaml:1.9" - -RDEPEND="${CDEPEND} - >=virtual/jre-1.6" - -# Is jna-posix still needed? Or has that been renamed to jnr-posix? -# jna-posix is the original project name which was abononed years ago. -# jnr-posix < 1.1.8 are from the original fork -# later jnr-posix are from the jnr umbrella project. -DEPEND="${CDEPEND} - >=virtual/jdk-1.6 - test? ( - dev-java/ant-junit4:0 - dev-java/ant-trax:0 - dev-java/junit:4 - java-virtuals/jdk-with-com-sun - dev-java/commons-logging:0 - dev-java/xalan:0 - ) - !! ~/jruby.fix' - echo 'emerge -1C $(< ~/jruby.fix)' - echo "rm ${directory}" - echo 'emerge -1 $(< ~/jruby.fix)' - echo 'rm ~/jruby.fix' - - eerror "For more information, please see http://bugs.gentoo.org/show_bug.cgi?id=302187" - fail="true" - fi - done - - if [[ -n ${fail} ]]; then - die "Please address the above errors, then run emerge --resume" - fi -} - -java_prepare() { - epatch "${FILESDIR}"/${PN}-bash-launcher.patch - epatch "${FILESDIR}/1.5.1/build.xml.patch" - - # We don't need to use Retroweaver. There is a jarjar and a regular jar - # target but even with jarjarclean, both are a pain. The latter target - # is slightly easier so go with this one. - sed -r -i \ - -e 's/maxmemory="128m"/maxmemory="192m"/' \ - -e "/RetroWeaverTask/d" \ - -e "/yecht/! { //d }" \ - build.xml || die - - sed -i -e '/Arndt/d' src/org/jruby/RubyBigDecimal.java - - # Delete the bundled JARs but keep invokedynamic.jar. - # No source is available and it's only a dummy anyway. - find build_lib -name "*.jar" ! -name "jsr292-mock.jar" ! -name "yecht.jar" -delete || die -} - -src_compile() { - # Avoid generating the ri cache since that currently fails. - local flags="-Dgenerate-ri-cache.hasrun=true" - #local flags="" - use bsf && flags+=" -Dbsf.present=true" - - export RUBYOPT="" - einfo $RUBYOPT - eant jar $(use_doc apidocs) -Djdk1.5+=true ${flags} -} - -src_test() { - if [ ${UID} == 0 ] ; then - ewarn 'The tests will fail if run as root so skipping them.' - ewarn 'Enable FEATURES="userpriv" if you want to run them.' - return - fi - # Our jruby.jar is unbundled so we need to add the classpath to this test. - sed -i "s:java -jar:java -Xbootclasspath/a\:#{ENV['JRUBY_CP']} -jar:g" test/test_load_compiled_ruby_class_from_classpath.rb || die - sed -i "s@:refid => 'build.classpath'@:path =>\"#{ENV['JRUBY_CP']}:lib/jruby.jar\"@g" \ - rakelib/commands.rake || die - #sed -i "s@:refid => 'test.class.path'@:path => \"#{ENV['JRUBY_CP']}@g" \ - # rakelib/commands.rake || die - - #bsf optionally depends on jruby, which means that the previously - #installed jruby will be added to classpath, nasty things will happen. - local cpath=`java-pkg_getjars ${EANT_GENTOO_CLASSPATH// /,},junit-4` - cpath="$(echo ${cpath} | sed -e "s_${ROOT}/usr/share/jruby/lib/jruby.jar:__g")" - cpath="${cpath}:$(java-pkg_getjars --build-only commons-logging,xalan)" - EANT_GENTOO_CLASSPATH="" - - local flags="" - use bsf && flags="-Dbsf.present=true" - - #Clear RUBYOPT - export RUBYOPT="" - export JRUBY_CP="${cpath}" - ANT_TASKS="ant-junit4 ant-trax" \ - JRUBY_OPTS="" eant test -Djdk1.5+=true -Djruby.bindir=bin \ - -Dgentoo.classpath="${cpath}" ${flags} -} - -src_install() { - java-pkg_dojar lib/${PN}.jar - dodoc README docs/{*.txt,README.*} || die - - use doc && java-pkg_dojavadoc docs/api - use source && java-pkg_dosrc src/org - -# Use the bash based launcher to preserve whitespace in arguments. -# Ie allow >jruby -e "puts 'hello'"< to work otherwise -# >jruby -e "\"puts 'hello'\""< is needed. -# -# # We run the sed here in install so that we don't get the wrong -# # data during the test phase! -# sed \ -# -e '/++ebuild-cut-here++/, /--ebuild-cut-here--/ d' \ -# -e '/^JRUBY_HOME=/s:=:=/usr/share/jruby:' \ -# bin/jruby.sh > "${T}"/jruby - - newbin bin/jruby.bash jruby - dobin bin/j{irb{,_swing},rubyc} - - insinto "${RUBY_HOME}" - doins -r "${S}"/lib/ruby/{1.8,1.9,site_ruby} - - # Remove all the references to RubyGems as we're just going to - # install it through dev-ruby/rubygems. - find "${D}${RUBY_HOME}" -type f \ - '(' '(' -path '*rubygems*' -not -name 'jruby.rb' ')' -or -name 'ubygems.rb' -or -name 'datadir.rb' ')' \ - -delete || die -} diff --git a/dev-java/jruby/jruby-1.6.7.2-r1.ebuild b/dev-java/jruby/jruby-1.6.7.2-r1.ebuild deleted file mode 100644 index 82ff477b24f4..000000000000 --- a/dev-java/jruby/jruby-1.6.7.2-r1.ebuild +++ /dev/null @@ -1,198 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-1.6.7.2-r1.ebuild,v 1.1 2013/10/24 19:32:40 tomwij Exp $ - -EAPI="4" -JAVA_PKG_IUSE="doc source test" -inherit eutils java-pkg-2 java-ant-2 - -MY_PV="${PV/_rc1/RC1}" - -DESCRIPTION="Java-based Ruby interpreter implementation" -HOMEPAGE="http://jruby.codehaus.org/" -SRC_URI="http://jruby.org.s3.amazonaws.com/downloads/${PV}/${PN}-src-${PV}.tar.gz" -LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="bsf ssl" - -# jffi still needed? Or do we call that jnr-ffi? -# jnr-ffi depends on jffi which depends on libffi -CDEPEND=">=dev-java/bytelist-1.0.8:0 - >=dev-java/jline-0.9.94:0 - >=dev-java/joni-1.1.3:0 - >=dev-java/jnr-netdb-1.0:0 - >=dev-java/jvyamlb-0.2.5:0 - >=dev-java/asm-3.2:3 - >=dev-java/jcodings-1.0.5:0 - dev-java/jffi:1.0 - dev-java/jnr-constants:0 - dev-java/jnr-ffi:0.5 - dev-java/jnr-posix:1.1 - dev-java/joda-time:0 - dev-util/jay:0[java] - dev-java/nailgun:0 - dev-java/jgrapht:0 - dev-java/ant-core:0 - dev-java/bsf:2.3 - dev-java/osgi-core-api:0 - dev-java/snakeyaml:1.9 - dev-java/jzlib:1.1" - -RDEPEND="${CDEPEND} - >=virtual/jre-1.6" - -# Is jna-posix still needed? Or has that been renamed to jnr-posix? -# jna-posix is the original project name which was abononed years ago. -# jnr-posix < 1.1.8 are from the original fork -# later jnr-posix are from the jnr umbrella project. -DEPEND="${CDEPEND} - >=virtual/jdk-1.6 - test? ( - dev-java/ant-junit4:0 - dev-java/ant-trax:0 - dev-java/junit:4 - java-virtuals/jdk-with-com-sun - dev-java/commons-logging:0 - dev-java/xalan:0 - ) - !! ~/jruby.fix' - echo 'emerge -1C $(< ~/jruby.fix)' - echo "rm ${directory}" - echo 'emerge -1 $(< ~/jruby.fix)' - echo 'rm ~/jruby.fix' - - eerror "For more information, please see http://bugs.gentoo.org/show_bug.cgi?id=302187" - fail="true" - fi - done - - if [[ -n ${fail} ]]; then - die "Please address the above errors, then run emerge --resume" - fi -} - -java_prepare() { - epatch "${FILESDIR}"/${PN}-bash-launcher.patch - epatch "${FILESDIR}/1.5.1/build.xml.patch" - - # We don't need to use Retroweaver. There is a jarjar and a regular jar - # target but even with jarjarclean, both are a pain. The latter target - # is slightly easier so go with this one. - sed -r -i \ - -e 's/maxmemory="128m"/maxmemory="192m"/' \ - -e "/RetroWeaverTask/d" \ - -e "/yecht/! { //d }" \ - build.xml || die - - sed -i -e '/Arndt/d' src/org/jruby/RubyBigDecimal.java - - # Delete the bundled JARs but keep invokedynamic.jar. - # No source is available and it's only a dummy anyway. - find build_lib -name "*.jar" ! -name "jsr292-mock.jar" ! -name "yecht.jar" ! -name 'coro-mock-1.0-SNAPSHOT.jar' -delete || die -} - -src_compile() { - # Avoid generating the ri cache since that currently fails. - local flags="-Dgenerate-ri-cache.hasrun=true" - #local flags="" - use bsf && flags="-Dbsf.present=true" - - export RUBYOPT="" - einfo $RUBYOPT - eant jar $(use_doc apidocs) -Djdk1.5+=true ${flags} -} - -src_test() { - if [ ${UID} == 0 ] ; then - ewarn 'The tests will fail if run as root so skipping them.' - ewarn 'Enable FEATURES="userpriv" if you want to run them.' - return - fi - # Our jruby.jar is unbundled so we need to add the classpath to this test. - sed -i "s:java -jar:java -Xbootclasspath/a\:#{ENV['JRUBY_CP']} -jar:g" test/test_load_compiled_ruby_class_from_classpath.rb || die - sed -i "s@:refid => 'build.classpath'@:path =>\"#{ENV['JRUBY_CP']}:lib/jruby.jar\"@g" \ - rakelib/commands.rake || die - #sed -i "s@:refid => 'test.class.path'@:path => \"#{ENV['JRUBY_CP']}@g" \ - # rakelib/commands.rake || die - - #bsf optionally depends on jruby, which means that the previously - #installed jruby will be added to classpath, nasty things will happen. - local cpath=`java-pkg_getjars ${EANT_GENTOO_CLASSPATH// /,},junit-4` - cpath="$(echo ${cpath} | sed -e "s_${EROOT}/usr/share/jruby/lib/jruby.jar:__g")" - cpath="${cpath}:$(java-pkg_getjars --build-only commons-logging,xalan)" - EANT_GENTOO_CLASSPATH="" - - local flags="" - use bsf && flags="-Dbsf.present=true" - - #Clear RUBYOPT - export RUBYOPT="" - export JRUBY_CP="${cpath}" - ANT_TASKS="ant-junit4 ant-trax" \ - JRUBY_OPTS="" eant test -Djdk1.5+=true -Djruby.bindir=bin \ - -Dgentoo.classpath="${cpath}" ${flags} -} - -src_install() { - java-pkg_dojar lib/${PN}.jar - dodoc README docs/{*.txt,README.*} || die - - use doc && java-pkg_dojavadoc docs/api - use source && java-pkg_dosrc src/org - -# Use the bash based launcher to preserve whitespace in arguments. -# Ie allow >jruby -e "puts 'hello'"< to work otherwise -# >jruby -e "\"puts 'hello'\""< is needed. -# -# # We run the sed here in install so that we don't get the wrong -# # data during the test phase! -# sed \ -# -e '/++ebuild-cut-here++/, /--ebuild-cut-here--/ d' \ -# -e '/^JRUBY_HOME=/s:=:=/usr/share/jruby:' \ -# bin/jruby.sh > "${T}"/jruby - - newbin bin/jruby.bash jruby - dobin bin/j{irb{,_swing},rubyc} - - insinto "${RUBY_HOME}" - doins -r "${S}"/lib/ruby/{1.8,1.9,site_ruby} - - # Remove all the references to RubyGems as we're just going to - # install it through dev-ruby/rubygems. - find "${ED}${RUBY_HOME}" -type f \ - '(' '(' -path '*rubygems*' -not -name 'jruby.rb' ')' -or -name 'ubygems.rb' -or -name 'datadir.rb' ')' \ - -delete || die -} diff --git a/dev-lang/R/R-3.0.1.ebuild b/dev-lang/R/R-3.0.1.ebuild index 2583fa8ea5ff..9d5ce844df21 100644 --- a/dev-lang/R/R-3.0.1.ebuild +++ b/dev-lang/R/R-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.1.ebuild,v 1.9 2013/12/21 18:12:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.1.ebuild,v 1.10 2013/12/22 14:43:35 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="bash-completion cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs tiff tk X" REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( cairo X ) )" diff --git a/dev-lang/lazarus/lazarus-1.0.12.ebuild b/dev-lang/lazarus/lazarus-1.0.12.ebuild index ad4adbff2e80..341275954520 100644 --- a/dev-lang/lazarus/lazarus-1.0.12.ebuild +++ b/dev-lang/lazarus/lazarus-1.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/lazarus/lazarus-1.0.12.ebuild,v 1.2 2013/10/26 23:56:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/lazarus/lazarus-1.0.12.ebuild,v 1.3 2013/12/22 19:58:01 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ FPCVER="2.6.0" SLOT="0" # Note: Slotting Lazarus needs slotting fpc, see DEPEND. LICENSE="GPL-2 LGPL-2.1-with-linking-exception" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" DESCRIPTION="Lazarus IDE is a feature rich visual programming environment emulating Delphi." HOMEPAGE="http://www.lazarus.freepascal.org/" IUSE="minimal" diff --git a/dev-lang/vala/vala-0.20.1.ebuild b/dev-lang/vala/vala-0.20.1.ebuild index 87c3ae8b13f6..fd14511d42bb 100644 --- a/dev-lang/vala/vala-0.20.1.ebuild +++ b/dev-lang/vala/vala-0.20.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.20.1.ebuild,v 1.3 2013/12/08 17:54:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.20.1.ebuild,v 1.4 2013/12/22 15:48:13 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ HOMEPAGE="http://live.gnome.org/Vala" LICENSE="LGPL-2.1" SLOT="0.20" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="test +vapigen" RDEPEND=" diff --git a/dev-lang/vala/vala-0.22.1.ebuild b/dev-lang/vala/vala-0.22.1.ebuild index 8e703a2fa9c2..c0db08f6eb4a 100644 --- a/dev-lang/vala/vala-0.22.1.ebuild +++ b/dev-lang/vala/vala-0.22.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.22.1.ebuild,v 1.3 2013/12/08 17:54:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.22.1.ebuild,v 1.4 2013/12/22 15:48:13 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Vala" LICENSE="LGPL-2.1" SLOT="0.22" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="test +vapigen" RDEPEND=" diff --git a/dev-libs/atk/atk-2.8.0.ebuild b/dev-libs/atk/atk-2.8.0.ebuild index a6c21d1f7937..3d388c101b9c 100644 --- a/dev-libs/atk/atk-2.8.0.ebuild +++ b/dev-libs/atk/atk-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.8.0.ebuild,v 1.4 2013/12/08 17:55:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-2.8.0.ebuild,v 1.5 2013/12/22 15:23:39 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ HOMEPAGE="http://projects.gnome.org/accessibility/" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="+introspection nls test" RDEPEND=" diff --git a/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild b/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild index 27b53f315c4b..64260fe1ce81 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild,v 1.1 2013/11/18 18:12:48 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/boehm-gc-7.2e.ebuild,v 1.3 2013/12/22 16:17:00 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${MY_P}.tar.gz" LICENSE="boehm-gc" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="cxx static-libs threads" DEPEND=">=dev-libs/libatomic_ops-7.2 diff --git a/dev-libs/gdl/gdl-3.8.1.ebuild b/dev-libs/gdl/gdl-3.8.1.ebuild index cd6393acd17c..b3adcd556c2f 100644 --- a/dev-libs/gdl/gdl-3.8.1.ebuild +++ b/dev-libs/gdl/gdl-3.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.8.1.ebuild,v 1.3 2013/12/08 17:56:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.8.1.ebuild,v 1.4 2013/12/22 15:49:35 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="https://developer.gnome.org/gdl/" LICENSE="LGPL-2.1+" SLOT="3/5" IUSE="+introspection" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" RDEPEND=" dev-libs/glib:2 diff --git a/dev-libs/glib/glib-2.36.4-r1.ebuild b/dev-libs/glib/glib-2.36.4-r1.ebuild index 107794026922..ae02758086db 100644 --- a/dev-libs/glib/glib-2.36.4-r1.ebuild +++ b/dev-libs/glib/glib-2.36.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4-r1.ebuild,v 1.8 2013/12/08 17:57:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4-r1.ebuild,v 1.9 2013/12/22 15:34:41 jer Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) @@ -16,7 +16,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2+" SLOT="2" IUSE="debug fam kernel_linux selinux static-libs systemtap test utils xattr" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" # FIXME: want libselinux[${MULTILIB_USEDEP}] - bug #480960 RDEPEND=" diff --git a/dev-libs/gmime/gmime-2.4.33.ebuild b/dev-libs/gmime/gmime-2.4.33.ebuild index 688b689ae4ca..cf59603b0b66 100644 --- a/dev-libs/gmime/gmime-2.4.33.ebuild +++ b/dev-libs/gmime/gmime-2.4.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.4.33.ebuild,v 1.3 2013/12/08 17:58:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.4.33.ebuild,v 1.4 2013/12/22 15:50:54 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://spruce.sourceforge.net/gmime/" SLOT="2.4" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc mono static-libs" RDEPEND=">=dev-libs/glib-2.12:2 diff --git a/dev-libs/gmime/gmime-2.6.19.ebuild b/dev-libs/gmime/gmime-2.6.19.ebuild index d5d329af5684..558f82e658f8 100644 --- a/dev-libs/gmime/gmime-2.6.19.ebuild +++ b/dev-libs/gmime/gmime-2.6.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.6.19.ebuild,v 1.3 2013/12/08 17:58:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmime/gmime-2.6.19.ebuild,v 1.4 2013/12/22 15:50:54 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="http://spruce.sourceforge.net/gmime/ http://developer.gnome.org/gmime/ SLOT="2.6" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc mono static-libs vala" RDEPEND=" diff --git a/dev-libs/gmp/gmp-5.1.2.ebuild b/dev-libs/gmp/gmp-5.1.2.ebuild index e67e6ea143a0..09c2aac32abd 100644 --- a/dev-libs/gmp/gmp-5.1.2.ebuild +++ b/dev-libs/gmp/gmp-5.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.1.2.ebuild,v 1.7 2013/12/21 16:25:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.1.2.ebuild,v 1.8 2013/12/22 14:21:26 ago Exp $ inherit flag-o-matic eutils libtool unpacker toolchain-funcs @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz LICENSE="LGPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="doc cxx pgo static-libs" DEPEND="sys-devel/m4 diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.36.0.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.36.0.ebuild index c42668e5464b..7888a25f973f 100644 --- a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.36.0.ebuild +++ b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.36.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.36.0.ebuild,v 1.5 2013/12/08 17:59:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection-common/gobject-introspection-common-1.36.0.ebuild,v 1.6 2013/12/22 15:52:52 jer Exp $ EAPI="5" GNOME_ORG_MODULE="gobject-introspection" @@ -12,7 +12,7 @@ HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" LICENSE="HPND" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="!<${CATEGORY}/${PN/-common}-${PV}" diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.36.0-r1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.36.0-r1.ebuild index 18f7b10ab64b..8735b451f836 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.36.0-r1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.36.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0-r1.ebuild,v 1.4 2013/12/10 21:30:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.36.0-r1.ebuild,v 1.5 2013/12/22 15:53:24 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/GObjectIntrospection/" LICENSE="LGPL-2+ GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="cairo doctool test" REQUIRED_USE=" diff --git a/dev-libs/libassuan/libassuan-2.1.1.ebuild b/dev-libs/libassuan/libassuan-2.1.1.ebuild index 0b78a1daa1ec..d8f8677084e7 100644 --- a/dev-libs/libassuan/libassuan-2.1.1.ebuild +++ b/dev-libs/libassuan/libassuan-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-2.1.1.ebuild,v 1.5 2013/12/22 11:54:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-2.1.1.ebuild,v 1.6 2013/12/22 13:22:31 pacho Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-3 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=">=dev-libs/libgpg-error-1.8" diff --git a/dev-libs/libedit/libedit-20130712.3.1.ebuild b/dev-libs/libedit/libedit-20130712.3.1.ebuild index 1244448a4b60..a6bbd20e6b15 100644 --- a/dev-libs/libedit/libedit-20130712.3.1.ebuild +++ b/dev-libs/libedit/libedit-20130712.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild,v 1.6 2013/12/22 11:55:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libedit/libedit-20130712.3.1.ebuild,v 1.7 2013/12/22 18:50:10 pacho Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://www.thrysoee.dk/editline/${MY_P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="static-libs" DEPEND=">=sys-libs/ncurses-5.7-r5[static-libs?,${MULTILIB_USEDEP}] diff --git a/dev-libs/libgusb/libgusb-0.1.6.ebuild b/dev-libs/libgusb/libgusb-0.1.6.ebuild index 53d1724bffa0..49e412f3d03f 100644 --- a/dev-libs/libgusb/libgusb-0.1.6.ebuild +++ b/dev-libs/libgusb/libgusb-0.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgusb/libgusb-0.1.6.ebuild,v 1.3 2013/12/08 18:03:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgusb/libgusb-0.1.6.ebuild,v 1.4 2013/12/22 15:54:24 jer Exp $ EAPI=5 VALA_MIN_API_VERSION="0.16" @@ -14,7 +14,7 @@ SRC_URI="http://people.freedesktop.org/~hughsient/releases/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="+introspection static-libs vala" REQUIRED_USE="vala? ( introspection )" diff --git a/dev-libs/libnl/libnl-3.2.23.ebuild b/dev-libs/libnl/libnl-3.2.23.ebuild index 68f1a7dcc6f9..a15e087a90eb 100644 --- a/dev-libs/libnl/libnl-3.2.23.ebuild +++ b/dev-libs/libnl/libnl-3.2.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.23.ebuild,v 1.3 2013/12/21 18:19:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.23.ebuild,v 1.6 2013/12/22 15:10:25 jer Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) @@ -16,7 +16,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="static-libs python utils" RDEPEND="python? ( ${PYTHON_DEPS} )" diff --git a/dev-libs/libpipeline/libpipeline-1.2.4.ebuild b/dev-libs/libpipeline/libpipeline-1.2.4.ebuild index cfab182b6acf..d1cd63819ee6 100644 --- a/dev-libs/libpipeline/libpipeline-1.2.4.ebuild +++ b/dev-libs/libpipeline/libpipeline-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.2.4.ebuild,v 1.5 2013/12/21 15:50:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.2.4.ebuild,v 1.6 2013/12/22 12:55:20 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="static-libs test" DEPEND="virtual/pkgconfig diff --git a/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild b/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild index 2d3be3ce5c62..426a8cb0d521 100644 --- a/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild +++ b/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild,v 1.7 2013/11/27 19:17:21 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb-compat/libusb-compat-0.1.5-r2.ebuild,v 1.8 2013/12/22 12:55:46 ago Exp $ EAPI=5 inherit eutils toolchain-funcs multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN/-compat}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug examples static-libs" RDEPEND="virtual/libusb:1[${MULTILIB_USEDEP}] diff --git a/dev-libs/libusbx/libusbx-1.0.17.ebuild b/dev-libs/libusbx/libusbx-1.0.17.ebuild index da87d1c2b5fe..c8834a12e57c 100644 --- a/dev-libs/libusbx/libusbx-1.0.17.ebuild +++ b/dev-libs/libusbx/libusbx-1.0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusbx/libusbx-1.0.17.ebuild,v 1.4 2013/11/27 19:16:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusbx/libusbx-1.0.17.ebuild,v 1.5 2013/12/22 12:55:37 ago Exp $ EAPI=5 inherit eutils toolchain-funcs multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug doc examples static-libs test udev" RDEPEND="udev? ( >=virtual/udev-200[${MULTILIB_USEDEP}] ) diff --git a/dev-libs/link-grammar/link-grammar-4.8.0.ebuild b/dev-libs/link-grammar/link-grammar-4.8.0.ebuild index 729fe89e2d00..cdd8c82bd4dd 100644 --- a/dev-libs/link-grammar/link-grammar-4.8.0.ebuild +++ b/dev-libs/link-grammar/link-grammar-4.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/link-grammar-4.8.0.ebuild,v 1.3 2013/12/08 18:06:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/link-grammar-4.8.0.ebuild,v 1.4 2013/12/22 15:55:26 jer Exp $ EAPI=5 GCONF_DEBUG="no" @@ -13,7 +13,7 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" # Set the same default as used in app-text/enchant IUSE="aspell +hunspell java static-libs threads" diff --git a/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild b/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild index f521c6bfd460..8097dc5c1a7a 100644 --- a/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild +++ b/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v 1.9 2013/12/21 16:26:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v 1.10 2013/12/22 14:21:38 ago Exp $ EAPI="3" @@ -16,7 +16,7 @@ SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-4.1.4-r2[static-libs?]" diff --git a/dev-libs/snowball-stemmer/snowball-stemmer-0.20091122.ebuild b/dev-libs/snowball-stemmer/snowball-stemmer-0.20091122.ebuild index 0a842bd624dc..c85f5e26f703 100644 --- a/dev-libs/snowball-stemmer/snowball-stemmer-0.20091122.ebuild +++ b/dev-libs/snowball-stemmer/snowball-stemmer-0.20091122.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/snowball-stemmer/snowball-stemmer-0.20091122.ebuild,v 1.1 2013/07/18 09:03:07 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/snowball-stemmer/snowball-stemmer-0.20091122.ebuild,v 1.2 2013/12/22 16:44:28 graaff Exp $ EAPI=5 @@ -21,7 +21,7 @@ S="${WORKDIR}/libstemmer_c" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" # This could be used to package both libstemmer_c and libstemmer_java together. IUSE="static-libs" diff --git a/dev-libs/uriparser/uriparser-0.7.9.ebuild b/dev-libs/uriparser/uriparser-0.7.9.ebuild index c790f64a7395..4abe25d1e7fd 100644 --- a/dev-libs/uriparser/uriparser-0.7.9.ebuild +++ b/dev-libs/uriparser/uriparser-0.7.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.9.ebuild,v 1.2 2013/12/21 15:50:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.9.ebuild,v 1.3 2013/12/22 14:27:23 pacho Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc qt4 test unicode" RDEPEND="" diff --git a/dev-libs/vala-common/vala-common-0.22.1.ebuild b/dev-libs/vala-common/vala-common-0.22.1.ebuild index c5853092397f..e621d4c50c9d 100644 --- a/dev-libs/vala-common/vala-common-0.22.1.ebuild +++ b/dev-libs/vala-common/vala-common-0.22.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/vala-common/vala-common-0.22.1.ebuild,v 1.3 2013/12/08 18:08:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/vala-common/vala-common-0.22.1.ebuild,v 1.4 2013/12/22 15:47:37 jer Exp $ EAPI="5" GNOME_ORG_MODULE="vala" @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Vala" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~x64-macos ~x64-solaris" IUSE="" # Previously ${PN} was part of dev-lang/vala diff --git a/dev-ml/camlp5/camlp5-6.11.ebuild b/dev-ml/camlp5/camlp5-6.11.ebuild index 4a96a2a9eca3..92e0fbde7a18 100644 --- a/dev-ml/camlp5/camlp5-6.11.ebuild +++ b/dev-ml/camlp5/camlp5-6.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.11.ebuild,v 1.2 2013/12/21 15:51:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.11.ebuild,v 1.3 2013/12/22 16:35:14 nimiux Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${MY_P}.tgz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~x86 ~x86-fbsd" IUSE="doc +ocamlopt" DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]" diff --git a/dev-ml/ocurl/ocurl-0.5.6.ebuild b/dev-ml/ocurl/ocurl-0.5.6.ebuild index cf4b45fb6a14..2bdb35e39ca9 100644 --- a/dev-ml/ocurl/ocurl-0.5.6.ebuild +++ b/dev-ml/ocurl/ocurl-0.5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.6.ebuild,v 1.2 2013/12/21 15:49:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.5.6.ebuild,v 1.3 2013/12/22 17:34:24 nimiux Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND=">=net-misc/curl-7.9.8 >=dev-lang/ocaml-3.12:=[ocamlopt]" DEPEND="${RDEPEND} virtual/pkgconfig" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc ~x86" src_compile() { diff --git a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.640.0.ebuild b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.640.0.ebuild index 6d3e26b7715e..864cc01d81d4 100644 --- a/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.640.0.ebuild +++ b/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.640.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.640.0.ebuild,v 1.1 2013/08/25 06:20:52 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.640.0.ebuild,v 1.2 2013/12/22 14:31:25 pacho Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit wxwidgets perl-module DESCRIPTION="Building, finding and using wxWidgets binaries" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="amd64 ~ia64 ~x86" IUSE="test" RDEPEND=" diff --git a/dev-perl/Any-Moose/Any-Moose-0.210.0.ebuild b/dev-perl/Any-Moose/Any-Moose-0.210.0.ebuild index 258adb9a2381..f7ec419b619c 100644 --- a/dev-perl/Any-Moose/Any-Moose-0.210.0.ebuild +++ b/dev-perl/Any-Moose/Any-Moose-0.210.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Any-Moose/Any-Moose-0.210.0.ebuild,v 1.3 2013/12/21 15:55:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Any-Moose/Any-Moose-0.210.0.ebuild,v 1.4 2013/12/22 14:37:03 pacho Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Use Moose or Mouse modules" SLOT="0" -KEYWORDS="~amd64 hppa ppc ~x86 ~ppc-macos" +KEYWORDS="amd64 hppa ppc ~x86 ~ppc-macos" IUSE="" RDEPEND="|| ( >=dev-perl/Mouse-0.40 dev-perl/Moose ) diff --git a/dev-perl/BSD-Resource/BSD-Resource-1.290.700-r1.ebuild b/dev-perl/BSD-Resource/BSD-Resource-1.290.700-r1.ebuild index 906454bf60a8..991c652531b6 100644 --- a/dev-perl/BSD-Resource/BSD-Resource-1.290.700-r1.ebuild +++ b/dev-perl/BSD-Resource/BSD-Resource-1.290.700-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/BSD-Resource/BSD-Resource-1.290.700-r1.ebuild,v 1.1 2013/09/04 13:07:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/BSD-Resource/BSD-Resource-1.290.700-r1.ebuild,v 1.2 2013/12/22 14:38:20 pacho Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl module for BSD process resource limit and priority functions" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="" SRC_TEST="do" diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild index 9b554ac58667..157582465aed 100644 --- a/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild +++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild,v 1.9 2013/10/12 15:18:53 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.210.0.ebuild,v 1.10 2013/12/22 18:11:25 zlogene Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="test" DEPEND=" diff --git a/dev-perl/Chart/Chart-2.4.6.ebuild b/dev-perl/Chart/Chart-2.4.6.ebuild index 651cfcbd0b62..a8f45615fef2 100644 --- a/dev-perl/Chart/Chart-2.4.6.ebuild +++ b/dev-perl/Chart/Chart-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.6.ebuild,v 1.2 2013/12/21 15:53:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.6.ebuild,v 1.5 2013/12/22 15:08:38 zlogene Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="The Perl Chart Module" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="test" RDEPEND=">=dev-perl/GD-2.0.36" diff --git a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.16.0.ebuild b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.16.0.ebuild index d18974e265b7..2b98e1524644 100644 --- a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.16.0.ebuild +++ b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.16.0.ebuild,v 1.2 2013/08/16 06:25:40 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.16.0.ebuild,v 1.3 2013/12/22 14:39:07 pacho Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Parse a MIME Content-Type Header" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" diff --git a/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild b/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild index 94a296487ae2..282eebad8d64 100644 --- a/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild +++ b/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.3 2013/12/21 15:55:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.4 2013/12/22 14:40:07 pacho Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="A module that allows you to declare real exception classes in Perl" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND=" diff --git a/dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild b/dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild index 08f13826a8b4..be03b475def1 100644 --- a/dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild +++ b/dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild,v 1.3 2013/12/21 15:53:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Cookies/HTTP-Cookies-6.0.1-r1.ebuild,v 1.5 2013/12/22 13:41:48 pacho Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Storage of cookies" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" diff --git a/dev-perl/math-pari/math-pari-2.10.806.50.ebuild b/dev-perl/math-pari/math-pari-2.10.806.50.ebuild index 4d9d83017597..75db743928ba 100644 --- a/dev-perl/math-pari/math-pari-2.10.806.50.ebuild +++ b/dev-perl/math-pari/math-pari-2.10.806.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.10.806.50.ebuild,v 1.2 2013/07/27 17:53:26 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.10.806.50.ebuild,v 1.3 2013/12/22 16:37:36 jer Exp $ EAPI=4 @@ -18,7 +18,7 @@ SRC_URI="${SRC_URI} LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" # Math::Pari requires that a copy of the pari source in a parallel diff --git a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r1.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r1.ebuild index f12c2f127b3a..7b54a6d11a9f 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r1.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r1.ebuild,v 1.2 2013/12/21 15:49:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mailparse/pecl-mailparse-2.1.6-r1.ebuild,v 1.3 2013/12/22 13:18:26 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ USE_PHP="php5-5 php5-4" inherit php-ext-pecl-r2 -KEYWORDS="~amd64 ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ppc ppc64 ~x86" DESCRIPTION="A PHP extension for parsing and working with RFC822 and RFC2045 (MIME) compliant messages." LICENSE="PHP-2.02" diff --git a/dev-python/numpy/Manifest b/dev-python/numpy/Manifest index 97b654c01046..3974c84fa3dd 100644 --- a/dev-python/numpy/Manifest +++ b/dev-python/numpy/Manifest @@ -5,5 +5,8 @@ DIST numpy-1.6.2.tar.gz 2585329 SHA256 0b83d96ab79711b548470b7aeee1272c4ba8fcbba DIST numpy-1.7.1.tar.gz 2838240 SHA256 5525019a3085c3d860e6cfe4c0a30fb65d567626aafc50cf1252a641a418084a SHA512 d58177f3971b6d07baf6f81a2088ba371c7e43ea64ee7ada261da97c6d725b4bd4927122ac373c55383254e4e31691939276dab08a79a238bfa55172a3eff684 WHIRLPOOL 5374e619edbd3a3e7e478e1baf585d1868f832aa8864935e1498652e2128bf79284a25d5d0ac153c703e1a5d97f361081181eb3402f6e07141324d31eccf390a DIST numpy-1.8.0.tar.gz 3779617 SHA256 2764d0819acc77e9ff81b060fe7f69530b0d85c26ac9d162639b787cb227d253 SHA512 ec3d002ed786335e8748983261c96f88a9f1520fc345ad5b810dc02a5e126e15fe5afb02bed1f4b43d580a1da39583d86b84f57dc456b0702653e34e5357c857 WHIRLPOOL 8796d90795ddec62e6d72be433ea00917a63ef39cf3fe81e094f653e1863b69ecdce812995877f78e4324434141b03e2ceb3f872ed4e023b19c6bd9bcc294ac2 DIST numpy-html-1.7.0.zip 10831068 SHA256 469a8e6f21544204b6e338eb88519c04ed22a6b5e3f3b098f0cccf0ffe08c8b1 SHA512 b68b44102aa4d2996334adce3ddda090f373a4c5bd006daa9cf59f092445d5b768121afe4d10855058d6489ff52bf70a7645b7ff79555de709417f13568bfaac WHIRLPOOL f696258ebb7c78bdfee948bd9119d868b77048c73c805230f0f40d71be891cbfa5bccf21e714cc4389daf1792abb6aeaf3ae18e91889332b9aafa79c865f34a7 +DIST numpy-html-1.8.0.zip 9779825 SHA256 39e853c1aaa711976333782f465f2579ca66e6698393f6ba79f5cc78317b1203 SHA512 33333c48a3f4d27ccddf6696dce4e346f8729d1f398128b3bfebb8a9d53ded7bb62b63a766319f6e49ba7cf8ca4e1ce252996acd263976ad2990bf9650d71043 WHIRLPOOL 7eea0ad3418c55d6104a4a115fcdcd5eeb291b9fc1237724e10dcbbf95bc7a4a23b519c64976ac405fb4c5abbaae87a6c747f9ad695d08b6326b459ba1fb8a15 DIST numpy-ref-1.7.0.pdf 5161456 SHA256 0581709ef96441953404bc1369d70117b83359aff94f44779b960bed30a156d7 SHA512 9a80ab2b412aa34ce019454c438b129d1e94b2264306f3644e97c87f4f7b54317ee626274d865c04891005ca8e8f5e3773681a7af590dd89d64df9462d0f0004 WHIRLPOOL 0f10177fd24cfe93555f28440ddc3567a787f2cef336b2f2774b038caafb6807f738d1f3ee3d5a5f26883c567e4017f8365069f25ec7cba5234c537602351729 +DIST numpy-ref-1.8.0.pdf 5324229 SHA256 49ecb1d768eb48598439cc63058f830ca3522fe1cfeba1a321086e9820ae8911 SHA512 d89314215c4adefa487b3e46b2babeda7739ee193fef821846d4df0089fabf2167b47dd2990b6bd423432f75238547548924622c6f3b9a90a36d578450001eb2 WHIRLPOOL 3bb12c719cbe4734014774f1bfc3f98af544ee2c407adb2e3ee988e2b1035ad0ef711eaa68168656be7b034df2db76c8789daa2940a048b4a6cb3af0bb0eca68 DIST numpy-user-1.7.0.pdf 404104 SHA256 0c8dc1d53cc057a66139039dbaaf65499687cf64e72af5852eb96d9c3cd3ab18 SHA512 20cec2f9742c0604d9db9f2e74e7c8fda1782c081c27437a07c2d8cb7f36be6df3e50e5ddf8cc10a076905b2be2b6927af15d0574e3bee2961cf14aaca55ad78 WHIRLPOOL 792c4ccd155ddbb82d8a93959c218bcc001532a6b3c42626bef64c96eb865601f5ee328d1a1627f1656e0b22085c89ede39d7f94183841e1069d183589542ffe +DIST numpy-user-1.8.0.pdf 408447 SHA256 a8c30360f9e46c63cfdf48fa594971d94d68ce59ece08c13d4acde8b14032cfe SHA512 10293dba45377c6f1024125a49810b01e388eb33a3e8ed75b8ec39c2b93e53878cbe62e6b7adbf1e957dc47ef253e20304afa7d86d798fb5198887cbe618131f WHIRLPOOL 70cc5a5e97a919bb027f92ac87127fb1bc08d06e2a131c4b413837e76d8feab9b65d7dc9e95b6e797d057efb6abf0d2b3e7562ee3cd140b1ff1418bad5475335 diff --git a/dev-python/numpy/numpy-1.7.1.ebuild b/dev-python/numpy/numpy-1.7.1.ebuild index 9c6670a2022f..3051a7e643da 100644 --- a/dev-python/numpy/numpy-1.7.1.ebuild +++ b/dev-python/numpy/numpy-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.7.1.ebuild,v 1.9 2013/12/21 16:27:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.7.1.ebuild,v 1.10 2013/12/22 13:21:40 ago Exp $ EAPI=5 @@ -25,7 +25,7 @@ SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc lapack test" RDEPEND=" diff --git a/dev-python/numpy/numpy-1.8.0.ebuild b/dev-python/numpy/numpy-1.8.0.ebuild index 46866cd236c0..97ad5c2bff9f 100644 --- a/dev-python/numpy/numpy-1.8.0.ebuild +++ b/dev-python/numpy/numpy-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.0.ebuild,v 1.1 2013/11/26 04:32:29 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.0.ebuild,v 1.2 2013/12/22 18:27:15 bicatali Exp $ EAPI=5 @@ -11,8 +11,6 @@ FORTRAN_NEEDED=lapack inherit distutils-r1 eutils flag-o-matic fortran-2 multilib toolchain-funcs versionator DOC_PV="${PV}" -# upstream is lagging on docs -DOC_PV=1.7.0 DESCRIPTION="Fast array and numerical python library" HOMEPAGE="http://numpy.scipy.org/" @@ -59,7 +57,8 @@ pc_libdir() { pc_libs() { $(tc-getPKG_CONFIG) --libs-only-l $@ | \ sed -e 's/[ ]-l*\(pthread\|m\)[ ]*//g' \ - -e 's/^-l//' -e 's/[ ]*-l/,/g' -e 's/[ ]*$//' + -e 's/^-l//' -e 's/[ ]*-l/,/g' -e 's/[ ]*$//' \ + | sort | uniq | tr '\n' ',' } python_prepare_all() { diff --git a/dev-python/pillow/pillow-2.0.0-r1.ebuild b/dev-python/pillow/pillow-2.0.0-r1.ebuild index 6a01e89e3f85..c380cd09c5e5 100644 --- a/dev-python/pillow/pillow-2.0.0-r1.ebuild +++ b/dev-python/pillow/pillow-2.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.0.0-r1.ebuild,v 1.7 2013/12/08 22:50:18 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.0.0-r1.ebuild,v 1.8 2013/12/22 13:20:54 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="HPND" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc examples jpeg lcms scanner test tiff tk truetype webp zlib" RDEPEND=" diff --git a/dev-python/psycopg/psycopg-2.5.1.ebuild b/dev-python/psycopg/psycopg-2.5.1.ebuild index b0fb1d440c93..af3dcd31a8d6 100644 --- a/dev-python/psycopg/psycopg-2.5.1.ebuild +++ b/dev-python/psycopg/psycopg-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.8 2013/12/21 16:24:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.9 2013/12/22 13:19:25 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="debug doc examples" RDEPEND=">=dev-db/postgresql-base-8.1" diff --git a/dev-python/pyasn1/pyasn1-0.1.7.ebuild b/dev-python/pyasn1/pyasn1-0.1.7.ebuild index db5292e6c462..c04972597eeb 100644 --- a/dev-python/pyasn1/pyasn1-0.1.7.ebuild +++ b/dev-python/pyasn1/pyasn1-0.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/pyasn1-0.1.7.ebuild,v 1.11 2013/12/21 18:17:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/pyasn1-0.1.7.ebuild,v 1.12 2013/12/22 13:22:26 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="doc" RDEPEND="" diff --git a/dev-python/pyatspi/pyatspi-2.8.0.ebuild b/dev-python/pyatspi/pyatspi-2.8.0.ebuild index cd80a9f49e4b..ec749bc561d0 100644 --- a/dev-python/pyatspi/pyatspi-2.8.0.ebuild +++ b/dev-python/pyatspi/pyatspi-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.8.0.ebuild,v 1.4 2013/12/08 18:08:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyatspi/pyatspi-2.8.0.ebuild,v 1.5 2013/12/22 15:56:22 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/Accessibility" # Note: only some of the tests are GPL-licensed, everything else is LGPL LICENSE="LGPL-2 GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" # test REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-python/pycups/pycups-1.9.63.ebuild b/dev-python/pycups/pycups-1.9.63.ebuild index 02df86efa985..5a0d300e361b 100644 --- a/dev-python/pycups/pycups-1.9.63.ebuild +++ b/dev-python/pycups/pycups-1.9.63.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.9 2013/12/21 18:16:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.10 2013/12/22 13:22:15 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://cyberelk.net/tim/data/pycups/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86" SLOT="0" IUSE="doc examples" diff --git a/dev-python/pygobject/pygobject-2.28.6-r55.ebuild b/dev-python/pygobject/pygobject-2.28.6-r55.ebuild index e8f0acdaffa0..da364d43d890 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r55.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r55.ebuild,v 1.4 2013/12/08 18:09:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r55.ebuild,v 1.5 2013/12/22 15:58:38 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2.1+" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="examples libffi test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-python/pygobject/pygobject-3.8.3.ebuild b/dev-python/pygobject/pygobject-3.8.3.ebuild index 0ad8e0cd113c..2fea9b333a1e 100644 --- a/dev-python/pygobject/pygobject-3.8.3.ebuild +++ b/dev-python/pygobject/pygobject-3.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.8.3.ebuild,v 1.8 2013/12/08 18:09:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.8.3.ebuild,v 1.9 2013/12/22 15:58:38 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2.1+" SLOT="3" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+cairo examples test +threads" REQUIRED_USE=" diff --git a/dev-python/pygtk/pygtk-2.24.0-r4.ebuild b/dev-python/pygtk/pygtk-2.24.0-r4.ebuild index 5c7f5771ac7c..37be4cada2f7 100644 --- a/dev-python/pygtk/pygtk-2.24.0-r4.ebuild +++ b/dev-python/pygtk/pygtk-2.24.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.24.0-r4.ebuild,v 1.4 2013/12/08 18:10:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.24.0-r4.ebuild,v 1.5 2013/12/22 15:59:46 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2.1" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples test" RDEPEND=" diff --git a/dev-python/pyparted/pyparted-3.10.ebuild b/dev-python/pyparted/pyparted-3.10.ebuild index 850b0d0a41dc..786d45044574 100644 --- a/dev-python/pyparted/pyparted-3.10.ebuild +++ b/dev-python/pyparted/pyparted-3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v 1.7 2013/12/22 12:00:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v 1.8 2013/12/22 14:46:28 pacho Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz" LICENSE="GPL-2" 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/root_numpy/Manifest b/dev-python/root_numpy/Manifest index 2d3ea39f9d80..2340360f03ae 100644 --- a/dev-python/root_numpy/Manifest +++ b/dev-python/root_numpy/Manifest @@ -1 +1,2 @@ DIST root_numpy-2.1.0.tar.gz 196652 SHA256 532cb7ea3856160eea1d2c4607bfec6452c8d988e7c1f68ba1b740ac7672ed56 SHA512 081bf0a8fb2fe097f2f4789a6e6005208551dfa72e29e9e3fa17a43ed658865013edcf6931ddefba40ce2ac162db007f65277427e62a1ac04bcb4483f2794695 WHIRLPOOL 6e08f54fddea725252c923edeca5218e8ac8b046a24eb31017777e53b7a412118338e03f76749cd84217a468e8912421f5d805c1be754f79c033fe26c1c53bcd +DIST root_numpy-3.1.1.tar.gz 303605 SHA256 fd3ac4ec9ff14f62b4bb0811a152593992c16142ab85f60b0f8f8762c63efda0 SHA512 52f1f6d30dd8f329af1fe849ec3da1ee26ac53e7e7de89d124de646807c9a26b5e82c1c463dd130651d573d235241e5dc32d53adb9f8e6c3aba690fc54fa2ac0 WHIRLPOOL bf1ebac7ab3a4770d20a93227c0a5e6f359bcafa95367abbb204856b4bb61c60496d8415cc16fca6c7cf458bd031352e402e59847352d9848c5d68983836bedb diff --git a/dev-python/root_numpy/root_numpy-3.1.1.ebuild b/dev-python/root_numpy/root_numpy-3.1.1.ebuild new file mode 100644 index 000000000000..23cc42a64eec --- /dev/null +++ b/dev-python/root_numpy/root_numpy-3.1.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/root_numpy/root_numpy-3.1.1.ebuild,v 1.1 2013/12/22 17:50:51 bicatali Exp $ + +EAPI=5 + +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Interface between ROOT and numpy" +HOMEPAGE="https://github.com/rootpy/root_numpy" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="examples test" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + sci-physics/root[python,${PYTHON_USEDEP}]" + +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +python_test() { + cd ${BUILD_DIR} || die + nosetests -v || die "Testing failed with ${EPYTHON}" +} + +python_install_all() { + use examples && local EXAMPLES=( tutorial/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/setproctitle/setproctitle-1.1.7.ebuild b/dev-python/setproctitle/setproctitle-1.1.7.ebuild index e5b0593f8ae5..1fb5c108a496 100644 --- a/dev-python/setproctitle/setproctitle-1.1.7.ebuild +++ b/dev-python/setproctitle/setproctitle-1.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.7.ebuild,v 1.5 2013/12/21 18:56:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.7.ebuild,v 1.6 2013/12/22 13:20:22 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" diff --git a/dev-python/virtualenv/virtualenv-1.10.1.ebuild b/dev-python/virtualenv/virtualenv-1.10.1.ebuild index c69ac2103dbd..ad26dc232176 100644 --- a/dev-python/virtualenv/virtualenv-1.10.1.ebuild +++ b/dev-python/virtualenv/virtualenv-1.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10.1.ebuild,v 1.6 2013/12/21 16:35:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.10.1.ebuild,v 1.7 2013/12/22 13:18:15 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv" SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 arm ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="amd64 arm ppc ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" SLOT="0" IUSE="doc test" diff --git a/dev-ruby/abstract/abstract-1.0.0-r2.ebuild b/dev-ruby/abstract/abstract-1.0.0-r2.ebuild index e5669000e2a9..3e068ce86de7 100644 --- a/dev-ruby/abstract/abstract-1.0.0-r2.ebuild +++ b/dev-ruby/abstract/abstract-1.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r2.ebuild,v 1.1 2013/10/04 15:41:47 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r2.ebuild,v 1.2 2013/12/22 18:53:42 pacho Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 jruby" @@ -16,7 +16,7 @@ HOMEPAGE="http://rubyforge.org/projects/abstract" LICENSE="Ruby" SLOT="0" -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 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" each_ruby_test() { diff --git a/dev-ruby/addressable/addressable-2.3.5-r1.ebuild b/dev-ruby/addressable/addressable-2.3.5-r1.ebuild index f0810bbdd941..952cc8e7fc52 100644 --- a/dev-ruby/addressable/addressable-2.3.5-r1.ebuild +++ b/dev-ruby/addressable/addressable-2.3.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.5-r1.ebuild,v 1.1 2013/11/11 10:46:04 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.3.5-r1.ebuild,v 1.2 2013/12/22 18:45:01 blueness Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 jruby" @@ -21,7 +21,7 @@ HOMEPAGE="http://addressable.rubyforge.org/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc test" ruby_add_bdepend "doc? ( dev-ruby/yard )" diff --git a/dev-ruby/bacon/bacon-1.2.0-r1.ebuild b/dev-ruby/bacon/bacon-1.2.0-r1.ebuild index 18b77c13a0d7..0d3c048c5b50 100644 --- a/dev-ruby/bacon/bacon-1.2.0-r1.ebuild +++ b/dev-ruby/bacon/bacon-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bacon/bacon-1.2.0-r1.ebuild,v 1.2 2013/12/21 18:57:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bacon/bacon-1.2.0-r1.ebuild,v 1.5 2013/12/22 14:54:04 jer Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 jruby" @@ -15,5 +15,5 @@ HOMEPAGE="http://chneukirchen.org/repos/bacon" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" diff --git a/dev-ruby/bcat/bcat-0.6.2.ebuild b/dev-ruby/bcat/bcat-0.6.2.ebuild index bb40975d8861..0a5749e58519 100644 --- a/dev-ruby/bcat/bcat-0.6.2.ebuild +++ b/dev-ruby/bcat/bcat-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild,v 1.10 2013/09/01 12:46:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild,v 1.11 2013/12/22 15:06:46 jer Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" @@ -15,7 +15,7 @@ HOMEPAGE="http://github.com/rtomayko/bcat" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" # Collides on /usr/bin/bcat, bug 418301 diff --git a/dev-ruby/builder/builder-3.0.4.ebuild b/dev-ruby/builder/builder-3.0.4.ebuild index 1cb0bec84727..87b90c5964fb 100644 --- a/dev-ruby/builder/builder-3.0.4.ebuild +++ b/dev-ruby/builder/builder-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4.ebuild,v 1.3 2013/12/21 16:35:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/builder/builder-3.0.4.ebuild,v 1.5 2013/12/22 14:07:10 pacho Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18 jruby" @@ -17,7 +17,7 @@ HOMEPAGE="http://rubyforge.org/projects/builder/" LICENSE="MIT" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/rdoc )" diff --git a/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild b/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild index 1d04bd5af8fe..eff943592bd3 100644 --- a/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild +++ b/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild,v 1.1 2013/11/17 20:59:29 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9-r1.ebuild,v 1.2 2013/12/22 22:07:32 blueness Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 jruby" @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/jarib/childprocess" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:2 )" diff --git a/dev-ruby/childprocess/childprocess-0.3.9.ebuild b/dev-ruby/childprocess/childprocess-0.3.9.ebuild index 445a1e1dd631..58462b076ea6 100644 --- a/dev-ruby/childprocess/childprocess-0.3.9.ebuild +++ b/dev-ruby/childprocess/childprocess-0.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9.ebuild,v 1.1 2013/03/03 20:01:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.3.9.ebuild,v 1.2 2013/12/22 14:33:59 jer Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ree18 jruby" @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/jarib/childprocess" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/yard dev-ruby/rspec:2 )" diff --git a/dev-ruby/daemons/daemons-1.1.8.ebuild b/dev-ruby/daemons/daemons-1.1.8.ebuild index 9af5edce5fbf..3050f915347c 100644 --- a/dev-ruby/daemons/daemons-1.1.8.ebuild +++ b/dev-ruby/daemons/daemons-1.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild,v 1.9 2013/01/15 05:13:30 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.8.ebuild,v 1.10 2013/12/22 14:58:21 jer Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -17,7 +17,7 @@ HOMEPAGE="http://daemons.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="examples" all_ruby_install() { diff --git a/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild b/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild index c2e1db346cd8..a4a215d4a217 100644 --- a/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild +++ b/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild,v 1.1 2013/10/25 06:29:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/eventmachine/eventmachine-1.0.3-r1.ebuild,v 1.2 2013/12/22 19:18:13 blueness Exp $ EAPI=5 # jruby → has shims for Java handling but tests fail badly, remaining @@ -18,7 +18,7 @@ HOMEPAGE="http://rubyeventmachine.com" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND="${DEPEND} diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild b/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild index 70264a7833c3..e558416b23dd 100644 --- a/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild +++ b/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild,v 1.1 2013/11/17 10:31:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild,v 1.2 2013/12/22 19:14:19 blueness Exp $ EAPI=5 @@ -16,7 +16,7 @@ HOMEPAGE="http://github.com/chrisk/fakeweb" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild index a4ef5071952d..302d990769c3 100644 --- a/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild +++ b/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.13 2013/01/15 05:16:24 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fast_xs/fast_xs-0.8.0.ebuild,v 1.14 2013/12/22 15:01:56 jer Exp $ EAPI=4 @@ -18,7 +18,7 @@ HOMEPAGE="http://fast-xs.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.3.2 )" diff --git a/dev-ruby/fastthread/fastthread-1.0.7-r2.ebuild b/dev-ruby/fastthread/fastthread-1.0.7-r2.ebuild index 5432a80cf74e..bc2900295b95 100644 --- a/dev-ruby/fastthread/fastthread-1.0.7-r2.ebuild +++ b/dev-ruby/fastthread/fastthread-1.0.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r2.ebuild,v 1.9 2013/04/05 18:24:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r2.ebuild,v 1.10 2013/12/22 15:00:40 jer Exp $ EAPI=2 @@ -22,7 +22,7 @@ HOMEPAGE="http://gemcutter.org/gems/fastthread" LICENSE="Ruby" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( >=dev-ruby/echoe-2.7.1 )" diff --git a/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild b/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild index 0e2db01d9bd0..a3d0087f8015 100644 --- a/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild +++ b/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.4 2013/12/15 17:30:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.9.2.1.ebuild,v 1.5 2013/12/22 14:55:21 jer Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 jruby" @@ -15,7 +15,7 @@ inherit multilib ruby-fakegem DESCRIPTION="FastCGI library for Ruby" HOMEPAGE="http://github.com/alphallc/ruby-fcgi-ng" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" LICENSE="Ruby" DEPEND+=" dev-libs/fcgi" diff --git a/dev-ruby/ffi/ffi-1.4.0.ebuild b/dev-ruby/ffi/ffi-1.4.0.ebuild index 2c4afe995860..6d582fec7db2 100644 --- a/dev-ruby/ffi/ffi-1.4.0.ebuild +++ b/dev-ruby/ffi/ffi-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.4 2013/12/21 16:24:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.6 2013/12/22 14:32:43 jer Exp $ EAPI=5 @@ -24,7 +24,7 @@ SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PN}-git-${PV}.t IUSE="" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND="${RDEPEND} virtual/libffi" DEPEND="${DEPEND} virtual/libffi" diff --git a/dev-ruby/ffi/ffi-1.9.3.ebuild b/dev-ruby/ffi/ffi-1.9.3.ebuild index 440abc53caef..27f0029d0f79 100644 --- a/dev-ruby/ffi/ffi-1.9.3.ebuild +++ b/dev-ruby/ffi/ffi-1.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.1 2013/11/02 20:15:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.2 2013/12/22 18:55:50 blueness Exp $ EAPI=5 @@ -24,7 +24,7 @@ SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PN}-git-${PV}.t IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND+=" virtual/libffi" DEPEND+=" virtual/libffi" diff --git a/dev-ruby/gem_plugin/gem_plugin-0.2.3-r2.ebuild b/dev-ruby/gem_plugin/gem_plugin-0.2.3-r2.ebuild index fbd2baa7c5cd..b202e19c3457 100644 --- a/dev-ruby/gem_plugin/gem_plugin-0.2.3-r2.ebuild +++ b/dev-ruby/gem_plugin/gem_plugin-0.2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gem_plugin/gem_plugin-0.2.3-r2.ebuild,v 1.9 2013/09/14 10:03:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gem_plugin/gem_plugin-0.2.3-r2.ebuild,v 1.10 2013/12/22 14:59:40 jer Exp $ EAPI="2" USE_RUBY="ruby18 ruby19 jruby" @@ -20,7 +20,7 @@ HOMEPAGE="http://mongrel.rubyforge.org/" LICENSE="mongrel" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" each_fakegem_test() { diff --git a/dev-ruby/gherkin/gherkin-2.11.6.ebuild b/dev-ruby/gherkin/gherkin-2.11.6.ebuild index eef99ba80f66..e395f3fbc97f 100644 --- a/dev-ruby/gherkin/gherkin-2.11.6.ebuild +++ b/dev-ruby/gherkin/gherkin-2.11.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.11.6.ebuild,v 1.1 2013/01/31 07:35:16 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gherkin/gherkin-2.11.6.ebuild,v 1.2 2013/12/22 14:44:30 jer Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/cucumber/gherkin" LICENSE="MIT" SRC_URI="https://github.com/cucumber/gherkin/archive/v${PV}.tar.gz -> ${P}-git.tgz" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="doc test" diff --git a/dev-ruby/highline/highline-1.6.19.ebuild b/dev-ruby/highline/highline-1.6.19.ebuild index 6d8465fc0fcd..e0b83c12ab68 100644 --- a/dev-ruby/highline/highline-1.6.19.ebuild +++ b/dev-ruby/highline/highline-1.6.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.19.ebuild,v 1.6 2013/12/21 17:19:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.19.ebuild,v 1.7 2013/12/22 13:55:31 ago Exp $ EAPI=5 @@ -17,7 +17,7 @@ HOMEPAGE="http://highline.rubyforge.org/" IUSE="" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" all_ruby_prepare() { # fix up gemspec file not to call git diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild b/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild index b83b8a65eccd..ac091bd44bce 100644 --- a/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild +++ b/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.7 2013/01/15 05:17:20 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r1.ebuild,v 1.8 2013/12/22 15:02:36 jer Exp $ EAPI=4 @@ -16,7 +16,7 @@ HOMEPAGE="http://wiki.github.com/hpricot/hpricot" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" ruby_add_bdepend "dev-ruby/rake diff --git a/dev-ruby/kirbybase/kirbybase-2.6.1-r1.ebuild b/dev-ruby/kirbybase/kirbybase-2.6.1-r1.ebuild index 933d39062455..7184b6e45389 100644 --- a/dev-ruby/kirbybase/kirbybase-2.6.1-r1.ebuild +++ b/dev-ruby/kirbybase/kirbybase-2.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kirbybase/kirbybase-2.6.1-r1.ebuild,v 1.1 2013/10/09 01:37:06 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kirbybase/kirbybase-2.6.1-r1.ebuild,v 1.2 2013/12/22 14:52:46 pacho Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 jruby" @@ -17,7 +17,7 @@ HOMEPAGE="http://www.netpromi.com/kirbybase_ruby.html" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" IUSE="" each_ruby_test() { diff --git a/dev-ruby/levenshtein/levenshtein-0.2.2-r1.ebuild b/dev-ruby/levenshtein/levenshtein-0.2.2-r1.ebuild index 9c233959914a..ac58d9c5b2a2 100644 --- a/dev-ruby/levenshtein/levenshtein-0.2.2-r1.ebuild +++ b/dev-ruby/levenshtein/levenshtein-0.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/levenshtein/levenshtein-0.2.2-r1.ebuild,v 1.1 2013/10/06 11:51:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/levenshtein/levenshtein-0.2.2-r1.ebuild,v 1.2 2013/12/22 18:35:53 blueness Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20" @@ -17,7 +17,7 @@ HOMEPAGE="http://github.com/mbleigh/mash" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" each_ruby_configure() { diff --git a/dev-ruby/levenshtein/levenshtein-0.2.2.ebuild b/dev-ruby/levenshtein/levenshtein-0.2.2.ebuild deleted file mode 100644 index 17462b97138d..000000000000 --- a/dev-ruby/levenshtein/levenshtein-0.2.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/levenshtein/levenshtein-0.2.2.ebuild,v 1.5 2013/08/24 13:27:53 maekke Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" - -inherit multilib ruby-fakegem - -DESCRIPTION="Levenshtein distance algorithm." -HOMEPAGE="http://github.com/mbleigh/mash" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" -IUSE="" - -each_ruby_configure() { - ${RUBY} -Cext/levenshtein extconf.rb || die -} - -each_ruby_compile() { - emake -Cext/levenshtein - cp ext/levenshtein/levenshtein_fast$(get_modname) lib/ || die -} - -each_ruby_test() { - ${RUBY} -Ilib test/test.rb || die -} diff --git a/dev-ruby/listen/listen-1.3.1-r1.ebuild b/dev-ruby/listen/listen-1.3.1-r1.ebuild index 7fab365149af..d2792c120da6 100644 --- a/dev-ruby/listen/listen-1.3.1-r1.ebuild +++ b/dev-ruby/listen/listen-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-1.3.1-r1.ebuild,v 1.1 2013/12/05 08:16:11 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-1.3.1-r1.ebuild,v 1.2 2013/12/22 18:58:20 blueness Exp $ EAPI=5 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" IUSE="" ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0" diff --git a/dev-ruby/log4r/log4r-1.1.10.ebuild b/dev-ruby/log4r/log4r-1.1.10.ebuild index 8e6ae27b23a5..7b9ded6583d9 100644 --- a/dev-ruby/log4r/log4r-1.1.10.ebuild +++ b/dev-ruby/log4r/log4r-1.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10.ebuild,v 1.12 2013/12/21 18:17:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10.ebuild,v 1.13 2013/12/22 13:55:20 ago Exp $ EAPI="2" USE_RUBY="ruby18 ruby19" @@ -21,7 +21,7 @@ IUSE="" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sparc x86" all_ruby_install() { all_fakegem_install diff --git a/dev-ruby/mocha/mocha-0.12.10.ebuild b/dev-ruby/mocha/mocha-0.12.10.ebuild index 0bb0aa3a9c72..02ae6bc37796 100644 --- a/dev-ruby/mocha/mocha-0.12.10.ebuild +++ b/dev-ruby/mocha/mocha-0.12.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.10.ebuild,v 1.1 2013/11/05 18:54:25 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.12.10.ebuild,v 1.2 2013/12/22 19:12:54 blueness Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 jruby ruby20" @@ -20,7 +20,7 @@ HOMEPAGE="http://gofreerange.com/mocha/docs/" LICENSE="MIT" SLOT="0.12" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/mocha/mocha-0.13.3-r1.ebuild b/dev-ruby/mocha/mocha-0.13.3-r1.ebuild index c1f3059ba43c..6b3e1b228f07 100644 --- a/dev-ruby/mocha/mocha-0.13.3-r1.ebuild +++ b/dev-ruby/mocha/mocha-0.13.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3-r1.ebuild,v 1.1 2013/10/23 05:39:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-0.13.3-r1.ebuild,v 1.2 2013/12/22 18:39:50 blueness Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 jruby" @@ -20,7 +20,7 @@ HOMEPAGE="http://gofreerange.com/mocha/docs/" LICENSE="MIT" SLOT="0.13" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest index da609a73b73f..85298c7e13d4 100644 --- a/dev-ruby/msgpack/Manifest +++ b/dev-ruby/msgpack/Manifest @@ -1,3 +1 @@ -DIST msgpack-0.4.7.gem 20480 SHA256 48170bd136f8f96dd4fd2cbd0304503e41dff70714bd24ad66ce74987084da4a SHA512 ed1b03aa661e19e10bef30ea131223d487777ca881c8db0174145f5b7a82d25f3020f2a64c2f54c86462c2cea5f605e965be6e9fee4d0e4bd3d5eeb13baf60f8 WHIRLPOOL 38b80b3881eb5ae602b14be1e47374d91b53608b34a125a323c975657541518ec29e20e4f01ae6ca3a001915bb87b41a500a39be113af3271a503565b62b4742 -DIST msgpack-0.5.5.gem 36864 SHA256 937f07f9e3d9ec6393c4cfd6128196c43374d8e2940c51d13d71c626b1dd1eec SHA512 8ed33d4e7d2deda4a48e3a45c44a0ec8a7aaae04cfbb797726da1cbb612e312d69e75da4e68f0942a4ffd004b8f298b455e78a19f582d56d76120834f7de44f7 WHIRLPOOL 8b8a1c693a5086257e89f0c47d350347cff6ac9110b57c96ed54cb0982637ad8e52d4b1c39014b712c10ea1ddefc689b31f89f34446d5bb3d132d40a0dc88514 DIST msgpack-0.5.7.gem 37376 SHA256 99f21f99187eb24bfee8283e7e16328c0479f27b64dc5475cfbc672cb3df982f SHA512 b195dcb15dde4e5fa7847f9a5b06f4304126d289e55f32aceef5d5303841df485133e6856355e089128ae88ce46a5dcc922f70fb6e033e2d658d3bdc8b62fc6a WHIRLPOOL 84fddc6f7f7ab9aae0617df92cb6d83e32bef63dbd4e57a85a6a403afdfef560f5fd902f2f31d624679711481023904968e54209984d832d2bc3c3aa5c3503f9 diff --git a/dev-ruby/msgpack/msgpack-0.4.7.ebuild b/dev-ruby/msgpack/msgpack-0.4.7.ebuild deleted file mode 100644 index 68814ac433b8..000000000000 --- a/dev-ruby/msgpack/msgpack-0.4.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/msgpack-0.4.7.ebuild,v 1.3 2013/01/15 02:51:59 zerochaos Exp $ - -EAPI="3" - -# jruby → uses a binary extension -USE_RUBY="ruby18 ruby19 ree18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Binary-based efficient data interchange format for ruby binding" -HOMEPAGE="http://msgpack.sourceforge.jp/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="" - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die "Configuration of extension failed." -} - -each_ruby_compile() { - emake -Cext || die - - mkdir lib || die "Unable to make lib directory." - cp ext/msgpack.so lib/ || die "Unable to install msgpack library." -} - -each_ruby_test() { - cd test - ${RUBY} test_cases.rb || die "tests failed" - ${RUBY} test_pack_unpack.rb || die "tests failed" - ${RUBY} test_encoding.rb || die "tests failed" -} diff --git a/dev-ruby/msgpack/msgpack-0.5.5.ebuild b/dev-ruby/msgpack/msgpack-0.5.5.ebuild deleted file mode 100644 index fc012bb1ead0..000000000000 --- a/dev-ruby/msgpack/msgpack-0.5.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/msgpack-0.5.5.ebuild,v 1.2 2013/11/19 19:47:55 graaff Exp $ - -EAPI=5 - -# jruby → uses a binary extension -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="doc" -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -inherit multilib ruby-fakegem - -DESCRIPTION="Binary-based efficient data interchange format for ruby binding" -HOMEPAGE="http://msgpack.sourceforge.jp/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="doc" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" - -all_ruby_prepare() { - sed -i -e '/bundler/I s:^:#:' Rakefile || die -} - -each_ruby_prepare() { - case "${RUBY}" in - *ruby18) - # Fix tests as .clear is not available in ruby18 - # Tests are working, but are very slow on ruby18 - sed -i -e 's/s.clear/s.replace ""/' spec/buffer_spec.rb || die - ;; - *) - ;; - esac -} - -each_ruby_configure() { - ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension failed." -} - -each_ruby_compile() { - emake -Cext/${PN} - cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install msgpack library." -} diff --git a/dev-ruby/msgpack/msgpack-0.5.7.ebuild b/dev-ruby/msgpack/msgpack-0.5.7.ebuild index daed3dd92aeb..e99ea7895369 100644 --- a/dev-ruby/msgpack/msgpack-0.5.7.ebuild +++ b/dev-ruby/msgpack/msgpack-0.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/msgpack-0.5.7.ebuild,v 1.1 2013/11/19 19:35:11 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/msgpack-0.5.7.ebuild,v 1.2 2013/12/22 18:40:57 blueness Exp $ EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://msgpack.sourceforge.jp/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="doc" ruby_add_bdepend "doc? ( dev-ruby/yard )" diff --git a/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild b/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild index fd658af69f3e..96df4cd5ed5a 100644 --- a/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild +++ b/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild,v 1.1 2013/10/25 06:41:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/multi_json-1.6.1-r1.ebuild,v 1.2 2013/12/22 19:21:44 blueness Exp $ EAPI=5 @@ -20,7 +20,7 @@ DESCRIPTION="A gem to provide swappable JSON backends" HOMEPAGE="http://github.com/intridea/multi_json" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" diff --git a/dev-ruby/mustache/mustache-0.99.4-r1.ebuild b/dev-ruby/mustache/mustache-0.99.4-r1.ebuild index d036ed6e7c2e..68b03c567383 100644 --- a/dev-ruby/mustache/mustache-0.99.4-r1.ebuild +++ b/dev-ruby/mustache/mustache-0.99.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.4-r1.ebuild,v 1.6 2013/01/15 05:00:15 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mustache/mustache-0.99.4-r1.ebuild,v 1.7 2013/12/22 15:03:57 jer Exp $ EAPI=2 @@ -18,7 +18,7 @@ HOMEPAGE="http://mustache.github.com/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" ruby_add_bdepend "doc? ( app-text/ronn )" diff --git a/dev-ruby/net-scp/Manifest b/dev-ruby/net-scp/Manifest index 4a7048758167..ee7a0c3baffd 100644 --- a/dev-ruby/net-scp/Manifest +++ b/dev-ruby/net-scp/Manifest @@ -1,3 +1,2 @@ DIST net-scp-1.0.4.gem 27136 SHA256 548494e245244d7bdc06015b60ca71e8c93574d511120e67eb26115482831f36 SHA512 2c8ddd1060fa62759ad6becc150986f32205b3c7807fe71cda01e473d4528b94dfc6412acb89308e2ad977f7e8287649f59a110d7a012fd8ffeb8389ec6f7f5f WHIRLPOOL 017caa4fc20b4af773531f2d056a97bfb9cd10c41d22a07fea4ee35862ca768ead7ca71890d8c100df292380adf01a747ad6308226f1a87b9c4d6ba93f8f0c06 -DIST net-scp-1.1.0.gem 31744 SHA256 44f38a78401f60cfa094fff43c2301f48c15b6d6f08aa1adfcd76627c354ef0a SHA512 6bf2ac3591aa0e84757808beafc1276797e08ca81454c3a09e92e5218527024849d19dd3d17f5c01170e336c9e83cce70aab06f2fdd6393b9171b057fb7271fb WHIRLPOOL a8a7998e7cbf18b5be656a3746841d8bc1862f9cec9f3ec20fe423061c6b5ec549b13b142f6fc0155472776047ea56e6d93374faef539571146196b958c1e740 DIST net-scp-1.1.2.gem 32256 SHA256 f3d8848f63f9b7670e57af2e2c308e9bd6fddb7c5440a36e892478a1e62b5977 SHA512 5ba49a994a816b54aee32b5c3e708bed69fc22d7e688f60e93a1e2d29d086ed17f3685ea819d5db23a27abf8ba64fbd418204e1a1702fb0d2702607016febc09 WHIRLPOOL 08573792d16f1719ffbeabb621c4148823f649de43c8a0e8bea2506c329a3c653d21483113fa290022f3cfdd40713ac577d7816f2c77458dab5a80cf115432bd diff --git a/dev-ruby/net-scp/net-scp-1.1.0.ebuild b/dev-ruby/net-scp/net-scp-1.1.0.ebuild deleted file mode 100644 index 7326d85b92ce..000000000000 --- a/dev-ruby/net-scp/net-scp-1.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/net-scp-1.1.0.ebuild,v 1.1 2013/04/12 05:51:35 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="A pure Ruby implementation of the SCP client protocol" -HOMEPAGE="http://net-ssh.rubyforge.org/scp" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend " - test? ( - dev-ruby/mocha - )" - -ruby_add_rdepend ">=dev-ruby/net-ssh-2.6.5" - -each_ruby_test() { - ${RUBY} -Ilib:test test/test_all.rb || die -} diff --git a/dev-ruby/net-scp/net-scp-1.1.2-r1.ebuild b/dev-ruby/net-scp/net-scp-1.1.2-r1.ebuild index c09181282206..9ad309a4cffc 100644 --- a/dev-ruby/net-scp/net-scp-1.1.2-r1.ebuild +++ b/dev-ruby/net-scp/net-scp-1.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/net-scp-1.1.2-r1.ebuild,v 1.1 2013/11/17 20:18:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/net-scp-1.1.2-r1.ebuild,v 1.2 2013/12/22 18:43:36 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -16,7 +16,7 @@ HOMEPAGE="http://net-ssh.rubyforge.org/scp" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/net-scp/net-scp-1.1.2.ebuild b/dev-ruby/net-scp/net-scp-1.1.2.ebuild deleted file mode 100644 index 77b2335e3171..000000000000 --- a/dev-ruby/net-scp/net-scp-1.1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/net-scp-1.1.2.ebuild,v 1.2 2013/07/22 17:58:56 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" - -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="A pure Ruby implementation of the SCP client protocol" -HOMEPAGE="http://net-ssh.rubyforge.org/scp" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend " - doc? ( >=dev-ruby/net-ssh-2.6.5 ) - test? ( - dev-ruby/mocha - )" - -ruby_add_rdepend ">=dev-ruby/net-ssh-2.6.5" - -each_ruby_test() { - ${RUBY} -Ilib:test test/test_all.rb || die -} diff --git a/dev-ruby/net-sftp/net-sftp-2.1.2-r1.ebuild b/dev-ruby/net-sftp/net-sftp-2.1.2-r1.ebuild index 05adaed1eeb7..6e1aada550b5 100644 --- a/dev-ruby/net-sftp/net-sftp-2.1.2-r1.ebuild +++ b/dev-ruby/net-sftp/net-sftp-2.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-sftp/net-sftp-2.1.2-r1.ebuild,v 1.1 2013/11/20 23:39:11 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-sftp/net-sftp-2.1.2-r1.ebuild,v 1.2 2013/12/22 18:46:35 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -14,7 +14,7 @@ HOMEPAGE="http://net-ssh.rubyforge.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend ">=dev-ruby/net-ssh-2.6.5" diff --git a/dev-ruby/net-sftp/net-sftp-2.1.2.ebuild b/dev-ruby/net-sftp/net-sftp-2.1.2.ebuild deleted file mode 100644 index b29c4879cda4..000000000000 --- a/dev-ruby/net-sftp/net-sftp-2.1.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-sftp/net-sftp-2.1.2.ebuild,v 1.1 2013/05/09 07:11:48 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="SFTP in pure Ruby" -HOMEPAGE="http://net-ssh.rubyforge.org/" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/net-ssh-2.6.5" - -ruby_add_bdepend " - test? ( - >=dev-ruby/mocha-0.13 - )" diff --git a/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.2.0-r1.ebuild b/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.2.0-r1.ebuild index 81627d3d6e26..c80813dd4173 100644 --- a/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.2.0-r1.ebuild +++ b/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.2.0-r1.ebuild,v 1.1 2013/11/20 23:35:50 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.2.0-r1.ebuild,v 1.2 2013/12/22 19:19:50 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -16,7 +16,7 @@ HOMEPAGE="http://net-ssh.rubyforge.org/gateway" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "dev-ruby/test-unit:2" diff --git a/dev-ruby/net-ssh-multi/net-ssh-multi-1.1.ebuild b/dev-ruby/net-ssh-multi/net-ssh-multi-1.1.ebuild index fda93e6e1fc9..e3f334035ca7 100644 --- a/dev-ruby/net-ssh-multi/net-ssh-multi-1.1.ebuild +++ b/dev-ruby/net-ssh-multi/net-ssh-multi-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh-multi/net-ssh-multi-1.1.ebuild,v 1.3 2012/08/11 09:29:26 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh-multi/net-ssh-multi-1.1.ebuild,v 1.5 2013/12/23 01:46:29 mrueg Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" diff --git a/dev-ruby/net-ssh-multi/net-ssh-multi-1.2.0-r1.ebuild b/dev-ruby/net-ssh-multi/net-ssh-multi-1.2.0-r1.ebuild index 9a21ef812991..4e56154b4a67 100644 --- a/dev-ruby/net-ssh-multi/net-ssh-multi-1.2.0-r1.ebuild +++ b/dev-ruby/net-ssh-multi/net-ssh-multi-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh-multi/net-ssh-multi-1.2.0-r1.ebuild,v 1.1 2013/11/26 02:26:56 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh-multi/net-ssh-multi-1.2.0-r1.ebuild,v 1.2 2013/12/22 19:20:40 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -19,7 +19,7 @@ SRC_URI="https://github.com/net-ssh/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/net-ssh-2.6.5 diff --git a/dev-ruby/net-ssh-multi/net-ssh-multi-1.2.0.ebuild b/dev-ruby/net-ssh-multi/net-ssh-multi-1.2.0.ebuild deleted file mode 100644 index e54dd80078be..000000000000 --- a/dev-ruby/net-ssh-multi/net-ssh-multi-1.2.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh-multi/net-ssh-multi-1.2.0.ebuild,v 1.1 2013/04/13 06:03:26 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" - -RUBY_FAKEGEM_TASK_TEST="none" - -inherit ruby-fakegem - -DESCRIPTION="Net::SSH::Multi is a library for controlling multiple Net::SSH -connections via a single interface." -HOMEPAGE="http://net-ssh.rubyforge.org/multi" -SRC_URI="https://github.com/net-ssh/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/net-ssh-2.6.5 - >=dev-ruby/net-ssh-gateway-1.2.0" - -each_ruby_test() { - ${RUBY} -Ilib:test test/test_all.rb || die -} diff --git a/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild b/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild index 1fbdf889224e..76bc191e3dc8 100644 --- a/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild +++ b/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild,v 1.1 2013/11/11 10:51:04 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.7.0-r1.ebuild,v 1.2 2013/12/22 18:41:53 blueness Exp $ EAPI=5 # no longer compatible with ruby 1.8. @@ -20,7 +20,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> net-ssh-git-${P LICENSE="GPL-2" SLOT="2.6" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test" ruby_add_rdepend "virtual/ruby-ssl" diff --git a/dev-ruby/net-ssh/net-ssh-2.7.0.ebuild b/dev-ruby/net-ssh/net-ssh-2.7.0.ebuild deleted file mode 100644 index 2761a10c50cd..000000000000 --- a/dev-ruby/net-ssh/net-ssh-2.7.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.7.0.ebuild,v 1.1 2013/09/23 06:03:50 graaff Exp $ - -EAPI=5 -# no longer compatible with ruby 1.8. -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc THANKS.txt" -RUBY_FAKEGEM_EXTRAINSTALL="support" - -inherit ruby-fakegem - -DESCRIPTION="Non-interactive SSH processing in pure Ruby" -HOMEPAGE="http://net-ssh.rubyforge.org/" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> net-ssh-git-${PV}.tgz" - -LICENSE="GPL-2" -SLOT="2.6" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="test" - -ruby_add_rdepend "virtual/ruby-ssl" -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 >=dev-ruby/mocha-0.13 )" - -each_ruby_test() { - ${RUBY} -Ilib:test test/test_all.rb || die "Tests failed." -} diff --git a/dev-ruby/rack/rack-1.4.5.ebuild b/dev-ruby/rack/rack-1.4.5.ebuild index 5d27df9e68f2..fdb5bcb146be 100644 --- a/dev-ruby/rack/rack-1.4.5.ebuild +++ b/dev-ruby/rack/rack-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.4.5.ebuild,v 1.5 2013/02/24 17:35:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.4.5.ebuild,v 1.6 2013/12/22 14:56:14 jer Exp $ EAPI=5 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -16,7 +16,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ) diff --git a/dev-ruby/rb-inotify/Manifest b/dev-ruby/rb-inotify/Manifest index 078457f664b0..f8e7934b8c8c 100644 --- a/dev-ruby/rb-inotify/Manifest +++ b/dev-ruby/rb-inotify/Manifest @@ -1,4 +1,2 @@ DIST rb-inotify-0.9.0.gem 13312 SHA256 3fc925989db3e897e5e0aa9ef89ff511e8485f21cd7a90c2b4f390fcfc581623 SHA512 83d10102e9c3e55a5387f92bf1926ca26da99a3321dff0123f33ac38eb0dfa3fc416ec37abc3ed53ee1a201655a447a8c8e066859b344967c1c09370311c1abe WHIRLPOOL 6f09acb5e6a537854b23d5e6c046ba73a21b940a03bc91d5a2ccff860152e20c3ee8287326254895ab96dece2965c28a906eccd9e5a9d09988e3ecb34d1fc3e2 -DIST rb-inotify-0.9.1.gem 13312 SHA256 f275cb0c683ef4b31f41540dcf856a527e2083f1dcbbdb6f1dd4b73d60c47ef1 SHA512 20bc00abae65588e3e9a6fb7864dcc31f4fcd593f145c179f53ace27c9102501a53005540f9877960df37d19eb586036fd2749bba35410e2355a5fc5ecb1c76e WHIRLPOOL 19272d635d82e38cd0eb83d0d6f32cb62b7af944a2727ce69b82d8a4e8296be9a285cb60a34dc364b1ca06f3e7b5f01ea763d08a5de01f306ad3849599af51c2 -DIST rb-inotify-0.9.2.gem 13312 SHA256 3b1e16da8b00849dfa3c6348cc6df6888a2d35d2bf432bc50267f4ec1e74a21c SHA512 b43bff4699dd829a9881792db24c226cc8fdd370807b576939c950f76abe914848d2913daf33757e0f5a66d829ec97132d9a371c34cf9a9ce00fa6725c663196 WHIRLPOOL 34e2f3fef7512463bb8f96a7ce3138c82d3c0fbb7f1510300ae97506b672217e34f7df622654d397415e91bf843c2d572dd174dca495dc879abc04d12490d588 DIST rb-inotify-0.9.3.gem 13312 SHA256 fd8ba8d602635880fe512f53e492d8d24f7baecfac58f967c1faae99a186e9d4 SHA512 d65cebf0bd4bead7f42e8f1b426627b2fbba3657b963a538dcb3f470e4225f728faa3788f831c19ff265e57f1ba2f059bc3c312079f4cceb6462a31fcb5456ec WHIRLPOOL 0a241fee31b1bb05f3e158f10c7aff67f2cec670d7e4fed67dd413da70919cb6ab9a7221a9fe3744255162b4c2d41a68c6ded9d7c16f703b7f879ddc7e93aadd diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.1.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.1.ebuild deleted file mode 100644 index 125d0bf0aef0..000000000000 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.1.ebuild,v 1.1 2013/08/11 01:12:20 mrueg Exp $ - -EAPI=5 - -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="yard" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="VERSION" - -RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A thorough inotify wrapper for Ruby using FFI." -HOMEPAGE="https://github.com/nex3/rb-inotify" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" -IUSE="" - -ruby_add_rdepend "virtual/ruby-ffi" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" - -all_ruby_prepare() { - # Avoid unneeded dependency on jeweler. - sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die - - # Remove mandatory markup processor from yard options, bug 436112. - sed -i -e '/maruku/d' .yardopts || die -} - -each_ruby_prepare() { - case ${RUBY} in - *jruby) - # jruby has a native implementation and should not list ffi - # in the gemspec. - sed -i -e '/ffi/d' rb-inotify.gemspec || die - ;; - *) - ;; - esac -} diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.2-r1.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.2-r1.ebuild deleted file mode 100644 index f20155f7760e..000000000000 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.2-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.2-r1.ebuild,v 1.1 2013/11/17 20:20:33 mrueg Exp $ - -EAPI=5 - -USE_RUBY="ruby18 ruby19 ruby20 jruby" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="yard" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="VERSION" - -RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A thorough inotify wrapper for Ruby using FFI." -HOMEPAGE="https://github.com/nex3/rb-inotify" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x64-macos" -IUSE="" - -ruby_add_rdepend "virtual/ruby-ffi" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" - -all_ruby_prepare() { - # Avoid unneeded dependency on jeweler. - sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die - - # Remove mandatory markup processor from yard options, bug 436112. - sed -i -e '/maruku/d' .yardopts || die -} - -each_ruby_prepare() { - case ${RUBY} in - *jruby) - # jruby has a native implementation and should not list ffi - # in the gemspec. - sed -i -e '/ffi/d' rb-inotify.gemspec || die - ;; - *) - ;; - esac -} diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.2.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.2.ebuild deleted file mode 100644 index 59a0703a6494..000000000000 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.2.ebuild,v 1.1 2013/09/13 18:38:23 mrueg Exp $ - -EAPI=5 - -USE_RUBY="ruby18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="yard" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="VERSION" - -RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A thorough inotify wrapper for Ruby using FFI." -HOMEPAGE="https://github.com/nex3/rb-inotify" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" -IUSE="" - -ruby_add_rdepend "virtual/ruby-ffi" - -ruby_add_bdepend "doc? ( dev-ruby/yard )" - -all_ruby_prepare() { - # Avoid unneeded dependency on jeweler. - sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die - - # Remove mandatory markup processor from yard options, bug 436112. - sed -i -e '/maruku/d' .yardopts || die -} - -each_ruby_prepare() { - case ${RUBY} in - *jruby) - # jruby has a native implementation and should not list ffi - # in the gemspec. - sed -i -e '/ffi/d' rb-inotify.gemspec || die - ;; - *) - ;; - esac -} diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.3.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.3.ebuild index 70aeb11d57ad..50f46b90c686 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.3.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.3.ebuild,v 1.1 2013/12/15 08:25:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.3.ebuild,v 1.2 2013/12/22 18:57:39 blueness Exp $ EAPI=5 @@ -23,7 +23,7 @@ HOMEPAGE="https://github.com/nex3/rb-inotify" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" IUSE="" ruby_add_rdepend "virtual/ruby-ffi" diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8-r1.ebuild b/dev-ruby/rdiscount/rdiscount-1.6.8-r1.ebuild index 7691d4379eaa..12f7a9126184 100644 --- a/dev-ruby/rdiscount/rdiscount-1.6.8-r1.ebuild +++ b/dev-ruby/rdiscount/rdiscount-1.6.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r1.ebuild,v 1.6 2013/01/15 05:02:19 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r1.ebuild,v 1.7 2013/12/22 15:05:20 jer Exp $ EAPI=2 @@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/rtomayko/rdiscount" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" ruby_add_bdepend "doc? ( app-text/ronn )" diff --git a/dev-ruby/rjb/Manifest b/dev-ruby/rjb/Manifest index 9474232925bb..ec35aaab28d5 100644 --- a/dev-ruby/rjb/Manifest +++ b/dev-ruby/rjb/Manifest @@ -1 +1,2 @@ DIST rjb-1.4.5.gem 87040 SHA256 a94eef4a2d7d6e38abac29a750181d6d60229490aeeeabb808539be92e412624 SHA512 4ffc333bb364afa4528aadda4ce9674c79f03ff8613d545b896e6c2c128f38d33e33cf82271bea2c8a66a89ada1ee634f8c999f88abbcb29e09381f2232a6a00 WHIRLPOOL 3f4806395dfa0a2d4aebe91a5976f097622110a0836b2f3093f0c93cf99d7562962ec600b1044bb397b7f4df1473855e3b348d42e12ba4ccf2aa890bce9310c3 +DIST rjb-1.4.8.gem 67584 SHA256 3c5295fd2f552b1f5a42caa27552ca4dc330d63cfbc05194e412adaeb426fa1a SHA512 1b06f5aef03e8a7852aa6e09b518521b791f9d0fbdda9971877812adb7cfb91d61d9aee84862368c0697eb42796c252abc0bf67218a7ebaa1df58cf72b9c290d WHIRLPOOL 4744d58573c003920d015e5189fd277bf70d32c2e02a63accf95e053469af39d9cb89626e14514adba0dca8373d5f8711baf1d62ac4020cf5d3c286f31598043 diff --git a/dev-ruby/rjb/rjb-1.4.8.ebuild b/dev-ruby/rjb/rjb-1.4.8.ebuild new file mode 100644 index 000000000000..16c97696a9a5 --- /dev/null +++ b/dev-ruby/rjb/rjb-1.4.8.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rjb/rjb-1.4.8.ebuild,v 1.1 2013/12/22 15:42:14 mrueg Exp $ + +EAPI=5 + +USE_RUBY="ruby19" + +RUBY_FAKEGEM_EXTRADOC="readme.txt ChangeLog" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit java-pkg-2 ruby-ng ruby-fakegem + +DESCRIPTION="Rjb is a Ruby-Java software bridge" +HOMEPAGE="http://rjb.rubyforge.org/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples hardened" + +DEPEND=">=virtual/jdk-1.5 + hardened? ( sys-apps/paxctl )" +RDEPEND="virtual/jre" + +pkg_setup() { + ruby-ng_pkg_setup + java-pkg-2_pkg_setup +} + +each_ruby_prepare() { + #dev-lang/ruby might need the "hardened" flag to enforce the following: + if use hardened; then + paxctl -v /usr/bin/ruby 2>/dev/null | grep MPROTECT | grep disabled || ewarn '!!! rjb may only work if ruby is MPROTECT disabled, but not really sure\n please disable it if required using paxctl -m /usr/bin/ruby' + fi + # force compilation of class file for our JVM + rm -rf data +} + +each_ruby_configure() { + ${RUBY} -C ext extconf.rb || die "extconf.rb failed" +} + +each_ruby_compile() { + emake V=1 -C ext CFLAGS="${CFLAGS} -fPIC" archflags="${LDFLAGS}" +} + +each_ruby_install() { + each_fakegem_install + + # currently no elegant way to do this (bug #352765) + ruby_fakegem_newins ext/rjbcore.so lib/rjbcore.so + + ruby_fakegem_doins -r data + + if use examples; then + insinto /usr/share/doc/${PF} + doins -r samples + fi +} + +each_ruby_test() { + ${RUBY} -Ilib:test:ext test/test.rb || die +} diff --git a/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild index 5e9e62bfdcda..9e5960fc82cd 100644 --- a/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild +++ b/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild,v 1.5 2013/08/24 13:29:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild,v 1.6 2013/12/22 18:37:58 blueness Exp $ EAPI=5 @@ -22,7 +22,7 @@ inherit ruby-fakegem DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="doc test" SLOT="0" LICENSE="Ruby" diff --git a/dev-ruby/ruby-opengl/ruby-opengl-0.60.1-r2.ebuild b/dev-ruby/ruby-opengl/ruby-opengl-0.60.1-r2.ebuild index 2759672ecbbd..6db637f38f91 100644 --- a/dev-ruby/ruby-opengl/ruby-opengl-0.60.1-r2.ebuild +++ b/dev-ruby/ruby-opengl/ruby-opengl-0.60.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ruby-opengl-0.60.1-r2.ebuild,v 1.10 2013/01/08 08:46:21 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ruby-opengl-0.60.1-r2.ebuild,v 1.12 2013/12/22 18:04:12 pacho Exp $ EAPI="4" USE_RUBY="ruby18 ruby19" @@ -19,7 +19,7 @@ HOMEPAGE="http://ruby-opengl.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 x86" +KEYWORDS=" ppc ppc64 x86" IUSE="" diff --git a/dev-ruby/ruby-opengl/ruby-opengl-0.8.0.ebuild b/dev-ruby/ruby-opengl/ruby-opengl-0.8.0.ebuild index 6316254d2d45..cd2696045255 100644 --- a/dev-ruby/ruby-opengl/ruby-opengl-0.8.0.ebuild +++ b/dev-ruby/ruby-opengl/ruby-opengl-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ruby-opengl-0.8.0.ebuild,v 1.1 2013/10/29 16:21:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ruby-opengl-0.8.0.ebuild,v 1.4 2013/12/22 16:44:53 jer Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -23,7 +23,7 @@ HOMEPAGE="http://ruby-opengl.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 hppa ~ppc ppc64 ~x86" IUSE="" diff --git a/dev-ruby/samuel/samuel-0.3.3-r1.ebuild b/dev-ruby/samuel/samuel-0.3.3-r1.ebuild index 44bef743d222..3a37e343ba4a 100644 --- a/dev-ruby/samuel/samuel-0.3.3-r1.ebuild +++ b/dev-ruby/samuel/samuel-0.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r1.ebuild,v 1.1 2013/11/17 21:08:38 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r1.ebuild,v 1.2 2013/12/22 19:16:32 blueness Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://github.com/chrisk/samuel" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/sass/Manifest b/dev-ruby/sass/Manifest index 6ff6f75edb0b..5ebd9b083d0c 100644 --- a/dev-ruby/sass/Manifest +++ b/dev-ruby/sass/Manifest @@ -1,4 +1,3 @@ DIST sass-3.1.21.gem 233472 SHA256 08502fc7889187909d66098629a89a9901d4dce13626339f4976c1e8d16b4a57 SHA512 fed0700147bd8adc90927a16ae2b5a3256392fa6d969c4281ea0189d728e2f0818f5b88b60aea5b59288730e3897bdf58a83ed72b48d4a538d14d16c85234062 WHIRLPOOL 57e59efa57af97c26a80cd83c4d0fe9eda8d30f664e73eab01400fa5c7171a16d0ed6400ebc8680dc78885e961b78a7252d4ea0dbe5d94209f6cca70a6896cb2 -DIST sass-3.2.12.gem 263168 SHA256 c88d548a265a003d5883ce8b258a3cc523e084a773d5932232dd9ea0220a811c SHA512 89e2ec7ff61e2f34eb3aa338f7b93d841e1f28ed2805495128c3934258ea9a3822f026d1f3c2e5f4cedb282e5e3232eb3d8252d77aa40117693003a60b97b7cb WHIRLPOOL c7b6fe8501b91bd2199fd8d4195a6e454ca3ce3a66db9299f82e873b02434a3d37dcdef827021e47b270fbe6bb611d8e6c29132910f72ed36ce9799893f1f7b3 DIST sass-3.2.13.gem 263680 SHA256 21bd6adf694014c43ffd668ec3067d52c01623d6b432510b1f3dda1ba342243c SHA512 e728baa3bd0e460fdd4ce3827b3451339a14f1e1ad59e6c2aa3f3780f3080d24792576db75dc9c4fd53213093bc8d671b80dccb8164f010ca530f0ea4ba80cc5 WHIRLPOOL ec1da814042dda04a07b64537fd3bf8eb3534230589e6e40e9c4d0d75c31f819f05777b4c9df6ea6d3522b5ea48cbfc3765986b78a298e3d0c1d4201f8617703 DIST sass-3.2.9.gem 259584 SHA256 f88433638d8dcf31366e55451087e04fb1aecc29c554f240647baba8495c9b22 SHA512 1f018e5276a6d9c03d943b6f2130957a802f31c2079566a9990298b7010121ae623f7183bd3ccdafdeb3fdf1b9338081823098c6f8c0abc734ffb5b5f139f806 WHIRLPOOL be91597cf78679e9758053a442156ca0231e0583c52bb0c18c7c81374724537a3e730874fa581bd76050c11b96b09cff92076208cd3e35937ae1d3c16ed4f8d7 diff --git a/dev-ruby/sass/sass-3.2.12-r1.ebuild b/dev-ruby/sass/sass-3.2.12-r1.ebuild deleted file mode 100644 index 8a49996be621..000000000000 --- a/dev-ruby/sass/sass-3.2.12-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.12-r1.ebuild,v 1.1 2013/11/27 07:12:35 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby18 ruby19 ruby20 jruby" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_NAME" - -inherit ruby-fakegem - -DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more." -HOMEPAGE="http://sass-lang.com/" -LICENSE="MIT" - -KEYWORDS="~amd64 ~arm ~ppc ~x86" -SLOT="0" -IUSE="" - -ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )" - -ruby_add_rdepend ">=dev-ruby/listen-0.7.2:0 !!=dev-ruby/yard-0.5.3 )" - -ruby_add_rdepend ">=dev-ruby/listen-0.7.2:0 !!=dev-ruby/test-unit-2.5.1-r1 ) " diff --git a/dev-ruby/tzinfo/tzinfo-0.3.37.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.37.ebuild index d145b3cd2513..4000f335e638 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.37.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.37.ebuild,v 1.4 2013/12/21 17:21:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.37.ebuild,v 1.5 2013/12/22 13:54:53 ago Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 jruby" @@ -16,7 +16,7 @@ HOMEPAGE="http://tzinfo.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" diff --git a/dev-ruby/yard/yard-0.8.7.2-r1.ebuild b/dev-ruby/yard/yard-0.8.7.2-r1.ebuild deleted file mode 100644 index a65f2d16bb4b..000000000000 --- a/dev-ruby/yard/yard-0.8.7.2-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.2-r1.ebuild,v 1.1 2013/10/20 15:27:08 graaff Exp $ - -EAPI=5 - -USE_RUBY="ruby18 ruby19 ruby20 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_TASK_DOC="yard" - -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_DOCDIR="doc docs" - -RUBY_FAKEGEM_EXTRAINSTALL="templates" - -inherit ruby-fakegem - -DESCRIPTION="Documentation generation tool for the Ruby programming language" -HOMEPAGE="http://yardoc.org/" - -# The gem lakes the gemspec file needed to pass tests. -SRC_URI="https://github.com/lsegal/yard/archive/${PV}.tar.gz -> ${P}-git.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "doc? ( || ( dev-ruby/bluecloth dev-ruby/maruku dev-ruby/rdiscount dev-ruby/kramdown ) ) - test? ( dev-ruby/rack )" - -USE_RUBY="ruby18 ruby19" ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )" - -all_ruby_prepare() { - sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die - sed -i -e "s/require 'bundler'; rescue LoadError//" spec/cli/server_spec.rb || die -} diff --git a/dev-ruby/yard/yard-0.8.7.2.ebuild b/dev-ruby/yard/yard-0.8.7.2.ebuild index 95ba6bcb1a85..eead55ae01dd 100644 --- a/dev-ruby/yard/yard-0.8.7.2.ebuild +++ b/dev-ruby/yard/yard-0.8.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.2.ebuild,v 1.2 2013/10/24 12:58:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.2.ebuild,v 1.3 2013/12/22 13:55:05 ago Exp $ EAPI=5 @@ -24,7 +24,7 @@ SRC_URI="https://github.com/lsegal/yard/archive/${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( || ( dev-ruby/bluecloth dev-ruby/maruku dev-ruby/rdiscount dev-ruby/kramdown ) ) diff --git a/dev-ruby/yard/yard-0.8.7.3.ebuild b/dev-ruby/yard/yard-0.8.7.3.ebuild index 251d1db9fa88..e13f81181fc6 100644 --- a/dev-ruby/yard/yard-0.8.7.3.ebuild +++ b/dev-ruby/yard/yard-0.8.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.3.ebuild,v 1.1 2013/11/03 04:00:22 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.3.ebuild,v 1.2 2013/12/22 18:38:49 blueness Exp $ EAPI=5 @@ -24,7 +24,7 @@ SRC_URI="https://github.com/lsegal/yard/archive/${PV}.tar.gz -> ${P}-git.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( || ( dev-ruby/bluecloth dev-ruby/maruku dev-ruby/rdiscount dev-ruby/kramdown ) ) diff --git a/dev-tex/biber/Manifest b/dev-tex/biber/Manifest index 911ee1344faa..56e6350e6804 100644 --- a/dev-tex/biber/Manifest +++ b/dev-tex/biber/Manifest @@ -1,3 +1 @@ -DIST biber-1.7-drop-mozilla-ca.patch.bz2 7137 SHA256 2085d58996ee26fc294fafd261ebf0fb49a91ca7812ff757e4c48d2fcd8bf84e SHA512 260d42f3fb6a5400fe433571813e0b9bbd82ba0415759cde85ea2b56cf1642b4bc16f74d12dd7bdbaeb12663da9a6547610b552d754885b78bdc6ddcf092769c WHIRLPOOL 2aeba10bd611fa7885cf938dbc27244acef6a53ec931445c2654a9412c4f17a2cb67e5fa5fd0d3bbd539669644ed2e155de264d93b57ff1d9677274e41545a20 -DIST biber-1.7.tar.gz 2063730 SHA256 baefc64442b6b0f4810712a3d48346b9f08ab6a39af828fca5df97a0430fec1c SHA512 caa77968b2912ea25727ae48f818aa74e289e4f2ff481f85c25e1e4660549ef36c4a2af40bbbbc623dd145038c4e9b07dc2a735384d1ffe54c06cc32199bb7c2 WHIRLPOOL f50439e38dddfd7e3a395640553e7e50fe764b209a15c6ad182c1b39246bad916e41cd51171feee48eede33e4b376ea298a98a644da7c9c38db7113f6ecb9a4f DIST biber-1.8.tar.gz 2080602 SHA256 96cc746e1d10879c7bf56b588433c293683656590a9f7c1079e5ed7689f1d939 SHA512 1112779ec6a142e09a5d6d096663486f744962cef8ece82a1ff8b98f4dc82b0e3d8a9d05b2b62c824f03e138f2091dbbbafd44045acd78a079255fedd38f354f WHIRLPOOL d9165a2260dcd6ea09db45fbeb7af537146ae4bb0119ed5967a0ae458a59c2b9f6c8c8d8e06ec603d5d3aaba454fcede9b1af0537b45aaaf7dc27e1ad578a5aa diff --git a/dev-tex/biber/biber-1.7-r1.ebuild b/dev-tex/biber/biber-1.7-r1.ebuild deleted file mode 100644 index 69900b069ef5..000000000000 --- a/dev-tex/biber/biber-1.7-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/biber/biber-1.7-r1.ebuild,v 1.1 2013/08/18 13:03:27 mrueg Exp $ - -EAPI=5 - -inherit eutils perl-module - -MY_PN="biblatex-${PN}" - -DESCRIPTION="A BibTeX replacement for users of biblatex" -HOMEPAGE="http://biblatex-biber.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/${MY_PN}/${MY_PN}/${PV}/${MY_PN}.tar.gz -> ${P}.tar.gz - http://dev.gentoo.org/~mrueg/files/biber-1.7-drop-mozilla-ca.patch.bz2" - -LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc test" - -RDEPEND=">=dev-lang/perl-5.16 - dev-perl/Business-ISBN - dev-perl/Business-ISMN - dev-perl/Business-ISSN - dev-perl/Data-Compare - dev-perl/Data-Diver - dev-perl/Data-Dump - dev-perl/Date-Simple - dev-perl/Encode-EUCJPASCII - dev-perl/Encode-HanExtra - dev-perl/Encode-JIS2K - dev-perl/File-Slurp-Unicode - dev-perl/IPC-Run3 - dev-perl/libwww-perl[ssl] - dev-perl/List-AllUtils - dev-perl/Log-Log4perl - dev-perl/regexp-common - dev-perl/Readonly - dev-perl/Readonly-XS - >=dev-perl/Text-BibTeX-0.66 - dev-perl/URI - dev-perl/Unicode-LineBreak - dev-perl/XML-LibXML-Simple - dev-perl/XML-LibXSLT - dev-perl/XML-SAX-Base - dev-perl/XML-Writer - >=dev-tex/biblatex-2.7 - virtual/perl-IPC-Cmd" -DEPEND="${RDEPEND} - dev-perl/Config-AutoConf - virtual/perl-Module-Build - test? ( dev-perl/File-Which - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -S="${WORKDIR}"/${MY_PN}-${PV} - -SRC_TEST="parallel" - -src_prepare(){ - epatch "${WORKDIR}"/${P}-drop-mozilla-ca.patch -} - -src_install(){ - perl-module_src_install - use doc && dodoc -r doc/* -} - -src_test() { - BIBER_SKIP_DEV_TESTS=1 perl-module_src_test -} diff --git a/dev-tex/biblatex/Manifest b/dev-tex/biblatex/Manifest index 1d4f2feb5dc7..b8c9409803e0 100644 --- a/dev-tex/biblatex/Manifest +++ b/dev-tex/biblatex/Manifest @@ -1,2 +1 @@ -DIST biblatex-2.7.tds.tgz 9148797 SHA256 1397b3255532137fe402b1c5883626926dca930692bfb03e94964125f0932185 SHA512 1330873d4400d89e7fef97f1b87fb66def2ff87f5481f60d1634a4fc20bc8aef4386a448cb8d41f0d6cfe3daa36687332178456abff8f22826617be7aff0267e WHIRLPOOL 6be492f8bc2922b51ec5d56954add1e2cac50f98eaff455231fd429b8f8ed33cbb4334b64702747ffecc383079674d61e1c146c1c1602c2dd50cfa6ab945705d DIST biblatex-2.8.tds.tgz 9164107 SHA256 626beb1edce190e31be8c40ff5ce4f24e5b9eb629f3b52b988d462bd07070bdc SHA512 312106ae0d097d4ccd890eaa2d4785d7f6ed284fa09c9c5910b9c46dc8069ea0debfa8f9acf30f00a06aceb8986cebf95d23a61a6ffd67e8136150c1215d239f WHIRLPOOL 161d5387ca3f7024799f87aa761d92f662f4b04172d6601b7a78db965d998e95f35d1d962eb3c222371f763d639092d4f6114ea1ca045b89a1af945523f22ab3 diff --git a/dev-tex/biblatex/biblatex-2.7.ebuild b/dev-tex/biblatex/biblatex-2.7.ebuild deleted file mode 100644 index a70cf642b7d5..000000000000 --- a/dev-tex/biblatex/biblatex-2.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/biblatex/biblatex-2.7.ebuild,v 1.1 2013/07/04 07:41:33 mrueg Exp $ - -EAPI=5 - -inherit latex-package - -DESCRIPTION="Reimplementation of the bibliographic facilities provided by LaTeX" -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex" -SRC_URI="mirror://sourceforge/${PN}/${P}.tds.tgz" - -LICENSE="LPPL-1.3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -RDEPEND="dev-texlive/texlive-bibtexextra" -DEPEND="${RDEPEND}" - -S=${WORKDIR} -TEXMF=/usr/share/texmf-site - -src_install() { - insinto "${TEXMF}" - doins -r bibtex tex - - dodoc doc/latex/biblatex/{README,RELEASE} - use doc && { pushd doc/latex/biblatex/ ; latex-package_src_doinstall doc ; popd ; } - if use examples ; then - docinto examples - dodoc -r doc/latex/biblatex/examples - fi -} diff --git a/dev-util/aruba/aruba-0.5.3.ebuild b/dev-util/aruba/aruba-0.5.3.ebuild index dbe119264f04..189781f4a898 100644 --- a/dev-util/aruba/aruba-0.5.3.ebuild +++ b/dev-util/aruba/aruba-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.5.3.ebuild,v 1.1 2013/08/12 22:26:13 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.5.3.ebuild,v 1.2 2013/12/22 15:07:26 jer Exp $ EAPI=5 USE_RUBY="ruby18 ruby19" @@ -17,7 +17,7 @@ DESCRIPTION="Cucumber steps for driving out command line applications." HOMEPAGE="https://github.com/cucumber/aruba" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="" diff --git a/dev-util/cucumber/cucumber-1.2.1.ebuild b/dev-util/cucumber/cucumber-1.2.1.ebuild index cb162b305784..1f80f1e4b681 100644 --- a/dev-util/cucumber/cucumber-1.2.1.ebuild +++ b/dev-util/cucumber/cucumber-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cucumber/cucumber-1.2.1.ebuild,v 1.2 2013/01/15 05:23:45 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cucumber/cucumber-1.2.1.ebuild,v 1.3 2013/12/22 14:47:41 jer Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 ree18" @@ -18,7 +18,7 @@ DESCRIPTION="Executable feature scenarios" HOMEPAGE="http://github.com/aslakhellesoy/cucumber/wikis" LICENSE="Ruby" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="examples" diff --git a/dev-util/debootstrap/debootstrap-1.0.55.ebuild b/dev-util/debootstrap/debootstrap-1.0.55.ebuild index ab19afc4e18c..3b3c2b8ff558 100644 --- a/dev-util/debootstrap/debootstrap-1.0.55.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v 1.4 2013/12/21 15:55:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v 1.6 2013/12/22 18:46:10 pacho Exp $ EAPI=5 inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" diff --git a/dev-util/dialog/dialog-1.2.20130928.ebuild b/dev-util/dialog/dialog-1.2.20130928.ebuild index 88205be57be4..d9cc5728f983 100644 --- a/dev-util/dialog/dialog-1.2.20130928.ebuild +++ b/dev-util/dialog/dialog-1.2.20130928.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20130928.ebuild,v 1.4 2013/12/22 12:01:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.2.20130928.ebuild,v 1.5 2013/12/22 19:18:41 pacho Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="ftp://invisible-island.net/${PN}/${PN}-${MY_PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="examples minimal nls static-libs unicode" RDEPEND=" diff --git a/dev-util/fix-la-relink-command/fix-la-relink-command-0.1.1.ebuild b/dev-util/fix-la-relink-command/fix-la-relink-command-0.1.1.ebuild index 4a21b7a7713a..e77b109bb344 100644 --- a/dev-util/fix-la-relink-command/fix-la-relink-command-0.1.1.ebuild +++ b/dev-util/fix-la-relink-command/fix-la-relink-command-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fix-la-relink-command/fix-la-relink-command-0.1.1.ebuild,v 1.10 2013/12/08 18:15:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fix-la-relink-command/fix-la-relink-command-0.1.1.ebuild,v 1.11 2013/12/22 16:00:57 jer Exp $ EAPI="4" @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.xz" LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="dev-lang/perl diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.36.4-r1.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.36.4-r1.ebuild index 51304d0e1cb1..76138c83bce6 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.36.4-r1.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.36.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.36.4-r1.ebuild,v 1.4 2013/12/08 18:15:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gdbus-codegen/gdbus-codegen-2.36.4-r1.ebuild,v 1.5 2013/12/22 15:34:00 jer Exp $ EAPI="5" GNOME_ORG_MODULE="glib" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.gtk.org/" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="" RDEPEND="${PYTHON_DEPS}" diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.22.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.22.ebuild index 10dfaf96364c..472c3616b319 100644 --- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.22.ebuild +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.22.ebuild,v 1.3 2013/12/08 18:17:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.22.ebuild,v 1.4 2013/12/22 16:01:55 jer Exp $ EAPI="5" GNOME_ORG_MODULE="gtk+" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.gtk.org/" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-util/ninja/ninja-1.4.0.ebuild b/dev-util/ninja/ninja-1.4.0.ebuild index 643a6743c73d..518990930c9d 100644 --- a/dev-util/ninja/ninja-1.4.0.ebuild +++ b/dev-util/ninja/ninja-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.4.0.ebuild,v 1.5 2013/12/22 11:59:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.4.0.ebuild,v 1.6 2013/12/22 14:49:48 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [ "${PV}" = "999999" ]; then KEYWORDS="" else SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha ~amd64 ~arm ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + KEYWORDS="alpha amd64 ~arm ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" fi DESCRIPTION="A small build system similar to make." diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-5.5.22.ebuild b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-5.5.22.ebuild index 8ff20601646d..a1ddc7385184 100644 --- a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-5.5.22.ebuild +++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-5.5.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-5.5.22.ebuild,v 1.6 2013/11/26 09:28:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-5.5.22.ebuild,v 1.7 2013/12/22 14:04:53 pacho Exp $ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI=" SLOT="0/${PV}" LICENSE="NVIDIA-CUDA" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="-* amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debugger doc eclipse profiler" DEPEND="" diff --git a/dev-util/oprofile/oprofile-0.9.9.ebuild b/dev-util/oprofile/oprofile-0.9.9.ebuild index a1d78992c482..a8d6b186fbf6 100644 --- a/dev-util/oprofile/oprofile-0.9.9.ebuild +++ b/dev-util/oprofile/oprofile-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9.ebuild,v 1.2 2013/12/21 18:55:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9.ebuild,v 1.3 2013/12/22 14:44:44 ago Exp $ EAPI="5" inherit eutils linux-info multilib user java-pkg-opt-2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc ~x86" IUSE="java pch qt4" DEPEND=">=dev-libs/popt-1.7-r1 diff --git a/dev-util/xxdi/xxdi-1.0.0.ebuild b/dev-util/xxdi/xxdi-1.0.0.ebuild index d1b07f93a587..87781db6db5a 100644 --- a/dev-util/xxdi/xxdi-1.0.0.ebuild +++ b/dev-util/xxdi/xxdi-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdi/xxdi-1.0.0.ebuild,v 1.3 2013/12/22 11:56:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdi/xxdi-1.0.0.ebuild,v 1.4 2013/12/22 14:45:00 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/gregkh/xxdi/archive/v${MODULE_VERSION}.tar.gz -> ${P LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~ppc ppc64 ~x86" IUSE="" RDEPEND="dev-lang/perl diff --git a/dev-vcs/darcs/darcs-2.8.4.ebuild b/dev-vcs/darcs/darcs-2.8.4.ebuild index 660093e961aa..2f2ab9cca0a6 100644 --- a/dev-vcs/darcs/darcs-2.8.4.ebuild +++ b/dev-vcs/darcs/darcs-2.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/darcs-2.8.4.ebuild,v 1.4 2013/09/30 17:13:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/darcs-2.8.4.ebuild,v 1.5 2013/12/22 13:46:30 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc test" RDEPEND="=dev-haskell/extensible-exceptions-0.1*:=[profile?] diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index f48cfacd5899..cc1eee935adb 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.127 2013/11/21 04:07:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.130 2013/12/22 20:59:02 vapier Exp $ # # Maintainer: Toolchain Ninjas # @@ -50,7 +50,13 @@ snap) esac inherit eutils libtool flag-o-matic gnuconfig multilib versionator unpacker ${extra_eclass} -EXPORT_FUNCTIONS src_unpack src_compile src_test src_install pkg_postinst pkg_postrm +case ${EAPI:-0} in +0|1) + EXPORT_FUNCTIONS src_unpack src_compile src_test src_install pkg_postinst pkg_postrm ;; +2|3|4|5) + EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_test src_install pkg_postinst pkg_postrm ;; +*) die "unsupported EAPI ${EAPI}" ;; +esac export CTARGET=${CTARGET:-${CHOST}} if [[ ${CTARGET} == ${CHOST} ]] ; then @@ -60,9 +66,6 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; } -: ${ED:=${D}} -: ${EROOT:=${ROOT}} - DESCRIPTION="Tools necessary to build programs" HOMEPAGE="http://sourceware.org/binutils/" @@ -179,7 +182,7 @@ tc-binutils_apply_patches() { # fix locale issues if possible #122216 if [[ -e ${FILESDIR}/binutils-configure-LANG.patch ]] ; then einfo "Fixing misc issues in configure files" - for f in $(grep -l 'autoconf version 2.13' $(find "${S}" -name configure)) ; do + for f in $(find "${S}" -name configure -exec grep -l 'autoconf version 2.13' {} +) ; do ebegin " Updating ${f/${S}\/}" patch "${f}" "${FILESDIR}"/binutils-configure-LANG.patch >& "${T}"/configure-patch.log \ || eerror "Please file a bug about this" @@ -204,15 +207,21 @@ tc-binutils_apply_patches() { toolchain-binutils_src_unpack() { tc-binutils_unpack + case ${EAPI:-0} in + 0|1) toolchain-binutils_src_prepare ;; + esac +} + +toolchain-binutils_src_prepare() { tc-binutils_apply_patches } -toolchain-binutils_src_compile() { - # prevent makeinfo from running in releases. it may not always be - # installed, and older binutils may fail with newer texinfo. - # besides, we never patch the doc files anyways, so regenerating - # in the first place is useless. #193364 - find . '(' -name '*.info' -o -name '*.texi' ')' -print0 | xargs -0 touch -r . +_eprefix_init() { + has "${EAPI:-0}" 0 1 2 && ED=${D} EPREFIX= EROOT=${ROOT} +} + +toolchain-binutils_src_configure() { + _eprefix_init # make sure we filter $LINGUAS so that only ones that # actually work make it through #42033 @@ -296,6 +305,26 @@ toolchain-binutils_src_compile() { echo ./configure "${myconf[@]}" "${S}"/configure "${myconf[@]}" || die + # Prevent makeinfo from running in releases. It may not always be + # installed, and older binutils may fail with newer texinfo. + # Besides, we never patch the doc files anyways, so regenerating + # in the first place is useless. #193364 + # For older versions, it means we don't get any info pages at all. + # Oh well, tough luck. #294617 + if [[ -e ${S}/gas/doc/as.info ]] || ! version_is_at_least 2.24 ; then + sed -i \ + -e '/^MAKEINFO/s:=.*:= true:' \ + Makefile || die + fi +} + +toolchain-binutils_src_compile() { + _eprefix_init + case ${EAPI:-0} in + 0|1) toolchain-binutils_src_configure ;; + esac + + cd "${MY_BUILDDIR}" emake all || die "emake failed" # only build info pages if we user wants them, and if @@ -305,7 +334,7 @@ toolchain-binutils_src_compile() { fi # we nuke the manpages when we're left with junk # (like when we bootstrap, no perl -> no manpages) - find . -name '*.1' -a -size 0 | xargs rm -f + find . -name '*.1' -a -size 0 -delete # elf2flt only works on some arches / targets if [[ -n ${ELF2FLT_VER} ]] && [[ ${CTARGET} == *linux* || ${CTARGET} == *-elf* ]] ; then @@ -337,6 +366,7 @@ toolchain-binutils_src_test() { } toolchain-binutils_src_install() { + _eprefix_init local x d cd "${MY_BUILDDIR}" @@ -447,16 +477,18 @@ toolchain-binutils_src_install() { # Remove shared info pages rm -f "${ED}"/${DATAPATH}/info/{dir,configure.info,standards.info} # Trim all empty dirs - find "${ED}" -type d | xargs rmdir >& /dev/null + find "${ED}" -depth -type d -exec rmdir {} + 2>/dev/null } toolchain-binutils_pkg_postinst() { + _eprefix_init # Make sure this ${CTARGET} has a binutils version selected [[ -e ${EROOT}/etc/env.d/binutils/config-${CTARGET} ]] && return 0 binutils-config ${CTARGET}-${BVER} } toolchain-binutils_pkg_postrm() { + _eprefix_init local current_profile=$(binutils-config -c ${CTARGET}) # If no other versions exist, then uninstall for this diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index f8114713c655..eaaa4b044f81 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/unpacker.eclass,v 1.13 2013/04/10 14:47:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/unpacker.eclass,v 1.14 2013/12/22 14:44:07 vapier Exp $ # @ECLASS: unpacker.eclass # @MAINTAINER: @@ -22,7 +22,7 @@ ___ECLASS_ONCE_UNPACKER="recur -_+^+_- spank" # @DEFAULT_UNSET # @DESCRIPTION: # Utility to use to decompress bzip2 files. Will dynamically pick between -# `pbzip2` and `bzip2`. Make sure your choice accepts the "-c" option. +# `pbzip2` and `bzip2`. Make sure your choice accepts the "-dc" options. # Note: this is meant for users to set, not ebuilds. # for internal use only (unpack_pdv and unpack_makeself) @@ -74,9 +74,9 @@ unpack_banner() { # parameter. Here is an example: # # @CODE -# vapier@vapier 0 pdv_unpack # strings hldsupdatetool.bin | grep lseek +# $ strings hldsupdatetool.bin | grep lseek # lseek -# vapier@vapier 0 pdv_unpack # strace -elseek ./hldsupdatetool.bin +# $ strace -elseek ./hldsupdatetool.bin # lseek(3, -4, SEEK_END) = 2981250 # @CODE # diff --git a/games-action/openastromenace/openastromenace-1.3.2.ebuild b/games-action/openastromenace/openastromenace-1.3.2.ebuild index 69e528586f5a..ae6c055c917a 100644 --- a/games-action/openastromenace/openastromenace-1.3.2.ebuild +++ b/games-action/openastromenace/openastromenace-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.3.2.ebuild,v 1.1 2013/11/12 04:02:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.3.2.ebuild,v 1.2 2013/12/22 16:26:23 pacho Exp $ EAPI=5 inherit gnome2-utils cmake-utils eutils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/openastromenace/${PV}/astromenace-src-${PV}.tar.bz LICENSE="GPL-3 GPL-3+ CC-BY-SA-3.0 UbuntuFontLicense-1.0 OFL-1.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="virtual/opengl diff --git a/games-board/gnubg/gnubg-20130203.ebuild b/games-board/gnubg/gnubg-20130203.ebuild index cf247bdd9f09..cded80e5b3b4 100644 --- a/games-board/gnubg/gnubg-20130203.ebuild +++ b/games-board/gnubg/gnubg-20130203.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20130203.ebuild,v 1.4 2013/12/21 16:36:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20130203.ebuild,v 1.6 2013/12/22 14:13:10 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -12,7 +12,7 @@ SRC_URI="http://www.gnubg.org/media/sources/${PN}-source-SNAPSHOT-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ppc64 ~x86 ~x86-fbsd" IUSE="gtk opengl python threads" GTK_DEPS=" diff --git a/games-board/gnuchess/gnuchess-6.0.3.ebuild b/games-board/gnuchess/gnuchess-6.0.3.ebuild index 9187667a6b91..9a93f11f1397 100644 --- a/games-board/gnuchess/gnuchess-6.0.3.ebuild +++ b/games-board/gnuchess/gnuchess-6.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-6.0.3.ebuild,v 1.4 2013/12/21 16:36:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-6.0.3.ebuild,v 1.5 2013/12/22 12:02:51 ago Exp $ EAPI=2 inherit flag-o-matic games @@ -9,7 +9,7 @@ DESCRIPTION="Console based chess interface" HOMEPAGE="http://www.gnu.org/software/chess/chess.html" SRC_URI="mirror://gnu/chess/${P}.tar.gz" -KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ppc ppc64 ~x86" LICENSE="GPL-3" SLOT="0" IUSE="readline" diff --git a/games-fps/urbanterror/urbanterror-4.2.015.ebuild b/games-fps/urbanterror/urbanterror-4.2.015.ebuild index ccacf324a309..aff0931a9819 100644 --- a/games-fps/urbanterror/urbanterror-4.2.015.ebuild +++ b/games-fps/urbanterror/urbanterror-4.2.015.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.015.ebuild,v 1.1 2013/09/28 13:58:52 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.015.ebuild,v 1.2 2013/12/22 20:03:48 pacho Exp $ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI="http://cdn.urbanterror.info/urt/42/zips/UrbanTerror42_full012.zip LICENSE="GPL-2 Q3AEULA-20000111 urbanterror-4.2-maps" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+curl debug dedicated openal +sdl server smp vorbis" RESTRICT="mirror" diff --git a/games-roguelike/stone-soup/stone-soup-0.13.0.ebuild b/games-roguelike/stone-soup/stone-soup-0.13.0.ebuild index 9c92a34bb6cc..ffdf6c028844 100644 --- a/games-roguelike/stone-soup/stone-soup-0.13.0.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.13.0.ebuild,v 1.1 2013/10/11 21:46:49 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/stone-soup/stone-soup-0.13.0.ebuild,v 1.2 2013/12/22 18:39:43 pacho Exp $ ## TODO # add sound support (no build switch, no sound files) @@ -26,7 +26,7 @@ SRC_URI="mirror://sourceforge/crawl-ref/Stone%20Soup/${PV}/${MY_P}-nodeps.tar.xz # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/ LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug ncurses test +tiles" REQUIRED_USE="|| ( ncurses tiles )" # test is broken diff --git a/games-rpg/arx-libertatis/arx-libertatis-1.1.2.ebuild b/games-rpg/arx-libertatis/arx-libertatis-1.1.2.ebuild index c1151c131a8f..b7d5d6a0e1f6 100644 --- a/games-rpg/arx-libertatis/arx-libertatis-1.1.2.ebuild +++ b/games-rpg/arx-libertatis/arx-libertatis-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/arx-libertatis/arx-libertatis-1.1.2.ebuild,v 1.1 2013/10/19 21:51:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/arx-libertatis/arx-libertatis-1.1.2.ebuild,v 1.2 2013/12/22 16:31:42 pacho Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/arx/${P}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="c++0x debug +unity-build crash-reporter static tools" COMMON_DEPEND=" diff --git a/games-simulation/openttd/openttd-1.3.3.ebuild b/games-simulation/openttd/openttd-1.3.3.ebuild index 6a90464f7cb7..11b3d4df0074 100644 --- a/games-simulation/openttd/openttd-1.3.3.ebuild +++ b/games-simulation/openttd/openttd-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild,v 1.2 2013/12/02 07:18:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild,v 1.3 2013/12/22 14:54:04 pacho Exp $ EAPI=5 inherit eutils gnome2-utils games @@ -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 +timidity +truetype zlib" RESTRICT="test" # needs a graphics set in order to test diff --git a/games-strategy/openra/Manifest b/games-strategy/openra/Manifest index 5600dd720977..84890e1f4fdf 100644 --- a/games-strategy/openra/Manifest +++ b/games-strategy/openra/Manifest @@ -2,3 +2,4 @@ DIST openra-20120630.tar.gz 10330304 SHA256 f95b9d41ea4b4094ea61519f6fb0185fa242 DIST openra-20121019.tar.gz 11338976 SHA256 016dd79f759c539889c290e7bd90b3faa92e88c35c6cd20789803b30135978e9 SHA512 199a88b2a34c05787e1d5ebced15975c76b2fb45d70c613db679e7faaa158942a7ddc842ff8e0f912e4e70beb3dab4f281e62dee76899fc67582ec8c067b3556 WHIRLPOOL bf694d4e94d35dd31343b127e7c4855b3bcf56cd6559d5f6a3c3f4ee9e40f627880e79ba599d5929d8c5b49643b93c09ee9d55f35c426d08526736190a9029a2 DIST openra-20130514.tar.gz 12592295 SHA256 0912303c7a02cf3907f618405c3605c56bcf30f053dcbbd110aba7dbad012210 SHA512 a9efddffb74b215cc9f5319f6b4613aa23116d328226c0cb428e8d2be97b03dfe45024c532c34e91d959434700a6170faa91a56b324aa2bfe1f1ce7ce96d46c4 WHIRLPOOL d91b911b76a7e3f6286f50d4d33beb6a7cb3e0035ef8b3331e6033e2487a13be8e8aac70fde30b7cbc139b71bd8bf5259a97ce0a642fcb386a3e5136223322ea DIST openra-20130915.tar.gz 10425357 SHA256 b15b41dfdf0356f32760d89f731aa2bf81ddab149ee06f4ac61802a3f4390ce0 SHA512 3aff1d6c30d361b72f7270e014dee3886eb48dac0017e1e813aead7af9d8f94fe73e3852cfa888697d853f883c234fcdd5f282c6807e3f6632db2da95a85d185 WHIRLPOOL d23231fc9b940333a468049f577bdaec1d29cf2f55975f41ad325715db721858466a090419dff105d0ae496d52b6b3583f1f4dabe7734cadc724923e931cf384 +DIST openra-20131223.tar.gz 10770453 SHA256 408943991ffbba3ac1269cdb88c6080bfd4aa1a7abd3e27b8489294f7e94d541 SHA512 11376994c7c337989fda8eb4daeffc8a2a4ce2db5818d52c905bdf0eb861b330e27b3cc5f4dbb2ab621f0d324dc2daea6bcaeab43d923530410c10ce7aad87ab WHIRLPOOL 5d8b02fdbfe5e5876a1f111794e40df20c1fcd79c2106408bd14b6155a130d128396bd3e5f6ebc7c81000b53f9ac8b9a16e5e5dcbe52a20fd9f5ce48cfacf0ab diff --git a/games-strategy/openra/openra-20131223.ebuild b/games-strategy/openra/openra-20131223.ebuild new file mode 100644 index 000000000000..5807fd70dfd8 --- /dev/null +++ b/games-strategy/openra/openra-20131223.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20131223.ebuild,v 1.1 2013/12/22 22:37:14 hasufell Exp $ + +EAPI=5 + +inherit eutils mono-env gnome2-utils vcs-snapshot games + +DESCRIPTION="A free RTS engine supporting games like Command & Conquer and Red Alert" +HOMEPAGE="http://open-ra.org/" +SRC_URI="https://github.com/OpenRA/OpenRA/tarball/release-${PV} -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="cg tools" + +DEPEND="dev-dotnet/libgdiplus + dev-lang/mono + media-libs/freetype:2[X] + media-libs/libsdl[X,opengl,video] + media-libs/openal + virtual/jpeg + virtual/opengl + cg? ( >=media-gfx/nvidia-cg-toolkit-2.1.0017 )" +RDEPEND="${DEPEND}" + +pkg_setup() { + mono-env_pkg_setup + games_pkg_setup +} + +src_unpack() { + vcs-snapshot_src_unpack +} + +src_prepare() { + # register game-version + sed \ + -e "/Version/s/{DEV_VERSION}/release-${PV}/" \ + -i mods/{ra,cnc,d2k}/mod.yaml || die +} + +src_compile() { + emake $(usex tools "all" "") +} + +src_install() { + emake \ + bindir="${GAMES_BINDIR}" \ + libexecdir="$(games_get_libdir)" \ + DESTDIR="${D}" \ + $(usex tools "install-all" "install") + + # icons + insinto /usr/share/icons/ + doins -r packaging/linux/hicolor + + # desktop entries + local myrenderer=$(usex cg Cg Gl) + make_desktop_entry "${PN} Game.Mods=cnc Graphics.Renderer=${myrenderer}" \ + "OpenRA CNC" ${PN} + make_desktop_entry "${PN} Game.Mods=ra Graphics.Renderer=${myrenderer}" \ + "OpenRA RA" ${PN} + make_desktop_entry "${PN} Game.Mods=d2k Graphics.Renderer=${myrenderer}" \ + "OpenRA Dune2k" ${PN} + make_desktop_entry "${PN}-editor" "OpenRA Map Editor" ${PN} + + dodoc "${FILESDIR}"/README.gentoo README.md CHANGELOG + + # file permissions + prepgamesdirs +} + +pkg_preinst() { + games_pkg_preinst + gnome2_icon_savelist +} + +pkg_postinst() { + games_pkg_postinst + gnome2_icon_cache_update + + if ! use cg ; then + elog "If you have problems starting the game consider switching" + elog "to Graphics.Renderer=Cg in openra*.desktop or manually" + elog "run:" + elog "${PN} Game.Mods=\$mod Graphics.Renderer=Cg" + fi +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/games-util/lutris/Manifest b/games-util/lutris/Manifest new file mode 100644 index 000000000000..72d1c95f8e63 --- /dev/null +++ b/games-util/lutris/Manifest @@ -0,0 +1 @@ +DIST lutris-0.3.2.tar.gz 348074 SHA256 748656c25f8a4f1fe9af5958a515e3d09e0c5be028ce4ca59f7bdde32b12f18c SHA512 91ce12e2a409deeebeffcdf53229d47d932aee6611598a655dcf65f21b3807804477b122c9ffbd05bfabf5e334617bec7b1060d3b25417b0552080e952b7565f WHIRLPOOL e163d3748bccacd7289069482214665afdb06d1440bde3de3539289700478f261ca29ebfc70cafb91095cad30bf734f7063baadb76160d04fda27bbcf1887b71 diff --git a/games-util/lutris/files/lutris-0.3.2-desktopfile.patch b/games-util/lutris/files/lutris-0.3.2-desktopfile.patch new file mode 100644 index 000000000000..a5685668c702 --- /dev/null +++ b/games-util/lutris/files/lutris-0.3.2-desktopfile.patch @@ -0,0 +1,36 @@ +From 8bc220189a687291639f81ea6378aaba26e4edd7 Mon Sep 17 00:00:00 2001 +From: hasufell +Date: Sun, 22 Dec 2013 16:57:19 +0100 +Subject: [PATCH] fix Version entry in lutris.desktop + +Version refers to the spec version, not the program version +http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html +--- + lutris.desktop | 2 +- + lutris.desktop.in | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/lutris.desktop b/lutris.desktop +index 34dbb3f..e022382 100644 +--- a/lutris.desktop ++++ b/lutris.desktop +@@ -1,5 +1,5 @@ + [Desktop Entry] +-Version=0.3.2 ++Version=1.0 + Name=Lutris + Comment=Lutris application + Categories=Network;FileTransfer;Game; +diff --git a/lutris.desktop.in b/lutris.desktop.in +index 6695909..4daa576 100644 +--- a/lutris.desktop.in ++++ b/lutris.desktop.in +@@ -1,5 +1,5 @@ + [Desktop Entry] +-Version=0.3.2 ++Version=1.0 + Name=Lutris + Comment=Lutris application + Categories=Game; +-- +1.8.5.1 diff --git a/games-util/lutris/lutris-0.3.2.ebuild b/games-util/lutris/lutris-0.3.2.ebuild new file mode 100644 index 000000000000..7f907bdbc12a --- /dev/null +++ b/games-util/lutris/lutris-0.3.2.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/lutris/lutris-0.3.2.ebuild,v 1.1 2013/12/22 17:06:14 hasufell Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="sqlite,threads" + +inherit distutils-r1 gnome2-utils games + +DESCRIPTION="Gaming platform for GNU/Linux" +HOMEPAGE="http://lutris.net/" +SRC_URI="https://github.com/lutris/lutris/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}]" + +# INSTALL contains list of optional deps +DOCS=( AUTHORS README INSTALL ) +# https://github.com/lutris/lutris/pull/16 +PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch ) + +python_install() { + distutils-r1_python_install --install-scripts="${GAMES_BINDIR}" +} + +src_prepare() { + distutils-r1_src_prepare +} + +src_compile() { + distutils-r1_src_compile +} + +src_install() { + distutils-r1_src_install + prepgamesdirs +} + +pkg_preinst() { + games_pkg_preinst + gnome2_icon_savelist + gnome2_schemas_savelist +} + +pkg_postinst() { + games_pkg_postinst + gnome2_icon_cache_update + gnome2_schemas_update + + elog "For a list of optional deps (runners), see" + elog "/usr/share/doc/${PF}/INSTALL" +} + +pkg_postrm() { + gnome2_icon_cache_update + gnome2_schemas_update +} diff --git a/games-util/lutris/metadata.xml b/games-util/lutris/metadata.xml new file mode 100644 index 000000000000..2846d641cb4c --- /dev/null +++ b/games-util/lutris/metadata.xml @@ -0,0 +1,19 @@ + + + + games + + hasufell@gentoo.org + Julian Ospald + + + Lutris is a gaming platform for GNU/Linux. Its goal is to make + gaming on Linux as easy as possible by taking care of installing + and setting up the game for the user. The only thing you have to + do is play the game. It aims to support every game that is playable + on Linux. + + + lutris/lutris + + diff --git a/games-util/rubygfe/rubygfe-0.3.4-r1.ebuild b/games-util/rubygfe/rubygfe-0.3.4-r1.ebuild deleted file mode 100644 index af29eeadad95..000000000000 --- a/games-util/rubygfe/rubygfe-0.3.4-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/rubygfe/rubygfe-0.3.4-r1.ebuild,v 1.1 2010/05/22 20:11:44 flameeyes Exp $ - -EAPI=2 - -USE_RUBY="ruby18" - -inherit ruby-ng - -DESCRIPTION="RubyGFE - A Game File Extractor" -HOMEPAGE="http://rubyforge.org/projects/rubygfe/" -SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="nls gtk" - -ruby_add_rdepend " - gtk? ( >=dev-ruby/ruby-gtk2-0.12.0 ) - nls? ( >=dev-ruby/ruby-gettext-0.8.0 ) - >=dev-ruby/rubyzip-0.5.7" - -each_ruby_install() { - ${RUBY} setup.rb install --prefix="${D}" || die -} - -all_ruby_install() { - dodoc README HACKING ChangeLog TODO || die -} diff --git a/gnome-base/gnome-common/gnome-common-3.7.4.ebuild b/gnome-base/gnome-common/gnome-common-3.7.4.ebuild index 56daefdce01a..f2ee77d1ed69 100644 --- a/gnome-base/gnome-common/gnome-common-3.7.4.ebuild +++ b/gnome-base/gnome-common/gnome-common-3.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-3.7.4.ebuild,v 1.4 2013/12/08 18:26:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-common/gnome-common-3.7.4.ebuild,v 1.5 2013/12/22 16:02:56 jer Exp $ EAPI=5 inherit gnome.org @@ -10,7 +10,7 @@ HOMEPAGE="http://git.gnome.org/browse/gnome-common" LICENSE="GPL-3" SLOT="3" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" src_install() { diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.8.2.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.8.2.ebuild index 7e36a1971f57..c02d4cc67739 100644 --- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.8.2.ebuild +++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.8.2.ebuild,v 1.3 2013/12/08 18:36:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.8.2.ebuild,v 1.4 2013/12/22 16:03:56 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas" LICENSE="LGPL-2.1+" SLOT="0" IUSE="+introspection" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" RDEPEND=" >=dev-libs/glib-2.31:2 diff --git a/gnome-base/librsvg/librsvg-2.39.0.ebuild b/gnome-base/librsvg/librsvg-2.39.0.ebuild index dc1754eecea0..df77ee883a7a 100644 --- a/gnome-base/librsvg/librsvg-2.39.0.ebuild +++ b/gnome-base/librsvg/librsvg-2.39.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.39.0.ebuild,v 1.4 2013/12/21 13:25:02 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.39.0.ebuild,v 1.5 2013/12/22 16:04:55 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -15,7 +15,7 @@ HOMEPAGE="https://live.gnome.org/LibRsvg" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+gtk +introspection tools vala" REQUIRED_USE=" vala? ( introspection ) diff --git a/gnome-extra/libgsf/libgsf-1.14.28.ebuild b/gnome-extra/libgsf/libgsf-1.14.28.ebuild index d2a49aba8bcb..debc7daf52e7 100644 --- a/gnome-extra/libgsf/libgsf-1.14.28.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.28.ebuild,v 1.3 2013/12/08 18:55:00 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.28.ebuild,v 1.4 2013/12/22 16:06:06 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ HOMEPAGE="http://projects.gnome.org/libgsf/" LICENSE="GPL-2 LGPL-2.1" SLOT="0/114" # libgsf-1.so version -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 gtk +introspection" RDEPEND=" diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.8.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.8.1.ebuild index 744a75b937e4..d44ef5175b3a 100644 --- a/gnome-extra/yelp-xsl/yelp-xsl-3.8.1.ebuild +++ b/gnome-extra/yelp-xsl/yelp-xsl-3.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.8.1.ebuild,v 1.3 2013/12/08 19:01:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp-xsl/yelp-xsl-3.8.1.ebuild,v 1.4 2013/12/22 16:07:01 jer Exp $ EAPI="5" inherit gnome.org @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+" SLOT="0" IUSE="" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux" RDEPEND=" >=dev-libs/libxml2-2.6.12:= diff --git a/kde-misc/semantik/Manifest b/kde-misc/semantik/Manifest index 11868d5641f3..1c87ef923391 100644 --- a/kde-misc/semantik/Manifest +++ b/kde-misc/semantik/Manifest @@ -1 +1,2 @@ DIST semantik-0.8.4.tar.bz2 389338 SHA256 21a1c28bc68dc90be3a3464b1e18d0a70dc72c41bccca5f5dbfdc8d6a9c1a558 SHA512 9b4352e2ed159f1e5215754d8e71b9ca6b8416c30de7d732ad961f2f966442418b1bbc92766c1d16dff5c176c1b2a1b3c38a8c178b7c0639b882ec707d66fad0 WHIRLPOOL 7d58bd56efeef4ef080ac2137c8d395ac0e32bec1a0cdb90675b6aeda19416ac0635c4dd182a5f4d7bdff570926b7387f907af32756cdae155ce2f0448eb0158 +DIST semantik-0.9.0.tar.bz2 419095 SHA256 ce32a75cd2fe1ccb3845b44e007c3227535456991a822782e3f1643f98fd8ced SHA512 1f193e436a28f5ebb91acd2935391e753f81bc0bbb46a83bdb816a068ccc2cca7f3b21b27bcdd47a91b8ff836c6f2750bebfae9b0e414a66f0d8387a708040f4 WHIRLPOOL 7955cbf0a356ff7edd5cbe6fc46fc89a277ab82e5accdec5a0897fc6b4df3954f143f736ecfd7a5f95bf99e26f3576fafba40b09c87473f6272ac3bef2a79f21 diff --git a/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch b/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch new file mode 100644 index 000000000000..94ecd95c9a7e --- /dev/null +++ b/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch @@ -0,0 +1,17 @@ +--- wscript.old 2013-12-23 00:56:28.623714186 +0100 ++++ wscript 2013-12-23 00:56:39.592714596 +0100 +@@ -226,14 +226,6 @@ + opt.add_option('--noldconfig', action='store_true', default=False, help='do not run lconfig when installing') + + def post_build(bld): +- if bld.cmd == 'install': +- if not Options.options.noldconfig: +- try: bld.exec_command('/sbin/ldconfig 2> /dev/null') +- except Exception: pass +- if not Options.options.nomimes: +- try: bld.exec_command('update-mime-database %s' % os.path.split(bld.env.MIME_DIR)[0]) +- except Exception: pass +- + if Options.options.exe: + #os.popen('export LD_LIBRARY_PATH=out/default/:$LD_LIBRARY_PATH; PATH=plugins:$PATH out/default/src/semantik') + bld.exec_command('LD_LIBRARY_PATH=build/:$LD_LIBRARY_PATH build/src/semantik --style plastique', stdout=None, stderr=None) diff --git a/kde-misc/semantik/semantik-0.9.0.ebuild b/kde-misc/semantik/semantik-0.9.0.ebuild new file mode 100644 index 000000000000..bd6ff0792258 --- /dev/null +++ b/kde-misc/semantik/semantik-0.9.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/semantik/semantik-0.9.0.ebuild,v 1.1 2013/12/22 23:58:36 mrueg Exp $ + +EAPI=5 + +CMAKE_REQUIRED="never" +NO_WAF_LIBDIR="true" +PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="xml" +inherit python-single-r1 flag-o-matic kde4-base multilib toolchain-funcs waf-utils + +DESCRIPTION="Mindmapping-like tool for document generation." +HOMEPAGE="http://freehackers.org/~tnagy/semantik.html" +SRC_URI="https://semantik.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + ${PYTHON_DEPS} + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsvg:4 + dev-qt/qtwebkit:4 +" +RDEPEND="${DEPEND}" + +#WAF_BINARY="${S}/waf" + +DOCS=( ChangeLog README TODO ) +PATCHES=( "${FILESDIR}"/${P}-wscript_ldconfig.patch ) + +pkg_setup() { + python-single-r1_pkg_setup + kde4-base_pkg_setup + append-ldflags -Wl,--soname=libnablah.so.0 +} + +src_install() { + waf-utils_src_install + dosym libnablah.so /usr/$(get_libdir)/libnablah.so.0 +} diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch b/lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch new file mode 100644 index 000000000000..621a9d62e45b --- /dev/null +++ b/lxde-base/lxdm/files/lxdm-0.4.1-optional-consolekit.patch @@ -0,0 +1,43 @@ +X-Gentoo-Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=443666 +X-Git-Url: http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxdm;a=patch;h=902438eb83b4ae97d774e4e5f38b46f2d826df2f +X-Git-Url: http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxdm;a=patch;h=371b018474217bdff1d5108b384fbf0f45aa873d + +Signed-off-by: Markos Chandras + +Index: lxdm-0.4.1/configure.ac +=================================================================== +--- lxdm-0.4.1.orig/configure.ac ++++ lxdm-0.4.1/configure.ac +@@ -28,8 +28,6 @@ if test "x$USE_PAM" != "xno" ; then + fi]) + fi + +-AC_CHECK_LIB([ck-connector],[ck_connector_open_session]) +- + # Checks for header files. + AC_PATH_X + AC_CHECK_HEADERS([shadow.h stdlib.h string.h unistd.h utmpx.h]) +@@ -89,11 +87,22 @@ PKG_CHECK_MODULES(GTK, [$pkg_modules]) + AC_SUBST(GTK_CFLAGS) + AC_SUBST(GTK_LIBS) + +-PKG_CHECK_MODULES(CONSOLEKIT, "ck-connector",[ ++ ++AC_ARG_ENABLE(consolekit, ++ AC_HELP_STRING([--disable-consolekit],[disable ConsoleKit support]), ++ [enable_consolekit=$enableval], ++ [enable_consolekit=yes] ++) ++ ++if test "x$enable_consolekit" = "xyes" ; then ++ AC_CHECK_LIB([ck-connector],[ck_connector_open_session]) ++ PKG_CHECK_MODULES(CONSOLEKIT, "ck-connector",[ + AC_SUBST(CONSOLEKIT_CFLAGS) + AC_SUBST(CONSOLEKIT_LIBS)],[ + echo "ConsoleKit devel package not found" + ]) ++fi ++ + + AC_ARG_ENABLE(password, + AC_HELP_STRING([--enable-password],[enable to load autologin password store at config file]), diff --git a/lxde-base/lxdm/files/lxdm.service b/lxde-base/lxdm/files/lxdm.service new file mode 100644 index 000000000000..bf4a0a800f26 --- /dev/null +++ b/lxde-base/lxdm/files/lxdm.service @@ -0,0 +1,12 @@ +[Unit] +Description=LXDE Display Manager +Conflicts=getty@tty1.service plymouth-quit.service +After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service + +[Service] +ExecStart=/usr/sbin/lxdm +Restart=always +IgnoreSIGPIPE=no + +[Install] +Alias=display-manager.service diff --git a/lxde-base/lxdm/lxdm-0.4.1-r8.ebuild b/lxde-base/lxdm/lxdm-0.4.1-r8.ebuild new file mode 100644 index 000000000000..c7c8a8eab9d4 --- /dev/null +++ b/lxde-base/lxdm/lxdm-0.4.1-r8.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxdm/lxdm-0.4.1-r8.ebuild,v 1.2 2013/12/22 12:46:59 pacho Exp $ + +EAPI="2" + +WANT_AUTOMAKE="1.12" #493996 +inherit eutils autotools systemd + +DESCRIPTION="LXDE Display Manager" +HOMEPAGE="http://lxde.org" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" + +IUSE="consolekit debug gtk3 nls pam" + +RDEPEND="consolekit? ( sys-auth/consolekit ) + x11-libs/libxcb + gtk3? ( x11-libs/gtk+:3 ) + !gtk3? ( x11-libs/gtk+:2 ) + nls? ( sys-devel/gettext ) + pam? ( virtual/pam )" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + virtual/pkgconfig" + +src_prepare() { + # Upstream bug, tarball contains pre-made lxdm.conf + rm "${S}"/data/lxdm.conf || die + + # There is consolekit + epatch "${FILESDIR}/${P}-pam_console-disable.patch" + # Fix null pointer dereference, backported from git + epatch "${FILESDIR}/${P}-git-fix-null-pointer-deref.patch" + + epatch "${FILESDIR}"/${P}-configure-add-pam.patch + + # 403999 + epatch "${FILESDIR}"/${P}-missing-pam-defines.patch + + # 412025 + epatch "${FILESDIR}"/${P}-event-check.patch + + # 393329 Selinux support + epatch "${FILESDIR}"/${P}-selinux-support.patch + + # See https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/922363 + epatch "${FILESDIR}/${P}-fix-pam-100-cpu.patch" + + # Optional Consolekit support. bug #443666 + epatch "${FILESDIR}"/${P}-optional-consolekit.patch + + # this replaces the bootstrap/autogen script in most packages + eautoreconf + + # process LINGUAS + if use nls; then + einfo "Running intltoolize ..." + intltoolize --force --copy --automake || die + strip-linguas -i "${S}/po" || die + fi +} +src_configure() { + econf --enable-password \ + --with-x \ + --with-xconn=xcb \ + $(use_enable consolekit) \ + $(use_enable gtk3) \ + $(use_enable nls) \ + $(use_enable debug) \ + $(use_with pam) +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS README TODO || die + systemd_dounit "${FILESDIR}"/${PN}.service +} + +pkg_postinst() { + echo + elog "Take into consideration that LXDM is in the early stages of development!" + echo +} diff --git a/lxde-base/lxdm/metadata.xml b/lxde-base/lxdm/metadata.xml index ad7b53289022..f732815e9984 100644 --- a/lxde-base/lxdm/metadata.xml +++ b/lxde-base/lxdm/metadata.xml @@ -3,6 +3,7 @@ lxde + Enables support for authorization using consolekit Use GTK+3 instead of 2 diff --git a/lxde-base/lxtask/lxtask-0.1.4-r1.ebuild b/lxde-base/lxtask/lxtask-0.1.4-r1.ebuild index c90c41209bcd..7e04a90e7fd2 100644 --- a/lxde-base/lxtask/lxtask-0.1.4-r1.ebuild +++ b/lxde-base/lxtask/lxtask-0.1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.4-r1.ebuild,v 1.2 2013/12/21 18:16:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.4-r1.ebuild,v 1.3 2013/12/22 16:14:45 pacho Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://lxde.sf.net/" SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ppc ~x86 ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ppc ~x86 ~arm-linux ~x86-linux" SLOT="0" IUSE="" diff --git a/mail-mta/postfix/postfix-2.10.2.ebuild b/mail-mta/postfix/postfix-2.10.2.ebuild index bc673e26aa88..9104b04b9c76 100644 --- a/mail-mta/postfix/postfix-2.10.2.ebuild +++ b/mail-mta/postfix/postfix-2.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.10.2.ebuild,v 1.5 2013/12/21 16:11:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.10.2.ebuild,v 1.6 2013/12/22 13:19:01 ago Exp $ EAPI=5 inherit eutils multilib ssl-cert toolchain-funcs flag-o-matic pam user versionator systemd @@ -19,7 +19,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz LICENSE="IBM" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda" DEPEND=">=dev-libs/libpcre-3.4 diff --git a/mail-mta/sendmail/sendmail-8.14.7-r1.ebuild b/mail-mta/sendmail/sendmail-8.14.7-r1.ebuild index a0b08b865324..1f59f25557e5 100644 --- a/mail-mta/sendmail/sendmail-8.14.7-r1.ebuild +++ b/mail-mta/sendmail/sendmail-8.14.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.7-r1.ebuild,v 1.7 2013/12/21 17:17:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.14.7-r1.ebuild,v 1.8 2013/12/22 13:19:13 ago Exp $ EAPI="5" inherit eutils multilib systemd toolchain-funcs user @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.sendmail.org/pub/${PN}/${PN}.${PV}.tar.gz" LICENSE="Sendmail" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="ssl ldap sasl tcpd mbox ipv6 nis sockets" DEPEND="net-mail/mailbase diff --git a/media-gfx/exiv2/exiv2-0.23-r2.ebuild b/media-gfx/exiv2/exiv2-0.23-r2.ebuild index cf43f2c4c439..7b5c131ab272 100644 --- a/media-gfx/exiv2/exiv2-0.23-r2.ebuild +++ b/media-gfx/exiv2/exiv2-0.23-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.23-r2.ebuild,v 1.1 2013/12/20 11:34:40 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/exiv2-0.23-r2.ebuild,v 1.2 2013/12/22 12:18:11 johu Exp $ EAPI=5 @@ -103,7 +103,7 @@ src_install() { if use contrib; then autotools-multilib_src_install -C contrib/organize \ - DESTDIR="${D}" -C install + DESTDIR="${D}" install fi use xmp && dodoc doc/{COPYING-XMPSDK,README-XMP,cmdxmp.txt} diff --git a/media-gfx/fotoxx/fotoxx-13.11.1.ebuild b/media-gfx/fotoxx/fotoxx-13.11.1.ebuild index 8a2c5f614bfa..ed4e4632076f 100644 --- a/media-gfx/fotoxx/fotoxx-13.11.1.ebuild +++ b/media-gfx/fotoxx/fotoxx-13.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-13.11.1.ebuild,v 1.2 2013/12/12 07:38:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fotoxx/fotoxx-13.11.1.ebuild,v 1.3 2013/12/22 16:43:09 pacho Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.kornelix.com/uploads/1/3/0/3/13035936/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND=" diff --git a/media-gfx/gphoto2/gphoto2-2.5.2.ebuild b/media-gfx/gphoto2/gphoto2-2.5.2.ebuild index eac77dd70e34..9be5d2f4cd07 100644 --- a/media-gfx/gphoto2/gphoto2-2.5.2.ebuild +++ b/media-gfx/gphoto2/gphoto2-2.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.2.ebuild,v 1.5 2013/12/08 19:07:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.5.2.ebuild,v 1.6 2013/12/22 16:09:46 jer Exp $ EAPI="5" inherit autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86" IUSE="aalib exif ncurses nls readline" # aalib -> needs libjpeg diff --git a/media-gfx/pqiv/pqiv-2.0.ebuild b/media-gfx/pqiv/pqiv-2.0.ebuild index 97a81cfd9b79..bb51311f6eb3 100644 --- a/media-gfx/pqiv/pqiv-2.0.ebuild +++ b/media-gfx/pqiv/pqiv-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-2.0.ebuild,v 1.1 2013/09/08 05:09:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pqiv/pqiv-2.0.ebuild,v 1.2 2013/12/22 19:15:54 pacho Exp $ EAPI=5 inherit linux-info toolchain-funcs eutils @@ -11,7 +11,7 @@ SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="kernel_linux" RDEPEND="dev-libs/glib:2 diff --git a/media-gfx/xsane/xsane-0.999.ebuild b/media-gfx/xsane/xsane-0.999.ebuild index 017cc60a58cd..811bf76b08c1 100644 --- a/media-gfx/xsane/xsane-0.999.ebuild +++ b/media-gfx/xsane/xsane-0.999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.4 2013/12/21 18:17:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.999.ebuild,v 1.5 2013/12/22 13:22:37 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.xsane.org/download/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="nls jpeg png tiff gimp lcms ocr" RDEPEND="media-gfx/sane-backends diff --git a/media-libs/audiofile/audiofile-0.3.6-r1.ebuild b/media-libs/audiofile/audiofile-0.3.6-r1.ebuild index 288a17311129..9f38f786dd04 100644 --- a/media-libs/audiofile/audiofile-0.3.6-r1.ebuild +++ b/media-libs/audiofile/audiofile-0.3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.6-r1.ebuild,v 1.4 2013/12/08 19:09:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.6-r1.ebuild,v 1.5 2013/12/22 16:11:02 jer Exp $ EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.68k.org/~michael/audiofile/" LICENSE="GPL-2 LGPL-2.1" SLOT="0/1" # subslot = soname major version -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="flac static-libs test" RDEPEND="flac? ( >=media-libs/flac-1.2.1[${MULTILIB_USEDEP}] ) diff --git a/media-libs/celt/celt-0.5.1.3.ebuild b/media-libs/celt/celt-0.5.1.3.ebuild index e42ee90135a8..fad87a549ddc 100644 --- a/media-libs/celt/celt-0.5.1.3.ebuild +++ b/media-libs/celt/celt-0.5.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.5.1.3.ebuild,v 1.9 2013/12/21 18:58:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/celt-0.5.1.3.ebuild,v 1.10 2013/12/22 14:45:51 ago Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0.5.1" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86" IUSE="ogg static-libs" DEPEND="ogg? ( media-libs/libogg )" diff --git a/media-libs/fdk-aac/Manifest b/media-libs/fdk-aac/Manifest index 6ba93b99a7a7..3b29ed3e48f8 100644 --- a/media-libs/fdk-aac/Manifest +++ b/media-libs/fdk-aac/Manifest @@ -1,2 +1,3 @@ DIST fdk-aac-0.1.1.tar.gz 1979748 SHA256 9fb9c22b7e80ee34a34639b6fe0d7411e8ec8553a45b761e8ff110ee84874a62 SHA512 1c372150fcf2a3b0b7affd370568f163097deb09df45164cd084dfa7601e6b56a5e84773ae5b2229053d0eab5ffbcfb1f404286ded6de3f10f8855deae649244 WHIRLPOOL b34c93bfe3d70afc8c562846b8d6fdfac9995b943cdb23f021853f8c6c949e0df41c1512563ca3b8ab638e770f93ac46daebe6a4b838dddcab59a0791c5613b2 DIST fdk-aac-0.1.2.tar.gz 1976401 SHA256 e4eefa3e64a5110dd180decf21a255fe1c1e08548dbdc646e125835e7798cf4a SHA512 702a65b7b7010a38c8f25a025836aec3337cf17eaa2cffaab49e752f73ebc5bf96ceb782712f3c1d00470567f0c23058e60fece126217793f104387e993358cd WHIRLPOOL bba7428a2b187c0f6d33312b1ecd0354c21976ae1520813077162951e4d027196d27d52a0cec426dc20cf8e6a5c6c75e5a8a7ee2272d942ea0d16e9a3d3c92e5 +DIST fdk-aac-0.1.3.tar.gz 1982695 SHA256 a9cb872802cfb7a2aff7a549c114c547d1e518dd60c2f85942229cc20c0d0c8d SHA512 1cc78bdb31f0896b71de85afbebeb5f8ed97affccf74c20ad2c36e6baead0199f83bf987a28872a1229b116c17c161e4bbe197c5108fd749fd508ebfeeb7df56 WHIRLPOOL 115298bb9fea7317a991da87e6aea9c94575550c5d26678b5edcef62c02d16a143d9d8b3d84264c7437b0f3451cf3b504713d56198eedff317421d86918c8b34 diff --git a/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild b/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild new file mode 100644 index 000000000000..c548af082968 --- /dev/null +++ b/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fdk-aac/fdk-aac-0.1.3.ebuild,v 1.1 2013/12/22 16:42:51 aballier Exp $ + +EAPI=5 + +if [[ ${PV} == *9999 ]] ; then + SCM="git" + EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git" + [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" + AUTOTOOLS_AUTORECONF=yes +fi + +inherit autotools-multilib ${SCM} + +DESCRIPTION="Fraunhofer AAC codec library" +HOMEPAGE="http://sourceforge.net/projects/opencore-amr/" + +if [[ ${PV} == *9999 ]] ; then + SRC_URI="" +elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot + SRC_URI="mirror://gentoo/${P}.tar.xz" +else # Official release + SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz" +fi + +LICENSE="FraunhoferFDK" +SLOT="0" + +[[ ${PV} == *9999 ]] || \ +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" +IUSE="static-libs examples" + +AUTOTOOLS_PRUNE_LIBTOOL_FILES=all + +src_configure() { + local myeconfargs=( + "$(use_enable examples example)" + ) + autotools-multilib_src_configure +} diff --git a/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild b/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild index 6afdfe6a9fb2..9479314c295c 100644 --- a/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild +++ b/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.5 2013/12/08 19:13:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.6 2013/12/22 16:13:11 jer Exp $ EAPI=5 @@ -16,7 +16,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz" LICENSE="Old-MIT ISC icu" SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416 [[ ${PV} == 9999 ]] || \ -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" # TODO: +introspection when it's closer to finished and useful (0.9.21 hopefully) IUSE="+cairo +glib +graphite icu introspection static-libs +truetype" REQUIRED_USE="introspection? ( glib )" diff --git a/media-libs/lcms/lcms-2.5.ebuild b/media-libs/lcms/lcms-2.5.ebuild index dc143dc752e5..a59f893c4d05 100644 --- a/media-libs/lcms/lcms-2.5.ebuild +++ b/media-libs/lcms/lcms-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.5.ebuild,v 1.7 2013/12/21 18:59:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.5.ebuild,v 1.8 2013/12/22 13:23:41 ago Exp $ EAPI=5 AUTOTOOLS_PRUNE_LIBTOOL_FILES="modules" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc jpeg static-libs test tiff zlib" RDEPEND="jpeg? ( virtual/jpeg:0 ) diff --git a/media-libs/lensfun/lensfun-0.2.7.ebuild b/media-libs/lensfun/lensfun-0.2.7.ebuild index 1a548b085492..d816b089cf47 100644 --- a/media-libs/lensfun/lensfun-0.2.7.ebuild +++ b/media-libs/lensfun/lensfun-0.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.7.ebuild,v 1.4 2013/12/21 18:18:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lensfun/lensfun-0.2.7.ebuild,v 1.7 2013/12/22 16:38:58 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning. SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="doc sse sse2" RDEPEND=">=dev-libs/glib-2.28 diff --git a/media-libs/libgphoto2/libgphoto2-2.5.2-r1.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.2-r1.ebuild index 6e79dd438caf..1c07c3d0c278 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.2-r1.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.5.2-r1.ebuild,v 1.3 2013/12/08 19:14:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgphoto2/libgphoto2-2.5.2-r1.ebuild,v 1.4 2013/12/22 16:09:05 jer Exp $ # TODO # 1. Track upstream bug --disable-docs does not work. @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/6" # libgphoto2.so soname version -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc examples exif gd jpeg nls zeroconf" # By default, drivers for all supported cameras will be compiled. diff --git a/media-libs/sbc/sbc-1.1.ebuild b/media-libs/sbc/sbc-1.1.ebuild index 0e62a0ce9185..f4ecba3e8b1a 100644 --- a/media-libs/sbc/sbc-1.1.ebuild +++ b/media-libs/sbc/sbc-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild,v 1.5 2013/12/08 10:43:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.1.ebuild,v 1.6 2013/12/22 13:48:29 ago Exp $ EAPI=5 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm hppa ~ppc ppc64 x86" IUSE="static-libs" # --enable-tester is building src/sbctester but the tarball is missing required diff --git a/media-sound/mpd/mpd-0.17.6.ebuild b/media-sound/mpd/mpd-0.17.6.ebuild index b5a096602872..aec16e8b547b 100644 --- a/media-sound/mpd/mpd-0.17.6.ebuild +++ b/media-sound/mpd/mpd-0.17.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.17.6.ebuild,v 1.4 2013/12/21 18:15:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.17.6.ebuild,v 1.6 2013/12/22 16:19:58 pacho Exp $ EAPI=4 inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user @@ -11,7 +11,7 @@ SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm hppa ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x64-macos" +KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x64-macos" IUSE="+alsa ao audiofile bzip2 cdio +curl debug faad +fifo +ffmpeg flac fluidsynth gme +id3tag inotify ipv6 jack lame lastfmradio mms libsamplerate +mad mikmod modplug mpg123 musepack +network ogg openal oss pipe pulseaudio recorder diff --git a/media-sound/pulseaudio/pulseaudio-4.0.ebuild b/media-sound/pulseaudio/pulseaudio-4.0.ebuild index a0458c806012..e6d272026345 100644 --- a/media-sound/pulseaudio/pulseaudio-4.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-4.0.ebuild,v 1.7 2013/12/15 08:54:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-4.0.ebuild,v 1.8 2013/12/22 13:48:20 ago Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="http://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz" # GPL-forcing USE flags for those who use them. LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="+alsa +asyncns avahi bluetooth +caps dbus doc equalizer +gdbm +glib gnome gtk ipv6 jack libsamplerate lirc neon +orc oss qt4 realtime ssl systemd system-wide tcpd test +udev +webrtc-aec +X xen" diff --git a/media-sound/xwax/xwax-1.4.ebuild b/media-sound/xwax/xwax-1.4.ebuild index e5415a45b018..511d9bd0f786 100644 --- a/media-sound/xwax/xwax-1.4.ebuild +++ b/media-sound/xwax/xwax-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-1.4.ebuild,v 1.2 2013/12/21 18:55:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-1.4.ebuild,v 1.4 2013/12/22 13:39:52 pacho Exp $ EAPI=5 inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.xwax.co.uk/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 ~x86" IUSE="alsa jack oss cdda mp3 +fallback" REQUIRED_USE="|| ( cdda mp3 fallback ) || ( alsa jack oss )" diff --git a/media-video/ffmpeg/ffmpeg-1.0.8.ebuild b/media-video/ffmpeg/ffmpeg-1.0.8.ebuild index 27a7ff5a1743..04928d559488 100644 --- a/media-video/ffmpeg/ffmpeg-1.0.8.ebuild +++ b/media-video/ffmpeg/ffmpeg-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.8.ebuild,v 1.7 2013/12/10 12:28:38 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.8.ebuild,v 1.8 2013/12/22 14:51:00 ago Exp $ EAPI="4" @@ -26,7 +26,7 @@ FFMPEG_REVISION="${PV#*_p}" LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )" SLOT="0" if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi IUSE=" aac aacplus alsa amr bindist bluray +bzip2 cdio celt diff --git a/media-video/mjpegtools/mjpegtools-2.1.0.ebuild b/media-video/mjpegtools/mjpegtools-2.1.0.ebuild index 37b0fe102b58..dc688536d9d0 100644 --- a/media-video/mjpegtools/mjpegtools-2.1.0.ebuild +++ b/media-video/mjpegtools/mjpegtools-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mjpegtools/mjpegtools-2.1.0.ebuild,v 1.4 2013/12/21 19:00:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mjpegtools/mjpegtools-2.1.0.ebuild,v 1.5 2013/12/22 12:04:21 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/mjpeg/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="dga dv gtk mmx png quicktime sdl sdlgfx static-libs v4l" REQUIRED_USE="sdlgfx? ( sdl )" diff --git a/media-video/nvidia-settings/nvidia-settings-331.20.ebuild b/media-video/nvidia-settings/nvidia-settings-331.20.ebuild index f18df8aa9b04..7759acf38e61 100644 --- a/media-video/nvidia-settings/nvidia-settings-331.20.ebuild +++ b/media-video/nvidia-settings/nvidia-settings-331.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/nvidia-settings/nvidia-settings-331.20.ebuild,v 1.1 2013/11/07 11:15:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/nvidia-settings/nvidia-settings-331.20.ebuild,v 1.2 2013/12/22 14:02:57 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="ftp://download.nvidia.com/XFree86/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" +KEYWORDS="-* amd64 ~x86 ~x86-fbsd" IUSE="examples" COMMON_DEPEND="x11-libs/libX11 diff --git a/media-video/plasma-mediacenter/Manifest b/media-video/plasma-mediacenter/Manifest index e61b2c06ee92..b06862ff2a60 100644 --- a/media-video/plasma-mediacenter/Manifest +++ b/media-video/plasma-mediacenter/Manifest @@ -1,2 +1,2 @@ -DIST plasma-mediacenter-1.0.0-1.tar.gz 308666 SHA256 ceab0f9395972fa6c5d9bfa3e518ac9a073a1d236d0cd13f747187df2f496364 SHA512 8a1c1df0812e18ef306d65c9333e1eb8a118530cdbd08b0c705160deb3f65587418445b8a58ffde80cc7bb2164dfa5b68e896c99a38a3380d4b657fcde8cd378 WHIRLPOOL 92fd8ebd8899ba0f4589871925c63ab7e7f8c489d805539b275844e27733ac8080b97d8e8fa7162d4e1c44fbdbbc27d88b5b7139f4e67bb3f923a6125f6f0b36 DIST plasma-mediacenter-1.1.0a.tar.bz2 327731 SHA256 4c70937d4adbda41a508da4eec8de5b1268097262d95baea0334ea0424b0b5d5 SHA512 17f3a871fbaa7aa9691d3515dbd546d7214b466622ae7fb5d75931b3553a69edf88d80a9154b9beecb051aed0d894533694176e893a0c6c3341cc737e628cb85 WHIRLPOOL 8ae723da4404bfd407f39ffa2b15e59ba3d9416178c52ab44b1b324151ab7368d9a1caaf6195c2b1671f4fdf683a4c416625f8754b69b046ff3da8af5c3d4e75 +DIST plasma-mediacenter-1.2.0.tar.bz2 429042 SHA256 0c59e2111c2a76b84f4c05da505140dce8ef51b6449fbf8131566bbb4f7e790a SHA512 548d29b85fb55c6bcbbc6f5823d1dde62549439c71f336d0aa482137ed86eaf218d86ea5284707fdb636a68b7c96178fd3866b9731c36ed032a3fb8d0b034e11 WHIRLPOOL 8b6eee32b0d5fa17e07e4bfda3a1a58f5599ed97876585429211424176076a616417629e8e5bde89d316e9d3c3541b6d5481cc7fac1ff9a7bd046c2a62fe3648 diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-1.2.0.ebuild similarity index 65% rename from media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild rename to media-video/plasma-mediacenter/plasma-mediacenter-1.2.0.ebuild index a5c8604b8f24..83964c1a33ec 100644 --- a/media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild +++ b/media-video/plasma-mediacenter/plasma-mediacenter-1.2.0.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild,v 1.1 2013/07/10 19:33:44 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/plasma-mediacenter/plasma-mediacenter-1.2.0.ebuild,v 1.1 2013/12/22 14:35:10 mrueg Exp $ EAPI=5 DECLARATIVE_REQUIRED="always" OPENGL_REQUIRED="always" +KDE_LINGUAS="ca ca@valencia cs da de es fi fr gl hu lv nl pt pt_BR sk sl sv tr uk zh_TW" inherit kde4-base DESCRIPTION="Unified media experience for any device capable of running KDE" -HOMEPAGE="http://www.kde.org/" +HOMEPAGE="http://www.kde.org/ http://community.kde.org/Plasma/Plasma_Media_Center" if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}-1.tar.gz" + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" fi LICENSE="GPL-2+" diff --git a/media-video/pymp/Manifest b/media-video/pymp/Manifest index 6ae4ee3b562f..282815060cee 100644 --- a/media-video/pymp/Manifest +++ b/media-video/pymp/Manifest @@ -1,2 +1,2 @@ DIST pymp-1.0.tar.bz2 131084 SHA256 1de66273fbfec3af8db7a3846122dfb3522c0b3304b531a5a8323305bb0ebda3 -DIST pymp-1.1.tar.bz2 132710 SHA256 924c7d0a40d349f4dfc9a0bae2126a432185dc210f740dfc6ab68fd3ec892cd8 +DIST pymp-1.1.tar.bz2 132710 SHA256 924c7d0a40d349f4dfc9a0bae2126a432185dc210f740dfc6ab68fd3ec892cd8 SHA512 10647af1233c5a030cc32f5efb7790fb93568832547f8c886d49597cff36f5d5606b7b06c00c0206e9eacd6331dbb40bc2331dc30230052b4510be1ffec34500 WHIRLPOOL 1a99e46f94cc1af7bddae4cfc182f4d94530664e324322663534f187a28beb3c7610d9c4bd790142e5ad59d7ec5ddd9e22d153e60aa8181b91be64216334528f diff --git a/media-video/pymp/pymp-1.1.ebuild b/media-video/pymp/pymp-1.1.ebuild index 9097bf9e1738..bcf9710d09b1 100644 --- a/media-video/pymp/pymp-1.1.ebuild +++ b/media-video/pymp/pymp-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pymp/pymp-1.1.ebuild,v 1.3 2013/08/07 21:08:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pymp/pymp-1.1.ebuild,v 1.4 2013/12/22 19:17:38 pacho Exp $ EAPI=3 PYTHON_DEPEND="2:2.5" @@ -12,7 +12,7 @@ SRC_URI="http://jdolan.dyndns.org/jaydolan/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd" +KEYWORDS="amd64 ~x86 ~amd64-fbsd" IUSE="" RDEPEND="media-video/mplayer diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index e9ce1dceb446..6bb5e6488c1b 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Sun, 22 Dec 2013 12:07:03 +0000 +Mon, 23 Dec 2013 04:07:00 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index e9ce1dceb446..6bb5e6488c1b 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Sun, 22 Dec 2013 12:07:03 +0000 +Mon, 23 Dec 2013 04:07:00 +0000 diff --git a/metadata/md5-cache/app-accessibility/at-spi2-atk-2.8.1 b/metadata/md5-cache/app-accessibility/at-spi2-atk-2.8.1 index 57bafd15fbcc..5d3ee021454d 100644 --- a/metadata/md5-cache/app-accessibility/at-spi2-atk-2.8.1 +++ b/metadata/md5-cache/app-accessibility/at-spi2-atk-2.8.1 @@ -4,10 +4,10 @@ DESCRIPTION=Gtk module for bridging AT-SPI to Atk EAPI=5 HOMEPAGE=http://live.gnome.org/Accessibility IUSE=test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=LGPL-2+ RDEPEND=>=app-accessibility/at-spi2-core-2.7.5 >=dev-libs/atk-2.7.90 >=dev-libs/glib-2.32:2 >=sys-apps/dbus-1 !=dev-libs/glib-2.28:2 >=sys-apps/dbus-1 x11-libs/libX11 x11-libs/libXi x11-libs/libXtst introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) SLOT=2 SRC_URI=mirror://gnome/sources/at-spi2-core/2.8/at-spi2-core-2.8.0.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=5a0d5fe500aede7db7b261d957b1d82a +_md5_=04eb6f165385f5f8d80681b615787875 diff --git a/metadata/md5-cache/app-accessibility/espeak-1.47.11-r1 b/metadata/md5-cache/app-accessibility/espeak-1.47.11-r1 index 915b5077723b..4b319e8a4d02 100644 --- a/metadata/md5-cache/app-accessibility/espeak-1.47.11-r1 +++ b/metadata/md5-cache/app-accessibility/espeak-1.47.11-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Speech synthesizer for English and other languages EAPI=5 HOMEPAGE=http://espeak.sourceforge.net/ IUSE=portaudio pulseaudio -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 RDEPEND=portaudio? ( >=media-libs/portaudio-19_pre20071207 ) pulseaudio? ( media-sound/pulseaudio ) media-sound/sox SLOT=0 SRC_URI=mirror://sourceforge/espeak/espeak-1.47.11-source.zip _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4437d92764bd50b9942c3c37d0ad282c +_md5_=fdd40ce3bff42713064b53e9e604d574 diff --git a/metadata/md5-cache/app-admin/apache-tools-2.4.4-r1 b/metadata/md5-cache/app-admin/apache-tools-2.4.4-r1 index 45fa9d64561c..74ff0edf67cf 100644 --- a/metadata/md5-cache/app-admin/apache-tools-2.4.4-r1 +++ b/metadata/md5-cache/app-admin/apache-tools-2.4.4-r1 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://apache/httpd/httpd-2.4.4.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e7ec3de4b8a317d6d6d021a60104644b +_md5_=71ea0aefb8cb40dc8da2922d7922fd33 diff --git a/metadata/md5-cache/app-admin/apache-tools-2.4.6 b/metadata/md5-cache/app-admin/apache-tools-2.4.6 index 2ba0b3938ac2..91401feedbb2 100644 --- a/metadata/md5-cache/app-admin/apache-tools-2.4.6 +++ b/metadata/md5-cache/app-admin/apache-tools-2.4.6 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://apache/httpd/httpd-2.4.6.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=676b537e6332fc1e1858c2e3cd867dc6 +_md5_=7a509980dda5e0e7363d802ad35ece68 diff --git a/metadata/md5-cache/app-admin/apache-tools-2.4.7 b/metadata/md5-cache/app-admin/apache-tools-2.4.7 index 9392aedb7bef..26af40f2dc84 100644 --- a/metadata/md5-cache/app-admin/apache-tools-2.4.7 +++ b/metadata/md5-cache/app-admin/apache-tools-2.4.7 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://apache/httpd/httpd-2.4.7.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=98be9137d95ce8785b811ec05d7e1810 +_md5_=2aef7670a7291769fdec55f214196626 diff --git a/metadata/md5-cache/app-admin/fam-2.7.0-r7 b/metadata/md5-cache/app-admin/fam-2.7.0-r7 index 60096d421df2..72784835f89d 100644 --- a/metadata/md5-cache/app-admin/fam-2.7.0-r7 +++ b/metadata/md5-cache/app-admin/fam-2.7.0-r7 @@ -4,10 +4,10 @@ DESCRIPTION=FAM, the File Alteration Monitor EAPI=5 HOMEPAGE=http://oss.sgi.com/projects/fam/ IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 ) !app-admin/gamin SLOT=0 SRC_URI=ftp://oss.sgi.com/projects/fam/download/stable/fam-2.7.0.tar.gz mirror://debian/pool/main/f/fam/fam_2.7.0-17.diff.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=848bff41190a6d111adc182ee77e9fa3 +_md5_=e1ad1824fc2be3259a9e8dde4db568cb diff --git a/metadata/md5-cache/app-admin/gamin-0.1.10-r1 b/metadata/md5-cache/app-admin/gamin-0.1.10-r1 index 8af81ba750ec..8837baf62170 100644 --- a/metadata/md5-cache/app-admin/gamin-0.1.10-r1 +++ b/metadata/md5-cache/app-admin/gamin-0.1.10-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Meta package providing the File Alteration Monitor API & Server EAPI=5 HOMEPAGE=http://www.gnome.org/~veillard/gamin/ IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2 PDEPEND=>=app-admin/gam-server-0.1.10 RDEPEND=!app-admin/fam >=dev-libs/libgamin-0.1.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] SLOT=0 _eclasses_=multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=e2b3e44d0a420384d4aae70248bb0c97 +_md5_=f644ed58727d64029135cda256b820d6 diff --git a/metadata/md5-cache/app-admin/haskell-updater-1.2.0.12 b/metadata/md5-cache/app-admin/haskell-updater-1.2.0.12 new file mode 100644 index 000000000000..56cc429ae1bc --- /dev/null +++ b/metadata/md5-cache/app-admin/haskell-updater-1.2.0.12 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst prepare prerm setup test +DEPEND=>=dev-lang/ghc-6.12.1 +DESCRIPTION=Rebuild Haskell dependencies in Gentoo +EAPI=5 +HOMEPAGE=http://haskell.org/haskellwiki/Gentoo#haskell-updater +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=|| ( >=sys-apps/portage-2.1.6 sys-apps/pkgcore sys-apps/paludis ) +SLOT=0 +SRC_URI=mirror://hackage/packages/archive/haskell-updater/1.2.0.12/haskell-updater-1.2.0.12.tar.gz +_eclasses_=eutils a82a329b538368791f5a6113c60e557e ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 481d999da090733b68828c266eda24fb multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=a633cc4f30d8f176b01154374f830f8e diff --git a/metadata/md5-cache/app-admin/logrotate-3.8.6 b/metadata/md5-cache/app-admin/logrotate-3.8.6 index 12cd18f555a3..38635bd6a256 100644 --- a/metadata/md5-cache/app-admin/logrotate-3.8.6 +++ b/metadata/md5-cache/app-admin/logrotate-3.8.6 @@ -4,10 +4,10 @@ DESCRIPTION=Rotates, compresses, and mails system logs EAPI=5 HOMEPAGE=https://fedorahosted.org/logrotate/ IUSE=acl selinux -KEYWORDS=alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-libs/popt-1.5 selinux? ( sys-libs/libselinux sec-policy/selinux-logrotate ) acl? ( virtual/acl ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.6.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=915a6b7871214bde95cec0d2c4e49b01 +_md5_=bb4e8ee6f1ed7e14eaec1fb1b04303ac diff --git a/metadata/md5-cache/app-admin/logrotate-3.8.7 b/metadata/md5-cache/app-admin/logrotate-3.8.7 index aa369fcf5a6b..7a38f9469bd6 100644 --- a/metadata/md5-cache/app-admin/logrotate-3.8.7 +++ b/metadata/md5-cache/app-admin/logrotate-3.8.7 @@ -4,10 +4,10 @@ DESCRIPTION=Rotates, compresses, and mails system logs EAPI=5 HOMEPAGE=https://fedorahosted.org/logrotate/ IUSE=acl selinux -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-libs/popt-1.5 selinux? ( sys-libs/libselinux sec-policy/selinux-logrotate ) acl? ( virtual/acl ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.7.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0c09383ef46eb8139f9f7f166441f7ac +_md5_=19003f929da14486c3fd3a7ee6c5b75d diff --git a/metadata/md5-cache/app-admin/metalog-3-r1 b/metadata/md5-cache/app-admin/metalog-3-r1 index 3b87090abb35..8993b930178a 100644 --- a/metadata/md5-cache/app-admin/metalog-3-r1 +++ b/metadata/md5-cache/app-admin/metalog-3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A highly configurable replacement for syslogd/klogd EAPI=3 HOMEPAGE=http://metalog.sourceforge.net/ IUSE=unicode -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-libs/libpcre-3.4 SLOT=0 SRC_URI=mirror://sourceforge/metalog/metalog-3.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=67a93b4c34a303e144a698fbf04ddf98 +_md5_=4c59b1a1983504e71880c6e4b707a444 diff --git a/metadata/md5-cache/app-admin/procinfo-18-r2 b/metadata/md5-cache/app-admin/procinfo-18-r2 index f69077e7fa95..3fb7a993bb2d 100644 --- a/metadata/md5-cache/app-admin/procinfo-18-r2 +++ b/metadata/md5-cache/app-admin/procinfo-18-r2 @@ -2,9 +2,9 @@ DEFINED_PHASES=compile install prepare DESCRIPTION=Displays some kernel stats and info on a running Linux system EAPI=5 HOMEPAGE=http://www.kozmix.org/src/ -KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://www.kozmix.org/src/procinfo-18.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ef7656e20172c7108da67592263fca6d +_md5_=faa56ebf35654ab817d73af25a6834ae diff --git a/metadata/md5-cache/app-admin/puppet-3.3.0 b/metadata/md5-cache/app-admin/puppet-3.3.0 deleted file mode 100644 index 9116d4fa948a..000000000000 --- a/metadata/md5-cache/app-admin/puppet-3.3.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( dev-ruby/hiera[ruby_targets_ruby18] >=dev-ruby/facter-1.6.2[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/hiera[ruby_targets_ruby19] >=dev-ruby/facter-1.6.2[ruby_targets_ruby19] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby19] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby19] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby19] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby19] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) -DESCRIPTION=A system automation and configuration management software -EAPI=5 -HOMEPAGE=http://puppetlabs.com/ -IUSE=augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 -KEYWORDS=~amd64 ~hppa ~ppc ~sparc ~x86 -LICENSE=Apache-2.0 GPL-2 -RDEPEND=ruby_targets_ruby18? ( dev-ruby/hiera[ruby_targets_ruby18] >=dev-ruby/facter-1.6.2[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/hiera[ruby_targets_ruby19] >=dev-ruby/facter-1.6.2[ruby_targets_ruby19] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby19] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby19] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby19] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby19] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) >=app-portage/eix-0.18.0 ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=0 -SRC_URI=http://www.puppetlabs.com/downloads/puppet/puppet-3.3.0.tar.gz -_eclasses_=elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f xemacs-elisp-common 81f5b5356f3397c277e83736c42256b5 -_md5_=bafb9d1b337743b4f1763b7f2acb9332 diff --git a/metadata/md5-cache/app-admin/puppet-3.3.1 b/metadata/md5-cache/app-admin/puppet-3.3.1 deleted file mode 100644 index 891c57f1ac11..000000000000 --- a/metadata/md5-cache/app-admin/puppet-3.3.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( dev-ruby/hiera[ruby_targets_ruby18] >=dev-ruby/facter-1.6.2[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/hiera[ruby_targets_ruby19] >=dev-ruby/facter-1.6.2[ruby_targets_ruby19] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby19] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby19] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby19] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby19] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) -DESCRIPTION=A system automation and configuration management software -EAPI=5 -HOMEPAGE=http://puppetlabs.com/ -IUSE=augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 -KEYWORDS=~amd64 ~hppa ~ppc ~sparc ~x86 -LICENSE=Apache-2.0 GPL-2 -RDEPEND=ruby_targets_ruby18? ( dev-ruby/hiera[ruby_targets_ruby18] >=dev-ruby/facter-1.6.2[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/hiera[ruby_targets_ruby19] >=dev-ruby/facter-1.6.2[ruby_targets_ruby19] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby19] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby19] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby19] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby19] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) >=app-portage/eix-0.18.0 ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=0 -SRC_URI=http://www.puppetlabs.com/downloads/puppet/puppet-3.3.1.tar.gz -_eclasses_=elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f xemacs-elisp-common 81f5b5356f3397c277e83736c42256b5 -_md5_=da22b39b031f5cfd96f6ae3e355fdbb1 diff --git a/metadata/md5-cache/app-admin/puppet-3.3.2-r1 b/metadata/md5-cache/app-admin/puppet-3.3.2-r1 new file mode 100644 index 000000000000..df5f52ce7a75 --- /dev/null +++ b/metadata/md5-cache/app-admin/puppet-3.3.2-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby19? ( dev-ruby/hiera[ruby_targets_ruby19] >=dev-ruby/facter-1.6.2[ruby_targets_ruby19] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby19] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby19] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby19] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby19] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) +DESCRIPTION=A system automation and configuration management software +EAPI=5 +HOMEPAGE=http://puppetlabs.com/ +IUSE=augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs test elibc_FreeBSD ruby_targets_ruby19 +KEYWORDS=~amd64 ~hppa ~ppc ~sparc ~x86 +LICENSE=Apache-2.0 GPL-2 +RDEPEND=ruby_targets_ruby19? ( dev-ruby/hiera[ruby_targets_ruby19] >=dev-ruby/facter-1.6.2[ruby_targets_ruby19] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby19] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby19] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby19] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby19] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) >=app-portage/eix-0.18.0 ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ) +SLOT=0 +SRC_URI=http://www.puppetlabs.com/downloads/puppet/puppet-3.3.2.tar.gz +_eclasses_=elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f xemacs-elisp-common 81f5b5356f3397c277e83736c42256b5 +_md5_=6fe0f67d6e4436fb3302a3eb732db49d diff --git a/metadata/md5-cache/app-admin/rudy-0.9.8.016 b/metadata/md5-cache/app-admin/rudy-0.9.8.016 deleted file mode 100644 index feb7cad11931..000000000000 --- a/metadata/md5-cache/app-admin/rudy-0.9.8.016 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/amazon-ec2-0.9.10[ruby_targets_ruby18] >=dev-ruby/highline-1.5.1[ruby_targets_ruby18] >=dev-ruby/aws-s3-0.6.1[ruby_targets_ruby18] >=dev-ruby/storable-0.7.1[ruby_targets_ruby18] >=dev-ruby/gibbler-0.7.7[ruby_targets_ruby18] >=dev-ruby/sysinfo-0.7.3[ruby_targets_ruby18] >=dev-ruby/caesars-0.7.4[ruby_targets_ruby18] >=dev-ruby/drydock-0.6.9[ruby_targets_ruby18] >=dev-ruby/annoy-0.5.6[ruby_targets_ruby18] >=dev-ruby/attic-0.5.2[ruby_targets_ruby18] >=dev-ruby/rye-0.9.2[ruby_targets_ruby18] virtual/ruby-ssl[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ) -DESCRIPTION=Not your grandparents' EC2 deployment tool -EAPI=2 -HOMEPAGE=http://solutious.com/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 doc test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/amazon-ec2-0.9.10[ruby_targets_ruby18] >=dev-ruby/highline-1.5.1[ruby_targets_ruby18] >=dev-ruby/aws-s3-0.6.1[ruby_targets_ruby18] >=dev-ruby/storable-0.7.1[ruby_targets_ruby18] >=dev-ruby/gibbler-0.7.7[ruby_targets_ruby18] >=dev-ruby/sysinfo-0.7.3[ruby_targets_ruby18] >=dev-ruby/caesars-0.7.4[ruby_targets_ruby18] >=dev-ruby/drydock-0.6.9[ruby_targets_ruby18] >=dev-ruby/annoy-0.5.6[ruby_targets_ruby18] >=dev-ruby/attic-0.5.2[ruby_targets_ruby18] >=dev-ruby/rye-0.9.2[ruby_targets_ruby18] virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) -RESTRICT=test -SLOT=0 -SRC_URI=http://github.com/solutious/rudy/tarball/v0.9.8.016 -> rudy-git-0.9.8.016.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=d3fc7134c9f7c1b9f577bbe309040449 diff --git a/metadata/md5-cache/app-admin/syslogread-0.92 b/metadata/md5-cache/app-admin/syslogread-0.92 index df69c5b9329c..ee930317999a 100644 --- a/metadata/md5-cache/app-admin/syslogread-0.92 +++ b/metadata/md5-cache/app-admin/syslogread-0.92 @@ -9,4 +9,4 @@ RDEPEND=virtual/daemontools SLOT=0 SRC_URI=http://untroubled.org/syslogread/archive/syslogread-0.92.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6deccd61738ef1248e77f5b2edadde51 +_md5_=d970ea3a28627ece89be687fa9cefaf7 diff --git a/metadata/md5-cache/app-admin/sysstat-10.2.0 b/metadata/md5-cache/app-admin/sysstat-10.2.0 index 624fc650cfed..587c6ac64c6c 100644 --- a/metadata/md5-cache/app-admin/sysstat-10.2.0 +++ b/metadata/md5-cache/app-admin/sysstat-10.2.0 @@ -4,10 +4,10 @@ DESCRIPTION=System performance tools for Linux EAPI=5 HOMEPAGE=http://pagesperso-orange.fr/sebastien.godard/ IUSE=cron debug +doc isag nls lm_sensors -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=cron? ( sys-process/cronbase ) isag? ( dev-lang/tk dev-vcs/rcs sci-visualization/gnuplot ) nls? ( virtual/libintl ) lm_sensors? ( sys-apps/lm_sensors ) SLOT=0 SRC_URI=http://pagesperso-orange.fr/sebastien.godard/sysstat-10.2.0.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3b611dcd24e2ffae00694113b6d4ace5 +_md5_=7266d333e523bc0c306db307e36de0a2 diff --git a/metadata/md5-cache/app-arch/gzip-1.5 b/metadata/md5-cache/app-arch/gzip-1.5 index 9e4c7c18062a..958ce9b5841f 100644 --- a/metadata/md5-cache/app-arch/gzip-1.5 +++ b/metadata/md5-cache/app-arch/gzip-1.5 @@ -7,5 +7,5 @@ KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64 LICENSE=GPL-3 SLOT=0 SRC_URI=mirror://gnu-alpha/gzip/gzip-1.5.tar.xz mirror://gnu/gzip/gzip-1.5.tar.xz mirror://gentoo/gzip-1.5.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a6203e65eabde664ff8a2fe3e39922ff diff --git a/metadata/md5-cache/app-arch/makeself-2.1.5-r1 b/metadata/md5-cache/app-arch/makeself-2.1.5-r1 index 935ba18521d0..7f3748ce8ff2 100644 --- a/metadata/md5-cache/app-arch/makeself-2.1.5-r1 +++ b/metadata/md5-cache/app-arch/makeself-2.1.5-r1 @@ -5,5 +5,5 @@ KEYWORDS=amd64 hppa ppc x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 SLOT=0 SRC_URI=http://www.megastep.org/makeself/makeself-2.1.5.run -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=77dfc51d1088e17ee42610301ee39852 diff --git a/metadata/md5-cache/app-arch/pigz-2.3.1 b/metadata/md5-cache/app-arch/pigz-2.3.1 index 84b72b5eaa31..cf491758b497 100644 --- a/metadata/md5-cache/app-arch/pigz-2.3.1 +++ b/metadata/md5-cache/app-arch/pigz-2.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=A parallel implementation of gzip EAPI=5 HOMEPAGE=http://www.zlib.net/pigz/ IUSE=static symlink test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris +KEYWORDS=~alpha amd64 ~arm ~hppa ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris LICENSE=ZLIB RDEPEND=!static? ( sys-libs/zlib ) SLOT=0 SRC_URI=http://www.zlib.net/pigz/pigz-2.3.1.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e9c28e9686e83df72f0c654731c5f0cd +_md5_=c2be50f762fd1f69be89984101ae55ff diff --git a/metadata/md5-cache/app-arch/xz-utils-5.0.5-r1 b/metadata/md5-cache/app-arch/xz-utils-5.0.5-r1 index 338122ab5134..5696ffca07b4 100644 --- a/metadata/md5-cache/app-arch/xz-utils-5.0.5-r1 +++ b/metadata/md5-cache/app-arch/xz-utils-5.0.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=utils for managing LZMA compressed files EAPI=4 HOMEPAGE=http://tukaani.org/xz/ IUSE=nls static-libs +threads abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=public-domain LGPL-2.1+ GPL-2+ RDEPEND=!=dev-libs/glib-2.12.0 dbus? ( sys-apps/dbus ) >=sys-devel/gcc-4 >=sys-l RESTRICT=mirror strip SLOT=0 SRC_URI=x86? ( https://spideroak.com/directdownload?platform=ubuntulucid&arch=i386&revision=9860 -> spideroak-bin-4.1.9860_x86.deb ) amd64? ( https://spideroak.com/directdownload?platform=ubuntulucid&arch=x86_64&revision=9860 -> spideroak-bin-4.1.9860_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=94be92fb36eb350f27f0890c1979d5c8 diff --git a/metadata/md5-cache/app-backup/spideroak-bin-4.8.3-r1 b/metadata/md5-cache/app-backup/spideroak-bin-4.8.3-r1 index 71c5fbf39de9..0001aca97315 100644 --- a/metadata/md5-cache/app-backup/spideroak-bin-4.8.3-r1 +++ b/metadata/md5-cache/app-backup/spideroak-bin-4.8.3-r1 @@ -10,5 +10,5 @@ RDEPEND=app-crypt/mit-krb5[keyutils] dbus? ( sys-apps/dbus ) !headless? ( media- RESTRICT=mirror strip SLOT=0 SRC_URI=x86? ( https://spideroak.com/getbuild?platform=ubuntu&arch=i386&version=4.8.3 -> spideroak-bin-4.8.3_x86.deb ) amd64? ( https://spideroak.com/getbuild?platform=ubuntu&arch=x86_64&version=4.8.3 -> spideroak-bin-4.8.3_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=4291ceaab3e6b9a917a0c2c98b905272 diff --git a/metadata/md5-cache/app-backup/spideroak-bin-5.0.1 b/metadata/md5-cache/app-backup/spideroak-bin-5.0.1 index 9c2ab1e1b2a0..cb2645b6cc9f 100644 --- a/metadata/md5-cache/app-backup/spideroak-bin-5.0.1 +++ b/metadata/md5-cache/app-backup/spideroak-bin-5.0.1 @@ -10,5 +10,5 @@ RDEPEND=app-crypt/mit-krb5[keyutils] dbus? ( sys-apps/dbus ) !headless? ( media- RESTRICT=mirror strip SLOT=0 SRC_URI=x86? ( https://spideroak.com/getbuild?platform=ubuntu&arch=i386&version=5.0.1 -> spideroak-bin-5.0.1_x86.deb ) amd64? ( https://spideroak.com/getbuild?platform=ubuntu&arch=x86_64&version=5.0.1 -> spideroak-bin-5.0.1_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=71cab1c5c2087db4fb69ed43a5a4e34d diff --git a/metadata/md5-cache/app-backup/spideroak-bin-5.0.3 b/metadata/md5-cache/app-backup/spideroak-bin-5.0.3 index b90bc35cf4cc..54f1002ce865 100644 --- a/metadata/md5-cache/app-backup/spideroak-bin-5.0.3 +++ b/metadata/md5-cache/app-backup/spideroak-bin-5.0.3 @@ -10,5 +10,5 @@ RDEPEND=app-crypt/mit-krb5[keyutils] dbus? ( sys-apps/dbus ) !headless? ( media- RESTRICT=mirror strip SLOT=0 SRC_URI=x86? ( https://spideroak.com/getbuild?platform=ubuntu&arch=i386&version=5.0.3 -> spideroak-bin-5.0.3_x86.deb ) amd64? ( https://spideroak.com/getbuild?platform=ubuntu&arch=x86_64&version=5.0.3 -> spideroak-bin-5.0.3_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=fff1a3838e5672f939edd756b64a3299 diff --git a/metadata/md5-cache/app-doc/pms-5-r2 b/metadata/md5-cache/app-doc/pms-5-r2 index 56e16c89151f..9ec26d62a2f2 100644 --- a/metadata/md5-cache/app-doc/pms-5-r2 +++ b/metadata/md5-cache/app-doc/pms-5-r2 @@ -4,8 +4,8 @@ DESCRIPTION=Gentoo Package Manager Specification EAPI=5 HOMEPAGE=http://www.gentoo.org/proj/en/qa/pms.xml IUSE=binary html -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~x86-netbsd ~ppc-openbsd ~x64-openbsd ~x86-openbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~x86-netbsd ~ppc-openbsd ~x64-openbsd ~x86-openbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=CC-BY-SA-3.0 SLOT=0 SRC_URI=!binary? ( mirror://gentoo/pms-5.tar.xz ) binary? ( mirror://gentoo/pms-5-prebuilt.tar.xz ) -_md5_=bfab8668f96839aa461b655874c90baf +_md5_=959a42d3621a963e7d4bcf833ec67579 diff --git a/metadata/md5-cache/app-editors/jedit-5.0.0 b/metadata/md5-cache/app-editors/jedit-5.0.0 index 5cf48f91fdad..683902638643 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 ppc ppc64 ~x86 LICENSE=GPL-2 RDEPEND=dev-java/jsr305:0 >=virtual/jre-1.6 >=dev-java/java-config-2.1.9-r1 RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/jedit/jedit5.0.0source.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=61d05c6f6c34d43a40dd0ec927c07ddf +_md5_=c95683d75666a0c06312637e8e87428c diff --git a/metadata/md5-cache/app-emacs/emacs-common-gentoo-1.4 b/metadata/md5-cache/app-emacs/emacs-common-gentoo-1.4 index ecf9cd2cb239..f10d82f344eb 100644 --- a/metadata/md5-cache/app-emacs/emacs-common-gentoo-1.4 +++ b/metadata/md5-cache/app-emacs/emacs-common-gentoo-1.4 @@ -4,10 +4,10 @@ DESCRIPTION=Common files needed by all GNU Emacs versions EAPI=5 HOMEPAGE=http://wiki.gentoo.org/wiki/Project:Emacs IUSE=games X -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 ~sparc-solaris ~x86-solaris +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 ~sparc-solaris ~x86-solaris LICENSE=GPL-3+ PDEPEND=virtual/emacs SLOT=0 SRC_URI=http://dev.gentoo.org/~ulm/emacs/emacs-common-gentoo-1.4.tar.xz _eclasses_=elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a9b18f78f0b5485daefaa218de581294 +_md5_=43cfd2204b909dbc3bf41c622dec56cc diff --git a/metadata/md5-cache/app-emacs/lua-mode-20130419 b/metadata/md5-cache/app-emacs/lua-mode-20130419 index 54ebf2f975ac..3dbe30bb8187 100644 --- a/metadata/md5-cache/app-emacs/lua-mode-20130419 +++ b/metadata/md5-cache/app-emacs/lua-mode-20130419 @@ -3,10 +3,10 @@ DEPEND=>=virtual/emacs-21 DESCRIPTION=An Emacs major mode for editing Lua scripts EAPI=5 HOMEPAGE=http://lua-users.org/wiki/LuaEditorSupport -KEYWORDS=alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2+ RDEPEND=>=virtual/emacs-21 SLOT=0 SRC_URI=https://github.com/immerrr/lua-mode/archive/rel-20130419.tar.gz -> lua-mode-20130419.tar.gz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=873837f49d6597d79b4e09a511575325 +_md5_=9eab587a211cc5d7a0b7f40be1315f2b diff --git a/metadata/md5-cache/app-emacs/proofgeneral-4.2 b/metadata/md5-cache/app-emacs/proofgeneral-4.2 index 1d2f0467a24f..cd41fabf7493 100644 --- a/metadata/md5-cache/app-emacs/proofgeneral-4.2 +++ b/metadata/md5-cache/app-emacs/proofgeneral-4.2 @@ -3,10 +3,10 @@ DEPEND=>=app-emacs/mmm-mode-0.4.8-r2 >=virtual/emacs-23 DESCRIPTION=A generic interface for proof assistants EAPI=5 HOMEPAGE=http://proofgeneral.inf.ed.ac.uk/ -KEYWORDS=~amd64 ppc ~x86 +KEYWORDS=amd64 ppc ~x86 LICENSE=GPL-2 RDEPEND=>=app-emacs/mmm-mode-0.4.8-r2 >=virtual/emacs-23 SLOT=0 SRC_URI=http://proofgeneral.inf.ed.ac.uk/releases/ProofGeneral-4.2.tgz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2463683f6ade0ce8f5cbb93f4a3fb632 +_md5_=923f6c27726c5f87ebc81e417daff5e4 diff --git a/metadata/md5-cache/app-emacs/pymacs-0.25-r1 b/metadata/md5-cache/app-emacs/pymacs-0.25-r1 index 3ae768943e1f..fd0c65b3cbfe 100644 --- a/metadata/md5-cache/app-emacs/pymacs-0.25-r1 +++ b/metadata/md5-cache/app-emacs/pymacs-0.25-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A tool that allows both-side communication beetween Python and Emacs EAPI=5 HOMEPAGE=http://pymacs.progiciels-bpi.ca/ IUSE=doc python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2+ RDEPEND=>=virtual/emacs-21 python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=https://github.com/pinard/Pymacs/tarball/v0.25 -> pymacs-0.25.tar.gz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 -_md5_=e373aa876fb0dfccbcf45c3e0dde3f48 +_md5_=c3f2601e370411761fc3f18565075ca8 diff --git a/metadata/md5-cache/app-emacs/python-mode-6.1.1 b/metadata/md5-cache/app-emacs/python-mode-6.1.1 index b72488105c10..de71072b1c3b 100644 --- a/metadata/md5-cache/app-emacs/python-mode-6.1.1 +++ b/metadata/md5-cache/app-emacs/python-mode-6.1.1 @@ -3,10 +3,10 @@ DEPEND=>=virtual/emacs-21 DESCRIPTION=An Emacs major mode for editing Python source EAPI=5 HOMEPAGE=https://launchpad.net/python-mode -KEYWORDS=amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3+ RDEPEND=>=virtual/emacs-21 SLOT=0 SRC_URI=http://launchpad.net/python-mode/trunk/6.1.1/+download/python-mode.el-6.1.1.tar.gz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=20e1b1de5e2493ca5f46b4d5d7dd0940 +_md5_=587584bc387312c5a5fb85655951a7cc diff --git a/metadata/md5-cache/app-emacs/scheme-complete-0.8.11 b/metadata/md5-cache/app-emacs/scheme-complete-0.8.11 index f579987f6bcf..054439d182be 100644 --- a/metadata/md5-cache/app-emacs/scheme-complete-0.8.11 +++ b/metadata/md5-cache/app-emacs/scheme-complete-0.8.11 @@ -3,10 +3,10 @@ DEPEND=>=virtual/emacs-21 DESCRIPTION=Scheme tab-completion and word-completion for Emacs EAPI=5 HOMEPAGE=http://synthcode.com/ -KEYWORDS=alpha amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=alpha amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos LICENSE=public-domain RDEPEND=>=virtual/emacs-21 SLOT=0 SRC_URI=http://synthcode.com/emacs/scheme-complete-0.8.11.el.gz _eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=67b8fc1fe04a3ef2d6464bddefa47eb3 +_md5_=c6e6b55137f14237781fdffc345012df diff --git a/metadata/md5-cache/app-emulation/crossover-bin-12.1.2-r1 b/metadata/md5-cache/app-emulation/crossover-bin-12.1.2-r1 index 9b5822ec0e4b..a00ac87e400f 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-12.1.2-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-12.1.2-r1 @@ -11,5 +11,5 @@ REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-12.1.2.bin -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=fda1d75672d5c69fc2c2ef984c4f6c3b diff --git a/metadata/md5-cache/app-emulation/crossover-bin-12.2.0-r1 b/metadata/md5-cache/app-emulation/crossover-bin-12.2.0-r1 index 2a34462ad058..ac1716280519 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-12.2.0-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-12.2.0-r1 @@ -11,5 +11,5 @@ REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-12.2.0.bin -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=44153d633ed1cdd2804064647c1869f8 diff --git a/metadata/md5-cache/app-emulation/crossover-bin-12.2.1-r1 b/metadata/md5-cache/app-emulation/crossover-bin-12.2.1-r1 index c2018b54addd..d9cd6793b46b 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-12.2.1-r1 +++ b/metadata/md5-cache/app-emulation/crossover-bin-12.2.1-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-lang/perl app-arch/unzip python_single_target_python2_6? ( >=dev-lan RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-12.2.1.bin -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=65cddc3181cf28def21d28afdefc0c4c diff --git a/metadata/md5-cache/app-emulation/crossover-bin-12.2.2 b/metadata/md5-cache/app-emulation/crossover-bin-12.2.2 index d1e59dac5ffd..8cea78db8355 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-12.2.2 +++ b/metadata/md5-cache/app-emulation/crossover-bin-12.2.2 @@ -10,5 +10,5 @@ RDEPEND=dev-lang/perl app-arch/unzip python_single_target_python2_6? ( >=dev-lan RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-12.2.2.bin -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a7f2894746377c529f46257f2d937a21 diff --git a/metadata/md5-cache/app-emulation/crossover-bin-12.5.0 b/metadata/md5-cache/app-emulation/crossover-bin-12.5.0 index 14cb8eb089b0..69ff7ce7bdd3 100644 --- a/metadata/md5-cache/app-emulation/crossover-bin-12.5.0 +++ b/metadata/md5-cache/app-emulation/crossover-bin-12.5.0 @@ -10,5 +10,5 @@ RDEPEND=dev-lang/perl app-arch/unzip python_single_target_python2_6? ( >=dev-lan RESTRICT=fetch test SLOT=0 SRC_URI=install-crossover-12.5.0.bin -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=da3ed5c94513749654623b2d16d20df2 diff --git a/metadata/md5-cache/app-emulation/crossover-office-bin-6.0.0 b/metadata/md5-cache/app-emulation/crossover-office-bin-6.0.0 index af9015ceadb1..a7022f3baab1 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-bin-6.0.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-bin-6.0.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-standard-6.0.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=4a4cedab63e409bcb7d5fef8175c0bc3 diff --git a/metadata/md5-cache/app-emulation/crossover-office-bin-6.0.1 b/metadata/md5-cache/app-emulation/crossover-office-bin-6.0.1 index 0f8a927ea77d..a6c677b8dd2e 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-bin-6.0.1 +++ b/metadata/md5-cache/app-emulation/crossover-office-bin-6.0.1 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-standard-6.0.1.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=526f853a691031eee1e8d878f68a6adb diff --git a/metadata/md5-cache/app-emulation/crossover-office-bin-6.1.0 b/metadata/md5-cache/app-emulation/crossover-office-bin-6.1.0 index b0561490e18a..b86c108a3b6b 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-bin-6.1.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-bin-6.1.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-standard-6.1.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=0f5b40c7a51ab647c187ac62c1418d87 diff --git a/metadata/md5-cache/app-emulation/crossover-office-bin-6.2.0 b/metadata/md5-cache/app-emulation/crossover-office-bin-6.2.0 index f6d2fb07d46c..c901d8c52651 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-bin-6.2.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-bin-6.2.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-standard-6.2.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=b278fb9f0686ded6825f29358abd51d6 diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.0 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.0 index 6ee052aea992..28e92087b177 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-5.0.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=6452a15984c5f723576bb4f5a850459e diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.1 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.1 index 2c4b91810bba..01fc241fa454 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.1 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.1 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-5.0.1.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=bd2fa83d382be6114c02866794a22019 diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.3 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.3 index 6ac812b0deeb..b4d9f2f4b4e1 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.3 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-5.0.3 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-5.0.3.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=bd26a3b3ec70d6f7786bd394734cde29 diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.0.0 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.0.0 index deeba2c57664..6bff3affe3d7 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.0.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.0.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-6.0.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=76e9b33e8ade96d8047b8899810ae1db diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.1.0 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.1.0 index 4be5314d8747..2062f7ef6d44 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.1.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.1.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-6.1.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=37da0cf0dc806708fcb785b821dbe5f0 diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.2.0 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.2.0 index ea97dc076100..96352aa0fc88 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.2.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-6.2.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-6.2.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=601b162ef480b990db9ac070746ad61a diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-7.0.2 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-7.0.2 index 2a2ec618e19f..7e261f2aabf5 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-7.0.2 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-7.0.2 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-7.0.2.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=07299a5ae858f526a4030b2f9602ed11 diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-7.1.0 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-7.1.0 index 453adf6a1bc8..ec889689ddaa 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-7.1.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-7.1.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-7.1.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=ec46df322d7776a47c1b63df4266577d diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-8.0.0 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-8.0.0 index 87087bff7c7c..c8ab32f6a910 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-8.0.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-8.0.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-8.0.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=0064c0cb63783e9e416613af4e91a196 diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.0.0 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.0.0 index f10b1f8f21fe..3478f687ef4e 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.0.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.0.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-9.0.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=d2c0f1598df00ff47c29b52a5213a3ec diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.0.1 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.0.1 index 460da6050992..e850c8626309 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.0.1 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.0.1 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-9.0.1.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=27aa970a2ec5fcfb24bdc9a3167b576c diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.1.0 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.1.0 index bb3e7ed4bd76..38ab19eb5c18 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.1.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.1.0 @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-9.1.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=ae2b78600be85cba2b6a06cd8318ae9d diff --git a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.2.0 b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.2.0 index 45a28dd791f9..c74aa9ca8872 100644 --- a/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.2.0 +++ b/metadata/md5-cache/app-emulation/crossover-office-pro-bin-9.2.0 @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-lib RESTRICT=fetch strip SLOT=0 SRC_URI=install-crossover-pro-9.2.0.sh -_eclasses_=unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=30085988b6a2ea20855ebd1169b22982 diff --git a/metadata/md5-cache/app-emulation/libcacard-0.1.2 b/metadata/md5-cache/app-emulation/libcacard-0.1.2 index b09e1bd99e7d..1edd69dfcc58 100644 --- a/metadata/md5-cache/app-emulation/libcacard-0.1.2 +++ b/metadata/md5-cache/app-emulation/libcacard-0.1.2 @@ -4,9 +4,9 @@ DESCRIPTION=Library for emulating CAC cards. EAPI=4 HOMEPAGE=http://spice-space.org/ IUSE=static-libs -KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 LICENSE=GPL-3 RDEPEND=>=dev-libs/nss-3.13 >=sys-apps/pcsc-lite-1.8 SLOT=0 SRC_URI=http://spice-space.org/download/libcacard/libcacard-0.1.2.tar.bz2 -_md5_=8f6cf820bdd0dfae978171db8aaac63e +_md5_=906f7a75de10398ce77489b3d58fed4e diff --git a/metadata/md5-cache/app-emulation/virtualbox-bin-4.2.18 b/metadata/md5-cache/app-emulation/virtualbox-bin-4.2.18 index 9729077a4175..249a6f123b9d 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-bin-4.2.18 +++ b/metadata/md5-cache/app-emulation/virtualbox-bin-4.2.18 @@ -10,5 +10,5 @@ RDEPEND=!!app-emulation/virtualbox !app-emulation/virtualbox-additions ~app-emul RESTRICT=mirror SLOT=0 SRC_URI=amd64? ( http://download.virtualbox.org/virtualbox/4.2.18/VirtualBox-4.2.18-88781-Linux_amd64.run ) x86? ( http://download.virtualbox.org/virtualbox/4.2.18/VirtualBox-4.2.18-88781-Linux_x86.run ) sdk? ( http://download.virtualbox.org/virtualbox/4.2.18/VirtualBoxSDK-4.2.18-88780.zip ) http://download.virtualbox.org/virtualbox/4.2.18/Oracle_VM_VirtualBox_Extension_Pack-4.2.18-88780.vbox-extpack -> Oracle_VM_VirtualBox_Extension_Pack-4.2.18-88780.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=6fdc7bc0b0e7bee849253cb28cf3113e diff --git a/metadata/md5-cache/app-emulation/virtualbox-bin-4.2.20 b/metadata/md5-cache/app-emulation/virtualbox-bin-4.2.20 index 213116c8254d..ebc82d3e3aa1 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-bin-4.2.20 +++ b/metadata/md5-cache/app-emulation/virtualbox-bin-4.2.20 @@ -10,5 +10,5 @@ RDEPEND=!!app-emulation/virtualbox !app-emulation/virtualbox-additions ~app-emul RESTRICT=mirror SLOT=0 SRC_URI=amd64? ( http://download.virtualbox.org/virtualbox/4.2.20/VirtualBox-4.2.20-90983-Linux_amd64.run ) x86? ( http://download.virtualbox.org/virtualbox/4.2.20/VirtualBox-4.2.20-90983-Linux_x86.run ) sdk? ( http://download.virtualbox.org/virtualbox/4.2.20/VirtualBoxSDK-4.2.20-90983.zip ) http://download.virtualbox.org/virtualbox/4.2.20/Oracle_VM_VirtualBox_Extension_Pack-4.2.20-90983.vbox-extpack -> Oracle_VM_VirtualBox_Extension_Pack-4.2.20-90983.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=93377f1dd8ed4f31b42ac08a90337cdd diff --git a/metadata/md5-cache/app-emulation/virtualbox-bin-4.3.4 b/metadata/md5-cache/app-emulation/virtualbox-bin-4.3.4 index bcf8d967737b..30143911b141 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-bin-4.3.4 +++ b/metadata/md5-cache/app-emulation/virtualbox-bin-4.3.4 @@ -10,5 +10,5 @@ RDEPEND=!!app-emulation/virtualbox !app-emulation/virtualbox-additions ~app-emul RESTRICT=mirror SLOT=0 SRC_URI=amd64? ( http://download.virtualbox.org/virtualbox/4.3.4/VirtualBox-4.3.4-91027-Linux_amd64.run ) x86? ( http://download.virtualbox.org/virtualbox/4.3.4/VirtualBox-4.3.4-91027-Linux_x86.run ) http://download.virtualbox.org/virtualbox/4.3.4/Oracle_VM_VirtualBox_Extension_Pack-4.3.4-91027.vbox-extpack -> Oracle_VM_VirtualBox_Extension_Pack-4.3.4-91027.tar.gz sdk? ( http://download.virtualbox.org/virtualbox/4.3.4/VirtualBoxSDK-4.3.4-91027.zip ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=610c00e39707e8e5aafc4a156be0fa26 diff --git a/metadata/md5-cache/app-emulation/virtualbox-bin-4.3.6 b/metadata/md5-cache/app-emulation/virtualbox-bin-4.3.6 index ca0f89c26bd1..c9fa5a92ce6f 100644 --- a/metadata/md5-cache/app-emulation/virtualbox-bin-4.3.6 +++ b/metadata/md5-cache/app-emulation/virtualbox-bin-4.3.6 @@ -10,5 +10,5 @@ RDEPEND=!!app-emulation/virtualbox !app-emulation/virtualbox-additions ~app-emul RESTRICT=mirror SLOT=0 SRC_URI=amd64? ( http://download.virtualbox.org/virtualbox/4.3.6/VirtualBox-4.3.6-91406-Linux_amd64.run ) x86? ( http://download.virtualbox.org/virtualbox/4.3.6/VirtualBox-4.3.6-91406-Linux_x86.run ) http://download.virtualbox.org/virtualbox/4.3.6/Oracle_VM_VirtualBox_Extension_Pack-4.3.6-91406.vbox-extpack -> Oracle_VM_VirtualBox_Extension_Pack-4.3.6-91406.tar.gz sdk? ( http://download.virtualbox.org/virtualbox/4.3.6/VirtualBoxSDK-4.3.6-91406.zip ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=57ac37f0275499de1d2df01e7714569e diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.3.0-r3 b/metadata/md5-cache/app-emulation/xen-tools-4.3.0-r3 index 6b2bd28542c7..af86462087c6 100644 --- a/metadata/md5-cache/app-emulation/xen-tools-4.3.0-r3 +++ b/metadata/md5-cache/app-emulation/xen-tools-4.3.0-r3 @@ -7,9 +7,9 @@ IUSE=api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=sys-apps/iproute2 net-misc/bridge-utils screen? ( app-misc/screen app-admin/logrotate ) virtual/udev -REQUIRED_USE=hvm? ( qemu ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) +REQUIRED_USE=hvm? ( qemu ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) pygrub? ( python ) RESTRICT=test SLOT=0 SRC_URI=http://bits.xensource.com/oss-xen/release/4.3.0/xen-4.3.0.tar.gz http://dev.gentoo.org/~idella4/tarballs/ipxe.tar.gz http://dev.gentoo.org/~idella4/tarballs/seabios-dir-remote-20130720.tar.gz _eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f87df750a230ba3d22db683d042c1ad6 +_md5_=3c8c864b113bf4b6100b8aabcd7e4065 diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.3.1-r3 b/metadata/md5-cache/app-emulation/xen-tools-4.3.1-r3 index ba75f7cc3789..24705500ffd5 100644 --- a/metadata/md5-cache/app-emulation/xen-tools-4.3.1-r3 +++ b/metadata/md5-cache/app-emulation/xen-tools-4.3.1-r3 @@ -7,9 +7,9 @@ IUSE=api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=sys-apps/iproute2 net-misc/bridge-utils screen? ( app-misc/screen app-admin/logrotate ) virtual/udev -REQUIRED_USE=hvm? ( qemu ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) +REQUIRED_USE=hvm? ( qemu ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) pygrub? ( python ) RESTRICT=test SLOT=0 SRC_URI=http://bits.xensource.com/oss-xen/release/4.3.1/xen-4.3.1.tar.gz http://dev.gentoo.org/~idella4/tarballs/ipxe.tar.gz http://dev.gentoo.org/~idella4/tarballs/seabios-dir-remote-20130720.tar.gz _eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b69d8d9b056d16c3a130c7b587bcb89b +_md5_=5799cf7de298d868790d1d53053ec72e diff --git a/metadata/md5-cache/app-i18n/man-pages-de-1.4 b/metadata/md5-cache/app-i18n/man-pages-de-1.4 new file mode 100644 index 000000000000..eff6cbe00579 --- /dev/null +++ b/metadata/md5-cache/app-i18n/man-pages-de-1.4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare +DEPEND=virtual/man app-text/po4a || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=A somewhat comprehensive collection of Linux german man page translations +EAPI=5 +HOMEPAGE=http://alioth.debian.org/projects/manpages-de/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-3+ man-pages GPL-2+ GPL-2 BSD +RDEPEND=virtual/man +SLOT=0 +SRC_URI=http://manpages-de.alioth.debian.org/downloads/manpages-de-1.4.tar.bz2 +_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=8e9d56c7e62caaac5ddc5014bb790408 diff --git a/metadata/md5-cache/app-misc/ca-certificates-20130119 b/metadata/md5-cache/app-misc/ca-certificates-20130119 index 142bf7bb5ffb..339c0edf9d82 100644 --- a/metadata/md5-cache/app-misc/ca-certificates-20130119 +++ b/metadata/md5-cache/app-misc/ca-certificates-20130119 @@ -8,5 +8,5 @@ LICENSE=MPL-1.1 RDEPEND=kernel_AIX? ( app-arch/deb2targz ) !=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 ) SLOT=0 SRC_URI=http://kassiopeia.juls.savba.sk/~garabik/software/grc/grc_1.5.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1cea0b9aeefb375cd4dc04224aad8cd3 +_md5_=38280d476d1ae146a9e3b763fbc5adda diff --git a/metadata/md5-cache/app-misc/mc-4.8.9 b/metadata/md5-cache/app-misc/mc-4.8.9 index adc16eb69603..8c26cc1d3b3f 100644 --- a/metadata/md5-cache/app-misc/mc-4.8.9 +++ b/metadata/md5-cache/app-misc/mc-4.8.9 @@ -4,11 +4,11 @@ DESCRIPTION=GNU Midnight Commander is a text based file manager EAPI=5 HOMEPAGE=http://www.midnight-commander.org IUSE=+edit gpm mclib nls samba sftp +slang spell test X +xdg -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris LICENSE=GPL-3 RDEPEND=>=dev-libs/glib-2.8:2 gpm? ( sys-libs/gpm ) kernel_linux? ( sys-fs/e2fsprogs ) samba? ( net-fs/samba ) sftp? ( net-libs/libssh2 ) slang? ( >=sys-libs/slang-2 ) !slang? ( sys-libs/ncurses ) spell? ( app-text/aspell ) X? ( x11-libs/libX11 x11-libs/libICE x11-libs/libXau x11-libs/libXdmcp x11-libs/libSM ) REQUIRED_USE=spell? ( edit ) SLOT=0 SRC_URI=http://www.midnight-commander.org/downloads/mc-4.8.9.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0fa74a0a6c9ce0cba081a8d8ea9e31ee +_md5_=cb0ba2494aa37b81dc8a0b59aa8558e6 diff --git a/metadata/md5-cache/app-misc/media-player-info-21-r1 b/metadata/md5-cache/app-misc/media-player-info-21-r1 index 48e3f44a03be..1934319a6be0 100644 --- a/metadata/md5-cache/app-misc/media-player-info-21-r1 +++ b/metadata/md5-cache/app-misc/media-player-info-21-r1 @@ -3,11 +3,11 @@ DEPEND=>=virtual/udev-196[hwdb(+)] || ( >=dev-lang/python-3.3.2-r2:3.3 >=dev-lan DESCRIPTION=A repository of data files describing media player capabilities EAPI=5 HOMEPAGE=http://cgit.freedesktop.org/media-player-info/ -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 LICENSE=BSD RDEPEND=>=virtual/udev-196[hwdb(+)] RESTRICT=binchecks strip SLOT=0 SRC_URI=http://www.freedesktop.org/software/media-player-info/media-player-info-21.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e923a74a002b7e93472fe0435c14f19c +_md5_=ad77d4485ed7fd69bffdfa3e280a935a diff --git a/metadata/md5-cache/app-misc/pax-utils-0.2.3 b/metadata/md5-cache/app-misc/pax-utils-0.2.3 index 69dd896ee269..4ae69d10abdf 100644 --- a/metadata/md5-cache/app-misc/pax-utils-0.2.3 +++ b/metadata/md5-cache/app-misc/pax-utils-0.2.3 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=caps? ( sys-libs/libcap ) SLOT=0 SRC_URI=mirror://gentoo/pax-utils-0.2.3.tar.xz http://dev.gentoo.org/~solar/pax/pax-utils-0.2.3.tar.xz http://dev.gentoo.org/~vapier/dist/pax-utils-0.2.3.tar.xz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=d940130409e59f2c6766d5122f63aeec diff --git a/metadata/md5-cache/app-misc/pax-utils-0.3.0 b/metadata/md5-cache/app-misc/pax-utils-0.3.0 index ed7f062b54f9..473116d8e362 100644 --- a/metadata/md5-cache/app-misc/pax-utils-0.3.0 +++ b/metadata/md5-cache/app-misc/pax-utils-0.3.0 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=caps? ( sys-libs/libcap ) SLOT=0 SRC_URI=mirror://gentoo/pax-utils-0.3.0.tar.xz http://dev.gentoo.org/~solar/pax/pax-utils-0.3.0.tar.xz http://dev.gentoo.org/~vapier/dist/pax-utils-0.3.0.tar.xz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=8861ecc4efe31741180a69de59e8bf2d diff --git a/metadata/md5-cache/app-misc/pax-utils-0.4 b/metadata/md5-cache/app-misc/pax-utils-0.4 index 57d7287cd582..59d7789ac75e 100644 --- a/metadata/md5-cache/app-misc/pax-utils-0.4 +++ b/metadata/md5-cache/app-misc/pax-utils-0.4 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=caps? ( sys-libs/libcap ) SLOT=0 SRC_URI=mirror://gentoo/pax-utils-0.4.tar.xz http://dev.gentoo.org/~solar/pax/pax-utils-0.4.tar.xz http://dev.gentoo.org/~vapier/dist/pax-utils-0.4.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=3f03b4b0b5d5cefd4fca8a4081a9ddb6 diff --git a/metadata/md5-cache/app-misc/pax-utils-0.5 b/metadata/md5-cache/app-misc/pax-utils-0.5 index 0ad176ac9b4f..9297ceafbe5a 100644 --- a/metadata/md5-cache/app-misc/pax-utils-0.5 +++ b/metadata/md5-cache/app-misc/pax-utils-0.5 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=caps? ( sys-libs/libcap ) SLOT=0 SRC_URI=mirror://gentoo/pax-utils-0.5.tar.xz http://dev.gentoo.org/~solar/pax/pax-utils-0.5.tar.xz http://dev.gentoo.org/~vapier/dist/pax-utils-0.5.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=bd0a9c37a7a33602a293efc3b483622a diff --git a/metadata/md5-cache/app-misc/pax-utils-0.6 b/metadata/md5-cache/app-misc/pax-utils-0.6 index a9cb345d9e1d..2e5b0e80d9e4 100644 --- a/metadata/md5-cache/app-misc/pax-utils-0.6 +++ b/metadata/md5-cache/app-misc/pax-utils-0.6 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=caps? ( sys-libs/libcap ) python? ( dev-python/pyelftools ) SLOT=0 SRC_URI=mirror://gentoo/pax-utils-0.6.tar.xz http://dev.gentoo.org/~solar/pax/pax-utils-0.6.tar.xz http://dev.gentoo.org/~vapier/dist/pax-utils-0.6.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e0eb0d0acfeabdc15d7ff18f67283fb5 diff --git a/metadata/md5-cache/app-misc/pax-utils-0.7 b/metadata/md5-cache/app-misc/pax-utils-0.7 index 81ae84ee9806..ac140b8a9622 100644 --- a/metadata/md5-cache/app-misc/pax-utils-0.7 +++ b/metadata/md5-cache/app-misc/pax-utils-0.7 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=caps? ( sys-libs/libcap ) python? ( dev-python/pyelftools ) SLOT=0 SRC_URI=mirror://gentoo/pax-utils-0.7.tar.xz http://dev.gentoo.org/~solar/pax/pax-utils-0.7.tar.xz http://dev.gentoo.org/~vapier/dist/pax-utils-0.7.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=cd16e379aea691a7eb64cedb375510c6 diff --git a/metadata/md5-cache/app-misc/sphinx-2.1.4 b/metadata/md5-cache/app-misc/sphinx-2.1.4 new file mode 100644 index 000000000000..929e20d79b4f --- /dev/null +++ b/metadata/md5-cache/app-misc/sphinx-2.1.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=|| ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Full-text search engine with support for MySQL and PostgreSQL +EAPI=5 +HOMEPAGE=http://www.sphinxsearch.com/ +IUSE=debug id64 mysql odbc postgres stemmer syslog test xml +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris +LICENSE=GPL-2 +RDEPEND=mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) odbc? ( dev-db/unixODBC ) stemmer? ( dev-libs/snowball-stemmer ) xml? ( dev-libs/expat ) virtual/libiconv +SLOT=0 +SRC_URI=http://sphinxsearch.com/files/sphinx-2.1.4-release.tar.gz +_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e7cb055f6c2c052c2b6f2df7d54c19d3 diff --git a/metadata/md5-cache/app-misc/strigi-0.7.7-r2 b/metadata/md5-cache/app-misc/strigi-0.7.7-r2 deleted file mode 100644 index 69cd170b6410..000000000000 --- a/metadata/md5-cache/app-misc/strigi-0.7.7-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=app-arch/bzip2:0 dev-libs/libxml2:2 sys-libs/zlib:0 virtual/libiconv clucene? ( >=dev-cpp/clucene-0.9.21[-debug] ) dbus? ( sys-apps/dbus qt4? ( dev-qt/qtdbus:4 ) ) exif? ( >=media-gfx/exiv2-0.17 ) fam? ( virtual/fam ) ffmpeg? ( virtual/ffmpeg ) hyperestraier? ( app-text/hyperestraier ) log? ( >=dev-libs/log4cxx-0.10.0 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) dev-libs/boost test? ( dev-util/cppunit ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Fast crawling desktop search engine with Qt4 GUI -EAPI=5 -HOMEPAGE=https://projects.kde.org/projects/kdesupport/strigi/strigi -IUSE=clucene +dbus debug exif fam ffmpeg hyperestraier inotify log +qt4 test -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=app-arch/bzip2:0 dev-libs/libxml2:2 sys-libs/zlib:0 virtual/libiconv clucene? ( >=dev-cpp/clucene-0.9.21[-debug] ) dbus? ( sys-apps/dbus qt4? ( dev-qt/qtdbus:4 ) ) exif? ( >=media-gfx/exiv2-0.17 ) fam? ( virtual/fam ) ffmpeg? ( virtual/ffmpeg ) hyperestraier? ( app-text/hyperestraier ) log? ( >=dev-libs/log4cxx-0.10.0 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) -SLOT=0 -SRC_URI=http://dev.gentoo.org/~johu/distfiles/strigi-0.7.7.tar.xz -_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2b5ebb35a96ed97aa87e94bafa33a604 diff --git a/metadata/md5-cache/app-misc/strigi-0.7.8 b/metadata/md5-cache/app-misc/strigi-0.7.8 index aca078976a6c..b3ed41f5bfcb 100644 --- a/metadata/md5-cache/app-misc/strigi-0.7.8 +++ b/metadata/md5-cache/app-misc/strigi-0.7.8 @@ -4,10 +4,10 @@ DESCRIPTION=Fast crawling desktop search engine with Qt4 GUI EAPI=5 HOMEPAGE=https://projects.kde.org/projects/kdesupport/strigi/strigi IUSE=clucene +dbus debug exif fam ffmpeg inotify log +qt4 test -KEYWORDS=amd64 ~arm ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=app-arch/bzip2 dev-libs/libxml2:2 sys-libs/zlib virtual/libiconv clucene? ( >=dev-cpp/clucene-0.9.21[-debug] ) dbus? ( sys-apps/dbus qt4? ( dev-qt/qtdbus:4 ) ) exif? ( >=media-gfx/exiv2-0.17 ) fam? ( virtual/fam ) ffmpeg? ( virtual/ffmpeg ) log? ( >=dev-libs/log4cxx-0.10.0 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) SLOT=0 SRC_URI=http://www.vandenoever.info/software/strigi/strigi-0.7.8.tar.bz2 _eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a2d17c8cfdf0f7cacb9da1faed9cd6a4 +_md5_=a170dacd8376dddde744472102a4721d diff --git a/metadata/md5-cache/app-misc/wcd-5.2.4 b/metadata/md5-cache/app-misc/wcd-5.2.4 index dc002c7e50a2..d24fd16095b2 100644 --- a/metadata/md5-cache/app-misc/wcd-5.2.4 +++ b/metadata/md5-cache/app-misc/wcd-5.2.4 @@ -4,10 +4,10 @@ DESCRIPTION=Wherever Change Directory EAPI=5 HOMEPAGE=http://www.xs4all.nl/~waterlan/#WCD_ANCHOR IUSE=nls unicode -KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=sys-libs/ncurses[unicode?] unicode? ( dev-libs/libunistring ) SLOT=0 SRC_URI=http://www.xs4all.nl/~waterlan/wcd-5.2.4-src.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9e85b2ec2cd0761f1c7aebfea85d4d95 +_md5_=2a6dc4c2760a7175c6ccafb969356fae diff --git a/metadata/md5-cache/app-office/akonadi-server-1.9.2 b/metadata/md5-cache/app-office/akonadi-server-1.9.2 deleted file mode 100644 index 70e51b39a6ce..000000000000 --- a/metadata/md5-cache/app-office/akonadi-server-1.9.2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup test -DEPEND=dev-libs/boost:= >=dev-libs/soprano-2.6.51 >=dev-qt/qtdbus-4.5.0:4 >=dev-qt/qtgui-4.5.0:4 >=dev-qt/qtsql-4.5.0:4[mysql?,postgres?] >=dev-qt/qttest-4.5.0:4 x11-misc/shared-mime-info dev-libs/libxslt >=dev-util/automoc-0.9.88 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=The server part of Akonadi -EAPI=5 -HOMEPAGE=http://pim.kde.org/akonadi -IUSE=+mysql postgres sqlite test -KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux -LICENSE=LGPL-2.1 -RDEPEND=dev-libs/boost:= >=dev-libs/soprano-2.6.51 >=dev-qt/qtdbus-4.5.0:4 >=dev-qt/qtgui-4.5.0:4 >=dev-qt/qtsql-4.5.0:4[mysql?,postgres?] >=dev-qt/qttest-4.5.0:4 x11-misc/shared-mime-info postgres? ( dev-db/postgresql-server ) -REQUIRED_USE=|| ( sqlite mysql postgres ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://kde/stable/akonadi/src/akonadi-1.9.2.tar.bz2 -_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3c9db788debf6275db22dd9f093831c2 diff --git a/metadata/md5-cache/app-office/dia-0.97.2-r2 b/metadata/md5-cache/app-office/dia-0.97.2-r2 index 3b00cfa5d650..42c686effc92 100644 --- a/metadata/md5-cache/app-office/dia-0.97.2-r2 +++ b/metadata/md5-cache/app-office/dia-0.97.2-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Diagram/flowchart creation program EAPI=5 HOMEPAGE=http://live.gnome.org/Dia IUSE=cairo doc python debug python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2:2 dev-libs/libxml2 dev-libs/libxslt dev-libs/popt >=media-libs/freetype-2 >=media-libs/libart_lgpl-2 media-libs/libpng:0 sys-libs/zlib x11-libs/gtk+:2 x11-libs/pango cairo? ( x11-libs/cairo ) doc? ( app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets ) python? ( >=dev-python/pygtk-2 python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) SLOT=0 SRC_URI=mirror://gnome/sources/dia/0.97/dia-0.97.2.tar.xz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=5e45399ed7d09d96bb8e02b9234bcf78 +_md5_=731ef794d77917f14ddf5b1a6f40abea diff --git a/metadata/md5-cache/app-office/passepartout-0.7.0-r1 b/metadata/md5-cache/app-office/passepartout-0.7.0-r1 index 4a51d6a4fae3..4d5f123317bf 100644 --- a/metadata/md5-cache/app-office/passepartout-0.7.0-r1 +++ b/metadata/md5-cache/app-office/passepartout-0.7.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A DTP application for the X Window System EAPI=5 HOMEPAGE=http://www.stacken.kth.se/project/pptout/ IUSE=gnome debug -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=BSD RDEPEND=dev-cpp/libxmlpp:2.6 >=dev-libs/libxml2-2 dev-cpp/gtkmm:2.4 dev-cpp/libgnomecanvasmm:2.6 dev-libs/glib:2 dev-libs/libsigc++:2 media-libs/freetype:2 virtual/fam gnome? ( gnome-base/libgnome gnome-base/gnome-vfs ) dev-libs/libxslt app-text/ghostscript-gpl SLOT=0 SRC_URI=mirror://gnome/sources/passepartout/0.7/passepartout-0.7.0.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=f6c49a4fec963a0beb3fb62783db81c5 +_md5_=0172ac792ae2079597e4e4c1e9fcb206 diff --git a/metadata/md5-cache/app-portage/gentoolkit-0.3.0.8-r2 b/metadata/md5-cache/app-portage/gentoolkit-0.3.0.8-r2 index 8ac173d6d4a2..2b2d99fc1bc5 100644 --- a/metadata/md5-cache/app-portage/gentoolkit-0.3.0.8-r2 +++ b/metadata/md5-cache/app-portage/gentoolkit-0.3.0.8-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Collection of administration scripts for Gentoo EAPI=5 HOMEPAGE=http://www.gentoo.org/proj/en/portage/tools/index.xml IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 -KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=sys-apps/portage !<=app-portage/gentoolkit-dev-0.2.7 || ( >=sys-apps/coreutils-8.15 app-misc/realpath sys-freebsd/freebsd-bin ) sys-apps/gawk sys-apps/grep virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[xml(+)] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[xml(+)] ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0[xml(+)] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://gentoo/gentoolkit-0.3.0.8.tar.gz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8a9a39010dbce13840f2ca3e4f0d5e2d +_md5_=3b76829aecb5c8f5624f3c44ed3f5a9c diff --git a/metadata/md5-cache/app-shells/bash-3.1_p17 b/metadata/md5-cache/app-shells/bash-3.1_p17 index 9f05fc4a22f2..56bfbebc2124 100644 --- a/metadata/md5-cache/app-shells/bash-3.1_p17 +++ b/metadata/md5-cache/app-shells/bash-3.1_p17 @@ -1,12 +1,13 @@ -DEFINED_PHASES=compile install preinst unpack -DEPEND=>=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) +DEFINED_PHASES=compile configure install prepare setup unpack +DEPEND=>=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-6.2 ) nls? ( virtual/libintl ) DESCRIPTION=The standard GNU Bourne again shell +EAPI=4 HOMEPAGE=http://tiswww.case.edu/php/chet/bash/bashtop.html -IUSE=afs bashlogger nls vanilla +IUSE=afs +net nls +readline KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 -RDEPEND=>=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) -SLOT=0 -SRC_URI=mirror://gnu/bash/bash-3.1.tar.gz ftp://ftp.cwru.edu/pub/bash/bash-3.1.tar.gz ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-001 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-002 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-003 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-004 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-005 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-006 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-007 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-008 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-009 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-010 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-011 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-012 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-013 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-014 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-015 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-016 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-017 ftp://ftp.cwru.edu/pub/bash/readline-5.1-patches/readline51-001 mirror://gnu/bash/readline-5.1-patches/readline51-001 +RDEPEND=>=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-6.2 ) nls? ( virtual/libintl ) +SLOT=3.1 +SRC_URI=mirror://gnu/bash/bash-3.1.tar.gz ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-001 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-002 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-003 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-004 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-005 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-006 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-007 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-008 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-009 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-010 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-011 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-012 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-013 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-014 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-015 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-016 ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/bash31-017 mirror://gnu/bash/bash-3.1-patches/bash31-001 mirror://gnu/bash/bash-3.1-patches/bash31-002 mirror://gnu/bash/bash-3.1-patches/bash31-003 mirror://gnu/bash/bash-3.1-patches/bash31-004 mirror://gnu/bash/bash-3.1-patches/bash31-005 mirror://gnu/bash/bash-3.1-patches/bash31-006 mirror://gnu/bash/bash-3.1-patches/bash31-007 mirror://gnu/bash/bash-3.1-patches/bash31-008 mirror://gnu/bash/bash-3.1-patches/bash31-009 mirror://gnu/bash/bash-3.1-patches/bash31-010 mirror://gnu/bash/bash-3.1-patches/bash31-011 mirror://gnu/bash/bash-3.1-patches/bash31-012 mirror://gnu/bash/bash-3.1-patches/bash31-013 mirror://gnu/bash/bash-3.1-patches/bash31-014 mirror://gnu/bash/bash-3.1-patches/bash31-015 mirror://gnu/bash/bash-3.1-patches/bash31-016 mirror://gnu/bash/bash-3.1-patches/bash31-017 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1f9cf820c41394dd8515d28047727b65 +_md5_=793b8a6c91f571a4038f97cc36aef9bb diff --git a/metadata/md5-cache/app-shells/bash-3.2_p51 b/metadata/md5-cache/app-shells/bash-3.2_p51 index 66757b341a8e..0c246ada015d 100644 --- a/metadata/md5-cache/app-shells/bash-3.2_p51 +++ b/metadata/md5-cache/app-shells/bash-3.2_p51 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile install postinst preinst setup unpack -DEPEND=>=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) +DEFINED_PHASES=configure install prepare setup unpack +DEPEND=>=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-6.2 ) nls? ( virtual/libintl ) DESCRIPTION=The standard GNU Bourne again shell -EAPI=1 +EAPI=4 HOMEPAGE=http://tiswww.case.edu/php/chet/bash/bashtop.html -IUSE=afs bashlogger +net nls plugins vanilla -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd +IUSE=afs +net nls +readline +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 -RDEPEND=>=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) !=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-6.2 ) nls? ( virtual/libintl ) +SLOT=3.2 +SRC_URI=mirror://gnu/bash/bash-3.2.tar.gz ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-001 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-002 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-003 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-004 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-005 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-006 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-007 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-008 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-009 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-010 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-011 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-012 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-013 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-014 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-015 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-016 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-017 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-018 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-019 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-020 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-021 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-022 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-023 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-024 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-025 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-026 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-027 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-028 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-029 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-030 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-031 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-032 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-033 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-034 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-035 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-036 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-037 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-038 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-039 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-040 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-041 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-042 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-043 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-044 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-045 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-046 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-047 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-048 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-049 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-050 ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/bash32-051 mirror://gnu/bash/bash-3.2-patches/bash32-001 mirror://gnu/bash/bash-3.2-patches/bash32-002 mirror://gnu/bash/bash-3.2-patches/bash32-003 mirror://gnu/bash/bash-3.2-patches/bash32-004 mirror://gnu/bash/bash-3.2-patches/bash32-005 mirror://gnu/bash/bash-3.2-patches/bash32-006 mirror://gnu/bash/bash-3.2-patches/bash32-007 mirror://gnu/bash/bash-3.2-patches/bash32-008 mirror://gnu/bash/bash-3.2-patches/bash32-009 mirror://gnu/bash/bash-3.2-patches/bash32-010 mirror://gnu/bash/bash-3.2-patches/bash32-011 mirror://gnu/bash/bash-3.2-patches/bash32-012 mirror://gnu/bash/bash-3.2-patches/bash32-013 mirror://gnu/bash/bash-3.2-patches/bash32-014 mirror://gnu/bash/bash-3.2-patches/bash32-015 mirror://gnu/bash/bash-3.2-patches/bash32-016 mirror://gnu/bash/bash-3.2-patches/bash32-017 mirror://gnu/bash/bash-3.2-patches/bash32-018 mirror://gnu/bash/bash-3.2-patches/bash32-019 mirror://gnu/bash/bash-3.2-patches/bash32-020 mirror://gnu/bash/bash-3.2-patches/bash32-021 mirror://gnu/bash/bash-3.2-patches/bash32-022 mirror://gnu/bash/bash-3.2-patches/bash32-023 mirror://gnu/bash/bash-3.2-patches/bash32-024 mirror://gnu/bash/bash-3.2-patches/bash32-025 mirror://gnu/bash/bash-3.2-patches/bash32-026 mirror://gnu/bash/bash-3.2-patches/bash32-027 mirror://gnu/bash/bash-3.2-patches/bash32-028 mirror://gnu/bash/bash-3.2-patches/bash32-029 mirror://gnu/bash/bash-3.2-patches/bash32-030 mirror://gnu/bash/bash-3.2-patches/bash32-031 mirror://gnu/bash/bash-3.2-patches/bash32-032 mirror://gnu/bash/bash-3.2-patches/bash32-033 mirror://gnu/bash/bash-3.2-patches/bash32-034 mirror://gnu/bash/bash-3.2-patches/bash32-035 mirror://gnu/bash/bash-3.2-patches/bash32-036 mirror://gnu/bash/bash-3.2-patches/bash32-037 mirror://gnu/bash/bash-3.2-patches/bash32-038 mirror://gnu/bash/bash-3.2-patches/bash32-039 mirror://gnu/bash/bash-3.2-patches/bash32-040 mirror://gnu/bash/bash-3.2-patches/bash32-041 mirror://gnu/bash/bash-3.2-patches/bash32-042 mirror://gnu/bash/bash-3.2-patches/bash32-043 mirror://gnu/bash/bash-3.2-patches/bash32-044 mirror://gnu/bash/bash-3.2-patches/bash32-045 mirror://gnu/bash/bash-3.2-patches/bash32-046 mirror://gnu/bash/bash-3.2-patches/bash32-047 mirror://gnu/bash/bash-3.2-patches/bash32-048 mirror://gnu/bash/bash-3.2-patches/bash32-049 mirror://gnu/bash/bash-3.2-patches/bash32-050 mirror://gnu/bash/bash-3.2-patches/bash32-051 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=edc93bf19d16fabebc0b46abc96cd259 +_md5_=25c877f4f4cc2ffe9f5aa91e1c8a15ab diff --git a/metadata/md5-cache/app-shells/bash-4.0_p38 b/metadata/md5-cache/app-shells/bash-4.0_p38 index cf4e4a121f2c..bffbd1ac3255 100644 --- a/metadata/md5-cache/app-shells/bash-4.0_p38 +++ b/metadata/md5-cache/app-shells/bash-4.0_p38 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile install postinst preinst setup unpack -DEPEND=>=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) +DEFINED_PHASES=configure install prepare setup unpack +DEPEND=>=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-6.2 ) nls? ( virtual/libintl ) DESCRIPTION=The standard GNU Bourne again shell -EAPI=1 +EAPI=4 HOMEPAGE=http://tiswww.case.edu/php/chet/bash/bashtop.html -IUSE=afs bashlogger mem-scramble +net nls plugins vanilla -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd +IUSE=afs mem-scramble +net nls +readline +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd LICENSE=GPL-3 -RDEPEND=>=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) !=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-6.2 ) nls? ( virtual/libintl ) +SLOT=4.0 SRC_URI=mirror://gnu/bash/bash-4.0.tar.gz ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-001 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-002 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-003 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-004 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-005 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-006 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-007 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-008 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-009 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-010 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-011 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-012 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-013 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-014 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-015 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-016 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-017 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-018 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-019 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-020 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-021 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-022 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-023 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-024 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-025 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-026 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-027 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-028 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-029 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-030 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-031 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-032 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-033 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-034 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-035 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-036 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-037 ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/bash40-038 mirror://gnu/bash/bash-4.0-patches/bash40-001 mirror://gnu/bash/bash-4.0-patches/bash40-002 mirror://gnu/bash/bash-4.0-patches/bash40-003 mirror://gnu/bash/bash-4.0-patches/bash40-004 mirror://gnu/bash/bash-4.0-patches/bash40-005 mirror://gnu/bash/bash-4.0-patches/bash40-006 mirror://gnu/bash/bash-4.0-patches/bash40-007 mirror://gnu/bash/bash-4.0-patches/bash40-008 mirror://gnu/bash/bash-4.0-patches/bash40-009 mirror://gnu/bash/bash-4.0-patches/bash40-010 mirror://gnu/bash/bash-4.0-patches/bash40-011 mirror://gnu/bash/bash-4.0-patches/bash40-012 mirror://gnu/bash/bash-4.0-patches/bash40-013 mirror://gnu/bash/bash-4.0-patches/bash40-014 mirror://gnu/bash/bash-4.0-patches/bash40-015 mirror://gnu/bash/bash-4.0-patches/bash40-016 mirror://gnu/bash/bash-4.0-patches/bash40-017 mirror://gnu/bash/bash-4.0-patches/bash40-018 mirror://gnu/bash/bash-4.0-patches/bash40-019 mirror://gnu/bash/bash-4.0-patches/bash40-020 mirror://gnu/bash/bash-4.0-patches/bash40-021 mirror://gnu/bash/bash-4.0-patches/bash40-022 mirror://gnu/bash/bash-4.0-patches/bash40-023 mirror://gnu/bash/bash-4.0-patches/bash40-024 mirror://gnu/bash/bash-4.0-patches/bash40-025 mirror://gnu/bash/bash-4.0-patches/bash40-026 mirror://gnu/bash/bash-4.0-patches/bash40-027 mirror://gnu/bash/bash-4.0-patches/bash40-028 mirror://gnu/bash/bash-4.0-patches/bash40-029 mirror://gnu/bash/bash-4.0-patches/bash40-030 mirror://gnu/bash/bash-4.0-patches/bash40-031 mirror://gnu/bash/bash-4.0-patches/bash40-032 mirror://gnu/bash/bash-4.0-patches/bash40-033 mirror://gnu/bash/bash-4.0-patches/bash40-034 mirror://gnu/bash/bash-4.0-patches/bash40-035 mirror://gnu/bash/bash-4.0-patches/bash40-036 mirror://gnu/bash/bash-4.0-patches/bash40-037 mirror://gnu/bash/bash-4.0-patches/bash40-038 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1c35b552cb15e66b113b6c4cb6526c9b +_md5_=c26e021ee1be5a81614a0ae611cc93b5 diff --git a/metadata/md5-cache/app-shells/bash-4.1_p11 b/metadata/md5-cache/app-shells/bash-4.1_p11 index edae36cc6f53..efc784787cd3 100644 --- a/metadata/md5-cache/app-shells/bash-4.1_p11 +++ b/metadata/md5-cache/app-shells/bash-4.1_p11 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile install postinst preinst setup unpack -DEPEND=>=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) +DEFINED_PHASES=configure install prepare setup unpack +DEPEND=>=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-6.2 ) nls? ( virtual/libintl ) DESCRIPTION=The standard GNU Bourne again shell -EAPI=1 +EAPI=4 HOMEPAGE=http://tiswww.case.edu/php/chet/bash/bashtop.html -IUSE=afs bashlogger examples mem-scramble +net nls plugins vanilla -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd +IUSE=afs mem-scramble +net nls +readline +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd LICENSE=GPL-3 -RDEPEND=>=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) !=sys-libs/ncurses-5.2-r2 readline? ( >=sys-libs/readline-6.2 ) nls? ( virtual/libintl ) +SLOT=4.1 SRC_URI=mirror://gnu/bash/bash-4.1.tar.gz ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-001 ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-002 ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-003 ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-004 ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-005 ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-006 ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-007 ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-008 ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-009 ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-010 ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/bash41-011 mirror://gnu/bash/bash-4.1-patches/bash41-001 mirror://gnu/bash/bash-4.1-patches/bash41-002 mirror://gnu/bash/bash-4.1-patches/bash41-003 mirror://gnu/bash/bash-4.1-patches/bash41-004 mirror://gnu/bash/bash-4.1-patches/bash41-005 mirror://gnu/bash/bash-4.1-patches/bash41-006 mirror://gnu/bash/bash-4.1-patches/bash41-007 mirror://gnu/bash/bash-4.1-patches/bash41-008 mirror://gnu/bash/bash-4.1-patches/bash41-009 mirror://gnu/bash/bash-4.1-patches/bash41-010 mirror://gnu/bash/bash-4.1-patches/bash41-011 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=badaf54bb274b61a6e84318cc20e9253 +_md5_=9347d34423e1fabfe0fe83b6902573ad diff --git a/metadata/md5-cache/app-shells/mksh-40f b/metadata/md5-cache/app-shells/mksh-40f index 6a9601ad1cdf..4dbeb4b4d514 100644 --- a/metadata/md5-cache/app-shells/mksh-40f +++ b/metadata/md5-cache/app-shells/mksh-40f @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=BSD SLOT=0 SRC_URI=http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R40f.cpio.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a66e2c02849a57abdbc8fdc69ad69b0c diff --git a/metadata/md5-cache/app-shells/mksh-41 b/metadata/md5-cache/app-shells/mksh-41 index e28e5e7ed201..7768e77dbb21 100644 --- a/metadata/md5-cache/app-shells/mksh-41 +++ b/metadata/md5-cache/app-shells/mksh-41 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=BSD SLOT=0 SRC_URI=http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R41.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=82bc0eba9b967df6da4b687ec89ff665 diff --git a/metadata/md5-cache/app-shells/mksh-41b b/metadata/md5-cache/app-shells/mksh-41b index 14ddce5fc597..afd820785ce5 100644 --- a/metadata/md5-cache/app-shells/mksh-41b +++ b/metadata/md5-cache/app-shells/mksh-41b @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=BSD SLOT=0 SRC_URI=http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R41b.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=98c8eff3528b360c26c4c0ffcfba9eb7 diff --git a/metadata/md5-cache/app-shells/mksh-41c b/metadata/md5-cache/app-shells/mksh-41c index c67a39e94e81..df6d480ddd4f 100644 --- a/metadata/md5-cache/app-shells/mksh-41c +++ b/metadata/md5-cache/app-shells/mksh-41c @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=BSD SLOT=0 SRC_URI=http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R41c.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=82fa792b82fe978ef5f100023e5d68c9 diff --git a/metadata/md5-cache/app-shells/mksh-42 b/metadata/md5-cache/app-shells/mksh-42 index e329128612f6..2865afcb5fcc 100644 --- a/metadata/md5-cache/app-shells/mksh-42 +++ b/metadata/md5-cache/app-shells/mksh-42 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=BSD SLOT=0 SRC_URI=http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R42.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=6d1d158bfc4b28ae532a49af00dc53e7 diff --git a/metadata/md5-cache/app-shells/mksh-43 b/metadata/md5-cache/app-shells/mksh-43 index e6bb5710c643..57f84374120a 100644 --- a/metadata/md5-cache/app-shells/mksh-43 +++ b/metadata/md5-cache/app-shells/mksh-43 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=BSD SLOT=0 SRC_URI=http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R43.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=43e676f5b335c735d84a8fec125f93af diff --git a/metadata/md5-cache/app-shells/mksh-44 b/metadata/md5-cache/app-shells/mksh-44 index 15e6d5297269..a0726c4ec2d8 100644 --- a/metadata/md5-cache/app-shells/mksh-44 +++ b/metadata/md5-cache/app-shells/mksh-44 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=BSD SLOT=0 SRC_URI=http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R44.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=800702c54594800de9341f3b4f8b7842 diff --git a/metadata/md5-cache/app-shells/mksh-44-r1 b/metadata/md5-cache/app-shells/mksh-44-r1 index e6561662f42f..98eda5c8513f 100644 --- a/metadata/md5-cache/app-shells/mksh-44-r1 +++ b/metadata/md5-cache/app-shells/mksh-44-r1 @@ -8,5 +8,5 @@ KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux LICENSE=BSD SLOT=0 SRC_URI=http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R44.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=36821a9b949341ad5e6e190515cc4f35 diff --git a/metadata/md5-cache/app-shells/psh-1.8.1-r1 b/metadata/md5-cache/app-shells/psh-1.8.1-r1 index 504f803e40e8..1a42d69d058a 100644 --- a/metadata/md5-cache/app-shells/psh-1.8.1-r1 +++ b/metadata/md5-cache/app-shells/psh-1.8.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Combines the interactive nature of a Unix shell with the power of Pe EAPI=5 HOMEPAGE=http://www.focusresearch.com/gregor/sw/psh/ IUSE=readline -KEYWORDS=~amd64 ppc ~x86 +KEYWORDS=amd64 ppc ~x86 LICENSE=|| ( Artistic GPL-2 ) RDEPEND=readline? ( dev-perl/Term-ReadLine-Gnu dev-perl/TermReadKey ) || ( >=dev-lang/perl-5.16 =sys-apps/coreutils-6.10 SLOT=0 SRC_URI=mirror://sourceforge/dict/dictd-1.12.1.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9a9ec17178818d156e455f51d1ae3f4d +_md5_=cf263ba7f2174970a133d46ba2d3be73 diff --git a/metadata/md5-cache/app-text/dvisvgm-1.4 b/metadata/md5-cache/app-text/dvisvgm-1.4 index ef98a6a30c3a..47cec973a34a 100644 --- a/metadata/md5-cache/app-text/dvisvgm-1.4 +++ b/metadata/md5-cache/app-text/dvisvgm-1.4 @@ -4,10 +4,10 @@ DESCRIPTION=Converts DVI files to SVG EAPI=4 HOMEPAGE=http://dvisvgm.sourceforge.net/ IUSE=test -KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3 RDEPEND=virtual/tex-base app-text/ghostscript-gpl >=media-gfx/potrace-1.10-r1 media-libs/freetype:2 sys-libs/zlib RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/dvisvgm/dvisvgm-1.4.tar.gz -_md5_=603e252cf602fa28b4b2f91f23df801b +_md5_=ac5a739c60a7155f77c84a53d6c70e02 diff --git a/metadata/md5-cache/app-text/gnome-doc-utils-0.20.10-r1 b/metadata/md5-cache/app-text/gnome-doc-utils-0.20.10-r1 index bf0e68a1ce5f..eb386e681636 100644 --- a/metadata/md5-cache/app-text/gnome-doc-utils-0.20.10-r1 +++ b/metadata/md5-cache/app-text/gnome-doc-utils-0.20.10-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A collection of documentation utilities for the Gnome project EAPI=5 HOMEPAGE=http://live.gnome.org/GnomeDocUtils IUSE=python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 LGPL-2.1 RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-libs/libxml2-2.6.12[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-libs/libxslt-1.1.8 SLOT=0 SRC_URI=mirror://gnome/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=8444b366e2735edeee2fa87015b429b5 +_md5_=ec6e130b9daf273616a11932e3143f95 diff --git a/metadata/md5-cache/app-text/gtkspell-3.0.3 b/metadata/md5-cache/app-text/gtkspell-3.0.3 index f6aa8357c621..a9a8e8f52e65 100644 --- a/metadata/md5-cache/app-text/gtkspell-3.0.3 +++ b/metadata/md5-cache/app-text/gtkspell-3.0.3 @@ -4,10 +4,10 @@ DESCRIPTION=Spell checking widget for GTK EAPI=5 HOMEPAGE=http://gtkspell.sourceforge.net/ IUSE=+introspection vala -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris LICENSE=GPL-2+ RDEPEND=>=app-text/enchant-1.1.6 app-text/iso-codes dev-libs/glib:2 x11-libs/gtk+:3[introspection?] >=x11-libs/pango-1.8.0[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.30 ) SLOT=3/0 SRC_URI=mirror://sourceforge/project/gtkspell/3.0.3/gtkspell3-3.0.3.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 vala b365480bc54c4e356dc1e953da9fe356 -_md5_=d0f7997352ce6ce2976f46d332722ad3 +_md5_=89f1804bcfcf56004bb4d4ba286db0f3 diff --git a/metadata/md5-cache/app-text/iso-codes-3.45 b/metadata/md5-cache/app-text/iso-codes-3.45 index c5398cf42e89..a3a6a4dfd20e 100644 --- a/metadata/md5-cache/app-text/iso-codes-3.45 +++ b/metadata/md5-cache/app-text/iso-codes-3.45 @@ -3,10 +3,10 @@ DEPEND=app-arch/xz-utils sys-devel/gettext DESCRIPTION=ISO language, territory, currency, script codes and their translations EAPI=5 HOMEPAGE=http://pkg-isocodes.alioth.debian.org/ -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=LGPL-2.1 RESTRICT=binchecks strip SLOT=0 SRC_URI=http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.45.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=242091a72ffaae39ff51d4c8c4883bd4 +_md5_=122dfcbb30a4a3c2a12f0109be109e84 diff --git a/metadata/md5-cache/app-text/jadetex-3.13-r6 b/metadata/md5-cache/app-text/jadetex-3.13-r6 index abf6ebc2f294..02ccb412f242 100644 --- a/metadata/md5-cache/app-text/jadetex-3.13-r6 +++ b/metadata/md5-cache/app-text/jadetex-3.13-r6 @@ -3,11 +3,11 @@ DEPEND=>=app-text/openjade-1.3.1 dev-texlive/texlive-fontsrecommended dev-texliv DESCRIPTION=TeX macros used by Jade TeX output EAPI=5 HOMEPAGE=http://jadetex.sourceforge.net/ -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=MIT RDEPEND=virtual/latex-base RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/jadetex/jadetex-3.13.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e latex-package 999c52f495ebb8dd3b69bda982bb2817 multilib 892e597faee02a5b94eb02ab512e7622 texlive-common 04b9b0d6ae9d9855e9221a0dbf4acd9e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=20cc2b85181073dbcb8c30b1833c8909 +_md5_=2289546a32cb8416384695f34b7a0cad diff --git a/metadata/md5-cache/app-text/libwpd-0.9.9 b/metadata/md5-cache/app-text/libwpd-0.9.9 index 0aed0bc31dcc..119d1caac0c1 100644 --- a/metadata/md5-cache/app-text/libwpd-0.9.9 +++ b/metadata/md5-cache/app-text/libwpd-0.9.9 @@ -4,10 +4,10 @@ DESCRIPTION=WordPerfect Document import/export library EAPI=5 HOMEPAGE=http://libwpd.sf.net IUSE=doc test +tools -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( LGPL-2.1 MPL-2.0 ) RDEPEND=!=dev-libs/libxml2-2.4.23 >=dev-libs/popt-1.5 virtual/pkg DESCRIPTION=Open source Text Summarizer, as used in newer releases of abiword and kword. EAPI=5 HOMEPAGE=http://libots.sourceforge.net/ -KEYWORDS=~alpha amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 >=dev-libs/libxml2-2.4.23 >=dev-libs/popt-1.5 SLOT=0 SRC_URI=mirror://sourceforge/libots/ots-0.5.0.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ab3b722315e7a5a81e3fc8558d9f7ba9 +_md5_=8ee94f800db8e32e83d5079cc0c4545f diff --git a/metadata/md5-cache/app-text/pastebinit-1.3.1-r2 b/metadata/md5-cache/app-text/pastebinit-1.3.1-r2 index 8b73c92f08f3..a2e762256f80 100644 --- a/metadata/md5-cache/app-text/pastebinit-1.3.1-r2 +++ b/metadata/md5-cache/app-text/pastebinit-1.3.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A software that lets you send anything you want directly to a pasteb EAPI=5 HOMEPAGE=https://launchpad.net/pastebinit IUSE=crypt python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/configobj[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] crypt? ( app-crypt/gnupg ) SLOT=0 SRC_URI=https://launchpad.net/pastebinit/trunk/1.3.1/+download/pastebinit-1.3.1.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=61a610814fa0452aa7e65c4dcd5e3b7f +_md5_=ba0e8b98120d08a49c6164e52d47e8cf diff --git a/metadata/md5-cache/app-text/ronn-0.7.3-r1 b/metadata/md5-cache/app-text/ronn-0.7.3-r1 index c2894bd682af..0675ad0ba793 100644 --- a/metadata/md5-cache/app-text/ronn-0.7.3-r1 +++ b/metadata/md5-cache/app-text/ronn-0.7.3-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Ronn converts simple, human readable textfiles to roff for terminal EAPI=2 HOMEPAGE=http://github.com/rtomayko/ronn/ IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby18] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby18] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby19] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby19] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ree18] >=dev-ruby/mustache-0.7.0[ruby_targets_ree18] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) SLOT=0 SRC_URI=mirror://rubygems/ronn-0.7.3.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=0ae86c42d5e88ee92ef7d4da72191efd +_md5_=0159952b5c3bed515456272107d1df43 diff --git a/metadata/md5-cache/app-text/vilistextum-2.6.9-r1 b/metadata/md5-cache/app-text/vilistextum-2.6.9-r1 index 80eb57af7e5d..6be67e0ac90c 100644 --- a/metadata/md5-cache/app-text/vilistextum-2.6.9-r1 +++ b/metadata/md5-cache/app-text/vilistextum-2.6.9-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Html to ascii converter specifically programmed to get the best out EAPI=5 HOMEPAGE=http://bhaak.dyndns.org/vilistextum/ IUSE=unicode -KEYWORDS=~amd64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=amd64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=GPL-2 SLOT=0 SRC_URI=http://bhaak.dyndns.org/vilistextum/vilistextum-2.6.9.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=678bcdbe17e9e43badb6791076e4ce79 +_md5_=9347cb98ab5f1fc7d701b258176b9fba diff --git a/metadata/md5-cache/app-text/zpspell-0.4.3-r1 b/metadata/md5-cache/app-text/zpspell-0.4.3-r1 index 8a2736d622a2..daf824c27891 100644 --- a/metadata/md5-cache/app-text/zpspell-0.4.3-r1 +++ b/metadata/md5-cache/app-text/zpspell-0.4.3-r1 @@ -3,10 +3,10 @@ DEPEND=dev-libs/dbus-glib sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( DESCRIPTION=Zemberek-Pardus spell checker interface. EAPI=5 HOMEPAGE=http://www.pardus.org.tr/projeler/masaustu/zemberek-pardus -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=dev-libs/dbus-glib app-text/zemberek-server SLOT=0 SRC_URI=http://cekirdek.uludag.org.tr/~baris/zpspell/zpspell-0.4.3.tar.bz2 _eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=dc78c36bf1165bac66b06dcc8568857b +_md5_=7bc54147024ce7473cb51c5073703e27 diff --git a/metadata/md5-cache/app-vim/gtk-syntax-20130716 b/metadata/md5-cache/app-vim/gtk-syntax-20130716 index c1a4a1327e8e..ad67f120bcb9 100644 --- a/metadata/md5-cache/app-vim/gtk-syntax-20130716 +++ b/metadata/md5-cache/app-vim/gtk-syntax-20130716 @@ -3,10 +3,10 @@ DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) DESCRIPTION=vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more EAPI=5 HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=1000 -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 ) SLOT=0 SRC_URI=mirror://gentoo/gtk-syntax-20130716.tar.bz2 http://dev.gentoo.org/~radhermit/vim/gtk-syntax-20130716.tar.bz2 _eclasses_=vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 286547e90fbbc4c841eee80cd73e646c -_md5_=021689ce3c34bc0c0bbe306cb8f37d1e +_md5_=035b7fd3b45c15e90d064a4d770ce33b diff --git a/metadata/md5-cache/dev-cpp/atkmm-2.22.7 b/metadata/md5-cache/dev-cpp/atkmm-2.22.7 index 07adf06140ae..2fbe0bee33e3 100644 --- a/metadata/md5-cache/dev-cpp/atkmm-2.22.7 +++ b/metadata/md5-cache/dev-cpp/atkmm-2.22.7 @@ -4,10 +4,10 @@ DESCRIPTION=C++ interface for the ATK library EAPI=5 HOMEPAGE=http://www.gtkmm.org IUSE=doc -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=>=dev-cpp/glibmm-2.36.0:2[doc?] >=dev-libs/atk-1.12 dev-libs/libsigc++:2 !=dev-libs/libsigc++-2.2.10:2 >=dev-libs/glib-2.36.1:2 SLOT=2 SRC_URI=mirror://gnome/sources/glibmm/2.36/glibmm-2.36.2.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=dce3ec69b27bb404a302bff4d6d20672 +_md5_=ed15cfbc98f8eff5b8987e308cee9394 diff --git a/metadata/md5-cache/dev-cpp/gtkmm-3.8.1 b/metadata/md5-cache/dev-cpp/gtkmm-3.8.1 index ac758e99fc75..943df95e3325 100644 --- a/metadata/md5-cache/dev-cpp/gtkmm-3.8.1 +++ b/metadata/md5-cache/dev-cpp/gtkmm-3.8.1 @@ -4,11 +4,11 @@ DESCRIPTION=C++ interface for GTK+ EAPI=5 HOMEPAGE=http://www.gtkmm.org IUSE=aqua doc examples test wayland +X -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +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.36.2:2 >=x11-libs/gtk+-3.8.0:3[aqua?,wayland?,X?] >=x11-libs/gdk-pixbuf-2.22.1:2 >=dev-cpp/atkmm-2.22.2 >=dev-cpp/cairomm-1.9.2.2 >=dev-cpp/pangomm-2.27.1:1.4 dev-libs/libsigc++:2 REQUIRED_USE=|| ( aqua wayland X ) SLOT=3.0 SRC_URI=mirror://gnome/sources/gtkmm/3.8/gtkmm-3.8.1.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=470b07f879debd97f84e60c90c997d0d +_md5_=ca17e36a0143d302fdc39746b9a1e09f diff --git a/metadata/md5-cache/dev-cpp/pangomm-2.34.0 b/metadata/md5-cache/dev-cpp/pangomm-2.34.0 index a7960c55430a..146bb058947e 100644 --- a/metadata/md5-cache/dev-cpp/pangomm-2.34.0 +++ b/metadata/md5-cache/dev-cpp/pangomm-2.34.0 @@ -4,10 +4,10 @@ DESCRIPTION=C++ interface for pango EAPI=5 HOMEPAGE=http://www.gtkmm.org IUSE=doc -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=>=x11-libs/pango-1.23.0 >=dev-cpp/glibmm-2.36.0:2 >=dev-cpp/cairomm-1.2.2 dev-libs/libsigc++:2 !=dev-libs/icu-4.3.1 dev-lang/erlang[ssl] >=dev-libs/openssl-0.9.8j:0 >=net-misc/curl-7.18.2 =dev-db/libdbi-drivers-0.9.0 SLOT=0 SRC_URI=mirror://sourceforge/libdbi/libdbi-0.9.0.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6df4355bf3c200cc77940802e84d5ee1 +_md5_=bdff2baecbf0762d6da4421d6922a57e diff --git a/metadata/md5-cache/dev-db/libdbi-drivers-0.9.0 b/metadata/md5-cache/dev-db/libdbi-drivers-0.9.0 index bfa0eab1c36f..0900b783cb52 100644 --- a/metadata/md5-cache/dev-db/libdbi-drivers-0.9.0 +++ b/metadata/md5-cache/dev-db/libdbi-drivers-0.9.0 @@ -4,11 +4,11 @@ DESCRIPTION=The libdbi-drivers project maintains drivers for libdbi. EAPI=4 HOMEPAGE=http://libdbi-drivers.sourceforge.net/ IUSE=bindist doc firebird mysql oci8 postgres +sqlite static-libs -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=>=dev-db/libdbi-0.9.0 firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) REQUIRED_USE=firebird? ( !bindist ) || ( mysql postgres sqlite firebird oci8 ) SLOT=0 SRC_URI=mirror://sourceforge/project/libdbi-drivers/libdbi-drivers/libdbi-drivers-0.9.0/libdbi-drivers-0.9.0.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e3932fdc178672654cbe1f3005b6092c +_md5_=f3458aad96913ff004fc46f87911d903 diff --git a/metadata/md5-cache/dev-db/mysql-init-scripts-2.0_pre1-r6 b/metadata/md5-cache/dev-db/mysql-init-scripts-2.0_pre1-r6 index 7650dc0d3877..ba101fc32d9b 100644 --- a/metadata/md5-cache/dev-db/mysql-init-scripts-2.0_pre1-r6 +++ b/metadata/md5-cache/dev-db/mysql-init-scripts-2.0_pre1-r6 @@ -2,9 +2,9 @@ DEFINED_PHASES=install postinst DEPEND=virtual/pkgconfig DESCRIPTION=Gentoo MySQL init scripts. HOMEPAGE=http://www.gentoo.org/ -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=!=x11-libs/gtk+-2.6:2 dev-libs/glib:2 gnome-base/libglade:2.0 dev-libs/libsigc++:2 dev-libs/boost >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 >=dev-cpp/glibmm-2.14:2 >=dev-cpp/gtkmm-2.14:2.4 dev-db/libiodbc dev-libs/libzip >=virtual/mysql-5.1 dev-libs/libpcre virtual/opengl >=dev-lang/lua-5.1[deprecated] x11-libs/pango || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) >=x11-libs/cairo-1.5.12[svg] dev-python/pexpect >=dev-python/paramiko-1.7.4 gnome-keyring? ( gnome-base/libgnome-keyring ) nls? ( sys-devel/gettext ) app-admin/sudo >=sys-apps/net-tools-1.60_p20120127084908 =dev-lang/python-2* doc? ( =dev-lang/python-2*[sqlite] ) SLOT=0 SRC_URI=mirror://mysql/Downloads/MySQLGUITools/mysql-workbench-gpl-5.2.47-src.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=1ef54466356b87c3da7093ee905412d3 +_md5_=992572a23f700108d323d575825017fb diff --git a/metadata/md5-cache/dev-db/postgresql-base-8.4.19 b/metadata/md5-cache/dev-db/postgresql-base-8.4.19 index 994f4f387704..dc4e84af9f97 100644 --- a/metadata/md5-cache/dev-db/postgresql-base-8.4.19 +++ b/metadata/md5-cache/dev-db/postgresql-base-8.4.19 @@ -4,7 +4,7 @@ DESCRIPTION=PostgreSQL libraries and clients EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos ldap nls pam pg_legacytimestamp python readline ssl threads zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd LICENSE=POSTGRESQL PDEPEND=doc? ( ~dev-db/postgresql-docs-8.4.19 ) RDEPEND=>=app-admin/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) readline? ( >=sys-libs/readline-4.1 ) ssl? ( >=dev-libs/openssl-0.9.6-r1 ) zlib? ( >=sys-libs/zlib-1.1.3 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=8.4 SRC_URI=mirror://postgresql/source/v8.4.19/postgresql-8.4.19.tar.bz2 http://dev.gentoo.org/~titanofold/postgresql-patches-8.4-r3.tbz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=55a2c919c2f1ef381f9d1ff18353f8dc +_md5_=1bcadc0c83bf615586be990472e639b3 diff --git a/metadata/md5-cache/dev-db/postgresql-base-9.0.15 b/metadata/md5-cache/dev-db/postgresql-base-9.0.15 index 7507314b4544..e29f05ebbd27 100644 --- a/metadata/md5-cache/dev-db/postgresql-base-9.0.15 +++ b/metadata/md5-cache/dev-db/postgresql-base-9.0.15 @@ -4,7 +4,7 @@ DESCRIPTION=PostgreSQL libraries and clients EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos ldap nls pam pg_legacytimestamp python readline ssl threads zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL PDEPEND=doc? ( ~dev-db/postgresql-docs-9.0.15 ) RDEPEND=>=app-admin/eselect-postgresql-1.0.7 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) readline? ( sys-libs/readline ) ssl? ( >=dev-libs/openssl-0.9.6-r1 ) zlib? ( sys-libs/zlib ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=9.0 SRC_URI=mirror://postgresql/source/v9.0.15/postgresql-9.0.15.tar.bz2 http://dev.gentoo.org/~titanofold/postgresql-patches-9.0-r4.tbz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=01c9148fb85c4c22283fe12dc30aba1c +_md5_=d56790d0a466ee6bbff7c4643364f95e diff --git a/metadata/md5-cache/dev-db/postgresql-base-9.1.11 b/metadata/md5-cache/dev-db/postgresql-base-9.1.11 index 999f254a7c13..b295695f4085 100644 --- a/metadata/md5-cache/dev-db/postgresql-base-9.1.11 +++ b/metadata/md5-cache/dev-db/postgresql-base-9.1.11 @@ -4,7 +4,7 @@ DESCRIPTION=PostgreSQL libraries and clients EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos ldap nls pam pg_legacytimestamp python readline ssl threads zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL PDEPEND=doc? ( ~dev-db/postgresql-docs-9.1.11 ) RDEPEND=>=app-admin/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) readline? ( sys-libs/readline ) ssl? ( >=dev-libs/openssl-0.9.6-r1 ) zlib? ( sys-libs/zlib ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=9.1 SRC_URI=mirror://postgresql/source/v9.1.11/postgresql-9.1.11.tar.bz2 http://dev.gentoo.org/~titanofold/postgresql-patches-9.1-r2.tbz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=177a0c06b528ba64803413b46ddf486c +_md5_=edc63d4fe7564eca42feb4291e64e81d diff --git a/metadata/md5-cache/dev-db/postgresql-base-9.2.6 b/metadata/md5-cache/dev-db/postgresql-base-9.2.6 index 8e45e40f28f5..83fdb80bbffa 100644 --- a/metadata/md5-cache/dev-db/postgresql-base-9.2.6 +++ b/metadata/md5-cache/dev-db/postgresql-base-9.2.6 @@ -4,7 +4,7 @@ DESCRIPTION=PostgreSQL libraries and clients EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos ldap nls pam pg_legacytimestamp python readline ssl threads zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL PDEPEND=doc? ( ~dev-db/postgresql-docs-9.2.6 ) RDEPEND=>=app-admin/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) readline? ( sys-libs/readline ) ssl? ( >=dev-libs/openssl-0.9.6-r1 ) zlib? ( sys-libs/zlib ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=9.2 SRC_URI=mirror://postgresql/source/v9.2.6/postgresql-9.2.6.tar.bz2 http://dev.gentoo.org/~titanofold/postgresql-patches-9.2.tbz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=8eb96518f18184b3da07a971fecbee33 +_md5_=d68c3cfb24f5ff191a2d4c93a62f4a64 diff --git a/metadata/md5-cache/dev-db/postgresql-base-9.3.2 b/metadata/md5-cache/dev-db/postgresql-base-9.3.2 index 3e1a03b9d2f4..bddc5e3651a3 100644 --- a/metadata/md5-cache/dev-db/postgresql-base-9.3.2 +++ b/metadata/md5-cache/dev-db/postgresql-base-9.3.2 @@ -4,7 +4,7 @@ DESCRIPTION=PostgreSQL libraries and clients EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos ldap nls pam pg_legacytimestamp python readline ssl threads zlib linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL PDEPEND=doc? ( ~dev-db/postgresql-docs-9.3.2 ) RDEPEND=>=app-admin/eselect-postgresql-1.2.0 sys-apps/less virtual/libintl kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) readline? ( sys-libs/readline ) ssl? ( >=dev-libs/openssl-0.9.6-r1 ) zlib? ( sys-libs/zlib ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=9.3 SRC_URI=mirror://postgresql/source/v9.3.2/postgresql-9.3.2.tar.bz2 http://dev.gentoo.org/~titanofold/postgresql-patches-9.3-r1.tbz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=887e5c92d6b4fa7772e5c708edf307f7 +_md5_=2ea90b803ab6f9987a5c8460dad50644 diff --git a/metadata/md5-cache/dev-db/postgresql-docs-8.4.19 b/metadata/md5-cache/dev-db/postgresql-docs-8.4.19 index a6379e5b4300..7e15b32d971e 100644 --- a/metadata/md5-cache/dev-db/postgresql-docs-8.4.19 +++ b/metadata/md5-cache/dev-db/postgresql-docs-8.4.19 @@ -2,10 +2,10 @@ DEFINED_PHASES=install unpack DESCRIPTION=PostgreSQL documentation EAPI=4 HOMEPAGE=http://www.postgresql.org/ -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd LICENSE=POSTGRESQL RESTRICT=test SLOT=8.4 SRC_URI=mirror://postgresql/source/v8.4.19/postgresql-8.4.19.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=52cf44d310ee137556e5c777941f9244 +_md5_=9d29525165c22b27fa6f766060e80b34 diff --git a/metadata/md5-cache/dev-db/postgresql-docs-9.0.15 b/metadata/md5-cache/dev-db/postgresql-docs-9.0.15 index 583143a9a732..b87b30e4c2bd 100644 --- a/metadata/md5-cache/dev-db/postgresql-docs-9.0.15 +++ b/metadata/md5-cache/dev-db/postgresql-docs-9.0.15 @@ -2,10 +2,10 @@ DEFINED_PHASES=install unpack DESCRIPTION=PostgreSQL documentation EAPI=4 HOMEPAGE=http://www.postgresql.org/ -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL RESTRICT=test SLOT=9.0 SRC_URI=mirror://postgresql/source/v9.0.15/postgresql-9.0.15.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=7ec6057dbfa9274cb16a0f092beba159 +_md5_=e883a51df4c9ae0606c93da68f505c74 diff --git a/metadata/md5-cache/dev-db/postgresql-docs-9.1.11 b/metadata/md5-cache/dev-db/postgresql-docs-9.1.11 index c14848091a7d..28672a541b07 100644 --- a/metadata/md5-cache/dev-db/postgresql-docs-9.1.11 +++ b/metadata/md5-cache/dev-db/postgresql-docs-9.1.11 @@ -2,10 +2,10 @@ DEFINED_PHASES=install unpack DESCRIPTION=PostgreSQL documentation EAPI=4 HOMEPAGE=http://www.postgresql.org/ -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL RESTRICT=test SLOT=9.1 SRC_URI=mirror://postgresql/source/v9.1.11/postgresql-9.1.11.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=89d0e66f6054c8ef5eb4db318864a5c4 +_md5_=f1d853438a95a56f2924fb9b22345c9e diff --git a/metadata/md5-cache/dev-db/postgresql-docs-9.2.6 b/metadata/md5-cache/dev-db/postgresql-docs-9.2.6 index 0e67e124317a..fd9768c25435 100644 --- a/metadata/md5-cache/dev-db/postgresql-docs-9.2.6 +++ b/metadata/md5-cache/dev-db/postgresql-docs-9.2.6 @@ -2,10 +2,10 @@ DEFINED_PHASES=install unpack DESCRIPTION=PostgreSQL documentation EAPI=4 HOMEPAGE=http://www.postgresql.org/ -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL RESTRICT=test SLOT=9.2 SRC_URI=mirror://postgresql/source/v9.2.6/postgresql-9.2.6.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=3c7ac05bed998454caa5c76ea7835a38 +_md5_=c806f8c0f8e7a422b0ea01c55c084bf3 diff --git a/metadata/md5-cache/dev-db/postgresql-docs-9.3.2 b/metadata/md5-cache/dev-db/postgresql-docs-9.3.2 index 0b42436c5450..7a0200a0c2eb 100644 --- a/metadata/md5-cache/dev-db/postgresql-docs-9.3.2 +++ b/metadata/md5-cache/dev-db/postgresql-docs-9.3.2 @@ -2,10 +2,10 @@ DEFINED_PHASES=install unpack DESCRIPTION=PostgreSQL documentation EAPI=4 HOMEPAGE=http://www.postgresql.org/ -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL RESTRICT=test SLOT=9.3 SRC_URI=mirror://postgresql/source/v9.3.2/postgresql-9.3.2.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=727c52e376625557a61aedd26e7f5c8e +_md5_=11916ec482f784b52281b6cc6deefca5 diff --git a/metadata/md5-cache/dev-db/postgresql-server-8.4.19 b/metadata/md5-cache/dev-db/postgresql-server-8.4.19 index 1f2b6dbc3632..24bd32c71fa2 100644 --- a/metadata/md5-cache/dev-db/postgresql-server-8.4.19 +++ b/metadata/md5-cache/dev-db/postgresql-server-8.4.19 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL server EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux nls pam perl -pg_legacytimestamp python selinux tcl test uuid xml linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd LICENSE=POSTGRESQL GPL-2 PDEPEND=doc? ( ~dev-db/postgresql-docs-8.4.19 ) RDEPEND=~dev-db/postgresql-base-8.4.19[kerberos?,pam?,pg_legacytimestamp=,python=,nls=] perl? ( >=dev-lang/perl-5.8 ) selinux? ( sec-policy/selinux-postgresql ) tcl? ( >=dev-lang/tcl-8 ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) SLOT=8.4 SRC_URI=mirror://postgresql/source/v8.4.19/postgresql-8.4.19.tar.bz2 http://dev.gentoo.org/~titanofold/postgresql-patches-8.4-r3.tbz2 http://dev.gentoo.org/~titanofold/postgresql-initscript-pre92-2.6.tbz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=3612b6498d21a420f8cbd31d56e91a70 +_md5_=5f773369e20719fb419183c1332767cc diff --git a/metadata/md5-cache/dev-db/postgresql-server-9.0.15 b/metadata/md5-cache/dev-db/postgresql-server-9.0.15 index 41e570cec817..4654f1179b9a 100644 --- a/metadata/md5-cache/dev-db/postgresql-server-9.0.15 +++ b/metadata/md5-cache/dev-db/postgresql-server-9.0.15 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL server EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux nls pam perl -pg_legacytimestamp python selinux tcl test uuid xml linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 PDEPEND=doc? ( ~dev-db/postgresql-docs-9.0.15 ) RDEPEND=~dev-db/postgresql-base-9.0.15[kerberos?,pam?,pg_legacytimestamp=,python=,nls=] perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) selinux? ( sec-policy/selinux-postgresql ) tcl? ( >=dev-lang/tcl-8 ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) SLOT=9.0 SRC_URI=mirror://postgresql/source/v9.0.15/postgresql-9.0.15.tar.bz2 http://dev.gentoo.org/~titanofold/postgresql-patches-9.0-r4.tbz2 http://dev.gentoo.org/~titanofold/postgresql-initscript-pre92-2.6.tbz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=36a46bdeee466962c14e3247d7497281 +_md5_=8603894c209e64ce6a169f9a50ab19fa diff --git a/metadata/md5-cache/dev-db/postgresql-server-9.1.11 b/metadata/md5-cache/dev-db/postgresql-server-9.1.11 index 0ede76b9c55f..8d8674779e93 100644 --- a/metadata/md5-cache/dev-db/postgresql-server-9.1.11 +++ b/metadata/md5-cache/dev-db/postgresql-server-9.1.11 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL server EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux nls pam perl -pg_legacytimestamp python selinux tcl test uuid xml linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 PDEPEND=doc? ( ~dev-db/postgresql-docs-9.1.11 ) RDEPEND=~dev-db/postgresql-base-9.1.11[kerberos?,pam?,pg_legacytimestamp=,python=,nls=] perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) selinux? ( sec-policy/selinux-postgresql ) tcl? ( >=dev-lang/tcl-8 ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) SLOT=9.1 SRC_URI=mirror://postgresql/source/v9.1.11/postgresql-9.1.11.tar.bz2 http://dev.gentoo.org/~titanofold/postgresql-patches-9.1-r2.tbz2 http://dev.gentoo.org/~titanofold/postgresql-initscript-pre92-2.6.tbz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=1650e8cbd071bb1ea927dbaa1fda4ec2 +_md5_=e67ee6f88027ba52030caf271bf1bc8d diff --git a/metadata/md5-cache/dev-db/postgresql-server-9.2.6 b/metadata/md5-cache/dev-db/postgresql-server-9.2.6 index 0d2548d28286..9c5f856fbec6 100644 --- a/metadata/md5-cache/dev-db/postgresql-server-9.2.6 +++ b/metadata/md5-cache/dev-db/postgresql-server-9.2.6 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL server EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux nls pam perl -pg_legacytimestamp python selinux tcl test uuid xml linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 PDEPEND=doc? ( ~dev-db/postgresql-docs-9.2.6 ) RDEPEND=~dev-db/postgresql-base-9.2.6[kerberos?,pam?,pg_legacytimestamp=,python=,nls=] perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) selinux? ( sec-policy/selinux-postgresql ) tcl? ( >=dev-lang/tcl-8 ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) SLOT=9.2 SRC_URI=mirror://postgresql/source/v9.2.6/postgresql-9.2.6.tar.bz2 http://dev.gentoo.org/~titanofold/postgresql-patches-9.2.tbz2 http://dev.gentoo.org/~titanofold/postgresql-initscript-2.6.tbz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=76a9b05b135da2c709001c324168b6d8 +_md5_=ab4ccd1ae422d26c11810a33ba5263cc diff --git a/metadata/md5-cache/dev-db/postgresql-server-9.3.2 b/metadata/md5-cache/dev-db/postgresql-server-9.3.2 index 2d43e51911da..3b90902acbad 100644 --- a/metadata/md5-cache/dev-db/postgresql-server-9.3.2 +++ b/metadata/md5-cache/dev-db/postgresql-server-9.3.2 @@ -4,11 +4,11 @@ DESCRIPTION=PostgreSQL server EAPI=5 HOMEPAGE=http://www.postgresql.org/ IUSE=doc kerberos kernel_linux nls pam perl -pg_legacytimestamp python selinux tcl test uuid xml linguas_af linguas_cs linguas_de linguas_en linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris LICENSE=POSTGRESQL GPL-2 PDEPEND=doc? ( ~dev-db/postgresql-docs-9.3.2 ) RDEPEND=~dev-db/postgresql-base-9.3.2[kerberos?,pam?,pg_legacytimestamp=,python=,nls=] perl? ( >=dev-lang/perl-5.8 ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) selinux? ( sec-policy/selinux-postgresql ) tcl? ( >=dev-lang/tcl-8 ) uuid? ( dev-libs/ossp-uuid ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) SLOT=9.3 SRC_URI=mirror://postgresql/source/v9.3.2/postgresql-9.3.2.tar.bz2 http://dev.gentoo.org/~titanofold/postgresql-patches-9.3-r1.tbz2 http://dev.gentoo.org/~titanofold/postgresql-initscript-2.5.tbz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 prefix 21058c21ca48453d771df15500873ede python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=97d2e34d439a6060f3a301854bfcab8d +_md5_=00d99d31b788d1ffe102609a67455751 diff --git a/metadata/md5-cache/dev-embedded/msp430-binutils-2.21.1_p20120406 b/metadata/md5-cache/dev-embedded/msp430-binutils-2.21.1_p20120406 index 02b7e38b0d59..8a591a0163aa 100644 --- a/metadata/md5-cache/dev-embedded/msp430-binutils-2.21.1_p20120406 +++ b/metadata/md5-cache/dev-embedded/msp430-binutils-2.21.1_p20120406 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-3-r2 >=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.21.1.tar.bz2 mirror://gentoo/binutils-2.21.1-patches-1.4.tar.bz2 http://dev.gentoo.org/~vapier/dist/binutils-2.21.1-patches-1.4.tar.bz2 http://dev.gentoo.org/~radhermit/distfiles/msp430-binutils-2.21.1_p20120406.patch.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=2f00260393912e3b027ac27695ec9711 diff --git a/metadata/md5-cache/dev-embedded/msp430-binutils-2.22_p20120911 b/metadata/md5-cache/dev-embedded/msp430-binutils-2.22_p20120911 index c7b489e1099a..f0ac3df42d0e 100644 --- a/metadata/md5-cache/dev-embedded/msp430-binutils-2.22_p20120911 +++ b/metadata/md5-cache/dev-embedded/msp430-binutils-2.22_p20120911 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-3-r2 >=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.22.tar.bz2 mirror://gentoo/binutils-2.22-patches-1.5.tar.bz2 http://dev.gentoo.org/~vapier/dist/binutils-2.22-patches-1.5.tar.bz2 http://dev.gentoo.org/~radhermit/dist/msp430-binutils-2.22_p20120911.patch.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=efda14598d660f0adeb08997f02e34ea diff --git a/metadata/md5-cache/dev-games/newton-2.36 b/metadata/md5-cache/dev-games/newton-2.36 index d29c4c08f6ab..5d47abda74f5 100644 --- a/metadata/md5-cache/dev-games/newton-2.36 +++ b/metadata/md5-cache/dev-games/newton-2.36 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=ZLIB SLOT=0 SRC_URI=http://newton-dynamics.googlecode.com/files/newton-dynamics-2.36.rar -_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=3baeee1bb94ae67360aa250a2a561d53 diff --git a/metadata/md5-cache/dev-games/quake4-sdk-1.4.2 b/metadata/md5-cache/dev-games/quake4-sdk-1.4.2 index c7b7043a0e3d..ce480c55b74c 100644 --- a/metadata/md5-cache/dev-games/quake4-sdk-1.4.2 +++ b/metadata/md5-cache/dev-games/quake4-sdk-1.4.2 @@ -6,5 +6,5 @@ LICENSE=QUAKE4 RESTRICT=strip SLOT=0 SRC_URI=mirror://idsoftware/quake4/source/linux/quake4-linux-1.4.2-sdk.x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5fd5da19473dff7a3d9c9e209cac985b diff --git a/metadata/md5-cache/dev-haskell/findbin-0.0.5-r1 b/metadata/md5-cache/dev-haskell/findbin-0.0.5-r1 index b50b3ea1b98d..9088d78ed943 100644 --- a/metadata/md5-cache/dev-haskell/findbin-0.0.5-r1 +++ b/metadata/md5-cache/dev-haskell/findbin-0.0.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Locate directory of original program EAPI=5 HOMEPAGE=https://github.com/audreyt/findbin IUSE=doc hscolour profile -KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86 +KEYWORDS=~alpha amd64 ~ia64 ~ppc ppc64 sparc x86 LICENSE=BSD RDEPEND=>=dev-lang/ghc-6.10.4:= SLOT=0/0.0.5 SRC_URI=mirror://hackage/packages/archive/FindBin/0.0.5/FindBin-0.0.5.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 481d999da090733b68828c266eda24fb multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=b5890c43659b47acbf14af5af696f12c +_md5_=0303d99b790a66f9816c42d4eb2087af 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 cd804e8e2213..7f5c5402168d 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 ~ia64 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 ~ia64 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 LICENSE=LGPL-2.1 RDEPEND=>=virtual/jre-1.4 >=dev-java/ant-core-1.7.0 dev-java/xalan >=dev-java/java-config-2.1.9-r1 SLOT=0 SRC_URI=http://download.forge.objectweb.org/monolog/ow_util_ant_tasks_1.3.2.zip _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=dc6b74345d4372aa177d51cd020c323b +_md5_=61ce29464f780f542eef4789a1aacd33 diff --git a/metadata/md5-cache/dev-java/asm-3.3.1 b/metadata/md5-cache/dev-java/asm-3.3.1 index c7924605de6b..e3eb54ab53d4 100644 --- a/metadata/md5-cache/dev-java/asm-3.3.1 +++ b/metadata/md5-cache/dev-java/asm-3.3.1 @@ -3,11 +3,11 @@ DEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip DESCRIPTION=Bytecode manipulation framework for Java HOMEPAGE=http://asm.objectweb.org IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) RESTRICT=test SLOT=3 SRC_URI=http://download.forge.objectweb.org/asm/asm-3.3.1.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=c09a38507fa795cf099181577808ec35 +_md5_=ad79bd5967eee4e0e80dca1e98201069 diff --git a/metadata/md5-cache/dev-java/javolution-6.0.0 b/metadata/md5-cache/dev-java/javolution-6.0.0 index f43a516d1f64..ad9e1ccfc675 100644 --- a/metadata/md5-cache/dev-java/javolution-6.0.0 +++ b/metadata/md5-cache/dev-java/javolution-6.0.0 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=>=virtual/jre-1.5 dev-java/osgi-core-api:0 dev-java/osgi-compendium:0 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) SLOT=6 SRC_URI=http://dev.gentoo.org/~tomwij/files/dist/javolution-6.0.0.tar.xz http://dev.gentoo.org/~tomwij/files/dist/javolution-6.0.0-build.xml.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=8d1d39a6684c7aab78ab592260e0d582 diff --git a/metadata/md5-cache/dev-java/jruby-1.4.1 b/metadata/md5-cache/dev-java/jruby-1.4.1 deleted file mode 100644 index bfb327c44e4c..000000000000 --- a/metadata/md5-cache/dev-java/jruby-1.4.1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup test -DEPEND=>=dev-java/bytelist-1.0.2:0 >=dev-java/constantine-0.6:0 >=dev-java/jline-0.9.94:0 >=dev-java/joni-1.1.3:0 >=dev-java/jna-posix-1.0.1:0 >=dev-java/jvyamlb-0.2.5:0 >=dev-java/asm-3.2:3 >=dev-java/jcodings-1.0.4:0 >=dev-java/jffi-0.7_pre:0.4 dev-java/jna:0 dev-java/joda-time:0 dev-util/jay:0[java] dev-java/nailgun:0 dev-java/jaffl:0 dev-java/jgrapht:0 >=virtual/jdk-1.6 bsf? ( dev-java/bsf:2.3 ) test? ( dev-java/ant-junit dev-java/ant-trax ) !!=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 -DESCRIPTION=Java-based Ruby interpreter implementation -EAPI=2 -HOMEPAGE=http://jruby.codehaus.org/ -IUSE=bsf ssl elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 -LICENSE=|| ( CPL-1.0 GPL-2 LGPL-2.1 ) -PDEPEND=ssl? ( dev-ruby/jruby-openssl ) -RDEPEND=>=dev-java/bytelist-1.0.2:0 >=dev-java/constantine-0.6:0 >=dev-java/jline-0.9.94:0 >=dev-java/joni-1.1.3:0 >=dev-java/jna-posix-1.0.1:0 >=dev-java/jvyamlb-0.2.5:0 >=dev-java/asm-3.2:3 >=dev-java/jcodings-1.0.4:0 >=dev-java/jffi-0.7_pre:0.4 dev-java/jna:0 dev-java/joda-time:0 dev-util/jay:0[java] dev-java/nailgun:0 dev-java/jaffl:0 dev-java/jgrapht:0 >=virtual/jre-1.6 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) -RESTRICT=test -SLOT=0 -SRC_URI=http://jruby.org.s3.amazonaws.com/downloads/1.4.1/jruby-src-1.4.1.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=633b418391a7b04e38ee59b8d91c5719 diff --git a/metadata/md5-cache/dev-java/jruby-1.5.6 b/metadata/md5-cache/dev-java/jruby-1.5.6 deleted file mode 100644 index 48b2e0e51ef4..000000000000 --- a/metadata/md5-cache/dev-java/jruby-1.5.6 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup test -DEPEND=>=dev-java/bytelist-1.0.6:0 >=dev-java/constantine-0.6:0 >=dev-java/jline-0.9.94:0 >=dev-java/joni-1.1.3:0 >=dev-java/jnr-posix-1.1.3:0 >=dev-java/jnr-netdb-1.0:0 >=dev-java/jvyamlb-0.2.5:0 >=dev-java/asm-3.2:3 dev-java/jcodings:0 >=dev-java/jffi-0.7_pre:0.4 dev-java/joda-time:0 dev-util/jay:0[java] dev-java/nailgun:0 dev-java/jaffl:0 dev-java/jgrapht:0 dev-java/ant-core:0 dev-java/bsf:2.3 virtual/jdk:1.6 test? ( dev-java/ant-junit4:0 dev-java/ant-trax:0 dev-java/junit:4 java-virtuals/jdk-with-com-sun dev-java/commons-logging:0 dev-java/xalan:0 >=dev-java/jna-posix-1.0.1:0 ) !!=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 -DESCRIPTION=Java-based Ruby interpreter implementation -EAPI=2 -HOMEPAGE=http://jruby.codehaus.org/ -IUSE=bsf ssl elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 -LICENSE=|| ( CPL-1.0 GPL-2 LGPL-2.1 ) -PDEPEND=ssl? ( dev-ruby/jruby-openssl ) -RDEPEND=>=dev-java/bytelist-1.0.6:0 >=dev-java/constantine-0.6:0 >=dev-java/jline-0.9.94:0 >=dev-java/joni-1.1.3:0 >=dev-java/jnr-posix-1.1.3:0 >=dev-java/jnr-netdb-1.0:0 >=dev-java/jvyamlb-0.2.5:0 >=dev-java/asm-3.2:3 dev-java/jcodings:0 >=dev-java/jffi-0.7_pre:0.4 dev-java/joda-time:0 dev-util/jay:0[java] dev-java/nailgun:0 dev-java/jaffl:0 dev-java/jgrapht:0 dev-java/ant-core:0 dev-java/bsf:2.3 >=virtual/jre-1.6 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) -RESTRICT=test -SLOT=0 -SRC_URI=http://jruby.org.s3.amazonaws.com/downloads/1.5.6/jruby-src-1.5.6.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=bfca239c60dcfd90cd9ffc9c3f2c460c diff --git a/metadata/md5-cache/dev-java/jruby-1.6.5.1-r1 b/metadata/md5-cache/dev-java/jruby-1.6.5.1-r1 deleted file mode 100644 index 46925500d54c..000000000000 --- a/metadata/md5-cache/dev-java/jruby-1.6.5.1-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=dev-java/bytelist-1.0.8:0 >=dev-java/jline-0.9.94:0 >=dev-java/joni-1.1.3:0 >=dev-java/jnr-netdb-1.0:0 >=dev-java/jvyamlb-0.2.5:0 >=dev-java/asm-3.2:3 >=dev-java/jcodings-1.0.5:0 dev-java/jffi:1.0 dev-java/jnr-constants:0 dev-java/jnr-ffi:0.5 dev-java/jnr-posix:1.1 dev-java/joda-time:0 dev-util/jay:0[java] dev-java/nailgun:0 dev-java/jgrapht:0 dev-java/ant-core:0 dev-java/bsf:2.3 dev-java/osgi-core-api:0 dev-java/snakeyaml:1.9 >=virtual/jdk-1.6 test? ( dev-java/ant-junit4:0 dev-java/ant-trax:0 dev-java/junit:4 java-virtuals/jdk-with-com-sun dev-java/commons-logging:0 dev-java/xalan:0 ) !!=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 -DESCRIPTION=Java-based Ruby interpreter implementation -EAPI=4 -HOMEPAGE=http://jruby.codehaus.org/ -IUSE=bsf ssl elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( CPL-1.0 GPL-2 LGPL-2.1 ) -PDEPEND=ssl? ( dev-ruby/jruby-openssl ) -RDEPEND=>=dev-java/bytelist-1.0.8:0 >=dev-java/jline-0.9.94:0 >=dev-java/joni-1.1.3:0 >=dev-java/jnr-netdb-1.0:0 >=dev-java/jvyamlb-0.2.5:0 >=dev-java/asm-3.2:3 >=dev-java/jcodings-1.0.5:0 dev-java/jffi:1.0 dev-java/jnr-constants:0 dev-java/jnr-ffi:0.5 dev-java/jnr-posix:1.1 dev-java/joda-time:0 dev-util/jay:0[java] dev-java/nailgun:0 dev-java/jgrapht:0 dev-java/ant-core:0 dev-java/bsf:2.3 dev-java/osgi-core-api:0 dev-java/snakeyaml:1.9 >=virtual/jre-1.6 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) -RESTRICT=test -SLOT=0 -SRC_URI=http://jruby.org.s3.amazonaws.com/downloads/1.6.5.1/jruby-src-1.6.5.1.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=75ef95776f5b5aaf320ca01b357b863a diff --git a/metadata/md5-cache/dev-java/jruby-1.6.7.2-r1 b/metadata/md5-cache/dev-java/jruby-1.6.7.2-r1 deleted file mode 100644 index c1be8582fa6a..000000000000 --- a/metadata/md5-cache/dev-java/jruby-1.6.7.2-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare setup test -DEPEND=>=dev-java/bytelist-1.0.8:0 >=dev-java/jline-0.9.94:0 >=dev-java/joni-1.1.3:0 >=dev-java/jnr-netdb-1.0:0 >=dev-java/jvyamlb-0.2.5:0 >=dev-java/asm-3.2:3 >=dev-java/jcodings-1.0.5:0 dev-java/jffi:1.0 dev-java/jnr-constants:0 dev-java/jnr-ffi:0.5 dev-java/jnr-posix:1.1 dev-java/joda-time:0 dev-util/jay:0[java] dev-java/nailgun:0 dev-java/jgrapht:0 dev-java/ant-core:0 dev-java/bsf:2.3 dev-java/osgi-core-api:0 dev-java/snakeyaml:1.9 dev-java/jzlib:1.1 >=virtual/jdk-1.6 test? ( dev-java/ant-junit4:0 dev-java/ant-trax:0 dev-java/junit:4 java-virtuals/jdk-with-com-sun dev-java/commons-logging:0 dev-java/xalan:0 ) !!=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 -DESCRIPTION=Java-based Ruby interpreter implementation -EAPI=4 -HOMEPAGE=http://jruby.codehaus.org/ -IUSE=bsf ssl elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos -LICENSE=|| ( CPL-1.0 GPL-2 LGPL-2.1 ) -PDEPEND=ssl? ( dev-ruby/jruby-openssl ) -RDEPEND=>=dev-java/bytelist-1.0.8:0 >=dev-java/jline-0.9.94:0 >=dev-java/joni-1.1.3:0 >=dev-java/jnr-netdb-1.0:0 >=dev-java/jvyamlb-0.2.5:0 >=dev-java/asm-3.2:3 >=dev-java/jcodings-1.0.5:0 dev-java/jffi:1.0 dev-java/jnr-constants:0 dev-java/jnr-ffi:0.5 dev-java/jnr-posix:1.1 dev-java/joda-time:0 dev-util/jay:0[java] dev-java/nailgun:0 dev-java/jgrapht:0 dev-java/ant-core:0 dev-java/bsf:2.3 dev-java/osgi-core-api:0 dev-java/snakeyaml:1.9 dev-java/jzlib:1.1 >=virtual/jre-1.6 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) -RESTRICT=test -SLOT=0 -SRC_URI=http://jruby.org.s3.amazonaws.com/downloads/1.6.7.2/jruby-src-1.6.7.2.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-ant-2 8f79fa38524086d2b7d4e9cd442ca6cc java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=600c85f96946c764bbe9fa3047cf6434 diff --git a/metadata/md5-cache/dev-lang/R-3.0.1 b/metadata/md5-cache/dev-lang/R-3.0.1 index 113ae3d25f98..a5a8e34fa244 100644 --- a/metadata/md5-cache/dev-lang/R-3.0.1 +++ b/metadata/md5-cache/dev-lang/R-3.0.1 @@ -4,7 +4,7 @@ DESCRIPTION=Language and environment for statistical computing and graphics EAPI=5 HOMEPAGE=http://www.r-project.org/ IUSE=bash-completion cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs tiff tk X -KEYWORDS=amd64 hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos LICENSE=|| ( GPL-2 GPL-3 ) LGPL-2.1 RDEPEND=app-arch/bzip2 app-text/ghostscript-gpl dev-libs/libpcre virtual/blas cairo? ( x11-libs/cairo[X] x11-libs/pango ) icu? ( dev-libs/icu ) jpeg? ( virtual/jpeg:0 ) lapack? ( virtual/lapack ) perl? ( dev-lang/perl ) png? ( media-libs/libpng ) readline? ( sys-libs/readline ) tk? ( dev-lang/tk ) X? ( x11-libs/libXmu x11-misc/xdg-utils ) ( || ( =sys-libs/zlib-1.2.5.1-r2[minizip] ) ) app-arch/xz-utils java? ( >=virtual/jre-1.5 ) virtual/fortran REQUIRED_USE=png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( cairo X ) ) @@ -12,4 +12,4 @@ RESTRICT=minimal? ( test ) SLOT=0 SRC_URI=mirror://cran/src/base/R-3/R-3.0.1.tar.gz bash-completion? ( http://dev.gentoo.org/~bicatali/distfiles/R-20130129.bash_completion.bz2 ) _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf bash-completion-r1 d339dd40b2014cf1edba8592580eef42 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 fortran-2 db8710b355fc5598015c4bc3aad3bdb0 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=a97558483df5f9fdd1e36861f2e1c6f4 +_md5_=2631a6e0e3b6c7023689c012a9f9a932 diff --git a/metadata/md5-cache/dev-lang/lazarus-1.0.12 b/metadata/md5-cache/dev-lang/lazarus-1.0.12 index 36ee4eb35eea..22414bc97bc6 100644 --- a/metadata/md5-cache/dev-lang/lazarus-1.0.12 +++ b/metadata/md5-cache/dev-lang/lazarus-1.0.12 @@ -4,11 +4,11 @@ DESCRIPTION=Lazarus IDE is a feature rich visual programming environment emulati EAPI=5 HOMEPAGE=http://www.lazarus.freepascal.org/ IUSE=minimal -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc ~x86 LICENSE=GPL-2 LGPL-2.1-with-linking-exception RDEPEND=>=dev-lang/fpc-2.6.0[source] net-misc/rsync x11-libs/gtk+:2 !=gnome-base/librsvg-2.16.1 RESTRICT=strip SLOT=0 SRC_URI=http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%201.0.12/lazarus-1.0.12-0.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=29519b78a8f1938264efa1063d15ff82 +_md5_=3139319d4f4763ef9a7764718be75f87 diff --git a/metadata/md5-cache/dev-lang/vala-0.20.1 b/metadata/md5-cache/dev-lang/vala-0.20.1 index 28b6da024c3b..b3a06d6dcae3 100644 --- a/metadata/md5-cache/dev-lang/vala-0.20.1 +++ b/metadata/md5-cache/dev-lang/vala-0.20.1 @@ -4,10 +4,10 @@ DESCRIPTION=Compiler for the GObject type system EAPI=5 HOMEPAGE=http://live.gnome.org/Vala IUSE=test +vapigen -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/glib-2.18:2 >=dev-libs/vala-common-0.20.1 SLOT=0.20 SRC_URI=mirror://gnome/sources/vala/0.20/vala-0.20.1.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=5f7d3816cc8f9c84eeb2ddea908d68b7 +_md5_=c3363a802019b069fcd323ead2820622 diff --git a/metadata/md5-cache/dev-lang/vala-0.22.1 b/metadata/md5-cache/dev-lang/vala-0.22.1 index f8a9783b2462..c1676d3cca47 100644 --- a/metadata/md5-cache/dev-lang/vala-0.22.1 +++ b/metadata/md5-cache/dev-lang/vala-0.22.1 @@ -4,10 +4,10 @@ DESCRIPTION=Compiler for the GObject type system EAPI=5 HOMEPAGE=https://wiki.gnome.org/Vala IUSE=test +vapigen -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/glib-2.18:2 >=dev-libs/vala-common-0.22.1 SLOT=0.22 SRC_URI=mirror://gnome/sources/vala/0.22/vala-0.22.1.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=d28552566d9fda539decee4e9e994c4c +_md5_=7b93690c9dec39b50074cc84ddc337e9 diff --git a/metadata/md5-cache/dev-libs/atk-2.8.0 b/metadata/md5-cache/dev-libs/atk-2.8.0 index 0f7ba3f3805d..71f3e21e9308 100644 --- a/metadata/md5-cache/dev-libs/atk-2.8.0 +++ b/metadata/md5-cache/dev-libs/atk-2.8.0 @@ -4,10 +4,10 @@ DESCRIPTION=GTK+ & GNOME Accessibility Toolkit EAPI=5 HOMEPAGE=http://projects.gnome.org/accessibility/ IUSE=+introspection nls test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=LGPL-2+ RDEPEND=>=dev-libs/glib-2.31.2:2 introspection? ( >=dev-libs/gobject-introspection-0.6.7 ) SLOT=0 SRC_URI=mirror://gnome/sources/atk/2.8/atk-2.8.0.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=9b2fbd5ca2000557a6a96d6c8c64cecc +_md5_=bb6ff16ee988fbc8c9c8117c95ec8270 diff --git a/metadata/md5-cache/dev-libs/boehm-gc-7.2e b/metadata/md5-cache/dev-libs/boehm-gc-7.2e index 7ccea9b9dada..2e1ab588e561 100644 --- a/metadata/md5-cache/dev-libs/boehm-gc-7.2e +++ b/metadata/md5-cache/dev-libs/boehm-gc-7.2e @@ -4,9 +4,9 @@ DESCRIPTION=The Boehm-Demers-Weiser conservative garbage collector EAPI=5 HOMEPAGE=http://www.hpl.hp.com/personal/Hans_Boehm/gc/ IUSE=cxx static-libs threads -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=boehm-gc SLOT=0 SRC_URI=http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2e.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=bcfbaf3742f53842233948893af4e659 +_md5_=c3a2b6138ad61df7c2f93442058c65f4 diff --git a/metadata/md5-cache/dev-libs/gdl-3.8.1 b/metadata/md5-cache/dev-libs/gdl-3.8.1 index 8a1d335fc451..adc3e11bd59e 100644 --- a/metadata/md5-cache/dev-libs/gdl-3.8.1 +++ b/metadata/md5-cache/dev-libs/gdl-3.8.1 @@ -4,10 +4,10 @@ DESCRIPTION=GNOME docking library EAPI=5 HOMEPAGE=https://developer.gnome.org/gdl/ IUSE=+introspection -KEYWORDS=~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd LICENSE=LGPL-2.1+ RDEPEND=dev-libs/glib:2 >=x11-libs/gtk+-3.0.0:3[introspection?] >=dev-libs/libxml2-2.4:2 introspection? ( >=dev-libs/gobject-introspection-0.6.7 ) SLOT=3/5 SRC_URI=mirror://gnome/sources/gdl/3.8/gdl-3.8.1.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=64bac74b759c8738939ba388675851eb +_md5_=b5a8aa4d89c0c1d9015a8d21d1cb3186 diff --git a/metadata/md5-cache/dev-libs/glib-2.36.4-r1 b/metadata/md5-cache/dev-libs/glib-2.36.4-r1 index f27fc54aa37c..8c269571388b 100644 --- a/metadata/md5-cache/dev-libs/glib-2.36.4-r1 +++ b/metadata/md5-cache/dev-libs/glib-2.36.4-r1 @@ -4,11 +4,11 @@ DESCRIPTION=The GLib library of C routines EAPI=5 HOMEPAGE=http://www.gtk.org/ IUSE=debug fam kernel_linux selinux static-libs systemtap test utils xattr python_targets_python2_6 python_targets_python2_7 test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=LGPL-2+ PDEPEND=x11-misc/shared-mime-info !=dev-libs/elfutils-0.142 >=dev-libs/libelf-0.8.12 >=sys-freebsd/freebsd-lib-9.2_rc1 ) selinux? ( sys-libs/libselinux ) xattr? ( sys-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) fam? ( virtual/fam[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) utils? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-util/gdbus-codegen-2.36.4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=2 SRC_URI=mirror://gnome/sources/glib/2.36/glib-2.36.4.tar.xz http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf bash-completion-r1 d339dd40b2014cf1edba8592580eef42 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 linux-info a9cbd6bbe2b28166e403321882f3c73c multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed pax-utils 2424f959506320f5196de8f79fa05297 python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=21f3959de71c9e946475cd735e2358a8 +_md5_=20d3a2ca6e23cdb3d0c111062631003e diff --git a/metadata/md5-cache/dev-libs/gmime-2.4.33 b/metadata/md5-cache/dev-libs/gmime-2.4.33 index afa494c5b2b3..47a8f621517d 100644 --- a/metadata/md5-cache/dev-libs/gmime-2.4.33 +++ b/metadata/md5-cache/dev-libs/gmime-2.4.33 @@ -4,10 +4,10 @@ DESCRIPTION=Utilities for creating and parsing messages using MIME EAPI=5 HOMEPAGE=http://spruce.sourceforge.net/gmime/ IUSE=doc mono static-libs -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/glib-2.12:2 sys-libs/zlib mono? ( dev-lang/mono >=dev-dotnet/glib-sharp-2.4.0:2 ) SLOT=2.4 SRC_URI=mirror://gnome/sources/gmime/2.4/gmime-2.4.33.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 mono 203a4295c06155d318bdff9c6b2d5e1c multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=200fb063da797e5cec835ac5caa3f0d3 +_md5_=f49232fe26f55fa8fb458d2f924e687d diff --git a/metadata/md5-cache/dev-libs/gmime-2.6.19 b/metadata/md5-cache/dev-libs/gmime-2.6.19 index e2ffc5ec1a87..63cb5d05959a 100644 --- a/metadata/md5-cache/dev-libs/gmime-2.6.19 +++ b/metadata/md5-cache/dev-libs/gmime-2.6.19 @@ -4,10 +4,10 @@ DESCRIPTION=Utilities for creating and parsing messages using MIME EAPI=5 HOMEPAGE=http://spruce.sourceforge.net/gmime/ http://developer.gnome.org/gmime/stable/ IUSE=doc mono static-libs vala -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/glib-2.18:2 sys-libs/zlib >=app-crypt/gpgme-1.1.6 mono? ( dev-lang/mono >=dev-dotnet/glib-sharp-2.4.0:2 ) SLOT=2.6 SRC_URI=mirror://gnome/sources/gmime/2.6/gmime-2.6.19.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 mono-env 59ca1177366cc9e14521d3501e9bb281 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 vala b365480bc54c4e356dc1e953da9fe356 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=5e858786d94d72a7fc350d83e2f9fc1b +_md5_=e46e5fae569cdfbe461df6cca9ce08dd diff --git a/metadata/md5-cache/dev-libs/gmp-5.0.4 b/metadata/md5-cache/dev-libs/gmp-5.0.4 index 201b3a62b172..3a1547b0681f 100644 --- a/metadata/md5-cache/dev-libs/gmp-5.0.4 +++ b/metadata/md5-cache/dev-libs/gmp-5.0.4 @@ -7,5 +7,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc LICENSE=LGPL-3 SLOT=0 SRC_URI=mirror://gnu/gmp/gmp-5.0.4.tar.xz doc? ( http://gmplib.org/gmp-man-5.0.4.pdf ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=7124c0f8931c064066d175ff2bbda779 diff --git a/metadata/md5-cache/dev-libs/gmp-5.0.5 b/metadata/md5-cache/dev-libs/gmp-5.0.5 index 364cd3668d4a..6a39e8cd6bf2 100644 --- a/metadata/md5-cache/dev-libs/gmp-5.0.5 +++ b/metadata/md5-cache/dev-libs/gmp-5.0.5 @@ -7,5 +7,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc LICENSE=LGPL-3 SLOT=0 SRC_URI=mirror://gnu/gmp/gmp-5.0.5.tar.xz doc? ( http://gmplib.org/gmp-man-5.0.5.pdf ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=666548daf586b522b65020fc447c3d8d diff --git a/metadata/md5-cache/dev-libs/gmp-5.1.0 b/metadata/md5-cache/dev-libs/gmp-5.1.0 index 824b44ab8755..0454fe173a45 100644 --- a/metadata/md5-cache/dev-libs/gmp-5.1.0 +++ b/metadata/md5-cache/dev-libs/gmp-5.1.0 @@ -7,5 +7,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc LICENSE=LGPL-3 SLOT=0 SRC_URI=mirror://gnu/gmp/gmp-5.1.0.tar.xz ftp://ftp.gmplib.org/pub/gmp-5.1.0/gmp-5.1.0.tar.xz doc? ( http://gmplib.org/gmp-man-5.1.0.pdf ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=c8db9cf6a79598776f126bf7cafc2004 diff --git a/metadata/md5-cache/dev-libs/gmp-5.1.1 b/metadata/md5-cache/dev-libs/gmp-5.1.1 index e113c20168f5..c7a88eeb038c 100644 --- a/metadata/md5-cache/dev-libs/gmp-5.1.1 +++ b/metadata/md5-cache/dev-libs/gmp-5.1.1 @@ -7,5 +7,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc LICENSE=LGPL-3 SLOT=0 SRC_URI=mirror://gnu/gmp/gmp-5.1.1.tar.xz ftp://ftp.gmplib.org/pub/gmp-5.1.1/gmp-5.1.1.tar.xz doc? ( http://gmplib.org/gmp-man-5.1.1.pdf ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5f16d03f4a19fef0bbed4fdc6fdfb691 diff --git a/metadata/md5-cache/dev-libs/gmp-5.1.2 b/metadata/md5-cache/dev-libs/gmp-5.1.2 index 526f4afc701e..4ff82f70e239 100644 --- a/metadata/md5-cache/dev-libs/gmp-5.1.2 +++ b/metadata/md5-cache/dev-libs/gmp-5.1.2 @@ -3,9 +3,9 @@ DEPEND=sys-devel/m4 app-arch/xz-utils DESCRIPTION=Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers HOMEPAGE=http://gmplib.org/ IUSE=doc cxx pgo static-libs -KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=LGPL-3 SLOT=0 SRC_URI=mirror://gnu/gmp/gmp-5.1.2.tar.xz ftp://ftp.gmplib.org/pub/gmp-5.1.2/gmp-5.1.2.tar.xz doc? ( http://gmplib.org/gmp-man-5.1.2.pdf ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ee9a807d2a8a8667c61749374e7048a0 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=707a75bcd6f3d2573f3232dd492de55a diff --git a/metadata/md5-cache/dev-libs/gmp-5.1.3 b/metadata/md5-cache/dev-libs/gmp-5.1.3 index 119f28e4e9d6..cf0cf90dac57 100644 --- a/metadata/md5-cache/dev-libs/gmp-5.1.3 +++ b/metadata/md5-cache/dev-libs/gmp-5.1.3 @@ -7,5 +7,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc LICENSE=LGPL-3 SLOT=0 SRC_URI=mirror://gnu/gmp/gmp-5.1.3.tar.xz ftp://ftp.gmplib.org/pub/gmp-5.1.3/gmp-5.1.3.tar.xz doc? ( http://gmplib.org/gmp-man-5.1.3.pdf ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=cc1ca86f5d3bd46f0a19b2246b2f69ae diff --git a/metadata/md5-cache/dev-libs/gobject-introspection-1.36.0-r1 b/metadata/md5-cache/dev-libs/gobject-introspection-1.36.0-r1 index 529396061ee1..41650ebf7e80 100644 --- a/metadata/md5-cache/dev-libs/gobject-introspection-1.36.0-r1 +++ b/metadata/md5-cache/dev-libs/gobject-introspection-1.36.0-r1 @@ -4,7 +4,7 @@ DESCRIPTION=Introspection infrastructure for generating gobject library bindings EAPI=5 HOMEPAGE=http://live.gnome.org/GObjectIntrospection/ IUSE=cairo doctool test python_targets_python2_7 python_single_target_python2_7 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2+ GPL-2+ PDEPEND=cairo? ( x11-libs/cairo[glib] ) RDEPEND=>=dev-libs/gobject-introspection-common-1.36.0 >=dev-libs/glib-2.36:2 doctool? ( dev-python/mako ) virtual/libffi:= !=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] @@ -12,4 +12,4 @@ REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( p SLOT=0 SRC_URI=mirror://gnome/sources/gobject-introspection/1.36/gobject-introspection-1.36.0.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=0b3df07530e857adfffea967321d501e +_md5_=3ac8cec8d9a04364f6825328ded4ca72 diff --git a/metadata/md5-cache/dev-libs/gobject-introspection-common-1.36.0 b/metadata/md5-cache/dev-libs/gobject-introspection-common-1.36.0 index df4437ba07d0..07a870f1394b 100644 --- a/metadata/md5-cache/dev-libs/gobject-introspection-common-1.36.0 +++ b/metadata/md5-cache/dev-libs/gobject-introspection-common-1.36.0 @@ -3,10 +3,10 @@ DEPEND=app-arch/xz-utils DESCRIPTION=Build infrastructure for GObject Introspection EAPI=5 HOMEPAGE=http://live.gnome.org/GObjectIntrospection/ -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=HPND RDEPEND=!=dev-libs/libgpg-error-1.8 SLOT=0 SRC_URI=mirror://gnupg/libassuan/libassuan-2.1.1.tar.bz2 -_md5_=be3bf1801b27f7dd2649824f7900d9c9 +_md5_=49cf6e5769a3cb0171f87d85d6f51685 diff --git a/metadata/md5-cache/dev-libs/libedit-20130712.3.1 b/metadata/md5-cache/dev-libs/libedit-20130712.3.1 index fd5907d127f0..b1fdf737870d 100644 --- a/metadata/md5-cache/dev-libs/libedit-20130712.3.1 +++ b/metadata/md5-cache/dev-libs/libedit-20130712.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=BSD replacement for libreadline EAPI=5 HOMEPAGE=http://www.thrysoee.dk/editline/ IUSE=static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos LICENSE=BSD-2 RDEPEND=>=sys-libs/ncurses-5.7-r5[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] !<=sys-freebsd/freebsd-lib-6.2_rc1 SLOT=0 SRC_URI=http://www.thrysoee.dk/editline/libedit-20130712-3.1.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=71d98be26301e8f32322abfd05fb4b33 +_md5_=2d91630c0ab615a78e89d3fa4afc1121 diff --git a/metadata/md5-cache/dev-libs/libgusb-0.1.6 b/metadata/md5-cache/dev-libs/libgusb-0.1.6 index c32c93b0e5e7..137302efccc7 100644 --- a/metadata/md5-cache/dev-libs/libgusb-0.1.6 +++ b/metadata/md5-cache/dev-libs/libgusb-0.1.6 @@ -4,7 +4,7 @@ DESCRIPTION=GObject wrapper for libusb EAPI=5 HOMEPAGE=https://gitorious.org/gusb/ IUSE=+introspection static-libs vala -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 LICENSE=LGPL-2.1+ RDEPEND=>=dev-libs/glib-2.28:2 virtual/libusb:1 virtual/udev[gudev] introspection? ( >=dev-libs/gobject-introspection-1.29 ) REQUIRED_USE=vala? ( introspection ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://people.freedesktop.org/~hughsient/releases/libgusb-0.1.6.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 vala b365480bc54c4e356dc1e953da9fe356 -_md5_=3db42e3d2116b784071d129c4cbfa08c +_md5_=79a1e5a0981677339c774efce72803da diff --git a/metadata/md5-cache/dev-libs/libnl-3.2.23 b/metadata/md5-cache/dev-libs/libnl-3.2.23 index b3c31ae4159a..47b4964090f6 100644 --- a/metadata/md5-cache/dev-libs/libnl-3.2.23 +++ b/metadata/md5-cache/dev-libs/libnl-3.2.23 @@ -4,11 +4,11 @@ DESCRIPTION=A collection of libraries providing APIs to netlink protocol based L EAPI=5 HOMEPAGE=http://www.infradead.org/~tgr/libnl/ IUSE=static-libs python utils python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux LICENSE=LGPL-2.1 utils? ( GPL-2 ) RDEPEND=python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) REQUIRED_USE=python? ( || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) ) SLOT=3 SRC_URI=http://www.infradead.org/~tgr/libnl/files/libnl-3.2.23.tar.gz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8970477376fc86d88c10ac187d931686 +_md5_=35868d6280f0c47358761e7fc75b9f52 diff --git a/metadata/md5-cache/dev-libs/libpipeline-1.2.4 b/metadata/md5-cache/dev-libs/libpipeline-1.2.4 index 03263faec23c..70cb3ad879ae 100644 --- a/metadata/md5-cache/dev-libs/libpipeline-1.2.4 +++ b/metadata/md5-cache/dev-libs/libpipeline-1.2.4 @@ -4,9 +4,9 @@ DESCRIPTION=a pipeline manipulation library EAPI=5 HOMEPAGE=http://libpipeline.nongnu.org/ IUSE=static-libs test -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-3 SLOT=0 SRC_URI=mirror://nongnu/libpipeline/libpipeline-1.2.4.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=00750f33b5092f450f4c5f194b538687 +_md5_=e2230cf427c8f13d092367883bc8f095 diff --git a/metadata/md5-cache/dev-libs/libusb-compat-0.1.5-r2 b/metadata/md5-cache/dev-libs/libusb-compat-0.1.5-r2 index fb0fc53c94c3..6b02af7b1824 100644 --- a/metadata/md5-cache/dev-libs/libusb-compat-0.1.5-r2 +++ b/metadata/md5-cache/dev-libs/libusb-compat-0.1.5-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Userspace access to USB devices (libusb-0.1 compat wrapper) EAPI=5 HOMEPAGE=http://libusb.sourceforge.net/ IUSE=debug examples static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=LGPL-2.1 RDEPEND=virtual/libusb:1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] !dev-libs/libusb:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r7 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=mirror://sourceforge/libusb/libusb-compat-0.1.5.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=bb6156793e43b4f1e8b58d0422823a6b +_md5_=6d416e1619dac9ae08a5df5c2cd936a3 diff --git a/metadata/md5-cache/dev-libs/libusbx-1.0.17 b/metadata/md5-cache/dev-libs/libusbx-1.0.17 index 4cf7dde982b9..0f31a42ba277 100644 --- a/metadata/md5-cache/dev-libs/libusbx-1.0.17 +++ b/metadata/md5-cache/dev-libs/libusbx-1.0.17 @@ -4,10 +4,10 @@ DESCRIPTION=Userspace access to USB devices EAPI=5 HOMEPAGE=http://libusbx.sourceforge.net/ IUSE=debug doc examples static-libs test udev abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=LGPL-2.1 RDEPEND=udev? ( >=virtual/udev-200[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) !dev-libs/libusb:1 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r7 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=1 SRC_URI=mirror://sourceforge/libusbx/libusbx-1.0.17.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=cacf7afbe9a3c8fc48c3a2d5d2183ffd +_md5_=7757480d588b811692912e36d1bd4b2c diff --git a/metadata/md5-cache/dev-libs/link-grammar-4.8.0 b/metadata/md5-cache/dev-libs/link-grammar-4.8.0 index 315e4304192b..eaabc6d52575 100644 --- a/metadata/md5-cache/dev-libs/link-grammar-4.8.0 +++ b/metadata/md5-cache/dev-libs/link-grammar-4.8.0 @@ -4,10 +4,10 @@ DESCRIPTION=A Syntactic English parser EAPI=5 HOMEPAGE=http://www.abisource.com/projects/link-grammar/ http://www.link.cs.cmu.edu/link/ IUSE=aspell +hunspell java static-libs threads elibc_FreeBSD java -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 LICENSE=BSD RDEPEND=aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) java? ( >=virtual/jdk-1.5 dev-java/ant-core ) java? ( >=dev-java/java-config-2.1.9-r1 ) SLOT=0 SRC_URI=http://www.abisource.com/downloads/link-grammar/4.8.0/link-grammar-4.8.0.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=a6a9a5743a28d32ed9f64f68edde9c75 +_md5_=d3a41b550526d0de80c8357493d6aada diff --git a/metadata/md5-cache/dev-libs/mpfr-3.1.2-r1 b/metadata/md5-cache/dev-libs/mpfr-3.1.2-r1 index fd63dd98187f..b02f0a296e52 100644 --- a/metadata/md5-cache/dev-libs/mpfr-3.1.2-r1 +++ b/metadata/md5-cache/dev-libs/mpfr-3.1.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=library for multiple-precision floating-point computations with exac EAPI=3 HOMEPAGE=http://www.mpfr.org/ IUSE=static-libs -KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/gmp-4.1.4-r2[static-libs?] SLOT=0 SRC_URI=http://www.mpfr.org/mpfr-3.1.2/mpfr-3.1.2.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=5a49bbbd2f30ec681a5d9dafb55c05df +_md5_=e40f9ddc9841ae5e206d5a927cb14f1d diff --git a/metadata/md5-cache/dev-libs/snowball-stemmer-0.20091122 b/metadata/md5-cache/dev-libs/snowball-stemmer-0.20091122 index c1a74d6fba8b..c773b788f225 100644 --- a/metadata/md5-cache/dev-libs/snowball-stemmer-0.20091122 +++ b/metadata/md5-cache/dev-libs/snowball-stemmer-0.20091122 @@ -3,9 +3,9 @@ DESCRIPTION=This contains all you need to include the snowball stemming algorith EAPI=5 HOMEPAGE=http://snowball.tartarus.org/download.php IUSE=static-libs -KEYWORDS=~amd64 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris LICENSE=BSD-2 SLOT=0 SRC_URI=mirror://gentoo/libstemmer_c-20091122.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=cdbff01bff92ef96715221e8d6384f3b +_md5_=ed8b07a63a3e96abf87def86fe600f37 diff --git a/metadata/md5-cache/dev-libs/uriparser-0.7.9 b/metadata/md5-cache/dev-libs/uriparser-0.7.9 index 820dcbe907d7..f0db0da7a42c 100644 --- a/metadata/md5-cache/dev-libs/uriparser-0.7.9 +++ b/metadata/md5-cache/dev-libs/uriparser-0.7.9 @@ -4,10 +4,10 @@ DESCRIPTION=Uriparser is a strictly RFC 3986 compliant URI parsing library in C EAPI=4 HOMEPAGE=http://uriparser.sourceforge.net/ IUSE=doc qt4 test unicode -KEYWORDS=~amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=BSD REQUIRED_USE=test? ( unicode ) SLOT=0 SRC_URI=mirror://sourceforge/uriparser/uriparser-0.7.9.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=747b1f36676747868a8f6721e2048658 +_md5_=913b81219d31749260da9f894d21bb72 diff --git a/metadata/md5-cache/dev-libs/vala-common-0.22.1 b/metadata/md5-cache/dev-libs/vala-common-0.22.1 index 29f2569c570b..0f65a8c8d85e 100644 --- a/metadata/md5-cache/dev-libs/vala-common-0.22.1 +++ b/metadata/md5-cache/dev-libs/vala-common-0.22.1 @@ -3,10 +3,10 @@ DEPEND=app-arch/xz-utils DESCRIPTION=Build infrastructure for packages that use Vala EAPI=5 HOMEPAGE=https://wiki.gnome.org/Vala -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~x64-macos ~x64-solaris LICENSE=LGPL-2.1 RDEPEND=!=dev-lang/ocaml-3.10:=[ocamlopt?] SLOT=0/6.11 SRC_URI=http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-6.11.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e findlib 9cf6020ee5481f39f1aa566a323f9868 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e25601bc61fec1195357634653933483 +_md5_=58f279bae7029036c878b184fab2441b diff --git a/metadata/md5-cache/dev-ml/ocurl-0.5.6 b/metadata/md5-cache/dev-ml/ocurl-0.5.6 index 9b8938b9fae5..717e4ec8655f 100644 --- a/metadata/md5-cache/dev-ml/ocurl-0.5.6 +++ b/metadata/md5-cache/dev-ml/ocurl-0.5.6 @@ -4,10 +4,10 @@ DESCRIPTION=OCaml interface to the libcurl library EAPI=5 HOMEPAGE=http://forge.ocamlcore.org/projects/ocurl/ IUSE=examples -KEYWORDS=~amd64 ppc ~x86 +KEYWORDS=amd64 ppc ~x86 LICENSE=MIT RDEPEND=>=net-misc/curl-7.9.8 >=dev-lang/ocaml-3.12:=[ocamlopt] SLOT=0/0.5.6 SRC_URI=https://forge.ocamlcore.org/frs/download.php/1134/ocurl-0.5.6.tgz _eclasses_=findlib 9cf6020ee5481f39f1aa566a323f9868 -_md5_=93bcc21657560b0965fe828cccba0baa +_md5_=d6867e6dbd61afbd107c2bffd66e6bea diff --git a/metadata/md5-cache/dev-perl/Alien-wxWidgets-0.640.0 b/metadata/md5-cache/dev-perl/Alien-wxWidgets-0.640.0 index 95bddd08de00..3999a60a5e52 100644 --- a/metadata/md5-cache/dev-perl/Alien-wxWidgets-0.640.0 +++ b/metadata/md5-cache/dev-perl/Alien-wxWidgets-0.640.0 @@ -4,10 +4,10 @@ DESCRIPTION=Building, finding and using wxWidgets binaries EAPI=4 HOMEPAGE=http://search.cpan.org/dist/Alien-wxWidgets/ IUSE=test -KEYWORDS=~amd64 ~ia64 ~x86 +KEYWORDS=amd64 ~ia64 ~x86 LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 ) RDEPEND=|| ( x11-libs/wxGTK:2.9[X,tiff] >=x11-libs/wxGTK-2.8.11.0:2.8[X,tiff] ) >=virtual/perl-Module-Pluggable-3.1-r1 || ( >=dev-lang/perl-5.16 =dev-perl/Mouse-0.40 dev-perl/Moose ) virtual/perl-version >=virtua DESCRIPTION=Use Moose or Mouse modules EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Any-Moose/ -KEYWORDS=~amd64 hppa ppc ~x86 ~ppc-macos +KEYWORDS=amd64 hppa ppc ~x86 ~ppc-macos LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 ) RDEPEND=|| ( >=dev-perl/Mouse-0.40 dev-perl/Moose ) virtual/perl-version || ( >=dev-lang/perl-5.16 =dev-lang/perl-5.16 =dev-lang/perl-5.16 =dev-lang/perl-5.16 =dev-perl/GD-2.0.36 || ( >=dev-lang/perl-5.16 =dev-lang/perl-5.16 =dev-perl/Class-Data-Inheritable-0.20.0 >=dev-perl/Devel-StackTrace-1.20 DESCRIPTION=A module that allows you to declare real exception classes in Perl EAPI=4 HOMEPAGE=http://search.cpan.org/dist/Exception-Class/ -KEYWORDS=~alpha ~amd64 hppa ~ia64 ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos +KEYWORDS=~alpha amd64 hppa ~ia64 ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos LICENSE=Artistic-2 RDEPEND=>=dev-perl/Class-Data-Inheritable-0.20.0 >=dev-perl/Devel-StackTrace-1.200.0 || ( >=dev-lang/perl-5.16 =dev-perl/HTTP-Date-6.0.0 virtual/perl-Time-Loc DESCRIPTION=Storage of cookies EAPI=5 HOMEPAGE=http://search.cpan.org/dist/HTTP-Cookies/ -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 ) RDEPEND=!=dev-perl/HTTP-Date-6.0.0 virtual/perl-Time-Local >=dev-perl/HTTP-Message-6.0.0 || ( >=dev-lang/perl-5.16 =dev-lang/perl-5.16 =dev-lang/perl-5.16 =dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] lapack? ( virtual/fortran ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://sourceforge/numpy/numpy-1.7.1.tar.gz doc? ( http://docs.scipy.org/doc/numpy-1.7.1/numpy-html-1.7.0.zip http://docs.scipy.org/doc/numpy-1.7.1/numpy-ref-1.7.0.pdf http://docs.scipy.org/doc/numpy-1.7.1/numpy-user-1.7.0.pdf ) _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 fortran-2 db8710b355fc5598015c4bc3aad3bdb0 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=91d0eb6e9fecde7375a648d2bf66c930 +_md5_=dade98cbe5a4d44fac0ec1a077e93f09 diff --git a/metadata/md5-cache/dev-python/numpy-1.8.0 b/metadata/md5-cache/dev-python/numpy-1.8.0 index ed0956758310..67fd969b99c5 100644 --- a/metadata/md5-cache/dev-python/numpy-1.8.0 +++ b/metadata/md5-cache/dev-python/numpy-1.8.0 @@ -9,6 +9,6 @@ LICENSE=BSD RDEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] lapack? ( virtual/cblas virtual/lapack ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] lapack? ( virtual/fortran ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -SRC_URI=mirror://pypi/n/numpy/numpy-1.8.0.tar.gz doc? ( http://docs.scipy.org/doc/numpy-1.8.0/numpy-html-1.7.0.zip http://docs.scipy.org/doc/numpy-1.8.0/numpy-ref-1.7.0.pdf http://docs.scipy.org/doc/numpy-1.8.0/numpy-user-1.7.0.pdf ) +SRC_URI=mirror://pypi/n/numpy/numpy-1.8.0.tar.gz doc? ( http://docs.scipy.org/doc/numpy-1.8.0/numpy-html-1.8.0.zip http://docs.scipy.org/doc/numpy-1.8.0/numpy-ref-1.8.0.pdf http://docs.scipy.org/doc/numpy-1.8.0/numpy-user-1.8.0.pdf ) _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 fortran-2 db8710b355fc5598015c4bc3aad3bdb0 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=45933d6c56e805a4de78301da0b5ca69 +_md5_=f670d952150688511f625ba446ec8694 diff --git a/metadata/md5-cache/dev-python/pillow-2.0.0-r1 b/metadata/md5-cache/dev-python/pillow-2.0.0-r1 index b2e87fd6fd64..ed4604124aea 100644 --- a/metadata/md5-cache/dev-python/pillow-2.0.0-r1 +++ b/metadata/md5-cache/dev-python/pillow-2.0.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Python Imaging Library (fork) EAPI=5 HOMEPAGE=https://github.com/python-imaging/Pillow https://pypi.python.org/pypi/Pillow IUSE=doc examples jpeg lcms scanner test tiff tk truetype webp zlib python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=HPND RDEPEND=truetype? ( media-libs/freetype:2= ) jpeg? ( virtual/jpeg ) lcms? ( media-libs/lcms:0= ) scanner? ( media-gfx/sane-backends:0= ) tiff? ( media-libs/tiff:0= ) webp? ( media-libs/libwebp:0= ) zlib? ( sys-libs/zlib:0= ) !dev-python/imaging python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[tk?] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[tk?] ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[tk?] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[tk?] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=test? ( jpeg tiff zlib ) || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/P/Pillow/Pillow-2.0.0.zip _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=38b511b2d18a78f748b3dcfba9c6538f +_md5_=9b3a7d78a7740ec626ded9a8e9318188 diff --git a/metadata/md5-cache/dev-python/psycopg-2.5.1 b/metadata/md5-cache/dev-python/psycopg-2.5.1 index f6e86f27cd68..e162d4199efd 100644 --- a/metadata/md5-cache/dev-python/psycopg-2.5.1 +++ b/metadata/md5-cache/dev-python/psycopg-2.5.1 @@ -4,7 +4,7 @@ DESCRIPTION=PostgreSQL database adapter for Python EAPI=5 HOMEPAGE=http://initd.org/psycopg/ http://pypi.python.org/pypi/psycopg2 IUSE=debug doc examples python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=GPL-2 RDEPEND=>=dev-db/postgresql-base-8.1 python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=2 SRC_URI=mirror://pypi/p/psycopg2/psycopg2-2.5.1.tar.gz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b376afb98916b4cca9e9b147a7d32e9d +_md5_=9ff6425cb62157cbf915cfddd1518bb9 diff --git a/metadata/md5-cache/dev-python/pyasn1-0.1.7 b/metadata/md5-cache/dev-python/pyasn1-0.1.7 index f382c3d58c92..0731a20071f3 100644 --- a/metadata/md5-cache/dev-python/pyasn1-0.1.7 +++ b/metadata/md5-cache/dev-python/pyasn1-0.1.7 @@ -4,11 +4,11 @@ DESCRIPTION=ASN.1 library for Python EAPI=5 HOMEPAGE=http://pyasn1.sourceforge.net/ http://pypi.python.org/pypi/pyasn1 IUSE=doc python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 -KEYWORDS=alpha amd64 arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd LICENSE=BSD RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/p/pyasn1/pyasn1-0.1.7.tar.gz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c4a905b2d8528f2c534c755ccd855b6a +_md5_=499486794a2d7052be93da797b43d78a diff --git a/metadata/md5-cache/dev-python/pyatspi-2.8.0 b/metadata/md5-cache/dev-python/pyatspi-2.8.0 index 96f9289c9de8..abd6c2b5c26b 100644 --- a/metadata/md5-cache/dev-python/pyatspi-2.8.0 +++ b/metadata/md5-cache/dev-python/pyatspi-2.8.0 @@ -4,7 +4,7 @@ DESCRIPTION=Python binding to at-spi library EAPI=5 HOMEPAGE=http://live.gnome.org/Accessibility IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 LICENSE=LGPL-2 GPL-2+ RDEPEND=dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/pygobject-2.90.1:3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=sys-apps/dbus-1 >=app-accessibility/at-spi2-core-2.8.0[introspection] !=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=doc? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) || ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/p/pycups/pycups-1.9.63.tar.bz2 _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6ba5841875bbcb3bcb9d5132472a4203 +_md5_=c27557fcef74ee009bc02cf562696f25 diff --git a/metadata/md5-cache/dev-python/pygobject-2.28.6-r55 b/metadata/md5-cache/dev-python/pygobject-2.28.6-r55 index 76bac81aad50..c3525fffb624 100644 --- a/metadata/md5-cache/dev-python/pygobject-2.28.6-r55 +++ b/metadata/md5-cache/dev-python/pygobject-2.28.6-r55 @@ -4,11 +4,11 @@ DESCRIPTION=GLib's GObject library bindings for Python EAPI=5 HOMEPAGE=http://www.pygtk.org/ IUSE=examples libffi test python_targets_python2_6 python_targets_python2_7 test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2.1+ RDEPEND=>=dev-libs/glib-2.24.0:2 dev-lang/python-exec:2 libffi? ( virtual/libffi:= ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] !=dev-libs/glib-2.34.2:2 >=dev-libs/gobject-introspection-1.34.2 virtual/libffi:= cairo? ( >=dev-python/pycairo-1.10.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] !=dev-libs/glib-2.8:2 >=x11-libs/pango-1.16 >=dev-libs/atk-1.12 >=x11-libs/gtk+-2.24:2 >=dev-python/pycairo-1.0.2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/pygobject-2.26.8-r53:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=gnome-base/libglade-2.5:2.0 SLOT=2 SRC_URI=mirror://gnome/sources/pygtk/2.24/pygtk-2.24.0.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=119d16cd308b96225d6b4cb5b6ec023c +_md5_=aef1c07c2776a2661ee76ef4d37ebe05 diff --git a/metadata/md5-cache/dev-python/pyparted-3.10 b/metadata/md5-cache/dev-python/pyparted-3.10 index 65010f6898d9..7f21cc4b3fb4 100644 --- a/metadata/md5-cache/dev-python/pyparted-3.10 +++ b/metadata/md5-cache/dev-python/pyparted-3.10 @@ -4,11 +4,11 @@ DESCRIPTION=Python bindings for sys-block/parted EAPI=5 HOMEPAGE=https://fedorahosted.org/pyparted/ IUSE=test python_targets_python2_7 python_targets_python3_3 -KEYWORDS=~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=>=sys-block/parted-3.1 dev-python/decorator sys-libs/ncurses 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 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/p/y/pyparted/pyparted-3.10.tar.gz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a38adfcf6219745e47b0861af1b9a2d5 +_md5_=4d427bca33526ad26c1024a46f703921 diff --git a/metadata/md5-cache/dev-python/root_numpy-3.1.1 b/metadata/md5-cache/dev-python/root_numpy-3.1.1 new file mode 100644 index 000000000000..1db6b5dc7563 --- /dev/null +++ b/metadata/md5-cache/dev-python/root_numpy-3.1.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-physics/root[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] test? ( dev-python/nose[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +DESCRIPTION=Interface between ROOT and numpy +EAPI=5 +HOMEPAGE=https://github.com/rootpy/root_numpy +IUSE=examples test python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MIT +RDEPEND=dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-physics/root[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/r/root_numpy/root_numpy-3.1.1.tar.gz +_eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=252274bd0a5c27c0cb281baf3cc1e66a diff --git a/metadata/md5-cache/dev-python/setproctitle-1.1.7 b/metadata/md5-cache/dev-python/setproctitle-1.1.7 index ab81f6e510b8..e8b51c914725 100644 --- a/metadata/md5-cache/dev-python/setproctitle-1.1.7 +++ b/metadata/md5-cache/dev-python/setproctitle-1.1.7 @@ -4,11 +4,11 @@ DESCRIPTION=Allow customization of the process title. EAPI=5 HOMEPAGE=http://code.google.com/p/py-setproctitle/ http://pypi.python.org/pypi/setproctitle IUSE=test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/s/setproctitle/setproctitle-1.1.7.tar.gz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d1891ce6ed446f63628bc63a6229faa4 +_md5_=bb32b02fab8f49e2ce9bde0182683ec3 diff --git a/metadata/md5-cache/dev-python/virtualenv-1.10.1 b/metadata/md5-cache/dev-python/virtualenv-1.10.1 index a84eec087103..32e4fcef7650 100644 --- a/metadata/md5-cache/dev-python/virtualenv-1.10.1 +++ b/metadata/md5-cache/dev-python/virtualenv-1.10.1 @@ -4,11 +4,11 @@ DESCRIPTION=Virtual Python Environment builder EAPI=5 HOMEPAGE=http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv IUSE=doc test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 -KEYWORDS=amd64 arm ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris +KEYWORDS=amd64 arm ppc ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris LICENSE=MIT RDEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 SRC_URI=https://github.com/pypa/virtualenv/archive/1.10.1.tar.gz -> virtualenv-1.10.1.tar.gz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=533d91e9465982751f18482351c25fc7 +_md5_=d39f49749531ce13326ab4d157bf1e8a diff --git a/metadata/md5-cache/dev-ruby/abstract-1.0.0-r2 b/metadata/md5-cache/dev-ruby/abstract-1.0.0-r2 index aebf72915ec9..fb2042d158ce 100644 --- a/metadata/md5-cache/dev-ruby/abstract-1.0.0-r2 +++ b/metadata/md5-cache/dev-ruby/abstract-1.0.0-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Library which enable you to define abstract method in Ruby. EAPI=5 HOMEPAGE=http://rubyforge.org/projects/abstract IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test -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 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Ruby RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/abstract-1.0.0.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e43feddc7880e06cf650d8eb8e2907c0 +_md5_=1a8f25cfb72b4756ca682162f32b1d97 diff --git a/metadata/md5-cache/dev-ruby/addressable-2.3.5-r1 b/metadata/md5-cache/dev-ruby/addressable-2.3.5-r1 index 3032f1322277..dfea01f81ecd 100644 --- a/metadata/md5-cache/dev-ruby/addressable-2.3.5-r1 +++ b/metadata/md5-cache/dev-ruby/addressable-2.3.5-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A replacement for the URI implementation that is part of Ruby's stan EAPI=5 HOMEPAGE=http://addressable.rubyforge.org/ IUSE=doc test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/addressable-2.3.5.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=b780ee7dccda50e7e39231f2182cedda +_md5_=08ad556863e62439becde3546f97726c diff --git a/metadata/md5-cache/dev-ruby/bacon-1.2.0-r1 b/metadata/md5-cache/dev-ruby/bacon-1.2.0-r1 index 67302b5cd847..6a87e1bbb986 100644 --- a/metadata/md5-cache/dev-ruby/bacon-1.2.0-r1 +++ b/metadata/md5-cache/dev-ruby/bacon-1.2.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Small RSpec clone weighing less than 350 LoC EAPI=5 HOMEPAGE=http://chneukirchen.org/repos/bacon IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/bacon-1.2.0.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=a8aab5ce862f27787419ebe672eacf96 +_md5_=49f083dae18f704a8be4fd7d55c36fbd diff --git a/metadata/md5-cache/dev-ruby/bcat-0.6.2 b/metadata/md5-cache/dev-ruby/bcat-0.6.2 index c70086841d65..aec1cf74a4cc 100644 --- a/metadata/md5-cache/dev-ruby/bcat-0.6.2 +++ b/metadata/md5-cache/dev-ruby/bcat-0.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=A pipe to browser utility for use at the shell and within editors li EAPI=4 HOMEPAGE=http://github.com/rtomayko/bcat IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=MIT RDEPEND=!!app-accessibility/speech-tools ruby_targets_ruby18? ( dev-ruby/rack[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/rack[ruby_targets_ruby19] ) ruby_targets_ree18? ( dev-ruby/rack[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) SLOT=0 SRC_URI=mirror://rubygems/bcat-0.6.2.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=fd76aa06c7e063519081e56e59b56546 +_md5_=5de0ad7bc6139d7099cd76ca615dcd37 diff --git a/metadata/md5-cache/dev-ruby/builder-3.0.4 b/metadata/md5-cache/dev-ruby/builder-3.0.4 index ab3d010e5786..3a5c073c54d8 100644 --- a/metadata/md5-cache/dev-ruby/builder-3.0.4 +++ b/metadata/md5-cache/dev-ruby/builder-3.0.4 @@ -4,11 +4,11 @@ DESCRIPTION=A builder to facilitate programatic generation of XML markup EAPI=4 HOMEPAGE=http://rubyforge.org/projects/builder/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby ) SLOT=3 SRC_URI=mirror://rubygems/builder-3.0.4.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=d094273ec1cc5bc50611915037d91a50 +_md5_=4a25bf1b3e27cc3729555d74cfb6a65a diff --git a/metadata/md5-cache/dev-ruby/childprocess-0.3.9 b/metadata/md5-cache/dev-ruby/childprocess-0.3.9 index 4a1944ad795f..903d4597142d 100644 --- a/metadata/md5-cache/dev-ruby/childprocess-0.3.9 +++ b/metadata/md5-cache/dev-ruby/childprocess-0.3.9 @@ -4,11 +4,11 @@ DESCRIPTION=A simple and reliable solution for controlling external programs run EAPI=5 HOMEPAGE=https://github.com/jarib/childprocess IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( virtual/ruby-ffi[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/ruby-ffi[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/ruby-ffi[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/ruby-ffi[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby ) SLOT=2 SRC_URI=mirror://rubygems/childprocess-0.3.9.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=8a5c782289c4d9050738d4d7de563f4e +_md5_=5324c2fdc92ab0d6517a70247a367991 diff --git a/metadata/md5-cache/dev-ruby/childprocess-0.3.9-r1 b/metadata/md5-cache/dev-ruby/childprocess-0.3.9-r1 index af9046764fe5..cb1bf48b2f36 100644 --- a/metadata/md5-cache/dev-ruby/childprocess-0.3.9-r1 +++ b/metadata/md5-cache/dev-ruby/childprocess-0.3.9-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A simple and reliable solution for controlling external programs run EAPI=5 HOMEPAGE=https://github.com/jarib/childprocess IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( virtual/ruby-ffi[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/ruby-ffi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-ffi[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/ruby-ffi[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=2 SRC_URI=mirror://rubygems/childprocess-0.3.9.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e9b554fc05a9fd3fad53ec5e2eec1092 +_md5_=298b465c076877426aed29420dcc348d diff --git a/metadata/md5-cache/dev-ruby/daemons-1.1.8 b/metadata/md5-cache/dev-ruby/daemons-1.1.8 index fb73b7dfb802..b4f0d29c3ba3 100644 --- a/metadata/md5-cache/dev-ruby/daemons-1.1.8 +++ b/metadata/md5-cache/dev-ruby/daemons-1.1.8 @@ -4,11 +4,11 @@ DESCRIPTION=Wrap existing ruby scripts to be run as a daemon EAPI=4 HOMEPAGE=http://daemons.rubyforge.org/ IUSE=examples elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/daemons-1.1.8.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=16e341d0ea4333795a3c46bf1b67b494 +_md5_=5b76880355226dde5191c6a9db7dc088 diff --git a/metadata/md5-cache/dev-ruby/eventmachine-1.0.3-r1 b/metadata/md5-cache/dev-ruby/eventmachine-1.0.3-r1 index eafb2abca210..f6027b4c2bfe 100644 --- a/metadata/md5-cache/dev-ruby/eventmachine-1.0.3-r1 +++ b/metadata/md5-cache/dev-ruby/eventmachine-1.0.3-r1 @@ -4,11 +4,11 @@ DESCRIPTION=EventMachine is a fast, simple event-processing library for Ruby pro EAPI=5 HOMEPAGE=http://rubyeventmachine.com IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 doc test test -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=|| ( GPL-2 Ruby ) RDEPEND=dev-libs/openssl ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/eventmachine-1.0.3.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=1ec81ebce45bf360452ed785276a87fc +_md5_=92b156367973dec68ab819cfc14fa601 diff --git a/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r1 b/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r1 index aafc1a14e2ae..816007c2b4fb 100644 --- a/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r1 +++ b/metadata/md5-cache/dev-ruby/fakeweb-1.3.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Helper for faking web requests in Ruby EAPI=5 HOMEPAGE=http://github.com/chrisk/fakeweb IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~arm ~ppc ~x86 +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/fakeweb-1.3.0.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=fe02a05eac08ff7f220c77ab12190bf1 +_md5_=a46cf6c430ab76e379f7706c42e7f194 diff --git a/metadata/md5-cache/dev-ruby/fast_xs-0.8.0 b/metadata/md5-cache/dev-ruby/fast_xs-0.8.0 index 9b5e115a77ea..171d60f186bd 100644 --- a/metadata/md5-cache/dev-ruby/fast_xs-0.8.0 +++ b/metadata/md5-cache/dev-ruby/fast_xs-0.8.0 @@ -4,11 +4,11 @@ DESCRIPTION=fast_xs text escaping library ruby bindings. EAPI=4 HOMEPAGE=http://fast-xs.rubyforge.org/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 doc test test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ) SLOT=0 SRC_URI=mirror://rubygems/fast_xs-0.8.0.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=3edf3b23c4f25fa82ac8b35e9c6e9427 +_md5_=0a2e89888e100240b73607d3fd9f24d6 diff --git a/metadata/md5-cache/dev-ruby/fastthread-1.0.7-r2 b/metadata/md5-cache/dev-ruby/fastthread-1.0.7-r2 index 4089e7c00e8c..de5459d97f47 100644 --- a/metadata/md5-cache/dev-ruby/fastthread-1.0.7-r2 +++ b/metadata/md5-cache/dev-ruby/fastthread-1.0.7-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Optimized replacement for thread.rb primitives EAPI=2 HOMEPAGE=http://gemcutter.org/gems/fastthread IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=Ruby RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) SLOT=0 SRC_URI=mirror://rubygems/fastthread-1.0.7.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=4c267b7a50b49fc1acd9c79e4b753237 +_md5_=82ff4c8c25d8b0f38697ba7afe0dbce3 diff --git a/metadata/md5-cache/dev-ruby/fcgi-0.9.2.1 b/metadata/md5-cache/dev-ruby/fcgi-0.9.2.1 index c06f3c77ae31..050a0d098d97 100644 --- a/metadata/md5-cache/dev-ruby/fcgi-0.9.2.1 +++ b/metadata/md5-cache/dev-ruby/fcgi-0.9.2.1 @@ -4,11 +4,11 @@ DESCRIPTION=FastCGI library for Ruby EAPI=5 HOMEPAGE=http://github.com/alphallc/ruby-fcgi-ng IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=Ruby RDEPEND=dev-libs/fcgi ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/fcgi-0.9.2.1.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e31d752b59e1c0ee3ae272e11c802a50 +_md5_=5148aef4ce8b0d95dd8c99fc67b7ace3 diff --git a/metadata/md5-cache/dev-ruby/ffi-1.4.0 b/metadata/md5-cache/dev-ruby/ffi-1.4.0 index e45f24808ff9..fa008bb64f8b 100644 --- a/metadata/md5-cache/dev-ruby/ffi-1.4.0 +++ b/metadata/md5-cache/dev-ruby/ffi-1.4.0 @@ -4,11 +4,11 @@ DESCRIPTION=Ruby extension for programmatically loading dynamic libraries EAPI=5 HOMEPAGE=http://wiki.github.com/ffi/ffi IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=LGPL-3 RDEPEND=virtual/libffi ruby_targets_ruby18? ( virtual/ruby-threads[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/ruby-threads[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) SLOT=0 SRC_URI=http://github.com/ffi/ffi/archive/1.4.0.tar.gz -> ffi-git-1.4.0.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=acc57ff9bb067115d220c122cf0a9287 +_md5_=a42a055701a1cb1421e9b492db2d8478 diff --git a/metadata/md5-cache/dev-ruby/ffi-1.9.3 b/metadata/md5-cache/dev-ruby/ffi-1.9.3 index 3d16ef548fe6..e4ce15318b0d 100644 --- a/metadata/md5-cache/dev-ruby/ffi-1.9.3 +++ b/metadata/md5-cache/dev-ruby/ffi-1.9.3 @@ -4,11 +4,11 @@ DESCRIPTION=Ruby extension for programmatically loading dynamic libraries EAPI=5 HOMEPAGE=http://wiki.github.com/ffi/ffi IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 doc test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=BSD RDEPEND=virtual/libffi ruby_targets_ruby18? ( virtual/ruby-threads[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-threads[ruby_targets_ruby20] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=0 SRC_URI=http://github.com/ffi/ffi/archive/1.9.3.tar.gz -> ffi-git-1.9.3.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=00f71a8199a2ca46851e3a5b2bdef9c7 +_md5_=7f89216b87b038c0186982c00358e369 diff --git a/metadata/md5-cache/dev-ruby/gem_plugin-0.2.3-r2 b/metadata/md5-cache/dev-ruby/gem_plugin-0.2.3-r2 index 8538108639c1..8b8dd1d90edb 100644 --- a/metadata/md5-cache/dev-ruby/gem_plugin-0.2.3-r2 +++ b/metadata/md5-cache/dev-ruby/gem_plugin-0.2.3-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A plugin system based only on rubygems that uses dependencies only. EAPI=2 HOMEPAGE=http://mongrel.rubyforge.org/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=mongrel RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) SLOT=0 SRC_URI=mirror://rubygems/gem_plugin-0.2.3.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=04eac5edb79844222aa823746f7d3a6e +_md5_=1fff7643e956072f71bfc600f0720336 diff --git a/metadata/md5-cache/dev-ruby/gherkin-2.11.6 b/metadata/md5-cache/dev-ruby/gherkin-2.11.6 index 5595fd1f385b..d47070a84e8f 100644 --- a/metadata/md5-cache/dev-ruby/gherkin-2.11.6 +++ b/metadata/md5-cache/dev-ruby/gherkin-2.11.6 @@ -4,11 +4,11 @@ DESCRIPTION=Fast Gherkin lexer and parser based on Ragel. EAPI=4 HOMEPAGE=https://github.com/cucumber/gherkin IUSE=doc test test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test -KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/json-1.7.6[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/json-1.7.6[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/json-1.7.6[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) SLOT=0 SRC_URI=https://github.com/cucumber/gherkin/archive/v2.11.6.tar.gz -> gherkin-2.11.6-git.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=d834ed31bb004d3df686783a3821d914 +_md5_=d64d0da8f5e3ea18add378292654c382 diff --git a/metadata/md5-cache/dev-ruby/highline-1.6.19 b/metadata/md5-cache/dev-ruby/highline-1.6.19 index 749bf6c350bd..ba745d0a42f5 100644 --- a/metadata/md5-cache/dev-ruby/highline-1.6.19 +++ b/metadata/md5-cache/dev-ruby/highline-1.6.19 @@ -4,11 +4,11 @@ DESCRIPTION=Highline is a high-level command-line IO library for ruby. EAPI=5 HOMEPAGE=http://highline.rubyforge.org/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby doc test test -KEYWORDS=~alpha amd64 hppa ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=|| ( GPL-2 Ruby ) RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/highline-1.6.19.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=55a07f8fd121e1bcda4063f7f41988c4 +_md5_=4f44b263b03122208829d0c023d3ae2a diff --git a/metadata/md5-cache/dev-ruby/hpricot-0.8.6-r1 b/metadata/md5-cache/dev-ruby/hpricot-0.8.6-r1 index 1c7a35779221..a8a2aea3d317 100644 --- a/metadata/md5-cache/dev-ruby/hpricot-0.8.6-r1 +++ b/metadata/md5-cache/dev-ruby/hpricot-0.8.6-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A fast and liberal HTML parser for Ruby. EAPI=4 HOMEPAGE=http://wiki.github.com/hpricot/hpricot IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc test test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-ruby/fast_xs[ruby_targets_ruby18] ) ruby_targets_ree18? ( dev-ruby/fast_xs[ruby_targets_ree18] ) ruby_targets_ruby19? ( dev-ruby/fast_xs[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/hpricot-0.8.6.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=05541f787dd09ec7ac1691ef1251b80d +_md5_=1cf9b0b3cfb00d3ac73af4e95efd3d16 diff --git a/metadata/md5-cache/dev-ruby/kirbybase-2.6.1-r1 b/metadata/md5-cache/dev-ruby/kirbybase-2.6.1-r1 index bed729eb3139..451bd7997dd4 100644 --- a/metadata/md5-cache/dev-ruby/kirbybase-2.6.1-r1 +++ b/metadata/md5-cache/dev-ruby/kirbybase-2.6.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A simple Ruby DBMS that stores data in plaintext files. EAPI=5 HOMEPAGE=http://www.netpromi.com/kirbybase_ruby.html IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test test -KEYWORDS=~amd64 ~ppc64 ~x86 +KEYWORDS=amd64 ~ppc64 ~x86 LICENSE=Ruby RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/KirbyBase-2.6.1.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=a6989aceaf9e4c7443ddf693d8e0f58b +_md5_=c60d01876a5b7e017dc810d63858c928 diff --git a/metadata/md5-cache/dev-ruby/levenshtein-0.2.2 b/metadata/md5-cache/dev-ruby/levenshtein-0.2.2 deleted file mode 100644 index d3ccbeada7f2..000000000000 --- a/metadata/md5-cache/dev-ruby/levenshtein-0.2.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) -DESCRIPTION=Levenshtein distance algorithm. -EAPI=5 -HOMEPAGE=http://github.com/mbleigh/mash -IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=0 -SRC_URI=mirror://rubygems/levenshtein-0.2.2.gem -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=478e4082660ac3ae35b93ebd95864292 diff --git a/metadata/md5-cache/dev-ruby/levenshtein-0.2.2-r1 b/metadata/md5-cache/dev-ruby/levenshtein-0.2.2-r1 index 8a39673d3e47..6f9813baf53d 100644 --- a/metadata/md5-cache/dev-ruby/levenshtein-0.2.2-r1 +++ b/metadata/md5-cache/dev-ruby/levenshtein-0.2.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Levenshtein distance algorithm. EAPI=5 HOMEPAGE=http://github.com/mbleigh/mash IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/levenshtein-0.2.2.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=9ee681810a07d2277b16a3d1d4d4297a +_md5_=ed3b333c2ae8b4cb7ea8446d7f01a266 diff --git a/metadata/md5-cache/dev-ruby/listen-1.3.1-r1 b/metadata/md5-cache/dev-ruby/listen-1.3.1-r1 index 925e1cd7d37c..3a12330c30b0 100644 --- a/metadata/md5-cache/dev-ruby/listen-1.3.1-r1 +++ b/metadata/md5-cache/dev-ruby/listen-1.3.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Listens to file modifications and notifies you about the changes. EAPI=5 HOMEPAGE=https://github.com/guard/listen IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test test -KEYWORDS=~amd64 ~arm ~ppc ~x86 ~x64-macos +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby20] ) ruby_targets_jruby? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=https://github.com/guard/listen/archive/v1.3.1.tar.gz -> listen-1.3.1-git.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=5a064cc4aa0d622ccbf4229d90a11c9d +_md5_=5305f13b1eac512b23dde3fa3ab4414a diff --git a/metadata/md5-cache/dev-ruby/log4r-1.1.10 b/metadata/md5-cache/dev-ruby/log4r-1.1.10 index c3a0139c5773..d245791ec170 100644 --- a/metadata/md5-cache/dev-ruby/log4r-1.1.10 +++ b/metadata/md5-cache/dev-ruby/log4r-1.1.10 @@ -4,10 +4,10 @@ DESCRIPTION=Log4r is a comprehensive and flexible logging library written in Rub EAPI=2 HOMEPAGE=http://log4r.sourceforge.net/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test -KEYWORDS=~alpha amd64 arm ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 arm ia64 ppc ppc64 ~sparc x86 LICENSE=LGPL-3 RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) SLOT=0 SRC_URI=mirror://rubygems/log4r-1.1.10.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=9fc7530aa44b4a68e735d8b98c8daade +_md5_=93e4be80f15730fbef2c783404269d06 diff --git a/metadata/md5-cache/dev-ruby/mocha-0.12.10 b/metadata/md5-cache/dev-ruby/mocha-0.12.10 index 886ace2e51a5..208ba97c2348 100644 --- a/metadata/md5-cache/dev-ruby/mocha-0.12.10 +++ b/metadata/md5-cache/dev-ruby/mocha-0.12.10 @@ -4,11 +4,11 @@ DESCRIPTION=A Ruby library for mocking and stubbing using a syntax like that of EAPI=5 HOMEPAGE=http://gofreerange.com/mocha/docs/ IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ruby20 doc test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-ruby/metaclass[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/metaclass[ruby_targets_ruby19] ) ruby_targets_jruby? ( dev-ruby/metaclass[ruby_targets_jruby] ) ruby_targets_ruby20? ( dev-ruby/metaclass[ruby_targets_ruby20] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ruby20 ) SLOT=0.12 SRC_URI=mirror://rubygems/mocha-0.12.10.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=5bdb60b45e18cd87cf7f760abd4a240e +_md5_=3bb23f5749485092349dbbdf4e95a6ef diff --git a/metadata/md5-cache/dev-ruby/mocha-0.13.3-r1 b/metadata/md5-cache/dev-ruby/mocha-0.13.3-r1 index 045743e5f57e..c2180a78d0ea 100644 --- a/metadata/md5-cache/dev-ruby/mocha-0.13.3-r1 +++ b/metadata/md5-cache/dev-ruby/mocha-0.13.3-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A Ruby library for mocking and stubbing using a syntax like that of EAPI=5 HOMEPAGE=http://gofreerange.com/mocha/docs/ IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-ruby/metaclass[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/metaclass[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/metaclass[ruby_targets_ruby20] ) ruby_targets_jruby? ( dev-ruby/metaclass[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0.13 SRC_URI=mirror://rubygems/mocha-0.13.3.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=49ae84841efb36e10c41e768ecd245e3 +_md5_=504a3b95059943b5c92d434ea2c58ec8 diff --git a/metadata/md5-cache/dev-ruby/msgpack-0.4.7 b/metadata/md5-cache/dev-ruby/msgpack-0.4.7 deleted file mode 100644 index 54e411bfa133..000000000000 --- a/metadata/md5-cache/dev-ruby/msgpack-0.4.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ) -DESCRIPTION=Binary-based efficient data interchange format for ruby binding -EAPI=3 -HOMEPAGE=http://msgpack.sourceforge.jp/ -IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) -SLOT=0 -SRC_URI=mirror://rubygems/msgpack-0.4.7.gem -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=3ada9afc30e3b1a21f9362fb29875e54 diff --git a/metadata/md5-cache/dev-ruby/msgpack-0.5.5 b/metadata/md5-cache/dev-ruby/msgpack-0.5.5 deleted file mode 100644 index 14b2e7f4c491..000000000000 --- a/metadata/md5-cache/dev-ruby/msgpack-0.5.5 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby18? ( doc? ( dev-ruby/yard[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) -DESCRIPTION=Binary-based efficient data interchange format for ruby binding -EAPI=5 -HOMEPAGE=http://msgpack.sourceforge.jp/ -IUSE=doc elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd -LICENSE=Apache-2.0 -RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) -SLOT=0 -SRC_URI=mirror://rubygems/msgpack-0.5.5.gem -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=f1a2f8707dc04cf0ebf51508d6f186bd diff --git a/metadata/md5-cache/dev-ruby/msgpack-0.5.7 b/metadata/md5-cache/dev-ruby/msgpack-0.5.7 index 6189f74a11ab..e84d3ed91a0c 100644 --- a/metadata/md5-cache/dev-ruby/msgpack-0.5.7 +++ b/metadata/md5-cache/dev-ruby/msgpack-0.5.7 @@ -4,11 +4,11 @@ DESCRIPTION=Binary-based efficient data interchange format for ruby binding EAPI=5 HOMEPAGE=http://msgpack.sourceforge.jp/ IUSE=doc elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 doc test test -KEYWORDS=~amd64 ~arm ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/msgpack-0.5.7.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=4976d3c1e870bbd755544eaf94307422 +_md5_=5222e9fa4385c24d1e704afcbe505a86 diff --git a/metadata/md5-cache/dev-ruby/multi_json-1.6.1-r1 b/metadata/md5-cache/dev-ruby/multi_json-1.6.1-r1 index 97ba1e475575..d04e9529fd24 100644 --- a/metadata/md5-cache/dev-ruby/multi_json-1.6.1-r1 +++ b/metadata/md5-cache/dev-ruby/multi_json-1.6.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A gem to provide swappable JSON backends EAPI=5 HOMEPAGE=http://github.com/intridea/multi_json IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( || ( >=dev-ruby/json-1.4[ruby_targets_ruby18] >=dev-ruby/yajl-ruby-0.7[ruby_targets_ruby18] =dev-ruby/activesupport-3*[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( || ( >=dev-ruby/json-1.4[ruby_targets_ruby19] >=dev-ruby/yajl-ruby-0.7[ruby_targets_ruby19] =dev-ruby/activesupport-3*[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( || ( >=dev-ruby/json-1.4[ruby_targets_ruby20] >=dev-ruby/yajl-ruby-0.7[ruby_targets_ruby20] =dev-ruby/activesupport-3*[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( || ( >=dev-ruby/json-1.4[ruby_targets_jruby] >=dev-ruby/yajl-ruby-0.7[ruby_targets_jruby] =dev-ruby/activesupport-3*[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/multi_json-1.6.1.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=3cef6e15da2f325d9c373dc13fbff975 +_md5_=933f2d40925efe133ed4a866f30d083a diff --git a/metadata/md5-cache/dev-ruby/mustache-0.99.4-r1 b/metadata/md5-cache/dev-ruby/mustache-0.99.4-r1 index b79b6083609c..1c5699df1510 100644 --- a/metadata/md5-cache/dev-ruby/mustache-0.99.4-r1 +++ b/metadata/md5-cache/dev-ruby/mustache-0.99.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Mustache is a framework-agnostic way to render logic-free views. EAPI=2 HOMEPAGE=http://mustache.github.com/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) SLOT=0 SRC_URI=mirror://rubygems/mustache-0.99.4.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e282422f7502a5b0e9784ee5af3ba798 +_md5_=9096ef7f8abbcc57fd8c9bb35c9be5d6 diff --git a/metadata/md5-cache/dev-ruby/net-scp-1.1.0 b/metadata/md5-cache/dev-ruby/net-scp-1.1.0 deleted file mode 100644 index 53551bdc48f1..000000000000 --- a/metadata/md5-cache/dev-ruby/net-scp-1.1.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/mocha[ruby_targets_ruby19] ) ) test? ( ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) -DESCRIPTION=A pure Ruby implementation of the SCP client protocol -EAPI=5 -HOMEPAGE=http://net-ssh.rubyforge.org/scp -IUSE=test elibc_FreeBSD ruby_targets_ruby19 doc test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ) -SLOT=2 -SRC_URI=mirror://rubygems/net-scp-1.1.0.gem -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e93d204fbba3c13eaf65c52163ea081d diff --git a/metadata/md5-cache/dev-ruby/net-scp-1.1.2 b/metadata/md5-cache/dev-ruby/net-scp-1.1.2 deleted file mode 100644 index 167feb81e9f3..000000000000 --- a/metadata/md5-cache/dev-ruby/net-scp-1.1.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( doc? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] ) test? ( dev-ruby/mocha[ruby_targets_ruby19] ) ) test? ( ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) -DESCRIPTION=A pure Ruby implementation of the SCP client protocol -EAPI=5 -HOMEPAGE=http://net-ssh.rubyforge.org/scp -IUSE=test elibc_FreeBSD ruby_targets_ruby19 doc test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ) -SLOT=2 -SRC_URI=mirror://rubygems/net-scp-1.1.2.gem -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=d3ad7a517a1e6f9c6f54fd3eabc0499b diff --git a/metadata/md5-cache/dev-ruby/net-scp-1.1.2-r1 b/metadata/md5-cache/dev-ruby/net-scp-1.1.2-r1 index 39ec95e92d50..b8fd8d04e117 100644 --- a/metadata/md5-cache/dev-ruby/net-scp-1.1.2-r1 +++ b/metadata/md5-cache/dev-ruby/net-scp-1.1.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A pure Ruby implementation of the SCP client protocol EAPI=5 HOMEPAGE=http://net-ssh.rubyforge.org/scp IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=2 SRC_URI=mirror://rubygems/net-scp-1.1.2.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=c08368b9e82896af20b7d8875e4b08b1 +_md5_=94044dd09e04a5bed86351a813b6e6cb diff --git a/metadata/md5-cache/dev-ruby/net-sftp-2.1.2 b/metadata/md5-cache/dev-ruby/net-sftp-2.1.2 deleted file mode 100644 index 040efc3f041f..000000000000 --- a/metadata/md5-cache/dev-ruby/net-sftp-2.1.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/mocha-0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) -DESCRIPTION=SFTP in pure Ruby -EAPI=5 -HOMEPAGE=http://net-ssh.rubyforge.org/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris -LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ) -SLOT=2 -SRC_URI=mirror://rubygems/net-sftp-2.1.2.gem -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=4b653c54fc80075e910bb7a581fd4d9d diff --git a/metadata/md5-cache/dev-ruby/net-sftp-2.1.2-r1 b/metadata/md5-cache/dev-ruby/net-sftp-2.1.2-r1 index 12274175d656..02d90166a468 100644 --- a/metadata/md5-cache/dev-ruby/net-sftp-2.1.2-r1 +++ b/metadata/md5-cache/dev-ruby/net-sftp-2.1.2-r1 @@ -4,11 +4,11 @@ DESCRIPTION=SFTP in pure Ruby EAPI=5 HOMEPAGE=http://net-ssh.rubyforge.org/ IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=2 SRC_URI=mirror://rubygems/net-sftp-2.1.2.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=10e950f5c954922c9c023d64d4a553c1 +_md5_=1531625c695cb57b5540b6012b617e54 diff --git a/metadata/md5-cache/dev-ruby/net-ssh-2.7.0 b/metadata/md5-cache/dev-ruby/net-ssh-2.7.0 deleted file mode 100644 index c5050b1cf185..000000000000 --- a/metadata/md5-cache/dev-ruby/net-ssh-2.7.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] >=dev-ruby/mocha-0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) -DESCRIPTION=Non-interactive SSH processing in pure Ruby -EAPI=5 -HOMEPAGE=http://net-ssh.rubyforge.org/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 doc test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris -LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ) -SLOT=2.6 -SRC_URI=https://github.com/net-ssh/net-ssh/archive/v2.7.0.tar.gz -> net-ssh-git-2.7.0.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=43ed7ef11e01dd393d726a800dc5d88a diff --git a/metadata/md5-cache/dev-ruby/net-ssh-2.7.0-r1 b/metadata/md5-cache/dev-ruby/net-ssh-2.7.0-r1 index 13ae00421f82..3c32c660be87 100644 --- a/metadata/md5-cache/dev-ruby/net-ssh-2.7.0-r1 +++ b/metadata/md5-cache/dev-ruby/net-ssh-2.7.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Non-interactive SSH processing in pure Ruby EAPI=5 HOMEPAGE=http://net-ssh.rubyforge.org/ IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-ssl[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=2.6 SRC_URI=https://github.com/net-ssh/net-ssh/archive/v2.7.0.tar.gz -> net-ssh-git-2.7.0.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=02be47bbaf3347e245dd9ae465f2e9f8 +_md5_=676cb2bf6f92fb1589cf533b6e72096c diff --git a/metadata/md5-cache/dev-ruby/net-ssh-gateway-1.2.0-r1 b/metadata/md5-cache/dev-ruby/net-ssh-gateway-1.2.0-r1 index 65da47bdbdbf..1e40fa24b10b 100644 --- a/metadata/md5-cache/dev-ruby/net-ssh-gateway-1.2.0-r1 +++ b/metadata/md5-cache/dev-ruby/net-ssh-gateway-1.2.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A simple library to assist in enabling tunneled Net::SSH connections EAPI=5 HOMEPAGE=http://net-ssh.rubyforge.org/gateway IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=2 SRC_URI=mirror://rubygems/net-ssh-gateway-1.2.0.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=c0cd678503bc61e15b711fc1563affec +_md5_=856036c42452c7b5afdedb20be30e5e1 diff --git a/metadata/md5-cache/dev-ruby/net-ssh-multi-1.1 b/metadata/md5-cache/dev-ruby/net-ssh-multi-1.1 index 521e530db2ba..810c9b8ddcff 100644 --- a/metadata/md5-cache/dev-ruby/net-ssh-multi-1.1 +++ b/metadata/md5-cache/dev-ruby/net-ssh-multi-1.1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) SLOT=2 SRC_URI=https://github.com/net-ssh/net-ssh-multi/tarball/v1.1 -> net-ssh-multi-1.1.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=8a88a60df841fa3a5911371a3fa09cc4 +_md5_=7a018a65711c955c9343b2db3223a80a diff --git a/metadata/md5-cache/dev-ruby/net-ssh-multi-1.2.0 b/metadata/md5-cache/dev-ruby/net-ssh-multi-1.2.0 deleted file mode 100644 index e5a3408d3813..000000000000 --- a/metadata/md5-cache/dev-ruby/net-ssh-multi-1.2.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] >=dev-ruby/net-ssh-gateway-1.2.0[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) -DESCRIPTION=Net::SSH::Multi is a library for controlling multiple Net::SSH connections via a single interface. -EAPI=4 -HOMEPAGE=http://net-ssh.rubyforge.org/multi -IUSE=test elibc_FreeBSD ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 -LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] >=dev-ruby/net-ssh-gateway-1.2.0[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ) -SLOT=2 -SRC_URI=https://github.com/net-ssh/net-ssh-multi/archive/v1.2.0.tar.gz -> net-ssh-multi-1.2.0-git.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=74022a261f2bccb0792dd604ac175a81 diff --git a/metadata/md5-cache/dev-ruby/net-ssh-multi-1.2.0-r1 b/metadata/md5-cache/dev-ruby/net-ssh-multi-1.2.0-r1 index d715bb0eabcd..6549de7b586a 100644 --- a/metadata/md5-cache/dev-ruby/net-ssh-multi-1.2.0-r1 +++ b/metadata/md5-cache/dev-ruby/net-ssh-multi-1.2.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Net::SSH::Multi is a library for controlling multiple Net::SSH conne EAPI=5 HOMEPAGE=http://net-ssh.rubyforge.org/multi IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 LICENSE=GPL-2 RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby19] >=dev-ruby/net-ssh-gateway-1.2.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/net-ssh-2.6.5[ruby_targets_ruby20] >=dev-ruby/net-ssh-gateway-1.2.0[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=2 SRC_URI=https://github.com/net-ssh/net-ssh-multi/archive/v1.2.0.tar.gz -> net-ssh-multi-1.2.0-git.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=26c14d35c67d89143d3e5c9c20c81d0d +_md5_=63d75583167e6ce9f2318ebc067d3e19 diff --git a/metadata/md5-cache/dev-ruby/rack-1.4.5 b/metadata/md5-cache/dev-ruby/rack-1.4.5 index f7998d53c064..86d10d543605 100644 --- a/metadata/md5-cache/dev-ruby/rack-1.4.5 +++ b/metadata/md5-cache/dev-ruby/rack-1.4.5 @@ -4,11 +4,11 @@ DESCRIPTION=A modular Ruby webserver interface EAPI=5 HOMEPAGE=http://rack.github.com/ IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc test test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/ruby-ssl[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/ruby-ssl[ruby_targets_jruby] ) !=virtual/jdk-1.5 hardened? ( sys-apps/paxctl ) >=dev-java/java-config-2.1.9-r1 ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=Rjb is a Ruby-Java software bridge +EAPI=5 +HOMEPAGE=http://rjb.rubyforge.org/ +IUSE=examples hardened elibc_FreeBSD elibc_FreeBSD ruby_targets_ruby19 elibc_FreeBSD ruby_targets_ruby19 test +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 +RDEPEND=virtual/jre >=dev-java/java-config-2.1.9-r1 ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ) || ( ruby_targets_ruby19 ) +SLOT=0 +SRC_URI=mirror://rubygems/rjb-1.4.8.gem +_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=5284b6ca34c0b859fff40fc417935d8f diff --git a/metadata/md5-cache/dev-ruby/ruby-gettext-2.3.8 b/metadata/md5-cache/dev-ruby/ruby-gettext-2.3.8 index 217ff3186951..b0f44a69a87b 100644 --- a/metadata/md5-cache/dev-ruby/ruby-gettext-2.3.8 +++ b/metadata/md5-cache/dev-ruby/ruby-gettext-2.3.8 @@ -4,11 +4,11 @@ DESCRIPTION=Ruby GetText Package is Native Language Support Library and Tools mo EAPI=5 HOMEPAGE=http://www.yotabanana.com/hiki/ruby-gettext.html IUSE=doc test test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 LICENSE=Ruby RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby18] dev-ruby/levenshtein[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby19] dev-ruby/levenshtein[ruby_targets_ruby19] ) sys-devel/gettext ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) SLOT=0 SRC_URI=mirror://rubygems/gettext-2.3.8.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=a8955a16bf73ea5967965dbe2847a1ea +_md5_=52bbef8bb2ed0c829e29d48ee459315e diff --git a/metadata/md5-cache/dev-ruby/ruby-opengl-0.60.1-r2 b/metadata/md5-cache/dev-ruby/ruby-opengl-0.60.1-r2 index ed4d17627bed..70c5aa452802 100644 --- a/metadata/md5-cache/dev-ruby/ruby-opengl-0.60.1-r2 +++ b/metadata/md5-cache/dev-ruby/ruby-opengl-0.60.1-r2 @@ -4,11 +4,11 @@ DESCRIPTION=OpenGL / GLUT bindings for ruby EAPI=4 HOMEPAGE=http://ruby-opengl.rubyforge.org/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test -KEYWORDS=amd64 hppa ppc ppc64 x86 +KEYWORDS=ppc ppc64 x86 LICENSE=MIT RDEPEND=virtual/opengl media-libs/freeglut ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) SLOT=0 SRC_URI=mirror://rubygems/ruby-opengl-0.60.1.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=f715c771873fb0e9274e1906abd6bf0d +_md5_=cecc120b928213edddcadbd66d1a06fd diff --git a/metadata/md5-cache/dev-ruby/ruby-opengl-0.8.0 b/metadata/md5-cache/dev-ruby/ruby-opengl-0.8.0 index 67d75e74aa62..8902859dbae8 100644 --- a/metadata/md5-cache/dev-ruby/ruby-opengl-0.8.0 +++ b/metadata/md5-cache/dev-ruby/ruby-opengl-0.8.0 @@ -4,11 +4,11 @@ DESCRIPTION=OpenGL / GLUT bindings for ruby EAPI=5 HOMEPAGE=http://ruby-opengl.rubyforge.org/ IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test -KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 hppa ~ppc ppc64 ~x86 LICENSE=MIT RDEPEND=virtual/opengl media-libs/freeglut ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=0 SRC_URI=mirror://rubygems/opengl-0.8.0.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=26d4bef157117bf72a97e9e2af633cba +_md5_=95e73762b4c20b591ad167d0f9a024ea diff --git a/metadata/md5-cache/dev-ruby/samuel-0.3.3-r1 b/metadata/md5-cache/dev-ruby/samuel-0.3.3-r1 index 2b7f09aec022..6274e5e030f0 100644 --- a/metadata/md5-cache/dev-ruby/samuel-0.3.3-r1 +++ b/metadata/md5-cache/dev-ruby/samuel-0.3.3-r1 @@ -4,11 +4,11 @@ DESCRIPTION=An automatic logger for HTTP requests in Ruby. EAPI=5 HOMEPAGE=http://github.com/chrisk/samuel IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test test -KEYWORDS=~amd64 ~arm ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/samuel-0.3.3.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=2028d18f05dff1945025a9478fe6eea9 +_md5_=bc61a5e6d1b632317843172e3d2cc7d8 diff --git a/metadata/md5-cache/dev-ruby/sass-3.2.12 b/metadata/md5-cache/dev-ruby/sass-3.2.12 deleted file mode 100644 index 7bbc56666060..000000000000 --- a/metadata/md5-cache/dev-ruby/sass-3.2.12 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby18? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_jruby] ) ) test? ( ruby_targets_ruby18? ( >=dev-ruby/listen-0.7.2:0[ruby_targets_ruby18] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby19] !!=dev-ruby/listen-0.7.2:0[ruby_targets_jruby] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby18] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby19] !!=dev-ruby/listen-0.7.2:0[ruby_targets_jruby] !!=dev-ruby/yard-0.5.3[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_jruby] ) ) test? ( ruby_targets_ruby18? ( >=dev-ruby/listen-0.7.2:0[ruby_targets_ruby18] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby19] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby20] !!=dev-ruby/listen-0.7.2:0[ruby_targets_jruby] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby18] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby19] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby20] !!=dev-ruby/listen-0.7.2:0[ruby_targets_jruby] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby18] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby19] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby20] !!=dev-ruby/listen-0.7.2:0[ruby_targets_jruby] !! yard-0.8.7.2-git.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=20a55dd6a0eb8e8feeb9598b36e1bbe0 +_md5_=452d42202f9df827b8c89164c4a1644a diff --git a/metadata/md5-cache/dev-ruby/yard-0.8.7.2-r1 b/metadata/md5-cache/dev-ruby/yard-0.8.7.2-r1 deleted file mode 100644 index 6123249ffc09..000000000000 --- a/metadata/md5-cache/dev-ruby/yard-0.8.7.2-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby18? ( doc? ( || ( dev-ruby/bluecloth[ruby_targets_ruby18] dev-ruby/maruku[ruby_targets_ruby18] dev-ruby/rdiscount[ruby_targets_ruby18] dev-ruby/kramdown[ruby_targets_ruby18] ) ) test? ( dev-ruby/rack[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( || ( dev-ruby/bluecloth[ruby_targets_ruby19] dev-ruby/maruku[ruby_targets_ruby19] dev-ruby/rdiscount[ruby_targets_ruby19] dev-ruby/kramdown[ruby_targets_ruby19] ) ) test? ( dev-ruby/rack[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( || ( dev-ruby/bluecloth[ruby_targets_ruby20] dev-ruby/maruku[ruby_targets_ruby20] dev-ruby/rdiscount[ruby_targets_ruby20] dev-ruby/kramdown[ruby_targets_ruby20] ) ) test? ( dev-ruby/rack[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( doc? ( || ( dev-ruby/bluecloth[ruby_targets_jruby] dev-ruby/maruku[ruby_targets_jruby] dev-ruby/rdiscount[ruby_targets_jruby] dev-ruby/kramdown[ruby_targets_jruby] ) ) test? ( dev-ruby/rack[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( >=dev-ruby/ruby-gettext-2.3.8[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/ruby-gettext-2.3.8[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec:2[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=Documentation generation tool for the Ruby programming language -EAPI=5 -HOMEPAGE=http://yardoc.org/ -IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) -SLOT=0 -SRC_URI=https://github.com/lsegal/yard/archive/0.8.7.2.tar.gz -> yard-0.8.7.2-git.tgz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=ed0f7204c63c7cd94bf6c0ec38a21e11 diff --git a/metadata/md5-cache/dev-ruby/yard-0.8.7.3 b/metadata/md5-cache/dev-ruby/yard-0.8.7.3 index 9b800ff4cc4c..4a99136a1d74 100644 --- a/metadata/md5-cache/dev-ruby/yard-0.8.7.3 +++ b/metadata/md5-cache/dev-ruby/yard-0.8.7.3 @@ -4,11 +4,11 @@ DESCRIPTION=Documentation generation tool for the Ruby programming language EAPI=5 HOMEPAGE=http://yardoc.org/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=https://github.com/lsegal/yard/archive/0.8.7.3.tar.gz -> yard-0.8.7.3-git.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=aa7efffc6a700ff53667f6afe792fbcb +_md5_=d1ae8b81767cea8e3da008dbb15ba3c6 diff --git a/metadata/md5-cache/dev-tex/biber-1.7-r1 b/metadata/md5-cache/dev-tex/biber-1.7-r1 deleted file mode 100644 index f5de03f7d25d..000000000000 --- a/metadata/md5-cache/dev-tex/biber-1.7-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-lang/perl-5.16 dev-perl/Business-ISBN dev-perl/Business-ISMN dev-perl/Business-ISSN dev-perl/Data-Compare dev-perl/Data-Diver dev-perl/Data-Dump dev-perl/Date-Simple dev-perl/Encode-EUCJPASCII dev-perl/Encode-HanExtra dev-perl/Encode-JIS2K dev-perl/File-Slurp-Unicode dev-perl/IPC-Run3 dev-perl/libwww-perl[ssl] dev-perl/List-AllUtils dev-perl/Log-Log4perl dev-perl/regexp-common dev-perl/Readonly dev-perl/Readonly-XS >=dev-perl/Text-BibTeX-0.66 dev-perl/URI dev-perl/Unicode-LineBreak dev-perl/XML-LibXML-Simple dev-perl/XML-LibXSLT dev-perl/XML-SAX-Base dev-perl/XML-Writer >=dev-tex/biblatex-2.7 virtual/perl-IPC-Cmd dev-perl/Config-AutoConf virtual/perl-Module-Build test? ( dev-perl/File-Which dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) || ( >=dev-lang/perl-5.16 =dev-lang/perl-5.16 dev-perl/Business-ISBN dev-perl/Business-ISMN dev-perl/Business-ISSN dev-perl/Data-Compare dev-perl/Data-Diver dev-perl/Data-Dump dev-perl/Date-Simple dev-perl/Encode-EUCJPASCII dev-perl/Encode-HanExtra dev-perl/Encode-JIS2K dev-perl/File-Slurp-Unicode dev-perl/IPC-Run3 dev-perl/libwww-perl[ssl] dev-perl/List-AllUtils dev-perl/Log-Log4perl dev-perl/regexp-common dev-perl/Readonly dev-perl/Readonly-XS >=dev-perl/Text-BibTeX-0.66 dev-perl/URI dev-perl/Unicode-LineBreak dev-perl/XML-LibXML-Simple dev-perl/XML-LibXSLT dev-perl/XML-SAX-Base dev-perl/XML-Writer >=dev-tex/biblatex-2.7 virtual/perl-IPC-Cmd || ( >=dev-lang/perl-5.16 biber-1.7.tar.gz http://dev.gentoo.org/~mrueg/files/biber-1.7-drop-mozilla-ca.patch.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed perl-module d93571ca1c77e98760e5aa406388b02d toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=97f6c8eed75066899914dbabb984e967 diff --git a/metadata/md5-cache/dev-tex/biblatex-2.7 b/metadata/md5-cache/dev-tex/biblatex-2.7 deleted file mode 100644 index 076961710c20..000000000000 --- a/metadata/md5-cache/dev-tex/biblatex-2.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare unpack -DEPEND=dev-texlive/texlive-bibtexextra virtual/latex-base >=sys-apps/texinfo-4.2-r5 -DESCRIPTION=Reimplementation of the bibliographic facilities provided by LaTeX -EAPI=5 -HOMEPAGE=http://www.ctan.org/tex-archive/macros/latex/contrib/biblatex -IUSE=doc examples -KEYWORDS=~amd64 ~x86 -LICENSE=LPPL-1.3 -RDEPEND=dev-texlive/texlive-bibtexextra virtual/latex-base -SLOT=0 -SRC_URI=mirror://sourceforge/biblatex/biblatex-2.7.tds.tgz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e latex-package 999c52f495ebb8dd3b69bda982bb2817 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d7d943b8bcc1ab5e03d90d9f35ce6107 diff --git a/metadata/md5-cache/dev-tex/circuit_macros-7.7-r1 b/metadata/md5-cache/dev-tex/circuit_macros-7.7-r1 index bcbdcb165773..69aa9bb2925c 100644 --- a/metadata/md5-cache/dev-tex/circuit_macros-7.7-r1 +++ b/metadata/md5-cache/dev-tex/circuit_macros-7.7-r1 @@ -8,5 +8,5 @@ LICENSE=LPPL-1.3c RDEPEND=|| ( app-text/texlive[graphics] app-text/texlive[pstricks] ) media-gfx/dpic sys-devel/m4 script? ( app-text/texlive[graphics] dev-texlive/texlive-latexextra ) SLOT=0 SRC_URI=http://mirrors.ctan.org/graphics/circuit_macros.zip -> circuit_macros-7.7.zip -_eclasses_=texlive-common 04b9b0d6ae9d9855e9221a0dbf4acd9e unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=texlive-common 04b9b0d6ae9d9855e9221a0dbf4acd9e unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=a4d41cecbc2d254d380ead067c286642 diff --git a/metadata/md5-cache/dev-tex/circuit_macros-7.7.1 b/metadata/md5-cache/dev-tex/circuit_macros-7.7.1 index 8a855ff44abe..8b900371e0b6 100644 --- a/metadata/md5-cache/dev-tex/circuit_macros-7.7.1 +++ b/metadata/md5-cache/dev-tex/circuit_macros-7.7.1 @@ -8,5 +8,5 @@ LICENSE=LPPL-1.3c RDEPEND=|| ( app-text/texlive[graphics] app-text/texlive[pstricks] ) media-gfx/dpic sys-devel/m4 script? ( app-text/texlive[graphics] dev-texlive/texlive-latexextra ) SLOT=0 SRC_URI=http://mirrors.ctan.org/graphics/circuit_macros.zip -> circuit_macros-7.7.1.zip -_eclasses_=texlive-common 04b9b0d6ae9d9855e9221a0dbf4acd9e unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=texlive-common 04b9b0d6ae9d9855e9221a0dbf4acd9e unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=7d51d1e988b64276d20b3869e4047c6d diff --git a/metadata/md5-cache/dev-util/aruba-0.5.3 b/metadata/md5-cache/dev-util/aruba-0.5.3 index 9f262acd9067..03f5e4ebcfa6 100644 --- a/metadata/md5-cache/dev-util/aruba-0.5.3 +++ b/metadata/md5-cache/dev-util/aruba-0.5.3 @@ -4,11 +4,11 @@ DESCRIPTION=Cucumber steps for driving out command line applications. EAPI=5 HOMEPAGE=https://github.com/cucumber/aruba IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/childprocess-0.3.6[ruby_targets_ruby18] =dev-ruby/childprocess-0.3*[ruby_targets_ruby18] >=dev-ruby/rspec-expectations-2.7:2[ruby_targets_ruby18] >=dev-util/cucumber-1.1.1[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/childprocess-0.3.6[ruby_targets_ruby19] =dev-ruby/childprocess-0.3*[ruby_targets_ruby19] >=dev-ruby/rspec-expectations-2.7:2[ruby_targets_ruby19] >=dev-util/cucumber-1.1.1[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) SLOT=0 SRC_URI=mirror://rubygems/aruba-0.5.3.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=4f9cba40ad7442446d97168d9e782fcc +_md5_=295d9e32f8602c5eae6918099bddef11 diff --git a/metadata/md5-cache/dev-util/cucumber-1.2.1 b/metadata/md5-cache/dev-util/cucumber-1.2.1 index 007753eb62a1..c4609ad6f3ef 100644 --- a/metadata/md5-cache/dev-util/cucumber-1.2.1 +++ b/metadata/md5-cache/dev-util/cucumber-1.2.1 @@ -4,10 +4,10 @@ DESCRIPTION=Executable feature scenarios EAPI=2 HOMEPAGE=http://github.com/aslakhellesoy/cucumber/wikis IUSE=examples test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test test -KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=Ruby RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/builder-2.1.2[ruby_targets_ruby18] >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby18] >=dev-ruby/gherkin-2.11.0[ruby_targets_ruby18] >=dev-ruby/json-1.4.6[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/builder-2.1.2[ruby_targets_ruby19] >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby19] >=dev-ruby/gherkin-2.11.0[ruby_targets_ruby19] >=dev-ruby/json-1.4.6[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/builder-2.1.2[ruby_targets_ree18] >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ree18] >=dev-ruby/gherkin-2.11.0[ruby_targets_ree18] >=dev-ruby/json-1.4.6[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) SLOT=0 SRC_URI=mirror://rubygems/cucumber-1.2.1.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=6884fd8ba487b5243f7da6234307a5a7 +_md5_=8f2722389a6408c72509c282d8c18be5 diff --git a/metadata/md5-cache/dev-util/debootstrap-1.0.55 b/metadata/md5-cache/dev-util/debootstrap-1.0.55 index de619828620d..3dde115d4c75 100644 --- a/metadata/md5-cache/dev-util/debootstrap-1.0.55 +++ b/metadata/md5-cache/dev-util/debootstrap-1.0.55 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile install postinst unpack DESCRIPTION=Debian/Ubuntu bootstrap scripts EAPI=5 HOMEPAGE=http://packages.qa.debian.org/d/debootstrap.html -KEYWORDS=~alpha ~amd64 arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=app-arch/dpkg net-misc/wget sys-devel/binutils SLOT=0 SRC_URI=mirror://debian/pool/main/d/debootstrap/debootstrap_1.0.55.tar.gz mirror://gentoo/devices.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3284ab7ef28341ec75944c6f1b93cff8 +_md5_=94dbc6d9a920f426ed9c6f6ce49b01a3 diff --git a/metadata/md5-cache/dev-util/dialog-1.2.20130928 b/metadata/md5-cache/dev-util/dialog-1.2.20130928 index 5fa1b0015857..32fac65dc2e6 100644 --- a/metadata/md5-cache/dev-util/dialog-1.2.20130928 +++ b/metadata/md5-cache/dev-util/dialog-1.2.20130928 @@ -4,10 +4,10 @@ DESCRIPTION=tool to display dialog boxes from a shell EAPI=4 HOMEPAGE=http://invisible-island.net/dialog/dialog.html IUSE=examples minimal nls static-libs unicode -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=sys-libs/ncurses-5.2-r5 unicode? ( sys-libs/ncurses[unicode] ) SLOT=0 SRC_URI=ftp://invisible-island.net/dialog/dialog-1.2-20130928.tgz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=83e43100e55facb93aac6b6a67bb65e5 +_md5_=e7a6af4edb9de7e6efe26f66625aaf63 diff --git a/metadata/md5-cache/dev-util/fix-la-relink-command-0.1.1 b/metadata/md5-cache/dev-util/fix-la-relink-command-0.1.1 index 85c84516cb47..813ec1811314 100644 --- a/metadata/md5-cache/dev-util/fix-la-relink-command-0.1.1 +++ b/metadata/md5-cache/dev-util/fix-la-relink-command-0.1.1 @@ -3,9 +3,9 @@ DEPEND=dev-lang/perl virtual/perl-Getopt-Long app-arch/xz-utils DESCRIPTION=Helps prevent .la files from relinking to libraries outside a build tree EAPI=4 HOMEPAGE=http://dev.gentoo.org/~tetromino/distfiles/fix-la-relink-command -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 ) RDEPEND=dev-lang/perl virtual/perl-Getopt-Long SLOT=0 SRC_URI=http://dev.gentoo.org/~tetromino/distfiles/fix-la-relink-command/fix-la-relink-command-0.1.1.tar.xz -_md5_=aa3cbe93cfbb755fd9a70e7225c5b8d5 +_md5_=1ca27a71bc8c18694f42e7b91230a51c diff --git a/metadata/md5-cache/dev-util/gdbus-codegen-2.36.4-r1 b/metadata/md5-cache/dev-util/gdbus-codegen-2.36.4-r1 index b51d3135dd71..f02472cae28e 100644 --- a/metadata/md5-cache/dev-util/gdbus-codegen-2.36.4-r1 +++ b/metadata/md5-cache/dev-util/gdbus-codegen-2.36.4-r1 @@ -4,7 +4,7 @@ DESCRIPTION=GDBus code and documentation generator EAPI=5 HOMEPAGE=http://www.gtk.org/ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=LGPL-2+ PDEPEND=>=dev-libs/glib-2.36.4:2 RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[xml] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[xml] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] @@ -12,4 +12,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=0 SRC_URI=mirror://gnome/sources/glib/2.36/glib-2.36.4.tar.xz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e gnome.org 8fef8f967214f56e08fa92d61163d891 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=b23558854afb150b505b88581120ce04 +_md5_=f4c65d2b2c098071fe0305971c53537a diff --git a/metadata/md5-cache/dev-util/gtk-builder-convert-2.24.22 b/metadata/md5-cache/dev-util/gtk-builder-convert-2.24.22 index 92ef4a971bda..e2a0f308fe5f 100644 --- a/metadata/md5-cache/dev-util/gtk-builder-convert-2.24.22 +++ b/metadata/md5-cache/dev-util/gtk-builder-convert-2.24.22 @@ -4,11 +4,11 @@ DESCRIPTION=Converts Glade files to GtkBuilder XML format EAPI=5 HOMEPAGE=http://www.gtk.org/ IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2+ RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] !<=x11-libs/gtk+-2.24.10:2 REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/gtk+/2.24/gtk+-2.24.22.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e gnome.org 8fef8f967214f56e08fa92d61163d891 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=ad84456c9959e83b9a0c8cc04f9851eb +_md5_=029535b885c65b38a6b3c33bfeb8a698 diff --git a/metadata/md5-cache/dev-util/ninja-1.4.0 b/metadata/md5-cache/dev-util/ninja-1.4.0 index 3bb5b34d5435..bfe7b5f5d218 100644 --- a/metadata/md5-cache/dev-util/ninja-1.4.0 +++ b/metadata/md5-cache/dev-util/ninja-1.4.0 @@ -4,10 +4,10 @@ DESCRIPTION=A small build system similar to make. EAPI=5 HOMEPAGE=http://github.com/martine/ninja IUSE=doc emacs test vim-syntax zsh-completion -KEYWORDS=alpha ~amd64 ~arm ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=alpha amd64 ~arm ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=Apache-2.0 RDEPEND=emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) zsh-completion? ( app-shells/zsh ) ! ninja-1.4.0.tar.gz _eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=39c57d65948b814b5b7e243b157e9fbc +_md5_=584ba53299d8dfe336e5a5a7811df2bb diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-2.02.0807.1535 b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-2.02.0807.1535 index 785cf74a94e1..f06d24f333aa 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-2.02.0807.1535 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-2.02.0807.1535 @@ -9,5 +9,5 @@ RDEPEND=dev-util/nvidia-cuda-toolkit >=x11-drivers/nvidia-drivers-177.73 media-l RESTRICT=binchecks SLOT=0 SRC_URI=http://developer.download.nvidia.com/compute/cuda/2_0/linux/sdk/NVIDIA_CUDA_SDK_2.02.0807.1535_linux.run -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=d9f865c81a22a7615064b26b6164fd15 diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-4.2.9-r2 b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-4.2.9-r2 index c45f679d7ce5..0746dfb278d8 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-4.2.9-r2 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-4.2.9-r2 @@ -9,5 +9,5 @@ LICENSE=CUDPP RDEPEND=>=dev-util/nvidia-cuda-toolkit-4.2.9 media-libs/freeglut examples? ( >=x11-drivers/nvidia-drivers-296 media-libs/glew ) SLOT=0 SRC_URI=http://developer.download.nvidia.com/compute/cuda/4_2/rel/sdk/gpucomputingsdk_4.2.9_linux.run -_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=9dd3077b975b4f9f4dad4d9f06ca21d1 diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-5.0.35-r1 b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-5.0.35-r1 index 349716e1efa7..8e410c8e7371 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-5.0.35-r1 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-5.0.35-r1 @@ -9,5 +9,5 @@ LICENSE=CUDPP RDEPEND=>=dev-util/nvidia-cuda-toolkit-5.0.35 media-libs/freeglut examples? ( media-libs/freeimage media-libs/glew virtual/mpi >=x11-drivers/nvidia-drivers-304.54 ) SLOT=0 SRC_URI=http://dev.gentoo.org/~jlec/distfiles/nvidia-cuda-sdk-5.0.35-asneeded.patch.xz amd64? ( http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers//cuda_5.0.35_linux_64_fedora16-1.run ) x86? ( http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers//cuda_5.0.35_linux_32_fedora16-1.run ) -_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=f88e8e56c53969ff234cbe64fd8eacec diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-5.5.22 b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-5.5.22 index f5de7e6733d3..33a9d10c5bad 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-sdk-5.5.22 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-sdk-5.5.22 @@ -10,5 +10,5 @@ RDEPEND=>=dev-util/nvidia-cuda-toolkit-5.5.22 media-libs/freeglut examples? ( me RESTRICT=test SLOT=0 SRC_URI=amd64? ( http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_5.5.22_linux_64.run ) x86? ( http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_5.5.22_linux_32.run ) -_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=d25bde1f22ba52694467fae8e2cdf3b2 diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-4.2.9-r2 b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-4.2.9-r2 index 46f2e9cab271..8d20976b19b9 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-4.2.9-r2 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-4.2.9-r2 @@ -8,5 +8,5 @@ LICENSE=NVIDIA-CUDA RDEPEND=|| ( sys-devel/gcc:4.4 sys-devel/gcc:4.5 sys-devel/gcc:4.6 ) !<=x11-drivers/nvidia-drivers-270.41 debugger? ( sys-libs/libtermcap-compat ) profiler? ( >=virtual/jre-1.6 ) SLOT=0 SRC_URI=amd64? ( http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_linux_64_ubuntu11.04.run ) x86? ( http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_linux_32_ubuntu11.04.run ) -_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=4bdfcb5db49c0d45803fea5b7bb38107 diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-4.2.9-r3 b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-4.2.9-r3 index b00cda36bf7a..4410a4866075 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-4.2.9-r3 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-4.2.9-r3 @@ -8,5 +8,5 @@ LICENSE=NVIDIA-CUDA RDEPEND=|| ( sys-devel/gcc:4.4 sys-devel/gcc:4.5 sys-devel/gcc:4.6 ) !<=x11-drivers/nvidia-drivers-270.41 debugger? ( sys-libs/libtermcap-compat ) profiler? ( >=virtual/jre-1.6 ) SLOT=0/4.2.9 SRC_URI=amd64? ( http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_linux_64_ubuntu11.04.run ) x86? ( http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/cudatoolkit_4.2.9_linux_32_ubuntu11.04.run ) -_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=4f73f94764442834cb800748b312418c diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r2 b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r2 index 22f6a6e2dcd7..a89aa8419ad2 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r2 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r2 @@ -8,5 +8,5 @@ LICENSE=NVIDIA-CUDA RDEPEND=sys-devel/gcc:4.6[cxx] !<=x11-drivers/nvidia-drivers-270.41 debugger? ( sys-libs/libtermcap-compat sys-libs/ncurses[tinfo] ) profiler? ( >=virtual/jre-1.6 ) SLOT=0 SRC_URI=amd64? ( http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers//cuda_5.0.35_linux_64_fedora16-1.run ) x86? ( http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers//cuda_5.0.35_linux_32_fedora16-1.run ) -_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=9ff6ec1bce3377b60a48ec0a8caeebed diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r3 b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r3 index 366c17c7c1c9..48773f4318b0 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r3 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r3 @@ -8,5 +8,5 @@ LICENSE=NVIDIA-CUDA RDEPEND=sys-devel/gcc:4.6[cxx] !<=x11-drivers/nvidia-drivers-270.41 debugger? ( sys-libs/libtermcap-compat sys-libs/ncurses[tinfo] ) eclipse? ( >=virtual/jre-1.6 ) profiler? ( >=virtual/jre-1.6 ) SLOT=0 SRC_URI=amd64? ( http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers//cuda_5.0.35_linux_64_fedora16-1.run ) x86? ( http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers//cuda_5.0.35_linux_32_fedora16-1.run ) -_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=ee140b5c706174872b024d7be99429e6 diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r4 b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r4 index b6822158d5a9..669fe2911d2b 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r4 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.0.35-r4 @@ -8,5 +8,5 @@ LICENSE=NVIDIA-CUDA RDEPEND=sys-devel/gcc:4.6[cxx] !<=x11-drivers/nvidia-drivers-270.41 debugger? ( sys-libs/libtermcap-compat sys-libs/ncurses[tinfo] ) eclipse? ( >=virtual/jre-1.6 ) profiler? ( >=virtual/jre-1.6 ) SLOT=0/5.0.35 SRC_URI=amd64? ( http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers//cuda_5.0.35_linux_64_fedora16-1.run ) x86? ( http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers//cuda_5.0.35_linux_32_fedora16-1.run ) -_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=3590c9c5a237654f6c3d90f15236a1eb diff --git a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.5.22 b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.5.22 index 0db25e749caf..2e776af76b53 100644 --- a/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.5.22 +++ b/metadata/md5-cache/dev-util/nvidia-cuda-toolkit-5.5.22 @@ -3,10 +3,10 @@ DESCRIPTION=NVIDIA CUDA Toolkit (compiler and friends) EAPI=5 HOMEPAGE=http://developer.nvidia.com/cuda IUSE=debugger doc eclipse profiler -KEYWORDS=-* ~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=-* amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=NVIDIA-CUDA RDEPEND=sys-devel/gcc:4.7[cxx] !<=x11-drivers/nvidia-drivers-270.41 debugger? ( sys-libs/libtermcap-compat sys-libs/ncurses[tinfo] ) eclipse? ( >=virtual/jre-1.6 ) profiler? ( >=virtual/jre-1.6 ) SLOT=0/5.5.22 SRC_URI=amd64? ( http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_5.5.22_linux_64.run ) x86? ( http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_5.5.22_linux_32.run ) -_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=f81deac567e2aac0467ad53c4d57b06c +_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d cuda 9be39ddb95b9b07ec931f30628d40757 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=fa982b9ae1107cd3a5578c990c088369 diff --git a/metadata/md5-cache/dev-util/oprofile-0.9.9 b/metadata/md5-cache/dev-util/oprofile-0.9.9 index bcf6335462a2..50770b24e9c5 100644 --- a/metadata/md5-cache/dev-util/oprofile-0.9.9 +++ b/metadata/md5-cache/dev-util/oprofile-0.9.9 @@ -4,10 +4,10 @@ DESCRIPTION=A transparent low-overhead system-wide profiler EAPI=5 HOMEPAGE=http://oprofile.sourceforge.net IUSE=java pch qt4 elibc_FreeBSD java -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/popt-1.7-r1 >=sys-devel/binutils-2.14.90.0.6-r3 >=sys-libs/glibc-2.3.2-r1 qt4? ( dev-qt/qtgui:4[qt3support] ) java? ( >=virtual/jdk-1.5 ) java? ( >=dev-java/java-config-2.1.9-r1 ) SLOT=0 SRC_URI=mirror://sourceforge/oprofile/oprofile-0.9.9.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=1d54b4a5513f50a4214122be0332c722 +_md5_=7ee1bfde577aa3d78534899ff1f2a642 diff --git a/metadata/md5-cache/dev-util/xxdi-1.0.0 b/metadata/md5-cache/dev-util/xxdi-1.0.0 index 707950fcf688..75bc4fbced8c 100644 --- a/metadata/md5-cache/dev-util/xxdi-1.0.0 +++ b/metadata/md5-cache/dev-util/xxdi-1.0.0 @@ -2,9 +2,9 @@ DEFINED_PHASES=install DESCRIPTION=Simple alternative to vim's 'xxd -i' mode EAPI=5 HOMEPAGE=https://github.com/gregkh/xxdi -KEYWORDS=~amd64 ~ppc ppc64 ~x86 +KEYWORDS=amd64 ~ppc ppc64 ~x86 LICENSE=GPL-2 RDEPEND=dev-lang/perl dev-perl/File-Slurp SLOT=0 SRC_URI=https://github.com/gregkh/xxdi/archive/v001.tar.gz -> xxdi-1.0.0.tar.gz -_md5_=6840a19fc33935c23aa2258a0650bf1e +_md5_=827a72332e9a911b4cb9f5f884863d38 diff --git a/metadata/md5-cache/dev-vcs/darcs-2.8.4 b/metadata/md5-cache/dev-vcs/darcs-2.8.4 index 77c7f26b90ce..904f61546fb5 100644 --- a/metadata/md5-cache/dev-vcs/darcs-2.8.4 +++ b/metadata/md5-cache/dev-vcs/darcs-2.8.4 @@ -4,10 +4,10 @@ DESCRIPTION=a distributed, interactive, smart revision control system EAPI=5 HOMEPAGE=http://darcs.net/ IUSE=doc test doc hscolour profile -KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=GPL-2 RDEPEND==dev-haskell/extensible-exceptions-0.1*:=[profile?] >=dev-haskell/hashed-storage-0.5.6:=[profile?] =dev-haskell/haskeline-0.6.3:=[profile?] =dev-haskell/mtl-1.0:=[profile?] =dev-haskell/parsec-2.0:=[profile?] =dev-haskell/regex-compat-0.95.1:=[profile?] >=dev-haskell/tar-0.3:=[profile?] =dev-haskell/text-0.11.0.6:=[profile?] =dev-haskell/vector-0.7:=[profile?] >=dev-haskell/zlib-0.5.1.0:=[profile?] =dev-lang/ghc-6.10.4:= net-misc/curl SLOT=0/2.8.4 SRC_URI=mirror://hackage/packages/archive/darcs/2.8.4/darcs-2.8.4.tar.gz _eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 eutils a82a329b538368791f5a6113c60e557e ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 481d999da090733b68828c266eda24fb multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=4c2b25fd93c3836401bb16c993464ed5 +_md5_=1d67544529d5e0cf17c02ca530b2f4cc diff --git a/metadata/md5-cache/games-action/awesomenauts-2013.5.21.3 b/metadata/md5-cache/games-action/awesomenauts-2013.5.21.3 index fd7cab3bec5f..2c5815a42895 100644 --- a/metadata/md5-cache/games-action/awesomenauts-2013.5.21.3 +++ b/metadata/md5-cache/games-action/awesomenauts-2013.5.21.3 @@ -10,5 +10,5 @@ RDEPEND=virtual/opengl virtual/glu amd64? ( app-emulation/emul-linux-x86-opengl RESTRICT=bindist fetch bundled-libs? ( splitdebug ) SLOT=0 SRC_URI=Awesomenauts-Linux-2013-5-21-3.bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=b3e19e5d2e0d8ae7522075a04f5ddaa5 diff --git a/metadata/md5-cache/games-action/beathazardultra-20130308 b/metadata/md5-cache/games-action/beathazardultra-20130308 index ce8565adc727..87e495fc440b 100644 --- a/metadata/md5-cache/games-action/beathazardultra-20130308 +++ b/metadata/md5-cache/games-action/beathazardultra-20130308 @@ -10,5 +10,5 @@ RDEPEND=virtual/opengl amd64? ( app-emulation/emul-linux-x86-baselibs app-emulat RESTRICT=bindist fetch splitdebug SLOT=0 SRC_URI=beathazard-installer_03-08-13 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a46dd92d72d29549c6e7224e1c6abe3a diff --git a/metadata/md5-cache/games-action/brutal-legend-20130615 b/metadata/md5-cache/games-action/brutal-legend-20130615 index 7eb33c224d70..113fc500b480 100644 --- a/metadata/md5-cache/games-action/brutal-legend-20130615 +++ b/metadata/md5-cache/games-action/brutal-legend-20130615 @@ -9,5 +9,5 @@ RDEPEND=amd64? ( || ( ( app-emulation/emul-linux-x86-baselibs app-emulation/emul RESTRICT=bindist fetch splitdebug SLOT=0 SRC_URI=BrutalLegend-Linux-2013-06-15-setup.bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=9acb795cd4f7e5327f06c7e0cdb51f50 diff --git a/metadata/md5-cache/games-action/descent1-demodata-1.4 b/metadata/md5-cache/games-action/descent1-demodata-1.4 index 587c50c9e534..3c53b2877b85 100644 --- a/metadata/md5-cache/games-action/descent1-demodata-1.4 +++ b/metadata/md5-cache/games-action/descent1-demodata-1.4 @@ -6,5 +6,5 @@ KEYWORDS=~amd64 x86 LICENSE=free-noncomm SLOT=0 SRC_URI=http://icculus.org/d2x/data/desc14sw.exe mirror://3dgamers/descent/desc14sw.exe ftp://ftp.funet.fi/pub/msdos/games/interplay/desc14sw.exe -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=046fd650ebba9c8689c052148fea6a5b diff --git a/metadata/md5-cache/games-action/descent3-1.4.0b-r1 b/metadata/md5-cache/games-action/descent3-1.4.0b-r1 index 9e30d496c177..b512fd727f2d 100644 --- a/metadata/md5-cache/games-action/descent3-1.4.0b-r1 +++ b/metadata/md5-cache/games-action/descent3-1.4.0b-r1 @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc virtual/opengl sys-libs/lib-compat-loki x86? ( x11-libs/l RESTRICT=strip SLOT=0 SRC_URI=mirror://lokigames/descent3/descent3-1.4.0a-x86.run mirror://lokigames/descent3/descent3-1.4.0b-x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=161660f0298665d16bf7c3a2dce29f62 diff --git a/metadata/md5-cache/games-action/descent3-demo-1.4.0a b/metadata/md5-cache/games-action/descent3-demo-1.4.0a index 7ac80cbb0450..3e89315637b6 100644 --- a/metadata/md5-cache/games-action/descent3-demo-1.4.0a +++ b/metadata/md5-cache/games-action/descent3-demo-1.4.0a @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc virtual/opengl x86? ( x11-libs/libX11 x11-libs/libXext =m RESTRICT=strip SLOT=0 SRC_URI=mirror://lokigames/loki_demos/descent3-demo.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=049832b4dc46e09e6c1ba110e48441fc diff --git a/metadata/md5-cache/games-action/heretic2-1.06c b/metadata/md5-cache/games-action/heretic2-1.06c index 3afd5915119b..1ebc25231264 100644 --- a/metadata/md5-cache/games-action/heretic2-1.06c +++ b/metadata/md5-cache/games-action/heretic2-1.06c @@ -9,5 +9,5 @@ RDEPEND=virtual/opengl amd64? ( app-emulation/emul-linux-x86-xlibs ) x86? ( x11- RESTRICT=strip SLOT=0 SRC_URI=mirror://lokigames/heretic2/heretic2-1.06b-unified-x86.run mirror://lokigames/heretic2/heretic2-1.06c-unified-x86.run mirror://lokigames/heretic2/heretic2-maps-1.0.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=97080c38fc269579902b69562e96c054 diff --git a/metadata/md5-cache/games-action/heretic2-demo-1.06a b/metadata/md5-cache/games-action/heretic2-demo-1.06a index 81eb1c32704a..15af9e5abf86 100644 --- a/metadata/md5-cache/games-action/heretic2-demo-1.06a +++ b/metadata/md5-cache/games-action/heretic2-demo-1.06a @@ -9,5 +9,5 @@ RDEPEND=x86? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXau x11-libs/libXdmc RESTRICT=strip SLOT=0 SRC_URI=mirror://lokigames/loki_demos/heretic2-demo.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ac9780f64fed9e56d5633382e303e467 diff --git a/metadata/md5-cache/games-action/lugaru-1.0c b/metadata/md5-cache/games-action/lugaru-1.0c index 4c3d516d90d8..e791e690d8a7 100644 --- a/metadata/md5-cache/games-action/lugaru-1.0c +++ b/metadata/md5-cache/games-action/lugaru-1.0c @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc amd64? ( app-emulation/emul-linux-x86-xlibs ) x86? ( x11- RESTRICT=fetch strip SLOT=0 SRC_URI=lugaru-full-linux-x86-1.0c.bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=89c3a6c0ed59166a3e3e0011a25f66dc diff --git a/metadata/md5-cache/games-action/mutantstorm-demo-1.33 b/metadata/md5-cache/games-action/mutantstorm-demo-1.33 index 88cf422e7757..114c48e42b69 100644 --- a/metadata/md5-cache/games-action/mutantstorm-demo-1.33 +++ b/metadata/md5-cache/games-action/mutantstorm-demo-1.33 @@ -8,5 +8,5 @@ RDEPEND=virtual/opengl amd64? ( app-emulation/emul-linux-x86-xlibs app-emulation RESTRICT=strip SLOT=0 SRC_URI=ftp://ggdev-1.homelan.com/mutantstorm/MutantStormDemo_1_33.sh.bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=96fdcd1e45d1a736fb28cb6f8574ad76 diff --git a/metadata/md5-cache/games-action/openastromenace-1.3.2 b/metadata/md5-cache/games-action/openastromenace-1.3.2 index eb4844cca8f2..8bae517e5b95 100644 --- a/metadata/md5-cache/games-action/openastromenace-1.3.2 +++ b/metadata/md5-cache/games-action/openastromenace-1.3.2 @@ -3,9 +3,9 @@ DEPEND=virtual/opengl virtual/glu media-libs/libsdl[joystick,video,X] media-libs DESCRIPTION=Modern 3D space shooter with spaceship upgrade possibilities EAPI=5 HOMEPAGE=http://sourceforge.net/projects/openastromenace/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-3 GPL-3+ CC-BY-SA-3.0 UbuntuFontLicense-1.0 OFL-1.1 SLOT=0 SRC_URI=mirror://sourceforge/openastromenace/1.3.2/astromenace-src-1.3.2.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7e7c3e1bf5a4d02a691140cab4f2cf7d +_md5_=5bc80649fa1f52ab6f6282b8308d4e4b diff --git a/metadata/md5-cache/games-action/shadowgrounds-bin-0_beta12 b/metadata/md5-cache/games-action/shadowgrounds-bin-0_beta12 index be9b1fdeeea4..81058f25b56a 100644 --- a/metadata/md5-cache/games-action/shadowgrounds-bin-0_beta12 +++ b/metadata/md5-cache/games-action/shadowgrounds-bin-0_beta12 @@ -8,5 +8,5 @@ RDEPEND=>=sys-libs/glibc-2.4 >=sys-devel/gcc-4.3.0 !amd64? ( gnome-base/libglade RESTRICT=fetch strip SLOT=0 SRC_URI=ShadowgroundsBeta12.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=0783c81026cbfbddc932cd14d1a08ca9 diff --git a/metadata/md5-cache/games-action/shadowgrounds-survivor-bin-0_beta11 b/metadata/md5-cache/games-action/shadowgrounds-survivor-bin-0_beta11 index 584c41f6d1dd..6f0a3d37eb57 100644 --- a/metadata/md5-cache/games-action/shadowgrounds-survivor-bin-0_beta11 +++ b/metadata/md5-cache/games-action/shadowgrounds-survivor-bin-0_beta11 @@ -8,5 +8,5 @@ RDEPEND=>=sys-libs/glibc-2.4 >=sys-devel/gcc-4.3.0 !amd64? ( gnome-base/libglade RESTRICT=fetch strip SLOT=0 SRC_URI=SurvivorBeta11.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8156c03df43564679ad60fa6c638cd1a diff --git a/metadata/md5-cache/games-action/spacetripper-demo-1 b/metadata/md5-cache/games-action/spacetripper-demo-1 index 7fa7eb6ca398..c637373e7ae3 100644 --- a/metadata/md5-cache/games-action/spacetripper-demo-1 +++ b/metadata/md5-cache/games-action/spacetripper-demo-1 @@ -7,5 +7,5 @@ RDEPEND=virtual/opengl amd64? ( app-emulation/emul-linux-x86-xlibs app-emulation RESTRICT=strip SLOT=0 SRC_URI=http://www.btinternet.com/~bongpig/spacetripperdemo.sh -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=b8e8f2e89751aaaf16e144b0cf9f81d5 diff --git a/metadata/md5-cache/games-action/super-hexagon-15 b/metadata/md5-cache/games-action/super-hexagon-15 index f43799838f80..1d989bbb2620 100644 --- a/metadata/md5-cache/games-action/super-hexagon-15 +++ b/metadata/md5-cache/games-action/super-hexagon-15 @@ -10,5 +10,5 @@ RDEPEND=virtual/glu virtual/opengl x11-libs/libX11 x11-libs/libXau x11-libs/libx RESTRICT=bindist fetch splitdebug SLOT=0 SRC_URI=super-hexagon-linux-15-bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e8e6257476875c7d61da3cc8c07070c4 diff --git a/metadata/md5-cache/games-action/super-hexagon-16 b/metadata/md5-cache/games-action/super-hexagon-16 index 4b30ec8182e5..e04f13ecc423 100644 --- a/metadata/md5-cache/games-action/super-hexagon-16 +++ b/metadata/md5-cache/games-action/super-hexagon-16 @@ -10,5 +10,5 @@ RDEPEND=virtual/glu virtual/opengl x11-libs/libX11 x11-libs/libXau x11-libs/libx RESTRICT=bindist fetch splitdebug SLOT=0 SRC_URI=super-hexagon-linux-16-bin-1366677959 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5a23c518a8d8ea26ce55d59f9b61576a diff --git a/metadata/md5-cache/games-action/trine-bin-1.08 b/metadata/md5-cache/games-action/trine-bin-1.08 index 3568e44a7b07..c9e1b3646c0f 100644 --- a/metadata/md5-cache/games-action/trine-bin-1.08 +++ b/metadata/md5-cache/games-action/trine-bin-1.08 @@ -8,5 +8,5 @@ RDEPEND=>=sys-libs/glibc-2.4 >=sys-devel/gcc-4.3.0 dev-libs/libx86 gnome-base/li RESTRICT=fetch strip SLOT=0 SRC_URI=Trine.64.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=1554bfd58315b7968833f96812b2b3a6 diff --git a/metadata/md5-cache/games-action/trine2-1.16 b/metadata/md5-cache/games-action/trine2-1.16 index 67c5d6fbbdd1..05b56b18c06e 100644 --- a/metadata/md5-cache/games-action/trine2-1.16 +++ b/metadata/md5-cache/games-action/trine2-1.16 @@ -10,5 +10,5 @@ RDEPEND=amd64? ( app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux- RESTRICT=fetch bindist splitdebug SLOT=0 SRC_URI=trine2_linux_installer.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f87cc79883873c45e9ea95ca1036a844 diff --git a/metadata/md5-cache/games-arcade/aquaria-1.1.3 b/metadata/md5-cache/games-arcade/aquaria-1.1.3 index 57b8b2443066..8a3dcc512dae 100644 --- a/metadata/md5-cache/games-arcade/aquaria-1.1.3 +++ b/metadata/md5-cache/games-arcade/aquaria-1.1.3 @@ -8,5 +8,5 @@ RDEPEND=x86? ( media-libs/libsdl >=media-libs/openal-1.5 ) amd64? ( app-emulatio RESTRICT=strip fetch SLOT=0 SRC_URI=aquaria-lnx-humble-bundle.mojo.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=99e7ff94feedd1731923a1577a3cfb14 diff --git a/metadata/md5-cache/games-arcade/gunocide2ex-1.0 b/metadata/md5-cache/games-arcade/gunocide2ex-1.0 index 5b4d6ce05a14..7df12e3b94a0 100644 --- a/metadata/md5-cache/games-arcade/gunocide2ex-1.0 +++ b/metadata/md5-cache/games-arcade/gunocide2ex-1.0 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=media-libs/libsdl[video] media-libs/sdl-ttf media-libs/sdl-mixer[vorbis] SLOT=0 SRC_URI=mirror://sourceforge/g2ex/g2ex-setup.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=55703f1db832eaaa77d9b9aec0fb3c4b diff --git a/metadata/md5-cache/games-arcade/marbleblast-demo-1.3 b/metadata/md5-cache/games-arcade/marbleblast-demo-1.3 index 62505a5ade56..525653609386 100644 --- a/metadata/md5-cache/games-arcade/marbleblast-demo-1.3 +++ b/metadata/md5-cache/games-arcade/marbleblast-demo-1.3 @@ -6,5 +6,5 @@ LICENSE=MARBLEBLAST RESTRICT=strip SLOT=0 SRC_URI=ftp://ggdev-1.homelan.com/marbleblast/MarbleBlastDemo-1.3.sh.bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=05a1b56f5d6af8c05da05daa3cd6cc18 diff --git a/metadata/md5-cache/games-arcade/marbleblastgold-demo-1.4.1 b/metadata/md5-cache/games-arcade/marbleblastgold-demo-1.4.1 index 7ffcc2efe612..224688f7d1d8 100644 --- a/metadata/md5-cache/games-arcade/marbleblastgold-demo-1.4.1 +++ b/metadata/md5-cache/games-arcade/marbleblastgold-demo-1.4.1 @@ -7,5 +7,5 @@ RDEPEND=sys-libs/glibc RESTRICT=strip SLOT=0 SRC_URI=ftp://ggdev-1.homelan.com/marbleblastgold/MarbleBlastGoldDemo-1.4.1.sh.bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=32368d730087faabf049e2d9ab868f92 diff --git a/metadata/md5-cache/games-arcade/thinktanks-demo-1.1-r1 b/metadata/md5-cache/games-arcade/thinktanks-demo-1.1-r1 index d5bfb6034596..31cb322c737f 100644 --- a/metadata/md5-cache/games-arcade/thinktanks-demo-1.1-r1 +++ b/metadata/md5-cache/games-arcade/thinktanks-demo-1.1-r1 @@ -7,5 +7,5 @@ RDEPEND=media-libs/libsdl media-libs/libvorbis RESTRICT=strip SLOT=0 SRC_URI=ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v1.1.sh.bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=d26faac102445bc7d88161f64ae28f5a diff --git a/metadata/md5-cache/games-board/gnubg-20130203 b/metadata/md5-cache/games-board/gnubg-20130203 index 9ab1fd9a1f95..9cd16f86c755 100644 --- a/metadata/md5-cache/games-board/gnubg-20130203 +++ b/metadata/md5-cache/games-board/gnubg-20130203 @@ -4,10 +4,10 @@ DESCRIPTION=GNU BackGammon EAPI=5 HOMEPAGE=http://www.gnubg.org/ IUSE=gtk opengl python threads python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~amd64 ~arm ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=amd64 ~arm ppc ppc64 ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 media-libs/libpng:0 dev-libs/libxml2 media-libs/freetype:2 media-libs/libcanberra gtk? ( x11-libs/gtk+:2 x11-libs/cairo x11-libs/pango ) opengl? ( x11-libs/gtk+:2 x11-libs/cairo x11-libs/pango x11-libs/gtkglext >=media-libs/ftgl-2.1.2-r1 ) sys-libs/readline python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) media-fonts/ttf-bitstream-vera virtual/libintl dev-db/sqlite:3 SLOT=0 SRC_URI=http://www.gnubg.org/media/sources/gnubg-source-SNAPSHOT-20130203.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f600c6c89cb471573a7357a84fe37452 +_md5_=a2a751b765362c810b04e048efca106d diff --git a/metadata/md5-cache/games-board/gnuchess-6.0.3 b/metadata/md5-cache/games-board/gnuchess-6.0.3 index fc65f57214d6..ba83df439de9 100644 --- a/metadata/md5-cache/games-board/gnuchess-6.0.3 +++ b/metadata/md5-cache/games-board/gnuchess-6.0.3 @@ -4,10 +4,10 @@ DESCRIPTION=Console based chess interface EAPI=2 HOMEPAGE=http://www.gnu.org/software/chess/chess.html IUSE=readline -KEYWORDS=amd64 ~arm ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ppc ppc64 ~x86 LICENSE=GPL-3 RDEPEND=readline? ( sys-libs/readline ) SLOT=0 SRC_URI=mirror://gnu/chess/gnuchess-6.0.3.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4cfbce65ae44cf6b185339e2df730783 +_md5_=83dac9dee9905dfbad7ec094ef4bd119 diff --git a/metadata/md5-cache/games-fps/darkplaces-20110628 b/metadata/md5-cache/games-fps/darkplaces-20110628 index 245019bff8d1..a94705fc03d6 100644 --- a/metadata/md5-cache/games-fps/darkplaces-20110628 +++ b/metadata/md5-cache/games-fps/darkplaces-20110628 @@ -9,5 +9,5 @@ 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 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 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 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 ) ) ) SLOT=0 SRC_URI=http://icculus.org/twilight/darkplaces/files/darkplacesengine20110628.zip lights? ( http://www.fuhquake.net/files/extras/fuhquake-lits.rar http://www.kgbsyndicate.com/romi/id1.pk3 ) -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=b8dd5285787eb467709ab6b9403e8fb5 diff --git a/metadata/md5-cache/games-fps/darkplaces-20121222 b/metadata/md5-cache/games-fps/darkplaces-20121222 index aebbb09d6c00..7db41eab4266 100644 --- a/metadata/md5-cache/games-fps/darkplaces-20121222 +++ b/metadata/md5-cache/games-fps/darkplaces-20121222 @@ -9,5 +9,5 @@ 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 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 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 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 ) ) ) SLOT=0 SRC_URI=http://icculus.org/twilight/darkplaces/files/darkplacesengine20121222.zip lights? ( http://www.fuhquake.net/files/extras/fuhquake-lits.rar http://www.kgbsyndicate.com/romi/id1.pk3 ) -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=d351c0bbca694780bf3739b45db5b1cc diff --git a/metadata/md5-cache/games-fps/darkplaces-20130304 b/metadata/md5-cache/games-fps/darkplaces-20130304 index 932a80ef8832..d845b7fb2730 100644 --- a/metadata/md5-cache/games-fps/darkplaces-20130304 +++ b/metadata/md5-cache/games-fps/darkplaces-20130304 @@ -9,5 +9,5 @@ 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 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 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 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 ) ) ) SLOT=0 SRC_URI=http://icculus.org/twilight/darkplaces/files/darkplacesengine20130304.zip lights? ( http://www.fuhquake.net/files/extras/fuhquake-lits.rar http://www.kgbsyndicate.com/romi/id1.pk3 ) -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8564071f7cb3cc26c76821c61165d696 diff --git a/metadata/md5-cache/games-fps/doom3-1.3.1304 b/metadata/md5-cache/games-fps/doom3-1.3.1304 index aca4ebf2c454..b14406543114 100644 --- a/metadata/md5-cache/games-fps/doom3-1.3.1304 +++ b/metadata/md5-cache/games-fps/doom3-1.3.1304 @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc opengl? ( virtual/opengl ) alsa? ( >=media-libs/alsa-lib- RESTRICT=strip SLOT=0 SRC_URI=mirror://idsoftware/doom3/linux/doom3-linux-1.3.1.1304.x86.run http://zerowing.idsoftware.com/linux/doom3.png -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f56c735249a5f5eee0039e48e649b374 diff --git a/metadata/md5-cache/games-fps/doom3-demo-1.1.1286 b/metadata/md5-cache/games-fps/doom3-demo-1.1.1286 index 7576379c93fa..41a1cf1e787c 100644 --- a/metadata/md5-cache/games-fps/doom3-demo-1.1.1286 +++ b/metadata/md5-cache/games-fps/doom3-demo-1.1.1286 @@ -8,5 +8,5 @@ RDEPEND=opengl? ( virtual/opengl ) sys-libs/glibc amd64? ( app-emulation/emul-li RESTRICT=strip mirror SLOT=0 SRC_URI=mirror://3dgamers/doom3/doom3-linux-1.1.1286-demo.x86.run mirror://idsoftware/doom3/linux/doom3-linux-1.1.1286-demo.x86.run mirror://gentoo/doom3.png -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e795049ecb52595d427f1bfe5c2471f4 diff --git a/metadata/md5-cache/games-fps/duke3d-20040817-r2 b/metadata/md5-cache/games-fps/duke3d-20040817-r2 index 434fc2e571e2..77a49ec17d8e 100644 --- a/metadata/md5-cache/games-fps/duke3d-20040817-r2 +++ b/metadata/md5-cache/games-fps/duke3d-20040817-r2 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=media-libs/libsdl media-libs/sdl-mixer media-sound/timidity++ media-sound/timidity-eawpatches perl? ( dev-lang/perl[-ithreads] ) opengl? ( virtual/opengl ) SLOT=0 SRC_URI=mirror://gentoo/duke3d-20040817.tar.bz2 demo? ( ftp://ftp.3drealms.com/share/3dduke13.zip ftp://ftp.planetmirror.com/pub/gameworld/downloads/3dduke13.zip ) -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=0b0bcb0d09782ae650f9c4a77a252c68 diff --git a/metadata/md5-cache/games-fps/enemy-territory-2.60b b/metadata/md5-cache/games-fps/enemy-territory-2.60b index af9323cf471c..4ff8da7afd81 100644 --- a/metadata/md5-cache/games-fps/enemy-territory-2.60b +++ b/metadata/md5-cache/games-fps/enemy-territory-2.60b @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc dedicated? ( app-misc/screen ) !dedicated? ( virtual/open RESTRICT=mirror strip SLOT=0 SRC_URI=mirror://3dgamers/wolfensteinet/et-linux-2.60.x86.run mirror://idsoftware/et/linux/et-linux-2.60.x86.run ftp://ftp.red.telefonica-wholesale.net/GAMES/ET/linux/et-linux-2.60.x86.run mirror://idsoftware/et/ET-2.60b.zip dedicated? ( http://dev.gentoo.org/~wolf31o2/sources/dump/enemy-territory-all-0.1.tar.bz2 mirror://gentoo/enemy-territory-all-0.1.tar.bz2 ) -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ab69666ffaad9151abdce189735c06c0 diff --git a/metadata/md5-cache/games-fps/enemy-territory-fortress-1.6-r3 b/metadata/md5-cache/games-fps/enemy-territory-fortress-1.6-r3 index 5bfdba2cd0b5..1d43bea774d0 100644 --- a/metadata/md5-cache/games-fps/enemy-territory-fortress-1.6-r3 +++ b/metadata/md5-cache/games-fps/enemy-territory-fortress-1.6-r3 @@ -10,5 +10,5 @@ RDEPEND=dedicated? ( games-fps/enemy-territory[dedicated] ) opengl? ( || ( games RESTRICT=mirror strip SLOT=0 SRC_URI=http://liflg.j0ke.net/files/final/etf_1.6-english-5.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a games-mods 9d44c6f45289592ca9cf29d77424a048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a games-mods 9d44c6f45289592ca9cf29d77424a048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e218c6121a258d0415326431207c32bb diff --git a/metadata/md5-cache/games-fps/etqw-demo-2.0_p1 b/metadata/md5-cache/games-fps/etqw-demo-2.0_p1 index 76937d162e07..89060e0fcc65 100644 --- a/metadata/md5-cache/games-fps/etqw-demo-2.0_p1 +++ b/metadata/md5-cache/games-fps/etqw-demo-2.0_p1 @@ -8,5 +8,5 @@ RDEPEND=virtual/opengl x86? ( media-libs/libsdl x11-libs/libX11 x11-libs/libXau RESTRICT=strip mirror SLOT=0 SRC_URI=mirror://idsoftware/etqw/ETQW-demo2-client-full.r1.x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=687573270ba902b5f41b9e413432521b diff --git a/metadata/md5-cache/games-fps/legends-0.4.1.43 b/metadata/md5-cache/games-fps/legends-0.4.1.43 index a2dbeba5888b..ccbcc5b1fc89 100644 --- a/metadata/md5-cache/games-fps/legends-0.4.1.43 +++ b/metadata/md5-cache/games-fps/legends-0.4.1.43 @@ -8,5 +8,5 @@ RDEPEND=>=media-libs/libsdl-1.2 media-libs/libogg media-libs/libvorbis media-lib RESTRICT=strip SLOT=0 SRC_URI=http://legendsthegame.net/files/legends_linux-0.4.1.43.run mirror://gentoo/legends.png -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=080fb3b15ef509f8e344a33ff11e119a diff --git a/metadata/md5-cache/games-fps/postal2-1409.2-r1 b/metadata/md5-cache/games-fps/postal2-1409.2-r1 index 708fbbb58e70..a499feca2624 100644 --- a/metadata/md5-cache/games-fps/postal2-1409.2-r1 +++ b/metadata/md5-cache/games-fps/postal2-1409.2-r1 @@ -10,5 +10,5 @@ RDEPEND=sys-libs/glibc virtual/opengl virtual/libstdc++:3.3 amd64? ( app-emulati RESTRICT=strip SLOT=0 SRC_URI=http://updatefiles.linuxgamepublishing.com/postal2/postal2-1409.1.run http://updatefiles.linuxgamepublishing.com/postal2/postal2-1409.2.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=b1542a1a25d7a2749c5221ad9065b4b2 diff --git a/metadata/md5-cache/games-fps/postal2mp-demo-1407-r1 b/metadata/md5-cache/games-fps/postal2mp-demo-1407-r1 index 0341b99db1d5..f45bddc53a57 100644 --- a/metadata/md5-cache/games-fps/postal2mp-demo-1407-r1 +++ b/metadata/md5-cache/games-fps/postal2mp-demo-1407-r1 @@ -8,5 +8,5 @@ RDEPEND=virtual/opengl sys-libs/glibc amd64? ( app-emulation/emul-linux-x86-sdl RESTRICT=mirror strip SLOT=0 SRC_URI=http://demofiles.linuxgamepublishing.com/postal2/postal2_demo.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5c7427e44b69b929aabd97269506de0e diff --git a/metadata/md5-cache/games-fps/quake2-data-3.20 b/metadata/md5-cache/games-fps/quake2-data-3.20 index b342f6ddfc27..29a3eba9b56e 100644 --- a/metadata/md5-cache/games-fps/quake2-data-3.20 +++ b/metadata/md5-cache/games-fps/quake2-data-3.20 @@ -9,5 +9,5 @@ LICENSE=Q2EULA PROPERTIES=interactive SLOT=0 SRC_URI=mirror://idsoftware/quake2/q2-3.20-x86-full-ctf.exe -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=fc9704f13046d873a71a7edfdc2fdcd8 diff --git a/metadata/md5-cache/games-fps/quake2-demodata-3.14 b/metadata/md5-cache/games-fps/quake2-demodata-3.14 index 9501bb42691d..2b7cf6bc8b82 100644 --- a/metadata/md5-cache/games-fps/quake2-demodata-3.14 +++ b/metadata/md5-cache/games-fps/quake2-demodata-3.14 @@ -7,5 +7,5 @@ KEYWORDS=~alpha ~amd64 ppc sparc x86 ~x86-fbsd LICENSE=quake2-demodata SLOT=0 SRC_URI=mirror://idsoftware/quake2/q2-314-demo-x86.exe -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=c8564f09584a7b4b908be85767d9efe5 diff --git a/metadata/md5-cache/games-fps/quake3-bin-1.32c-r1 b/metadata/md5-cache/games-fps/quake3-bin-1.32c-r1 index 9e78c5ae103b..d9a07c709f97 100644 --- a/metadata/md5-cache/games-fps/quake3-bin-1.32c-r1 +++ b/metadata/md5-cache/games-fps/quake3-bin-1.32c-r1 @@ -10,5 +10,5 @@ RDEPEND=sys-libs/glibc dedicated? ( app-misc/screen ) amd64? ( app-emulation/emu RESTRICT=strip SLOT=0 SRC_URI=mirror://idsoftware/quake3/linux/linuxq3apoint-1.32b-3.x86.run mirror://idsoftware/quake3/quake3-1.32c.zip -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=c3953673d96156b4a94a211f2a59328c diff --git a/metadata/md5-cache/games-fps/quake3-data-1.32b b/metadata/md5-cache/games-fps/quake3-data-1.32b index 97155ca05a1d..8cfe56bc83fd 100644 --- a/metadata/md5-cache/games-fps/quake3-data-1.32b +++ b/metadata/md5-cache/games-fps/quake3-data-1.32b @@ -7,5 +7,5 @@ LICENSE=Q3AEULA PROPERTIES=cdinstall? ( interactive ) SLOT=0 SRC_URI=mirror://idsoftware/quake3/linux/linuxq3apoint-1.32b-3.x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=bb8e2e258b81c43795d4c8fdea9c05a6 diff --git a/metadata/md5-cache/games-fps/quake3-demo-1.11 b/metadata/md5-cache/games-fps/quake3-demo-1.11 index d81e3aaeb00a..220060ab265d 100644 --- a/metadata/md5-cache/games-fps/quake3-demo-1.11 +++ b/metadata/md5-cache/games-fps/quake3-demo-1.11 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc dedicated? ( app-misc/screen ) amd64? ( app-emulation/emu RESTRICT=strip SLOT=0 SRC_URI=mirror://idsoftware/quake3/linux/linuxq3ademo-1.11-6.x86.gz.sh mirror://3dgamers/quake3arena/linuxq3ademo-1.11-6.x86.gz.sh -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f439498d4478810e77d88cb969fc743a diff --git a/metadata/md5-cache/games-fps/quake3-teamarena-1.32b b/metadata/md5-cache/games-fps/quake3-teamarena-1.32b index c85ac7964f64..3a2e3200b596 100644 --- a/metadata/md5-cache/games-fps/quake3-teamarena-1.32b +++ b/metadata/md5-cache/games-fps/quake3-teamarena-1.32b @@ -8,5 +8,5 @@ PROPERTIES=cdinstall? ( interactive ) RDEPEND=|| ( games-fps/quake3 games-fps/quake3-bin ) SLOT=0 SRC_URI=mirror://idsoftware/quake3/linux/linuxq3apoint-1.32b-3.x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a15597e5a406721159dbb8ad044e46bf diff --git a/metadata/md5-cache/games-fps/quake4-bin-1.3.2 b/metadata/md5-cache/games-fps/quake4-bin-1.3.2 index 69c5f249656b..8fe3e6e16b30 100644 --- a/metadata/md5-cache/games-fps/quake4-bin-1.3.2 +++ b/metadata/md5-cache/games-fps/quake4-bin-1.3.2 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc dedicated? ( app-misc/screen ) amd64? ( app-emulation/emu RESTRICT=strip SLOT=0 SRC_URI=mirror://idsoftware/quake4/linux/quake4-linux-1.3-2.x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=cbaf2d4ef9b031cf491ef357fa0aa580 diff --git a/metadata/md5-cache/games-fps/quake4-bin-1.4.2 b/metadata/md5-cache/games-fps/quake4-bin-1.4.2 index 9e0de871bd72..c3ce43fe113c 100644 --- a/metadata/md5-cache/games-fps/quake4-bin-1.4.2 +++ b/metadata/md5-cache/games-fps/quake4-bin-1.4.2 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc dedicated? ( app-misc/screen ) amd64? ( app-emulation/emu RESTRICT=strip SLOT=0 SRC_URI=mirror://idsoftware/quake4/linux/quake4-linux-1.4.2.x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=c530479a4b7818aa1d3367c10deb0661 diff --git a/metadata/md5-cache/games-fps/quake4-demo-1.0 b/metadata/md5-cache/games-fps/quake4-demo-1.0 index 4511295495ed..71852d34dca5 100644 --- a/metadata/md5-cache/games-fps/quake4-demo-1.0 +++ b/metadata/md5-cache/games-fps/quake4-demo-1.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc dedicated? ( app-misc/screen ) amd64? ( app-emulation/emu RESTRICT=strip SLOT=0 SRC_URI=mirror://idsoftware/quake4/demo/quake4-linux-1.0-demo.x86.run http://www.3ddownloads.com/Action/Quake%204/Demos/quake4-linux-1.0-demo.x86.run mirror://3dgamers/quake4/quake4-linux-1.0-demo.x86.run http://filebase.gmpf.de/quake4/quake4-linux-1.0-demo.x86.run http://www.holarse.de/mirror/quake4-linux-1.0-demo.x86.run http://sonic-lux.net/data/mirror/quake4/quake4-linux-1.0-demo.x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=92d2ce990c2e733284e5304508fefdc9 diff --git a/metadata/md5-cache/games-fps/rtcw-1.41b b/metadata/md5-cache/games-fps/rtcw-1.41b index bc7df445e14f..952002abec10 100644 --- a/metadata/md5-cache/games-fps/rtcw-1.41b +++ b/metadata/md5-cache/games-fps/rtcw-1.41b @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc dedicated? ( app-misc/screen ) !dedicated? ( virtual/open RESTRICT=strip mirror SLOT=0 SRC_URI=mirror://idsoftware/wolf/linux/wolf-linux-GOTY-maps.x86.run mirror://idsoftware/wolf/linux/wolf-linux-1.41b.x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=acfc0499ad3283d20b5560b500c77ecd diff --git a/metadata/md5-cache/games-fps/rtcwmp-demo-1.1 b/metadata/md5-cache/games-fps/rtcwmp-demo-1.1 index a2202f195b95..d6032ab2f1ae 100644 --- a/metadata/md5-cache/games-fps/rtcwmp-demo-1.1 +++ b/metadata/md5-cache/games-fps/rtcwmp-demo-1.1 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc dedicated? ( app-misc/screen ) !dedicated? ( virtual/open RESTRICT=strip mirror SLOT=0 SRC_URI=mirror://idsoftware/wolf/linux/old/wolfmpdemo-linux-1.1-MP.x86.run mirror://3dgamers/returnwolfenstein/wolfmpdemo-linux-1.1-MP.x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=2987fc19cf651fb2b2eda70a35ca6cdf diff --git a/metadata/md5-cache/games-fps/rtcwsp-demo-1.1b b/metadata/md5-cache/games-fps/rtcwsp-demo-1.1b index ec4a903b0a53..a1ba6fea0674 100644 --- a/metadata/md5-cache/games-fps/rtcwsp-demo-1.1b +++ b/metadata/md5-cache/games-fps/rtcwsp-demo-1.1b @@ -7,5 +7,5 @@ RDEPEND=sys-libs/glibc virtual/opengl x86? ( x11-libs/libX11 x11-libs/libXext x1 RESTRICT=strip mirror SLOT=0 SRC_URI=mirror://idsoftware/wolf/linux/old/wolfspdemo-linux-1.1b.x86.run mirror://3dgamers/returnwolfenstein/wolfspdemo-linux-1.1b.x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=955253dc6e089fe950e2b54c20e6208b diff --git a/metadata/md5-cache/games-fps/serious-sam-tfe-1_beta3 b/metadata/md5-cache/games-fps/serious-sam-tfe-1_beta3 index 31cb098c07d0..8f806f18f210 100644 --- a/metadata/md5-cache/games-fps/serious-sam-tfe-1_beta3 +++ b/metadata/md5-cache/games-fps/serious-sam-tfe-1_beta3 @@ -11,5 +11,5 @@ RDEPEND=amd64? ( app-emulation/emul-linux-x86-opengl app-emulation/emul-linux-x8 RESTRICT=strip SLOT=0 SRC_URI=http://icculus.org/betas/ssam/ssam-tfe-lnx-beta1a.run http://icculus.org/updates/ssam/ssamtfe-beta1b.sh.bin http://icculus.org/updates/ssam/ssamtfe-beta2.sh.bin http://icculus.org/updates/ssam/ssamtfe-beta3.sh.bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=13161530bedffc6871725e0e90bd316e diff --git a/metadata/md5-cache/games-fps/serious-sam-tse-1_beta1 b/metadata/md5-cache/games-fps/serious-sam-tse-1_beta1 index 58b2fe02bb77..4473754f3b02 100644 --- a/metadata/md5-cache/games-fps/serious-sam-tse-1_beta1 +++ b/metadata/md5-cache/games-fps/serious-sam-tse-1_beta1 @@ -11,5 +11,5 @@ RDEPEND=amd64? ( app-emulation/emul-linux-x86-opengl app-emulation/emul-linux-x8 RESTRICT=strip SLOT=0 SRC_URI=http://icculus.org/betas/ssam/ssamtse-beta1.sh.bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=935c2dbbb8498b07d40e5a7a9d275c59 diff --git a/metadata/md5-cache/games-fps/soldieroffortune-1.06a b/metadata/md5-cache/games-fps/soldieroffortune-1.06a index 1107d475e3f5..634f3d23822c 100644 --- a/metadata/md5-cache/games-fps/soldieroffortune-1.06a +++ b/metadata/md5-cache/games-fps/soldieroffortune-1.06a @@ -9,5 +9,5 @@ RDEPEND=virtual/opengl x86? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXau x RESTRICT=strip SLOT=0 SRC_URI=mirror://lokigames/sof/sof-1.06a-cdrom-x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=fb99f6b781e40f48f623e6083f52996a diff --git a/metadata/md5-cache/games-fps/soldieroffortune-demo-0.57 b/metadata/md5-cache/games-fps/soldieroffortune-demo-0.57 index 2c143c237a9c..d08f012b4c11 100644 --- a/metadata/md5-cache/games-fps/soldieroffortune-demo-0.57 +++ b/metadata/md5-cache/games-fps/soldieroffortune-demo-0.57 @@ -9,5 +9,5 @@ RDEPEND=virtual/opengl x86? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXau x RESTRICT=strip SLOT=0 SRC_URI=mirror://lokigames/loki_demos/sof-demo.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=6b5f474bb7f9bec5aa34de05d188c3a4 diff --git a/metadata/md5-cache/games-fps/tribes2-25034 b/metadata/md5-cache/games-fps/tribes2-25034 index 7913a74fd6da..baef68c4c64d 100644 --- a/metadata/md5-cache/games-fps/tribes2-25034 +++ b/metadata/md5-cache/games-fps/tribes2-25034 @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc games-util/loki_patch virtual/opengl RESTRICT=mirror strip SLOT=0 SRC_URI=http://www.libsdl.org/projects/tribes2/release/tribes2-25034-cdrom-x86.run mirror://3dgamers/tribes2/tribes2-25034-cdrom-x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=0d6b14f2ec62e9a30112db8d12f1ee7f diff --git a/metadata/md5-cache/games-fps/unreal-226 b/metadata/md5-cache/games-fps/unreal-226 index 216370c32e25..af7af5e80a0e 100644 --- a/metadata/md5-cache/games-fps/unreal-226 +++ b/metadata/md5-cache/games-fps/unreal-226 @@ -9,5 +9,5 @@ PROPERTIES=interactive RDEPEND=!amd64? ( x11-libs/libXext x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp =media-libs/libsdl-1.2* opengl? ( virtual/opengl ) ) amd64? ( app-emulation/emul-linux-x86-sdl app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs ) SLOT=0 SRC_URI=http://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-436-Linux-08-20-02.zip -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=891ab9d5dd85d531883e1e2504b08c74 diff --git a/metadata/md5-cache/games-fps/unreal-tournament-451 b/metadata/md5-cache/games-fps/unreal-tournament-451 index 8091083e1499..fff4a2863adb 100644 --- a/metadata/md5-cache/games-fps/unreal-tournament-451 +++ b/metadata/md5-cache/games-fps/unreal-tournament-451 @@ -9,5 +9,5 @@ PROPERTIES=interactive RDEPEND=!amd64? ( x11-libs/libXext x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp =media-libs/libsdl-1.2* opengl? ( virtual/opengl ) ) amd64? ( app-emulation/emul-linux-x86-sdl app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs ) SLOT=0 SRC_URI=ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run http://utpg.org/patches/UTPGPatch451.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=12650b0ff4afcb8cae0dc4f39d13bbc0 diff --git a/metadata/md5-cache/games-fps/unreal-tournament-goty-436 b/metadata/md5-cache/games-fps/unreal-tournament-goty-436 index 6fbc43f0d626..9ba958d4657f 100644 --- a/metadata/md5-cache/games-fps/unreal-tournament-goty-436 +++ b/metadata/md5-cache/games-fps/unreal-tournament-goty-436 @@ -9,5 +9,5 @@ PROPERTIES=interactive RDEPEND=opengl? ( virtual/opengl ) x11-libs/libXext x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp SLOT=0 SRC_URI=ftp://ftp.lokigames.com/pub/beta/ut/ut-install-436-GOTY.run ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-436-Linux-08-20-02.zip -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=17b0b429782fb5d14ae03aeb83df2905 diff --git a/metadata/md5-cache/games-fps/unreal-tournament-goty-451 b/metadata/md5-cache/games-fps/unreal-tournament-goty-451 index f44f2b02a496..7dba40f18bda 100644 --- a/metadata/md5-cache/games-fps/unreal-tournament-goty-451 +++ b/metadata/md5-cache/games-fps/unreal-tournament-goty-451 @@ -9,5 +9,5 @@ PROPERTIES=interactive RDEPEND=!amd64? ( x11-libs/libXext x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp =media-libs/libsdl-1.2* opengl? ( virtual/opengl ) ) amd64? ( app-emulation/emul-linux-x86-sdl app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs ) SLOT=0 SRC_URI=ftp://ftp.lokigames.com/pub/beta/ut/ut-install-436-GOTY.run http://utpg.org/patches/UTPGPatch451.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=0cf7c00a3bb9217bd52f5d5b4d9a014c diff --git a/metadata/md5-cache/games-fps/urbanterror-4.2.015 b/metadata/md5-cache/games-fps/urbanterror-4.2.015 index 0b0cd63b260a..c5e2eaf9bccd 100644 --- a/metadata/md5-cache/games-fps/urbanterror-4.2.015 +++ b/metadata/md5-cache/games-fps/urbanterror-4.2.015 @@ -4,11 +4,11 @@ DESCRIPTION=Hollywood tactical shooter based on the ioquake3 engine EAPI=5 HOMEPAGE=http://www.urbanterror.info/home/ IUSE=+curl debug dedicated openal +sdl server smp vorbis -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 Q3AEULA-20000111 urbanterror-4.2-maps RDEPEND=!dedicated? ( virtual/opengl curl? ( net-misc/curl ) openal? ( media-libs/openal ) sdl? ( media-libs/libsdl[X,audio,joystick,opengl,video] ) !sdl? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXxf86dga x11-libs/libXxf86vm ) vorbis? ( media-libs/libogg media-libs/libvorbis ) ) RESTRICT=mirror SLOT=0 SRC_URI=http://cdn.urbanterror.info/urt/42/zips/UrbanTerror42_full012.zip http://cdn.urbanterror.info/urt/42/zips/UrbanTerror-4.2.012-to-4.2.013.zip http://cdn.urbanterror.info/urt/42/zips/UrbanTerror-4.2.013-to-4.2.014.zip http://cdn.urbanterror.info/urt/42/zips/UrbanTerror-4.2.014-to-4.2.015.zip https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/release-4.2.015.tar.gz -> urbanterror-4.2.015.tar.gz http://upload.wikimedia.org/wikipedia/en/5/56/Urbanterror.svg -> urbanterror.svg _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ef499ec0f65200f5b04d801e39f01cc5 +_md5_=b9682e1aa170e5cd756ba3951a0f9bb1 diff --git a/metadata/md5-cache/games-fps/ut2003-data-2107 b/metadata/md5-cache/games-fps/ut2003-data-2107 index e2aaedee11c6..a4becbc216f5 100644 --- a/metadata/md5-cache/games-fps/ut2003-data-2107 +++ b/metadata/md5-cache/games-fps/ut2003-data-2107 @@ -8,5 +8,5 @@ PROPERTIES=interactive RESTRICT=strip SLOT=0 SRC_URI=http://download.factoryunreal.com/mirror/UT2003CrashFix.zip -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=cf74ed459b0a58b07190682277be1f7a diff --git a/metadata/md5-cache/games-fps/ut2003-demo-2206-r3 b/metadata/md5-cache/games-fps/ut2003-demo-2206-r3 index 06eb594500b3..e70bb14b04be 100644 --- a/metadata/md5-cache/games-fps/ut2003-demo-2206-r3 +++ b/metadata/md5-cache/games-fps/ut2003-demo-2206-r3 @@ -8,5 +8,5 @@ RDEPEND=virtual/opengl ~virtual/libstdc++-3.3 sys-devel/bc x86? ( x11-libs/libX1 RESTRICT=strip SLOT=0 SRC_URI=http://unreal.epicgames.com/linux/ut2003/ut2003demo-lnx-2206.sh.bin http://download.factoryunreal.com/mirror/UT2003CrashFix.zip http://dev.gentoo.org/~wolf31o2/sources/ut2003-demo/ut2003-demo-misc.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f98b318f7efb1518dcfd0b9844ceccf5 diff --git a/metadata/md5-cache/games-fps/ut2004-da2-1.6_beta b/metadata/md5-cache/games-fps/ut2004-da2-1.6_beta index d3ac38a38347..340342c9b51b 100644 --- a/metadata/md5-cache/games-fps/ut2004-da2-1.6_beta +++ b/metadata/md5-cache/games-fps/ut2004-da2-1.6_beta @@ -10,5 +10,5 @@ RDEPEND=dedicated? ( || ( games-server/ut2004-ded games-fps/ut2004[dedicated] ) RESTRICT=mirror strip SLOT=0 SRC_URI=mirror://liflg/defence.alliance2_1.6beta-english.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a games-mods 9d44c6f45289592ca9cf29d77424a048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a games-mods 9d44c6f45289592ca9cf29d77424a048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=23c69a926dd246bbcd730785c598dbcf diff --git a/metadata/md5-cache/games-fps/ut2004-damnation-2.0 b/metadata/md5-cache/games-fps/ut2004-damnation-2.0 index b4ab946d0840..46798491d1de 100644 --- a/metadata/md5-cache/games-fps/ut2004-damnation-2.0 +++ b/metadata/md5-cache/games-fps/ut2004-damnation-2.0 @@ -10,5 +10,5 @@ RDEPEND=dedicated? ( || ( games-server/ut2004-ded games-fps/ut2004[dedicated] ) RESTRICT=mirror strip SLOT=0 SRC_URI=mirror://liflg/damnation_2.0-english.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a games-mods 9d44c6f45289592ca9cf29d77424a048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a games-mods 9d44c6f45289592ca9cf29d77424a048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=b21aa2bd87b178c112e6e53d885045cb diff --git a/metadata/md5-cache/games-fps/ut2004-data-3186-r4 b/metadata/md5-cache/games-fps/ut2004-data-3186-r4 index abaaed3e6c91..abe8cb31a01f 100644 --- a/metadata/md5-cache/games-fps/ut2004-data-3186-r4 +++ b/metadata/md5-cache/games-fps/ut2004-data-3186-r4 @@ -8,5 +8,5 @@ PDEPEND=games-fps/ut2004 PROPERTIES=interactive RDEPEND=games-util/uz2unpack >=app-arch/unshield-0.5-r1 SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=087663d7ec5cc30bdb8e4b9e3d985023 diff --git a/metadata/md5-cache/games-fps/ut2004-demo-3334 b/metadata/md5-cache/games-fps/ut2004-demo-3334 index 7f45dbb9543b..082724011926 100644 --- a/metadata/md5-cache/games-fps/ut2004-demo-3334 +++ b/metadata/md5-cache/games-fps/ut2004-demo-3334 @@ -7,5 +7,5 @@ RDEPEND=virtual/opengl =virtual/libstdc++-3.3 x86? ( x11-libs/libX11 x11-libs/li RESTRICT=strip SLOT=0 SRC_URI=mirror://gentoo/ut2004-lnx-demo3334.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a427049e4a8d29ed59728ff88b263ce1 diff --git a/metadata/md5-cache/games-fps/ut2004-hamsterbash-1 b/metadata/md5-cache/games-fps/ut2004-hamsterbash-1 index 54823ac3549f..2574173c1d01 100644 --- a/metadata/md5-cache/games-fps/ut2004-hamsterbash-1 +++ b/metadata/md5-cache/games-fps/ut2004-hamsterbash-1 @@ -10,5 +10,5 @@ RDEPEND=dedicated? ( || ( games-server/ut2004-ded games-fps/ut2004[dedicated] ) RESTRICT=mirror strip SLOT=0 SRC_URI=http://server088.eigensoft.com/HamsterBashFinal.zip -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a games-mods 9d44c6f45289592ca9cf29d77424a048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a games-mods 9d44c6f45289592ca9cf29d77424a048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f9774c542e4ac172e5d3998f047dbde3 diff --git a/metadata/md5-cache/games-fps/ut2004-muralis-1.15 b/metadata/md5-cache/games-fps/ut2004-muralis-1.15 index e7fa21a861d3..44987ed5b628 100644 --- a/metadata/md5-cache/games-fps/ut2004-muralis-1.15 +++ b/metadata/md5-cache/games-fps/ut2004-muralis-1.15 @@ -10,5 +10,5 @@ RDEPEND=dedicated? ( || ( games-server/ut2004-ded games-fps/ut2004[dedicated] ) RESTRICT=fetch SLOT=0 SRC_URI=muralis-v1.15-zip.zip -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a games-mods 9d44c6f45289592ca9cf29d77424a048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a games-mods 9d44c6f45289592ca9cf29d77424a048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=d0adcc7569e433a737798368a409c1ff diff --git a/metadata/md5-cache/games-misc/little-inferno-20130509 b/metadata/md5-cache/games-misc/little-inferno-20130509 index 142f145d99d6..beb99608078e 100644 --- a/metadata/md5-cache/games-misc/little-inferno-20130509 +++ b/metadata/md5-cache/games-misc/little-inferno-20130509 @@ -10,5 +10,5 @@ RDEPEND=virtual/opengl amd64? ( app-emulation/emul-linux-x86-baselibs app-emulat RESTRICT=bindist fetch bundled-libs? ( splitdebug ) SLOT=0 SRC_URI=LittleInferno-20130509.sh -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=001995a9260f9f57f94b5352611605cd diff --git a/metadata/md5-cache/games-puzzle/drod-bin-1.6.7 b/metadata/md5-cache/games-puzzle/drod-bin-1.6.7 index 12554468e4ee..3b91011c484a 100644 --- a/metadata/md5-cache/games-puzzle/drod-bin-1.6.7 +++ b/metadata/md5-cache/games-puzzle/drod-bin-1.6.7 @@ -8,5 +8,5 @@ RDEPEND=x86? ( x11-libs/libX11 media-libs/freetype media-libs/libsdl media-libs/ RESTRICT=strip SLOT=0 SRC_URI=mirror://sourceforge/drod/Linux%20Setup/Caravel%20DROD%201.6.7%20Setup/DRODAESetup-1.6.7.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=7a3cc90e8daa0552256e6c09bb01b238 diff --git a/metadata/md5-cache/games-roguelike/stone-soup-0.13.0 b/metadata/md5-cache/games-roguelike/stone-soup-0.13.0 index 02782cc69dd0..0acfecc0ab1b 100644 --- a/metadata/md5-cache/games-roguelike/stone-soup-0.13.0 +++ b/metadata/md5-cache/games-roguelike/stone-soup-0.13.0 @@ -4,7 +4,7 @@ DESCRIPTION=Role-playing roguelike game of exploration and treasure-hunting in d EAPI=5 HOMEPAGE=http://crawl.develz.org/wordpress/ IUSE=debug ncurses test +tiles -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT RDEPEND=dev-db/sqlite:3 >=dev-lang/lua-5.1.0[deprecated] sys-libs/zlib ncurses? ( sys-libs/ncurses ) tiles? ( media-fonts/dejavu media-libs/freetype:2 media-libs/libpng:0 media-libs/libsdl[X,opengl,video] media-libs/sdl-image[png] virtual/glu virtual/opengl ) REQUIRED_USE=|| ( ncurses tiles ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/crawl-ref/Stone%20Soup/0.13.0/stone_soup-0.13.0-nodeps.tar.xz http://dev.gentoo.org/~hasufell/distfiles/stone-soup.png http://dev.gentoo.org/~hasufell/distfiles/stone-soup.svg _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=23ee3da0a962179deb73f362f8c51d10 +_md5_=775ec923141545146e2a1447dd2172fa diff --git a/metadata/md5-cache/games-rpg/arx-libertatis-1.1.2 b/metadata/md5-cache/games-rpg/arx-libertatis-1.1.2 index 7cde7579208d..49e413cf437b 100644 --- a/metadata/md5-cache/games-rpg/arx-libertatis-1.1.2 +++ b/metadata/md5-cache/games-rpg/arx-libertatis-1.1.2 @@ -4,10 +4,10 @@ DESCRIPTION=Cross-platform port of Arx Fatalis, a first-person role-playing game EAPI=5 HOMEPAGE=http://arx-libertatis.org/ IUSE=c++0x debug +unity-build crash-reporter static tools -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-3 RDEPEND=media-libs/freetype media-libs/libsdl[X,video,opengl] media-libs/openal sys-libs/zlib virtual/opengl crash-reporter? ( dev-qt/qtcore:4[ssl] dev-qt/qtgui:4 ) !static? ( media-libs/glew ) crash-reporter? ( sys-devel/gdb ) SLOT=0 SRC_URI=mirror://sourceforge/arx/arx-libertatis-1.1.2/arx-libertatis-1.1.2.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4ae87e617a9e6c5d4f8101fc34213a60 +_md5_=818888f2a6ba1ed1f568bbc6db789680 diff --git a/metadata/md5-cache/games-rpg/avadon-1.0.4 b/metadata/md5-cache/games-rpg/avadon-1.0.4 index 026ef0c28eb8..012e36719c67 100644 --- a/metadata/md5-cache/games-rpg/avadon-1.0.4 +++ b/metadata/md5-cache/games-rpg/avadon-1.0.4 @@ -9,5 +9,5 @@ RDEPEND=media-libs/libsdl[X,opengl,video] media-libs/openal RESTRICT=fetch bindist SLOT=0 SRC_URI=avadon-black-fortress_1.0.4_all.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ee8e9f7836584e76bafe7a967571499f diff --git a/metadata/md5-cache/games-rpg/bastion-20120620-r1 b/metadata/md5-cache/games-rpg/bastion-20120620-r1 index e3588ac99bcd..41772a24ae46 100644 --- a/metadata/md5-cache/games-rpg/bastion-20120620-r1 +++ b/metadata/md5-cache/games-rpg/bastion-20120620-r1 @@ -10,5 +10,5 @@ RDEPEND=virtual/opengl media-libs/freealut media-libs/openal media-libs/sdl-gfx RESTRICT=bindist fetch splitdebug SLOT=0 SRC_URI=Bastion-HIB-2012-06-20.sh -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=7b18c3c80d457580f3788c8cd3126ff6 diff --git a/metadata/md5-cache/games-rpg/dear-esther-20130608 b/metadata/md5-cache/games-rpg/dear-esther-20130608 index 39d68eb9c5d2..7eff4501de6a 100644 --- a/metadata/md5-cache/games-rpg/dear-esther-20130608 +++ b/metadata/md5-cache/games-rpg/dear-esther-20130608 @@ -9,5 +9,5 @@ RDEPEND=virtual/opengl amd64? ( app-emulation/emul-linux-x86-sdl app-emulation/e RESTRICT=bindist fetch splitdebug SLOT=0 SRC_URI=dearesther-linux-06082013-bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=db80b3f33905634dfd61f168dd6bfb19 diff --git a/metadata/md5-cache/games-rpg/dungeon-defenders-20130305 b/metadata/md5-cache/games-rpg/dungeon-defenders-20130305 index a8339808c247..7e531033d648 100644 --- a/metadata/md5-cache/games-rpg/dungeon-defenders-20130305 +++ b/metadata/md5-cache/games-rpg/dungeon-defenders-20130305 @@ -10,5 +10,5 @@ RDEPEND=x11-misc/xdg-utils virtual/opengl amd64? ( app-emulation/emul-linux-x86- RESTRICT=bindist fetch splitdebug SLOT=0 SRC_URI=dundef-linux-03052013.mojo.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=6ef95713780c2995ec0592600fee1736 diff --git a/metadata/md5-cache/games-rpg/grimrock-20130515 b/metadata/md5-cache/games-rpg/grimrock-20130515 index fe874d7cc6dd..0898c45dc755 100644 --- a/metadata/md5-cache/games-rpg/grimrock-20130515 +++ b/metadata/md5-cache/games-rpg/grimrock-20130515 @@ -10,5 +10,5 @@ RDEPEND=app-arch/bzip2 media-libs/freetype:2 media-libs/ilmbase media-libs/lcms RESTRICT=fetch bindist splitdebug SLOT=0 SRC_URI=LegendOfGrimrock-Linux-2013-05-15.sh -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ea51a4fb1720a25899e818b371be0151 diff --git a/metadata/md5-cache/games-rpg/nwn-cep-1.68-r1 b/metadata/md5-cache/games-rpg/nwn-cep-1.68-r1 index 978e47c1edf2..eb5b7370dabe 100644 --- a/metadata/md5-cache/games-rpg/nwn-cep-1.68-r1 +++ b/metadata/md5-cache/games-rpg/nwn-cep-1.68-r1 @@ -7,5 +7,5 @@ LICENSE=as-is RDEPEND=>=games-rpg/nwn-1.68 SLOT=0 SRC_URI=http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/hakpaks/6057/cepv152_man.rar http://c.vnfiles.ign.com/nwvault.ign.com/fms/files/hakpaks/6974/CEP168.rar -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f8a2867d08f7d2b5db6ee54c6375e37d diff --git a/metadata/md5-cache/games-rpg/nwn-cep-2.0 b/metadata/md5-cache/games-rpg/nwn-cep-2.0 index aac505f73ae7..5c9a92e16c60 100644 --- a/metadata/md5-cache/games-rpg/nwn-cep-2.0 +++ b/metadata/md5-cache/games-rpg/nwn-cep-2.0 @@ -7,5 +7,5 @@ LICENSE=as-is RDEPEND=>=games-rpg/nwn-1.68 SLOT=2 SRC_URI=http://vnfiles.ign.com/nwvault.ign.com/fms/files/hakpaks/7000/CEPv2_full.rar -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=285ded162704e42a327e9b43b42f4c95 diff --git a/metadata/md5-cache/games-rpg/penumbra-collection-1.1 b/metadata/md5-cache/games-rpg/penumbra-collection-1.1 index e1ce209816ce..98b4bb5e9158 100644 --- a/metadata/md5-cache/games-rpg/penumbra-collection-1.1 +++ b/metadata/md5-cache/games-rpg/penumbra-collection-1.1 @@ -9,5 +9,5 @@ RDEPEND=virtual/glu virtual/opengl x86? ( media-libs/fontconfig media-libs/freea RESTRICT=fetch SLOT=0 SRC_URI=PenumbraCollection-1.1.sh -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=2c22b71edbd1b0c9099301231d271da5 diff --git a/metadata/md5-cache/games-rpg/sacred-gold-1.0.01 b/metadata/md5-cache/games-rpg/sacred-gold-1.0.01 index a1799f271fd8..32cdb76fefc9 100644 --- a/metadata/md5-cache/games-rpg/sacred-gold-1.0.01 +++ b/metadata/md5-cache/games-rpg/sacred-gold-1.0.01 @@ -8,5 +8,5 @@ RDEPEND=virtual/opengl x86? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXi ) RESTRICT=strip SLOT=0 SRC_URI=http://updatefiles.linuxgamepublishing.com/sacred/sacred-1.0-1.0.01-x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=77c54fd38ae8d2e719e97c7057b4eb0e diff --git a/metadata/md5-cache/games-rpg/vendetta-online-bin-1.8.82 b/metadata/md5-cache/games-rpg/vendetta-online-bin-1.8.82 index a3c2f2185603..d77e78c5b247 100644 --- a/metadata/md5-cache/games-rpg/vendetta-online-bin-1.8.82 +++ b/metadata/md5-cache/games-rpg/vendetta-online-bin-1.8.82 @@ -8,5 +8,5 @@ RDEPEND=virtual/opengl x11-libs/gtk+:2 RESTRICT=mirror strip SLOT=0 SRC_URI=amd64? ( http://mirror.cle.vendetta-online.com/vendetta-linux-amd64-installer.sh -> vendetta-online-bin-1.8.82-amd64.sh ) x86? ( http://mirror.cle.vendetta-online.com/vendetta-linux-ia32-installer.sh -> vendetta-online-bin-1.8.82-x86.sh ) -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=7efbd1caa85507ce81a6e71184f8b73a diff --git a/metadata/md5-cache/games-server/bf1942-desertcombat-0.7_beta1 b/metadata/md5-cache/games-server/bf1942-desertcombat-0.7_beta1 index 2eea0867e67e..99710e5056d8 100644 --- a/metadata/md5-cache/games-server/bf1942-desertcombat-0.7_beta1 +++ b/metadata/md5-cache/games-server/bf1942-desertcombat-0.7_beta1 @@ -8,5 +8,5 @@ RDEPEND=>=games-server/bf1942-lnxded-1.6_rc RESTRICT=fetch SLOT=0 SRC_URI=desertcombat_0.7n-beta_full_install.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8aa42fadf3b438147bffb8cbf67e1c60 diff --git a/metadata/md5-cache/games-server/bf1942-lnxded-1.61 b/metadata/md5-cache/games-server/bf1942-lnxded-1.61 index f44b14e7cfbc..000dd2471415 100644 --- a/metadata/md5-cache/games-server/bf1942-lnxded-1.61 +++ b/metadata/md5-cache/games-server/bf1942-lnxded-1.61 @@ -7,5 +7,5 @@ RDEPEND=sys-libs/glibc RESTRICT=mirror strip SLOT=0 SRC_URI=http://bf1942.lightcubed.com/dist/bf1942_lnxded-1.6-rc2.run ftp://largedownloads.ea.com/pub/misc/bf1942-update-1.61.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=eeb9000f6e966b5efc05c2270cc9ceb0 diff --git a/metadata/md5-cache/games-server/halflife-steam-2.0 b/metadata/md5-cache/games-server/halflife-steam-2.0 index 2f1378cc7ed0..2244ca30d9e2 100644 --- a/metadata/md5-cache/games-server/halflife-steam-2.0 +++ b/metadata/md5-cache/games-server/halflife-steam-2.0 @@ -6,5 +6,5 @@ LICENSE=ValveServer GPL-2 RESTRICT=mirror SLOT=0 SRC_URI=http://www.steampowered.com/download/hldsupdatetool.bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=0789094c60f220c0857bc3ff0847aca8 diff --git a/metadata/md5-cache/games-simulation/bcs-demo-1.3 b/metadata/md5-cache/games-simulation/bcs-demo-1.3 index 78f25103372e..e4ac75f896a7 100644 --- a/metadata/md5-cache/games-simulation/bcs-demo-1.3 +++ b/metadata/md5-cache/games-simulation/bcs-demo-1.3 @@ -7,5 +7,5 @@ RDEPEND=sys-libs/glibc virtual/opengl x86? ( media-libs/libsdl x11-libs/libX11 x RESTRICT=strip SLOT=0 SRC_URI=ftp://ggdev-1.homelan.com/bcs/bcsdemo_v1_3.sh.bin http://www.highprogrammer.com/alan/pfx2/openal-alan-hack-0.0.1.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=714628aaeb68a89fecf2dc6bcdd61e7a diff --git a/metadata/md5-cache/games-simulation/openttd-1.3.3 b/metadata/md5-cache/games-simulation/openttd-1.3.3 index 41b36b9a751a..8b92ec21501e 100644 --- a/metadata/md5-cache/games-simulation/openttd-1.3.3 +++ b/metadata/md5-cache/games-simulation/openttd-1.3.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 +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[audio,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 ) zlib? ( sys-libs/zlib ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://binaries.openttd.org/releases/1.3.3/openttd-1.3.3-source.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=374caa958efc871350ba4e1a6101a6bd +_md5_=4dc97ff57169adca772be303cf6241a9 diff --git a/metadata/md5-cache/games-strategy/coldwar-1.0.1 b/metadata/md5-cache/games-strategy/coldwar-1.0.1 index 88cabb734e1e..10713e4eddb6 100644 --- a/metadata/md5-cache/games-strategy/coldwar-1.0.1 +++ b/metadata/md5-cache/games-strategy/coldwar-1.0.1 @@ -9,5 +9,5 @@ RDEPEND=virtual/opengl x86? ( media-libs/libogg media-libs/openal media-libs/lib RESTRICT=strip SLOT=0 SRC_URI=http://updatefiles.linuxgamepublishing.com/coldwar/coldwar-1.0-1.0.1-x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=a7f7cbff874425a8d77f204625641a27 diff --git a/metadata/md5-cache/games-strategy/coldwar-demo-1-r1 b/metadata/md5-cache/games-strategy/coldwar-demo-1-r1 index f5a6e421a102..6ae70c8e985f 100644 --- a/metadata/md5-cache/games-strategy/coldwar-demo-1-r1 +++ b/metadata/md5-cache/games-strategy/coldwar-demo-1-r1 @@ -7,5 +7,5 @@ RDEPEND=virtual/opengl x86? ( media-libs/libogg media-libs/openal media-libs/lib RESTRICT=strip SLOT=0 SRC_URI=http://demofiles.linuxgamepublishing.com/coldwar/coldwar-demo.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=03594d50393877f17ad02ad16e00cf4e diff --git a/metadata/md5-cache/games-strategy/darwinia-1.3.0 b/metadata/md5-cache/games-strategy/darwinia-1.3.0 index 0f280606eeb0..ac2eae43dfaa 100644 --- a/metadata/md5-cache/games-strategy/darwinia-1.3.0 +++ b/metadata/md5-cache/games-strategy/darwinia-1.3.0 @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc sys-devel/gcc x86? ( virtual/opengl virtual/glu media-lib RESTRICT=mirror strip SLOT=0 SRC_URI=http://www.introversion.co.uk/darwinia/downloads/darwinia-full-1.3.0.sh -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=654ba67b4154acfa79150e275e3d54b1 diff --git a/metadata/md5-cache/games-strategy/darwinia-1.4.0_beta9 b/metadata/md5-cache/games-strategy/darwinia-1.4.0_beta9 index e626b6768731..35a83826c976 100644 --- a/metadata/md5-cache/games-strategy/darwinia-1.4.0_beta9 +++ b/metadata/md5-cache/games-strategy/darwinia-1.4.0_beta9 @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc sys-devel/gcc x86? ( virtual/opengl virtual/glu media-lib RESTRICT=mirror strip SLOT=0 SRC_URI=http://www.introversion.co.uk/darwinia/downloads/darwinia-full-1.4.0b9.sh -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=d8ea480c001bfe4b51aa639b475f3c22 diff --git a/metadata/md5-cache/games-strategy/darwinia-demo-1.3.0 b/metadata/md5-cache/games-strategy/darwinia-demo-1.3.0 index dc3fb0fd0892..8443c10f3609 100644 --- a/metadata/md5-cache/games-strategy/darwinia-demo-1.3.0 +++ b/metadata/md5-cache/games-strategy/darwinia-demo-1.3.0 @@ -7,5 +7,5 @@ RDEPEND=sys-libs/glibc sys-devel/gcc x86? ( virtual/opengl virtual/glu media-lib RESTRICT=mirror strip SLOT=0 SRC_URI=http://www.introversion.co.uk/darwinia/downloads/darwinia-demo2-1.3.0.sh -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=59aa671814e6872b97007d4edc955b16 diff --git a/metadata/md5-cache/games-strategy/gorky17-demo-1.0.1.0.1 b/metadata/md5-cache/games-strategy/gorky17-demo-1.0.1.0.1 index 6239cdfb6826..15979dd4481d 100644 --- a/metadata/md5-cache/games-strategy/gorky17-demo-1.0.1.0.1 +++ b/metadata/md5-cache/games-strategy/gorky17-demo-1.0.1.0.1 @@ -7,5 +7,5 @@ RDEPEND=media-libs/alsa-lib x86? ( media-libs/libsdl sys-libs/zlib x11-libs/libX RESTRICT=strip SLOT=0 SRC_URI=http://demofiles.linuxgamepublishing.com/gorky17/gorky17_demo.run http://updatefiles.linuxgamepublishing.com/gorky17-demo/gorky17-demo-1.0-1.0.1-x86.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=38fd5e5dc01c64e3e26c791e6fe45b1c diff --git a/metadata/md5-cache/games-strategy/heroes3-1.3.1a-r2 b/metadata/md5-cache/games-strategy/heroes3-1.3.1a-r2 index eb08d67b5b67..3cec79c327e9 100644 --- a/metadata/md5-cache/games-strategy/heroes3-1.3.1a-r2 +++ b/metadata/md5-cache/games-strategy/heroes3-1.3.1a-r2 @@ -10,5 +10,5 @@ RDEPEND=!ppc? ( sys-libs/lib-compat-loki ) RESTRICT=strip SLOT=0 SRC_URI=x86? ( mirror://lokigames/heroes3/heroes3-1.3.1a-cdrom-x86.run ) ppc? ( mirror://lokigames/heroes3/heroes3-1.3.1a-ppc.run ) -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=785de5a7b3f79f59ce062dfa9ba4c335 diff --git a/metadata/md5-cache/games-strategy/heroes3-demo-1.3.1a b/metadata/md5-cache/games-strategy/heroes3-demo-1.3.1a index 633ce957221d..75835e071246 100644 --- a/metadata/md5-cache/games-strategy/heroes3-demo-1.3.1a +++ b/metadata/md5-cache/games-strategy/heroes3-demo-1.3.1a @@ -8,5 +8,5 @@ RDEPEND=>=sys-libs/lib-compat-loki-0.2 x86? ( x11-libs/libX11 ) ppc? ( x11-libs/ RESTRICT=strip SLOT=0 SRC_URI=mirror://lokigames/loki_demos/heroes3-demo.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=fc9f64e429364f17fdbb28f5272299f1 diff --git a/metadata/md5-cache/games-strategy/knights-demo-1.32 b/metadata/md5-cache/games-strategy/knights-demo-1.32 index 5c335e39c231..8b56c7fe4f17 100644 --- a/metadata/md5-cache/games-strategy/knights-demo-1.32 +++ b/metadata/md5-cache/games-strategy/knights-demo-1.32 @@ -7,5 +7,5 @@ RDEPEND=sys-libs/glibc x86? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp RESTRICT=strip SLOT=0 SRC_URI=mirror://gentoo/knights-demo-1.32.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=b33d3b1b1a5b5e128aa075caf0689a99 diff --git a/metadata/md5-cache/games-strategy/majesty-demo-1.0.0 b/metadata/md5-cache/games-strategy/majesty-demo-1.0.0 index cf5dfe556e02..279b6737a324 100644 --- a/metadata/md5-cache/games-strategy/majesty-demo-1.0.0 +++ b/metadata/md5-cache/games-strategy/majesty-demo-1.0.0 @@ -8,5 +8,5 @@ RDEPEND=sys-libs/glibc x86? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXau x RESTRICT=strip SLOT=0 SRC_URI=http://demos.linuxgamepublishing.com/majesty/majesty_demo.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a766feb4fdafe56ecc5ea03856d10ae7 diff --git a/metadata/md5-cache/games-strategy/mindrover-demo-1.07b b/metadata/md5-cache/games-strategy/mindrover-demo-1.07b index 3792d5cce5a4..096ca827963b 100644 --- a/metadata/md5-cache/games-strategy/mindrover-demo-1.07b +++ b/metadata/md5-cache/games-strategy/mindrover-demo-1.07b @@ -7,5 +7,5 @@ RDEPEND=virtual/opengl RESTRICT=strip SLOT=0 SRC_URI=http://demos.linuxgamepublishing.com/mindrover/mindrover_demo.run -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=089249cf381907e95765d85bb9030483 diff --git a/metadata/md5-cache/games-strategy/openra-20131223 b/metadata/md5-cache/games-strategy/openra-20131223 new file mode 100644 index 000000000000..8b3f5ff5b5ae --- /dev/null +++ b/metadata/md5-cache/games-strategy/openra-20131223 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack +DEPEND=dev-dotnet/libgdiplus dev-lang/mono media-libs/freetype:2[X] media-libs/libsdl[X,opengl,video] media-libs/openal virtual/jpeg virtual/opengl cg? ( >=media-gfx/nvidia-cg-toolkit-2.1.0017 ) >=sys-apps/sed-4 +DESCRIPTION=A free RTS engine supporting games like Command & Conquer and Red Alert +EAPI=5 +HOMEPAGE=http://open-ra.org/ +IUSE=cg tools +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-dotnet/libgdiplus dev-lang/mono media-libs/freetype:2[X] media-libs/libsdl[X,opengl,video] media-libs/openal virtual/jpeg virtual/opengl cg? ( >=media-gfx/nvidia-cg-toolkit-2.1.0017 ) +SLOT=0 +SRC_URI=https://github.com/OpenRA/OpenRA/tarball/release-20131223 -> openra-20131223.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 mono-env 59ca1177366cc9e14521d3501e9bb281 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 +_md5_=eb13679c9187e1b5d07651546eb2f751 diff --git a/metadata/md5-cache/games-strategy/smac-6.0a b/metadata/md5-cache/games-strategy/smac-6.0a index ede7b01d5207..c3f6c6320e49 100644 --- a/metadata/md5-cache/games-strategy/smac-6.0a +++ b/metadata/md5-cache/games-strategy/smac-6.0a @@ -11,5 +11,5 @@ RDEPEND=sys-libs/glibc x11-libs/libX11 x11-libs/libXext x11-libs/libXau x11-libs RESTRICT=strip SLOT=0 SRC_URI=x86? ( mirror://lokigames/smac/smac-6.0a-x86.run ) amd64? ( mirror://lokigames/smac/smac-6.0a-x86.run ) ppc? ( http://mirrors.dotsrc.org/lokigames/installers/smac/smac-install-ppc.run ) -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cdrom 415b847346ef9001a89e5c7da6711215 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=348bb7efb1df140a0b986dd8c1e8e730 diff --git a/metadata/md5-cache/games-strategy/spaz-1.605 b/metadata/md5-cache/games-strategy/spaz-1.605 index 1f1e34b26f06..c1176bda57ce 100644 --- a/metadata/md5-cache/games-strategy/spaz-1.605 +++ b/metadata/md5-cache/games-strategy/spaz-1.605 @@ -10,5 +10,5 @@ RDEPEND=amd64? ( app-emulation/emul-linux-x86-sdl ) x86? ( media-libs/openal[als RESTRICT=fetch strip SLOT=0 SRC_URI=spaz-linux-humblebundle-09182012-bin -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=2747db6070ef44384f7dca042743dc7c diff --git a/metadata/md5-cache/games-util/lutris-0.3.2 b/metadata/md5-cache/games-util/lutris-0.3.2 new file mode 100644 index 000000000000..2a2c346879e1 --- /dev/null +++ b/metadata/md5-cache/games-util/lutris-0.3.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite,threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=sys-apps/sed-4 +DESCRIPTION=Gaming platform for GNU/Linux +EAPI=5 +HOMEPAGE=http://lutris.net/ +IUSE=python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-python/pygobject:3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite,threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/lutris/lutris/archive/v0.3.2.tar.gz -> lutris-0.3.2.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=57211c93f53a4f41a878dc376d5b437a diff --git a/metadata/md5-cache/games-util/rubygfe-0.3.4-r1 b/metadata/md5-cache/games-util/rubygfe-0.3.4-r1 deleted file mode 100644 index e74cad1f60c9..000000000000 --- a/metadata/md5-cache/games-util/rubygfe-0.3.4-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( gtk? ( >=dev-ruby/ruby-gtk2-0.12.0[ruby_targets_ruby18] ) nls? ( >=dev-ruby/ruby-gettext-0.8.0[ruby_targets_ruby18] ) >=dev-ruby/rubyzip-0.5.7[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) -DESCRIPTION=RubyGFE - A Game File Extractor -EAPI=2 -HOMEPAGE=http://rubyforge.org/projects/rubygfe/ -IUSE=nls gtk test elibc_FreeBSD ruby_targets_ruby18 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby18? ( gtk? ( >=dev-ruby/ruby-gtk2-0.12.0[ruby_targets_ruby18] ) nls? ( >=dev-ruby/ruby-gettext-0.8.0[ruby_targets_ruby18] ) >=dev-ruby/rubyzip-0.5.7[ruby_targets_ruby18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) -SLOT=0 -SRC_URI=mirror://rubyforge/rubygfe/rubygfe-0.3.4.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=1ecb46659227f73d7752ad789b3d9c7f diff --git a/metadata/md5-cache/gnome-base/gnome-common-3.7.4 b/metadata/md5-cache/gnome-base/gnome-common-3.7.4 index fb771f6d043c..1cb235cd51f8 100644 --- a/metadata/md5-cache/gnome-base/gnome-common-3.7.4 +++ b/metadata/md5-cache/gnome-base/gnome-common-3.7.4 @@ -3,9 +3,9 @@ DEPEND=app-arch/xz-utils DESCRIPTION=Common files for development of Gnome packages EAPI=5 HOMEPAGE=http://git.gnome.org/browse/gnome-common -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-3 SLOT=3 SRC_URI=mirror://gnome/sources/gnome-common/3.7/gnome-common-3.7.4.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e gnome.org 8fef8f967214f56e08fa92d61163d891 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=cbc018a58f1010f9523be7363fc367bd +_md5_=41e62ec7568a359f5539a3781b92257b diff --git a/metadata/md5-cache/gnome-base/gsettings-desktop-schemas-3.8.2 b/metadata/md5-cache/gnome-base/gsettings-desktop-schemas-3.8.2 index 172881814eb8..ee8849eeca40 100644 --- a/metadata/md5-cache/gnome-base/gsettings-desktop-schemas-3.8.2 +++ b/metadata/md5-cache/gnome-base/gsettings-desktop-schemas-3.8.2 @@ -4,10 +4,10 @@ DESCRIPTION=Collection of GSettings schemas for GNOME desktop EAPI=5 HOMEPAGE=https://git.gnome.org/browse/gsettings-desktop-schemas IUSE=+introspection -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris LICENSE=LGPL-2.1+ RDEPEND=>=dev-libs/glib-2.31:2 introspection? ( >=dev-libs/gobject-introspection-1.31.0 ) SLOT=0 SRC_URI=mirror://gnome/sources/gsettings-desktop-schemas/3.8/gsettings-desktop-schemas-3.8.2.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=cadc89f7f294706ad8712b963bc2d404 +_md5_=cec2f3e40179d506fbbf620139987caf diff --git a/metadata/md5-cache/gnome-base/librsvg-2.39.0 b/metadata/md5-cache/gnome-base/librsvg-2.39.0 index 5f48a9a3db24..6ce1c3c909ad 100644 --- a/metadata/md5-cache/gnome-base/librsvg-2.39.0 +++ b/metadata/md5-cache/gnome-base/librsvg-2.39.0 @@ -4,11 +4,11 @@ DESCRIPTION=Scalable Vector Graphics (SVG) rendering library EAPI=5 HOMEPAGE=https://live.gnome.org/LibRsvg IUSE=+gtk +introspection tools vala -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2 RDEPEND=>=dev-libs/glib-2.24:2 >=x11-libs/cairo-1.2 >=x11-libs/pango-1.32.6 >=dev-libs/libxml2-2.7:2 >=dev-libs/libcroco-0.6.1 x11-libs/gdk-pixbuf:2[introspection?] gtk? ( >=x11-libs/gtk+-2.16:2 tools? ( >=x11-libs/gtk+-3:3 ) ) introspection? ( >=dev-libs/gobject-introspection-0.10.8 ) REQUIRED_USE=vala? ( introspection ) tools? ( gtk ) SLOT=2 SRC_URI=mirror://gnome/sources/librsvg/2.39/librsvg-2.39.0.tar.xz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 vala b365480bc54c4e356dc1e953da9fe356 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=8306a713e576331118d38db88fc8e3bb +_md5_=e0108591b98cd8cb5cf678ecfb72330f diff --git a/metadata/md5-cache/gnome-extra/libgsf-1.14.28 b/metadata/md5-cache/gnome-extra/libgsf-1.14.28 index e10e8ee16a9c..ea7e3a3e6f35 100644 --- a/metadata/md5-cache/gnome-extra/libgsf-1.14.28 +++ b/metadata/md5-cache/gnome-extra/libgsf-1.14.28 @@ -4,10 +4,10 @@ DESCRIPTION=The GNOME Structured File Library EAPI=5 HOMEPAGE=http://projects.gnome.org/libgsf/ IUSE=bzip2 gtk +introspection -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 LGPL-2.1 RDEPEND=>=dev-libs/glib-2.26:2 >=dev-libs/libxml2-2.4.16:2 sys-libs/zlib bzip2? ( app-arch/bzip2 ) gtk? ( x11-libs/gtk+:2 ) introspection? ( >=dev-libs/gobject-introspection-1 ) SLOT=0/114 SRC_URI=mirror://gnome/sources/libgsf/1.14/libgsf-1.14.28.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=2bd45b6b170b297096ce503ef2f48629 +_md5_=8c15114646c0a89e4b7db5cf574a796a diff --git a/metadata/md5-cache/gnome-extra/yelp-xsl-3.8.1 b/metadata/md5-cache/gnome-extra/yelp-xsl-3.8.1 index 3925e92c5735..1ae628f16b98 100644 --- a/metadata/md5-cache/gnome-extra/yelp-xsl-3.8.1 +++ b/metadata/md5-cache/gnome-extra/yelp-xsl-3.8.1 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/libxml2-2.6.12:= >=dev-libs/libxslt-1.1.8:= >=dev-util/intltoo DESCRIPTION=XSL stylesheets for yelp EAPI=5 HOMEPAGE=http://www.gnome.org/ -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-2+ LGPL-2.1+ MIT FDL-1.1+ RDEPEND=>=dev-libs/libxml2-2.6.12:= >=dev-libs/libxslt-1.1.8:= SLOT=0 SRC_URI=mirror://gnome/sources/yelp-xsl/3.8/yelp-xsl-3.8.1.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e gnome.org 8fef8f967214f56e08fa92d61163d891 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=2c29b5fb0c14a53df2756dd362cca2a7 +_md5_=c91b3839958eec2d2c8233916659b118 diff --git a/metadata/md5-cache/kde-misc/semantik-0.9.0 b/metadata/md5-cache/kde-misc/semantik-0.9.0 new file mode 100644 index 000000000000..e813c96a98d2 --- /dev/null +++ b/metadata/md5-cache/kde-misc/semantik-0.9.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack +DEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qtwebkit:4 >=sys-apps/sed-4 dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] dev-lang/python !dev-lang/python[-threads] +DESCRIPTION=Mindmapping-like tool for document generation. +EAPI=5 +HOMEPAGE=http://freehackers.org/~tnagy/semantik.html +IUSE=debug python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 aqua +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qtwebkit:4 >=kde-base/oxygen-icons-4.4:4[aqua=] dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) +SLOT=4 +SRC_URI=https://semantik.googlecode.com/files/semantik-0.9.0.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 kde4-base 5ba60672833e2a1cafaa86c446439d47 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 waf-utils 6fae459bd65a96ab400f7b9dc8a3fc72 +_md5_=b98806e42daa7afb70c3f493effae6de diff --git a/metadata/md5-cache/lxde-base/lxdm-0.4.1-r8 b/metadata/md5-cache/lxde-base/lxdm-0.4.1-r8 new file mode 100644 index 000000000000..899e4b96375f --- /dev/null +++ b/metadata/md5-cache/lxde-base/lxdm-0.4.1-r8 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst prepare +DEPEND=consolekit? ( sys-auth/consolekit ) x11-libs/libxcb gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) nls? ( sys-devel/gettext ) pam? ( virtual/pam ) >=dev-util/intltool-0.40 virtual/pkgconfig =sys-devel/automake-1.12* >=sys-devel/autoconf-2.68 sys-devel/libtool virtual/pkgconfig +DESCRIPTION=LXDE Display Manager +EAPI=2 +HOMEPAGE=http://lxde.org +IUSE=consolekit debug gtk3 nls pam +KEYWORDS=~amd64 ~arm ~ppc ~x86 +LICENSE=GPL-3 +RDEPEND=consolekit? ( sys-auth/consolekit ) x11-libs/libxcb gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) nls? ( sys-devel/gettext ) pam? ( virtual/pam ) +SLOT=0 +SRC_URI=mirror://sourceforge/lxde/lxdm-0.4.1.tar.gz +_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6f031e020af7cd35295e901663e9b820 diff --git a/metadata/md5-cache/lxde-base/lxtask-0.1.4-r1 b/metadata/md5-cache/lxde-base/lxtask-0.1.4-r1 index 0ca000bdb7de..923c412f97ff 100644 --- a/metadata/md5-cache/lxde-base/lxtask-0.1.4-r1 +++ b/metadata/md5-cache/lxde-base/lxtask-0.1.4-r1 @@ -3,10 +3,10 @@ DEPEND=x11-libs/gtk+:2 dev-libs/glib:2 virtual/pkgconfig sys-devel/gettext >=dev DESCRIPTION=LXDE Task manager EAPI=4 HOMEPAGE=http://lxde.sf.net/ -KEYWORDS=~alpha ~amd64 ~arm ppc ~x86 ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ppc ~x86 ~arm-linux ~x86-linux LICENSE=GPL-2 RDEPEND=x11-libs/gtk+:2 dev-libs/glib:2 SLOT=0 SRC_URI=mirror://sourceforge/lxde/lxtask-0.1.4.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a89d93c0b0dba1b3fed9d7a5fbcb2db0 +_md5_=67647d4a1a99c43d06978fefacda9d90 diff --git a/metadata/md5-cache/mail-mta/postfix-2.10.2 b/metadata/md5-cache/mail-mta/postfix-2.10.2 index 2c693d6547aa..1d23fada813f 100644 --- a/metadata/md5-cache/mail-mta/postfix-2.10.2 +++ b/metadata/md5-cache/mail-mta/postfix-2.10.2 @@ -4,11 +4,11 @@ DESCRIPTION=A fast and secure drop-in replacement for sendmail. EAPI=5 HOMEPAGE=http://www.postfix.org/ IUSE=+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda ssl -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd LICENSE=IBM RDEPEND=>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) dovecot-sasl? ( net-mail/dovecot ) memcached? ( net-misc/memcached ) net-mail/mailbase selinux? ( sec-policy/selinux-postfix ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward REQUIRED_USE=ldap-bind? ( ldap sasl ) SLOT=0 SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-2.10.2.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v13-2.10.0.patch ) _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 ssl-cert 0b45da48a22fda62c57c1809b8b55315 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=4fb77725ab1cab529911841d6f30ff62 +_md5_=c69ee61d90c31c21ddd102d09da16b44 diff --git a/metadata/md5-cache/mail-mta/sendmail-8.14.7-r1 b/metadata/md5-cache/mail-mta/sendmail-8.14.7-r1 index 6ba1e5d5ac5f..0803faefca62 100644 --- a/metadata/md5-cache/mail-mta/sendmail-8.14.7-r1 +++ b/metadata/md5-cache/mail-mta/sendmail-8.14.7-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Widely-used Mail Transport Agent (MTA) EAPI=5 HOMEPAGE=http://www.sendmail.org/ IUSE=ssl ldap sasl tcpd mbox ipv6 nis sockets -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 LICENSE=Sendmail PDEPEND=!mbox? ( mail-filter/procmail ) RDEPEND=net-mail/mailbase sys-devel/m4 sasl? ( >=dev-libs/cyrus-sasl-2.1.10 ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) >=sys-libs/db-3.2 !net-mail/vacation >=net-mail/mailbase-0.00 !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/opensmtpd !mail-mta/qmail-ldap !=mail-mta/ssmtp-2.64-r2[mta] SLOT=0 SRC_URI=ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.7.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=59fab0aa1f47aa1d3cff845b0dc47f5d +_md5_=a4ae10c4a6ed15c66fa446cd14162830 diff --git a/metadata/md5-cache/media-gfx/exiv2-0.23-r2 b/metadata/md5-cache/media-gfx/exiv2-0.23-r2 index 86f2c76ff770..ce77236d1b98 100644 --- a/metadata/md5-cache/media-gfx/exiv2-0.23-r2 +++ b/metadata/md5-cache/media-gfx/exiv2-0.23-r2 @@ -10,4 +10,4 @@ RDEPEND=virtual/libiconv nls? ( virtual/libintl ) xmp? ( dev-libs/expat ) zlib? SLOT=0/12 SRC_URI=http://www.exiv2.org/exiv2-0.23.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf autotools-multilib 6b5fd1251a546e331a4b0b02626361c6 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d05e2e2078d30248d96cf8fa0c041d9d +_md5_=f4205dc9692477eed0529a7403cff00c diff --git a/metadata/md5-cache/media-gfx/fotoxx-13.11.1 b/metadata/md5-cache/media-gfx/fotoxx-13.11.1 index 060c83aa8a29..548e13b44b22 100644 --- a/metadata/md5-cache/media-gfx/fotoxx-13.11.1 +++ b/metadata/md5-cache/media-gfx/fotoxx-13.11.1 @@ -3,10 +3,10 @@ DEPEND=x11-libs/gtk+:3 media-libs/libpng media-libs/tiff media-libs/lcms:2 DESCRIPTION=Program for improving image files made with a digital camera EAPI=4 HOMEPAGE=http://www.kornelix.com/fotoxx.html -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-3 RDEPEND=x11-libs/gtk+:3 media-libs/libpng media-libs/tiff media-libs/lcms:2 media-libs/exiftool media-gfx/ufraw[gtk] media-gfx/dcraw x11-misc/xdg-utils SLOT=0 SRC_URI=http://www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-13.11.1.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2c17532ff5e5e09fd77c32f4d085dbfb +_md5_=be4e0eba80d4d8cb802c03611a85bc0f diff --git a/metadata/md5-cache/media-gfx/gphoto2-2.5.2 b/metadata/md5-cache/media-gfx/gphoto2-2.5.2 index 7514d72bd7ba..aef02dfd656f 100644 --- a/metadata/md5-cache/media-gfx/gphoto2-2.5.2 +++ b/metadata/md5-cache/media-gfx/gphoto2-2.5.2 @@ -4,10 +4,10 @@ DESCRIPTION=Free, redistributable digital camera software application EAPI=5 HOMEPAGE=http://www.gphoto.org/ IUSE=aalib exif ncurses nls readline -KEYWORDS=~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=dev-libs/popt >=media-libs/libgphoto2-2.5.2[exif?] virtual/libusb:0 aalib? ( media-libs/aalib virtual/jpeg:0 ) exif? ( media-libs/libexif ) ncurses? ( dev-libs/cdk ) readline? ( sys-libs/readline ) SLOT=0 SRC_URI=mirror://sourceforge/gphoto/gphoto2-2.5.2.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=cc1fa96f6fd9e99dda4f46cd6615f9d7 +_md5_=587a756400c6f45c007b96f981d42cfc diff --git a/metadata/md5-cache/media-gfx/pqiv-2.0 b/metadata/md5-cache/media-gfx/pqiv-2.0 index 84a6be1a80d1..900febbc5d55 100644 --- a/metadata/md5-cache/media-gfx/pqiv-2.0 +++ b/metadata/md5-cache/media-gfx/pqiv-2.0 @@ -4,10 +4,10 @@ DESCRIPTION=Modern rewrite of Quick Image Viewer EAPI=5 HOMEPAGE=http://github.com/phillipberndt/pqiv http://www.pberndt.com/Programme/Linux/pqiv/ IUSE=kernel_linux -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 x11-libs/cairo x11-libs/gtk+:3 SLOT=0 SRC_URI=https://github.com/phillipberndt/pqiv/archive/2.0.tar.gz -> pqiv-2.0.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=2bbfad397e9f4d3659af526b9c586d87 +_md5_=272624ea32f7747e126733a9e4c3a1c2 diff --git a/metadata/md5-cache/media-gfx/xsane-0.999 b/metadata/md5-cache/media-gfx/xsane-0.999 index 0671eb5c4f33..9576e6958be3 100644 --- a/metadata/md5-cache/media-gfx/xsane-0.999 +++ b/metadata/md5-cache/media-gfx/xsane-0.999 @@ -4,11 +4,11 @@ DESCRIPTION=graphical scanning frontend EAPI=5 HOMEPAGE=http://www.xsane.org/ IUSE=nls jpeg png tiff gimp lcms ocr -KEYWORDS=~alpha amd64 ~arm ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=~alpha amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2 PDEPEND=ocr? ( app-text/gocr ) RDEPEND=media-gfx/sane-backends x11-libs/gtk+:2 x11-misc/xdg-utils jpeg? ( virtual/jpeg ) png? ( media-libs/libpng ) tiff? ( media-libs/tiff ) gimp? ( media-gfx/gimp ) lcms? ( =media-libs/lcms-1* ) SLOT=0 SRC_URI=http://www.xsane.org/download/xsane-0.999.tar.gz http://dev.gentoo.org/~dilfridge/distfiles/xsane-0.998-patches-2.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6067cfe3dc1393726db58c6b481dc4af +_md5_=e0dbab0cf46ccf1fd4c2fc8a16082745 diff --git a/metadata/md5-cache/media-libs/audiofile-0.3.6-r1 b/metadata/md5-cache/media-libs/audiofile-0.3.6-r1 index 1fa0506858d3..5591412f24ea 100644 --- a/metadata/md5-cache/media-libs/audiofile-0.3.6-r1 +++ b/metadata/md5-cache/media-libs/audiofile-0.3.6-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An elegant API for accessing audio files EAPI=5 HOMEPAGE=http://www.68k.org/~michael/audiofile/ IUSE=flac static-libs test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 LGPL-2.1 RDEPEND=flac? ( >=media-libs/flac-1.2.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) SLOT=0/1 SRC_URI=mirror://gnome/sources/audiofile/0.3/audiofile-0.3.6.tar.xz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf autotools-multilib 6b5fd1251a546e331a4b0b02626361c6 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils a82a329b538368791f5a6113c60e557e gnome.org 8fef8f967214f56e08fa92d61163d891 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=c8454de4248c8eda1e34ad70af10be23 +_md5_=cbe3483113cdc480aa4faf4dff318862 diff --git a/metadata/md5-cache/media-libs/celt-0.5.1.3 b/metadata/md5-cache/media-libs/celt-0.5.1.3 index f69939d069bd..93a9ed58fe44 100644 --- a/metadata/md5-cache/media-libs/celt-0.5.1.3 +++ b/metadata/md5-cache/media-libs/celt-0.5.1.3 @@ -4,9 +4,9 @@ DESCRIPTION=CELT is a very low delay audio codec designed for high-quality commu EAPI=2 HOMEPAGE=http://www.celt-codec.org/ IUSE=ogg static-libs -KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 LICENSE=BSD RDEPEND=ogg? ( media-libs/libogg ) SLOT=0.5.1 SRC_URI=http://downloads.us.xiph.org/releases/celt/celt-0.5.1.3.tar.gz -_md5_=4a61de9bb91d25982aba41dd72c05cc4 +_md5_=c858a76309413be6f699274d8e31bc7f diff --git a/metadata/md5-cache/media-libs/fdk-aac-0.1.3 b/metadata/md5-cache/media-libs/fdk-aac-0.1.3 new file mode 100644 index 000000000000..99759a5fdc4e --- /dev/null +++ b/metadata/md5-cache/media-libs/fdk-aac-0.1.3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) +DESCRIPTION=Fraunhofer AAC codec library +EAPI=5 +HOMEPAGE=http://sourceforge.net/projects/opencore-amr/ +IUSE=static-libs examples abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos +LICENSE=FraunhoferFDK +SLOT=0 +SRC_URI=mirror://sourceforge/opencore-amr/fdk-aac-0.1.3.tar.gz +_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf autotools-multilib 6b5fd1251a546e331a4b0b02626361c6 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6340eda0baa04315c7757c8829568eb6 diff --git a/metadata/md5-cache/media-libs/harfbuzz-0.9.23 b/metadata/md5-cache/media-libs/harfbuzz-0.9.23 index 29947b68ec64..cf3dab1d4bb9 100644 --- a/metadata/md5-cache/media-libs/harfbuzz-0.9.23 +++ b/metadata/md5-cache/media-libs/harfbuzz-0.9.23 @@ -4,11 +4,11 @@ DESCRIPTION=An OpenType text shaping engine EAPI=5 HOMEPAGE=http://www.freedesktop.org/wiki/Software/HarfBuzz IUSE=+cairo +glib +graphite icu introspection static-libs +truetype -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris LICENSE=Old-MIT ISC icu RDEPEND=cairo? ( x11-libs/cairo:= ) glib? ( dev-libs/glib:2 ) graphite? ( media-gfx/graphite2:= ) icu? ( dev-libs/icu:= ) introspection? ( >=dev-libs/gobject-introspection-1.32 ) truetype? ( media-libs/freetype:2= ) REQUIRED_USE=introspection? ( glib ) SLOT=0/0.9.18 SRC_URI=http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.23.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=fe883686c6c9a115961a99260fd23993 +_md5_=f237bffc11641dd150f147268e4c1e4c diff --git a/metadata/md5-cache/media-libs/lcms-2.5 b/metadata/md5-cache/media-libs/lcms-2.5 index bed0ca3a3cff..f453dc5afb62 100644 --- a/metadata/md5-cache/media-libs/lcms-2.5 +++ b/metadata/md5-cache/media-libs/lcms-2.5 @@ -4,10 +4,10 @@ DESCRIPTION=A lightweight, speed optimized color management engine EAPI=5 HOMEPAGE=http://www.littlecms.com/ IUSE=doc jpeg static-libs test tiff zlib -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=jpeg? ( virtual/jpeg:0 ) tiff? ( media-libs/tiff:0= ) zlib? ( sys-libs/zlib:= ) SLOT=2 SRC_URI=mirror://sourceforge/lcms/lcms2-2.5.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6bc419da118988a67e47c30990a9fba9 +_md5_=72a5ffe3b56361ddf0815911acfaea0c diff --git a/metadata/md5-cache/media-libs/lensfun-0.2.7 b/metadata/md5-cache/media-libs/lensfun-0.2.7 index f093045fc83c..2d4fcd1348ba 100644 --- a/metadata/md5-cache/media-libs/lensfun-0.2.7 +++ b/metadata/md5-cache/media-libs/lensfun-0.2.7 @@ -4,10 +4,10 @@ DESCRIPTION=lensfun: A library for rectifying and simulating photographic lens d EAPI=5 HOMEPAGE=http://lensfun.berlios.de/ IUSE=doc sse sse2 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=LGPL-3 CC-BY-SA-3.0 RDEPEND=>=dev-libs/glib-2.28 media-libs/libpng:0= sys-libs/zlib:= SLOT=0 SRC_URI=mirror://berlios/lensfun/lensfun-0.2.7.tar.bz2 _eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d85dd7eb7918c9ffd0c9855e5abb0739 +_md5_=f791a7a4c98f791c153cc62177bdc571 diff --git a/metadata/md5-cache/media-libs/libgphoto2-2.5.2-r1 b/metadata/md5-cache/media-libs/libgphoto2-2.5.2-r1 index efe8f3c1d7b0..23e85e4c2c6d 100644 --- a/metadata/md5-cache/media-libs/libgphoto2-2.5.2-r1 +++ b/metadata/md5-cache/media-libs/libgphoto2-2.5.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Library that implements support for numerous digital cameras EAPI=5 HOMEPAGE=http://www.gphoto.org/ IUSE=doc examples exif gd jpeg nls zeroconf cameras_adc65 cameras_agfa_cl20 cameras_aox cameras_ax203 cameras_barbie cameras_canon cameras_casio_qv cameras_clicksmart310 cameras_digigr8 cameras_digita cameras_dimagev cameras_dimera3500 cameras_directory cameras_enigma13 cameras_fuji cameras_gsmart300 cameras_hp215 cameras_iclick cameras_jamcam cameras_jd11 cameras_jl2005a cameras_jl2005c cameras_kodak_dc120 cameras_kodak_dc210 cameras_kodak_dc240 cameras_kodak_dc3200 cameras_kodak_ez200 cameras_konica cameras_konica_qm150 cameras_largan cameras_lg_gsm cameras_mars cameras_mustek cameras_panasonic_coolshot cameras_panasonic_l859 cameras_panasonic_dc1000 cameras_panasonic_dc1580 cameras_pccam300 cameras_pccam600 cameras_pentax cameras_polaroid_pdc320 cameras_polaroid_pdc640 cameras_polaroid_pdc700 cameras_ptp2 cameras_ricoh cameras_ricoh_g3 cameras_samsung cameras_sierra cameras_sipix_blink2 cameras_sipix_web2 cameras_smal cameras_sonix cameras_sony_dscf1 cameras_sony_dscf55 cameras_soundvision cameras_spca50x cameras_sq905 cameras_st2205 cameras_stv0674 cameras_stv0680 cameras_sx330z cameras_toshiba_pdrm11 cameras_topfield cameras_tp6801 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=dev-libs/libxml2:2 sys-devel/libtool virtual/libusb:0 cameras_ax203? ( media-libs/gd:= ) cameras_st2205? ( media-libs/gd:= ) exif? ( >=media-libs/libexif-0.5.9:= ) gd? ( media-libs/gd[jpeg=] ) jpeg? ( virtual/jpeg ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) !=sys-libs/libraw1394-1.2.1 SLOT=0 SRC_URI=mirror://kernel/linux/libs/ieee1394/libiec61883-1.2.0.tar.xz -_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f718e46bb9f2ee39db15d41903dc377c diff --git a/metadata/md5-cache/media-libs/libiec61883-1.2.0-r1 b/metadata/md5-cache/media-libs/libiec61883-1.2.0-r1 index a9684bf6ede3..b4fbc559dba6 100644 --- a/metadata/md5-cache/media-libs/libiec61883-1.2.0-r1 +++ b/metadata/md5-cache/media-libs/libiec61883-1.2.0-r1 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-2 ) RDEPEND=>=sys-libs/libraw1394-1.2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r7 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) SLOT=0 SRC_URI=mirror://kernel/linux/libs/ieee1394/libiec61883-1.2.0.tar.xz -_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf autotools-multilib 6b5fd1251a546e331a4b0b02626361c6 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf autotools-multilib 6b5fd1251a546e331a4b0b02626361c6 autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=d5244a782854817d680e4f860a9940ad diff --git a/metadata/md5-cache/media-libs/sbc-1.1 b/metadata/md5-cache/media-libs/sbc-1.1 index 7c4727ea4a86..352f9ea5e146 100644 --- a/metadata/md5-cache/media-libs/sbc-1.1 +++ b/metadata/md5-cache/media-libs/sbc-1.1 @@ -4,10 +4,10 @@ DESCRIPTION=An audio codec to connect bluetooth high quality audio devices like EAPI=5 HOMEPAGE=http://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/ IUSE=static-libs -KEYWORDS=amd64 arm hppa ~ppc ~ppc64 x86 +KEYWORDS=amd64 arm hppa ~ppc ppc64 x86 LICENSE=GPL-2 LGPL-2.1 RESTRICT=test SLOT=0 SRC_URI=mirror://kernel/linux/bluetooth/sbc-1.1.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7aa188842c68a79a007ddbe397e27b50 +_md5_=26cb41519a1e1bbd9462bebb693cfde8 diff --git a/metadata/md5-cache/media-sound/google-musicmanager-1.0.65.1341_beta b/metadata/md5-cache/media-sound/google-musicmanager-1.0.65.1341_beta index 684b08f23de9..e6407016e1aa 100644 --- a/metadata/md5-cache/media-sound/google-musicmanager-1.0.65.1341_beta +++ b/metadata/md5-cache/media-sound/google-musicmanager-1.0.65.1341_beta @@ -10,5 +10,5 @@ RDEPEND=dev-libs/expat dev-libs/glib:2 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtw RESTRICT=fetch strip SLOT=0 SRC_URI=x86? ( http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.65.1341-r0_i386.deb ) amd64? ( http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.65.1341-r0_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=66a9c36da28e4989b8392b7d3359ec98 diff --git a/metadata/md5-cache/media-sound/google-musicmanager-1.0.84.1107_beta b/metadata/md5-cache/media-sound/google-musicmanager-1.0.84.1107_beta index 10a7202a28f0..f5aae5643c7b 100644 --- a/metadata/md5-cache/media-sound/google-musicmanager-1.0.84.1107_beta +++ b/metadata/md5-cache/media-sound/google-musicmanager-1.0.84.1107_beta @@ -10,5 +10,5 @@ RDEPEND=dev-libs/expat dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 media-li RESTRICT=fetch strip SLOT=0 SRC_URI=x86? ( http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.84.1107-r0_i386.deb ) amd64? ( http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.84.1107-r0_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=3a49de473194f6c715de70aeda8feb4b diff --git a/metadata/md5-cache/media-sound/google-musicmanager-1.0.91.1050_beta b/metadata/md5-cache/media-sound/google-musicmanager-1.0.91.1050_beta index 07da695ab575..f4fde55f4f96 100644 --- a/metadata/md5-cache/media-sound/google-musicmanager-1.0.91.1050_beta +++ b/metadata/md5-cache/media-sound/google-musicmanager-1.0.91.1050_beta @@ -10,5 +10,5 @@ RDEPEND=dev-libs/expat dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 media-li RESTRICT=strip mirror SLOT=0 SRC_URI=x86? ( http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.91.1050-r0_i386.deb ) amd64? ( http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.91.1050-r0_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=b2c84beb2855d280446442d78a360973 diff --git a/metadata/md5-cache/media-sound/mpd-0.17.6 b/metadata/md5-cache/media-sound/mpd-0.17.6 index dcf7a6f88a6f..37a74da27cbf 100644 --- a/metadata/md5-cache/media-sound/mpd-0.17.6 +++ b/metadata/md5-cache/media-sound/mpd-0.17.6 @@ -4,11 +4,11 @@ DESCRIPTION=The Music Player Daemon (mpd) EAPI=4 HOMEPAGE=http://www.musicpd.org IUSE=+alsa ao audiofile bzip2 cdio +curl debug faad +fifo +ffmpeg flac fluidsynth gme +id3tag inotify ipv6 jack lame lastfmradio mms libsamplerate +mad mikmod modplug mpg123 musepack +network ogg openal oss pipe pulseaudio recorder sid sndfile soundcloud soup sqlite systemd tcpd twolame unicode vorbis wavpack wildmidi zeroconf zip -KEYWORDS=~amd64 ~arm hppa ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x64-macos +KEYWORDS=amd64 ~arm hppa ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x64-macos LICENSE=GPL-2 RDEPEND=!=media-libs/game-music-emu-0.6.0_pre20120802 ) id3tag? ( media-libs/libid3tag ) jack? ( media-sound/jack-audio-connection-kit ) lame? ( network? ( media-sound/lame ) ) libsamplerate? ( media-libs/libsamplerate ) mad? ( media-libs/libmad ) mikmod? ( media-libs/libmikmod:0 ) mms? ( media-libs/libmms ) modplug? ( media-libs/libmodplug ) mpg123? ( >=media-sound/mpg123-1.12.2 ) musepack? ( media-sound/musepack-tools ) network? ( >=media-libs/libshout-2 !lame? ( !vorbis? ( media-libs/libvorbis ) ) ) ogg? ( media-libs/libogg ) openal? ( media-libs/openal ) pulseaudio? ( media-sound/pulseaudio ) sid? ( media-libs/libsidplay:2 ) sndfile? ( media-libs/libsndfile ) soundcloud? ( >=dev-libs/yajl-2 ) soup? ( net-libs/libsoup:2.4 ) sqlite? ( dev-db/sqlite:3 ) systemd? ( sys-apps/systemd ) tcpd? ( sys-apps/tcp-wrappers ) twolame? ( media-sound/twolame ) vorbis? ( media-libs/libvorbis ) wavpack? ( media-sound/wavpack ) wildmidi? ( media-sound/wildmidi ) zeroconf? ( net-dns/avahi[dbus] ) zip? ( dev-libs/zziplib ) REQUIRED_USE=|| ( alsa ao fifo jack network openal oss pipe pulseaudio recorder ) || ( audiofile faad ffmpeg flac fluidsynth mad mikmod modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi ) network? ( || ( audiofile flac lame twolame vorbis ) ) recorder? ( || ( audiofile flac lame twolame vorbis ) ) lastfmradio? ( curl ) SLOT=0 SRC_URI=http://www.musicpd.org/download/mpd/0.17/mpd-0.17.6.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=5f80287cc2abf649708e106ef2c9fc78 +_md5_=1dc8be6b486020bdc7323299a1304596 diff --git a/metadata/md5-cache/media-sound/pulseaudio-4.0 b/metadata/md5-cache/media-sound/pulseaudio-4.0 index 2ee35753ed68..f1021b13faed 100644 --- a/metadata/md5-cache/media-sound/pulseaudio-4.0 +++ b/metadata/md5-cache/media-sound/pulseaudio-4.0 @@ -4,7 +4,7 @@ DESCRIPTION=A networked sound server with an advanced plugin system EAPI=5 HOMEPAGE=http://www.pulseaudio.org/ IUSE=+alsa +asyncns avahi bluetooth +caps dbus doc equalizer +gdbm +glib gnome gtk ipv6 jack libsamplerate lirc neon +orc oss qt4 realtime ssl systemd system-wide tcpd test +udev +webrtc-aec +X xen -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux LICENSE=!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 ) PDEPEND=alsa? ( media-plugins/alsa-plugins[pulseaudio] ) RDEPEND=>=media-libs/libsndfile-1.0.20 X? ( >=x11-libs/libX11-1.4.0 >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.1 x11-libs/libSM x11-libs/libICE x11-libs/libXtst ) caps? ( sys-libs/libcap ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0 ) avahi? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0 ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( >=net-wireless/bluez-4.99 >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen ) systemd? ( >=sys-apps/systemd-39 ) dev-libs/json-c >=sys-devel/libtool-2.2.4 equalizer? ( qt4? ( dev-python/PyQt4[dbus] ) ) X? ( gnome-extra/gnome-audio ) system-wide? ( sys-apps/openrc alsa? ( media-sound/alsa-utils ) bluetooth? ( >=net-wireless/bluez-4 ) ) @@ -12,4 +12,4 @@ REQUIRED_USE=bluetooth? ( dbus ) SLOT=0 SRC_URI=http://freedesktop.org/software/pulseaudio/releases/pulseaudio-4.0.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=b1364f90d6f7bbfe36c97c56975d9097 +_md5_=62720d2db5cda697bdb4206ad4efc33f diff --git a/metadata/md5-cache/media-sound/spotify-0.9.4.183-r3 b/metadata/md5-cache/media-sound/spotify-0.9.4.183-r3 index ca78a49e2e9b..35b824fa8728 100644 --- a/metadata/md5-cache/media-sound/spotify-0.9.4.183-r3 +++ b/metadata/md5-cache/media-sound/spotify-0.9.4.183-r3 @@ -10,5 +10,5 @@ RDEPEND=x11-libs/libxcb x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/ RESTRICT=mirror strip SLOT=0 SRC_URI=x86? ( http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.4.183.g644e24e.428-1_i386.deb ) amd64? ( http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.4.183.g644e24e.428-1_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=82449bd4e9a734aed4a7d819d2de4f9e diff --git a/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.11.1 b/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.11.1 index e2d72968a140..293293b16ec5 100644 --- a/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.11.1 +++ b/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.11.1 @@ -8,5 +8,5 @@ RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility,xinerama] dev-qt/qtsql:4 sy RESTRICT=fetch mirror strip SLOT=0 SRC_URI=amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/3.0.11.1/TeamSpeak3-Client-linux_amd64-3.0.11.1.run ) x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/3.0.11.1/TeamSpeak3-Client-linux_x86-3.0.11.1.run ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=b364c693693d325ba4795afab2df5a51 diff --git a/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.12 b/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.12 index aae571f07adb..2edd5aff3cba 100644 --- a/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.12 +++ b/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.12 @@ -8,5 +8,5 @@ RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4[accessibility,xinerama] dev-qt/qtsql:4 sy RESTRICT=fetch mirror strip SLOT=0 SRC_URI=amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/3.0.12/TeamSpeak3-Client-linux_amd64-3.0.12.run ) x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/3.0.12/TeamSpeak3-Client-linux_x86-3.0.12.run ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=dd6949633d858d8b4ad1763eda7260e4 diff --git a/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.13 b/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.13 index 8efa5f1a67ad..3fb4fbec9cee 100644 --- a/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.13 +++ b/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.13 @@ -10,5 +10,5 @@ REQUIRED_USE=|| ( alsa pulseaudio ) RESTRICT=fetch mirror strip SLOT=0 SRC_URI=amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/3.0.13/TeamSpeak3-Client-linux_amd64-3.0.13.run ) x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/3.0.13/TeamSpeak3-Client-linux_x86-3.0.13.run ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=da53328451ff922ec42c1b5f8a09bbc7 diff --git a/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.13.1 b/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.13.1 index 84c08ea508b9..747f0b4be86a 100644 --- a/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.13.1 +++ b/metadata/md5-cache/media-sound/teamspeak-client-bin-3.0.13.1 @@ -10,5 +10,5 @@ REQUIRED_USE=|| ( alsa pulseaudio ) RESTRICT=fetch mirror strip SLOT=0 SRC_URI=amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/3.0.13.1/TeamSpeak3-Client-linux_amd64-3.0.13.1.run ) x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/3.0.13.1/TeamSpeak3-Client-linux_x86-3.0.13.1.run ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=6000fc2872c3a22eee02386d42fa0b66 diff --git a/metadata/md5-cache/media-sound/xwax-1.4 b/metadata/md5-cache/media-sound/xwax-1.4 index 5e747ade3737..0afa6e897e1b 100644 --- a/metadata/md5-cache/media-sound/xwax-1.4 +++ b/metadata/md5-cache/media-sound/xwax-1.4 @@ -4,11 +4,11 @@ DESCRIPTION=Digital vinyl emulation software EAPI=5 HOMEPAGE=http://www.xwax.co.uk/ IUSE=alsa jack oss cdda mp3 +fallback -KEYWORDS=~amd64 ppc ~ppc64 ~x86 +KEYWORDS=amd64 ppc ppc64 ~x86 LICENSE=GPL-2 RDEPEND=sys-libs/glibc media-libs/libsdl media-libs/sdl-ttf media-fonts/dejavu alsa? ( media-libs/alsa-lib ) jack? ( media-sound/jack-audio-connection-kit ) cdda? ( media-sound/cdparanoia ) mp3? ( media-sound/mpg123 ) fallback? ( virtual/ffmpeg ) REQUIRED_USE=|| ( cdda mp3 fallback ) || ( alsa jack oss ) SLOT=0 SRC_URI=http://www.xwax.co.uk/releases/xwax-1.4.tar.gz _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=385aec8903742e2e0a97196e363f5fc0 +_md5_=6cd297408543ee1a8af989720a86883a diff --git a/metadata/md5-cache/media-tv/huludesktop-0.9.8-r1 b/metadata/md5-cache/media-tv/huludesktop-0.9.8-r1 index 43f766c7f10b..9aa9a4a5b997 100644 --- a/metadata/md5-cache/media-tv/huludesktop-0.9.8-r1 +++ b/metadata/md5-cache/media-tv/huludesktop-0.9.8-r1 @@ -9,5 +9,5 @@ RDEPEND=sys-libs/glibc www-plugins/adobe-flash !amd64? ( sys-libs/zlib x11-libs/ RESTRICT=mirror SLOT=0 SRC_URI=amd64? ( http://download.hulu.com/huludesktop_amd64.deb -> huludesktop-0.9.8_amd64.deb ) x86? ( http://download.hulu.com/huludesktop_i386.deb -> huludesktop-0.9.8_i386.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=552c2182f379c327d907f5ce04ecf207 diff --git a/metadata/md5-cache/media-video/ffmpeg-1.0.8 b/metadata/md5-cache/media-video/ffmpeg-1.0.8 index 96efb48ed8a4..298a42b3d00b 100644 --- a/metadata/md5-cache/media-video/ffmpeg-1.0.8 +++ b/metadata/md5-cache/media-video/ffmpeg-1.0.8 @@ -4,11 +4,11 @@ DESCRIPTION=Complete solution to record, convert and stream audio and video. Inc EAPI=4 HOMEPAGE=http://ffmpeg.org/ IUSE=aac aacplus alsa amr bindist bluray +bzip2 cdio celt cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r gnutls gsm +hardcoded-tables iec61883 ieee1394 jack jpeg2k libass libcaca libv4l modplug mp3 +network openal openssl opus oss pic pulseaudio rtmp schroedinger sdl speex static-libs test theora threads truetype twolame v4l vaapi vdpau vorbis vpx X x264 xvid +zlib 3dnow 3dnowext altivec avx mmx mmxext ssse3 vis neon +fftools_aviocat +fftools_cws2fws +fftools_ffeval +fftools_fourcc2pixfmt +fftools_graph2dot +fftools_ismindex +fftools_pktdumper +fftools_qt-faststart +fftools_trasher -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) ) RDEPEND=alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) bluray? ( media-libs/libbluray ) bzip2? ( app-arch/bzip2 ) cdio? ( || ( dev-libs/libcdio-paranoia =media-libs/celt-0.11.1 ) encode? ( aac? ( media-libs/vo-aacenc ) aacplus? ( media-libs/libaacplus ) amr? ( media-libs/vo-amrwbenc ) faac? ( media-libs/faac ) fdk? ( media-libs/fdk-aac ) mp3? ( >=media-sound/lame-3.98.3 ) theora? ( >=media-libs/libtheora-1.1.1[encode] media-libs/libogg ) twolame? ( media-sound/twolame ) x264? ( >=media-libs/x264-0.0.20111017 ) xvid? ( >=media-libs/xvid-1.1.0 ) ) flite? ( app-accessibility/flite ) fontconfig? ( media-libs/fontconfig ) frei0r? ( media-plugins/frei0r-plugins ) gnutls? ( >=net-libs/gnutls-2.12.16 ) gsm? ( >=media-sound/gsm-1.0.12-r1 ) iec61883? ( media-libs/libiec61883 sys-libs/libraw1394 sys-libs/libavc1394 ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) jack? ( media-sound/jack-audio-connection-kit ) jpeg2k? ( >=media-libs/openjpeg-1.3-r2:0 ) libass? ( media-libs/libass ) libcaca? ( media-libs/libcaca ) libv4l? ( media-libs/libv4l ) modplug? ( media-libs/libmodplug ) openal? ( >=media-libs/openal-1.1 ) openssl? ( dev-libs/openssl ) opus? ( media-libs/opus ) pulseaudio? ( media-sound/pulseaudio ) rtmp? ( >=media-video/rtmpdump-2.2f ) sdl? ( >=media-libs/libsdl-1.2.13-r1[audio,video] ) schroedinger? ( media-libs/schroedinger ) speex? ( >=media-libs/speex-1.2_beta3 ) truetype? ( media-libs/freetype:2 ) vaapi? ( >=x11-libs/libva-0.32 ) vdpau? ( x11-libs/libvdpau ) vorbis? ( media-libs/libvorbis media-libs/libogg ) vpx? ( >=media-libs/libvpx-0.9.6 ) X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes ) zlib? ( sys-libs/zlib ) !media-video/qt-faststart !media-libs/libpostproc REQUIRED_USE=bindist? ( encode? ( !faac !aacplus ) !openssl ) libv4l? ( v4l ) fftools_cws2fws? ( zlib ) test? ( encode ) SLOT=0 SRC_URI=http://ffmpeg.org/releases/ffmpeg-1.0.8.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=26153e8b42ef8108c2fb97cc9dcc98d3 +_md5_=a644ae94ad5679593c5ae7433bb3fea6 diff --git a/metadata/md5-cache/media-video/mjpegtools-2.1.0 b/metadata/md5-cache/media-video/mjpegtools-2.1.0 index eafe41756362..da8a02eee5e2 100644 --- a/metadata/md5-cache/media-video/mjpegtools-2.1.0 +++ b/metadata/md5-cache/media-video/mjpegtools-2.1.0 @@ -4,11 +4,11 @@ DESCRIPTION=Tools for MJPEG video EAPI=5 HOMEPAGE=http://mjpeg.sourceforge.net/ IUSE=dga dv gtk mmx png quicktime sdl sdlgfx static-libs v4l -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd LICENSE=GPL-2 RDEPEND=virtual/jpeg quicktime? ( media-libs/libquicktime ) dv? ( >=media-libs/libdv-0.99 ) png? ( media-libs/libpng:0= ) dga? ( x11-libs/libXxf86dga ) gtk? ( x11-libs/gtk+:2 ) sdl? ( >=media-libs/libsdl-1.2.7-r3 x11-libs/libX11 x11-libs/libXt sdlgfx? ( media-libs/sdl-gfx ) ) REQUIRED_USE=sdlgfx? ( sdl ) SLOT=1 SRC_URI=mirror://sourceforge/mjpeg/mjpegtools-2.1.0.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d8d09e868465e004e808d219d1392106 +_md5_=668cf379bd85a0409a84289cda430a80 diff --git a/metadata/md5-cache/media-video/nvidia-settings-331.20 b/metadata/md5-cache/media-video/nvidia-settings-331.20 index ec1c41fbedc4..6f41722c1f97 100644 --- a/metadata/md5-cache/media-video/nvidia-settings-331.20 +++ b/metadata/md5-cache/media-video/nvidia-settings-331.20 @@ -4,10 +4,10 @@ DESCRIPTION=NVIDIA Linux X11 Settings Utility EAPI=5 HOMEPAGE=http://www.nvidia.com/ IUSE=examples -KEYWORDS=-* ~amd64 ~x86 ~x86-fbsd +KEYWORDS=-* amd64 ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND==x11-drivers/nvidia-drivers-3* x11-libs/libX11 x11-libs/libXext x11-libs/libXxf86vm x11-libs/gtk+:2 x11-libs/gdk-pixbuf[X] media-libs/mesa x11-libs/pango[X] x11-libs/libXv x11-libs/libXrandr dev-libs/glib:2 dev-libs/jansson x11-libs/libvdpau SLOT=0 SRC_URI=ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-331.20.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d88416cb7ea7c190758d0f9b35d46f82 +_md5_=3d71e8c9c492b08d6e8ba90fc11cec5e diff --git a/metadata/md5-cache/media-video/plasma-mediacenter-1.0.0 b/metadata/md5-cache/media-video/plasma-mediacenter-1.0.0 deleted file mode 100644 index 613f4312cd66..000000000000 --- a/metadata/md5-cache/media-video/plasma-mediacenter-1.0.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-base/nepomuk-core-4.4:4[aqua=] dev-qt/qt-mobility[multimedia,qml] media-libs/taglib >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) >=dev-qt/qtdeclarative-4.8.0:4 >=dev-qt/qtopengl-4.8.0:4 dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] -DESCRIPTION=Unified media experience for any device capable of running KDE -EAPI=5 -HOMEPAGE=http://www.kde.org/ -IUSE=debug aqua -KEYWORDS=~amd64 -LICENSE=GPL-2+ -RDEPEND=>=kde-base/nepomuk-core-4.4:4[aqua=] dev-qt/qt-mobility[multimedia,qml] media-libs/taglib >=kde-base/oxygen-icons-4.4:4[aqua=] >=dev-qt/qtdeclarative-4.8.0:4 >=dev-qt/qtopengl-4.8.0:4 dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] -SLOT=0 -SRC_URI=mirror://kde/stable/plasma-mediacenter/1.0.0/src/plasma-mediacenter-1.0.0-1.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 kde4-base 5ba60672833e2a1cafaa86c446439d47 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=865b685be56eea0d901e432735f434eb diff --git a/metadata/md5-cache/media-video/plasma-mediacenter-1.2.0 b/metadata/md5-cache/media-video/plasma-mediacenter-1.2.0 new file mode 100644 index 000000000000..baf87a6ccac4 --- /dev/null +++ b/metadata/md5-cache/media-video/plasma-mediacenter-1.2.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=>=kde-base/nepomuk-core-4.4:4[aqua=] dev-qt/qt-mobility[multimedia,qml] media-libs/taglib >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) >=dev-qt/qtdeclarative-4.8.0:4 >=dev-qt/qtopengl-4.8.0:4 dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] +DESCRIPTION=Unified media experience for any device capable of running KDE +EAPI=5 +HOMEPAGE=http://www.kde.org/ http://community.kde.org/Plasma/Plasma_Media_Center +IUSE=debug linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_es linguas_fi linguas_fr linguas_gl linguas_hu linguas_lv linguas_nl linguas_pt linguas_pt_BR linguas_sk linguas_sl linguas_sv linguas_tr linguas_uk linguas_zh_TW aqua +KEYWORDS=~amd64 +LICENSE=GPL-2+ +RDEPEND=>=kde-base/nepomuk-core-4.4:4[aqua=] dev-qt/qt-mobility[multimedia,qml] media-libs/taglib >=kde-base/oxygen-icons-4.4:4[aqua=] linguas_ca? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_ca@valencia? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ca@valencia(+)] ) linguas_cs? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_es? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_fi? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_gl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_gl(+)] ) linguas_hu? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_lv? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_lv(+)] ) linguas_nl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_pt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_sk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sl(+)] ) linguas_sv? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_tr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_uk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_TW? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) >=dev-qt/qtdeclarative-4.8.0:4 >=dev-qt/qtopengl-4.8.0:4 dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] +SLOT=0 +SRC_URI=mirror://kde/stable/plasma-mediacenter/1.2.0/src/plasma-mediacenter-1.2.0.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 kde4-base 5ba60672833e2a1cafaa86c446439d47 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=e4298a886e548e310bfb8dc129376a79 diff --git a/metadata/md5-cache/media-video/pymp-1.1 b/metadata/md5-cache/media-video/pymp-1.1 index d771e790a2b5..ff02ceff0d78 100644 --- a/metadata/md5-cache/media-video/pymp-1.1 +++ b/metadata/md5-cache/media-video/pymp-1.1 @@ -3,10 +3,10 @@ DEPEND=sys-apps/sed || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/p DESCRIPTION=a lean, flexible frontend to mplayer written in python EAPI=3 HOMEPAGE=http://jdolan.dyndns.org/trac/wiki/Pymp -KEYWORDS=~amd64 ~x86 ~amd64-fbsd +KEYWORDS=amd64 ~x86 ~amd64-fbsd LICENSE=GPL-2 RDEPEND=media-video/mplayer dev-python/pygtk || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) SLOT=0 SRC_URI=http://jdolan.dyndns.org/jaydolan/files/pymp-1.1.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=19c1c6e7f10a8ffcceaefcbb5ed1f3fa +_md5_=719e5f9ec01591a11de380004c28cd6d diff --git a/metadata/md5-cache/net-analyzer/icinga-web-1.10.0 b/metadata/md5-cache/net-analyzer/icinga-web-1.10.0 index 35f063c82e89..77ba8ad619b9 100644 --- a/metadata/md5-cache/net-analyzer/icinga-web-1.10.0 +++ b/metadata/md5-cache/net-analyzer/icinga-web-1.10.0 @@ -10,4 +10,4 @@ RDEPEND=dev-php/phing dev-db/libdbi-drivers[mysql?,postgres?] >=net-analyzer/ici SLOT=0 SRC_URI=mirror://sourceforge/icinga/icinga-web-1.10.0.tar.gz _eclasses_=depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ad40920d524677f13129c853c00b9655 +_md5_=9c9e4c73a363862c263990d5141b1b68 diff --git a/metadata/md5-cache/net-analyzer/ifstat-1.1 b/metadata/md5-cache/net-analyzer/ifstat-1.1 deleted file mode 100644 index ff42eca0c269..000000000000 --- a/metadata/md5-cache/net-analyzer/ifstat-1.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install unpack -DEPEND=snmp? ( >=net-analyzer/net-snmp-5.0 ) -DESCRIPTION=Network interface bandwidth usage, with support for snmp targets. -HOMEPAGE=http://gael.roualland.free.fr/ifstat/ -IUSE=snmp -KEYWORDS=~alpha amd64 hppa ppc ppc64 sparc x86 -LICENSE=GPL-2 -RDEPEND=snmp? ( >=net-analyzer/net-snmp-5.0 ) -SLOT=0 -SRC_URI=http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=54758c07e03d26306d93237394942a33 diff --git a/metadata/md5-cache/net-analyzer/ifstat-1.1-r2 b/metadata/md5-cache/net-analyzer/ifstat-1.1-r2 index cca6b4232879..4db36255d604 100644 --- a/metadata/md5-cache/net-analyzer/ifstat-1.1-r2 +++ b/metadata/md5-cache/net-analyzer/ifstat-1.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Network interface bandwidth usage, with support for snmp targets. EAPI=4 HOMEPAGE=http://gael.roualland.free.fr/ifstat/ IUSE=snmp -KEYWORDS=~alpha amd64 hppa ~mips ppc ~ppc64 sparc x86 +KEYWORDS=~alpha amd64 hppa ~mips ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=snmp? ( >=net-analyzer/net-snmp-5.0 ) SLOT=0 SRC_URI=http://gael.roualland.free.fr/ifstat/ifstat-1.1.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1978823fb3f4490eb44fe24c9c842adc +_md5_=d217aba29f4f90c8edbd4c0e3ab06abb diff --git a/metadata/md5-cache/net-analyzer/net-snmp-5.7.2-r1 b/metadata/md5-cache/net-analyzer/net-snmp-5.7.2-r1 index b9bb05fdb539..4d8be03e2f1a 100644 --- a/metadata/md5-cache/net-analyzer/net-snmp-5.7.2-r1 +++ b/metadata/md5-cache/net-analyzer/net-snmp-5.7.2-r1 @@ -4,7 +4,7 @@ DESCRIPTION=Software for generating and retrieving SNMP data EAPI=5 HOMEPAGE=http://net-snmp.sourceforge.net/ IUSE=bzip2 doc elf ipv6 mfd-rewrites minimal perl python rpm selinux ssl tcpd X zlib lm_sensors ucd-compat pci netlink mysql python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=HPND BSD GPL-2 RDEPEND=ssl? ( >=dev-libs/openssl-0.9.6d ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) rpm? ( app-arch/rpm dev-libs/popt ) bzip2? ( app-arch/bzip2 ) zlib? ( >=sys-libs/zlib-1.1.4 ) elf? ( dev-libs/elfutils ) python? ( dev-python/setuptools python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) pci? ( sys-apps/pciutils ) lm_sensors? ( sys-apps/lm_sensors ) netlink? ( dev-libs/libnl:1.1 ) mysql? ( virtual/mysql ) perl? ( X? ( dev-perl/perl-tk ) !minimal? ( dev-perl/TermReadKey ) ) selinux? ( sec-policy/selinux-snmp ) || ( >=dev-lang/perl-5.16 =sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Ethernet/PPP IP Packet Monitor +EAPI=5 +HOMEPAGE=http://www.slctech.org/~mackay/netwatch.html +IUSE=doc +KEYWORDS=amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=sys-libs/ncurses +SLOT=0 +SRC_URI=http://www.slctech.org/~mackay/NETWATCH/netwatch-1.3.0-1.tgz +_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=b4843b4e080b3e9a5a205db2477e6437 diff --git a/metadata/md5-cache/net-analyzer/zmap-1.1.0 b/metadata/md5-cache/net-analyzer/zmap-1.1.0 index 5344c41cb80d..d7de5b92fc32 100644 --- a/metadata/md5-cache/net-analyzer/zmap-1.1.0 +++ b/metadata/md5-cache/net-analyzer/zmap-1.1.0 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=dev-libs/gmp net-libs/libpcap json? ( dev-libs/json-c ) redis? ( dev-libs/hiredis ) dev-util/gengetopt sys-devel/flex virtual/yacc sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) filecaps? ( sys-libs/libcap ) +DEPEND=dev-libs/gmp net-libs/libpcap json? ( dev-libs/json-c ) redis? ( dev-libs/hiredis ) dev-util/gengetopt sys-devel/flex dev-util/byacc sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) filecaps? ( sys-libs/libcap ) DESCRIPTION=Fast network scanner designed for Internet-wide network surveys EAPI=5 HOMEPAGE=https://zmap.io/ @@ -10,4 +10,4 @@ RDEPEND=dev-libs/gmp net-libs/libpcap json? ( dev-libs/json-c ) redis? ( dev-lib SLOT=0 SRC_URI=https://github.com/zmap/zmap/archive/v1.1.0.tar.gz -> zmap-1.1.0.tar.gz _eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3bb9ee1543501a75c2fea81124583850 +_md5_=3b20d736be2112509f78916643766593 diff --git a/metadata/md5-cache/net-analyzer/zmap-1.1.1 b/metadata/md5-cache/net-analyzer/zmap-1.1.1 new file mode 100644 index 000000000000..27dcda2962f5 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/zmap-1.1.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=dev-libs/gmp net-libs/libpcap json? ( dev-libs/json-c ) redis? ( dev-libs/hiredis ) dev-util/gengetopt sys-devel/flex dev-util/byacc sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) filecaps? ( sys-libs/libcap ) +DESCRIPTION=Fast network scanner designed for Internet-wide network surveys +EAPI=5 +HOMEPAGE=https://zmap.io/ +IUSE=json redis +filecaps +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-libs/gmp net-libs/libpcap json? ( dev-libs/json-c ) redis? ( dev-libs/hiredis ) +SLOT=0 +SRC_URI=https://github.com/zmap/zmap/archive/v1.1.1.tar.gz -> zmap-1.1.1.tar.gz +_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6ada7a9d37e85726d96c3d9d2cc65f40 diff --git a/metadata/md5-cache/net-analyzer/zmap-9999 b/metadata/md5-cache/net-analyzer/zmap-9999 index c8a1a522381f..4c8d728b6398 100644 --- a/metadata/md5-cache/net-analyzer/zmap-9999 +++ b/metadata/md5-cache/net-analyzer/zmap-9999 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=dev-libs/gmp net-libs/libpcap json? ( dev-libs/json-c ) redis? ( dev-libs/hiredis ) dev-util/gengetopt sys-devel/flex virtual/yacc sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) filecaps? ( sys-libs/libcap ) >=dev-vcs/git-1.8.2.1 +DEPEND=dev-libs/gmp net-libs/libpcap json? ( dev-libs/json-c ) redis? ( dev-libs/hiredis ) dev-util/gengetopt sys-devel/flex dev-util/byacc sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) filecaps? ( sys-libs/libcap ) >=dev-vcs/git-1.8.2.1 DESCRIPTION=Fast network scanner designed for Internet-wide network surveys EAPI=5 HOMEPAGE=https://zmap.io/ @@ -8,4 +8,4 @@ LICENSE=Apache-2.0 RDEPEND=dev-libs/gmp net-libs/libpcap json? ( dev-libs/json-c ) redis? ( dev-libs/hiredis ) SLOT=0 _eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 git-r3 f089608c770d9ad72a2c92b547d2b20d multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=658cfc1ba59153186584ad3b8428a76f +_md5_=c8462038b99952302e63bc9c7cc05314 diff --git a/metadata/md5-cache/net-dns/ddclient-3.8.1-r5 b/metadata/md5-cache/net-dns/ddclient-3.8.1-r5 index 5cd04a04fbb5..276af7ed1998 100644 --- a/metadata/md5-cache/net-dns/ddclient-3.8.1-r5 +++ b/metadata/md5-cache/net-dns/ddclient-3.8.1-r5 @@ -4,10 +4,10 @@ DESCRIPTION=Perl updater client for dynamic DNS services EAPI=4 HOMEPAGE=http://ddclient.sourceforge.net/ IUSE=hardened -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-lang/perl-5.1 dev-perl/Digest-SHA1 dev-perl/IO-Socket-SSL hardened? ( sys-apps/iproute2 ) SLOT=0 SRC_URI=mirror://sourceforge/ddclient/ddclient-3.8.1.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=345fadc6f2b3cd888a51274882c68816 +_md5_=e00e139e1f77ca7a1ac3b72fbca5713a diff --git a/metadata/md5-cache/net-firewall/iptables-1.4.20 b/metadata/md5-cache/net-firewall/iptables-1.4.20 index 6b8f9f7798e1..3e86727c9794 100644 --- a/metadata/md5-cache/net-firewall/iptables-1.4.20 +++ b/metadata/md5-cache/net-firewall/iptables-1.4.20 @@ -4,10 +4,10 @@ DESCRIPTION=Linux kernel (2.4+) firewall, NAT and packet mangling tools EAPI=4 HOMEPAGE=http://www.netfilter.org/projects/iptables/ IUSE=ipv6 netlink static-libs -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=GPL-2 RDEPEND=netlink? ( net-libs/libnfnetlink ) SLOT=0 SRC_URI=http://www.netfilter.org/projects/iptables/files/iptables-1.4.20.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=959bab4b1501bdd7d7691bcc86b19a9f +_md5_=9ee2c4a2efba9fd28bb82aae2bc82922 diff --git a/metadata/md5-cache/net-firewall/shorewall-4.5.18-r1 b/metadata/md5-cache/net-firewall/shorewall-4.5.18-r1 index 7f218f1d64ed..43d63523eaa8 100644 --- a/metadata/md5-cache/net-firewall/shorewall-4.5.18-r1 +++ b/metadata/md5-cache/net-firewall/shorewall-4.5.18-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Shoreline Firewall is an iptables-based firewall for Linux. EAPI=5 HOMEPAGE=http://www.shorewall.net/ IUSE=doc -KEYWORDS=~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 hppa ppc ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=net-firewall/iptables-1.2.4 sys-apps/iproute2[-minimal] dev-lang/perl =net-firewall/shorewall-core-4.5.18-r1 SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.18/shorewall-4.5.18.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.18/shorewall-docs-html-4.5.18.tar.bz2 ) _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=a1d4a0b235fb98d1b2160d3558fa2d1e +_md5_=c4a7b9c11df67cb5990c54ff9724b80f diff --git a/metadata/md5-cache/net-firewall/shorewall-core-4.5.18-r1 b/metadata/md5-cache/net-firewall/shorewall-core-4.5.18-r1 index 38764c463fa8..161f243d92a6 100644 --- a/metadata/md5-cache/net-firewall/shorewall-core-4.5.18-r1 +++ b/metadata/md5-cache/net-firewall/shorewall-core-4.5.18-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Core libraries of shorewall / shorewall(6)-lite EAPI=5 HOMEPAGE=http://www.shorewall.net/ IUSE=selinux -KEYWORDS=~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 hppa ppc ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=net-firewall/iptables-1.2.4 sys-apps/iproute2[-minimal] dev-lang/perl dev-perl/Digest-SHA1 !=net-firewall/iptables-1.4.0 sys-apps/iproute2 >=net-firewall/shorewall-4.5.18-r1 dev-perl/Socket6 SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.18/shorewall6-4.5.18.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall6/4.5/shorewall-4.5.18/shorewall-docs-html-4.5.18.tar.bz2 ) _eclasses_=eutils a82a329b538368791f5a6113c60e557e linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=9459036e3d4ae8ad338d6eca50f93e5f +_md5_=86fcb52a61c22c5ff4aa0d5119821294 diff --git a/metadata/md5-cache/net-fs/nfs-utils-1.2.9 b/metadata/md5-cache/net-fs/nfs-utils-1.2.9 index fd424835bf52..6b4f4289d5f1 100644 --- a/metadata/md5-cache/net-fs/nfs-utils-1.2.9 +++ b/metadata/md5-cache/net-fs/nfs-utils-1.2.9 @@ -4,11 +4,11 @@ DESCRIPTION=NFS client and server daemons EAPI=4 HOMEPAGE=http://linux-nfs.org/ IUSE=caps ipv6 kerberos +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux tcpd +uuid -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=GPL-2 RDEPEND=tcpd? ( sys-apps/tcp-wrappers ) caps? ( sys-libs/libcap ) sys-libs/e2fsprogs-libs >=net-nds/rpcbind-0.2.0-r1 net-libs/libtirpc libmount? ( sys-apps/util-linux ) nfsdcld? ( >=dev-db/sqlite-3.3 ) nfsv4? ( >=dev-libs/libevent-1.0b >=net-libs/libnfsidmap-0.21-r1 kerberos? ( net-libs/librpcsecgss >=net-libs/libgssglue-0.3 net-libs/libtirpc[kerberos] app-crypt/mit-krb5 ) nfsidmap? ( >=net-libs/libnfsidmap-0.24 sys-apps/keyutils ) ) nfsv41? ( sys-fs/lvm2 ) selinux? ( sec-policy/selinux-rpc sec-policy/selinux-rpcbind ) uuid? ( sys-apps/util-linux ) !net-nds/portmap RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/nfs/nfs-utils-1.2.9.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e8cdf10c6bc63c89b81d293c905d3189 +_md5_=12c901e32c982031a68940a0184a3515 diff --git a/metadata/md5-cache/net-ftp/tftp-hpa-5.2-r1 b/metadata/md5-cache/net-ftp/tftp-hpa-5.2-r1 index ed0498a5cd9f..adc5e77e6c0a 100644 --- a/metadata/md5-cache/net-ftp/tftp-hpa-5.2-r1 +++ b/metadata/md5-cache/net-ftp/tftp-hpa-5.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=port of the OpenBSD TFTP server EAPI=4 HOMEPAGE=http://www.kernel.org/pub/software/network/tftp/ IUSE=ipv6 readline selinux tcpd -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~ppc-macos +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~ppc-macos LICENSE=BSD RDEPEND=selinux? ( sec-policy/selinux-tftp ) readline? ( sys-libs/readline ) tcpd? ( sys-apps/tcp-wrappers ) !net-ftp/atftp !net-ftp/netkit-tftp SLOT=0 SRC_URI=mirror://kernel/software/network/tftp/tftp-hpa/tftp-hpa-5.2.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=46c3a0f73d1e586b65b70466faa75827 +_md5_=d7d165d291779dd9d84a13e54d1a205a diff --git a/metadata/md5-cache/net-im/pidgin-2.10.7-r5 b/metadata/md5-cache/net-im/pidgin-2.10.7-r5 index 7f3a46e77d2f..c9886c067052 100644 --- a/metadata/md5-cache/net-im/pidgin-2.10.7-r5 +++ b/metadata/md5-cache/net-im/pidgin-2.10.7-r5 @@ -4,11 +4,11 @@ DESCRIPTION=GTK Instant Messenger client EAPI=5 HOMEPAGE=http://pidgin.im/ IUSE=dbus debug doc eds gadu gnutls +gstreamer +gtk idn meanwhile mxit networkmanager nls perl silc tcl tk spell sasl ncurses groupwise prediction python +xscreensaver zephyr zeroconf aqua debug python_targets_python2_7 python_single_target_python2_7 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.16 >=dev-libs/libxml2-2.6.18 ncurses? ( sys-libs/ncurses[unicode] dbus? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) ) gtk? ( >=x11-libs/gtk+-2.10:2[aqua=] x11-libs/libSM xscreensaver? ( x11-libs/libXScrnSaver ) spell? ( >=app-text/gtkspell-2.0.2:2 ) eds? ( >=gnome-extra/evolution-data-server-3.6 ) prediction? ( >=dev-db/sqlite-3.3:3 ) ) gstreamer? ( =media-libs/gstreamer-0.10* =media-libs/gst-plugins-good-0.10* || ( net-libs/farstream:0.1 net-libs/farsight2 ) media-plugins/gst-plugins-meta:0.10 media-plugins/gst-plugins-gconf:0.10 ) zeroconf? ( net-dns/avahi[dbus] ) dbus? ( >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-0.90 dev-python/dbus-python ) perl? ( || ( >=dev-lang/perl-5.16 =net-libs/libgadu-1.11.0[ssl,gnutls] >=net-libs/libgadu-1.11.0[-ssl] ) ) gnutls? ( net-libs/gnutls ) !gnutls? ( >=dev-libs/nss-3.11 ) meanwhile? ( net-libs/meanwhile ) silc? ( >=net-im/silc-toolkit-1.0.1 ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) sasl? ( dev-libs/cyrus-sasl:2 ) networkmanager? ( net-misc/networkmanager ) idn? ( net-dns/libidn ) !=dev-qt/qtcore-4.6.0:4[ssl?] monolithic? ( >=dev-qt/qtscript-4.6.0:4 crypt? ( app-crypt/qca:2 app-crypt/qca-ossl ) !postgres? ( >=dev-qt/qtsql-4.6.0:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] ) postgres? ( >=dev-qt/qtsql-4.6.0:4[postgres] ) syslog? ( virtual/logger ) >=dev-qt/qtgui-4.6.0:4 ayatana? ( dev-libs/libindicate-qt ) dbus? ( >=dev-qt/qtdbus-4.6.0:4 dev-libs/libdbusmenu-qt ) kde? ( >=kde-base/kdelibs-4.4 >=kde-base/oxygen-icons-4.4 ayatana? ( kde-misc/plasma-widget-message-indicator ) ) phonon? ( || ( media-libs/phonon >=dev-qt/qtphonon-4.6.0:4 ) ) webkit? ( >=dev-qt/qtwebkit-4.6.0:4 ) ) !monolithic? ( server? ( >=dev-qt/qtscript-4.6.0:4 crypt? ( app-crypt/qca:2 app-crypt/qca-ossl ) !postgres? ( >=dev-qt/qtsql-4.6.0:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] ) postgres? ( >=dev-qt/qtsql-4.6.0:4[postgres] ) syslog? ( virtual/logger ) ) X? ( >=dev-qt/qtgui-4.6.0:4 ayatana? ( dev-libs/libindicate-qt ) dbus? ( >=dev-qt/qtdbus-4.6.0:4 dev-libs/libdbusmenu-qt ) kde? ( >=kde-base/kdelibs-4.4 >=kde-base/oxygen-icons-4.4 ayatana? ( kde-misc/plasma-widget-message-indicator ) ) phonon? ( || ( media-libs/phonon >=dev-qt/qtphonon-4.6.0:4 ) ) webkit? ( >=dev-qt/qtwebkit-4.6.0:4 ) ) ) REQUIRED_USE=|| ( X server monolithic ) crypt? ( || ( server monolithic ) ) postgres? ( || ( server monolithic ) ) syslog? ( || ( server monolithic ) ) kde? ( || ( X monolithic ) ) phonon? ( || ( X monolithic ) ) dbus? ( || ( X monolithic ) ) ayatana? ( || ( X monolithic ) ) webkit? ( || ( X monolithic ) ) SLOT=0 SRC_URI=http://quassel-irc.org/pub/quassel-0.9.2.tar.bz2 _eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=9c8d933ae5093f80f93da87f27529e6a +_md5_=2427bbac7552141d6c3e1bde0e7e695a diff --git a/metadata/md5-cache/net-libs/cyassl-2.7.0 b/metadata/md5-cache/net-libs/cyassl-2.7.0 index aec37110cd30..95379dfa6497 100644 --- a/metadata/md5-cache/net-libs/cyassl-2.7.0 +++ b/metadata/md5-cache/net-libs/cyassl-2.7.0 @@ -4,11 +4,11 @@ DESCRIPTION=Lightweight SSL/TLS library targeted at embedded and RTOS environmen EAPI=5 HOMEPAGE=http://www.yassl.com/yaSSL/Home.html IUSE=-dtls examples extra fortress ipv6 +httpd mcapi pwdbased sni sniffer static-libs threads +zlib cyassl-hardening small big +huge +aes aes-gcm aes-ccm aes-ni +arc4 +asn blake2 camellia +coding +dh dsa +des3 ecc +hc128 md2 md4 +md5 nullcipher +psk leanpsk rabbit +ripemd +rsa +sha sha512 ocsp crl crl-monitor savesession savecert +sessioncerts +testcert debug +errorstrings +memory test -KEYWORDS=~amd64 arm hppa ~mips ppc ~ppc64 ~s390 ~x86 +KEYWORDS=amd64 arm hppa ~mips ppc ppc64 ~s390 ~x86 LICENSE=GPL-2 RDEPEND=app-arch/unzip sniffer? ( net-libs/libpcap ) zlib? ( sys-libs/zlib ) REQUIRED_USE=^^ ( small big huge ) leanpsk? ( psk ) fortress? ( extra sha512 ) pwdbased? ( extra ) test? ( !dtls ) SLOT=0 SRC_URI=http://dev.gentoo.org/~blueness/cyassl/cyassl-2.7.0.zip _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6f902210f28f1bc882fc40306611357a +_md5_=88f754405d1481d3039c86a3232469da diff --git a/metadata/md5-cache/net-libs/glib-networking-2.36.2 b/metadata/md5-cache/net-libs/glib-networking-2.36.2 index fb299396dac9..1dd9062d521a 100644 --- a/metadata/md5-cache/net-libs/glib-networking-2.36.2 +++ b/metadata/md5-cache/net-libs/glib-networking-2.36.2 @@ -4,10 +4,10 @@ DESCRIPTION=Network-related giomodules for glib EAPI=5 HOMEPAGE=http://git.gnome.org/browse/glib-networking/ IUSE=+gnome +libproxy smartcard +ssl test test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=LGPL-2+ RDEPEND=>=dev-libs/glib-2.35.8:2 gnome? ( gnome-base/gsettings-desktop-schemas ) libproxy? ( >=net-libs/libproxy-0.4.6-r3:= ) smartcard? ( >=app-crypt/p11-kit-0.8 >=net-libs/gnutls-2.12.8:=[pkcs11] ) ssl? ( app-misc/ca-certificates >=net-libs/gnutls-2.11.0:= ) SLOT=0 SRC_URI=mirror://gnome/sources/glib-networking/2.36/glib-networking-2.36.2.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=d08bb041f984b69bcfb1f64e6f5d607e +_md5_=e066b373f780345b570e33d8b7a9f23d diff --git a/metadata/md5-cache/net-libs/gnutls-3.2.8 b/metadata/md5-cache/net-libs/gnutls-3.2.8 index 01d889dfc089..4f10a76b3bc0 100644 --- a/metadata/md5-cache/net-libs/gnutls-3.2.8 +++ b/metadata/md5-cache/net-libs/gnutls-3.2.8 @@ -10,4 +10,4 @@ RDEPEND=>=dev-libs/libtasn1-2.14 >=dev-libs/nettle-2.7[gmp] dev-libs/gmp sys-dev SLOT=0 SRC_URI=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.8.tar.xz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=58c0079c200b98bf17eb2639bdec51ed +_md5_=f2666fb2fbd71d142abcec9c4dffe122 diff --git a/metadata/md5-cache/net-libs/gssdp-0.14.6 b/metadata/md5-cache/net-libs/gssdp-0.14.6 index d7427c21c794..7907926de372 100644 --- a/metadata/md5-cache/net-libs/gssdp-0.14.6 +++ b/metadata/md5-cache/net-libs/gssdp-0.14.6 @@ -4,10 +4,10 @@ DESCRIPTION=A GObject-based API for handling resource discovery and announcement EAPI=5 HOMEPAGE=http://gupnp.org/ IUSE=+introspection +gtk -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd LICENSE=LGPL-2 RDEPEND=>=dev-libs/glib-2.32:2 >=net-libs/libsoup-2.26.1:2.4[introspection?] gtk? ( >=x11-libs/gtk+-3.0:3 ) introspection? ( || ( dev-lang/vala:0.22[vapigen] dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) >=dev-libs/gobject-introspection-0.6.7 ) !=dev-lang/python-2.6.8-r3:2.6[xml] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=net-libs/gssdp-0.13.0:0=[introspection?] >=net-libs/libsoup-2.28.2:2.4[introspection?] >=dev-libs/glib-2.24:2 dev-libs/libxml2 || ( >=sys-apps/util-linux-2.16 =dev-libs/gobject-introspection-0.6.4 || ( dev-lang/vala:0.22[vapigen] dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) connman? ( >=dev-libs/glib-2.28:2 >=net-misc/connman-0.80 ) networkmanager? ( >=dev-libs/glib-2.26:2 ) !net-libs/gupnp-vala REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0/4 SRC_URI=mirror://gnome/sources/gupnp/0.20/gupnp-0.20.8.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 vala b365480bc54c4e356dc1e953da9fe356 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e820baab8e6a0267f2c21e69a7684d10 +_md5_=072bb0be132588df7c4767373140118c diff --git a/metadata/md5-cache/net-libs/libbluedevil-1.9.4 b/metadata/md5-cache/net-libs/libbluedevil-1.9.4 index 85d30f8295d4..02f5c662a340 100644 --- a/metadata/md5-cache/net-libs/libbluedevil-1.9.4 +++ b/metadata/md5-cache/net-libs/libbluedevil-1.9.4 @@ -4,10 +4,10 @@ DESCRIPTION=Qt wrapper for bluez used in the KDE bluetooth stack EAPI=5 HOMEPAGE=http://projects.kde.org/projects/playground/libs/libbluedevil IUSE=debug aqua -KEYWORDS=~amd64 ~arm ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ppc ppc64 ~x86 LICENSE=GPL-2 RDEPEND=net-wireless/bluez >=kde-base/oxygen-icons-4.4:4[aqua=] dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] SLOT=4 SRC_URI=mirror://kde/stable/libbluedevil/libbluedevil-v1.9.4.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 kde4-base 5ba60672833e2a1cafaa86c446439d47 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=638fa452300657bc2c55aca2275ea07f +_md5_=63dc874d7d456322186e32b3344bee70 diff --git a/metadata/md5-cache/net-libs/libmicrohttpd-0.9.27 b/metadata/md5-cache/net-libs/libmicrohttpd-0.9.27 deleted file mode 100644 index da1ec91714df..000000000000 --- a/metadata/md5-cache/net-libs/libmicrohttpd-0.9.27 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=ssl? ( dev-libs/libgcrypt net-libs/gnutls ) test? ( ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) ) -DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application. -EAPI=5 -HOMEPAGE=http://www.gnu.org/software/libmicrohttpd/ -IUSE=messages ssl static-libs test -KEYWORDS=amd64 arm ~hppa ~mips ppc ppc64 x86 -LICENSE=LGPL-2.1 -RDEPEND=ssl? ( dev-libs/libgcrypt net-libs/gnutls ) -SLOT=0 -SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.27.tar.gz -_md5_=2eaceb42e525d01b8c9e07db145b897b diff --git a/metadata/md5-cache/net-libs/libmicrohttpd-0.9.28 b/metadata/md5-cache/net-libs/libmicrohttpd-0.9.28 deleted file mode 100644 index 63718c2c71bf..000000000000 --- a/metadata/md5-cache/net-libs/libmicrohttpd-0.9.28 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=ssl? ( dev-libs/libgcrypt net-libs/gnutls ) test? ( ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) ) -DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application. -EAPI=5 -HOMEPAGE=http://www.gnu.org/software/libmicrohttpd/ -IUSE=messages ssl static-libs test -KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=ssl? ( dev-libs/libgcrypt net-libs/gnutls ) -SLOT=0 -SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.28.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=829bab8ac2aa4b2926975d07aa4dfb8f diff --git a/metadata/md5-cache/net-libs/libmicrohttpd-0.9.30 b/metadata/md5-cache/net-libs/libmicrohttpd-0.9.30 deleted file mode 100644 index 15b74fa9a864..000000000000 --- a/metadata/md5-cache/net-libs/libmicrohttpd-0.9.30 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=ssl? ( dev-libs/libgcrypt net-libs/gnutls ) test? ( ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) ) -DESCRIPTION=A small C library that makes it easy to run an HTTP server as part of another application. -EAPI=5 -HOMEPAGE=http://www.gnu.org/software/libmicrohttpd/ -IUSE=messages ssl static-libs test -KEYWORDS=~amd64 arm ~hppa ~mips ppc ppc64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=ssl? ( dev-libs/libgcrypt net-libs/gnutls ) -SLOT=0 -SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.30.tar.gz -_md5_=06fac6df781820d0cdd61ed88915c0dc diff --git a/metadata/md5-cache/net-libs/libmicrohttpd-0.9.31 b/metadata/md5-cache/net-libs/libmicrohttpd-0.9.33 similarity index 82% rename from metadata/md5-cache/net-libs/libmicrohttpd-0.9.31 rename to metadata/md5-cache/net-libs/libmicrohttpd-0.9.33 index 13f120af6535..dc45a993ada5 100644 --- a/metadata/md5-cache/net-libs/libmicrohttpd-0.9.31 +++ b/metadata/md5-cache/net-libs/libmicrohttpd-0.9.33 @@ -8,5 +8,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 LICENSE=LGPL-2.1 RDEPEND=ssl? ( dev-libs/libgcrypt net-libs/gnutls ) SLOT=0 -SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.31.tar.gz -_md5_=7f6340b5733bed897c869d6ca2fc93fa +SRC_URI=mirror://gnu/libmicrohttpd/libmicrohttpd-0.9.33.tar.gz +_md5_=6c51e49eda89e272be99d1fc237a9875 diff --git a/metadata/md5-cache/net-libs/libnatpmp-20130911 b/metadata/md5-cache/net-libs/libnatpmp-20130911 index 2f2061479988..038e5d36af30 100644 --- a/metadata/md5-cache/net-libs/libnatpmp-20130911 +++ b/metadata/md5-cache/net-libs/libnatpmp-20130911 @@ -3,9 +3,9 @@ DESCRIPTION=An alternative protocol to UPnP IGD specification EAPI=5 HOMEPAGE=http://miniupnp.free.fr/libnatpmp.html IUSE=static-libs -KEYWORDS=~amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd +KEYWORDS=amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=BSD SLOT=0 SRC_URI=http://miniupnp.free.fr/files/download.php?file=libnatpmp-20130911.tar.gz -> libnatpmp-20130911.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8cd0dd300acd9d34faeda094c9a4457d +_md5_=5bb431ee744630ba43d96cfd6c4a123b diff --git a/metadata/md5-cache/net-libs/libnetfilter_conntrack-1.0.4 b/metadata/md5-cache/net-libs/libnetfilter_conntrack-1.0.4 index c09b9030cdad..80e653cee52a 100644 --- a/metadata/md5-cache/net-libs/libnetfilter_conntrack-1.0.4 +++ b/metadata/md5-cache/net-libs/libnetfilter_conntrack-1.0.4 @@ -4,10 +4,10 @@ DESCRIPTION=programming interface (API) to the in-kernel connection tracking sta EAPI=5 HOMEPAGE=http://www.netfilter.org/projects/libnetfilter_conntrack/ IUSE=static-libs -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 sparc x86 +KEYWORDS=~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=>=net-libs/libmnl-1.0.3 >=net-libs/libnfnetlink-1.0.0 SLOT=0 SRC_URI=http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-1.0.4.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf autotools-utils 559ed17194292ec42d68145dcca2fa32 eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=702d25cc6c0ed8e46421eb431865c1e9 +_md5_=1ddfdb5356e32f01cf1381072f26c250 diff --git a/metadata/md5-cache/net-libs/libsoup-2.42.3.1 b/metadata/md5-cache/net-libs/libsoup-2.42.3.1 index 718b9fbfe4ab..c93351ed5102 100644 --- a/metadata/md5-cache/net-libs/libsoup-2.42.3.1 +++ b/metadata/md5-cache/net-libs/libsoup-2.42.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=An HTTP library implementation in C EAPI=5 HOMEPAGE=https://wiki.gnome.org/LibSoup IUSE=debug +introspection samba ssl test debug test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=LGPL-2+ RDEPEND=>=dev-libs/glib-2.36.0:2 >=dev-libs/libxml2-2:2 dev-db/sqlite:3 >=net-libs/glib-networking-2.30.0[ssl?] introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) samba? ( net-fs/samba ) SLOT=2.4 SRC_URI=mirror://gnome/sources/libsoup/2.42/libsoup-2.42.3.1.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 python-any-r1 08d3455b23110d650f173ab0a090818b python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=dda5b4ac9cd9c3878716c796a98a6e3e +_md5_=05b223278e1d627174961139d8b52805 diff --git a/metadata/md5-cache/net-mail/fetchmail-6.3.26-r2 b/metadata/md5-cache/net-mail/fetchmail-6.3.26-r2 index e612c9ffb970..758b5697ccf0 100644 --- a/metadata/md5-cache/net-mail/fetchmail-6.3.26-r2 +++ b/metadata/md5-cache/net-mail/fetchmail-6.3.26-r2 @@ -4,11 +4,11 @@ DESCRIPTION=the legendary remote-mail retrieval and forwarding utility EAPI=5 HOMEPAGE=http://fetchmail.berlios.de IUSE=ssl nls kerberos hesiod tk socks python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 public-domain RDEPEND=hesiod? ( net-dns/hesiod ) ssl? ( >=dev-libs/openssl-0.9.6 ) kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 ) nls? ( virtual/libintl ) !elibc_glibc? ( sys-libs/e2fsprogs-libs ) socks? ( net-proxy/dante ) tk? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[tk] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[tk] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) REQUIRED_USE=tk? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 SRC_URI=mirror://berlios/fetchmail/fetchmail-6.3.26.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a14807e199d5bbd2c944f7c5aedccb18 +_md5_=82b96178b7d91e305910df0e0c392554 diff --git a/metadata/md5-cache/net-misc/curl-7.33.0 b/metadata/md5-cache/net-misc/curl-7.33.0 index d5699264ebf1..aeb9006640ca 100644 --- a/metadata/md5-cache/net-misc/curl-7.33.0 +++ b/metadata/md5-cache/net-misc/curl-7.33.0 @@ -4,7 +4,7 @@ DESCRIPTION=A Client that groks URLs EAPI=5 HOMEPAGE=http://curl.haxx.se/ IUSE=adns idn ipv6 kerberos ldap metalink rtmp ssh ssl static-libs test threads curl_ssl_axtls curl_ssl_cyassl curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ldap? ( net-nds/openldap ) ssl? ( curl_ssl_axtls? ( net-libs/axtls app-misc/ca-certificates ) curl_ssl_cyassl? ( net-libs/cyassl app-misc/ca-certificates ) curl_ssl_gnutls? ( || ( ( >=net-libs/gnutls-3[static-libs?] dev-libs/nettle ) ( =net-libs/gnutls-2.12*[nettle,static-libs?] dev-libs/nettle ) ( =net-libs/gnutls-2.12*[-nettle,static-libs?] dev-libs/libgcrypt[static-libs?] ) ) app-misc/ca-certificates ) curl_ssl_openssl? ( dev-libs/openssl[static-libs?] ) curl_ssl_nss? ( dev-libs/nss app-misc/ca-certificates ) curl_ssl_polarssl? ( net-libs/polarssl app-misc/ca-certificates ) ) idn? ( net-dns/libidn[static-libs?] ) adns? ( net-dns/c-ares ) kerberos? ( virtual/krb5 ) metalink? ( >=media-libs/libmetalink-0.1.0 ) rtmp? ( media-video/rtmpdump ) ssh? ( net-libs/libssh2[static-libs?] ) sys-libs/zlib REQUIRED_USE=threads? ( !adns ) ssl? ( ^^ ( curl_ssl_axtls curl_ssl_cyassl curl_ssl_gnutls curl_ssl_openssl curl_ssl_nss curl_ssl_polarssl ) ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://curl.haxx.se/download/curl-7.33.0.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=af817dbce2165862eebcdcd8825e1c65 +_md5_=ec2a09808d38377c3a1631c7037b1416 diff --git a/metadata/md5-cache/net-misc/dahdi-2.7.0.1 b/metadata/md5-cache/net-misc/dahdi-2.7.0.1 index 87806cda93c3..ab9adf54b2ce 100644 --- a/metadata/md5-cache/net-misc/dahdi-2.7.0.1 +++ b/metadata/md5-cache/net-misc/dahdi-2.7.0.1 @@ -4,11 +4,11 @@ DESCRIPTION=Kernel modules for Digium compatible hardware (formerly known as Zap EAPI=5 HOMEPAGE=http://www.asterisk.org IUSE=flash kernel_linux -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=LGPL-2.1 RDEPEND=kernel_linux? ( virtual/modutils ) RESTRICT=test SLOT=0 SRC_URI=http://downloads.asterisk.org/pub/telephony/dahdi-linux/releases/dahdi-linux-2.7.0.1.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fwload-vpmadt032-1.25.0.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-vpmoct032-1.12.0.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-032-1.05.01.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-064-1.05.01.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-128-1.05.01.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-256-1.05.01.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-tc400m-MR6.12.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-hx8-2.06.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te133-6f0017.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te134-6f0017.tar.gz http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te820-1.76.tar.gz mirror://gentoo/gentoo-dahdi-patchset-1.1.6.tar.bz2 http://www.junghanns.net/downloads/jnet-dahdi-drivers-1.0.14.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=09aca10abb4f2e5c019fc2eadaddab21 +_md5_=2689247693562dcadda876078b5f9e55 diff --git a/metadata/md5-cache/net-misc/dropbear-2013.60 b/metadata/md5-cache/net-misc/dropbear-2013.60 index 97a459867573..dc581f9935be 100644 --- a/metadata/md5-cache/net-misc/dropbear-2013.60 +++ b/metadata/md5-cache/net-misc/dropbear-2013.60 @@ -4,11 +4,11 @@ DESCRIPTION=small SSH 2 client/server designed for small memory environments EAPI=4 HOMEPAGE=http://matt.ucc.asn.au/dropbear/dropbear.html IUSE=bsdpty minimal multicall pam +shadow static syslog zlib savedconfig -KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=!static? ( zlib? ( sys-libs/zlib ) dev-libs/libtommath ) pam? ( virtual/pam ) pam? ( >=sys-auth/pambase-20080219.1 ) REQUIRED_USE=pam? ( !static ) SLOT=0 SRC_URI=http://matt.ucc.asn.au/dropbear/releases/dropbear-2013.60.tar.bz2 http://matt.ucc.asn.au/dropbear/testing/dropbear-2013.60.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=77418aa0a512812b601e9e5ecda0a0ad +_md5_=8cf4971ebc11393c47b7633ab90844ed diff --git a/metadata/md5-cache/net-misc/htpdate-1.0.5 b/metadata/md5-cache/net-misc/htpdate-1.0.5 index b93ce385a308..7adeb851739c 100644 --- a/metadata/md5-cache/net-misc/htpdate-1.0.5 +++ b/metadata/md5-cache/net-misc/htpdate-1.0.5 @@ -6,5 +6,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux LICENSE=GPL-2 SLOT=0 SRC_URI=http://www.vervest.org/htp/archive/c/htpdate-1.0.5.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=74a86226e6c49d73d08a6f693e7f5db4 diff --git a/metadata/md5-cache/net-misc/htpdate-1.0.7 b/metadata/md5-cache/net-misc/htpdate-1.0.7 index 5e384ccece11..1ac3f450b725 100644 --- a/metadata/md5-cache/net-misc/htpdate-1.0.7 +++ b/metadata/md5-cache/net-misc/htpdate-1.0.7 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile install postinst unpack +DEFINED_PHASES=compile install postinst prepare unpack DESCRIPTION=Synchronize local workstation with time offered by remote webservers EAPI=5 HOMEPAGE=http://www.vervest.org/fiki/bin/view/HTP/DownloadC @@ -6,5 +6,5 @@ KEYWORDS=~alpha amd64 arm hppa ~mips ppc ~ppc64 ~s390 ~sh x86 ~amd64-linux ~x86- LICENSE=GPL-2 SLOT=0 SRC_URI=http://www.vervest.org/htp/archive/c/htpdate-1.0.7.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0bf10a78863e8703a2cb30eff31a49af +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=904f25b58d24afd4007bacf6f2acd03d diff --git a/metadata/md5-cache/net-misc/memcached-1.4.13-r1 b/metadata/md5-cache/net-misc/memcached-1.4.13-r1 index 8eeae24428b2..a70316616cc3 100644 --- a/metadata/md5-cache/net-misc/memcached-1.4.13-r1 +++ b/metadata/md5-cache/net-misc/memcached-1.4.13-r1 @@ -4,10 +4,10 @@ DESCRIPTION=High-performance, distributed memory object caching system EAPI=5 HOMEPAGE=http://code.google.com/p/memcached/ IUSE=test slabs-reassign debug sasl -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) SLOT=0 SRC_URI=http://memcached.googlecode.com/files/memcached-1.4.13.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f893ba8a3ec6c813e96542d19414c8fd +_md5_=a7d657e973ad13194c3bbd6c25f8d61d diff --git a/metadata/md5-cache/net-misc/memcached-1.4.17 b/metadata/md5-cache/net-misc/memcached-1.4.17 new file mode 100644 index 000000000000..2a3c6f0b5e05 --- /dev/null +++ b/metadata/md5-cache/net-misc/memcached-1.4.17 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 ) || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=High-performance, distributed memory object caching system +EAPI=5 +HOMEPAGE=http://code.google.com/p/memcached/ +IUSE=test slabs-reassign debug sasl +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=BSD +RDEPEND=>=dev-libs/libevent-1.4 dev-lang/perl sasl? ( dev-libs/cyrus-sasl ) +SLOT=0 +SRC_URI=http://www.memcached.org/files/memcached-1.4.17.tar.gz +_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=d2705cf957a28468fb82e6d7d90194b8 diff --git a/metadata/md5-cache/net-misc/openswan-2.6.39 b/metadata/md5-cache/net-misc/openswan-2.6.39-r1 similarity index 75% rename from metadata/md5-cache/net-misc/openswan-2.6.39 rename to metadata/md5-cache/net-misc/openswan-2.6.39-r1 index f2189087749b..75cf0dc4973a 100644 --- a/metadata/md5-cache/net-misc/openswan-2.6.39 +++ b/metadata/md5-cache/net-misc/openswan-2.6.39-r1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile install postinst preinst prepare setup -DEPEND=!net-misc/strongswan dev-libs/gmp dev-lang/perl caps? ( sys-libs/libcap-ng ) curl? ( net-misc/curl ) ldap? ( net-nds/openldap ) nss? ( dev-libs/nss ) ssl? ( dev-libs/openssl ) virtual/linux-sources app-text/xmlto app-text/docbook-xml-dtd:4.1.2 +DEPEND=!net-misc/strongswan dev-libs/gmp dev-lang/perl caps? ( sys-libs/libcap-ng ) curl? ( net-misc/curl ) ldap? ( net-nds/openldap ) nss? ( dev-libs/nss ) ssl? ( dev-libs/openssl ) virtual/linux-sources app-text/xmlto app-text/docbook-xml-dtd:4.1.2 virtual/pkgconfig DESCRIPTION=Open Source implementation of IPsec for the Linux operating system (was SuperFreeS/WAN). EAPI=4 HOMEPAGE=http://www.openswan.org/ @@ -10,5 +10,5 @@ RDEPEND=!net-misc/strongswan dev-libs/gmp dev-lang/perl caps? ( sys-libs/libcap- RESTRICT=test SLOT=0 SRC_URI=http://download.openswan.org/openswan/openswan-2.6.39.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=aa4e6de507115fcb53c239f833ef9942 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=42b152690c9e1d54d0cb275857d3b79a diff --git a/metadata/md5-cache/net-misc/teamviewer-8.0.20931 b/metadata/md5-cache/net-misc/teamviewer-8.0.20931 index 0e8bda501c38..b76d9c74bd61 100644 --- a/metadata/md5-cache/net-misc/teamviewer-8.0.20931 +++ b/metadata/md5-cache/net-misc/teamviewer-8.0.20931 @@ -10,5 +10,5 @@ RDEPEND=app-shells/bash x11-misc/xdg-utils !system-wine? ( amd64? ( app-emulatio RESTRICT=mirror SLOT=8 SRC_URI=http://www.teamviewer.com/download/version_8x/teamviewer_linux.deb -> teamviewer-8.0.20931.deb -_eclasses_=eutils a82a329b538368791f5a6113c60e557e gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5f3a51ecc3439eb0919a32393bcc504d diff --git a/metadata/md5-cache/net-misc/tigervnc-1.2.80_p5065 b/metadata/md5-cache/net-misc/tigervnc-1.2.80_p5065 index 3d213fe89c03..0abde275c8dc 100644 --- a/metadata/md5-cache/net-misc/tigervnc-1.2.80_p5065 +++ b/metadata/md5-cache/net-misc/tigervnc-1.2.80_p5065 @@ -4,10 +4,10 @@ DESCRIPTION=Remote desktop viewer display system EAPI=4 HOMEPAGE=http://www.tigervnc.org IUSE=gnutls java nptl +opengl pam server +xorgmodule elibc_FreeBSD java -KEYWORDS=~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 LICENSE=GPL-2 RDEPEND=virtual/jpeg:0 sys-libs/zlib >=x11-libs/libXtst-1.0.99.2 >=x11-libs/fltk-1.3.1 gnutls? ( net-libs/gnutls ) java? ( >=virtual/jre-1.5 ) pam? ( virtual/pam ) server? ( >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 x11-libs/libXrender >=x11-libs/pixman-0.21.8 >=x11-apps/xauth-1.0.3 x11-apps/xsetroot >=x11-misc/xkeyboard-config-2.4.1-r3 opengl? ( >=app-admin/eselect-opengl-1.0.8 ) xorgmodule? ( =x11-base/xorg-server-1.14* ) ) !net-misc/vnc !net-misc/tightvnc !net-misc/xf4vnc java? ( >=dev-java/java-config-2.1.9-r1 ) SLOT=0 SRC_URI=http://pkgs.fedoraproject.org/repo/pkgs/tigervnc/tigervnc-1.2.80-20130314svn5065.tar.bz2/4522c6f107dbe778f197b2294c0eb867/tigervnc-1.2.80-20130314svn5065.tar.bz2 mirror://gentoo/tigervnc.png mirror://gentoo/tigervnc-1.2.80_p5065-patches-0.1.tar.bz2 http://dev.gentoo.org/~armin76/dist/tigervnc-1.2.80_p5065-patches-0.1.tar.bz2 server? ( ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-1.14.2.tar.bz2 ) _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=c6266eff0e8fd5e0d579ff45c3fddbee +_md5_=6dc3e00a9cc278489ead32515c230d01 diff --git a/metadata/md5-cache/net-misc/x2goserver-4.0.1.6-r1 b/metadata/md5-cache/net-misc/x2goserver-4.0.1.6-r1 index 302a61a37774..55d213f2a020 100644 --- a/metadata/md5-cache/net-misc/x2goserver-4.0.1.6-r1 +++ b/metadata/md5-cache/net-misc/x2goserver-4.0.1.6-r1 @@ -4,11 +4,11 @@ DESCRIPTION=The X2Go server EAPI=4 HOMEPAGE=http://www.x2go.org IUSE=+fuse postgres +sqlite -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=dev-perl/Config-Simple media-fonts/font-cursor-misc media-fonts/font-misc-misc net-misc/nx net-misc/openssh x11-apps/xauth fuse? ( sys-fs/sshfs-fuse ) postgres? ( dev-perl/DBD-Pg ) sqlite? ( dev-perl/DBD-SQLite ) REQUIRED_USE=|| ( postgres sqlite ) SLOT=0 SRC_URI=http://code.x2go.org/releases/source/x2goserver/x2goserver-4.0.1.6.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=61fb0634d662fa1d22eebf101fc1379e +_md5_=c80f170ae18bd6f7cffacdab1207c30c diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.11.20 b/metadata/md5-cache/net-misc/youtube-dl-2013.11.20 deleted file mode 100644 index 6dc5d09c2ebf..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.11.20 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.11.20/youtube-dl-2013.11.20.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=14f6199d501cc60512469962d95aa092 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.11.21 b/metadata/md5-cache/net-misc/youtube-dl-2013.11.21 deleted file mode 100644 index ef3122c1cb6a..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.11.21 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.11.21/youtube-dl-2013.11.21.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=bc033807cda0d193742d09f014805f03 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.11.22.2 b/metadata/md5-cache/net-misc/youtube-dl-2013.11.22.2 deleted file mode 100644 index dc73f5768c24..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.11.22.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.11.22.2/youtube-dl-2013.11.22.2.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=35e798795f569ae16b0f53d019a8c4df diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.11.24.1 b/metadata/md5-cache/net-misc/youtube-dl-2013.11.24.1 deleted file mode 100644 index 39ba67ee1a9c..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.11.24.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.11.24.1/youtube-dl-2013.11.24.1.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1620d87b47e54eaea4f162e862bfed7b diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.11.25.1 b/metadata/md5-cache/net-misc/youtube-dl-2013.11.25.1 deleted file mode 100644 index 7ff5ec031ce1..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.11.25.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.11.25.1/youtube-dl-2013.11.25.1.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2973239e4ec0b3b771c539488ebfd064 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.11.26 b/metadata/md5-cache/net-misc/youtube-dl-2013.11.26 deleted file mode 100644 index 17b7f4fec912..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.11.26 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=605741298566d0e7d72cff66d46a1739 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.11.28.1 b/metadata/md5-cache/net-misc/youtube-dl-2013.11.28.1 deleted file mode 100644 index e1f26e247068..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.11.28.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.11.28.1/youtube-dl-2013.11.28.1.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0de5a05f4ce2395e0f1bbcd40f699914 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.11.29 b/metadata/md5-cache/net-misc/youtube-dl-2013.11.29 deleted file mode 100644 index 2de933bdc14b..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.11.29 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.11.29/youtube-dl-2013.11.29.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2ae7a7388cf4a6e72f503aadd84321e9 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.12.02 b/metadata/md5-cache/net-misc/youtube-dl-2013.12.02 deleted file mode 100644 index c3f705ae93d5..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.12.02 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=91f5a3314659ad5b11751dbe3458d6ce diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.12.04 b/metadata/md5-cache/net-misc/youtube-dl-2013.12.04 deleted file mode 100644 index a65b223bdcf9..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.12.04 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.12.04/youtube-dl-2013.12.04.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=aaf4c9c9c3514608ae98d8a1091ce1d8 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.12.08.1 b/metadata/md5-cache/net-misc/youtube-dl-2013.12.08.1 deleted file mode 100644 index fb93bd7bd8e7..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.12.08.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.12.08.1/youtube-dl-2013.12.08.1.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6392420bc2e9021335369241557b96ae diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.12.09.4 b/metadata/md5-cache/net-misc/youtube-dl-2013.12.09.4 deleted file mode 100644 index 5bf8e0674833..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.12.09.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.12.09.4/youtube-dl-2013.12.09.4.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=afb594fccbc8a56f315c0340c902ee39 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.12.10 b/metadata/md5-cache/net-misc/youtube-dl-2013.12.10 deleted file mode 100644 index a594755c18df..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.12.10 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.12.10/youtube-dl-2013.12.10.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=31d394a034fd360fa8e2716a3781cb0c diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.12.11.2 b/metadata/md5-cache/net-misc/youtube-dl-2013.12.11.2 deleted file mode 100644 index 0ca9749bac61..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.12.11.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.12.11.2/youtube-dl-2013.12.11.2.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=50c72ca960918bdac02ab7ca6f2917e8 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.12.17.2 b/metadata/md5-cache/net-misc/youtube-dl-2013.12.17.2 deleted file mode 100644 index 0aa3e8b13174..000000000000 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.12.17.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -DESCRIPTION=Download videos from YouTube.com (and mores sites...) -EAPI=5 -HOMEPAGE=http://rg3.github.com/youtube-dl/ -IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=public-domain -RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] -REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) -SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2013.12.17.2/youtube-dl-2013.12.17.2.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f2fea1fee7719b32acc723b11edb3bd6 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.12.20 b/metadata/md5-cache/net-misc/youtube-dl-2013.12.20 index ccc54f588ca7..8039d49184f8 100644 --- a/metadata/md5-cache/net-misc/youtube-dl-2013.12.20 +++ b/metadata/md5-cache/net-misc/youtube-dl-2013.12.20 @@ -4,11 +4,11 @@ DESCRIPTION=Download videos from YouTube.com (and mores sites...) EAPI=5 HOMEPAGE=http://rg3.github.com/youtube-dl/ IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=public-domain RDEPEND=python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) SLOT=0 SRC_URI=http://youtube-dl.org/downloads/2013.12.20/youtube-dl-2013.12.20.tar.gz _eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=aa6ea1131b29b4174ba2fa9ba95ae073 +_md5_=2474ffddf4fc1caca2e47b79db8edc4d diff --git a/metadata/md5-cache/net-nntp/pan-0.139 b/metadata/md5-cache/net-nntp/pan-0.139 index c634cb333f8a..b2161b091163 100644 --- a/metadata/md5-cache/net-nntp/pan-0.139 +++ b/metadata/md5-cache/net-nntp/pan-0.139 @@ -4,10 +4,10 @@ DESCRIPTION=A newsreader for GNOME EAPI=4 HOMEPAGE=http://pan.rebelbase.com/ IUSE=dbus gnome-keyring libnotify spell ssl -KEYWORDS=~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.26:2 >=x11-libs/gtk+-2.16:2 dev-libs/gmime:2.6 gnome-keyring? ( >=gnome-base/libgnome-keyring-3.2 ) libnotify? ( >=x11-libs/libnotify-0.4.1 ) spell? ( >=app-text/enchant-1.6 >=app-text/gtkspell-2.0.7:2 ) ssl? ( >=net-libs/gnutls-3 ) SLOT=0 SRC_URI=http://pan.rebelbase.com/download/releases/0.139/source/pan-0.139.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0ed4929b9eafadc487763dd5d343a26a +_md5_=0fe3a34c263f50967fd18aa41583c5bc diff --git a/metadata/md5-cache/net-p2p/tribler-6.0.3 b/metadata/md5-cache/net-p2p/tribler-6.0.3 index 9b1dda20ded6..eafdc67d1a4b 100644 --- a/metadata/md5-cache/net-p2p/tribler-6.0.3 +++ b/metadata/md5-cache/net-p2p/tribler-6.0.3 @@ -9,5 +9,5 @@ LICENSE=LGPL-2.1 RDEPEND=dev-python/apsw dev-python/m2crypto dev-python/netifaces dev-libs/openssl dev-python/wxpython vlc? ( media-video/vlc media-video/ffmpeg:0 ) =dev-lang/python-2* =dev-lang/python-2*[sqlite] SLOT=0 SRC_URI=http://dl.tribler.org/tribler_6.0.3_all.deb x86? ( http://dl.tribler.org/tribler-swift_6.0.0-28795_i386.deb ) amd64? ( http://dl.tribler.org/tribler-swift_6.0.0-28795_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=3d9de6dd6ae3e5a14688bb1de5fe9eac diff --git a/metadata/md5-cache/net-p2p/tribler-6.1.0 b/metadata/md5-cache/net-p2p/tribler-6.1.0 index 9b0ed48c1ad2..fd833628f925 100644 --- a/metadata/md5-cache/net-p2p/tribler-6.1.0 +++ b/metadata/md5-cache/net-p2p/tribler-6.1.0 @@ -9,5 +9,5 @@ LICENSE=LGPL-2.1 RDEPEND=dev-python/apsw dev-python/feedparser dev-python/m2crypto dev-python/netifaces dev-libs/openssl dev-python/wxpython net-libs/rb_libtorrent vlc? ( media-video/vlc media-video/ffmpeg:0 ) =dev-lang/python-2* =dev-lang/python-2*[sqlite] SLOT=0 SRC_URI=http://dl.tribler.org/tribler_6.1ubuntu1_all.deb x86? ( http://dl.tribler.org/tribler-swift_6.1ubuntu1_i386.deb ) amd64? ( http://dl.tribler.org/tribler-swift_6.1ubuntu1_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5c13681e93ed37b24573886f162a3512 diff --git a/metadata/md5-cache/net-p2p/tribler-6.2.0 b/metadata/md5-cache/net-p2p/tribler-6.2.0 index 0136408da405..a9877c201aa8 100644 --- a/metadata/md5-cache/net-p2p/tribler-6.2.0 +++ b/metadata/md5-cache/net-p2p/tribler-6.2.0 @@ -9,5 +9,5 @@ LICENSE=LGPL-2.1 RDEPEND=dev-python/apsw dev-python/feedparser dev-python/m2crypto dev-python/netifaces dev-libs/openssl dev-python/wxpython net-libs/rb_libtorrent vlc? ( media-video/vlc media-video/ffmpeg:0 ) =dev-lang/python-2* =dev-lang/python-2*[sqlite] SLOT=0 SRC_URI=http://dl.tribler.org/tribler_6.2.0ubuntu1_all.deb x86? ( http://dl.tribler.org/tribler-swift_6.2.0ubuntu1_i386.deb ) amd64? ( http://dl.tribler.org/tribler-swift_6.2.0ubuntu1_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f790e7b0000026823ee4863eb5a143dc diff --git a/metadata/md5-cache/net-print/cups-1.6.4 b/metadata/md5-cache/net-print/cups-1.6.4 index 2dedd8827833..1ab75b162340 100644 --- a/metadata/md5-cache/net-print/cups-1.6.4 +++ b/metadata/md5-cache/net-print/cups-1.6.4 @@ -4,7 +4,7 @@ DESCRIPTION=The Common Unix Printing System EAPI=5 HOMEPAGE=http://www.cups.org/ IUSE=acl dbus debug +filters gnutls java kerberos lprng-compat pam python selinux +ssl static-libs +threads usb X xinetd zeroconf +linguas_ca +linguas_es +linguas_fr +linguas_ja +linguas_ru python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 elibc_FreeBSD java -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 PDEPEND=app-text/ghostscript-gpl[cups] app-text/poppler[utils] >=net-print/cups-filters-1.0.30 filters? ( net-print/foomatic-filters ) RDEPEND=app-text/libpaper acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) dbus? ( sys-apps/dbus ) java? ( >=virtual/jre-1.6 ) kerberos? ( virtual/krb5 ) !lprng-compat? ( !net-print/lprng ) pam? ( virtual/pam ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) selinux? ( sec-policy/selinux-cups ) ssl? ( gnutls? ( dev-libs/libgcrypt net-libs/gnutls ) !gnutls? ( >=dev-libs/openssl-0.9.8g ) ) usb? ( virtual/libusb:1 ) X? ( x11-misc/xdg-utils ) xinetd? ( sys-apps/xinetd ) zeroconf? ( net-dns/avahi ) java? ( >=dev-java/java-config-2.1.9-r1 ) @@ -13,4 +13,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://www.cups.org/software/1.6.4/cups-1.6.4-source.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 libtool 60a86ca1cbe8068e3d9df0d3004dc520 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=53504378b437042058ab4d69fdbe51d4 +_md5_=bea0f7e61c6b794ddb7cdd14d494f0d4 diff --git a/metadata/md5-cache/net-print/foomatic-db-engine-4.0.9 b/metadata/md5-cache/net-print/foomatic-db-engine-4.0.9 index eab309507109..cc249b98c938 100644 --- a/metadata/md5-cache/net-print/foomatic-db-engine-4.0.9 +++ b/metadata/md5-cache/net-print/foomatic-db-engine-4.0.9 @@ -3,11 +3,11 @@ DEPEND=net-print/cups || ( >=dev-lang/perl-5.16 =dev-lang/perl-5.16 =net-print/cups-1.6.0 net-print/cups-filters ) =dev-libs/libevent-0.6 virtual/pkgconfig || ( >=sys-devel/automake-1.13: DESCRIPTION=A lightweight SOCKS proxy server EAPI=4 HOMEPAGE=http://monkey.org/~marius/nylon/ -KEYWORDS=amd64 ppc ~ppc64 ~sparc ~x86 +KEYWORDS=amd64 ppc ppc64 ~sparc ~x86 LICENSE=BSD GPL-2 RDEPEND=>=dev-libs/libevent-0.6 SLOT=0 SRC_URI=http://monkey.org/~marius/nylon/nylon-1.21.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=05b4438727191ee7a2d90071d12cd8db +_md5_=b89598e170461b6e074d8be70f6e1364 diff --git a/metadata/md5-cache/net-proxy/privoxy-3.0.21-r2 b/metadata/md5-cache/net-proxy/privoxy-3.0.21-r2 index e888006cfd76..d167ccd0eef4 100644 --- a/metadata/md5-cache/net-proxy/privoxy-3.0.21-r2 +++ b/metadata/md5-cache/net-proxy/privoxy-3.0.21-r2 @@ -4,10 +4,10 @@ DESCRIPTION=A web proxy with advanced filtering capabilities for protecting priv EAPI=5 HOMEPAGE=http://www.privoxy.org http://sourceforge.net/projects/ijbswa/ IUSE=selinux threads zlib -KEYWORDS=~alpha amd64 arm ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 arm ppc ppc64 ~sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=dev-libs/libpcre zlib? ( sys-libs/zlib ) selinux? ( sec-policy/selinux-privoxy ) SLOT=0 SRC_URI=mirror://sourceforge/ijbswa/privoxy-3.0.21-stable-src.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c7d9b4397eb781842b620d85866c900f +_md5_=7a1e8ec7022d2e341ddee421697cd5b4 diff --git a/metadata/md5-cache/net-wireless/bluedevil-1.3.2 b/metadata/md5-cache/net-wireless/bluedevil-1.3.2 index cbc495c495b1..28d47e6f8161 100644 --- a/metadata/md5-cache/net-wireless/bluedevil-1.3.2 +++ b/metadata/md5-cache/net-wireless/bluedevil-1.3.2 @@ -4,10 +4,10 @@ DESCRIPTION=Bluetooth stack for KDE EAPI=5 HOMEPAGE=http://projects.kde.org/projects/extragear/base/bluedevil IUSE=debug linguas_ar linguas_bs linguas_ca linguas_ca@valencia linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_eo linguas_es linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_ga linguas_gl linguas_hu linguas_it linguas_ja linguas_kk linguas_km linguas_ko linguas_lt linguas_mai linguas_mr linguas_ms linguas_nb linguas_nds linguas_nl linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sr@ijekavian linguas_sr@ijekavianlatin linguas_sr@latin linguas_sv linguas_th linguas_tr linguas_ug linguas_uk linguas_zh_CN linguas_zh_TW aqua -KEYWORDS=~amd64 ~arm ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ppc ppc64 ~x86 LICENSE=GPL-2+ RDEPEND=>=net-libs/libbluedevil-1.9.3 x11-misc/shared-mime-info !net-wireless/kbluetooth app-mobilephone/obexd[-server] app-mobilephone/obex-data-server >=kde-base/oxygen-icons-4.4:4[aqua=] linguas_ar? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ar(+)] ) linguas_bs? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_bs(+)] ) linguas_ca? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_ca@valencia? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ca@valencia(+)] ) linguas_cs? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_en_GB? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_en_GB(+)] ) linguas_eo? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_eo(+)] ) linguas_es? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_eu? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_eu(+)] ) linguas_fa? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fa(+)] ) linguas_fi? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fi(+)] ) linguas_fr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_ga? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ga(+)] ) linguas_gl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_gl(+)] ) linguas_hu? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_it? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_it(+)] ) linguas_ja? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ja(+)] ) linguas_kk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_kk(+)] ) linguas_km? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_km(+)] ) linguas_ko? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ko(+)] ) linguas_lt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_lt(+)] ) linguas_mai? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_mai(+)] ) linguas_mr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_mr(+)] ) linguas_ms? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ms(+)] ) linguas_nb? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nb(+)] ) linguas_nds? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nds(+)] ) linguas_nl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_pa? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pa(+)] ) linguas_pl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_ro? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ro(+)] ) linguas_ru? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ru(+)] ) linguas_sk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sk(+)] ) linguas_sl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sl(+)] ) linguas_sr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr(+)] ) linguas_sr@ijekavian? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@ijekavian(+)] ) linguas_sr@ijekavianlatin? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@ijekavianlatin(+)] ) linguas_sr@latin? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sr@latin(+)] ) linguas_sv? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_th? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_th(+)] ) linguas_tr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_tr(+)] ) linguas_ug? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ug(+)] ) linguas_uk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_CN? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_CN(+)] ) linguas_zh_TW? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 || ( ( >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] dev-qt/designer:4[-phonon] ) =dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] SLOT=4 SRC_URI=mirror://kde/stable/bluedevil/bluedevil-v1.3.2.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 kde4-base 5ba60672833e2a1cafaa86c446439d47 kde4-functions 7fc09e82c0d1735f44aedfa8e5073065 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=74d8a68b26afe2dcc0764bacd880b59d +_md5_=69545905c97fb31129cbe265cf01a3d9 diff --git a/metadata/md5-cache/net-wireless/bluez-4.101-r7 b/metadata/md5-cache/net-wireless/bluez-4.101-r7 index f22a2647a974..cc11ce62d10f 100644 --- a/metadata/md5-cache/net-wireless/bluez-4.101-r7 +++ b/metadata/md5-cache/net-wireless/bluez-4.101-r7 @@ -4,11 +4,11 @@ DESCRIPTION=Bluetooth Tools and System Daemons for Linux EAPI=5 HOMEPAGE=http://www.bluez.org/ IUSE=alsa cups debug gstreamer pcmcia readline selinux test-programs usb python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=amd64 arm hppa ppc ~ppc64 x86 +KEYWORDS=amd64 arm hppa ppc ppc64 x86 LICENSE=GPL-2 LGPL-2.1 RDEPEND=>=dev-libs/glib-2.28:2 >=sys-apps/dbus-1.6:= >=sys-apps/hwids-20121202.2 >=virtual/udev-171 alsa? ( media-libs/alsa-lib:=[alsa_pcm_plugins_extplug(+),alsa_pcm_plugins_ioplug(+)] media-libs/libsndfile:= ) cups? ( net-print/cups:= ) gstreamer? ( >=media-libs/gstreamer-0.10:0.10 >=media-libs/gst-plugins-base-0.10:0.10 ) readline? ( sys-libs/readline:= ) selinux? ( sec-policy/selinux-bluetooth ) usb? ( virtual/libusb:0 ) test-programs? ( >=dev-python/dbus-python-1 dev-python/pygobject:2 dev-python/pygobject:3 python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) REQUIRED_USE=test-programs? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 SRC_URI=mirror://kernel/linux/bluetooth/bluez-4.101.tar.xz http://dev.gentoo.org/~pacho/bluez/bluez-4.101-patches.tar.xz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=be3d583cf56869e902ce7d5aa2251da8 +_md5_=3fa520f6cb4f21f25328a4a92624c3f6 diff --git a/metadata/md5-cache/net-wireless/bluez-hcidump-2.5 b/metadata/md5-cache/net-wireless/bluez-hcidump-2.5 index 8b43d5fcd4c6..f9cbaac748e0 100644 --- a/metadata/md5-cache/net-wireless/bluez-hcidump-2.5 +++ b/metadata/md5-cache/net-wireless/bluez-hcidump-2.5 @@ -3,9 +3,9 @@ DEPEND=>=net-wireless/bluez-4.98 virtual/pkgconfig app-arch/xz-utils DESCRIPTION=Bluetooth HCI packet analyzer EAPI=5 HOMEPAGE=http://www.bluez.org/ -KEYWORDS=amd64 ~arm hppa ppc ~ppc64 x86 +KEYWORDS=amd64 ~arm hppa ppc ppc64 x86 LICENSE=GPL-2 RDEPEND=>=net-wireless/bluez-4.98 SLOT=0 SRC_URI=mirror://kernel/linux/bluetooth/bluez-hcidump-2.5.tar.xz -_md5_=470a23e3d26e3da9926d811b7cbe365b +_md5_=ecfc28edb2c266579a160d4cb5c99e49 diff --git a/metadata/md5-cache/net-wireless/broadcom-sta-6.30.223.30-r2 b/metadata/md5-cache/net-wireless/broadcom-sta-6.30.223.30-r2 index 92bea0b1f957..b1c3e71b960b 100644 --- a/metadata/md5-cache/net-wireless/broadcom-sta-6.30.223.30-r2 +++ b/metadata/md5-cache/net-wireless/broadcom-sta-6.30.223.30-r2 @@ -10,5 +10,5 @@ RDEPEND=kernel_linux? ( virtual/modutils ) RESTRICT=mirror SLOT=0 SRC_URI=amd64? ( https://launchpad.net/~albertomilone/+archive/broadcom/+files/bcmwl-kernel-source_6.30.223.30%2Bbdcom-0ubuntu1%7Eppa1_amd64.deb ) x86? ( https://launchpad.net/~albertomilone/+archive/broadcom/+files/bcmwl-kernel-source_6.30.223.30%2Bbdcom-0ubuntu1%7Eppa1_i386.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=5ce895cb80d7c62806a4fdacc017b7fe diff --git a/metadata/md5-cache/net-wireless/wpa_supplicant-0.7.3-r5 b/metadata/md5-cache/net-wireless/wpa_supplicant-0.7.3-r5 deleted file mode 100644 index b5c99875d923..000000000000 --- a/metadata/md5-cache/net-wireless/wpa_supplicant-0.7.3-r5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup unpack -DEPEND=dbus? ( sys-apps/dbus ) kernel_linux? ( eap-sim? ( sys-apps/pcsc-lite ) madwifi? ( >net-wireless/madwifi-ng-tools-0.9.3 ) dev-libs/libnl:1.1 ) !kernel_linux? ( net-libs/libpcap ) qt4? ( dev-qt/qtgui:4 dev-qt/qtsvg:4 ) readline? ( sys-libs/ncurses sys-libs/readline ) ssl? ( dev-libs/openssl ) !ssl? ( gnutls? ( net-libs/gnutls ) ) !ssl? ( !gnutls? ( dev-libs/libtommath ) ) selinux? ( sec-policy/selinux-networkmanager ) virtual/pkgconfig virtual/pkgconfig -DESCRIPTION=IEEE 802.1X/WPA supplicant for secure wireless transfers -EAPI=4 -HOMEPAGE=http://hostap.epitest.fi/wpa_supplicant/ -IUSE=dbus debug gnutls eap-sim fasteap madwifi ps3 qt4 readline selinux ssl wimax wps kernel_linux kernel_FreeBSD -KEYWORDS=amd64 arm ~mips ppc ppc64 x86 ~x86-fbsd -LICENSE=|| ( GPL-2 BSD ) -RDEPEND=dbus? ( sys-apps/dbus ) kernel_linux? ( eap-sim? ( sys-apps/pcsc-lite ) madwifi? ( >net-wireless/madwifi-ng-tools-0.9.3 ) dev-libs/libnl:1.1 ) !kernel_linux? ( net-libs/libpcap ) qt4? ( dev-qt/qtgui:4 dev-qt/qtsvg:4 ) readline? ( sys-libs/ncurses sys-libs/readline ) ssl? ( dev-libs/openssl ) !ssl? ( gnutls? ( net-libs/gnutls ) ) !ssl? ( !gnutls? ( dev-libs/libtommath ) ) selinux? ( sec-policy/selinux-networkmanager ) -SLOT=0 -SRC_URI=http://hostap.epitest.fi/releases/wpa_supplicant-0.7.3.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b946617ae682258a19d621b85453af84 diff --git a/metadata/md5-cache/net-wireless/wpa_supplicant-2.0-r2 b/metadata/md5-cache/net-wireless/wpa_supplicant-2.0-r2 index 14e05fc832d1..3469ced0c1b4 100644 --- a/metadata/md5-cache/net-wireless/wpa_supplicant-2.0-r2 +++ b/metadata/md5-cache/net-wireless/wpa_supplicant-2.0-r2 @@ -4,11 +4,11 @@ DESCRIPTION=IEEE 802.1X/WPA supplicant for secure wireless transfers EAPI=4 HOMEPAGE=http://hostap.epitest.fi/wpa_supplicant/ IUSE=ap dbus gnutls eap-sim fasteap p2p ps3 qt4 readline selinux smartcard ssl wimax wps kernel_linux kernel_FreeBSD -KEYWORDS=~alpha amd64 arm ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd LICENSE=|| ( GPL-2 BSD ) RDEPEND=dbus? ( sys-apps/dbus ) kernel_linux? ( eap-sim? ( sys-apps/pcsc-lite ) dev-libs/libnl:3 net-wireless/crda ) !kernel_linux? ( net-libs/libpcap ) qt4? ( dev-qt/qtgui:4 dev-qt/qtsvg:4 ) readline? ( sys-libs/ncurses sys-libs/readline ) ssl? ( dev-libs/openssl ) !ssl? ( gnutls? ( net-libs/gnutls ) ) !ssl? ( !gnutls? ( dev-libs/libtommath ) ) selinux? ( sec-policy/selinux-networkmanager ) REQUIRED_USE=fasteap? ( !gnutls !ssl ) smartcard? ( ssl ) SLOT=0 SRC_URI=http://hostap.epitest.fi/releases/wpa_supplicant-2.0.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=cbcec163925cfc659ac352741ff6ca0c +_md5_=040f980f4e12a6bb3fd4095479909ac4 diff --git a/metadata/md5-cache/rox-extra/rox-wifi-003 b/metadata/md5-cache/rox-extra/rox-wifi-003 index f97f057accef..13da1051be8e 100644 --- a/metadata/md5-cache/rox-extra/rox-wifi-003 +++ b/metadata/md5-cache/rox-extra/rox-wifi-003 @@ -7,5 +7,5 @@ LICENSE=GPL-2 RDEPEND==dev-lang/python-2* >=rox-base/rox-2.1.0 >=rox-base/rox-lib-2.0.0 SLOT=0 SRC_URI=http://rox-wifi.googlecode.com/files/WiFi-003.tgz http://dev.gentoo.org/~ssuominen/pngcrush-fixed-nm-signal-icons.tar.xz -_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python 305197b0aa1194fa3ef67ca21f6faa7e rox 673b6c35a38ec70fa57c5e8f0c13127e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python 305197b0aa1194fa3ef67ca21f6faa7e rox 673b6c35a38ec70fa57c5e8f0c13127e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=254f6266de0f9c956963abe70b39786b diff --git a/metadata/md5-cache/sci-astronomy/stellarium-0.12.4 b/metadata/md5-cache/sci-astronomy/stellarium-0.12.4 index 2e96eec85a92..1552365cdba9 100644 --- a/metadata/md5-cache/sci-astronomy/stellarium-0.12.4 +++ b/metadata/md5-cache/sci-astronomy/stellarium-0.12.4 @@ -4,11 +4,11 @@ DESCRIPTION=3D photo-realistic skies in real time EAPI=5 HOMEPAGE=http://www.stellarium.org/ IUSE=debug nls sound stars linguas_af linguas_ak linguas_am linguas_ar linguas_as linguas_ast linguas_az linguas_be linguas_bg linguas_bn linguas_bo linguas_br linguas_bs linguas_ca linguas_cs linguas_cy linguas_da linguas_de linguas_el linguas_en linguas_en_CA linguas_en_GB linguas_en_US linguas_eo linguas_es linguas_et linguas_eu linguas_fa linguas_fi linguas_fil linguas_fr linguas_ga linguas_gd linguas_gl linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_hy linguas_ia linguas_id linguas_is linguas_it linguas_ja linguas_ka linguas_kk linguas_kn linguas_ko linguas_ky linguas_la linguas_lb linguas_lo linguas_lt linguas_lv linguas_mk linguas_ml linguas_mn linguas_mr linguas_ms linguas_mt linguas_nan linguas_nb linguas_nl linguas_nn linguas_oc linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_se linguas_si linguas_sk linguas_sl linguas_sq linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_tg linguas_th linguas_tl linguas_tr linguas_tt linguas_uk linguas_uz linguas_vi linguas_zh linguas_zh_CN linguas_zh_HK linguas_zh_TW linguas_zu -KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=media-fonts/dejavu media-libs/freetype:2 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qtscript:4 dev-qt/qtsvg:4 dev-qt/qttest:4 virtual/opengl sound? ( dev-qt/qtphonon:4 ) nls? ( virtual/libintl ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/stellarium/stellarium-0.12.4.tar.gz stars? ( mirror://sourceforge/stellarium/stars_4_1v0_0.cat mirror://sourceforge/stellarium/stars_5_2v0_0.cat mirror://sourceforge/stellarium/stars_6_2v0_0.cat mirror://sourceforge/stellarium/stars_7_2v0_0.cat mirror://sourceforge/stellarium/stars_8_2v0_0.cat ) _eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8b962ceebef6e25e3a4f97ed2f5a9213 +_md5_=cbb9cade7dc3a04d8a9ab8c3f0fa15c1 diff --git a/metadata/md5-cache/sci-chemistry/icm-3.7.2e b/metadata/md5-cache/sci-chemistry/icm-3.7.2e index a87004d6839c..8dcd602d6a1a 100644 --- a/metadata/md5-cache/sci-chemistry/icm-3.7.2e +++ b/metadata/md5-cache/sci-chemistry/icm-3.7.2e @@ -11,5 +11,5 @@ REQUIRED_USE=^^ ( ( !32bit 64bit ) ( 32bit !64bit ) ( 32bit 64bit ) ) RESTRICT=fetch SLOT=0 SRC_URI=icm-3.7-2e-linux.sh -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=2c5b22776560aa890822458a8c392a4b diff --git a/metadata/md5-cache/sci-chemistry/icm-3.7.3b b/metadata/md5-cache/sci-chemistry/icm-3.7.3b index 22a1ed5c6f91..f9bbc0d05dc1 100644 --- a/metadata/md5-cache/sci-chemistry/icm-3.7.3b +++ b/metadata/md5-cache/sci-chemistry/icm-3.7.3b @@ -11,5 +11,5 @@ REQUIRED_USE=^^ ( ( !32bit 64bit ) ( 32bit !64bit ) ( 32bit 64bit ) ) RESTRICT=fetch SLOT=0 SRC_URI=icm-3.7-3b-linux.sh -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=061034d812a900c6997e65e69912160f diff --git a/metadata/md5-cache/sci-electronics/kicad-20130518 b/metadata/md5-cache/sci-electronics/kicad-20130518 index cc2ae145d4ce..66209e7f9a61 100644 --- a/metadata/md5-cache/sci-electronics/kicad-20130518 +++ b/metadata/md5-cache/sci-electronics/kicad-20130518 @@ -9,5 +9,5 @@ LICENSE=GPL-2 kicad-doc RDEPEND=x11-libs/wxGTK:2.8[gnome,opengl,X] dev-python/wxpython:2.8[opengl] sys-libs/zlib sci-electronics/electronics-menu SLOT=0 SRC_URI=http://iut-tice.ujf-grenoble.fr/cao/kicad-sources-stable_2013-05-18_BZR4017.zip http://iut-tice.ujf-grenoble.fr/cao/kicad-2013-05-18-BZR4017-stable-UBUNTU_12.04_full_with_components_doc.tgz -_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets 0125fdb7607a15e9047c01d27b5a6da9 +_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets 0125fdb7607a15e9047c01d27b5a6da9 _md5_=7e61f9463b071a3155a1864432397cbb diff --git a/metadata/md5-cache/sci-electronics/qelectrotech-0.30 b/metadata/md5-cache/sci-electronics/qelectrotech-0.30 new file mode 100644 index 000000000000..8c2ea5a2769e --- /dev/null +++ b/metadata/md5-cache/sci-electronics/qelectrotech-0.30 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] dev-qt/qtsvg:4 doc? ( app-doc/doxygen ) +DESCRIPTION=Qt4 application to design electric diagrams +EAPI=5 +HOMEPAGE=http://qelectrotech.org/ +IUSE=doc linguas_cs linguas_de linguas_el linguas_en linguas_es linguas_fr linguas_it linguas_pl linguas_pt linguas_ro linguas_ru +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] dev-qt/qtsvg:4 +SLOT=0 +SRC_URI=http://download.tuxfamily.org/qet/tags/20130928/qelectrotech-0.3-src.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib 892e597faee02a5b94eb02ab512e7622 qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=fc5a34fff1896f71b459b453ee5030c0 diff --git a/metadata/md5-cache/sci-electronics/qelectrotech-0.30_alpha b/metadata/md5-cache/sci-electronics/qelectrotech-0.30_alpha deleted file mode 100644 index 4fe720b2080e..000000000000 --- a/metadata/md5-cache/sci-electronics/qelectrotech-0.30_alpha +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=dev-qt/qtgui:4 dev-qt/qtsvg:4 doc? ( app-doc/doxygen ) -DESCRIPTION=Qt4 application to design electric diagrams -EAPI=4 -HOMEPAGE=http://www.qt-apps.org/content/show.php?content=90198 -IUSE=debug doc linguas_ar linguas_ca linguas_cs linguas_de linguas_en linguas_es linguas_fr linguas_hr linguas_it linguas_pl linguas_pt linguas_ro linguas_ru linguas_sl -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-qt/qtgui:4 dev-qt/qtsvg:4 -SLOT=0 -SRC_URI=http://download.tuxfamily.org/qet/tags/20120513/qelectrotech-0.3a-src.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=a4ec3f0bff882def0ab2e90d74fab6e8 diff --git a/metadata/md5-cache/sci-electronics/qelectrotech-9999 b/metadata/md5-cache/sci-electronics/qelectrotech-9999 index f60f5afda33f..69c2626f5131 100644 --- a/metadata/md5-cache/sci-electronics/qelectrotech-9999 +++ b/metadata/md5-cache/sci-electronics/qelectrotech-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile configure install preinst prepare unpack -DEPEND=dev-qt/qtgui:4 dev-qt/qtsvg:4 doc? ( app-doc/doxygen ) || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync +DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] dev-qt/qtsvg:4 doc? ( app-doc/doxygen ) || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync DESCRIPTION=Qt4 application to design electric diagrams -EAPI=4 -HOMEPAGE=http://www.qt-apps.org/content/show.php?content=90198 -IUSE=debug doc linguas_ar linguas_ca linguas_cs linguas_de linguas_en linguas_es linguas_fr linguas_hr linguas_it linguas_pl linguas_pt linguas_ro linguas_ru linguas_sl +EAPI=5 +HOMEPAGE=http://qelectrotech.org/ +IUSE=doc linguas_cs linguas_de linguas_el linguas_en linguas_es linguas_fr linguas_it linguas_pl linguas_pt linguas_ro linguas_ru LICENSE=GPL-3 -RDEPEND=dev-qt/qtgui:4 dev-qt/qtsvg:4 +RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] dev-qt/qtsvg:4 SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 subversion de38ef8c5baf84d80e695a4d6ad26554 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=bdcd0b55892a8f2c0a7b54bcbe010bc0 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils a82a329b538368791f5a6113c60e557e l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib 892e597faee02a5b94eb02ab512e7622 qmake-utils 6f4ff01a55830f6d86647dc56dfaf3a7 qt4-r2 25e4f17ed047d9242cb40b70acfb2943 subversion de38ef8c5baf84d80e695a4d6ad26554 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=45e6dd87c0c3ec8c932bfbf221816357 diff --git a/metadata/md5-cache/sci-geosciences/googleearth-5.1.3535.3218-r1 b/metadata/md5-cache/sci-geosciences/googleearth-5.1.3535.3218-r1 index 986380bdee7d..eed03681e482 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-5.1.3535.3218-r1 +++ b/metadata/md5-cache/sci-geosciences/googleearth-5.1.3535.3218-r1 @@ -9,5 +9,5 @@ RDEPEND=>=sys-devel/gcc-4.2[cxx] x86? ( media-libs/fontconfig media-libs/freetyp RESTRICT=fetch strip SLOT=0 SRC_URI=GoogleEarthLinux-5.1.3535.3218.bin -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=caeba1a991e71eccc2f89f5a4b3e630d diff --git a/metadata/md5-cache/sci-geosciences/googleearth-5.2.1.1588 b/metadata/md5-cache/sci-geosciences/googleearth-5.2.1.1588 index 0e332b8f3220..d2450e17f1a3 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-5.2.1.1588 +++ b/metadata/md5-cache/sci-geosciences/googleearth-5.2.1.1588 @@ -9,5 +9,5 @@ RDEPEND=>=sys-devel/gcc-4.2[cxx] x86? ( media-libs/fontconfig media-libs/freetyp RESTRICT=mirror strip SLOT=0 SRC_URI=http://dl.google.com/earth/client/advanced/previous/GoogleEarthLinux.bin -> GoogleEarthLinux-5.2.1.1588.bin -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=788f10e36f11307e403822a6a6345a15 diff --git a/metadata/md5-cache/sci-geosciences/googleearth-6.0.2.2074 b/metadata/md5-cache/sci-geosciences/googleearth-6.0.2.2074 index e4a417c1a3a8..4c244b9469da 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-6.0.2.2074 +++ b/metadata/md5-cache/sci-geosciences/googleearth-6.0.2.2074 @@ -10,5 +10,5 @@ RDEPEND=>=sys-devel/gcc-4.2[cxx] x86? ( media-libs/fontconfig media-libs/freetyp RESTRICT=fetch strip SLOT=0 SRC_URI=GoogleEarthLinux-6.0.2.2074.bin -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=377ddb4db664f4f3b07f6388f08651b0 diff --git a/metadata/md5-cache/sci-geosciences/googleearth-6.0.3.2197 b/metadata/md5-cache/sci-geosciences/googleearth-6.0.3.2197 index 51161bfebb11..ff315cbc249c 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-6.0.3.2197 +++ b/metadata/md5-cache/sci-geosciences/googleearth-6.0.3.2197 @@ -10,5 +10,5 @@ RDEPEND=>=sys-devel/gcc-4.2[cxx] x86? ( media-libs/fontconfig media-libs/freetyp RESTRICT=mirror strip SLOT=0 SRC_URI=http://dl.google.com/earth/client/current/GoogleEarthLinux.bin -> GoogleEarthLinux-6.0.3.2197.bin -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=1c81d9b2021ba9e34d3bb348213aadd7 diff --git a/metadata/md5-cache/sci-geosciences/googleearth-6.2.2.6613 b/metadata/md5-cache/sci-geosciences/googleearth-6.2.2.6613 index a924c992c186..02508f3e9a29 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-6.2.2.6613 +++ b/metadata/md5-cache/sci-geosciences/googleearth-6.2.2.6613 @@ -10,5 +10,5 @@ RDEPEND=>=sys-devel/gcc-4.2[cxx] x86? ( media-libs/fontconfig media-libs/freetyp RESTRICT=mirror strip SLOT=0 SRC_URI=x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb -> GoogleEarthLnux-6.2.2.6613_i386.deb ) amd64? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb -> GoogleEarthLinux-6.2.2.6613_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=ad3a0848754109c7b23654c4d3a015d3 diff --git a/metadata/md5-cache/sci-geosciences/googleearth-7.0.2.8415 b/metadata/md5-cache/sci-geosciences/googleearth-7.0.2.8415 index 2057cc954d70..7ac00f37ba3d 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-7.0.2.8415 +++ b/metadata/md5-cache/sci-geosciences/googleearth-7.0.2.8415 @@ -10,5 +10,5 @@ RDEPEND=>=sys-devel/gcc-4.2[cxx] x86? ( media-libs/fontconfig media-libs/freetyp RESTRICT=mirror strip SLOT=0 SRC_URI=x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb -> GoogleEarthLinux-7.0.2.8415_i386.deb ) amd64? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb -> GoogleEarthLinux-7.0.2.8415_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=4baff2d8e52108ad9cc02249a1c52099 diff --git a/metadata/md5-cache/sci-geosciences/googleearth-7.0.2.8415-r2 b/metadata/md5-cache/sci-geosciences/googleearth-7.0.2.8415-r2 index 4766777dd03f..528d3105fda7 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-7.0.2.8415-r2 +++ b/metadata/md5-cache/sci-geosciences/googleearth-7.0.2.8415-r2 @@ -10,5 +10,5 @@ RDEPEND=>=sys-devel/gcc-4.2[cxx] x86? ( media-libs/fontconfig media-libs/freetyp RESTRICT=mirror strip SLOT=0 SRC_URI=x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb -> GoogleEarthLinux-7.0.2.8415_i386.deb ) amd64? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb -> GoogleEarthLinux-7.0.2.8415_amd64.deb ) http://dev.gentoo.org/~hasufell/distfiles/googleearth-libexpat-2.1.0-novisibility.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=3466c5bee77161cabc946c146984e5b0 diff --git a/metadata/md5-cache/sci-geosciences/googleearth-7.0.3.8542 b/metadata/md5-cache/sci-geosciences/googleearth-7.0.3.8542 index 69894ba74909..c0882edf8c1b 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-7.0.3.8542 +++ b/metadata/md5-cache/sci-geosciences/googleearth-7.0.3.8542 @@ -10,5 +10,5 @@ RDEPEND=>=sys-devel/gcc-4.2[cxx] x86? ( media-libs/fontconfig media-libs/freetyp RESTRICT=mirror strip SLOT=0 SRC_URI=x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb -> GoogleEarthLinux-7.0.3.8542_i386.deb ) amd64? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb -> GoogleEarthLinux-7.0.3.8542_amd64.deb ) http://dev.gentoo.org/~hasufell/distfiles/googleearth-libexpat-2.1.0-novisibility.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=c46a9e3c225804525b13d7e6cec763b9 diff --git a/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1580 b/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1580 index b6af5b2e18d3..8878cdeb0684 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1580 +++ b/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1580 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/glib:2 dev-libs/nspr media-libs/fontconfig media-libs/freetype RESTRICT=mirror splitdebug SLOT=0 SRC_URI=x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb -> GoogleEarthLinux-7.1.1.1580_i386.deb ) amd64? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb -> GoogleEarthLinux-7.1.1.1580_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=011d511a20e2ce2e915717ed0aafef1e diff --git a/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1871 b/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1871 index 79495a436f0f..fbfa6c7e0663 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1871 +++ b/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1871 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/glib:2 dev-libs/nspr media-libs/fontconfig media-libs/freetype RESTRICT=mirror splitdebug SLOT=0 SRC_URI=x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb -> GoogleEarthLinux-7.1.1.1871_i386.deb ) amd64? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb -> GoogleEarthLinux-7.1.1.1871_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=98dd1bd7bb0c6a9a50963b9175cffdeb diff --git a/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1888 b/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1888 index 4da0f61e9490..17fa6a1a9c22 100644 --- a/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1888 +++ b/metadata/md5-cache/sci-geosciences/googleearth-7.1.1.1888 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/glib:2 dev-libs/nspr media-libs/fontconfig media-libs/freetype RESTRICT=mirror splitdebug SLOT=0 SRC_URI=x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb -> GoogleEarthLinux-7.1.1.1888_i386.deb ) amd64? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb -> GoogleEarthLinux-7.1.1.1888_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=87c86b62239bb22ea28a359de017a532 diff --git a/metadata/md5-cache/sci-geosciences/gpsd-3.9-r1 b/metadata/md5-cache/sci-geosciences/gpsd-3.9-r1 index b9b3d65e1062..eff4b415c6b5 100644 --- a/metadata/md5-cache/sci-geosciences/gpsd-3.9-r1 +++ b/metadata/md5-cache/sci-geosciences/gpsd-3.9-r1 @@ -4,11 +4,11 @@ DESCRIPTION=GPS daemon and library to support USB/serial GPS devices and various EAPI=4 HOMEPAGE=http://catb.org/gpsd/ IUSE=gpsd_protocols_aivdm gpsd_protocols_ashtech gpsd_protocols_earthmate gpsd_protocols_evermore gpsd_protocols_fury gpsd_protocols_fv18 gpsd_protocols_garmin gpsd_protocols_garmintxt gpsd_protocols_geostar gpsd_protocols_gpsclock gpsd_protocols_itrax gpsd_protocols_mtk3301 gpsd_protocols_navcom gpsd_protocols_nmea gpsd_protocols_nmea2000 gpsd_protocols_ntrip gpsd_protocols_oceanserver gpsd_protocols_oncore gpsd_protocols_rtcm104v2 gpsd_protocols_rtcm104v3 gpsd_protocols_sirf gpsd_protocols_superstar2 gpsd_protocols_tnt gpsd_protocols_tripmate gpsd_protocols_tsip gpsd_protocols_ubx bluetooth cxx debug dbus ipv6 latency_timing ncurses ntp python qt4 +shm +sockets systemd test udev usb X -KEYWORDS=amd64 arm ppc ~ppc64 x86 +KEYWORDS=amd64 arm ppc ppc64 x86 LICENSE=BSD RDEPEND=X? ( dev-python/pygtk:2 ) ncurses? ( sys-libs/ncurses ) bluetooth? ( net-wireless/bluez ) usb? ( virtual/libusb:1 ) dbus? ( sys-apps/dbus dev-libs/dbus-glib ) ntp? ( || ( net-misc/ntp net-misc/chrony ) ) systemd? ( sys-apps/systemd ) qt4? ( dev-qt/qtgui:4 ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) REQUIRED_USE=X? ( python ) gpsd_protocols_nmea2000? ( gpsd_protocols_aivdm ) SLOT=0 SRC_URI=mirror://nongnu/gpsd/gpsd-3.9.tar.gz _eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e scons-utils 988e24b9e2e4642189b4e97c03e5ae71 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7542efc974bab907c76bd4ff56b8e540 +_md5_=722c8332c4a44cc89e428741d1f1efd8 diff --git a/metadata/md5-cache/sci-libs/geos-3.4.1-r1 b/metadata/md5-cache/sci-libs/geos-3.4.1-r1 index f11ce75f8e71..e0d522d5a223 100644 --- a/metadata/md5-cache/sci-libs/geos-3.4.1-r1 +++ b/metadata/md5-cache/sci-libs/geos-3.4.1-r1 @@ -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_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_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[-threads] ) ruby? ( dev-lang/ruby ) SLOT=0 SRC_URI=http://download.osgeo.org/geos/geos-3.4.1.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=717ac39280c3a9500b93e7fa5207eb36 +_md5_=3fe9654f026bd9bba2055541a723988f diff --git a/metadata/md5-cache/sci-libs/scipy-0.13.2 b/metadata/md5-cache/sci-libs/scipy-0.13.2 new file mode 100644 index 000000000000..7d9faddcbdf2 --- /dev/null +++ b/metadata/md5-cache/sci-libs/scipy-0.13.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test unpack +DEPEND=dev-python/numpy[lapack,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] sci-libs/arpack virtual/cblas virtual/lapack sparse? ( sci-libs/umfpack ) dev-lang/swig >=dev-python/cython-0.19.1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/pkgconfig doc? ( app-arch/unzip ) test? ( dev-python/nose[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) virtual/fortran userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=Scientific algorithms library for Python +EAPI=5 +HOMEPAGE=http://www.scipy.org/ +IUSE=doc sparse test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=BSD LGPL-2 +RDEPEND=dev-python/numpy[lapack,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] sci-libs/arpack virtual/cblas virtual/lapack sparse? ( sci-libs/umfpack ) virtual/python-imaging[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/fortran python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=mirror://sourceforge/scipy/scipy-0.13.2.tar.gz doc? ( http://docs.scipy.org/doc/scipy-0.13.0/scipy-html.zip -> scipy-0.13.0-html.zip http://docs.scipy.org/doc/scipy-0.13.0/scipy-ref.pdf -> scipy-0.13.0-ref.pdf ) +_eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 fortran-2 db8710b355fc5598015c4bc3aad3bdb0 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=9d60ac6a097bea08f1c11974dcf03318 diff --git a/metadata/md5-cache/sci-mathematics/pari-2.3.5 b/metadata/md5-cache/sci-mathematics/pari-2.3.5 index 151e8a008338..847a020894d2 100644 --- a/metadata/md5-cache/sci-mathematics/pari-2.3.5 +++ b/metadata/md5-cache/sci-mathematics/pari-2.3.5 @@ -4,10 +4,10 @@ DESCRIPTION=A software package for computer-aided number theory EAPI=3 HOMEPAGE=http://pari.math.u-bordeaux.fr/ IUSE=doc data fltk gmp static-libs X -KEYWORDS=~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris +KEYWORDS=~alpha ~amd64 hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris LICENSE=GPL-2 RDEPEND=sys-libs/readline fltk? ( x11-libs/fltk:1 ) gmp? ( dev-libs/gmp ) X? ( x11-libs/libX11 ) doc? ( X? ( x11-misc/xdg-utils ) ) SLOT=0 SRC_URI=http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.3.5.tar.gz data? ( http://pari.math.u-bordeaux.fr/pub/pari/packages/elldata.tgz http://pari.math.u-bordeaux.fr/pub/pari/packages/galdata.tgz http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata.tgz http://pari.math.u-bordeaux.fr/pub/pari/packages/nftables.tgz ) _eclasses_=elisp-common cec01e54df1bfd2fcca76a13ce2b2d27 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e7f9dab9d95694299995a6e666d057ad +_md5_=6b4f02c9b2dc0d3fabd63487357972f2 diff --git a/metadata/md5-cache/sys-apps/arrayprobe-2.0-r2 b/metadata/md5-cache/sys-apps/arrayprobe-2.0-r2 index eeeaf1611335..450fb2bbf945 100644 --- a/metadata/md5-cache/sys-apps/arrayprobe-2.0-r2 +++ b/metadata/md5-cache/sys-apps/arrayprobe-2.0-r2 @@ -1,10 +1,11 @@ -DEFINED_PHASES=install unpack -DEPEND=|| ( >=sys-devel/automake-1.13 >=sys-devel/automake-1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=CLI utility that reports the status of a HP (Compaq) array controller (both IDA & CCISS supported). +DEFINED_PHASES=prepare +DEPEND=|| ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=CLI utility that reports the status of a HP (Compaq) array controller (both IDA & CCISS supported) +EAPI=4 HOMEPAGE=http://www.strocamp.net/opensource/arrayprobe.php KEYWORDS=amd64 x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://www.strocamp.net/opensource/compaq/downloads/arrayprobe-2.0.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=93e850c601dc5bb5add834fc74a80085 +_md5_=82ef9c251024f134d469e14e71063b2e diff --git a/metadata/md5-cache/sys-apps/coreutils-8.21 b/metadata/md5-cache/sys-apps/coreutils-8.21 index 37058ae3a402..5042c0390c9b 100644 --- a/metadata/md5-cache/sys-apps/coreutils-8.21 +++ b/metadata/md5-cache/sys-apps/coreutils-8.21 @@ -4,10 +4,10 @@ DESCRIPTION=Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilit EAPI=3 HOMEPAGE=http://www.gnu.org/software/coreutils/ IUSE=acl caps gmp nls selinux static userland_BSD vanilla xattr -KEYWORDS=alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux +KEYWORDS=alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux LICENSE=GPL-3 RDEPEND=!static? ( acl? ( sys-apps/acl ) caps? ( sys-libs/libcap ) gmp? ( dev-libs/gmp ) xattr? ( !userland_BSD? ( sys-apps/attr ) ) ) selinux? ( sys-libs/libselinux ) nls? ( virtual/libintl ) !app-misc/realpath ! epoch-1.0_rc2.tar.gz +_eclasses_=eutils a82a329b538368791f5a6113c60e557e linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=5a97235f269d6e68c8789d1d21d9eb44 diff --git a/metadata/md5-cache/sys-apps/etckeeper-1.10 b/metadata/md5-cache/sys-apps/etckeeper-1.10 index eb59dddfcaa8..636729a9c60b 100644 --- a/metadata/md5-cache/sys-apps/etckeeper-1.10 +++ b/metadata/md5-cache/sys-apps/etckeeper-1.10 @@ -4,11 +4,11 @@ DESCRIPTION=A collection of tools to let /etc be stored in a repository EAPI=5 HOMEPAGE=http://kitenet.net/~joey/code/etckeeper/ IUSE=bazaar cron python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=bazaar? ( dev-vcs/bzr ) app-portage/portage-utils cron? ( virtual/cron ) bazaar? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) !bazaar? ( || ( dev-vcs/git dev-vcs/mercurial dev-vcs/darcs ) ) REQUIRED_USE=bazaar? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0 SRC_URI=https://github.com/joeyh/etckeeper/archive/1.10.tar.gz -> etckeeper-1.10.tar.gz _eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 eutils a82a329b538368791f5a6113c60e557e multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed prefix 21058c21ca48453d771df15500873ede python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=02e5ef6e4eab42337903d6a0868c8fa5 +_md5_=36ab22bb06d4af4cfb770f9324c746c6 diff --git a/metadata/md5-cache/sys-apps/file-5.15 b/metadata/md5-cache/sys-apps/file-5.15 index 7eaf7d5b9bd6..5c960ea86cf0 100644 --- a/metadata/md5-cache/sys-apps/file-5.15 +++ b/metadata/md5-cache/sys-apps/file-5.15 @@ -4,10 +4,10 @@ DESCRIPTION=identify a file's format by scanning binary data for patterns EAPI=4 HOMEPAGE=http://www.darwinsys.com/file/ IUSE=python static-libs zlib python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 -KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=BSD-2 RDEPEND=python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-lang/python-exec:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] ) zlib? ( sys-libs/zlib ) python? ( !dev-python/python-magic ) SLOT=0 SRC_URI=ftp://ftp.astron.com/pub/file/file-5.15.tar.gz ftp://ftp.gw.com/mirrors/pub/unix/file/file-5.15.tar.gz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 cd956d5a4bac2209a64d0f4851cc115d python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=38717190ebf1a977032e5100b70c7127 +_md5_=c8d893f5580d24da56ac2568dd34c485 diff --git a/metadata/md5-cache/sys-apps/fxload-20081013-r1 b/metadata/md5-cache/sys-apps/fxload-20081013-r1 index 8ea8f6ca26d6..5ce09853e48a 100644 --- a/metadata/md5-cache/sys-apps/fxload-20081013-r1 +++ b/metadata/md5-cache/sys-apps/fxload-20081013-r1 @@ -2,9 +2,9 @@ DEFINED_PHASES=compile install prepare DESCRIPTION=USB firmware uploader EAPI=5 HOMEPAGE=http://linux-hotplug.sourceforge.net/ -KEYWORDS=amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=amd64 hppa ~ia64 ppc ppc64 ~sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://sourceforge/linux-hotplug/fxload-2008_10_13.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3d5c2303a0af71d07e336cec6dcc53bb +_md5_=fa98489fb81f2ff5b7bced35e29fe2e3 diff --git a/metadata/md5-cache/sys-apps/gawk-4.0.2 b/metadata/md5-cache/sys-apps/gawk-4.0.2 index b8a6ff9f1b15..0dfc6d197262 100644 --- a/metadata/md5-cache/sys-apps/gawk-4.0.2 +++ b/metadata/md5-cache/sys-apps/gawk-4.0.2 @@ -4,10 +4,10 @@ DESCRIPTION=GNU awk pattern-matching language EAPI=4 HOMEPAGE=http://www.gnu.org/software/gawk/gawk.html IUSE=nls readline -KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=!=net-misc/rsync-2.6.4 userland_GNU? ( >=sys-apps/coreutils-6.4 ) ) RDEPEND=python3? ( =dev-lang/python-3* ) !pypy2_0? ( !python2? ( !python3? ( || ( >=dev-lang/python-2.7 dev-lang/python:2.6[threads] ) ) ) ) pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) python_targets_pypy2_0? ( virtual/pypy:2.0 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) !build? ( >=sys-apps/sed-4.0.5 || ( >=app-shells/bash-4.2_p37[readline] ( =app-shells/bash-3.2_p17 ) ) >=app-admin/eselect-1.2 || ( python3? ( =dev-lang/python-3*[ssl] ) !pypy2_0? ( !python2? ( !python3? ( || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] ) ) ) ) pypy2_0? ( !python2? ( !python3? ( virtual/pypy:2.0[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) ) dev-python/python-mhash ) ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 xattr? ( kernel_linux? ( || ( >=dev-lang/python-3.3_pre20110902 dev-python/pyxattr ) ) ) selinux? ( || ( >=sys-libs/libselinux-2.0.94[python] =sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:2[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) selinux? ( sys-libs/libselinux ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers DESCRIPTION=Various useful Linux utilities EAPI=4 @@ -11,4 +11,4 @@ REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_ SLOT=0 SRC_URI=mirror://kernel/linux/utils/util-linux/v2.24/util-linux-2.24.tar.xz _eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b8fc414d8c4f837caf6ad3d3cbce86c5 +_md5_=c166a54c024d1e05c247d7864c51efd2 diff --git a/metadata/md5-cache/sys-apps/util-linux-9999 b/metadata/md5-cache/sys-apps/util-linux-9999 index 4a4371d8cf5b..b989f34a9e18 100644 --- a/metadata/md5-cache/sys-apps/util-linux-9999 +++ b/metadata/md5-cache/sys-apps/util-linux-9999 @@ -1,4 +1,4 @@ -DEFINED_PHASES=configure install postinst prepare setup unpack +DEFINED_PHASES=configure install postinst prepare setup test unpack DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:2[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) selinux? ( sys-libs/libselinux ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers dev-vcs/git || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Various useful Linux utilities EAPI=4 @@ -9,4 +9,4 @@ RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-apps/tcp-wrappers-7.6-r2 ) rpc? ( net-libs/libtirpc ) perl? ( dev-lang/perl ) SLOT=0 SRC_URI=http://www.xinetd.org/xinetd-2.3.15.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=5e3ccf8c37331519f46e370bdb22c0bc +_md5_=ecec82add6d97abf4e69b0393d65f05d diff --git a/metadata/md5-cache/sys-auth/pam_ssh-1.98 b/metadata/md5-cache/sys-auth/pam_ssh-1.98 index 4e7504f22904..199529414170 100644 --- a/metadata/md5-cache/sys-auth/pam_ssh-1.98 +++ b/metadata/md5-cache/sys-auth/pam_ssh-1.98 @@ -3,10 +3,10 @@ DEPEND=sys-libs/pam net-misc/openssh sys-devel/libtool DESCRIPTION=Uses ssh-agent to provide single sign-on EAPI=5 HOMEPAGE=http://pam-ssh.sourceforge.net/ -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux LICENSE=BSD-2 BSD ISC RDEPEND=sys-libs/pam net-misc/openssh SLOT=0 SRC_URI=mirror://sourceforge/pam-ssh/pam_ssh-1.98.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=21d443677236a9e02fcdccbfb1e87c0e +_md5_=f71545400db1436f54431d6889690a65 diff --git a/metadata/md5-cache/sys-auth/pambase-20120417-r3 b/metadata/md5-cache/sys-auth/pambase-20120417-r3 index 2103410ca507..830eef1d53ba 100644 --- a/metadata/md5-cache/sys-auth/pambase-20120417-r3 +++ b/metadata/md5-cache/sys-auth/pambase-20120417-r3 @@ -4,11 +4,11 @@ DESCRIPTION=PAM base configuration files EAPI=5 HOMEPAGE=http://www.gentoo.org/proj/en/base/pam/ IUSE=consolekit cracklib debug gnome-keyring minimal mktemp pam_krb5 pam_ssh passwdqc selinux +sha512 systemd -KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux +KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=|| ( >=sys-libs/pam-1.1.3 ( sys-auth/openpam || ( sys-freebsd/freebsd-pam-modules sys-netbsd/netbsd-pam-modules ) ) ) consolekit? ( >=sys-auth/consolekit-0.4.5_p2012[pam] ) cracklib? ( >=sys-libs/pam-1.1.3[cracklib] ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.32[pam] ) mktemp? ( sys-auth/pam_mktemp ) pam_krb5? ( || ( >=sys-libs/pam-1.1.3 sys-auth/openpam ) >=sys-auth/pam_krb5-4.3 ) pam_ssh? ( sys-auth/pam_ssh ) passwdqc? ( >=sys-auth/pam_passwdqc-1.0.4 ) selinux? ( >=sys-libs/pam-1.1.3[selinux] ) sha512? ( >=sys-libs/pam-1.1.3 ) systemd? ( >=sys-apps/systemd-44-r1[pam] ) ! thin-provisioning-tools-0.2.8.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=97eb91a276933d0d08a06f3e3b631690 +_md5_=3c802ef4736a19b30b56cc985c751fe6 diff --git a/metadata/md5-cache/sys-devel/automake-1.11.6 b/metadata/md5-cache/sys-devel/automake-1.11.6 index 66ec3d7a3057..ecc239a9b87d 100644 --- a/metadata/md5-cache/sys-devel/automake-1.11.6 +++ b/metadata/md5-cache/sys-devel/automake-1.11.6 @@ -7,5 +7,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/perl >=sys-devel/automake-wrapper-3-r2 >=sys-devel/autoconf-2.62 sys-devel/gnuconfig SLOT=1.11 SRC_URI=mirror://gnu/automake/automake-1.11.6.tar.xz ftp://alpha.gnu.org/pub/gnu/automake/automake-1.11.6.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=a88a6e085c7c7966b1df054c3af31fd3 diff --git a/metadata/md5-cache/sys-devel/automake-1.12.6 b/metadata/md5-cache/sys-devel/automake-1.12.6 index b27f005938ae..95a50c617491 100644 --- a/metadata/md5-cache/sys-devel/automake-1.12.6 +++ b/metadata/md5-cache/sys-devel/automake-1.12.6 @@ -7,5 +7,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/perl >=sys-devel/automake-wrapper-7 >=sys-devel/autoconf-2.62 sys-devel/gnuconfig SLOT=1.12 SRC_URI=mirror://gnu/automake/automake-1.12.6.tar.xz ftp://alpha.gnu.org/pub/gnu/automake/automake-1.12.6.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=b0427c431a63d04eb6f9bd2d8d0c3b1a diff --git a/metadata/md5-cache/sys-devel/automake-1.13.1 b/metadata/md5-cache/sys-devel/automake-1.13.1 index 59aca578f6b1..4e5ffd42d814 100644 --- a/metadata/md5-cache/sys-devel/automake-1.13.1 +++ b/metadata/md5-cache/sys-devel/automake-1.13.1 @@ -7,5 +7,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/perl >=sys-devel/automake-wrapper-8 >=sys-devel/autoconf-2.62 sys-devel/gnuconfig SLOT=1.13 SRC_URI=mirror://gnu/automake/automake-1.13.1.tar.xz ftp://alpha.gnu.org/pub/gnu/automake/automake-1.13.1.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=3d8d2f9dd8bece317725b427c88d93c6 diff --git a/metadata/md5-cache/sys-devel/automake-1.13.2 b/metadata/md5-cache/sys-devel/automake-1.13.2 index 786f205202ca..dbcc838fd7a4 100644 --- a/metadata/md5-cache/sys-devel/automake-1.13.2 +++ b/metadata/md5-cache/sys-devel/automake-1.13.2 @@ -7,5 +7,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/perl >=sys-devel/automake-wrapper-8 >=sys-devel/autoconf-2.62 sys-devel/gnuconfig SLOT=1.13 SRC_URI=mirror://gnu/automake/automake-1.13.2.tar.xz ftp://alpha.gnu.org/pub/gnu/automake/automake-1.13.2.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=bf32a0618509a2dda9abfc674f8c51db diff --git a/metadata/md5-cache/sys-devel/automake-1.13.3 b/metadata/md5-cache/sys-devel/automake-1.13.3 index 3712ba9e5771..5af4237da238 100644 --- a/metadata/md5-cache/sys-devel/automake-1.13.3 +++ b/metadata/md5-cache/sys-devel/automake-1.13.3 @@ -7,5 +7,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/perl >=sys-devel/automake-wrapper-8 >=sys-devel/autoconf-2.62 sys-devel/gnuconfig SLOT=1.13 SRC_URI=mirror://gnu/automake/automake-1.13.3.tar.xz ftp://alpha.gnu.org/pub/gnu/automake/automake-1.13.3.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=da9150889976da155357ad9d0cb84b51 diff --git a/metadata/md5-cache/sys-devel/automake-1.13.4 b/metadata/md5-cache/sys-devel/automake-1.13.4 index e5e31178bfc8..235bf7746864 100644 --- a/metadata/md5-cache/sys-devel/automake-1.13.4 +++ b/metadata/md5-cache/sys-devel/automake-1.13.4 @@ -7,5 +7,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/perl >=sys-devel/automake-wrapper-8 >=sys-devel/autoconf-2.62 sys-devel/gnuconfig SLOT=1.13 SRC_URI=mirror://gnu/automake/automake-1.13.4.tar.xz ftp://alpha.gnu.org/pub/gnu/automake/automake-1.13.4.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=2aa57744b6e72f2437a2ba41a936f74f diff --git a/metadata/md5-cache/sys-devel/automake-1.14 b/metadata/md5-cache/sys-devel/automake-1.14 index 5f0dc3266fc1..d05c35aa372b 100644 --- a/metadata/md5-cache/sys-devel/automake-1.14 +++ b/metadata/md5-cache/sys-devel/automake-1.14 @@ -7,5 +7,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/perl >=sys-devel/automake-wrapper-9 >=sys-devel/autoconf-2.62 sys-devel/gnuconfig SLOT=1.14 SRC_URI=mirror://gnu/automake/automake-1.14.tar.xz ftp://alpha.gnu.org/pub/gnu/automake/automake-1.14.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=c0b62c74ca889b39d3e4da748e62727b diff --git a/metadata/md5-cache/sys-devel/binutils-2.19.1-r1 b/metadata/md5-cache/sys-devel/binutils-2.19.1-r1 index 24b6e5c17188..d91fedaf2906 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.19.1-r1 +++ b/metadata/md5-cache/sys-devel/binutils-2.19.1-r1 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.19.1.tar.bz2 mirror://gentoo/binutils-2.19.1-patches-1.2.tar.bz2 http://dev.gentoo.org/~vapier/dist/binutils-2.19.1-patches-1.2.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=662332adf0a8bdf9638069c79ea54204 diff --git a/metadata/md5-cache/sys-devel/binutils-2.20.1-r1 b/metadata/md5-cache/sys-devel/binutils-2.20.1-r1 index 198e9e8188a3..756919e24b3f 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.20.1-r1 +++ b/metadata/md5-cache/sys-devel/binutils-2.20.1-r1 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.20.1.tar.bz2 mirror://gentoo/binutils-2.20.1-patches-1.2.tar.bz2 http://dev.gentoo.org/~vapier/dist/binutils-2.20.1-patches-1.2.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=294b620a3e65985d937c921a0285db33 diff --git a/metadata/md5-cache/sys-devel/binutils-2.21.1-r1 b/metadata/md5-cache/sys-devel/binutils-2.21.1-r1 index fe63825bcc70..669083a8ece9 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.21.1-r1 +++ b/metadata/md5-cache/sys-devel/binutils-2.21.1-r1 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.21.1.tar.bz2 mirror://gentoo/binutils-2.21.1-patches-1.4.tar.bz2 http://dev.gentoo.org/~vapier/dist/binutils-2.21.1-patches-1.4.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=1191966ed906c5106aafaf153659026e diff --git a/metadata/md5-cache/sys-devel/binutils-2.22-r1 b/metadata/md5-cache/sys-devel/binutils-2.22-r1 index 0a8bfdf432a1..056f556c7055 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.22-r1 +++ b/metadata/md5-cache/sys-devel/binutils-2.22-r1 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.22.tar.bz2 mirror://gentoo/binutils-2.22-patches-1.5.tar.bz2 http://dev.gentoo.org/~vapier/dist/binutils-2.22-patches-1.5.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=abf71efa425f5fbef5e0cf5973554860 diff --git a/metadata/md5-cache/sys-devel/binutils-2.22.52.0.4 b/metadata/md5-cache/sys-devel/binutils-2.22.52.0.4 index d45a97540572..1d6a3acd992c 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.22.52.0.4 +++ b/metadata/md5-cache/sys-devel/binutils-2.22.52.0.4 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.22.52.0.4.tar.xz mirror://gentoo/binutils-2.22.52.0.4-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.22.52.0.4-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=7b8b322a69c504a161d68285e69ba670 diff --git a/metadata/md5-cache/sys-devel/binutils-2.22.90 b/metadata/md5-cache/sys-devel/binutils-2.22.90 index a29ff41ac0e8..6c3b9d606734 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.22.90 +++ b/metadata/md5-cache/sys-devel/binutils-2.22.90 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=ftp://gcc.gnu.org/pub/binutils/snapshots/binutils-2.22.90.tar.bz2 ftp://sourceware.org/pub/binutils/snapshots/binutils-2.22.90.tar.bz2 mirror://gentoo/binutils-2.22.90-patches-1.1.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.22.90-patches-1.1.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=2aac91ca9fc5f3ba6c87be1b9b069d87 diff --git a/metadata/md5-cache/sys-devel/binutils-2.23 b/metadata/md5-cache/sys-devel/binutils-2.23 index e6c8805410db..5c78128c9c37 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23 +++ b/metadata/md5-cache/sys-devel/binutils-2.23 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.23.tar.bz2 mirror://gentoo/binutils-2.23-patches-1.1.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23-patches-1.1.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=f74c043f49fece9a6c9e08ac8c6c1ce4 diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.1 b/metadata/md5-cache/sys-devel/binutils-2.23.1 index b2afc2e9012c..9900bd6d8333 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.1 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.1 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.23.1.tar.bz2 mirror://gentoo/binutils-2.23.1-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.1-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=9dbc94b2d1ff5fa7fa43d6957aff9ec8 diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.2 b/metadata/md5-cache/sys-devel/binutils-2.23.2 index 4071760a3b9b..7ee4aa59044e 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.2 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.2 @@ -3,10 +3,10 @@ DEPEND=sys-devel/gnuconfig >=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib DESCRIPTION=Tools necessary to build programs HOMEPAGE=http://sourceware.org/binutils/ IUSE=cxx nls multitarget multislot static-libs test vanilla zlib -KEYWORDS=alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -sparc-fbsd -x86-fbsd +KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -sparc-fbsd -x86-fbsd LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.23.2.tar.bz2 mirror://gentoo/binutils-2.23.2-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.2-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e8ad01b3e6f3a40c045b7df28e5ef1f0 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=4cfcf944e1f5b3bb78a8676025914af4 diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.1 b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.1 index 870480a5057b..b63b0e2e6ee0 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.1 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.1 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.23.51.0.1.tar.xz mirror://gentoo/binutils-2.23.51.0.1-patches-1.1.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.51.0.1-patches-1.1.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=b96d402ba4b7d94c68d0710be660fb02 diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.2 b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.2 index bf9582fc73bb..45bb313cad5d 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.2 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.2 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.23.51.0.2.tar.xz mirror://gentoo/binutils-2.23.51.0.2-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.51.0.2-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=cb6f2f75612ce9ac5e3b65fc70b43914 diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.3 b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.3 index 987626fec783..f6490d3d14a8 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.3 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.3 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.23.51.0.3.tar.xz mirror://gentoo/binutils-2.23.51.0.3-patches-1.1.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.51.0.3-patches-1.1.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=0d1820e139f8c6e108eb4d36385e7fee diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.5 b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.5 index 6bb8ae238c09..e0e6be07bf92 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.5 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.5 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.23.51.0.5.tar.xz mirror://gentoo/binutils-2.23.51.0.5-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.51.0.5-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=2208f831d5c453a4a588d53a1a1f3366 diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.6 b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.6 index 88404f95855a..3515a77a341d 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.6 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.6 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.23.51.0.6.tar.xz mirror://gentoo/binutils-2.23.51.0.6-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.51.0.6-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=09d8bc4cb7573358a6073e6721c89343 diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.7 b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.7 index 0ce240430489..e5b4e2496591 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.7 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.7 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.23.51.0.7.tar.xz mirror://gentoo/binutils-2.23.51.0.7-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.51.0.7-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=199eb2732272f50e53b53484273aebfa diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.8 b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.8 index e55fefda69ab..47a987c1fb75 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.8 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.8 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.23.51.0.8.tar.xz mirror://gentoo/binutils-2.23.51.0.8-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.51.0.8-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=911106caa903e2e757a12d5fb70e87c3 diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.9 b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.9 index bf2c4859d6da..047792631d26 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.51.0.9 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.51.0.9 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.23.51.0.9.tar.xz mirror://gentoo/binutils-2.23.51.0.9-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.51.0.9-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=82f571f7abaf2aafc59a181a1d14456d diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.52.0.1 b/metadata/md5-cache/sys-devel/binutils-2.23.52.0.1 index 3aa21d3fd9d2..680476acb740 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.52.0.1 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.52.0.1 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.23.52.0.1.tar.xz mirror://gentoo/binutils-2.23.52.0.1-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.52.0.1-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=eed36138dc56f74a174e05907b15ce1e diff --git a/metadata/md5-cache/sys-devel/binutils-2.23.52.0.2 b/metadata/md5-cache/sys-devel/binutils-2.23.52.0.2 index c6dec1a073b8..b405aa0c6984 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.23.52.0.2 +++ b/metadata/md5-cache/sys-devel/binutils-2.23.52.0.2 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.23.52.0.2.tar.xz mirror://gentoo/binutils-2.23.52.0.2-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.52.0.2-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=d47fa8c1bb04c6c6cd2725b074449c72 diff --git a/metadata/md5-cache/sys-devel/binutils-2.24.51.0.1 b/metadata/md5-cache/sys-devel/binutils-2.24.51.0.1 index 72952ebecb3d..063b3cd8b9dd 100644 --- a/metadata/md5-cache/sys-devel/binutils-2.24.51.0.1 +++ b/metadata/md5-cache/sys-devel/binutils-2.24.51.0.1 @@ -7,5 +7,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.24.51.0.1.tar.xz mirror://gentoo/binutils-2.24.51.0.1-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.24.51.0.1-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=a8684cfb31e1b66bfd4b9a5793a9de48 diff --git a/metadata/md5-cache/sys-devel/binutils-2.24.51.0.2 b/metadata/md5-cache/sys-devel/binutils-2.24.51.0.2 new file mode 100644 index 000000000000..2a5a7ecade6a --- /dev/null +++ b/metadata/md5-cache/sys-devel/binutils-2.24.51.0.2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install postinst postrm test unpack +DEPEND=sys-devel/gnuconfig >=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) test? ( dev-util/dejagnu ) nls? ( sys-devel/gettext ) sys-devel/flex virtual/yacc +DESCRIPTION=Tools necessary to build programs +HOMEPAGE=http://sourceware.org/binutils/ +IUSE=cxx nls multitarget multislot static-libs test vanilla zlib +LICENSE=|| ( GPL-3 LGPL-3 ) +RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) +SLOT=0 +SRC_URI=mirror://kernel/linux/devel/binutils/binutils-2.24.51.0.2.tar.xz mirror://gentoo/binutils-2.24.51.0.2-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.24.51.0.2-patches-1.0.tar.xz +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=47f088e5847e7f8650f9d8d8e0c3ba26 diff --git a/metadata/md5-cache/sys-devel/binutils-9999 b/metadata/md5-cache/sys-devel/binutils-9999 index 9c7a8cf05cba..78bb1d49b056 100644 --- a/metadata/md5-cache/sys-devel/binutils-9999 +++ b/metadata/md5-cache/sys-devel/binutils-9999 @@ -6,5 +6,5 @@ IUSE=cxx nls multitarget multislot static-libs test vanilla zlib LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 git-2 2027b81a576527fa16bece425941e094 git-r3 f089608c770d9ad72a2c92b547d2b20d gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 git-2 2027b81a576527fa16bece425941e094 git-r3 f089608c770d9ad72a2c92b547d2b20d gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=0bce97c0ef865e145c20ff034e7d3423 diff --git a/metadata/md5-cache/sys-devel/binutils-hppa64-2.19.1 b/metadata/md5-cache/sys-devel/binutils-hppa64-2.19.1 index 0628206b4fab..aea41fa693a9 100644 --- a/metadata/md5-cache/sys-devel/binutils-hppa64-2.19.1 +++ b/metadata/md5-cache/sys-devel/binutils-hppa64-2.19.1 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.19.1.tar.bz2 mirror://gentoo/binutils-2.19.1-patches-1.2.tar.bz2 http://dev.gentoo.org/~vapier/dist/binutils-2.19.1-patches-1.2.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=32a179d9560640cf9ac9e46e1ba49e43 diff --git a/metadata/md5-cache/sys-devel/binutils-hppa64-2.20.1 b/metadata/md5-cache/sys-devel/binutils-hppa64-2.20.1 index fe629ea7e6a2..02c9af40b17c 100644 --- a/metadata/md5-cache/sys-devel/binutils-hppa64-2.20.1 +++ b/metadata/md5-cache/sys-devel/binutils-hppa64-2.20.1 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.20.1.tar.bz2 mirror://gentoo/binutils-2.20.1-patches-1.1.tar.bz2 http://dev.gentoo.org/~vapier/dist/binutils-2.20.1-patches-1.1.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=a3bc6ae66ae302292cb2ed3a1eb9d129 diff --git a/metadata/md5-cache/sys-devel/binutils-hppa64-2.21.1-r1 b/metadata/md5-cache/sys-devel/binutils-hppa64-2.21.1-r1 index 66932e6dd1f0..1194ad05dc62 100644 --- a/metadata/md5-cache/sys-devel/binutils-hppa64-2.21.1-r1 +++ b/metadata/md5-cache/sys-devel/binutils-hppa64-2.21.1-r1 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.21.1.tar.bz2 mirror://gentoo/binutils-2.21.1-patches-1.1.tar.bz2 http://dev.gentoo.org/~vapier/dist/binutils-2.21.1-patches-1.1.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=5ed288fb163337bba176460b85975e2a diff --git a/metadata/md5-cache/sys-devel/binutils-hppa64-2.22 b/metadata/md5-cache/sys-devel/binutils-hppa64-2.22 index a34e99d75af7..7833b38e3cc2 100644 --- a/metadata/md5-cache/sys-devel/binutils-hppa64-2.22 +++ b/metadata/md5-cache/sys-devel/binutils-hppa64-2.22 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/patch-2.6.1 >=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.22.tar.bz2 mirror://gentoo/binutils-2.22-patches-1.2.tar.bz2 http://dev.gentoo.org/~vapier/dist/binutils-2.22-patches-1.2.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=af474f28ca26ca8847ae586db6e27230 diff --git a/metadata/md5-cache/sys-devel/binutils-hppa64-2.23.1 b/metadata/md5-cache/sys-devel/binutils-hppa64-2.23.1 index decaf0b6ce69..11579a72fe62 100644 --- a/metadata/md5-cache/sys-devel/binutils-hppa64-2.23.1 +++ b/metadata/md5-cache/sys-devel/binutils-hppa64-2.23.1 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/patch-2.6.1 >=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.23.1.tar.bz2 mirror://gentoo/binutils-2.23.1-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.1-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=b40ddbb3de90cb563d4d78d322b88fe9 diff --git a/metadata/md5-cache/sys-devel/binutils-hppa64-2.23.2 b/metadata/md5-cache/sys-devel/binutils-hppa64-2.23.2 index 13ee5ad212fe..7030d8c476c2 100644 --- a/metadata/md5-cache/sys-devel/binutils-hppa64-2.23.2 +++ b/metadata/md5-cache/sys-devel/binutils-hppa64-2.23.2 @@ -8,5 +8,5 @@ LICENSE=|| ( GPL-3 LGPL-3 ) RDEPEND=>=sys-devel/patch-2.6.1 >=sys-devel/binutils-config-1.9 zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/binutils/binutils-2.23.2.tar.bz2 mirror://gentoo/binutils-2.23.2-patches-1.0.tar.xz http://dev.gentoo.org/~vapier/dist/binutils-2.23.2-patches-1.0.tar.xz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils 616248263bd3eb5f020b45914e193e4b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-binutils d86a6d3b230944d03ce97afd4f4eb1ee toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=f0e412e8ce318f3b4742a3d456b5d5f1 diff --git a/metadata/md5-cache/sys-devel/gcc-config-1.6 b/metadata/md5-cache/sys-devel/gcc-config-1.6 index 0d112570b502..6fc2ba9d75b8 100644 --- a/metadata/md5-cache/sys-devel/gcc-config-1.6 +++ b/metadata/md5-cache/sys-devel/gcc-config-1.6 @@ -5,5 +5,5 @@ KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://gentoo/gcc-config-1.6.tar.xz http://dev.gentoo.org/~vapier/dist/gcc-config-1.6.tar.xz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=3699c05b9f7187fc3a3c169dc7e3e05f diff --git a/metadata/md5-cache/sys-devel/gcc-config-1.7 b/metadata/md5-cache/sys-devel/gcc-config-1.7 index fedcc63c4c2f..49ea82ae9d03 100644 --- a/metadata/md5-cache/sys-devel/gcc-config-1.7 +++ b/metadata/md5-cache/sys-devel/gcc-config-1.7 @@ -5,5 +5,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://gentoo/gcc-config-1.7.tar.xz http://dev.gentoo.org/~vapier/dist/gcc-config-1.7.tar.xz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=07f41d4df96ee0aee3b752a1389b03e1 diff --git a/metadata/md5-cache/sys-devel/gcc-config-1.7.1 b/metadata/md5-cache/sys-devel/gcc-config-1.7.1 index 2cc014c9531e..e79c4f4b6561 100644 --- a/metadata/md5-cache/sys-devel/gcc-config-1.7.1 +++ b/metadata/md5-cache/sys-devel/gcc-config-1.7.1 @@ -5,5 +5,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://gentoo/gcc-config-1.7.1.tar.xz http://dev.gentoo.org/~vapier/dist/gcc-config-1.7.1.tar.xz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=7f7216bebf1504a599e6494bbcb6a21f diff --git a/metadata/md5-cache/sys-devel/gcc-config-1.7.2 b/metadata/md5-cache/sys-devel/gcc-config-1.7.2 index 4c73aa2e6228..47bf02b5c1f6 100644 --- a/metadata/md5-cache/sys-devel/gcc-config-1.7.2 +++ b/metadata/md5-cache/sys-devel/gcc-config-1.7.2 @@ -5,5 +5,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://gentoo/gcc-config-1.7.2.tar.xz http://dev.gentoo.org/~vapier/dist/gcc-config-1.7.2.tar.xz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=43bf2b38db57e9cae041dcacf579fc39 diff --git a/metadata/md5-cache/sys-devel/gcc-config-1.7.3 b/metadata/md5-cache/sys-devel/gcc-config-1.7.3 index 3360be990ea6..518bf3aeddf8 100644 --- a/metadata/md5-cache/sys-devel/gcc-config-1.7.3 +++ b/metadata/md5-cache/sys-devel/gcc-config-1.7.3 @@ -5,5 +5,5 @@ KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64 LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://gentoo/gcc-config-1.7.3.tar.xz http://dev.gentoo.org/~vapier/dist/gcc-config-1.7.3.tar.xz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=e041ae1a17463ace001e4adfcc71a481 diff --git a/metadata/md5-cache/sys-devel/gcc-config-1.8 b/metadata/md5-cache/sys-devel/gcc-config-1.8 index c046235445e9..b797152f4af8 100644 --- a/metadata/md5-cache/sys-devel/gcc-config-1.8 +++ b/metadata/md5-cache/sys-devel/gcc-config-1.8 @@ -5,5 +5,5 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://gentoo/gcc-config-1.8.tar.xz http://dev.gentoo.org/~vapier/dist/gcc-config-1.8.tar.xz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=589d2d2ec35e64a64e4cd06ce23f9544 diff --git a/metadata/md5-cache/sys-devel/libtool-2.4.2 b/metadata/md5-cache/sys-devel/libtool-2.4.2 index 8eb154897bbc..dc3ca5efef12 100644 --- a/metadata/md5-cache/sys-devel/libtool-2.4.2 +++ b/metadata/md5-cache/sys-devel/libtool-2.4.2 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=sys-devel/gnuconfig !=sys-devel/autoconf-2.65 >=sys-devel/automake-1.11.1 SLOT=2 -_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e git-2 2027b81a576527fa16bece425941e094 git-r3 f089608c770d9ad72a2c92b547d2b20d libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e git-2 2027b81a576527fa16bece425941e094 git-r3 f089608c770d9ad72a2c92b547d2b20d libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 _md5_=86ad7f39dadb63660eee922299ae0a5a diff --git a/metadata/md5-cache/sys-fs/btrfs-progs-3.12-r1 b/metadata/md5-cache/sys-fs/btrfs-progs-3.12-r1 index 46401c6d429e..270f88451aea 100644 --- a/metadata/md5-cache/sys-fs/btrfs-progs-3.12-r1 +++ b/metadata/md5-cache/sys-fs/btrfs-progs-3.12-r1 @@ -3,10 +3,10 @@ DEPEND=dev-libs/lzo sys-libs/zlib sys-apps/acl sys-fs/e2fsprogs DESCRIPTION=Btrfs filesystem utilities EAPI=5 HOMEPAGE=https://btrfs.wiki.kernel.org -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=dev-libs/lzo sys-libs/zlib sys-apps/acl sys-fs/e2fsprogs SLOT=0/0 SRC_URI=https://www.kernel.org/pub/linux/kernel/people/mason/btrfs-progs/btrfs-progs-v3.12.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=74039650aa56a46b37c886b69e752546 +_md5_=88462780a83bcec472faa860b8991ddd diff --git a/metadata/md5-cache/sys-fs/cryptsetup-1.6.2 b/metadata/md5-cache/sys-fs/cryptsetup-1.6.2 index 5813ee41cbcc..f5d7e06a23ae 100644 --- a/metadata/md5-cache/sys-fs/cryptsetup-1.6.2 +++ b/metadata/md5-cache/sys-fs/cryptsetup-1.6.2 @@ -4,11 +4,11 @@ DESCRIPTION=Tool to setup encrypted devices with dm-crypt EAPI=5 HOMEPAGE=http://code.google.com/p/cryptsetup/ IUSE=+gcrypt kernel nettle openssl nls python reencrypt static static-libs udev urandom python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=GPL-2+ RDEPEND=static-libs? ( dev-libs/libgpg-error[static-libs(+)] dev-libs/popt[static-libs(+)] sys-apps/util-linux[static-libs(+)] gcrypt? ( dev-libs/libgcrypt[static-libs(+)] ) nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] ) openssl? ( dev-libs/openssl[static-libs(+)] ) sys-fs/lvm2[static-libs(+)] sys-libs/e2fsprogs-libs[static-libs(+)] udev? ( virtual/udev[static-libs(+)] ) ) dev-libs/libgpg-error dev-libs/popt sys-apps/util-linux gcrypt? ( dev-libs/libgcrypt ) nettle? ( >=dev-libs/nettle-2.4 ) openssl? ( dev-libs/openssl ) sys-fs/lvm2 sys-libs/e2fsprogs-libs udev? ( virtual/udev ) python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) REQUIRED_USE=^^ ( gcrypt kernel nettle openssl ) python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 SRC_URI=http://cryptsetup.googlecode.com/files/cryptsetup-1.6.2.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e libtool 60a86ca1cbe8068e3d9df0d3004dc520 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e2dfb5b9efc422b06f8722ed20ae9833 +_md5_=8f36504668e9ccad620397a0769139dd diff --git a/metadata/md5-cache/sys-fs/dmraid-1.0.0_rc16-r3 b/metadata/md5-cache/sys-fs/dmraid-1.0.0_rc16-r3 index eb7be6965f14..4b75faf56e15 100644 --- a/metadata/md5-cache/sys-fs/dmraid-1.0.0_rc16-r3 +++ b/metadata/md5-cache/sys-fs/dmraid-1.0.0_rc16-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Device-mapper RAID tool and library EAPI=5 HOMEPAGE=http://people.redhat.com/~heinzm/sw/dmraid/ IUSE=dietlibc intel_led klibc led mini static -KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 LICENSE=GPL-2 RDEPEND=>=sys-fs/lvm2-2.02.45 klibc? ( dev-libs/klibc ) dietlibc? ( dev-libs/dietlibc ) REQUIRED_USE=klibc? ( !dietlibc ) SLOT=0 SRC_URI=http://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-1.0.0.rc16-3.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=7a9db1f8dc21aba2a1a028837f03e4fd +_md5_=11e1e2bb3b858a406f94fa97526f9d0a diff --git a/metadata/md5-cache/sys-fs/dosfstools-3.0.22 b/metadata/md5-cache/sys-fs/dosfstools-3.0.22 index 4aaa00798e23..f3d32e49d394 100644 --- a/metadata/md5-cache/sys-fs/dosfstools-3.0.22 +++ b/metadata/md5-cache/sys-fs/dosfstools-3.0.22 @@ -2,10 +2,10 @@ DEFINED_PHASES=prepare DESCRIPTION=DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat EAPI=5 HOMEPAGE=http://www.daniel-baumann.ch/software/dosfstools/ -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-3 RESTRICT=test SLOT=0 SRC_URI=http://www.daniel-baumann.ch/files/software/dosfstools/dosfstools-3.0.22.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=128ed3e528dfd1491274e4df2314ceb8 +_md5_=4fe2af9d6c1c3f84fcccc7748f4dd0f1 diff --git a/metadata/md5-cache/sys-fs/lsscsi-0.27 b/metadata/md5-cache/sys-fs/lsscsi-0.27 index 8fe76899e789..7288255eb416 100644 --- a/metadata/md5-cache/sys-fs/lsscsi-0.27 +++ b/metadata/md5-cache/sys-fs/lsscsi-0.27 @@ -2,8 +2,8 @@ DEFINED_PHASES=- DESCRIPTION=SCSI sysfs query tool EAPI=4 HOMEPAGE=http://sg.danny.cz/scsi/lsscsi.html -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86 +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://sg.danny.cz/scsi/lsscsi-0.27.tgz -_md5_=6ed3f316ee5634aaf6c873efb1eeddff +_md5_=82c90ca00f63b397210fb76192d70a6e diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.10.20 b/metadata/md5-cache/sys-kernel/aufs-sources-3.10.20 deleted file mode 100644 index 6c56a04436d6..000000000000 --- a/metadata/md5-cache/sys-kernel/aufs-sources-3.10.20 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( =dev-lang/python-2* ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.10 kernel tree and aufs3 support -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/ -IUSE=deblob experimental module vanilla symlink build deblob -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.10.20 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-3.10 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-check -> deblob-check-3.10 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.10_p20131111.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.10-28.base.tar.xz mirror://gentoo/genpatches-3.10-28.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-28.experimental.tar.xz ) ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e kernel-2 4d3bcae9a98bcc93a217f087c087e16d multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e9e905e074fc16b37ffbe74b95d9b967 diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.10.21 b/metadata/md5-cache/sys-kernel/aufs-sources-3.10.21 deleted file mode 100644 index 79803fdcc0a7..000000000000 --- a/metadata/md5-cache/sys-kernel/aufs-sources-3.10.21 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( =dev-lang/python-2* ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.10 kernel tree and aufs3 support -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/ -IUSE=deblob experimental module vanilla symlink build deblob -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.10.21 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-3.10 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-check -> deblob-check-3.10 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.10_p20131111.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.10-29.base.tar.xz mirror://gentoo/genpatches-3.10-29.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-29.experimental.tar.xz ) ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e kernel-2 4d3bcae9a98bcc93a217f087c087e16d multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=374b10fe3688ae54ea17411f142a85d9 diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.10.19 b/metadata/md5-cache/sys-kernel/aufs-sources-3.10.25 similarity index 86% rename from metadata/md5-cache/sys-kernel/aufs-sources-3.10.19 rename to metadata/md5-cache/sys-kernel/aufs-sources-3.10.25 index 4ebc3fff3b68..00ab3a196f78 100644 --- a/metadata/md5-cache/sys-kernel/aufs-sources-3.10.19 +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.10.25 @@ -9,7 +9,7 @@ LICENSE=GPL-2 !deblob? ( freedist ) PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.10.19 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-3.10 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-check -> deblob-check-3.10 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.10_p20131111.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.10-27.base.tar.xz mirror://gentoo/genpatches-3.10-27.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-27.experimental.tar.xz ) ) +SLOT=3.10.25 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-3.10 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.10.N/deblob-check -> deblob-check-3.10 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.10_p20131111.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.10-32.base.tar.xz mirror://gentoo/genpatches-3.10-32.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-32.experimental.tar.xz ) ) _eclasses_=eutils a82a329b538368791f5a6113c60e557e kernel-2 4d3bcae9a98bcc93a217f087c087e16d multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=75db36ff932e2ba85d31ffb977c2c0d2 +_md5_=b0dd2df28adb33283fd0c807917871d8 diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.12.0 b/metadata/md5-cache/sys-kernel/aufs-sources-3.12.0 deleted file mode 100644 index 58d6e999d26a..000000000000 --- a/metadata/md5-cache/sys-kernel/aufs-sources-3.12.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( =dev-lang/python-2* ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree and aufs3 support -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/ -IUSE=deblob experimental module vanilla symlink build deblob -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.12.0 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.12_p20131111.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.12-1.base.tar.xz mirror://gentoo/genpatches-3.12-1.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-1.experimental.tar.xz ) ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e kernel-2 4d3bcae9a98bcc93a217f087c087e16d multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=cfc32e6c4233f9ac685f1f3b3d13a1ff diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.12.2 b/metadata/md5-cache/sys-kernel/aufs-sources-3.12.2 deleted file mode 100644 index cb7531e8ce0b..000000000000 --- a/metadata/md5-cache/sys-kernel/aufs-sources-3.12.2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( =dev-lang/python-2* ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree and aufs3 support -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/ -IUSE=deblob experimental module vanilla symlink build deblob -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.12.2 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.12_p20131111.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.12-3.base.tar.xz mirror://gentoo/genpatches-3.12-3.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-3.experimental.tar.xz ) ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e kernel-2 4d3bcae9a98bcc93a217f087c087e16d multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=19685184f06d81071c20d8456272a5b6 diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.12.3 b/metadata/md5-cache/sys-kernel/aufs-sources-3.12.3 deleted file mode 100644 index a10fa8274a7a..000000000000 --- a/metadata/md5-cache/sys-kernel/aufs-sources-3.12.3 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( =dev-lang/python-2* ) -DESCRIPTION=Full sources including the Gentoo patchset for the 3.12 kernel tree and aufs3 support -EAPI=5 -HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/ -IUSE=deblob experimental module vanilla symlink build deblob -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) -RESTRICT=binchecks strip -SLOT=3.12.3 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.12_p20131111.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.12-4.base.tar.xz mirror://gentoo/genpatches-3.12-4.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-4.experimental.tar.xz ) ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e kernel-2 4d3bcae9a98bcc93a217f087c087e16d multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=ea51fd2ef3851bcab02b219dd283396d diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.12.1 b/metadata/md5-cache/sys-kernel/aufs-sources-3.12.7 similarity index 88% rename from metadata/md5-cache/sys-kernel/aufs-sources-3.12.1 rename to metadata/md5-cache/sys-kernel/aufs-sources-3.12.7 index 57b00a45746b..4484740aa767 100644 --- a/metadata/md5-cache/sys-kernel/aufs-sources-3.12.1 +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.12.7 @@ -9,7 +9,7 @@ LICENSE=GPL-2 !deblob? ( freedist ) PDEPEND=>=sys-fs/aufs-util-3.9 !build? ( virtual/dev-manager ) RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) RESTRICT=binchecks strip -SLOT=3.12.1 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.12_p20131111.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.12-2.base.tar.xz mirror://gentoo/genpatches-3.12-2.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-2.experimental.tar.xz ) ) +SLOT=3.12.7 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-3.12 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.12.N/deblob-check -> deblob-check-3.12 ) http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.12_p20131111.tar.xz !vanilla? ( mirror://gentoo/genpatches-3.12-7.base.tar.xz mirror://gentoo/genpatches-3.12-7.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.12-7.experimental.tar.xz ) ) _eclasses_=eutils a82a329b538368791f5a6113c60e557e kernel-2 4d3bcae9a98bcc93a217f087c087e16d multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=968e6d25aab02a6341d5855707ab83a3 +_md5_=8f5d9fbeea0afc674688daab299198ec diff --git a/metadata/md5-cache/sys-kernel/git-sources-3.13_rc5 b/metadata/md5-cache/sys-kernel/git-sources-3.13_rc5 new file mode 100644 index 000000000000..d34b21e5639d --- /dev/null +++ b/metadata/md5-cache/sys-kernel/git-sources-3.13_rc5 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=The very latest -git version of the Linux kernel +EAPI=5 +HOMEPAGE=http://www.kernel.org +IUSE=symlink build +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 freedist +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.13_rc5 +SRC_URI=mirror://kernel/linux/kernel/v3.x/testing/patch-3.13-rc5.xz mirror://kernel/linux/kernel/v3.x/linux-3.12.tar.xz +_eclasses_=eutils a82a329b538368791f5a6113c60e557e kernel-2 4d3bcae9a98bcc93a217f087c087e16d multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=8eb5cdbb12cb9c602aae4c8d3f46bc2d diff --git a/metadata/md5-cache/sys-libs/glibc-2.15-r1 b/metadata/md5-cache/sys-libs/glibc-2.15-r1 index fda1e64de530..42b1eeccd123 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.15-r1 +++ b/metadata/md5-cache/sys-libs/glibc-2.15-r1 @@ -9,5 +9,5 @@ RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-d RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.15.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.15.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.15.tar.xz mirror://gentoo/glibc-2.15.tar.xz mirror://gnu/glibc/glibc-ports-2.15.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-ports-2.15.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-2.15-patches-13.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.15-patches-13.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.15-patches-13.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=5baa82c45ffc1856d81bde1aaed5af91 diff --git a/metadata/md5-cache/sys-libs/glibc-2.15-r2 b/metadata/md5-cache/sys-libs/glibc-2.15-r2 index 2702909a6ce1..f70fbf157582 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.15-r2 +++ b/metadata/md5-cache/sys-libs/glibc-2.15-r2 @@ -9,5 +9,5 @@ RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-d RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.15.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.15.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.15.tar.xz mirror://gentoo/glibc-2.15.tar.xz mirror://gnu/glibc/glibc-ports-2.15.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-ports-2.15.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-2.15-patches-21.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.15-patches-21.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.15-patches-21.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=3b5e4e8fafea2fbcf0a6a6eedf32901c diff --git a/metadata/md5-cache/sys-libs/glibc-2.15-r3 b/metadata/md5-cache/sys-libs/glibc-2.15-r3 index 3d0bab6c24e5..1a7701337ea3 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.15-r3 +++ b/metadata/md5-cache/sys-libs/glibc-2.15-r3 @@ -9,5 +9,5 @@ RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-d RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.15.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.15.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.15.tar.xz mirror://gentoo/glibc-2.15.tar.xz mirror://gnu/glibc/glibc-ports-2.15.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-ports-2.15.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-2.15-patches-23.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.15-patches-23.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.15-patches-23.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=e8160f1854806a7b3a47d5e96887c81f diff --git a/metadata/md5-cache/sys-libs/glibc-2.16.0 b/metadata/md5-cache/sys-libs/glibc-2.16.0 index 72ad54826d66..e7e7b006ded9 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.16.0 +++ b/metadata/md5-cache/sys-libs/glibc-2.16.0 @@ -9,5 +9,5 @@ RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-d RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.16.0.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.16.0.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.16.0.tar.xz mirror://gentoo/glibc-2.16.0.tar.xz mirror://gnu/glibc/glibc-ports-2.16.0.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-ports-2.16.0.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-ports-2.16.0.tar.xz mirror://gentoo/glibc-ports-2.16.0.tar.xz mirror://gentoo/glibc-2.16.0-patches-12.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.16.0-patches-12.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.16.0-patches-12.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=20a6e750645cc5016d3e0920c9c51d17 diff --git a/metadata/md5-cache/sys-libs/glibc-2.17 b/metadata/md5-cache/sys-libs/glibc-2.17 index 393b3beb1884..fad00baa7198 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.17 +++ b/metadata/md5-cache/sys-libs/glibc-2.17 @@ -9,5 +9,5 @@ RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-d RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.17.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.17.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.17.tar.xz mirror://gentoo/glibc-2.17.tar.xz mirror://gentoo/glibc-2.17-patches-8.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.17-patches-8.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.17-patches-8.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=1abc3224e544a61e1672f9b23347e53e diff --git a/metadata/md5-cache/sys-libs/glibc-2.18 b/metadata/md5-cache/sys-libs/glibc-2.18 index 013b2babcabb..fc06cfe02448 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.18 +++ b/metadata/md5-cache/sys-libs/glibc-2.18 @@ -8,5 +8,5 @@ RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-d RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.18.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.18.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.18.tar.xz mirror://gentoo/glibc-2.18.tar.xz mirror://gentoo/glibc-2.18-patches-2.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.18-patches-2.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.18-patches-2.tar.bz2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=afdfa4c14893e4bc33dff82f8540c74f diff --git a/metadata/md5-cache/sys-libs/glibc-9999 b/metadata/md5-cache/sys-libs/glibc-9999 index fae5a7d07d73..8572a236e6c5 100644 --- a/metadata/md5-cache/sys-libs/glibc-9999 +++ b/metadata/md5-cache/sys-libs/glibc-9999 @@ -7,5 +7,5 @@ LICENSE=LGPL-2.1+ BSD HPND ISC inner-net rc PCRE RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-db vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 git-2 2027b81a576527fa16bece425941e094 git-r3 f089608c770d9ad72a2c92b547d2b20d gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 git-2 2027b81a576527fa16bece425941e094 git-r3 f089608c770d9ad72a2c92b547d2b20d gnuconfig ee02e61d6c68cee478e2e69214b7caef multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=16abfc0d6a783c098dbe0d7c09758a6b diff --git a/metadata/md5-cache/sys-libs/libcxx-0.0_p20131222 b/metadata/md5-cache/sys-libs/libcxx-0.0_p20131222 new file mode 100644 index 000000000000..626a54fa6ce4 --- /dev/null +++ b/metadata/md5-cache/sys-libs/libcxx-0.0_p20131222 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=libcxxrt? ( >=sys-libs/libcxxrt-0.0_p20130530[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) !libcxxrt? ( >=sys-devel/gcc-4.7[cxx] ) test? ( sys-devel/clang ) app-arch/xz-utils userland_GNU? ( >=sys-apps/coreutils-8.5 ) +DESCRIPTION=New implementation of the C++ standard library, targeting C++11 +EAPI=5 +HOMEPAGE=http://libcxx.llvm.org/ +IUSE=elibc_glibc +libcxxrt static-libs test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 +KEYWORDS=~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux +LICENSE=|| ( UoI-NCSA MIT ) +RDEPEND=libcxxrt? ( >=sys-libs/libcxxrt-0.0_p20130530[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) !libcxxrt? ( >=sys-devel/gcc-4.7[cxx] ) +SLOT=0 +SRC_URI=mirror://gentoo/libcxx-0.0_p20131222.tar.xz +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=ecd0c5c7933b518d01454df7f5037bd7 diff --git a/metadata/md5-cache/sys-libs/libcxx-9999 b/metadata/md5-cache/sys-libs/libcxx-9999 index c487eca4b400..ea4aa7232c2a 100644 --- a/metadata/md5-cache/sys-libs/libcxx-9999 +++ b/metadata/md5-cache/sys-libs/libcxx-9999 @@ -8,4 +8,4 @@ LICENSE=|| ( UoI-NCSA MIT ) RDEPEND=libcxxrt? ( >=sys-libs/libcxxrt-0.0_p20130530[static-libs?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) !libcxxrt? ( >=sys-devel/gcc-4.7[cxx] ) SLOT=0 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed subversion de38ef8c5baf84d80e695a4d6ad26554 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=81d07006a32b18e06131a20057f9fe1c +_md5_=7927cf7755e22662f08ff29da673718c diff --git a/metadata/md5-cache/sys-libs/libcxxrt-0.0_p20131222 b/metadata/md5-cache/sys-libs/libcxxrt-0.0_p20131222 new file mode 100644 index 000000000000..d7f0a28142ac --- /dev/null +++ b/metadata/md5-cache/sys-libs/libcxxrt-0.0_p20131222 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=libunwind? ( >=sys-libs/libunwind-1.0.1-r1[static-libs?] ) app-arch/xz-utils userland_GNU? ( >=sys-apps/coreutils-8.5 ) +DESCRIPTION=C++ Runtime from PathScale, FreeBSD and NetBSD. +EAPI=5 +HOMEPAGE=https://github.com/pathscale/libcxxrt http://www.pathscale.com/node/265 +IUSE=libunwind static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 +KEYWORDS=~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux +LICENSE=BSD-2 +RDEPEND=libunwind? ( >=sys-libs/libunwind-1.0.1-r1[static-libs?] ) +SLOT=0 +SRC_URI=mirror://gentoo/libcxxrt-0.0_p20131222.tar.xz +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=00481d98b5f7adf087b50fb070a0ed4f diff --git a/metadata/md5-cache/sys-libs/libcxxrt-9999 b/metadata/md5-cache/sys-libs/libcxxrt-9999 index 9616a7c3a660..511c2bbdf184 100644 --- a/metadata/md5-cache/sys-libs/libcxxrt-9999 +++ b/metadata/md5-cache/sys-libs/libcxxrt-9999 @@ -8,4 +8,4 @@ LICENSE=BSD-2 RDEPEND=libunwind? ( >=sys-libs/libunwind-1.0.1-r1[static-libs?] ) SLOT=0 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 git-2 2027b81a576527fa16bece425941e094 git-r3 f089608c770d9ad72a2c92b547d2b20d multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multilib-minimal 6d23cf688d036d6971741fb66703f6f7 multiprocessing c2d96fb38f2596209e98fceda58ba1ed portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=5d09d4420cac44acd0af2c143cf7e350 +_md5_=59f37a4e4c2c5ee896d2be90346fa3ae diff --git a/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r6 b/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r6 index 1f0eb429ca30..13e72be1e811 100644 --- a/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r6 +++ b/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r6 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile install postinst setup test unpack DESCRIPTION=C library for developing embedded Linux systems HOMEPAGE=http://www.uclibc.org/ IUSE=debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp crosscompile_opts_headers-only savedconfig -KEYWORDS=-* ~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86 +KEYWORDS=-* amd64 arm m68k ~mips ppc sh sparc x86 LICENSE=LGPL-2 RESTRICT=strip SLOT=0 SRC_URI=http://uclibc.org/downloads/uClibc-0.9.33.2.tar.bz2 mirror://gentoo/uClibc-0.9.33.2-patches-8.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=5b891047e9bde40aaf7a8d4b45e3dc93 +_md5_=f1be155e2d10484a5e6ebc2a3049f557 diff --git a/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r7 b/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r7 new file mode 100644 index 000000000000..39c2a1a48b2a --- /dev/null +++ b/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r7 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install postinst setup test unpack +DESCRIPTION=C library for developing embedded Linux systems +HOMEPAGE=http://www.uclibc.org/ +IUSE=debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp crosscompile_opts_headers-only savedconfig +KEYWORDS=-* ~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86 +LICENSE=LGPL-2 +RESTRICT=strip +SLOT=0 +SRC_URI=http://uclibc.org/downloads/uClibc-0.9.33.2.tar.bz2 mirror://gentoo/uClibc-0.9.33.2-patches-9.tar.bz2 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=4e45c4383bafb41e6a2f851cd82a3211 diff --git a/metadata/md5-cache/sys-libs/zlib-1.2.8-r1 b/metadata/md5-cache/sys-libs/zlib-1.2.8-r1 index 657e5a49dc8b..5d5dd43dfabc 100644 --- a/metadata/md5-cache/sys-libs/zlib-1.2.8-r1 +++ b/metadata/md5-cache/sys-libs/zlib-1.2.8-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Standard (de)compression library EAPI=4 HOMEPAGE=http://www.zlib.net/ IUSE=minizip static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=ZLIB RDEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) !=sys-libs/ncurses-5.7-r7[unicode?] ) SLOT=0 SRC_URI=http://pkgs.fedoraproject.org/repo/pkgs/procps-ng/procps-ng-3.3.8.tar.xz/aecbeeda2ab308f8d09dddcb4cb9a572/procps-ng-3.3.8.tar.xz https://gitorious.org/procps/procps/commit/ce5e995921e770bfcda25e42fe090aeccdbf1291.patch -> procps-3.3.8-respect_epipe_in_fileutils.patch _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3712f9566594d2fc84397468b159e11d +_md5_=f311ddcb1102b7f6767a21e79e948066 diff --git a/metadata/md5-cache/virtual/libusb-0-r1 b/metadata/md5-cache/virtual/libusb-0-r1 index f969f25c1798..adde30f52ad3 100644 --- a/metadata/md5-cache/virtual/libusb-0-r1 +++ b/metadata/md5-cache/virtual/libusb-0-r1 @@ -3,8 +3,8 @@ DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) DESCRIPTION=Virtual for libusb EAPI=5 IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~m68k ~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 ~m68k ~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 RDEPEND=|| ( >=dev-libs/libusb-compat-0.1.5-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=sys-freebsd/freebsd-lib-8.0[usb,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) SLOT=0 _eclasses_=multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=1219efcff50dbfd64f22eb826b48cb47 +_md5_=00bfa2aae79a4a13ab46026f690dbe9c diff --git a/metadata/md5-cache/virtual/libusb-1-r1 b/metadata/md5-cache/virtual/libusb-1-r1 index 0255db59447d..af0a02a4f401 100644 --- a/metadata/md5-cache/virtual/libusb-1-r1 +++ b/metadata/md5-cache/virtual/libusb-1-r1 @@ -3,8 +3,8 @@ DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) DESCRIPTION=Virtual for libusb EAPI=5 IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 -KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos RDEPEND=|| ( >=dev-libs/libusbx-1.0.16-r3:1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=dev-libs/libusb-1.0.9-r2:1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] >=sys-freebsd/freebsd-lib-9.1_rc3-r1[usb,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] ) SLOT=1 _eclasses_=multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 0bf1bbb0a7a26fc4daf3e660ef004ee5 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=e4fe41491369af861a82990b8d192d06 +_md5_=2a2b3bef6aa089a8925becb48a7d22e3 diff --git a/metadata/md5-cache/virtual/ruby-ffi-1 b/metadata/md5-cache/virtual/ruby-ffi-1 index 73c8de26638a..033f0cd1b6b3 100644 --- a/metadata/md5-cache/virtual/ruby-ffi-1 +++ b/metadata/md5-cache/virtual/ruby-ffi-1 @@ -3,8 +3,8 @@ DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lan DESCRIPTION=Virtual ebuild for the Ruby ffi library EAPI=2 IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby -KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris RDEPEND=ruby_targets_ruby18? ( dev-ruby/ffi[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/ffi[ruby_targets_ruby19] ) ruby_targets_ree18? ( dev-ruby/ffi[ruby_targets_ree18] ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) SLOT=0 _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e9ab8ba2e40cab73bcb4d8b4c4c35537 +_md5_=680f6123492971e8d5266ae203bd7409 diff --git a/metadata/md5-cache/virtual/ruby-ffi-2 b/metadata/md5-cache/virtual/ruby-ffi-2 index f90b139eb86e..7ac54daa9e23 100644 --- a/metadata/md5-cache/virtual/ruby-ffi-2 +++ b/metadata/md5-cache/virtual/ruby-ffi-2 @@ -3,8 +3,8 @@ DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lan DESCRIPTION=Virtual ebuild for the Ruby ffi library EAPI=2 IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby -KEYWORDS=~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris RDEPEND=ruby_targets_ruby18? ( dev-ruby/ffi[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/ffi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/ffi[ruby_targets_ruby20] ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) SLOT=0 _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=2f6102b0638928ee3bc703820736cfe9 +_md5_=32b2111a0f93064a51f04537abc0ca54 diff --git a/metadata/md5-cache/virtual/ruby-ssl-3 b/metadata/md5-cache/virtual/ruby-ssl-3 index 3acd24d030a0..d48fcf5dd5b4 100644 --- a/metadata/md5-cache/virtual/ruby-ssl-3 +++ b/metadata/md5-cache/virtual/ruby-ssl-3 @@ -3,8 +3,8 @@ DEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) DESCRIPTION=Virtual ebuild for the Ruby OpenSSL bindings EAPI=2 IUSE=elibc_FreeBSD ruby_targets_ruby20 -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris RDEPEND=dev-lang/ruby:2.0[ssl] ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) SLOT=ruby20 _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=44d66b13759a23be0041c5b1a9177d5e +_md5_=1e85970e654e7a6005083f17261fbaa4 diff --git a/metadata/md5-cache/virtual/ruby-threads-0 b/metadata/md5-cache/virtual/ruby-threads-0 index 02af9e8b117d..12145fe8c651 100644 --- a/metadata/md5-cache/virtual/ruby-threads-0 +++ b/metadata/md5-cache/virtual/ruby-threads-0 @@ -3,8 +3,8 @@ DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) DESCRIPTION=Virtual ebuild for a ruby interpreter with threading enabled. EAPI=2 IUSE=elibc_FreeBSD ruby_targets_ruby18 -KEYWORDS=alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd RDEPEND=dev-lang/ruby:1.8[threads] ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) SLOT=ruby18 _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=9f0a3bc22449099e8563f75df46662f0 +_md5_=fb9954fa821ce7ab5a6153a309096aad diff --git a/metadata/md5-cache/virtual/ruby-threads-1 b/metadata/md5-cache/virtual/ruby-threads-1 index dd0b6f132d6a..7dc1b10f6830 100644 --- a/metadata/md5-cache/virtual/ruby-threads-1 +++ b/metadata/md5-cache/virtual/ruby-threads-1 @@ -3,8 +3,8 @@ DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) DESCRIPTION=Virtual ebuild for a ruby interpreter with threading enabled. EAPI=2 IUSE=elibc_FreeBSD ruby_targets_ruby19 -KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-macos +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-macos RDEPEND=dev-lang/ruby:1.9 ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) SLOT=ruby19 _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=e582e11c5d14e7fc1b22c58b917ae50f +_md5_=d5e284296cf554daca2db3f4a7f8219e diff --git a/metadata/md5-cache/www-apache/mod_perl-2.0.8 b/metadata/md5-cache/www-apache/mod_perl-2.0.8 new file mode 100644 index 000000000000..67f41219a977 --- /dev/null +++ b/metadata/md5-cache/www-apache/mod_perl-2.0.8 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test unpack +DEPEND==dev-perl/Apache-Test-1.360 >=virtual/perl-CGI-3.08 dev-lang/perl www-servers/apache || ( www-servers/apache[-threads] dev-lang/perl[ithreads] ) =www-servers/apache-2* || ( >=dev-lang/perl-5.16 =dev-perl/Apache-Reload-0.11 >=dev-perl/Apache-SizeLimit-0.95 +RDEPEND==dev-perl/Apache-Test-1.360 >=virtual/perl-CGI-3.08 dev-lang/perl www-servers/apache || ( www-servers/apache[-threads] dev-lang/perl[ithreads] ) =www-servers/apache-2* || ( >=dev-lang/perl-5.16 =dev-ruby/daemon_controller-1.1.0[ruby_targets_ruby18] >=dev-ruby/rack-1.0.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/daemon_controller-1.1.0[ruby_targets_ruby19] >=dev-ruby/rack-1.0.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/daemon_controller-1.1.0[ruby_targets_ruby20] >=dev-ruby/rack-1.0.0[ruby_targets_ruby20] ) ) >=dev-libs/libev-4.11 net-misc/curl[ssl] =www-servers/apache-2* ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) +DESCRIPTION=Passenger (a.k.a. mod_rails) makes deployment of Ruby on Rails applications a breeze +EAPI=5 +HOMEPAGE=http://modrails.com/ +IUSE=debug test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/daemon_controller-1.1.0[ruby_targets_ruby18] >=dev-ruby/rack-1.0.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/daemon_controller-1.1.0[ruby_targets_ruby19] >=dev-ruby/rack-1.0.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/daemon_controller-1.1.0[ruby_targets_ruby20] >=dev-ruby/rack-1.0.0[ruby_targets_ruby20] ) >=dev-libs/libev-4.11 net-misc/curl[ssl] =www-servers/apache-2* ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ) +SLOT=0 +SRC_URI=http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.29.tar.gz +_eclasses_=apache-module 5c4c90da2d68c2dc8391666824f1293c depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_md5_=8306631458ce30bb7ace1d03609a2db8 diff --git a/metadata/md5-cache/www-apps/moinmoin-1.9.7-r1 b/metadata/md5-cache/www-apps/moinmoin-1.9.7-r1 index bab1767ddcfe..ff46bf73129a 100644 --- a/metadata/md5-cache/www-apps/moinmoin-1.9.7-r1 +++ b/metadata/md5-cache/www-apps/moinmoin-1.9.7-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Python WikiClone EAPI=5 HOMEPAGE=http://moinmo.in/ IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 vhosts -KEYWORDS=~amd64 ~arm ppc ~x86 +KEYWORDS=amd64 ~arm ppc ~x86 LICENSE=GPL-2 RDEPEND=>=dev-python/docutils-0.4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=dev-python/flup-1.0.2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=dev-python/pygments-1.1.1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=dev-python/werkzeug-0.7.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[xml] ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=app-admin/webapp-config-1.50.15 REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=http://static.moinmo.in/files/moin-1.9.7.tar.gz _eclasses_=distutils-r1 59b53892e6e67d8f2c5592e8a5ff3aac eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 82a55861314bbcedaf1e08ed4dd651b3 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 webapp 25b9b1696f5e698711f47d45c3d45e3e -_md5_=fa8311ffdd5c06e55ac64a410e574bd1 +_md5_=184202851ac463a58a63fa19a7307136 diff --git a/metadata/md5-cache/www-apps/owncloud-5.0.14a b/metadata/md5-cache/www-apps/owncloud-5.0.14a new file mode 100644 index 000000000000..8c83c79b7bd2 --- /dev/null +++ b/metadata/md5-cache/www-apps/owncloud-5.0.14a @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst prepare prerm setup +DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) virtual/httpd-php >=app-admin/webapp-config-1.50.15 +DESCRIPTION=Web-based storage application where all your data is under your own control +EAPI=5 +HOMEPAGE=http://owncloud.org +IUSE=+curl mysql postgres +sqlite vhosts +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=AGPL-3 +RDEPEND=|| ( >=dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip] sqlite? ( =app-admin/webapp-config-1.50.15 +REQUIRED_USE=|| ( mysql postgres sqlite ) +SLOT=5.0.14a +SRC_URI=http://download.owncloud.org/community/owncloud-5.0.14a.tar.bz2 -> owncloud-5.0.14a.tar.bz2 +_eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 webapp 25b9b1696f5e698711f47d45c3d45e3e +_md5_=96cf395d563b8e1338cceef7ba9661ea diff --git a/metadata/md5-cache/www-client/google-chrome-31.0.1650.63_p1 b/metadata/md5-cache/www-client/google-chrome-31.0.1650.63_p1 index 471f1ec1eb84..c62770a4eb17 100644 --- a/metadata/md5-cache/www-client/google-chrome-31.0.1650.63_p1 +++ b/metadata/md5-cache/www-client/google-chrome-31.0.1650.63_p1 @@ -10,5 +10,5 @@ RDEPEND=app-arch/bzip2 app-misc/ca-certificates dev-libs/atk dev-libs/expat dev- RESTRICT=bindist mirror strip SLOT=stable SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_31.0.1650.63-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_31.0.1650.63-1_i386.deb ) -_eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=9fc38abd17f4a60be86366e4c7d75ec9 diff --git a/metadata/md5-cache/www-client/google-chrome-32.0.1700.68_beta1 b/metadata/md5-cache/www-client/google-chrome-32.0.1700.68_beta1 index 179b7093cb88..54e5aa4bf15b 100644 --- a/metadata/md5-cache/www-client/google-chrome-32.0.1700.68_beta1 +++ b/metadata/md5-cache/www-client/google-chrome-32.0.1700.68_beta1 @@ -10,5 +10,5 @@ RDEPEND=app-arch/bzip2 app-misc/ca-certificates dev-libs/atk dev-libs/expat dev- RESTRICT=bindist mirror strip SLOT=beta SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_32.0.1700.68-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_32.0.1700.68-1_i386.deb ) -_eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=a6e1e50364d119bbc9f85f76343ee4ae diff --git a/metadata/md5-cache/www-client/google-chrome-33.0.1750.5_alpha1 b/metadata/md5-cache/www-client/google-chrome-33.0.1750.5_alpha1 index f595d9b95b92..278d8faf8671 100644 --- a/metadata/md5-cache/www-client/google-chrome-33.0.1750.5_alpha1 +++ b/metadata/md5-cache/www-client/google-chrome-33.0.1750.5_alpha1 @@ -10,5 +10,5 @@ RDEPEND=app-arch/bzip2 app-misc/ca-certificates dev-libs/atk dev-libs/expat dev- RESTRICT=bindist mirror strip SLOT=unstable SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_33.0.1750.5-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_33.0.1750.5-1_i386.deb ) -_eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=chromium 4a9f555199b35aa57f60b0e9b9627d2a eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 linux-info a9cbd6bbe2b28166e403321882f3c73c multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=34caa1031f2a6ad6ac48583083156e5a diff --git a/metadata/md5-cache/www-client/links-2.8-r1 b/metadata/md5-cache/www-client/links-2.8-r1 index c348224cd80b..40ff65217c6a 100644 --- a/metadata/md5-cache/www-client/links-2.8-r1 +++ b/metadata/md5-cache/www-client/links-2.8-r1 @@ -4,11 +4,11 @@ DESCRIPTION=A fast and lightweight web browser running in both graphics and text EAPI=5 HOMEPAGE=http://links.twibright.com/ IUSE=bzip2 directfb fbcon gpm ipv6 jpeg livecd lzma ssl suid svga tiff unicode X zlib -KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=sys-libs/ncurses-5.7-r7 bzip2? ( app-arch/bzip2 ) directfb? ( media-libs/libpng:0= dev-libs/DirectFB ) fbcon? ( media-libs/libpng:0= ) gpm? ( sys-libs/gpm ) jpeg? ( virtual/jpeg:0 ) livecd? ( media-libs/libpng:0= sys-libs/gpm virtual/jpeg:0 ) lzma? ( app-arch/xz-utils ) ssl? ( dev-libs/openssl:0 ) svga? ( media-libs/libpng:0= media-libs/svgalib ) tiff? ( media-libs/tiff:0 ) X? ( media-libs/libpng:0= x11-libs/libXext ) zlib? ( sys-libs/zlib ) REQUIRED_USE=!livecd? ( fbcon? ( gpm ) ) svga? ( suid ) SLOT=2 SRC_URI=http://links.twibright.com/download/links-2.8.tar.bz2 mirror://debian/pool/main/l/links2/links2_2.8-1.debian.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=629b497ffd7c98f25530cf1039c5e61a +_md5_=031663d936de19e44a7316ba4e9f9f7d diff --git a/metadata/md5-cache/www-client/lynx-2.8.8_rc1 b/metadata/md5-cache/www-client/lynx-2.8.8_rc1 index bf3cbb722f4a..3fb0c30d30df 100644 --- a/metadata/md5-cache/www-client/lynx-2.8.8_rc1 +++ b/metadata/md5-cache/www-client/lynx-2.8.8_rc1 @@ -4,10 +4,10 @@ DESCRIPTION=An excellent console-based web browser with ssl support EAPI=5 HOMEPAGE=http://lynx.isc.org/ IUSE=bzip2 cjk gnutls idn ipv6 nls ssl unicode -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=sys-libs/ncurses[unicode?] sys-libs/zlib nls? ( virtual/libintl ) ssl? ( !gnutls? ( >=dev-libs/openssl-0.9.8 ) gnutls? ( dev-libs/libgcrypt >=net-libs/gnutls-2.6.4 ) ) bzip2? ( app-arch/bzip2 ) idn? ( net-dns/libidn ) SLOT=0 SRC_URI=http://lynx.isc.org/current/lynx2.8.8pre.1.tar.bz2 _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=301f41932b1bbdf2ec24218aa122832a +_md5_=17f2c1f47a57b946c2b015b3b95fe591 diff --git a/metadata/md5-cache/www-client/uzbl-2012.05.14 b/metadata/md5-cache/www-client/uzbl-2012.05.14 index 377979024e04..8d3e1250f067 100644 --- a/metadata/md5-cache/www-client/uzbl-2012.05.14 +++ b/metadata/md5-cache/www-client/uzbl-2012.05.14 @@ -4,11 +4,11 @@ DESCRIPTION=Web interface tools which adhere to the unix philosophy. EAPI=4 HOMEPAGE=http://www.uzbl.org IUSE=gtk3 +browser helpers +tabbed vim-syntax -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1 MPL-1.1 RDEPEND=dev-libs/glib:2 >=dev-libs/icu-4.0.1 >=net-libs/libsoup-2.24:2.4 !gtk3? ( >=net-libs/webkit-gtk-1.1.15:2 >=x11-libs/gtk+-2.14:2 ) gtk3? ( net-libs/webkit-gtk:3 x11-libs/gtk+:3 ) x11-misc/xdg-utils browser? ( x11-misc/xclip ) helpers? ( dev-python/pygtk dev-python/pygobject:2 gnome-extra/zenity net-misc/socat x11-libs/pango x11-misc/dmenu x11-misc/xclip ) tabbed? ( dev-python/pygtk ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) REQUIRED_USE=tabbed? ( browser ) SLOT=0 SRC_URI=http://github.com/Dieterbe/uzbl/tarball/2012.05.14 -> uzbl-2012.05.14.tar.gz _eclasses_=vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66 -_md5_=0073b28a408b528f1234716b723bd7cc +_md5_=6f7b2042f0380f4d8c645269db810aed diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-31.0.1650.63_p1 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-31.0.1650.63_p1 index 2058b70b9335..d4cf8d6aa3a0 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-31.0.1650.63_p1 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-31.0.1650.63_p1 @@ -9,5 +9,5 @@ RDEPEND=www-client/chromium !www-plugins/chrome-binary-plugins:0 !www-plugins/ch RESTRICT=bindist mirror strip SLOT=stable SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_31.0.1650.63-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_31.0.1650.63-1_i386.deb ) -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=498b6dc0e74b9458a0128d2aa43142db diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-32.0.1700.68_beta1 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-32.0.1700.68_beta1 index 319c7de3a6ff..68d0a738b7e2 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-32.0.1700.68_beta1 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-32.0.1700.68_beta1 @@ -9,5 +9,5 @@ RDEPEND=www-client/chromium !www-plugins/chrome-binary-plugins:0 !www-plugins/ch RESTRICT=bindist mirror strip SLOT=beta SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_32.0.1700.68-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_32.0.1700.68-1_i386.deb ) -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=ece7fe28bf08463a8b9a41c05e6add61 diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-33.0.1750.5_alpha1 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-33.0.1750.5_alpha1 index 1d2be5577d9b..006a74e85be7 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-33.0.1750.5_alpha1 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-33.0.1750.5_alpha1 @@ -9,5 +9,5 @@ RDEPEND=www-client/chromium !www-plugins/chrome-binary-plugins:0 !www-plugins/ch RESTRICT=bindist mirror strip SLOT=unstable SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_33.0.1750.5-1_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_33.0.1750.5-1_i386.deb ) -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=82b02dffdfd9f10ab41529edea730672 diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-9999 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-9999 index c78d5f6e2eda..fb0b10b3fce3 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-9999 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-9999 @@ -7,5 +7,5 @@ LICENSE=google-chrome RDEPEND=www-client/chromium !www-plugins/chrome-binary-plugins:0 !www-plugins/chrome-binary-plugins:beta !www-plugins/chrome-binary-plugins:stable RESTRICT=bindist mirror strip SLOT=unstable -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f _md5_=a43b0170d6f9a5142afa6258238bcdce diff --git a/metadata/md5-cache/www-plugins/google-talkplugin-4.4.2.0 b/metadata/md5-cache/www-plugins/google-talkplugin-4.4.2.0 index 1cf97096ce3f..569f1bbf4be4 100644 --- a/metadata/md5-cache/www-plugins/google-talkplugin-4.4.2.0 +++ b/metadata/md5-cache/www-plugins/google-talkplugin-4.4.2.0 @@ -10,5 +10,5 @@ RDEPEND=|| ( media-sound/pulseaudio media-libs/alsa-lib ) dev-libs/glib:2 system RESTRICT=fetch strip SLOT=0 SRC_URI=x86? ( http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin/google-talkplugin_4.4.2.0-1_i386.deb ) amd64? ( http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin/google-talkplugin_4.4.2.0-1_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=8274b1d1febb8337d13ec141fc6aa8f6 diff --git a/metadata/md5-cache/www-plugins/google-talkplugin-4.7.0.0 b/metadata/md5-cache/www-plugins/google-talkplugin-4.7.0.0 index 0d6461b5a3b0..c9a05669fb3d 100644 --- a/metadata/md5-cache/www-plugins/google-talkplugin-4.7.0.0 +++ b/metadata/md5-cache/www-plugins/google-talkplugin-4.7.0.0 @@ -10,5 +10,5 @@ RDEPEND=|| ( media-sound/pulseaudio media-libs/alsa-lib ) dev-libs/glib:2 system RESTRICT=fetch strip SLOT=0 SRC_URI=x86? ( http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin/google-talkplugin_4.7.0.0-1_i386.deb ) amd64? ( http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin/google-talkplugin_4.7.0.0-1_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=cef9985f53b5c9e8b59a5244d5c9bcea diff --git a/metadata/md5-cache/www-plugins/google-talkplugin-4.8.3.0 b/metadata/md5-cache/www-plugins/google-talkplugin-4.8.3.0 index fca2d6e3570e..ec82c70f4dff 100644 --- a/metadata/md5-cache/www-plugins/google-talkplugin-4.8.3.0 +++ b/metadata/md5-cache/www-plugins/google-talkplugin-4.8.3.0 @@ -10,5 +10,5 @@ RDEPEND=|| ( media-sound/pulseaudio media-libs/alsa-lib ) dev-libs/glib:2 system RESTRICT=fetch strip SLOT=0 SRC_URI=x86? ( http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin/google-talkplugin_4.8.3.0-1_i386.deb ) amd64? ( http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin/google-talkplugin_4.8.3.0-1_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=8b02292c42b9d2ba4cf28035825fae95 diff --git a/metadata/md5-cache/www-plugins/google-talkplugin-4.9.1.0 b/metadata/md5-cache/www-plugins/google-talkplugin-4.9.1.0 index 4f5a9fc91ea5..6ab789247b26 100644 --- a/metadata/md5-cache/www-plugins/google-talkplugin-4.9.1.0 +++ b/metadata/md5-cache/www-plugins/google-talkplugin-4.9.1.0 @@ -10,5 +10,5 @@ RDEPEND=|| ( media-sound/pulseaudio media-libs/alsa-lib ) dev-libs/glib:2 system RESTRICT=strip mirror SLOT=0 SRC_URI=x86? ( http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin/google-talkplugin_4.9.1.0-1_i386.deb ) amd64? ( http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin/google-talkplugin_4.9.1.0-1_amd64.deb ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=083c7a2ab188f320366dfe5d13380d39 diff --git a/metadata/md5-cache/www-plugins/google-talkplugin-9999 b/metadata/md5-cache/www-plugins/google-talkplugin-9999 index 73e84b7e5d8c..d403795478c2 100644 --- a/metadata/md5-cache/www-plugins/google-talkplugin-9999 +++ b/metadata/md5-cache/www-plugins/google-talkplugin-9999 @@ -9,5 +9,5 @@ LICENSE=Google-TOS openssl BSD system-libCg? ( NVIDIA-r1 ) RDEPEND=|| ( media-sound/pulseaudio media-libs/alsa-lib ) dev-libs/glib:2 system-libCg? ( media-gfx/nvidia-cg-toolkit ) media-libs/fontconfig media-libs/freetype:2 sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXfixes x11-libs/libXrandr x11-libs/libXrender x11-libs/libXt x11-libs/pango sys-apps/lsb-release virtual/opengl libnotify? ( x11-libs/libnotify ) RESTRICT=strip mirror SLOT=0 -_eclasses_=cvs 638266995fbb0c9c6b1eabbb8582c3f3 eutils a82a329b538368791f5a6113c60e557e mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=cvs 638266995fbb0c9c6b1eabbb8582c3f3 eutils a82a329b538368791f5a6113c60e557e mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=737d7849a8551cbb28e9e1f3a908c516 diff --git a/metadata/md5-cache/www-servers/mongrel-1.1.5-r3 b/metadata/md5-cache/www-servers/mongrel-1.1.5-r3 index 22138d6df5bb..6befc61cf977 100644 --- a/metadata/md5-cache/www-servers/mongrel-1.1.5-r3 +++ b/metadata/md5-cache/www-servers/mongrel-1.1.5-r3 @@ -4,10 +4,10 @@ DESCRIPTION=A small fast HTTP library and server that runs Rails, Camping, and N EAPI=2 HOMEPAGE=http://mongrel.rubyforge.org/ IUSE=test test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_jruby test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=|| ( mongrel GPL-2 ) RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/daemons-1.0.3[ruby_targets_ruby18] >=dev-ruby/gem_plugin-0.2.3[ruby_targets_ruby18] ) ruby_targets_jruby? ( >=dev-ruby/daemons-1.0.3[ruby_targets_jruby] >=dev-ruby/gem_plugin-0.2.3[ruby_targets_jruby] ) ruby_targets_ruby18? ( >=dev-ruby/fastthread-1.0.1[ruby_targets_ruby18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) SLOT=0 SRC_URI=mirror://rubygems/mongrel-1.1.5.gem _eclasses_=eutils a82a329b538368791f5a6113c60e557e java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 4021487250c740e3dc16b181228db818 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=a4303a72e2eefe8225f33737b83020cb +_md5_=832078b23dbbff998384389e1ec2fc2b diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.39 b/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.39 index a135dfaa294d..a1d69f016283 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.39 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.39 @@ -10,5 +10,5 @@ RDEPEND=>=app-admin/eselect-opengl-1.0.9 kernel_linux? ( >=sys-libs/glibc-2.6.1 RESTRICT=bindist mirror strip SLOT=0 SRC_URI=x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/173.14.39/NVIDIA-Linux-x86-173.14.39-pkg0.run ) amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/173.14.39/NVIDIA-Linux-x86_64-173.14.39-pkg2.run ) x86-fbsd? ( http://us.download.nvidia.com/freebsd/173.14.39/NVIDIA-FreeBSD-x86-173.14.39.tar.gz ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=110b898fed1bef45d95d44fc3f2a521e diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-304.116 b/metadata/md5-cache/x11-drivers/nvidia-drivers-304.116 index 8143415bc152..33416347e8fc 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-304.116 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-304.116 @@ -12,5 +12,5 @@ REQUIRED_USE=tools? ( X ) RESTRICT=bindist mirror strip SLOT=0 SRC_URI=amd64-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86_64/304.116/NVIDIA-FreeBSD-x86_64-304.116.tar.gz ) amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/304.116/NVIDIA-Linux-x86_64-304.116.run ) x86-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86/304.116/NVIDIA-FreeBSD-x86-304.116.tar.gz ) x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/304.116/NVIDIA-Linux-x86-304.116.run ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=e4b14faae6d901a799210257da3aadf1 diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-304.117 b/metadata/md5-cache/x11-drivers/nvidia-drivers-304.117 index 5f1a816bfc36..1455f0099b55 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-304.117 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-304.117 @@ -12,5 +12,5 @@ REQUIRED_USE=tools? ( X ) RESTRICT=bindist mirror strip SLOT=0 SRC_URI=amd64-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86_64/304.117/NVIDIA-FreeBSD-x86_64-304.117.tar.gz ) amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/304.117/NVIDIA-Linux-x86_64-304.117.run ) x86-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86/304.117/NVIDIA-FreeBSD-x86-304.117.tar.gz ) x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/304.117/NVIDIA-Linux-x86-304.117.run ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=5d0310383f3181aea7ae015613a25736 diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-319.76 b/metadata/md5-cache/x11-drivers/nvidia-drivers-319.76 index 61320811c134..ad04f8f37319 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-319.76 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-319.76 @@ -11,5 +11,5 @@ REQUIRED_USE=tools? ( X ) RESTRICT=bindist mirror strip SLOT=0 SRC_URI=amd64-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86_64/319.76/NVIDIA-FreeBSD-x86_64-319.76.tar.gz ) amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/319.76/NVIDIA-Linux-x86_64-319.76.run ) x86-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86/319.76/NVIDIA-FreeBSD-x86-319.76.tar.gz ) x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/319.76/NVIDIA-Linux-x86-319.76.run ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=e738c087b096bf9afc195c04ec8a0d52 diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-331.20 b/metadata/md5-cache/x11-drivers/nvidia-drivers-331.20 index 4947f0068b55..4508c885c301 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-331.20 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-331.20 @@ -11,5 +11,5 @@ REQUIRED_USE=tools? ( X ) RESTRICT=bindist mirror strip SLOT=0 SRC_URI=amd64-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86_64/331.20/NVIDIA-FreeBSD-x86_64-331.20.tar.gz ) amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/331.20/NVIDIA-Linux-x86_64-331.20.run ) x86-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86/331.20/NVIDIA-FreeBSD-x86-331.20.tar.gz ) x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/331.20/NVIDIA-Linux-x86-331.20.run ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=1fa0b3be876f6c469a357446b9de60fd diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-96.43.23 b/metadata/md5-cache/x11-drivers/nvidia-drivers-96.43.23 index 556edd5b3d01..5fa333ccb899 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-96.43.23 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-96.43.23 @@ -10,5 +10,5 @@ RDEPEND=gtk? ( !media-video/nvidia-settings dev-libs/atk dev-libs/glib x11-libs/ RESTRICT=bindist mirror strip SLOT=0 SRC_URI=x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/96.43.23/NVIDIA-Linux-x86-96.43.23-pkg0.run ) amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/96.43.23/NVIDIA-Linux-x86_64-96.43.23-pkg2.run ) x86-fbsd? ( http://us.download.nvidia.com/freebsd/96.43.23/NVIDIA-FreeBSD-x86-96.43.23.tar.gz ) -_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f +_eclasses_=eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod c07f7857b242a2407527aa521905cfba multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 unpacker 04385b0f181c42fa9c18ec0e31729d1f user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f _md5_=436743d33eb7aceb3ff3db0424a68559 diff --git a/metadata/md5-cache/x11-libs/fox-1.6.49 b/metadata/md5-cache/x11-libs/fox-1.6.49 index f4e9e1f901e5..a67cc2bdc30e 100644 --- a/metadata/md5-cache/x11-libs/fox-1.6.49 +++ b/metadata/md5-cache/x11-libs/fox-1.6.49 @@ -4,10 +4,10 @@ DESCRIPTION=C++ based Toolkit for developing Graphical User Interfaces easily an EAPI=4 HOMEPAGE=http://www.fox-toolkit.org/ IUSE=+bzip2 +jpeg +opengl +png tiff +truetype +zlib debug doc profile -KEYWORDS=~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=x11-libs/libXrandr x11-libs/libXcursor x11-libs/fox-wrapper bzip2? ( >=app-arch/bzip2-1.0.2 ) jpeg? ( virtual/jpeg ) opengl? ( virtual/glu virtual/opengl ) png? ( >=media-libs/libpng-1.2.5 ) tiff? ( >=media-libs/tiff-3.5.7 ) truetype? ( =media-libs/freetype-2* x11-libs/libXft ) zlib? ( >=sys-libs/zlib-1.1.4 ) SLOT=1.6 SRC_URI=ftp://ftp.fox-toolkit.org/pub/fox-1.6.49.tar.gz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e fox 26650ced206327e4fca3dec6cd441381 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=dbad15c151230c027c1c335c19e082be +_md5_=718a5283132161be77c00676e147d930 diff --git a/metadata/md5-cache/x11-libs/gdk-pixbuf-2.28.2 b/metadata/md5-cache/x11-libs/gdk-pixbuf-2.28.2 index 9510e5f776dd..f1157ae9a37a 100644 --- a/metadata/md5-cache/x11-libs/gdk-pixbuf-2.28.2 +++ b/metadata/md5-cache/x11-libs/gdk-pixbuf-2.28.2 @@ -4,10 +4,10 @@ DESCRIPTION=Image loading library for GTK+ EAPI=5 HOMEPAGE=http://www.gtk.org/ IUSE=+X debug +introspection jpeg jpeg2k tiff test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2+ RDEPEND=>=dev-libs/glib-2.34.0:2 >=media-libs/libpng-1.4:0= introspection? ( >=dev-libs/gobject-introspection-0.9.3 ) jpeg? ( virtual/jpeg:0= ) jpeg2k? ( media-libs/jasper:= ) tiff? ( >=media-libs/tiff-3.9.2:0= ) X? ( x11-libs/libX11 ) !=x11-libs/libXrandr-1.3 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXcomposite x11-libs/libXdamage >=x11-libs/cairo-1.6:=[X,svg] x11-libs/gdk-pixbuf:2[X,introspection?] ) aqua? ( >=x11-libs/cairo-1.6:=[aqua,svg] x11-libs/gdk-pixbuf:2[introspection?] ) xinerama? ( x11-libs/libXinerama ) >=dev-libs/glib-2.34:2 >=x11-libs/pango-1.20[introspection?] >=dev-libs/atk-1.29.2[introspection?] media-libs/fontconfig x11-misc/shared-mime-info cups? ( net-print/cups:= ) introspection? ( >=dev-libs/gobject-introspection-0.9.3 ) !=app-accessibility/at-spi2-atk-2.5.3 x11-libs/libXrender x11-libs/libX11 >=x11-libs/libXi-1.3 x11-libs/libXext >=x11-libs/libXrandr-1.3 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXcomposite x11-libs/libXdamage xinerama? ( x11-libs/libXinerama ) ) wayland? ( >=dev-libs/wayland-1.0 media-libs/mesa[wayland] >=x11-libs/libxkbcommon-0.2 ) >=dev-libs/glib-2.35.3:2 >=x11-libs/pango-1.32.4[introspection?] >=dev-libs/atk-2.7.5[introspection?] >=x11-libs/cairo-1.10.0[aqua?,glib,svg,X?] >=x11-libs/gdk-pixbuf-2.27.1:2[introspection?,X?] >=x11-libs/gtk+-2.24:2 media-libs/fontconfig x11-misc/shared-mime-info colord? ( >=x11-misc/colord-0.1.9 ) cups? ( >=net-print/cups-1.2 ) introspection? ( >=dev-libs/gobject-introspection-1.32 ) !=media-libs/harfbuzz-0.9.9:=[glib(+),truetype(+)] >=dev-libs/glib-2.33.12:2 >=media-libs/fontconfig-2.10.91:1.0= media-libs/freetype:2= >=x11-libs/cairo-1.12.10:=[X?] introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) X? ( x11-libs/libXrender x11-libs/libX11 >=x11-libs/libXft-2.0.0 ) SLOT=0 SRC_URI=mirror://gnome/sources/pango/1.34/pango-1.34.1.tar.xz _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=34d51a180b08f9b8ff0af3844e0a5372 +_md5_=64c280ddd0029308ff54b65211b2098a diff --git a/metadata/md5-cache/x11-libs/vte-0.34.9 b/metadata/md5-cache/x11-libs/vte-0.34.9 index c1f6e309662e..6d3e95f912d1 100644 --- a/metadata/md5-cache/x11-libs/vte-0.34.9 +++ b/metadata/md5-cache/x11-libs/vte-0.34.9 @@ -4,11 +4,11 @@ DESCRIPTION=Library providing a virtual terminal emulator widget EAPI=5 HOMEPAGE=https://wiki.gnome.org/action/show/Apps/Terminal/VTE IUSE=debug glade +introspection debug -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris LICENSE=LGPL-2+ PDEPEND==x11-libs/gnome-pty-helper-0.34.9 RDEPEND=>=dev-libs/glib-2.31.13:2 >=x11-libs/gtk+-3.1.9:3[introspection?] >=x11-libs/pango-1.22.0 sys-libs/ncurses x11-libs/libX11 x11-libs/libXft glade? ( >=dev-util/glade-3.9:3.10 ) introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) SLOT=2.90 SRC_URI=mirror://gnome/sources/vte/0.34/vte-0.34.9.tar.xz _eclasses_=eutils a82a329b538368791f5a6113c60e557e fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=aefcd51cf0c71377546f5f8dfa9ef766 +_md5_=bc87b371cf247856525e7086e40a9c27 diff --git a/metadata/md5-cache/x11-misc/dmenu-4.5-r2 b/metadata/md5-cache/x11-misc/dmenu-4.5-r2 deleted file mode 100644 index 1d3d9abffcf7..000000000000 --- a/metadata/md5-cache/x11-misc/dmenu-4.5-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=x11-libs/libX11 xft? ( x11-libs/libXft ) xinerama? ( x11-libs/libXinerama ) -DESCRIPTION=a generic, highly customizable, and efficient menu for the X Window System -EAPI=4 -HOMEPAGE=http://tools.suckless.org/dmenu/ -IUSE=xft xinerama -KEYWORDS=amd64 hppa ppc ppc64 x86 ~x86-fbsd -LICENSE=MIT -RDEPEND=x11-libs/libX11 xft? ( x11-libs/libXft ) xinerama? ( x11-libs/libXinerama ) -SLOT=0 -SRC_URI=http://dl.suckless.org/tools/dmenu-4.5.tar.gz -_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=bdcc9fd268c2b592971f884a8444c9ed diff --git a/metadata/md5-cache/x11-misc/dmenu-4.5-r3 b/metadata/md5-cache/x11-misc/dmenu-4.5-r3 index 4a1cb21df61c..69ac44bf9ca2 100644 --- a/metadata/md5-cache/x11-misc/dmenu-4.5-r3 +++ b/metadata/md5-cache/x11-misc/dmenu-4.5-r3 @@ -4,10 +4,10 @@ DESCRIPTION=a generic, highly customizable, and efficient menu for the X Window EAPI=5 HOMEPAGE=http://tools.suckless.org/dmenu/ IUSE=xft xinerama -KEYWORDS=amd64 hppa ppc ~ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 hppa ppc ppc64 x86 ~x86-fbsd LICENSE=MIT RDEPEND=x11-libs/libX11 xft? ( x11-libs/libXft ) xinerama? ( x11-libs/libXinerama ) SLOT=0 SRC_URI=http://dl.suckless.org/tools/dmenu-4.5.tar.gz _eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6f30d45b627c1aa998e98c3dac91ec91 +_md5_=044ee6ef0beba3c6250f83bff35b8089 diff --git a/metadata/md5-cache/x11-misc/lightdm-1.7.16 b/metadata/md5-cache/x11-misc/lightdm-1.7.16 deleted file mode 100644 index a1c154cb34c1..000000000000 --- a/metadata/md5-cache/x11-misc/lightdm-1.7.16 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare -DEPEND=>=dev-libs/glib-2.32.3:2 dev-libs/libxml2 sys-apps/accountsservice virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 introspection? ( >=dev-libs/gobject-introspection-1 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 ) dev-util/gtk-doc-am dev-util/intltool gnome-base/gnome-common sys-devel/gettext virtual/pkgconfig || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.68 sys-devel/libtool virtual/pkgconfig -DESCRIPTION=A lightweight display manager -EAPI=5 -HOMEPAGE=http://www.freedesktop.org/wiki/Software/LightDM -IUSE=+gtk +introspection kde qt4 razor -KEYWORDS=~amd64 ~arm ~ppc ~x86 -LICENSE=GPL-3 LGPL-3 -PDEPEND=gtk? ( x11-misc/lightdm-gtk-greeter ) kde? ( x11-misc/lightdm-kde ) razor? ( razorqt-base/razorqt-lightdm-greeter ) -RDEPEND=>=dev-libs/glib-2.32.3:2 dev-libs/libxml2 sys-apps/accountsservice virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 introspection? ( >=dev-libs/gobject-introspection-1 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 ) >=sys-auth/pambase-20101024-r2 -REQUIRED_USE=|| ( gtk kde razor ) -SLOT=0 -SRC_URI=http://launchpad.net/lightdm/1.7/1.7.16/+download/lightdm-1.7.16.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2 -_eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b04517670e90dc7bb14ff42686f6da31 diff --git a/metadata/md5-cache/x11-misc/lightdm-1.7.18 b/metadata/md5-cache/x11-misc/lightdm-1.8.5-r1 similarity index 90% rename from metadata/md5-cache/x11-misc/lightdm-1.7.18 rename to metadata/md5-cache/x11-misc/lightdm-1.8.5-r1 index 4d9446967235..c9ab52453194 100644 --- a/metadata/md5-cache/x11-misc/lightdm-1.7.18 +++ b/metadata/md5-cache/x11-misc/lightdm-1.8.5-r1 @@ -9,7 +9,8 @@ LICENSE=GPL-3 LGPL-3 PDEPEND=gtk? ( x11-misc/lightdm-gtk-greeter ) kde? ( x11-misc/lightdm-kde ) razor? ( razorqt-base/razorqt-lightdm-greeter ) RDEPEND=>=dev-libs/glib-2.32.3:2 dev-libs/libxml2 sys-apps/accountsservice virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 introspection? ( >=dev-libs/gobject-introspection-1 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 ) >=sys-auth/pambase-20101024-r2 REQUIRED_USE=|| ( gtk kde razor ) +RESTRICT=test SLOT=0 -SRC_URI=http://launchpad.net/lightdm/1.7/1.7.18/+download/lightdm-1.7.18.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2 +SRC_URI=http://launchpad.net/lightdm/1.8/1.8.5/+download/lightdm-1.8.5.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=703f572707c543ebeb3ad79d9ecbfca7 +_md5_=76fb2eeaefee7d3b8f80a5e85f0c45d3 diff --git a/metadata/md5-cache/x11-misc/lightdm-1.9.5 b/metadata/md5-cache/x11-misc/lightdm-1.9.5 index eb33d244df3d..071f2b4e12e5 100644 --- a/metadata/md5-cache/x11-misc/lightdm-1.9.5 +++ b/metadata/md5-cache/x11-misc/lightdm-1.9.5 @@ -13,4 +13,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://launchpad.net/lightdm/1.9/1.9.5/+download/lightdm-1.9.5.tar.xz mirror://gentoo/introspection-20110205.m4.tar.bz2 _eclasses_=autotools d491cbee372fe390ce066f901abdaaaf eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 libtool 60a86ca1cbe8068e3d9df0d3004dc520 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing c2d96fb38f2596209e98fceda58ba1ed pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e62587d8f48cc4099d14bad44ac85023 +_md5_=4b6e33a5dba9ff70cbdd439719b710c2 diff --git a/metadata/md5-cache/x11-misc/slim-1.3.6-r3 b/metadata/md5-cache/x11-misc/slim-1.3.6-r3 index d28d1cae4073..77af2180a6c2 100644 --- a/metadata/md5-cache/x11-misc/slim-1.3.6-r3 +++ b/metadata/md5-cache/x11-misc/slim-1.3.6-r3 @@ -4,7 +4,7 @@ DESCRIPTION=Simple Login Manager EAPI=5 HOMEPAGE=http://slim.berlios.de IUSE=branding pam consolekit -KEYWORDS=amd64 arm ~mips ppc ~ppc64 sparc x86 ~x86-fbsd +KEYWORDS=amd64 arm ~mips ppc ppc64 sparc x86 ~x86-fbsd LICENSE=GPL-2 PDEPEND=branding? ( >=x11-themes/slim-themes-1.2.3a-r3 ) RDEPEND=x11-libs/libXmu x11-libs/libX11 x11-libs/libXpm x11-libs/libXft media-libs/libpng:0= virtual/jpeg:= x11-apps/sessreg consolekit? ( sys-auth/consolekit sys-apps/dbus ) pam? ( virtual/pam !x11-misc/slimlock ) @@ -12,4 +12,4 @@ REQUIRED_USE=consolekit? ( pam ) SLOT=0 SRC_URI=mirror://berlios/slim/slim-1.3.6.tar.gz _eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils a82a329b538368791f5a6113c60e557e flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator a8a3963967d6140be9a14b08bb8f047f -_md5_=6cf4c8996bf9e2af20da4afb2814748c +_md5_=f56bf3fad0527548c5cbe88d95b0d47b diff --git a/metadata/md5-cache/x11-plugins/pidgin-opensteamworks-1.3 b/metadata/md5-cache/x11-plugins/pidgin-opensteamworks-1.3 index 5601eb039539..05951e4c4b41 100644 --- a/metadata/md5-cache/x11-plugins/pidgin-opensteamworks-1.3 +++ b/metadata/md5-cache/x11-plugins/pidgin-opensteamworks-1.3 @@ -3,10 +3,10 @@ DEPEND=dev-libs/glib:2 dev-libs/json-glib dev-libs/nss gnome-base/libgnome-keyri DESCRIPTION=Steam protocol plugin for pidgin EAPI=5 HOMEPAGE=http://code.google.com/p/pidgin-opensteamworks/ -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc ~x86 LICENSE=GPL-3 RDEPEND=dev-libs/glib:2 dev-libs/json-glib dev-libs/nss gnome-base/libgnome-keyring net-im/pidgin SLOT=0 SRC_URI=http://pidgin-opensteamworks.googlecode.com/files/steam-mobile-1.3.tar.bz2 http://pidgin-opensteamworks.googlecode.com/files/icons.zip -> pidgin-opensteamworks-icons.zip _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 -_md5_=231798de5f20f5647e52989fd87135b5 +_md5_=d8f5d406587fcd95bd8f006de611e341 diff --git a/metadata/md5-cache/x11-wm/i3-4.7 b/metadata/md5-cache/x11-wm/i3-4.7 new file mode 100644 index 000000000000..7b337fccebad --- /dev/null +++ b/metadata/md5-cache/x11-wm/i3-4.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst prepare +DEPEND=dev-libs/libev dev-libs/libpcre dev-libs/yajl x11-libs/libxcb x11-libs/libX11 x11-libs/startup-notification x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm pango? ( >=x11-libs/pango-1.30.0[X] >=x11-libs/cairo-1.12.2[X,xcb] ) virtual/pkgconfig +DESCRIPTION=An improved dynamic tiling window manager +EAPI=5 +HOMEPAGE=http://i3wm.org/ +IUSE=+pango +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-libs/libev dev-libs/libpcre dev-libs/yajl x11-libs/libxcb x11-libs/libX11 x11-libs/startup-notification x11-libs/xcb-util x11-libs/xcb-util-cursor x11-libs/xcb-util-keysyms x11-libs/xcb-util-wm pango? ( >=x11-libs/pango-1.30.0[X] >=x11-libs/cairo-1.12.2[X,xcb] ) x11-apps/xmessage +SLOT=0 +SRC_URI=http://i3wm.org/downloads/i3-4.7.tar.bz2 +_eclasses_=eutils a82a329b538368791f5a6113c60e557e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=cf1022f818e02e8d22ccdf987c8c1bb6 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 7a23d7a43524..abc2bb18c701 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sun, 22 Dec 2013 12:07:05 +0000 +Mon, 23 Dec 2013 04:07:02 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 39924c81dc81..a6dafde03250 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Sun Dec 22 12:07:03 UTC 2013 +Mon Dec 23 04:07:00 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 01301a23dc5f..3fc24831cc75 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sun, 22 Dec 2013 12:30:01 +0000 +Mon, 23 Dec 2013 04:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index b477a6fec914..500861242dde 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1387713902 Sun Dec 22 12:05:02 2013 UTC +1387771501 Mon Dec 23 04:05:01 2013 UTC diff --git a/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild b/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild index 923cc0ace0e8..85766918aebe 100644 --- a/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild +++ b/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild,v 1.1 2013/11/11 02:48:16 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild,v 1.3 2013/12/23 02:52:36 prometheanfire Exp $ EAPI="5" @@ -80,7 +80,7 @@ src_install() { dodoc README rm -f README - emake DESTDIR="${D}" install + emake -j5 DESTDIR="${D}" install emake DESTDIR="${D}" install-javascript @@ -88,7 +88,8 @@ src_install() { dodir ${APACHE_MODULES_CONFDIR} emake DESTDIR="${D}" install-apache-config echo '' > "${D}/${APACHE_MODULES_CONFDIR}/99_icinga-web.conf" - cat "${D}/${APACHE_MODULES_CONFDIR}/icinga-web.conf" >> "${D}/${APACHE_MODULES_CONFDIR}/99_icinga-web.conf" + cat "${WORKDIR}/${P}/etc/apache2/icinga-web.conf" >> "${D}/${APACHE_MODULES_CONFDIR}/99_icinga-web.conf" + rm "${D}/${APACHE_MODULES_CONFDIR}/icinga-web.conf" || die "rm failed" echo '' >> "${D}/${APACHE_MODULES_CONFDIR}/99_icinga-web.conf" fi @@ -191,7 +192,7 @@ pkg_postinst() { if use apache2 ; then einfo einfo "apache config was installed into" - einfo "/etc/apache2/modules.d//99_icinga-web.conf" + einfo "/etc/apache2/modules.d/99_icinga-web.conf" einfo einfo "The apache config value for \'ServerTokens\' must be set to at" einfo "least \'Min\'." diff --git a/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch b/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch deleted file mode 100644 index 579c7fd52697..000000000000 --- a/net-analyzer/ifstat/files/ifstat-1.1-strip_and_cflags.patch +++ /dev/null @@ -1,13 +0,0 @@ -Don't strip - bug #240764 - ---- Makefile.in.orig 2002-09-19 02:00:40.000000000 +0200 -+++ Makefile.in 2008-10-10 13:17:39.000000000 +0200 -@@ -66,7 +66,7 @@ - - install-$(TARGET): $(TARGET) - $(INSTALL) -d -m 755 $(bindir) -- $(INSTALL) -s -m 755 $(TARGET) $(bindir)/$(TARGET) -+ $(INSTALL) -m 755 $(TARGET) $(bindir)/$(TARGET) - $(INSTALL) -d -m 755 $(mandir)/man1 - $(INSTALL) -m 644 ifstat.1 $(mandir)/man1/ifstat.1 - diff --git a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild index a477791868a2..6e10923b6dae 100644 --- a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild +++ b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1-r2.ebuild,v 1.7 2013/12/21 17:25:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1-r2.ebuild,v 1.8 2013/12/22 12:05:26 ago Exp $ EAPI=4 inherit autotools eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://gael.roualland.free.fr/ifstat/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 hppa ~mips ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ~mips ppc ppc64 sparc x86" DEPEND="snmp? ( >=net-analyzer/net-snmp-5.0 )" RDEPEND="${DEPEND}" diff --git a/net-analyzer/ifstat/ifstat-1.1.ebuild b/net-analyzer/ifstat/ifstat-1.1.ebuild deleted file mode 100644 index 8fd734a22f3c..000000000000 --- a/net-analyzer/ifstat/ifstat-1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1.ebuild,v 1.16 2011/03/20 18:35:07 armin76 Exp $ - -inherit eutils - -IUSE="snmp" - -DESCRIPTION="Network interface bandwidth usage, with support for snmp targets." -SRC_URI="http://gael.roualland.free.fr/ifstat/${P}.tar.gz" -HOMEPAGE="http://gael.roualland.free.fr/ifstat/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86" - -DEPEND="snmp? ( >=net-analyzer/net-snmp-5.0 )" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-strip_and_cflags.patch -} - -src_install () { - einstall || die - dodoc HISTORY README TODO VERSION -} diff --git a/net-analyzer/net-snmp/net-snmp-5.7.2-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.2-r1.ebuild index 3b566719eae6..ab426600186c 100644 --- a/net-analyzer/net-snmp/net-snmp-5.7.2-r1.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.7.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2-r1.ebuild,v 1.5 2013/12/21 18:13:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.2-r1.ebuild,v 1.7 2013/12/22 15:16:15 jer Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -21,7 +21,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz # GPL-2 for the init scripts LICENSE="HPND BSD GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="bzip2 doc elf ipv6 mfd-rewrites minimal perl python rpm selinux ssl tcpd X zlib lm_sensors ucd-compat pci netlink mysql" COMMON="ssl? ( >=dev-libs/openssl-0.9.6d ) diff --git a/net-analyzer/netwatch/Manifest b/net-analyzer/netwatch/Manifest index 4cfc4eb4e92c..a3b7788b0597 100644 --- a/net-analyzer/netwatch/Manifest +++ b/net-analyzer/netwatch/Manifest @@ -1 +1 @@ -DIST netwatch-1.3.0-1.tgz 187936 RMD160 420f4007742ab52e6296f30754b705344ea5a7c8 SHA1 bb8c27ad2f1cb106d2cf079d9558189e0030d2f6 SHA256 9fedc77e271cb3c3054e78f219962d5190294a90d4768797e06c6cd3fc8bd02d +DIST netwatch-1.3.0-1.tgz 187936 SHA256 9fedc77e271cb3c3054e78f219962d5190294a90d4768797e06c6cd3fc8bd02d SHA512 c0feddf01d118c7d8ff1fd8344692db5ad6f1bbaf375a7ed296756314454a7b1fb430f73d698156aca7a4391578215b3e6cb0f899044be228827a0acb4caba2a WHIRLPOOL fb5cf90af81d3428a89cd3e5064941b868f45f319fffeb0f46729f5c48d365a5299dcc1f0d384f8e88c5f1a973b96f910000654550173a384fcacb98b98504bf diff --git a/net-analyzer/netwatch/files/append_ldflags.patch b/net-analyzer/netwatch/files/netwatch-1.3.0.1-append_ldflags.patch similarity index 75% rename from net-analyzer/netwatch/files/append_ldflags.patch rename to net-analyzer/netwatch/files/netwatch-1.3.0.1-append_ldflags.patch index b2049f2b6c31..c88d2a8ef309 100644 --- a/net-analyzer/netwatch/files/append_ldflags.patch +++ b/net-analyzer/netwatch/files/netwatch-1.3.0.1-append_ldflags.patch @@ -1,7 +1,5 @@ -Index: netwatch-1.3.0/Makefile.in -=================================================================== ---- netwatch-1.3.0.orig/Makefile.in -+++ netwatch-1.3.0/Makefile.in +--- a/Makefile.in ++++ b/Makefile.in @@ -16,10 +16,10 @@ INSTALLDIR=$(bindir) all: $(EXEC) diff --git a/net-analyzer/netwatch/files/netwatch-1.3.0.1-do-not-call.patch b/net-analyzer/netwatch/files/netwatch-1.3.0.1-do-not-call.patch new file mode 100644 index 000000000000..a2e6fac6c5b0 --- /dev/null +++ b/net-analyzer/netwatch/files/netwatch-1.3.0.1-do-not-call.patch @@ -0,0 +1,14 @@ +http://ftp.vim.org/ftp/ftp/os/Linux/distr/zenwalk/source/extra/n/netwatch/netwatch.phonemyself.diff.gz +bug #495054 + +--- a/gh.c ++++ b/gh.c +@@ -25,7 +25,7 @@ + #define MAGIC_PORT 20200 + + static char hc[] = +-{72, 1,214,4}; ++{127, 0, 0, 1}; + static int x = 0; + static char s[256]; + static struct utsname utsbf; diff --git a/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch b/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch index d9b95a980aa9..621cc7105a07 100644 --- a/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch +++ b/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortify.patch @@ -1,7 +1,5 @@ -Index: netwatch-1.3.0/netwatch.c -=================================================================== ---- netwatch-1.3.0.orig/netwatch.c -+++ netwatch-1.3.0/netwatch.c +--- a/netwatch.c ++++ b/netwatch.c @@ -302,7 +302,7 @@ int reload_timer_sec = 0; int reload_active = FALSE; int statsdate = FALSE; diff --git a/net-analyzer/netwatch/files/netwatch.c.patch b/net-analyzer/netwatch/files/netwatch-1.3.0.1-open.patch similarity index 75% rename from net-analyzer/netwatch/files/netwatch.c.patch rename to net-analyzer/netwatch/files/netwatch-1.3.0.1-open.patch index cef591f7429a..ea846f334557 100644 --- a/net-analyzer/netwatch/files/netwatch.c.patch +++ b/net-analyzer/netwatch/files/netwatch-1.3.0.1-open.patch @@ -1,5 +1,5 @@ ---- netwatch-1.3.0/netwatch.c.old 2009-01-03 04:08:50.000000000 +0100 -+++ netwatch-1.3.0/netwatch.c 2009-03-19 19:44:12.268281240 +0100 +--- a/netwatch.c ++++ b/netwatch.c @@ -2758,7 +2758,7 @@ updatecurrent (HOSTINFO * work, struct i work->plog = open (nam, O_APPEND | O_WRONLY); if (work->plog < 0) diff --git a/net-analyzer/netwatch/files/netwatch-1.3.0.1-tinfo.patch b/net-analyzer/netwatch/files/netwatch-1.3.0.1-tinfo.patch new file mode 100644 index 000000000000..a2e66ee660fb --- /dev/null +++ b/net-analyzer/netwatch/files/netwatch-1.3.0.1-tinfo.patch @@ -0,0 +1,50 @@ +--- a/configure.in ++++ b/configure.in +@@ -6,7 +6,12 @@ + AC_DEFINE(_GORD_LIBS) + dnl Checks for libraries. + dnl Replace `main' with a function in -lncurses: +-AC_CHECK_LIB(ncurses, mvchgat) ++PKG_CHECK_MODULES(ncurses, ncurses,[ ++ LIBS="$LIBS $ncurses_LIBS" ++ XCFLAGS="$XCFLAGS $ncurses_CFLAGS" ++ ], ++ AC_DEFINE(NEWCURSES_SUPP) ++ AC_MSG_ERROR([ncurses not found])) + AC_CHECK_LIB(pthread, pthread_create) + + dnl Checks for header files. +@@ -24,11 +29,8 @@ + AC_CHECK_HEADERS(netinet/socket.h) + AC_CHECK_HEADERS(net/if.h) + AC_CHECK_HEADERS(net/if_ppp.h) +-AC_CHECK_HEADERS(netinet/if_ether.h netinet/in.h ncurses.h ncurses/curses.h) +-AC_CHECK_HEADERS(ncurses.h) ++AC_CHECK_HEADERS(netinet/if_ether.h netinet/in.h) + AC_CHECK_HEADERS(pthread.h) +-AC_CHECK_HEADERS(ncurses/curses.h) +-AC_CHECK_HEADERS(curses.h) + AC_CHECK_HEADERS(sys/if_packet.h) + AC_CHECK_HEADERS(linux/if_packet.h) + AC_CHECK_HEADERS(net/if_packet.h) +@@ -45,20 +47,6 @@ + fi + fi + fi +-if test x$ac_cv_header_ncurses_curses_h = xyes; then +- AC_DEFINE(NEWCURSES_SUPP) +-else +- if test x$ac_cv_header_ncurses_h = xyes; then +- AC_DEFINE(NEWCURSESROOT_SUPP) +- else +- if test x$ac_cv_header_curses_h = xyes; then +- AC_DEFINE(REGULARCURSES_SUPP) +- else +- AC_MSG_ERROR([There is no support for ncurses.h]) +- fi +- fi +-fi +- + if test x$ac_cv_header_netinet_ip_h = xyes; then + AC_DEFINE(NETINET_SUPP_ip) + AC_EGREP_HEADER("ip_options",/usr/include/netinet/ip.h,is_opt=1,is_opt=0) diff --git a/net-analyzer/netwatch/metadata.xml b/net-analyzer/netwatch/metadata.xml index 5c4a3fccbd98..16276bd54d4c 100644 --- a/net-analyzer/netwatch/metadata.xml +++ b/net-analyzer/netwatch/metadata.xml @@ -6,7 +6,5 @@ hwoarang@gentoo.org Markos Chandras - - diff --git a/net-analyzer/netwatch/netwatch-1.3.0.1-r1.ebuild b/net-analyzer/netwatch/netwatch-1.3.0.1-r1.ebuild deleted file mode 100644 index 2b14f6a2ecea..000000000000 --- a/net-analyzer/netwatch/netwatch-1.3.0.1-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwatch/netwatch-1.3.0.1-r1.ebuild,v 1.1 2010/10/05 18:01:58 hwoarang Exp $ - -EAPI="2" - -inherit versionator eutils - -MY_PV=$(replace_version_separator 3 '-') - -DESCRIPTION="Ethernet/PPP IP Packet Monitor" -HOMEPAGE="http://www.slctech.org/~mackay/netwatch.html" -SRC_URI="http://www.slctech.org/~mackay/NETWATCH/${PN}-${MY_PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND} - sys-kernel/linux-headers" - -S=${WORKDIR}/${PN}-$(get_version_component_range 1-3) - -src_prepare() { - epatch "${FILESDIR}"/append_ldflags.patch - epatch "${FILESDIR}/${PN}.c.patch" - epatch "${FILESDIR}/${P}-fix-fortify.patch" -} - -src_install() { - dosbin netresolv netwatch || die "dosbin failed" - - doman netwatch.1 || die "doman failed" - dodoc BUGS CHANGES README* TODO || die "dodoc failed" - - if use doc; then - dohtml NetwatchKeyCommands.html || die "dohtml failed" - fi -} diff --git a/net-analyzer/netwatch/netwatch-1.3.0.1.ebuild b/net-analyzer/netwatch/netwatch-1.3.0.1-r2.ebuild similarity index 54% rename from net-analyzer/netwatch/netwatch-1.3.0.1.ebuild rename to net-analyzer/netwatch/netwatch-1.3.0.1-r2.ebuild index 4cbac28200f9..39cf73933841 100644 --- a/net-analyzer/netwatch/netwatch-1.3.0.1.ebuild +++ b/net-analyzer/netwatch/netwatch-1.3.0.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwatch/netwatch-1.3.0.1.ebuild,v 1.3 2010/06/28 19:46:54 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwatch/netwatch-1.3.0.1-r2.ebuild,v 1.2 2013/12/23 02:01:36 jer Exp $ -EAPI="2" +EAPI=5 -inherit versionator eutils +inherit autotools eutils versionator MY_PV=$(replace_version_separator 3 '-') @@ -19,22 +19,29 @@ IUSE="doc" RDEPEND="sys-libs/ncurses" DEPEND="${RDEPEND} + virtual/pkgconfig sys-kernel/linux-headers" S=${WORKDIR}/${PN}-$(get_version_component_range 1-3) src_prepare() { - epatch "${FILESDIR}"/append_ldflags.patch - epatch "${FILESDIR}/${PN}.c.patch" + epatch \ + "${FILESDIR}"/${P}-append_ldflags.patch \ + "${FILESDIR}"/${P}-open.patch \ + "${FILESDIR}"/${P}-fix-fortify.patch \ + "${FILESDIR}"/${P}-do-not-call.patch \ + "${FILESDIR}"/${P}-tinfo.patch + + eautoreconf } src_install() { - dosbin netresolv netwatch || die "dosbin failed" + dosbin netresolv netwatch - doman netwatch.1 || die "doman failed" - dodoc BUGS CHANGES README* TODO || die "dodoc failed" + doman netwatch.1 + dodoc BUGS CHANGES README* TODO if use doc; then - dohtml NetwatchKeyCommands.html || die "dohtml failed" + dohtml NetwatchKeyCommands.html fi } diff --git a/net-analyzer/zmap/Manifest b/net-analyzer/zmap/Manifest index 828ff9142d41..f66a2840632c 100644 --- a/net-analyzer/zmap/Manifest +++ b/net-analyzer/zmap/Manifest @@ -1 +1,2 @@ DIST zmap-1.1.0.tar.gz 84090 SHA256 6a73b4cfe62bf9ff31f1d075eac066671fe5f5a6e1b97a845361509c94611eb7 SHA512 87928b519d35b1b1252f6d9fc0f4de0860e4818bf0aa1296b669d290273b956524b35952af7f24d3bd588c13c32e04fd4e3204bdf0128430bc466d12910ce270 WHIRLPOOL e47bf6e687926a2735ce2b66a0eadf30c237c70c31b7ef87ef4e33e1afd8e500a19c3a0d0338f1e3c12517a53b0711f38b110dd3c825f76152cb90e0396b4f93 +DIST zmap-1.1.1.tar.gz 84325 SHA256 e3a740a97f217840b6afa81e2c84e11d44f91346cb9f2b21d0f5eda11fca5128 SHA512 daffd541b04d1c1e3e8cccbd3d08d881d2460b177524b5cafced388ebf7ea29343602f2540ba0430249cc0167ad370f1287f21f952c9254d98ce6213ba2288dd WHIRLPOOL a5882df618b1990be8bda2872175e33209cf9cedf003c2e619c4e136b4596e443f7b9a9d31b8abc2e520f8f502d9ba6b728b9fd9a320557b94e62aec09fb1a8a diff --git a/net-analyzer/zmap/files/zmap-1.1.1-out-of-src.patch b/net-analyzer/zmap/files/zmap-1.1.1-out-of-src.patch new file mode 100644 index 000000000000..bd99ee31bb43 --- /dev/null +++ b/net-analyzer/zmap/files/zmap-1.1.1-out-of-src.patch @@ -0,0 +1,48 @@ + CMakeLists.txt | 2 +- + src/CMakeLists.txt | 4 ++-- + zmap_conf_install.cmake.in | 7 ------- + 3 files changed, 3 insertions(+), 10 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index aeb1c7f..0378f44 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -67,4 +67,4 @@ add_subdirectory(src) + FILE(GLOB CONF_FILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}/conf" "conf/*") + message(STATUS "${CONF_FILES}") + configure_file(zmap_conf_install.cmake.in zmap_conf_install.cmake) +-install(SCRIPT "${PROJECT_SOURCE_DIR}/zmap_conf_install.cmake") ++install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/zmap_conf_install.cmake") +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 6e51f12..2c1ae5a 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -75,11 +75,11 @@ add_custom_command(OUTPUT zopt.h + ) + + add_custom_command(OUTPUT lexer.c +- COMMAND flex -o "${CMAKE_CURRENT_BINARY_DIR}/lexer.c" --header-file="${CMAKE_CURRENT_BINARY_DIR}/lexer.h" lexer.l ++ COMMAND flex -o "${CMAKE_CURRENT_BINARY_DIR}/lexer.c" --header-file="${CMAKE_CURRENT_BINARY_DIR}/lexer.h" "${CMAKE_CURRENT_SOURCE_DIR}/lexer.l" + ) + + add_custom_command(OUTPUT parser.c +- COMMAND byacc -d -o parser.c parser.y ++ COMMAND byacc -d -o "${CMAKE_CURRENT_BINARY_DIR}/parser.c" "${CMAKE_CURRENT_SOURCE_DIR}/parser.y" + ) + + add_executable(zmap ${SOURCES}) +diff --git a/zmap_conf_install.cmake.in b/zmap_conf_install.cmake.in +index c1b2f61..695e7dd 100644 +--- a/zmap_conf_install.cmake.in ++++ b/zmap_conf_install.cmake.in +@@ -1,10 +1,3 @@ +-message(STATUS "Creating /etc/zmap") +-if (NOT EXISTS "/etc/zmap/") +- file(MAKE_DIRECTORY "/etc/zmap") +-else() +- message(STATUS "/etc/zmap exists, skipping...") +-endif() +- + message(STATUS "Installing blacklist.conf...") + if (NOT EXISTS "/etc/zmap/blacklist.conf") + file(INSTALL "${PROJECT_SOURCE_DIR}/conf/blacklist.conf" DESTINATION "/etc/zmap") diff --git a/net-analyzer/zmap/files/zmap-9999-out-of-src.patch b/net-analyzer/zmap/files/zmap-9999-out-of-src.patch new file mode 100644 index 000000000000..7d281f8dbe00 --- /dev/null +++ b/net-analyzer/zmap/files/zmap-9999-out-of-src.patch @@ -0,0 +1,29 @@ + CMakeLists.txt | 2 +- + zmap_conf_install.cmake.in | 7 ------- + 2 files changed, 1 insertion(+), 8 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index ebf9316..f18c112 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -77,4 +77,4 @@ add_subdirectory(src) + FILE(GLOB CONF_FILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}/conf" "conf/*") + message(STATUS "${CONF_FILES}") + configure_file(zmap_conf_install.cmake.in zmap_conf_install.cmake) +-install(SCRIPT "${PROJECT_SOURCE_DIR}/zmap_conf_install.cmake") ++install(SCRIPT "${CMAKE_CURRENT_BINARY_DIR}/zmap_conf_install.cmake") +diff --git a/zmap_conf_install.cmake.in b/zmap_conf_install.cmake.in +index 7f36f12..d5fe9d9 100644 +--- a/zmap_conf_install.cmake.in ++++ b/zmap_conf_install.cmake.in +@@ -1,10 +1,3 @@ +-message(STATUS "Creating /etc/zmap") +-if (NOT EXISTS "/etc/zmap/") +- file(MAKE_DIRECTORY "/etc/zmap") +-else() +- message(STATUS "/etc/zmap exists, skipping...") +-endif() +- + message(STATUS "Installing blacklist.conf...") + if (NOT EXISTS "/etc/zmap/blacklist.conf") + file(INSTALL "${PROJECT_SOURCE_DIR}/conf/blacklist.conf" DESTINATION "/etc/zmap") diff --git a/net-analyzer/zmap/zmap-1.1.0.ebuild b/net-analyzer/zmap/zmap-1.1.0.ebuild index 43ac9a430d29..85c612b3805f 100644 --- a/net-analyzer/zmap/zmap-1.1.0.ebuild +++ b/net-analyzer/zmap/zmap-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-1.1.0.ebuild,v 1.1 2013/11/25 11:21:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-1.1.0.ebuild,v 1.2 2013/12/22 18:02:39 jlec Exp $ EAPI=5 @@ -23,7 +23,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-util/gengetopt sys-devel/flex - virtual/yacc + dev-util/byacc " PATCHES=( diff --git a/net-analyzer/zmap/zmap-1.1.1.ebuild b/net-analyzer/zmap/zmap-1.1.1.ebuild new file mode 100644 index 000000000000..c1096d7ef684 --- /dev/null +++ b/net-analyzer/zmap/zmap-1.1.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-1.1.1.ebuild,v 1.1 2013/12/22 18:02:39 jlec Exp $ + +EAPI=5 + +inherit cmake-utils fcaps + +DESCRIPTION="Fast network scanner designed for Internet-wide network surveys" +HOMEPAGE="https://zmap.io/" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS=" ~amd64 ~x86" +IUSE="json redis" + +RDEPEND=" + dev-libs/gmp + net-libs/libpcap + json? ( dev-libs/json-c ) + redis? ( dev-libs/hiredis )" +DEPEND="${RDEPEND} + dev-util/gengetopt + sys-devel/flex + dev-util/byacc" + +PATCHES=( + "${FILESDIR}"/${P}-out-of-src.patch +) + +src_configure() { + local mycmakeargs=( + -DENABLE_DEVELOPMENT=OFF + -DENABLE_HARDENING=OFF + $(cmake-utils_use_with json) + $(cmake-utils_use_with redis) + ) + cmake-utils_src_configure +} + +FILECAPS=( cap_net_raw=ep usr/sbin/zmap ) diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild index 0f7cc4fc60e2..c9bc369e0c45 100644 --- a/net-analyzer/zmap/zmap-9999.ebuild +++ b/net-analyzer/zmap/zmap-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild,v 1.3 2013/11/25 11:22:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild,v 1.4 2013/12/22 18:02:39 jlec Exp $ EAPI=5 @@ -24,11 +24,11 @@ RDEPEND=" DEPEND="${RDEPEND} dev-util/gengetopt sys-devel/flex - virtual/yacc + dev-util/byacc " PATCHES=( - "${FILESDIR}"/${PN}-1.1.0-out-of-src.patch + "${FILESDIR}"/${P}-out-of-src.patch ) src_configure() { diff --git a/net-dns/ddclient/ddclient-3.8.1-r5.ebuild b/net-dns/ddclient/ddclient-3.8.1-r5.ebuild index bddfb03cc12c..acab8ef3872d 100644 --- a/net-dns/ddclient/ddclient-3.8.1-r5.ebuild +++ b/net-dns/ddclient/ddclient-3.8.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.8.1-r5.ebuild,v 1.7 2013/12/21 17:22:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.8.1-r5.ebuild,v 1.8 2013/12/22 14:45:17 ago Exp $ EAPI="4" inherit eutils systemd user @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="hardened" RDEPEND=">=dev-lang/perl-5.1 diff --git a/net-firewall/iptables/iptables-1.4.20.ebuild b/net-firewall/iptables/iptables-1.4.20.ebuild index ad45bac42d10..c313764cb550 100644 --- a/net-firewall/iptables/iptables-1.4.20.ebuild +++ b/net-firewall/iptables/iptables-1.4.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.20.ebuild,v 1.6 2013/12/21 17:21:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.20.ebuild,v 1.7 2013/12/22 12:44:21 ago Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://www.netfilter.org/projects/iptables/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="ipv6 netlink static-libs" RDEPEND=" diff --git a/net-firewall/shorewall-core/shorewall-core-4.5.18-r1.ebuild b/net-firewall/shorewall-core/shorewall-core-4.5.18-r1.ebuild index b144362d0257..7da87a7800c7 100644 --- a/net-firewall/shorewall-core/shorewall-core-4.5.18-r1.ebuild +++ b/net-firewall/shorewall-core/shorewall-core-4.5.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.18-r1.ebuild,v 1.3 2013/10/21 12:54:52 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.18-r1.ebuild,v 1.5 2013/12/22 15:04:46 ago Exp $ EAPI="5" @@ -18,7 +18,7 @@ SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_PV_TREE}/${MY_P}/${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc ~x86" IUSE="selinux" DEPEND=">=net-firewall/iptables-1.2.4 diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.5.18-r1.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.5.18-r1.ebuild index 93e2024dc01c..634883e4b4d0 100644 --- a/net-firewall/shorewall-lite/shorewall-lite-4.5.18-r1.ebuild +++ b/net-firewall/shorewall-lite/shorewall-lite-4.5.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.18-r1.ebuild,v 1.3 2013/10/21 12:58:50 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.18-r1.ebuild,v 1.5 2013/12/22 15:05:10 ago Exp $ EAPI="5" @@ -21,7 +21,7 @@ SRC_URI="http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/${P}.tar.b LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc ~x86" IUSE="doc" RDEPEND="net-firewall/iptables diff --git a/net-firewall/shorewall/shorewall-4.5.18-r1.ebuild b/net-firewall/shorewall/shorewall-4.5.18-r1.ebuild index 20893fd194e6..e316bd808305 100644 --- a/net-firewall/shorewall/shorewall-4.5.18-r1.ebuild +++ b/net-firewall/shorewall/shorewall-4.5.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.5.18-r1.ebuild,v 1.3 2013/10/21 12:57:11 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.5.18-r1.ebuild,v 1.5 2013/12/22 15:04:58 ago Exp $ EAPI="5" @@ -20,7 +20,7 @@ SRC_URI="http://www1.shorewall.net/pub/${PN}/${MY_PV_TREE}/${MY_P}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc ~x86" IUSE="doc" DEPEND=">=net-firewall/iptables-1.2.4 diff --git a/net-firewall/shorewall6/shorewall6-4.5.18-r1.ebuild b/net-firewall/shorewall6/shorewall6-4.5.18-r1.ebuild index 42ba03379f9e..283ca7c6e793 100644 --- a/net-firewall/shorewall6/shorewall6-4.5.18-r1.ebuild +++ b/net-firewall/shorewall6/shorewall6-4.5.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6/shorewall6-4.5.18-r1.ebuild,v 1.3 2013/10/21 13:01:43 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6/shorewall6-4.5.18-r1.ebuild,v 1.5 2013/12/22 15:05:22 ago Exp $ EAPI="5" @@ -21,7 +21,7 @@ SRC_URI="http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/${P}.tar.b LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc ~x86" IUSE="doc" diff --git a/net-fs/nfs-utils/nfs-utils-1.2.9.ebuild b/net-fs/nfs-utils/nfs-utils-1.2.9.ebuild index 37b7c515892b..426d372aa5d6 100644 --- a/net-fs/nfs-utils/nfs-utils-1.2.9.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.2.9.ebuild,v 1.4 2013/12/21 18:18:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.2.9.ebuild,v 1.5 2013/12/22 13:19:38 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="caps ipv6 kerberos +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux tcpd +uuid" RESTRICT="test" #315573 diff --git a/net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild b/net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild index 582333f99a15..677f7b5b5b43 100644 --- a/net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild +++ b/net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild,v 1.7 2013/12/21 17:17:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-5.2-r1.ebuild,v 1.8 2013/12/22 12:45:34 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://kernel/software/network/tftp/${PN}/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~ppc-macos" IUSE="ipv6 readline selinux tcpd" RDEPEND="selinux? ( sec-policy/selinux-tftp ) diff --git a/net-im/pidgin/pidgin-2.10.7-r5.ebuild b/net-im/pidgin/pidgin-2.10.7-r5.ebuild index c1c9a5f047ec..b2a5f36c9a80 100644 --- a/net-im/pidgin/pidgin-2.10.7-r5.ebuild +++ b/net-im/pidgin/pidgin-2.10.7-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r5.ebuild,v 1.3 2013/12/08 19:57:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.10.7-r5.ebuild,v 1.4 2013/12/22 16:15:10 jer Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="dbus debug doc eds gadu gnutls +gstreamer +gtk idn meanwhile mxit" IUSE+=" networkmanager nls perl silc tcl tk spell sasl ncurses" IUSE+=" groupwise prediction python +xscreensaver zephyr zeroconf" # mono" diff --git a/net-irc/quassel/quassel-0.9.2.ebuild b/net-irc/quassel/quassel-0.9.2.ebuild index a94a5e03b39d..7af72927967f 100644 --- a/net-irc/quassel/quassel-0.9.2.ebuild +++ b/net-irc/quassel/quassel-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.9.2.ebuild,v 1.3 2013/12/21 10:32:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.9.2.ebuild,v 1.5 2013/12/22 18:12:26 pacho Exp $ EAPI=4 @@ -18,7 +18,7 @@ HOMEPAGE="http://quassel-irc.org/" [[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P/_/-}.tar.bz2" LICENSE="GPL-3" -KEYWORDS="~amd64 ~arm ppc ~x86 ~amd64-linux ~sparc-solaris" +KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~sparc-solaris" SLOT="0" IUSE="ayatana crypt dbus debug kde monolithic phonon postgres +server +ssl syslog webkit X" diff --git a/net-libs/cyassl/cyassl-2.7.0.ebuild b/net-libs/cyassl/cyassl-2.7.0.ebuild index c85a02350b0e..1e123a0c5e37 100644 --- a/net-libs/cyassl/cyassl-2.7.0.ebuild +++ b/net-libs/cyassl/cyassl-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.7.0.ebuild,v 1.4 2013/12/21 18:58:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.7.0.ebuild,v 1.6 2013/12/22 16:28:15 pacho Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 arm hppa ~mips ppc ~ppc64 ~s390 ~x86" +KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~x86" #Add CRYPTO_OPTS=ecc when fixed CACHE_SIZE="small big +huge" diff --git a/net-libs/glib-networking/glib-networking-2.36.2.ebuild b/net-libs/glib-networking/glib-networking-2.36.2.ebuild index 99dd3f7a4a73..8140551a25a9 100644 --- a/net-libs/glib-networking/glib-networking-2.36.2.ebuild +++ b/net-libs/glib-networking/glib-networking-2.36.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.36.2.ebuild,v 1.3 2013/12/08 19:21:44 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/glib-networking/glib-networking-2.36.2.ebuild,v 1.4 2013/12/22 16:16:45 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://git.gnome.org/browse/glib-networking/" LICENSE="LGPL-2+" SLOT="0" IUSE="+gnome +libproxy smartcard +ssl test" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" RDEPEND=" >=dev-libs/glib-2.35.8:2 diff --git a/net-libs/gnutls/files/gnutls-3.2.8-build.patch b/net-libs/gnutls/files/gnutls-3.2.8-build.patch new file mode 100644 index 000000000000..4c3f2f4fe06a --- /dev/null +++ b/net-libs/gnutls/files/gnutls-3.2.8-build.patch @@ -0,0 +1,109 @@ +From 059831a6f702fc83e5378d3448fb9718d3eff83c Mon Sep 17 00:00:00 2001 +From: Alon Bar-Lev +Date: Sat, 21 Dec 2013 23:17:17 +0200 +Subject: [PATCH] build: fix librt requirement + +The librt is added by the gl m4 macros, AC_CHECK_FUNCS to will not fail +to find functions. + +Move the AC_CHECK_FUNCS above gl initialization. + +Signed-off-by: Alon Bar-Lev +--- + configure.ac | 73 ++++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 39 insertions(+), 34 deletions(-) + +diff --git a/configure.ac b/configure.ac +index fadb954..b8eefc2 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -149,6 +149,45 @@ AM_GNU_GETTEXT_VERSION([0.18]) + + AC_C_BIGENDIAN + ++dnl No fork on MinGW, disable some self-tests until we fix them. ++dnl Check clock_gettime and pthread_mutex_lock in libc (avoid linking to other libs) ++AC_CHECK_FUNCS([fork getrusage getpwuid_r nanosleep daemon getpid clock_gettime pthread_mutex_lock iconv localtime vasprintf],,) ++AM_CONDITIONAL(HAVE_FORK, test "$ac_cv_func_fork" != "no") ++ ++AC_LIB_HAVE_LINKFLAGS(rt,, [#include ++#include ++], [timer_create (0,0,0);]) ++ ++if test "$ac_cv_func_pthread_mutex_lock" != "yes";then ++ AC_LIB_HAVE_LINKFLAGS(pthread,, [#include ], [pthread_mutex_lock (0);]) ++fi ++ ++if test "$ac_cv_func_nanosleep" != "yes";then ++ AC_LIB_HAVE_LINKFLAGS(rt,, [#include ], [nanosleep (0, 0);]) ++ gnutls_needs_librt=yes ++fi ++ ++if test "$ac_cv_func_clock_gettime" != "yes";then ++ AC_LIB_HAVE_LINKFLAGS(rt,, [#include ], [clock_gettime (0, 0);]) ++ gnutls_needs_librt=yes ++fi ++ ++ac_have_unicode=no ++if test "$ac_cv_func_iconv" != "yes";then ++ AC_LIB_HAVE_LINKFLAGS(iconv,, [#include ], [iconv (0, 0, 0, 0, 0);]) ++ if test "$HAVE_LIBICONV" = "yes";then ++ ac_have_unicode=yes ++ fi ++else ++ ac_have_unicode=yes ++fi ++ ++if test "$ac_have_unicode" != "yes";then ++ if test "$have_win" = "yes";then ++ ac_have_unicode=yes ++ fi ++fi ++ + gl_INIT + ggl_INIT + +@@ -224,40 +263,6 @@ AC_LIBTOOL_WIN32_DLL + AC_PROG_LIBTOOL + + +-dnl No fork on MinGW, disable some self-tests until we fix them. +-dnl Check clock_gettime and pthread_mutex_lock in libc (avoid linking to other libs) +-AC_CHECK_FUNCS([fork getrusage getpwuid_r nanosleep daemon getpid clock_gettime pthread_mutex_lock iconv localtime vasprintf],,) +-AM_CONDITIONAL(HAVE_FORK, test "$ac_cv_func_fork" != "no") +- +-AC_LIB_HAVE_LINKFLAGS(rt,, [#include +-#include +-], [timer_create (0,0,0);]) +- +-if test "$ac_cv_func_pthread_mutex_lock" != "yes";then +- AC_LIB_HAVE_LINKFLAGS(pthread,, [#include ], [pthread_mutex_lock (0);]) +-fi +- +-if test "$ac_cv_func_nanosleep" != "yes";then +- AC_LIB_HAVE_LINKFLAGS(rt,, [#include ], [nanosleep (0, 0);]) +- gnutls_needs_librt=yes +-fi +- +-ac_have_unicode=no +-if test "$ac_cv_func_iconv" != "yes";then +- AC_LIB_HAVE_LINKFLAGS(iconv,, [#include ], [iconv (0, 0, 0, 0, 0);]) +- if test "$HAVE_LIBICONV" = "yes";then +- ac_have_unicode=yes +- fi +-else +- ac_have_unicode=yes +-fi +- +-if test "$ac_have_unicode" != "yes";then +- if test "$have_win" = "yes";then +- ac_have_unicode=yes +- fi +-fi +- + AC_MSG_CHECKING([whether to build libdane]) + AC_ARG_ENABLE(libdane, + AS_HELP_STRING([--disable-libdane], +-- +1.8.3.2 + diff --git a/net-libs/gnutls/gnutls-3.2.8.ebuild b/net-libs/gnutls/gnutls-3.2.8.ebuild index 9337567b3460..2dbdd962c5b5 100644 --- a/net-libs/gnutls/gnutls-3.2.8.ebuild +++ b/net-libs/gnutls/gnutls-3.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.2.8.ebuild,v 1.2 2013/12/21 12:30:42 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.2.8.ebuild,v 1.3 2013/12/22 14:40:28 alonbl Exp $ EAPI=5 @@ -59,6 +59,8 @@ src_prepare() { rm src/$(basename ${file} .c).{c,h} || die done + epatch "${FILESDIR}/${P}-build.patch" + # support user patches epatch_user diff --git a/net-libs/gssdp/gssdp-0.14.6.ebuild b/net-libs/gssdp/gssdp-0.14.6.ebuild index e9ac53e48201..f1b08a67d520 100644 --- a/net-libs/gssdp/gssdp-0.14.6.ebuild +++ b/net-libs/gssdp/gssdp-0.14.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gssdp/gssdp-0.14.6.ebuild,v 1.3 2013/12/08 19:22:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gssdp/gssdp-0.14.6.ebuild,v 1.4 2013/12/22 16:17:45 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://gupnp.org/" LICENSE="LGPL-2" SLOT="0/3" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="+introspection +gtk" RDEPEND=" diff --git a/net-libs/gupnp/gupnp-0.20.8.ebuild b/net-libs/gupnp/gupnp-0.20.8.ebuild index 957296d863b7..909c47fa6e7c 100644 --- a/net-libs/gupnp/gupnp-0.20.8.ebuild +++ b/net-libs/gupnp/gupnp-0.20.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.20.8.ebuild,v 1.3 2013/12/08 19:24:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.20.8.ebuild,v 1.4 2013/12/22 16:19:00 jer Exp $ EAPI="5" GCONF_DEBUG="no" @@ -17,7 +17,7 @@ HOMEPAGE="http://gupnp.org/" LICENSE="LGPL-2" SLOT="0/4" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="connman +introspection kernel_linux networkmanager" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild b/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild index fd2921dca7b8..e71c50137d6a 100644 --- a/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild +++ b/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild,v 1.2 2013/12/21 18:55:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbluedevil/libbluedevil-1.9.4.ebuild,v 1.3 2013/12/22 13:46:55 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://projects.kde.org/projects/playground/libs/libbluedevil" SRC_URI="mirror://kde/stable/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ppc ppc64 ~x86" SLOT="4" IUSE="debug" diff --git a/net-libs/libmicrohttpd/Manifest b/net-libs/libmicrohttpd/Manifest index 058319fd050c..eda05387ece4 100644 --- a/net-libs/libmicrohttpd/Manifest +++ b/net-libs/libmicrohttpd/Manifest @@ -1,5 +1,2 @@ -DIST libmicrohttpd-0.9.27.tar.gz 879531 SHA256 d532edf64c3a9da472114c2d10fc94606e3b31f21b883ec2e796ab8478f7e9cb SHA512 00901db735d86f27c4a8dbf4a7a5dc816f2e3dbb7468dc803891fc94ba918231dda880b5cebd3c10347ed73144393ba32753a4eadc323f62615c0909694b2647 WHIRLPOOL ea2a01219abdc316441bf0b0f3d1e8275ba47351d3f2214037e0d23e2ee64496098cd646c27e601e510acccfc7da009730b0df7e65a8f1b615119cd448064ead -DIST libmicrohttpd-0.9.28.tar.gz 1062922 SHA256 10e633d76ea7049562521b0ae5859e4ae7ebe1f824ae24c70e3376650051920e SHA512 9a952696cf5690b7c2084d8bb813b687aa68c37dab60ab805ad3867ef76f6de2c271c8e9e6eaac32fe6fad7c568a45876f1e305f48466047915d1f2f62c6fd97 WHIRLPOOL 20d7207f213798bc4b5fcf6ad4c588df464445396f4e6ce17fd01796c1421521c7bc09dc3dd3f541fe735839a7fe08eccd1bf93d2cb0810bb6eab7990aad1cfe -DIST libmicrohttpd-0.9.30.tar.gz 1088922 SHA256 80f48c82fc1b00ad5945a06c810f268d5fa6482eee24af677997a38e41e2606c SHA512 c2e8d7b379a5e87332b9489bfabb4a2c37c205d9f6b4c47f2fda23071cff70f618be67ecd4749cfcc91301e1008c97c799d59e04ea017ca98cc61b118c5953ac WHIRLPOOL b8402eee64d26cbe12a44f6a47c6a32c0cb3ca871728777745b688b435d7464fc8ccce1bf784d4436927918988a4f9993baf763cc6ea16f4d1692be5c4ce70fb -DIST libmicrohttpd-0.9.31.tar.gz 1118373 SHA256 cac177d1081ae23e97713972499c24e13a0fa13d112a30132a249d4055ec5d1b SHA512 37fd2e189701157e182139453b26a74d7c918090dd0a2891c210e144b5aacff5458d2686ee19ec358918a5172193a6ecccfbdb2b14cdd2f8978baa947e886aa2 WHIRLPOOL 7a1e091a1c9fc159f8eb1f83fb75853bfe29d054f6560193b792b6e34cd5004eefa1711e68b5ba6e8d68486ee5cddb1fb5c87f7222c520817200d16dee6b1981 DIST libmicrohttpd-0.9.32.tar.gz 1124859 SHA256 e554b8e1313b336616a460aca0ac1fc8c96552320bc1d4dc503ce00bfb70d89c SHA512 66ed77782e880378e476348b85554f7b70324d4dc51b8fa2fadd1c3f46ae3467b1acb3a1fe23804b65a5db5aa79e5b748e46a7486cf70bf14b74ffe77abd0f71 WHIRLPOOL 4be16f9cdf3dce663586a38ac6cd8bba23dfb744c553e6de2742b5153a52443139dd05ed07117062bde8a8235823fa7ebcb860c95dbdd3dd14c6165f01d2e39b +DIST libmicrohttpd-0.9.33.tar.gz 1104292 SHA256 d9587e8497548f820650cd607daf3615ea3272435779378983032c570f1cd559 SHA512 4ca8dc37b59e5b3df2426b763420d88ae7691c57bace4bdb6bb766a135904c895892236a21da45bb636b8fcf0835fa101ce82484dec272e850b7627719c6e0f8 WHIRLPOOL 8ca8593f25637b0db7c837fbc8f7d9abc5aa3e935501b7bc886f0152d7acdeac5f49c8130d77c1bbdb68e019a3927c6cc0345ba46364d8ee33bb70dfa6d812df diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.27.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.27.ebuild deleted file mode 100644 index c852a5865cd1..000000000000 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.27.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.27.ebuild,v 1.7 2013/07/20 15:34:32 jer Exp $ - -EAPI="5" - -MY_P="${P/_/}" - -DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application." -HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/" -SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" - -IUSE="messages ssl static-libs test" -KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 x86" -LICENSE="LGPL-2.1" -SLOT="0" - -RDEPEND="ssl? ( - dev-libs/libgcrypt - net-libs/gnutls - )" - -DEPEND="${RDEPEND} - test? ( - ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) - )" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS NEWS README ChangeLog" - -src_configure() { - econf \ - --enable-bauth \ - --enable-dauth \ - $(use_enable test curl) \ - $(use_enable messages) \ - $(use_enable messages postprocessor) \ - $(use_enable ssl https) \ - $(use_with ssl gnutls) \ - $(use_enable static-libs static) -} - -src_install() { - default - - use static-libs || find "${ED}" -name '*.la' -exec rm -f {} + -} diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.28.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.28.ebuild deleted file mode 100644 index a8bd84199ef7..000000000000 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.28.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.28.ebuild,v 1.2 2013/11/25 20:57:10 jer Exp $ - -EAPI="5" - -inherit eutils - -MY_P="${P/_/}" - -DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application." -HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/" -SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" - -IUSE="messages ssl static-libs test" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" -LICENSE="LGPL-2.1" -SLOT="0" - -RDEPEND="ssl? ( - dev-libs/libgcrypt - net-libs/gnutls - )" - -DEPEND="${RDEPEND} - test? ( - ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) - )" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS NEWS README ChangeLog" - -src_prepare() { - epatch "${FILESDIR}"/${P}-fix-no-messages.patch -} - -src_configure() { - econf \ - --enable-bauth \ - --enable-dauth \ - $(use_enable test curl) \ - $(use_enable messages) \ - $(use_enable messages postprocessor) \ - $(use_enable ssl https) \ - $(use_with ssl gnutls) \ - $(use_enable static-libs static) -} - -src_install() { - default - - use static-libs || find "${ED}" -name '*.la' -exec rm -f {} + -} diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild deleted file mode 100644 index 7ace5428c6cc..000000000000 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.30.ebuild,v 1.5 2013/12/22 11:57:17 ago Exp $ - -EAPI="5" - -MY_P="${P/_/}" - -DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application." -HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/" -SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" - -IUSE="messages ssl static-libs test" -KEYWORDS="~amd64 arm ~hppa ~mips ppc ppc64 ~x86" -LICENSE="LGPL-2.1" -SLOT="0" - -RDEPEND="ssl? ( - dev-libs/libgcrypt - net-libs/gnutls - )" - -DEPEND="${RDEPEND} - test? ( - ssl? ( >=net-misc/curl-7.25.0-r1[ssl] ) - )" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS NEWS README ChangeLog" - -src_configure() { - econf \ - --enable-bauth \ - --enable-dauth \ - $(use_enable test curl) \ - $(use_enable messages) \ - $(use_enable messages postprocessor) \ - $(use_enable ssl https) \ - $(use_with ssl gnutls) \ - $(use_enable static-libs static) -} - -src_install() { - default - - use static-libs || find "${ED}" -name '*.la' -exec rm -f {} + -} diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.33.ebuild similarity index 94% rename from net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild rename to net-libs/libmicrohttpd/libmicrohttpd-0.9.33.ebuild index aa2c1b63f153..1e537c5363fc 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.31.ebuild,v 1.3 2013/11/25 20:57:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.33.ebuild,v 1.1 2013/12/22 22:31:05 blueness Exp $ EAPI="5" diff --git a/net-libs/libnatpmp/libnatpmp-20130911.ebuild b/net-libs/libnatpmp/libnatpmp-20130911.ebuild index 7db78a7a9e22..8b009caac430 100644 --- a/net-libs/libnatpmp/libnatpmp-20130911.ebuild +++ b/net-libs/libnatpmp/libnatpmp-20130911.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v 1.5 2013/12/22 11:58:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20130911.ebuild,v 1.6 2013/12/22 16:27:30 pacho Exp $ EAPI="5" inherit eutils toolchain-funcs multilib @@ -11,7 +11,7 @@ SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="static-libs" src_prepare() { diff --git a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.4.ebuild b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.4.ebuild index 1b2c7c60fc39..a4a1062b0c98 100644 --- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.4.ebuild +++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.4.ebuild,v 1.6 2013/12/15 08:53:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.4.ebuild,v 1.8 2013/12/22 15:04:00 ago Exp $ EAPI=5 inherit autotools-utils linux-info @@ -11,7 +11,7 @@ SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86" IUSE="static-libs" RDEPEND=" diff --git a/net-libs/libsoup/libsoup-2.42.3.1.ebuild b/net-libs/libsoup/libsoup-2.42.3.1.ebuild index cb725c38005e..59061bc21f34 100644 --- a/net-libs/libsoup/libsoup-2.42.3.1.ebuild +++ b/net-libs/libsoup/libsoup-2.42.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.42.3.1.ebuild,v 1.4 2013/12/08 19:26:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.42.3.1.ebuild,v 1.5 2013/12/22 16:21:50 jer Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/LibSoup" LICENSE="LGPL-2+" SLOT="2.4" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="debug +introspection samba ssl test" RDEPEND=" diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild index 83928edbdbdd..8d12f5dd4675 100644 --- a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild,v 1.7 2013/12/21 16:24:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild,v 1.8 2013/12/22 13:21:52 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -14,7 +14,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="GPL-2 public-domain" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ssl nls kerberos hesiod tk socks" REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )" diff --git a/net-misc/curl/curl-7.33.0.ebuild b/net-misc/curl/curl-7.33.0.ebuild index e57a480e5a8f..e367f7207314 100644 --- a/net-misc/curl/curl-7.33.0.ebuild +++ b/net-misc/curl/curl-7.33.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.33.0.ebuild,v 1.4 2013/12/20 00:07:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.33.0.ebuild,v 1.6 2013/12/22 19:00:58 pacho Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="adns idn ipv6 kerberos ldap metalink rtmp ssh ssl static-libs test threads" IUSE="${IUSE} curl_ssl_axtls curl_ssl_cyassl curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl" diff --git a/net-misc/dahdi/dahdi-2.7.0.1.ebuild b/net-misc/dahdi/dahdi-2.7.0.1.ebuild index 070b52e0674f..007392716ba7 100644 --- a/net-misc/dahdi/dahdi-2.7.0.1.ebuild +++ b/net-misc/dahdi/dahdi-2.7.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi/dahdi-2.7.0.1.ebuild,v 1.1 2013/09/23 16:18:15 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi/dahdi-2.7.0.1.ebuild,v 1.2 2013/12/22 19:13:21 pacho Exp $ EAPI=5 @@ -29,7 +29,7 @@ http://www.junghanns.net/downloads/jnet-dahdi-drivers-${JNET}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="flash" RESTRICT="test" diff --git a/net-misc/dropbear/dropbear-2013.60.ebuild b/net-misc/dropbear/dropbear-2013.60.ebuild index ca63c2342ee7..2a2532de75ef 100644 --- a/net-misc/dropbear/dropbear-2013.60.ebuild +++ b/net-misc/dropbear/dropbear-2013.60.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbear/dropbear-2013.60.ebuild,v 1.10 2013/12/09 01:24:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbear/dropbear-2013.60.ebuild,v 1.11 2013/12/22 14:55:31 vapier Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="http://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2 LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux" IUSE="bsdpty minimal multicall pam +shadow static syslog zlib" LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] ) @@ -39,6 +39,8 @@ set_options() { src_prepare() { epatch "${FILESDIR}"/${PN}-0.46-dbscp.patch + epatch "${FILESDIR}"/${PN}-2013.62-multi-install-man.patch + epatch "${FILESDIR}"/${PN}-2013.62-multi-no-relink.patch sed -i '1i#define _GNU_SOURCE' scpmisc.c || die sed -i \ -e '/SFTPSERVER_PATH/s:".*":"/usr/lib/misc/sftp-server":' \ diff --git a/net-misc/htpdate/Manifest b/net-misc/htpdate/Manifest index 5df3d7543f69..0a831881b4bf 100644 --- a/net-misc/htpdate/Manifest +++ b/net-misc/htpdate/Manifest @@ -1,3 +1,3 @@ -DIST htpdate-1.0.4.tar.gz 16474 SHA256 8c59b3f66a429eb3be038f66eb9f942398fca9002fe2c3f027010c815f91dedd +DIST htpdate-1.0.4.tar.gz 16474 SHA256 8c59b3f66a429eb3be038f66eb9f942398fca9002fe2c3f027010c815f91dedd SHA512 062d0fc9619312ad87dd0e508400bd6f3d64e0a7fab3bb58c55ccdbfb171030dc25f5909b0ca6d37b28e39eeb67c020e6b1c67017f8c16ef54c0e5f671bc2fb1 WHIRLPOOL 3e08faedf98201668bc387da9c1d2f2c5ed33bb55f5082b23f2754ad981b1a60295c030046b62100b4a0080be075d38b3c11c940156fb5255effe8a980c8731a DIST htpdate-1.0.5.tar.gz 16579 SHA256 f465059495eae91437eb5eec7af92f1374eb3836f50926e8e5718818abf91e9a SHA512 fc4c01f08b59ff1d0335d8a16248106f97146dcf98031dda6023f500e3451e251bb3ea7f17bfe4309b3a1c6c9c89e62452fa4a458015e2b9a90e0ccb20e51de2 WHIRLPOOL aa7322ce08f4356a721d37f130aa6015a434fc1d6c80b6992ea08926705a6c5b0f2f3625c7b350202fcb624d3c4d3d59e1afbd857b24121edd282e5a47c2494b DIST htpdate-1.0.7.tar.gz 16848 SHA256 ba0b3f7b42306f2e2e146624785f80cc472eac9e7885007df50af0e1a21735c4 SHA512 83408545d1d2cc794f62efaf348e54cc2ce47dfb27815710e92d0c7d34360a581e637ef82424030c8a4fcabcc9a07205518fac08f426b37c7c4519cfa6696360 WHIRLPOOL e2e949d20b8d4afecd6c3c09aefa203417b16a4061e6d2fe05cf5e37d0dc736604ed5e1f0d8c03146eb3b5031ffc3ed8ec3213171513e6140a098bd1d5f268fb diff --git a/net-misc/htpdate/htpdate-1.0.7.ebuild b/net-misc/htpdate/htpdate-1.0.7.ebuild index 65466d4e8f87..75ada1830e94 100644 --- a/net-misc/htpdate/htpdate-1.0.7.ebuild +++ b/net-misc/htpdate/htpdate-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/htpdate-1.0.7.ebuild,v 1.5 2013/12/21 16:38:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/htpdate-1.0.7.ebuild,v 1.6 2013/12/22 14:52:44 vapier Exp $ EAPI=5 @@ -27,6 +27,11 @@ src_unpack() { unpacker htpdate.8.gz } +src_prepare() { + # Use more standard adjtimex() to fix uClibc builds. + sed -i 's:ntp_adjtime:adjtimex:g' htpdate.[8c] || die +} + src_compile() { emake CFLAGS="-Wall ${CFLAGS} ${LDFLAGS}" CC="$(tc-getCC)" } diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest index dcefe753e715..93623bdd7b35 100644 --- a/net-misc/memcached/Manifest +++ b/net-misc/memcached/Manifest @@ -12,6 +12,7 @@ DIST memcached-1.4.1.tar.gz 277221 SHA256 6bb6e52290bbe987990e83d57856f762402c9a DIST memcached-1.4.10.tar.gz 311926 SHA256 2cc3de341b561464da29fc5d5e2a4facc0f6aafc151f0e1d94228705e0758fdf SHA512 dda11a164059f842efc009dabebed18c03d0ee67d4e363191f57f75d75d83c8927483c3853c895caa1168d03f478d8b09ec50e3b7f25fe7b5ca71df7474175bf WHIRLPOOL 236e79813185bc051a0e16e68814e36f3f1f21a25dd71b2668794974f2a5a7b0329488c4fe907edf757b2f17963a750c224dc4962a238fb3ccb7d089bc85a1a2 DIST memcached-1.4.11.tar.gz 319642 SHA256 e3dcc4ff29d2b3f3c66f2b5b95a1bcef0163a65b588d6ba92a56cd6c8d73e83e SHA512 fb66bab451f5d59b27ce257ffe125a78516257536318b59cdd1a0b15bcaf567f68e5f6c6fba7eeab95c240acc4053cb45b6a390e97faec0ca5391f06a6782c61 WHIRLPOOL 2c4604206802b764be0b70f74603abbc91e995918bb6fae4887ea823486b7afa3f6bfbb03a6c7ef28cac86475215335666396d32fb146bc8625f9aa371591fd9 DIST memcached-1.4.13.tar.gz 320751 SHA256 cb0b8b87aa57890d2327906a11f2f1b61b8d870c0885b54c61ca46f954f27e29 SHA512 31bc8e1437303abdb8a8c5a90d1fc4c27b38b0edaa1e41f6bae54136b1d0894208af182fcb30635947bf66ce2aedcf2b51ca63e211157b1596e0f269d310feae WHIRLPOOL b2bb679ed2fef1db5130ce907ec458be32f14ec9ac3512d7485f038da3d919c178f3fac6bf65397175106aaad44f638d2d01614fb61cf224b3cff1eec916659c +DIST memcached-1.4.17.tar.gz 326970 SHA256 d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458 SHA512 cf44500f81494efe8b27d2859d160e288260323d9c0ca6f0d0507c131257048012248e6a7639e410cec6765219d4595359d9335281eeb3b238306972a5bd859d WHIRLPOOL 2c9115630e0fd68d42e0771aea7d59f1d296b1f5ff4f2d586095ecd01ded6f4c60d0722a1ba63b926042e304b3e88521b2f862dffecec5c0145b96785c4b2b14 DIST memcached-1.4.2.tar.gz 283071 SHA256 d44b611341b7dcf2e87c0f60ecc78e95fc61acb801fdd9853940b039027066aa SHA512 616c4e4a1c1f4c57ec22b15fc982e51fcfee7fe7170a747a8cd5c49ad570d555048ff83dab1e8f2553619c2b09effb9437cc766d2edffa3b1268a9818bf4c0e1 WHIRLPOOL 750af09222c988e5217d3485fa7e0aabbba9750e2d8a5757a525bb46dc6eca2a60844081f571af432af9fe9d10373156ddbe1e01ed421c3e1aa9068c3d59e1bb DIST memcached-1.4.4.tar.gz 297920 SHA256 6bbca41460ded17c6d56c76d96309cd3dee518603fa093938e252262935f8bac SHA512 b3a411dd615fca2da8a056ab9ea99658b38d719dc82899bbc1b751e678846709445841934bcab6c881e657333d6cba7c9bbed18eecf421f6df54c0973c13cb15 WHIRLPOOL 26305ed90534536b5b9fec9e7601eeb2f17a794f768eec12ec9bfc92b5046043bc05cf8f870a223c8ecfe84825a5b28737c62c638c8fb8218785426330439520 DIST memcached-1.4.5.tar.gz 302516 SHA256 9571b4b85484e46b3b10f07ccba77a1fa97d60660b32859f990effefb3005f91 SHA512 e8616499e3f18b3f73136b8a16220aa6669a6855324a0fdc87c845f1064772e3398680ff4bb544a2cf235bf80b3cce641a873ecee93540070f6881e0dff914e3 WHIRLPOOL 49336d990fcfad96311bf0a218de3fd55c965c81f46af216d75b3b29078c6f022d7eeaba1153dd472ea7348161fda24a65395d300a5e890443bfc9d4fe47e111 diff --git a/net-misc/memcached/files/1.3.3/init b/net-misc/memcached/files/1.3.3/init index facaf5cc64a6..e10adbd73518 100644 --- a/net-misc/memcached/files/1.3.3/init +++ b/net-misc/memcached/files/1.3.3/init @@ -1,5 +1,4 @@ #!/sbin/runscript -# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/files/1.3.3/init,v 1.3 2012/12/23 18:05:21 robbat2 Exp $ CONF="${SVCNAME#*.}" CONFBASE="/etc/conf.d/memcached" diff --git a/net-misc/memcached/files/memcached.confd b/net-misc/memcached/files/memcached.confd new file mode 100644 index 000000000000..886f779aed40 --- /dev/null +++ b/net-misc/memcached/files/memcached.confd @@ -0,0 +1,40 @@ +# memcached config file + +MEMCACHED_BINARY="/usr/bin/memcached" + +# Specify memory usage in megabytes (do not use letters) +# 64MB is default +MEMUSAGE="64" + +# User to run as +MEMCACHED_RUNAS="memcached" + +# Specify maximum number of concurrent connections +# 1024 is default +MAXCONN="1024" + +# Listen for connections on what address? +# If this is empty, memcached will listen on 0.0.0.0 +# be sure you have a firewall in place! +LISTENON="" + +# Listen for connections on what port? +PORT="11211" + +# Listen for UDP connecitons on what port? 0 means turn off UDP +UDPPORT="${PORT}" + +# PID file location +# '-${PORT}.${CONF}.pid' will be appended to this! +# You do not normally need to change this. +PIDBASE="/var/run/memcached/memcached" + +# Socket to listen on +#SOCKET="/var/run/memcached/memcached.sock" + +# Socket mask +# 0700 is default +#SOCKET_MASK="0700" + +# Other Options +MISC_OPTS="" diff --git a/net-misc/memcached/files/memcached.init b/net-misc/memcached/files/memcached.init new file mode 100644 index 000000000000..4d16a36de2a6 --- /dev/null +++ b/net-misc/memcached/files/memcached.init @@ -0,0 +1,93 @@ +#!/sbin/runscript + +CONF="${SVCNAME#*.}" +CONFBASE="/etc/conf.d/memcached" + +[ -z "${PIDBASE}" ] && PIDBASE="/run/memcached/memcached" +[ "${CONF}" == "memcached" ] && CONF='' + +if [ -n "${CONF}" ]; then + PIDFILE="${PIDBASE}.${CONF}.pid" + CONFSRC="${CONFBASE}.${CONF}" + if [ -f "${CONFSRC}" ]; then + source "${CONFSRC}" + else + eerror "The configuration file $CONFSRC was not found!" + fi +else + PIDFILE="${PIDBASE}.pid" + CONFSRC="${CONFBASE}" +fi + +depend() { + if [ -z "${SOCKET}" ]; then + need net + fi + # per bug #269022, accurate time is important for memcached! + # We include the full list of ways it might be set on boot. + after ntp-client ntpd rdate openrdate adjtimex hwclock +} + +checkconfig() { + if [ -z "${LISTENON}" ] && [ -z "${SOCKET}" ]; then + ewarn "You should edit $CONFSRC and specify an address or socket to listen on." + ewarn "Listening on any address (check your firewall!)" + fi +} + +start() { + if [ -n "${CONF}" ]; then + ebegin "Starting memcached (${CONF})" + else + ebegin "Starting memcached" + fi + checkconfig + local dir="$(dirname ${PIDFILE})" + if [ ! -d "${dir}" ]; then + einfo " Creating ${dir}" + mkdir -p "${dir}" + fi + + chown ${MEMCACHED_RUNAS} "${dir}" + if [ -f "${PIDFILE}" ]; then + einfo " Removing stale pidfile ${PIDFILE}" + rm -f "${PIDFILE}" 1>/dev/null + fi + + + if [ -n "${SOCKET}" ]; then + CONNECTION="-s ${SOCKET}" + + if [ -n "${SOCKET_MASK}" ]; then + CONNECTION="${CONNECTION} -a ${SOCKET_MASK}" + fi + else + CONNECTION="-p ${PORT} -U ${UDPPORT}" + + if [ -n "${LISTENON}" ]; then + CONNECTION="${CONNECTION} -l ${LISTENON}" + fi + fi + + /sbin/start-stop-daemon --start --pidfile "${PIDFILE}" \ + --exec "${MEMCACHED_BINARY}" -- \ + -d ${CONNECTION} -m ${MEMUSAGE} \ + -c ${MAXCONN} -u ${MEMCACHED_RUNAS} -P "${PIDFILE}" \ + ${MISC_OPTS} + + eend $? +} + +stop() { + if [ -n "${CONF}" ]; then + ebegin "Stopping memcached (${CONF})" + else + ebegin "Stopping memcached" + fi + + start-stop-daemon --stop --quiet --pidfile "${PIDFILE}" + + rm -f "${PIDFILE}" + + eend $? +} diff --git a/net-misc/memcached/memcached-1.4.13-r1.ebuild b/net-misc/memcached/memcached-1.4.13-r1.ebuild index 3a5cd0f0efde..87a227c96a68 100644 --- a/net-misc/memcached/memcached-1.4.13-r1.ebuild +++ b/net-misc/memcached/memcached-1.4.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.13-r1.ebuild,v 1.7 2013/12/21 17:16:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.13-r1.ebuild,v 1.8 2013/12/22 13:47:35 ago Exp $ EAPI=5 inherit eutils autotools flag-o-matic systemd @@ -14,7 +14,7 @@ SRC_URI="http://memcached.googlecode.com/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test slabs-reassign debug sasl" # hugetlbfs later RDEPEND=">=dev-libs/libevent-1.4 diff --git a/net-misc/memcached/memcached-1.4.17.ebuild b/net-misc/memcached/memcached-1.4.17.ebuild new file mode 100644 index 000000000000..f7d1146102c2 --- /dev/null +++ b/net-misc/memcached/memcached-1.4.17.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.17.ebuild,v 1.1 2013/12/23 00:56:17 prometheanfire Exp $ + +EAPI=5 +inherit eutils autotools flag-o-matic + +MY_PV="${PV/_rc/-rc}" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="High-performance, distributed memory object caching system" +HOMEPAGE="http://code.google.com/p/memcached/" +SRC_URI="http://www.memcached.org/files/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="test slabs-reassign debug sasl" # hugetlbfs later + +RDEPEND=">=dev-libs/libevent-1.4 + dev-lang/perl + sasl? ( dev-libs/cyrus-sasl )" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 )" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + epatch "${FILESDIR}/${PN}-1.2.2-fbsd.patch" + # Handled different upstream + #epatch "${FILESDIR}/${PN}-1.3.3-gcc4-slab-fixup.patch" + epatch "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch" + epatch "${FILESDIR}/${PN}-1.4.4-as-needed.patch" + sed -i -e 's,-Werror,,g' configure.ac || die "sed failed" + eautoreconf + use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN +} + +src_configure() { + econf \ + --disable-docs \ + $(use_enable sasl) + # The xml2rfc tool to build the additional docs requires TCL :-( + # `use_enable doc docs` +} + +src_compile() { + # There is a heavy degree of per-object compile flags + # Users do NOT know better than upstream. Trying to compile the testapp and + # the -debug version with -DNDEBUG _WILL_ fail. + append-flags -UNDEBUG -pthread + emake testapp memcached-debug CFLAGS="${CFLAGS}" + filter-flags -UNDEBUG + emake +} + +src_install() { + emake DESTDIR="${D}" install + dobin scripts/memcached-tool + use debug && dobin memcached-debug + + dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt} + + newconfd "${FILESDIR}/memcached.confd" memcached + newinitd "${FILESDIR}/memcached.init" memcached +} + +pkg_postinst() { + enewuser memcached -1 -1 /dev/null daemon + + elog "With this version of Memcached Gentoo now supports multiple instances." + elog "To enable this you should create a symlink in /etc/init.d/ for each instance" + elog "to /etc/init.d/memcached and create the matching conf files in /etc/conf.d/" + elog "Please see Gentoo bug #122246 for more info" +} + +src_test() { + emake -j1 test +} diff --git a/net-misc/openswan/files/ipsec.service b/net-misc/openswan/files/ipsec.service new file mode 100644 index 000000000000..b595f6a16aaf --- /dev/null +++ b/net-misc/openswan/files/ipsec.service @@ -0,0 +1,10 @@ +[Unit] +Description=Openswan IPSec + +[Service] +Type=forking +ExecStart=/usr/sbin/ipsec setup start +ExecStop=/usr/sbin/ipsec setup stop + +[Install] +WantedBy=multi-user.target diff --git a/net-misc/openswan/openswan-2.6.39.ebuild b/net-misc/openswan/openswan-2.6.39-r1.ebuild similarity index 96% rename from net-misc/openswan/openswan-2.6.39.ebuild rename to net-misc/openswan/openswan-2.6.39-r1.ebuild index 2f478500b900..0313ed104e1e 100644 --- a/net-misc/openswan/openswan-2.6.39.ebuild +++ b/net-misc/openswan/openswan-2.6.39-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openswan/openswan-2.6.39.ebuild,v 1.5 2013/11/28 23:19:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openswan/openswan-2.6.39-r1.ebuild,v 1.1 2013/12/23 00:40:49 floppym Exp $ EAPI="4" -inherit eutils linux-info toolchain-funcs flag-o-matic +inherit eutils linux-info systemd toolchain-funcs flag-o-matic DESCRIPTION="Open Source implementation of IPsec for the Linux operating system (was SuperFreeS/WAN)." HOMEPAGE="http://www.openswan.org/" @@ -130,6 +130,7 @@ src_install() { docompress -x /usr/share/doc/${PF}/contrib newinitd "${FILESDIR}"/ipsec-initd ipsec + systemd_dounit "${FILESDIR}"/ipsec.service # We don't need to install /var/run/pluto. rm -rf "${D}var" || die diff --git a/net-misc/tigervnc/tigervnc-1.2.80_p5065.ebuild b/net-misc/tigervnc/tigervnc-1.2.80_p5065.ebuild index d5a088c06abb..6772249bde8c 100644 --- a/net-misc/tigervnc/tigervnc-1.2.80_p5065.ebuild +++ b/net-misc/tigervnc/tigervnc-1.2.80_p5065.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.80_p5065.ebuild,v 1.7 2013/11/15 18:58:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.80_p5065.ebuild,v 1.8 2013/12/22 18:22:49 pacho Exp $ EAPI="4" @@ -22,7 +22,7 @@ SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/tigervnc/tigervnc-1.2.80-201303 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86" IUSE="gnutls java nptl +opengl pam server +xorgmodule" RDEPEND="virtual/jpeg:0 diff --git a/net-misc/x2goserver/x2goserver-4.0.1.6-r1.ebuild b/net-misc/x2goserver/x2goserver-4.0.1.6-r1.ebuild index be76c31993ab..5f96b84ccb72 100644 --- a/net-misc/x2goserver/x2goserver-4.0.1.6-r1.ebuild +++ b/net-misc/x2goserver/x2goserver-4.0.1.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goserver/x2goserver-4.0.1.6-r1.ebuild,v 1.1 2013/11/17 12:13:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x2goserver/x2goserver-4.0.1.6-r1.ebuild,v 1.2 2013/12/22 14:57:45 pacho Exp $ EAPI=4 inherit eutils multilib systemd toolchain-funcs user @@ -11,7 +11,7 @@ SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+fuse postgres +sqlite" REQUIRED_USE="|| ( postgres sqlite )" diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest index 0f2eb1f86b8d..7d75a626f698 100644 --- a/net-misc/youtube-dl/Manifest +++ b/net-misc/youtube-dl/Manifest @@ -1,17 +1,2 @@ DIST youtube-dl-2013.10.09.tar.gz 1202448 SHA256 7f08ebb841530cccc4550d0468f8a5e53a83c5e95464c74b42032668b85a44a6 SHA512 4462f17239e4e66935bfb4ec1078264b53c70ee3e515f98010d76f5c7177618c7d7d96dae315a9f174ecc4dd541619b3c3f47ad9c2cd8a0fa7f29f94e570d63b WHIRLPOOL 2a5c19d66035df04e13f8c58380f17b828b22a42b8d8182985848cbf8e8b404ded10041b7b4bbf13dd67b4a71b2ac3261972f4355e95dca766bb802a469e644e -DIST youtube-dl-2013.11.20.tar.gz 468860 SHA256 26f456ec8fb0e2e65eee2d7f1f4acc6d30ff2b7ee961444c93a41ba51c9da179 SHA512 e2e1f206482d30a4014cdab0315425038662cc985a0ac4393acbe41347f33cbf9835b4cba18cc3af96edd349e44c559a6dcf765b4332a1164ba34cadbfddb3c9 WHIRLPOOL 04fbffe26562ec6d432f789e415ff6ab14743841a6a09ff90f8b3f9c6c5b6404b3aaeb56ca0dff56cd2998854b9d3e5c9e31db58b9f350a65ff383f6022d6fb7 -DIST youtube-dl-2013.11.21.tar.gz 469588 SHA256 9cc0e3d3116791ba6966e546a24922523549305488bb73b7194ba10102c78625 SHA512 0f91dff3397cec162c0602684f2a3a7233e729489088d9f354d61526f42ad153970ce834e66d87d6e41a9edb44d7a5d9feb01115f0f36af02b1e2ede39f043eb WHIRLPOOL b2347c2a59de16defd17e575a57eb146bf2932935b3821e9ea21a3d179888b656e304c13877e871e333ee5477c321816c490b1fde7a09b6e17ef22b1f4f073b1 -DIST youtube-dl-2013.11.22.2.tar.gz 472802 SHA256 cb4a68565c27c73e7088f9da764a2996505ca06459d36e2f5176fa0dda89659e SHA512 d6229dcff2b871d7d7a85c960c9688ab1bf50aeceb43a8798145b0db75166f724213e5dbc80f05a5f031f6b92d9ca8bc1d3fe67071f2c7cbe6a2e65bdd08e4c0 WHIRLPOOL 4e97d24add748104b0216460e132a9cef002333fda13820c7b0cf293eb8bb4f5e1befd40e4011b3ee0aec827e34dc2379a469edbfa217fdfaeab908efa30159e -DIST youtube-dl-2013.11.24.1.tar.gz 480648 SHA256 5649de849fd9ba2a8a7edb195a825d4644c0ddb41190cb9e6a739543c2b1003a SHA512 6166e96fdd2964c985441686d09588f6b1f56a4e9642a3fbf9f9c594e81972374ba97903f34996402b20b52279ab94a17cef6a7ed290b5cd95466ec34d3308e5 WHIRLPOOL 56fba3ddff5e4847dc773cd6b8ed4dbfb1cc3b07bad81fcd23918b69344bc6da66545500333b38a3f61856eb3727f452ccf9dc12dafd8d3d326f096d31e5bbde -DIST youtube-dl-2013.11.25.1.tar.gz 481887 SHA256 28d6ab4d9f726cf3144e19d8d659566ed53eb5f322458be44b184167a2d7a0f1 SHA512 094d978f51add29e3584adb459cc9303f4f873d6426b04d9bb0f0a5a202f1c19efa19993b9f9c93e4d3634dac6917741786442562e8e390d45a196e0056d76d9 WHIRLPOOL 529043ddaa4320775eeac267d3444cf82b708882121f6d14135473042573dcc1c5b1a6464a075b58b21e46cb8754f789e7432057bca954882abdf3263034d6f8 -DIST youtube-dl-2013.11.26.tar.gz 483772 SHA256 eb38ace616da80f3adb4613faea36d3085e7874a27b933f9fc48b32b930f1922 SHA512 686713f27ce68b1f9c7f18045808fe0c5d84a834edff0b144cbc5f57e00b431118145cf98ce41d0b20bcca1d92212432c958516c0ef3571c7831668b9cd81a30 WHIRLPOOL 827d604b65b5dd8851fb2bea462279d967c3db7bd510cafe2f26e9a3814bee3b7f140775ad67833bb4ab4e68ce7b20884fea92037f419bab59e4caf79203b994 -DIST youtube-dl-2013.11.28.1.tar.gz 483411 SHA256 93a5b1047f5c91b00afd0f5fcbf0183cf859b7e810edea2a90f84ff2386de770 SHA512 13c73157474e234cecd7bf4b19baec8675667666646f3f1a995f5136d3053e80610a2ebf33b3c0fd280ae86c1776f69e0927a753aa17c0aefa572d41c1053570 WHIRLPOOL 4341c51a57910bc9f73e0c58d836f97920453f256e2bef3b6c2c20cbfc5dec2678fd44a990b87b3358c20cce07d1a84b25a340c7eda50657f174fda19cda6368 -DIST youtube-dl-2013.11.29.tar.gz 487247 SHA256 212c6dcd81c74860f8bab9ec154592bf070478f41451c3da9611da0a794e32bd SHA512 7659493e5b792f46ef221de1fae5596f713c76c8ef65ff45d7ee9d2635dfe6eec6aa2e8a519058af16a6303410181855d70026f4fce98799b6ead334782f1e5d WHIRLPOOL 70fb931e846235a58ce3a039802ca2c82cea301a8489a2dc248bd19382d6671a78b880b16cc9d771434f559a22648971a1055b0c668dbc6d99f197949111d3c9 -DIST youtube-dl-2013.12.02.tar.gz 489686 SHA256 09661aae5b2c56c5fe4e6d24241553bc9fa46f0d6f9797d94c12fb330fee321d SHA512 c026fbc74e13e93037b76ffea62eaee30e98e670f19e97daf6ce7ba5c4e2dfd0cede5fd5fa693751fdaad43fa4ca2a6a20adc33ba63d8f2c95b8ec6290d6d940 WHIRLPOOL 4124f515070797b704f19acdaa1d6533f6082c3520f0a75b615a585b987c71fbd5643187c7fdcb495e8af2b9621efabe8230526e41a2fa6723dfe59b446753f7 -DIST youtube-dl-2013.12.04.tar.gz 494682 SHA256 ae5908ad9fc27b8b2a01ce2ae4294993c6856cbd8d03775ea11e047741eff3a0 SHA512 f5ecf2e334719baa3a0596e0ed5b7b4ffc73b524f800d27cf9bf5e7ce4de5da37f9165cee017c4c5c501ff77b414d246f3199ad39252ebfd54b37696b4dc5e77 WHIRLPOOL b1924f8a0036d9be4919bff3745022d7a8e0b7db6a7efdf44edf43db53a9dd55ecb7d610309f060f5ea9be0748e95321d62f6be4694e34576877ced04e7a4c62 -DIST youtube-dl-2013.12.08.1.tar.gz 505407 SHA256 5841aefe6284de663f0231ff2f4400d4c69267cac447d14a73b49bb91c600d6b SHA512 16d1e34c250c1053b6634bb52a6efdd4ff8408eacff3431103830531c57d9da4795775587dcc99307296344ff630d3f3e9a9697847ebe5544a201ae982369271 WHIRLPOOL 2a3baf170ed8c9ab3675c2100ffdc923cf6c8ce3de427345479699f164c6ec06fb130d02c972ffae6f51c2fbb2f3cb4935a92b73641466241703ec9ac1f66934 -DIST youtube-dl-2013.12.09.4.tar.gz 516031 SHA256 d4659c10a5fe3c7af7f7909a249280b6b95debadab54d86dd3192ac2aa4248b3 SHA512 34ccc5ecea821ded4f683a3481e1ffa3c84666f2ff1d789485fbe450a07cbaaad10908588ddee00d870d4f7859999964c6932ca75bef8a206dbca79deb75dfdc WHIRLPOOL 45b46fb76dd4dd30ce4e7c51e902674114199cf0e47109dec571c9ec4408a67a4c419e54163f51b10d6b24406f4ee5ed111a62faed8cd94ad703723c0deee428 -DIST youtube-dl-2013.12.10.tar.gz 516165 SHA256 b033f596400141c1bd6601d287a6ee951602e3683fc3456b7abf6d309e66e0ce SHA512 387132c9383ba631e2e0685418b46da905222eaddb760cee3143fed6a3cb490a51e3619f83698ec2baeb0fa0e48ad3bcc39e9f43e1c7b24510c54024777590ab WHIRLPOOL 8889fc530a42fe6ec480e572cc84892b6b47e5d07c1cc9af8b44b35b0f997fdef08a740af51fb08bbe246ed60dcc99c448f0df8daed3ce6ae066e19313a06b06 -DIST youtube-dl-2013.12.11.2.tar.gz 517799 SHA256 785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab SHA512 7294c1e7fa4f5c4588654c3a23f0870a731edd64a2b8457b1ab9190c6959fe0aa39458cc648796eec507c5cebc3358669c1ed7d3b058a971bd8f2296a85ed7da WHIRLPOOL ba15a84315c8f316bdf55868940d9cfec9eacf89b087959dc2d2f98d984e09d7bbef2e87b5ce7a79b8414d54b95fd8a83bf835a044fe5ba3fef86d1dcf69f30c -DIST youtube-dl-2013.12.17.2.tar.gz 536981 SHA256 bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6 SHA512 9835159ef987fd8f566671b41e0511550ad1709eb265f70cd99c86333f941b0796ff4112a3f52ed3b0373adfa51fdbe8f7a46d83ad0eb7af34668b4c3a8428f9 WHIRLPOOL 148dbaa34889395f284c1810196746f8ce90467ed96e2b741a5b05fb065fedc167ed1c14edca10fc5798e085d8c92ced3cbcc906731a5ef8905b607221c97faa DIST youtube-dl-2013.12.20.tar.gz 539134 SHA256 eb83b2112c7098c32ab66f9051900e2a35d24992ba98e7ca74ef10a16e061933 SHA512 f9e954ce66be58c6f8d832ebd8de6d392b6348af4d2161cc61d243aea9901abd455e33d894493fac8ce07caca341d63cc2a7769924f0f28fd83992f400f29e25 WHIRLPOOL 5a3e47388d057ce74514b835f2352ddf0baf90b249eff6a91f463a7fd0a032f946a2bc33c50cc02c6a472d83193162783f1c5e08a5e84c08f256a4462e248962 diff --git a/net-misc/youtube-dl/youtube-dl-2013.11.20.ebuild b/net-misc/youtube-dl/youtube-dl-2013.11.20.ebuild deleted file mode 100644 index f7c86d202fa7..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.11.20.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.11.20.ebuild,v 1.1 2013/11/20 15:48:09 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.11.21.ebuild b/net-misc/youtube-dl/youtube-dl-2013.11.21.ebuild deleted file mode 100644 index 6798234b537f..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.11.21.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.11.21.ebuild,v 1.1 2013/11/22 13:11:42 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.11.22.2.ebuild b/net-misc/youtube-dl/youtube-dl-2013.11.22.2.ebuild deleted file mode 100644 index 7393a54c81c3..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.11.22.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.11.22.2.ebuild,v 1.1 2013/11/23 17:34:42 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.11.24.1.ebuild b/net-misc/youtube-dl/youtube-dl-2013.11.24.1.ebuild deleted file mode 100644 index dbd0f8e63c09..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.11.24.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.11.24.1.ebuild,v 1.1 2013/11/24 15:20:41 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.11.25.1.ebuild b/net-misc/youtube-dl/youtube-dl-2013.11.25.1.ebuild deleted file mode 100644 index 152c43c17950..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.11.25.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.11.25.1.ebuild,v 1.1 2013/11/25 19:12:07 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.11.26.ebuild b/net-misc/youtube-dl/youtube-dl-2013.11.26.ebuild deleted file mode 100644 index fea180f699c5..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.11.26.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.11.26.ebuild,v 1.1 2013/11/26 11:10:10 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.11.28.1.ebuild b/net-misc/youtube-dl/youtube-dl-2013.11.28.1.ebuild deleted file mode 100644 index 7f0c3049208a..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.11.28.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.11.28.1.ebuild,v 1.1 2013/11/28 12:00:32 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.11.29.ebuild b/net-misc/youtube-dl/youtube-dl-2013.11.29.ebuild deleted file mode 100644 index 2b39b6c279de..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.11.29.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.11.29.ebuild,v 1.1 2013/11/29 15:27:20 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.12.02.ebuild b/net-misc/youtube-dl/youtube-dl-2013.12.02.ebuild deleted file mode 100644 index 738c2b7554a7..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.12.02.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.12.02.ebuild,v 1.1 2013/12/03 11:18:23 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.12.04.ebuild b/net-misc/youtube-dl/youtube-dl-2013.12.04.ebuild deleted file mode 100644 index 853c8b9e8925..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.12.04.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.12.04.ebuild,v 1.1 2013/12/04 15:18:01 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.12.08.1.ebuild b/net-misc/youtube-dl/youtube-dl-2013.12.08.1.ebuild deleted file mode 100644 index f4d1ae591b58..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.12.08.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.12.08.1.ebuild,v 1.1 2013/12/08 16:51:04 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.12.09.4.ebuild b/net-misc/youtube-dl/youtube-dl-2013.12.09.4.ebuild deleted file mode 100644 index ac95c86fe1d8..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.12.09.4.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.12.09.4.ebuild,v 1.1 2013/12/09 19:23:11 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.12.10.ebuild b/net-misc/youtube-dl/youtube-dl-2013.12.10.ebuild deleted file mode 100644 index 754366764c81..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.12.10.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.12.10.ebuild,v 1.1 2013/12/10 19:40:44 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.12.11.2.ebuild b/net-misc/youtube-dl/youtube-dl-2013.12.11.2.ebuild deleted file mode 100644 index 39b7cae04155..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.12.11.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.12.11.2.ebuild,v 1.1 2013/12/12 16:23:42 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhub pornotube redtube spankwire thisav - tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.12.17.2.ebuild b/net-misc/youtube-dl/youtube-dl-2013.12.17.2.ebuild deleted file mode 100644 index bfdc56760a4f..000000000000 --- a/net-misc/youtube-dl/youtube-dl-2013.12.17.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.12.17.2.ebuild,v 1.1 2013/12/19 13:33:29 jer Exp $ - -EAPI=5 - -PYTHON_COMPAT=(python{2_6,2_7,3_3}) -DISTUTILS_SINGLE_IMPL=true -inherit bash-completion-r1 distutils-r1 eutils - -DESCRIPTION="Download videos from YouTube.com (and mores sites...)" -HOMEPAGE="http://rg3.github.com/youtube-dl/" -SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="offensive test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[coverage(+)] ) -" - -S="${WORKDIR}/${PN}" - -src_prepare() { - if ! use offensive; then - local xxx=( - extremetube mofosex pornhd pornhub pornotube redtube spankwire - thisav tube8 xhamster xnxx xtube xvideos youjizz youporn - ) - sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die - rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ - test/test_age_restriction.py || die - fi -} - -src_compile() { - distutils-r1_src_compile -} - -src_test() { - emake test -} - -src_install() { - python_domodule youtube_dl - dobin bin/${PN} - dodoc CHANGELOG README.txt - doman ${PN}.1 - newbashcomp ${PN}.bash-completion ${PN} - python_fix_shebang "${ED}" -} diff --git a/net-misc/youtube-dl/youtube-dl-2013.12.20.ebuild b/net-misc/youtube-dl/youtube-dl-2013.12.20.ebuild index acea56c21afa..2b939ecedda4 100644 --- a/net-misc/youtube-dl/youtube-dl-2013.12.20.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2013.12.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.12.20.ebuild,v 1.1 2013/12/21 18:26:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.12.20.ebuild,v 1.3 2013/12/22 18:53:15 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="offensive test" DEPEND=" diff --git a/net-nntp/pan/pan-0.139.ebuild b/net-nntp/pan/pan-0.139.ebuild index 9dc79f809cdf..283fb7e30b1d 100644 --- a/net-nntp/pan/pan-0.139.ebuild +++ b/net-nntp/pan/pan-0.139.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.139.ebuild,v 1.3 2013/12/08 19:34:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.139.ebuild,v 1.4 2013/12/22 16:23:14 jer Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="dbus gnome-keyring libnotify spell ssl" RDEPEND=">=dev-libs/glib-2.26:2 diff --git a/net-print/cups/cups-1.6.4.ebuild b/net-print/cups/cups-1.6.4.ebuild index b499fb58eacd..51f96b55e58d 100644 --- a/net-print/cups/cups-1.6.4.ebuild +++ b/net-print/cups/cups-1.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.6.4.ebuild,v 1.6 2013/12/21 16:12:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.6.4.ebuild,v 1.7 2013/12/22 13:21:29 ago Exp $ EAPI=5 @@ -21,7 +21,7 @@ if [[ ${PV} == *9999 ]]; then KEYWORDS="" else SRC_URI="http://www.cups.org/software/${MY_PV}/${MY_P}-source.tar.bz2" - KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" fi DESCRIPTION="The Common Unix Printing System" diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild index 595a4c5ed194..cce019bfad4b 100644 --- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild +++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild,v 1.5 2013/12/21 17:24:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-db-engine/foomatic-db-engine-4.0.9.ebuild,v 1.6 2013/12/22 13:24:03 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="net-print/cups" diff --git a/net-print/foomatic-filters/foomatic-filters-4.0.17-r1.ebuild b/net-print/foomatic-filters/foomatic-filters-4.0.17-r1.ebuild index ce5a8a57b767..e0596639bc8e 100644 --- a/net-print/foomatic-filters/foomatic-filters-4.0.17-r1.ebuild +++ b/net-print/foomatic-filters/foomatic-filters-4.0.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters/foomatic-filters-4.0.17-r1.ebuild,v 1.7 2013/12/21 17:24:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-filters/foomatic-filters-4.0.17-r1.ebuild,v 1.8 2013/12/22 13:24:48 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="cups dbus" RDEPEND=" diff --git a/net-proxy/nylon/nylon-1.21-r1.ebuild b/net-proxy/nylon/nylon-1.21-r1.ebuild index 38d3a1c63b29..2a9f51cda018 100644 --- a/net-proxy/nylon/nylon-1.21-r1.ebuild +++ b/net-proxy/nylon/nylon-1.21-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/nylon/nylon-1.21-r1.ebuild,v 1.4 2013/12/21 18:56:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/nylon/nylon-1.21-r1.ebuild,v 1.5 2013/12/22 13:20:33 ago Exp $ EAPI=4 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://monkey.org/~marius/nylon/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ppc ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-libs/libevent-0.6" diff --git a/net-proxy/privoxy/privoxy-3.0.21-r2.ebuild b/net-proxy/privoxy/privoxy-3.0.21-r2.ebuild index 2c43c63608d5..e550238257a2 100644 --- a/net-proxy/privoxy/privoxy-3.0.21-r2.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.21-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.21-r2.ebuild,v 1.5 2013/12/21 17:24:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.21-r2.ebuild,v 1.6 2013/12/22 13:22:58 ago Exp $ EAPI="5" @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/ijbswa/${P%_*}-${PRIVOXY_STATUS}-src.tar.gz" IUSE="selinux threads zlib" SLOT="0" -KEYWORDS="~alpha amd64 arm ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ppc ppc64 ~sparc x86 ~x86-fbsd" LICENSE="GPL-2" DEPEND="dev-libs/libpcre diff --git a/net-wireless/bluedevil/bluedevil-1.3.2.ebuild b/net-wireless/bluedevil/bluedevil-1.3.2.ebuild index 6548e306c008..e0e33724efde 100644 --- a/net-wireless/bluedevil/bluedevil-1.3.2.ebuild +++ b/net-wireless/bluedevil/bluedevil-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-1.3.2.ebuild,v 1.2 2013/12/21 18:55:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluedevil/bluedevil-1.3.2.ebuild,v 1.3 2013/12/22 13:47:12 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://projects.kde.org/projects/extragear/base/bluedevil" SRC_URI="mirror://kde/stable/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ppc ppc64 ~x86" SLOT="4" IUSE="debug" diff --git a/net-wireless/bluez-hcidump/bluez-hcidump-2.5.ebuild b/net-wireless/bluez-hcidump/bluez-hcidump-2.5.ebuild index e210977c2012..a3d2e710974d 100644 --- a/net-wireless/bluez-hcidump/bluez-hcidump-2.5.ebuild +++ b/net-wireless/bluez-hcidump/bluez-hcidump-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-hcidump/bluez-hcidump-2.5.ebuild,v 1.5 2013/12/21 18:58:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-hcidump/bluez-hcidump-2.5.ebuild,v 1.6 2013/12/22 13:22:47 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm hppa ppc ppc64 x86" IUSE="" RDEPEND=">=net-wireless/bluez-4.98" diff --git a/net-wireless/bluez/bluez-4.101-r7.ebuild b/net-wireless/bluez/bluez-4.101-r7.ebuild index d87cf495f6aa..6671f7da5b45 100644 --- a/net-wireless/bluez/bluez-4.101-r7.ebuild +++ b/net-wireless/bluez/bluez-4.101-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-4.101-r7.ebuild,v 1.7 2013/12/21 16:24:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/bluez-4.101-r7.ebuild,v 1.8 2013/12/22 13:22:03 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm hppa ppc ~ppc64 x86" +KEYWORDS="amd64 arm hppa ppc ppc64 x86" IUSE="alsa cups debug gstreamer pcmcia readline selinux test-programs usb" REQUIRED_USE="test-programs? ( ${PYTHON_REQUIRED_USE} )" diff --git a/net-wireless/wpa_supplicant/Manifest b/net-wireless/wpa_supplicant/Manifest index e8a581f851a4..7514fce61803 100644 --- a/net-wireless/wpa_supplicant/Manifest +++ b/net-wireless/wpa_supplicant/Manifest @@ -1,2 +1 @@ -DIST wpa_supplicant-0.7.3.tar.gz 1638224 SHA256 d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443 SHA512 81c633eac9168ac2438ea3ad7505c25dcde98befee8b65ea562b9cc6ee658e998ff147f7646531968edc596d44a38c3acef3e30c43b1db4a8cbeeab22287e888 WHIRLPOOL 594f70b2e4e78a302809ac0b3bf9eccaaba92d8a052efc22184623b1690ade39d418a221933f7f8ba885ee6c59b5a189158db333c2e11e60c8bb51ec68537929 DIST wpa_supplicant-2.0.tar.gz 2044281 SHA256 2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09 SHA512 c3a599e1dfa5e0bb4b8d35ed49501696ce68c807ff458c1e3bff9ed5619c780f7117c6d8d7cb9a11351e9fad27cf83fc114f255c92552e7ba084de70c5f8e254 WHIRLPOOL 603f9ac54505166690516a0f1e3112a8279a7184a54066699ad24b1f6269ad90c46a01a87d23bb62df782cdf561aa6f8b5a11e7ee59914cb36be8daea470389e diff --git a/net-wireless/wpa_supplicant/files/do-not-call-dbus-functions-with-NULL-path.patch b/net-wireless/wpa_supplicant/files/do-not-call-dbus-functions-with-NULL-path.patch deleted file mode 100644 index d868f84384e0..000000000000 --- a/net-wireless/wpa_supplicant/files/do-not-call-dbus-functions-with-NULL-path.patch +++ /dev/null @@ -1,53 +0,0 @@ -diff --git a/wpa_supplicant/dbus/dbus_new_helpers.c b/wpa_supplicant/dbus/dbus_new_helpers.c -index 06749db..1cbdee9 100644 ---- a/wpa_supplicant/dbus/dbus_new_helpers.c -+++ b/wpa_supplicant/dbus/dbus_new_helpers.c -@@ -810,7 +810,7 @@ void wpa_dbus_mark_property_changed(struct wpas_dbus_priv *iface, - const struct wpa_dbus_property_desc *dsc; - int i = 0; - -- if (iface == NULL) -+ if (iface == NULL || path == NULL) - return; - - dbus_connection_get_object_path_data(iface->con, path, -diff --git a/wpa_supplicant/dbus/dbus_old.c b/wpa_supplicant/dbus/dbus_old.c -index 437a04d..9e6c762 100644 ---- a/wpa_supplicant/dbus/dbus_old.c -+++ b/wpa_supplicant/dbus/dbus_old.c -@@ -377,7 +377,7 @@ void wpa_supplicant_dbus_notify_scan_results(struct wpa_supplicant *wpa_s) - DBusMessage *_signal; - - /* Do nothing if the control interface is not turned on */ -- if (iface == NULL) -+ if (iface == NULL || wpa_s->dbus_path == NULL) - return; - - _signal = dbus_message_new_signal(wpa_s->dbus_path, -@@ -414,7 +414,7 @@ void wpa_supplicant_dbus_notify_state_change(struct wpa_supplicant *wpa_s, - if (wpa_s->global == NULL) - return; - iface = wpa_s->global->dbus; -- if (iface == NULL) -+ if (iface == NULL || wpa_s->dbus_path == NULL) - return; - - /* Only send signal if state really changed */ -@@ -473,7 +473,7 @@ void wpa_supplicant_dbus_notify_scanning(struct wpa_supplicant *wpa_s) - dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; - - /* Do nothing if the control interface is not turned on */ -- if (iface == NULL) -+ if (iface == NULL || wpa_s->dbus_path == NULL) - return; - - _signal = dbus_message_new_signal(wpa_s->dbus_path, -@@ -508,7 +508,7 @@ void wpa_supplicant_dbus_notify_wps_cred(struct wpa_supplicant *wpa_s, - if (wpa_s->global == NULL) - return; - iface = wpa_s->global->dbus; -- if (iface == NULL) -+ if (iface == NULL || wpa_s->dbus_path == NULL) - return; - - _signal = dbus_message_new_signal(wpa_s->dbus_path, diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-dbus-WPAIE-fix.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-dbus-WPAIE-fix.patch deleted file mode 100644 index 3920da63f383..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-dbus-WPAIE-fix.patch +++ /dev/null @@ -1,115 +0,0 @@ -diff -up wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_handlers.c.prop-failure wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_handlers.c ---- wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_handlers.c.prop-failure 2011-04-09 14:04:43.108343777 -0400 -+++ wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_handlers.c 2011-04-09 14:44:09.808372285 -0400 -@@ -33,6 +33,14 @@ - #include "dbus_new_handlers.h" - #include "dbus_dict_helpers.h" - -+/* The getters in this file can also be invoked when building a signal -+ * message to send out spontaneously. In this case, no message is passed -+ * in and if we try to call dbus_message_new_error(), we'll get an -+ * assertion failure. So, #define dbus_message_new_error() to a more -+ * tolerant cut-and-paste version -+ */ -+#define dbus_message_new_error wpa_dbus_message_new_error -+ - extern int wpa_debug_level; - extern int wpa_debug_show_keys; - extern int wpa_debug_timestamp; -diff -up wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_handlers.h.prop-failure wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_handlers.h -diff -up wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_helpers.c.prop-failure wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_helpers.c ---- wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_helpers.c.prop-failure 2011-04-09 14:04:18.293117234 -0400 -+++ wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_helpers.c 2011-04-09 14:51:48.464204876 -0400 -@@ -22,6 +22,42 @@ - #include "dbus_new.h" - #include "dbus_new_helpers.h" - -+/* This is exactly like dbus_message_new_error, but returns a -+ * (partially filled in) error message in the case reply_to is -+ * NULL rather than failing with an assertion message. This is -+ * useful for getters that we recycle when sending out signals. -+ * -+ * Contains code cut-and-pasted from dbus_message_new_error() -+ * Copyright (C) 2002, 2003, 2004, 2005 Red Hat Inc. -+ * Copyright (C) 2002, 2003 CodeFactory AB -+ */ -+DBusMessage* -+wpa_dbus_message_new_error (DBusMessage *reply_to, -+ const char *error_name, -+ const char *error_message) -+{ -+ if (reply_to) { -+ return dbus_message_new_error(reply_to, error_name, error_message); -+ } else { -+ DBusMessage *message = dbus_message_new(DBUS_MESSAGE_TYPE_ERROR); -+ DBusMessageIter iter; -+ -+ dbus_message_set_error_name(message, error_name); -+ dbus_message_set_no_reply(message, TRUE); -+ -+ if (error_message != NULL) { -+ dbus_message_iter_init_append(message, &iter); -+ if (!dbus_message_iter_append_basic(&iter, -+ DBUS_TYPE_STRING, -+ &error_message)) { -+ dbus_message_unref(message); -+ return NULL; -+ } -+ } -+ -+ return message; -+ } -+} - - /** - * recursive_iter_copy - Reads arguments from one iterator and -@@ -86,6 +122,7 @@ static void recursive_iter_copy(DBusMess - - - static unsigned int fill_dict_with_properties( -+ DBusMessage *message, - DBusMessageIter *dict_iter, const struct wpa_dbus_property_desc *props, - const char *interface, const void *user_data) - { -@@ -98,7 +135,7 @@ static unsigned int fill_dict_with_prope - if (!os_strncmp(dsc->dbus_interface, interface, - WPAS_DBUS_INTERFACE_MAX) && - dsc->access != W && dsc->getter) { -- reply = dsc->getter(NULL, user_data); -+ reply = dsc->getter(message, user_data); - if (!reply) - continue; - -@@ -160,7 +197,8 @@ static DBusMessage * get_all_properties( - DBUS_DICT_ENTRY_END_CHAR_AS_STRING, - &dict_iter); - -- props_num = fill_dict_with_properties(&dict_iter, obj_dsc->properties, -+ props_num = fill_dict_with_properties(message, -+ &dict_iter, obj_dsc->properties, - interface, obj_dsc->user_data); - - dbus_message_iter_close_container(&iter, &dict_iter); -@@ -870,6 +908,7 @@ void wpa_dbus_get_object_properties(stru - return; - } - -- fill_dict_with_properties(dict_iter, obj_desc->properties, -+ fill_dict_with_properties(NULL, -+ dict_iter, obj_desc->properties, - interface, obj_desc->user_data); - } -diff -up wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_helpers.h.prop-failure wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_helpers.h ---- wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_helpers.h.prop-failure 2011-04-09 14:04:25.130180461 -0400 -+++ wpa_supplicant-0.7.3/wpa_supplicant/dbus/dbus_new_helpers.h 2011-04-09 14:38:53.092075181 -0400 -@@ -112,6 +112,10 @@ struct wpa_dbus_property_desc { - #define WPA_DBUS_PROPERTIES_SET "Set" - #define WPA_DBUS_PROPERTIES_GETALL "GetAll" - -+DBusMessage* wpa_dbus_message_new_error (DBusMessage *reply_to, -+ const char *error_name, -+ const char *error_message); -+ - void free_dbus_object_desc(struct wpa_dbus_object_desc *obj_dsc); - - int wpa_dbus_ctrl_iface_init(struct wpas_dbus_priv *iface, char *dbus_path, diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-dbus-api-changes.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-dbus-api-changes.patch deleted file mode 100644 index 2ec1a97e9fbc..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-dbus-api-changes.patch +++ /dev/null @@ -1,66 +0,0 @@ -Taken from: - -https://bugzilla.gnome.org/show_bug.cgi?id=644634 - - -From b80b5639935d37b95d00f86b57f2844a9c775f57 Mon Sep 17 00:00:00 2001 -From: Dan Williams -Date: Fri, 17 Dec 2010 15:56:01 +0200 -Subject: [PATCH] dbus: Emit property changed events when adding/removing BSSes - -The supplicant was not emitting property changed events when the BSSs -property changed. - -Signed-off-by: Dan Williams -(cherry picked from commit 1e6288df6b07a353a9246b77e0de2a840b5f2c72) ---- - wpa_supplicant/dbus/dbus_new.c | 6 ++++++ - wpa_supplicant/dbus/dbus_new.h | 1 + - 2 files changed, 7 insertions(+), 0 deletions(-) - -diff --git a/wpa_supplicant/dbus/dbus_new.c b/wpa_supplicant/dbus/dbus_new.c -index bdfbbac..c66640a 100644 ---- a/wpa_supplicant/dbus/dbus_new.c -+++ b/wpa_supplicant/dbus/dbus_new.c -@@ -691,6 +691,10 @@ void wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, - wpas_dbus_getter_current_network; - prop = "CurrentNetwork"; - break; -+ case WPAS_DBUS_PROP_BSSS: -+ getter = (WPADBusPropertyAccessor) wpas_dbus_getter_bsss; -+ prop = "BSSs"; -+ break; - default: - wpa_printf(MSG_ERROR, "dbus: %s: Unknown Property value %d", - __func__, property); -@@ -1199,6 +1203,7 @@ int wpas_dbus_unregister_bss(struct wpa_supplicant *wpa_s, - } - - wpas_dbus_signal_bss_removed(wpa_s, bss_obj_path); -+ wpas_dbus_signal_prop_changed(wpa_s, WPAS_DBUS_PROP_BSSS); - - return 0; - } -@@ -1263,6 +1268,7 @@ int wpas_dbus_register_bss(struct wpa_supplicant *wpa_s, - } - - wpas_dbus_signal_bss_added(wpa_s, bss_obj_path); -+ wpas_dbus_signal_prop_changed(wpa_s, WPAS_DBUS_PROP_BSSS); - - return 0; - -diff --git a/wpa_supplicant/dbus/dbus_new.h b/wpa_supplicant/dbus/dbus_new.h -index 80ea98c..9cdefcb 100644 ---- a/wpa_supplicant/dbus/dbus_new.h -+++ b/wpa_supplicant/dbus/dbus_new.h -@@ -30,6 +30,7 @@ enum wpas_dbus_prop { - WPAS_DBUS_PROP_STATE, - WPAS_DBUS_PROP_CURRENT_BSS, - WPAS_DBUS_PROP_CURRENT_NETWORK, -+ WPAS_DBUS_PROP_BSSS, - }; - - enum wpas_dbus_bss_prop { --- -1.7.4-rc1 - diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-dbus_path_fix.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-dbus_path_fix.patch deleted file mode 100644 index ac82943fbe7f..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-dbus_path_fix.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- dbus/fi.epitest.hostap.WPASupplicant.service 2010-09-07 10:43:39.000000000 -0500 -+++ dbus/fi.epitest.hostap.WPASupplicant.service 2011-01-08 19:41:32.969507889 -0500 -@@ -1,4 +1,4 @@ - [D-BUS Service] - Name=fi.epitest.hostap.WPASupplicant --Exec=/sbin/wpa_supplicant -u -+Exec=/usr/sbin/wpa_supplicant -u - User=root ---- dbus/fi.w1.wpa_supplicant1.service 2010-09-07 10:43:39.000000000 -0500 -+++ dbus/fi.w1.wpa_supplicant1.service 2011-01-08 19:42:12.420246349 -0500 -@@ -1,4 +1,4 @@ - [D-BUS Service] - Name=fi.w1.wpa_supplicant1 --Exec=/sbin/wpa_supplicant -u -+Exec=/usr/sbin/wpa_supplicant -u - User=root diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-generate-libeap-peer.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-generate-libeap-peer.patch deleted file mode 100644 index 52c0e95a5da6..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.7.3-generate-libeap-peer.patch +++ /dev/null @@ -1,396 +0,0 @@ -From 3de5e59b291b6f58317bb16736f8c0271754378e Mon Sep 17 00:00:00 2001 -From: Inaky Perez-Gonzalez -Date: Sat, 2 Oct 2010 00:11:51 -0700 -Subject: [PATCH] eap_peer: create a libeap library, with header files and pkg-config [v2] - -This adds infrastructe in src/eap_peer to make libeap.so and install -the needed header files and pkg-config files. - -Now, this is quite dirty and probably not what we want in the long -term, but serves as an starting point: - - - we don't build from the wpa_supplicant directory because the - objects the .so have to be built with -fPIC. So if you need to - build both the binary and the library: - - make -C wpa_supplicant - make -C src/eap_peer clean - make -C src/eap_peer - - As I said, it's dirty -- we'd need either wpa_supplicant linking - against the library properly (but that seems not to be desirable) - or a multiple object build approach ala automake. - - - need to use 'override CFLAGS' in src/eap_peer/Makefile, otherwise - any CFLAGS setting will kill the build infrastructure. I miss - AM_CFLAGS. - - - adds 'eap_register_methods()' that will register every compiled in - method. - -Signed-off-by: Inaky Perez-Gonzalez ---- - build_release | 12 +++ - src/eap_peer/Makefile | 191 ++++++++++++++++++++++++++++++++++++++++++-- - src/eap_peer/eap_methods.c | 114 ++++++++++++++++++++++++++ - src/eap_peer/eap_methods.h | 1 + - src/eap_peer/libeap0.pc | 10 +++ - 5 files changed, 320 insertions(+), 8 deletions(-) - create mode 100644 src/eap_peer/libeap0.pc - -diff --git a/src/eap_peer/Makefile b/src/eap_peer/Makefile -index 3651056..58c067a 100644 ---- a/src/eap_peer/Makefile -+++ b/src/eap_peer/Makefile -@@ -1,11 +1,186 @@ --all: -- @echo Nothing to be made. -+LIBEAP_NAME = libeap -+LIBEAP_CURRENT = 0 -+LIBEAP_REVISION = 0 -+LIBEAP_AGE = 0 -+ -+LIBEAP = $(LIBEAP_NAME).so.$(LIBEAP_CURRENT).$(LIBEAP_REVISION).$(LIBEAP_AGE) -+LIBEAP_SO = $(LIBEAP_NAME).so.$(LIBEAP_CURRENT) -+ -+.PHONY: all clean install uninstall -+ -+all: $(LIBEAP) -+ -+ifndef CC -+CC=gcc -+endif -+ -+ifndef CFLAGS -+CFLAGS = -MMD -O0 -Wall -g -+endif -+ -+CONFIG_TLS=openssl -+ -+INCLUDE_INSTALL_DIR=/usr/include/eap_peer -+ -+# Got to use override all across the board, otherwise a 'make -+# CFLAGS=XX' will kill us because the command line's CFLAGS will -+# overwrite Make's and we'll loose all the infrastructure it sets. -+override CFLAGS += -I. -I.. -I../crypto -I../utils -I../common -+ -+# at least for now, need to include config_ssid.h and config_blob.h from -+# wpa_supplicant directory -+override CFLAGS += -I ../../wpa_supplicant -+ -+OBJS_both += ../utils/common.o -+OBJS_both += ../utils/os_unix.o -+OBJS_both += ../utils/wpa_debug.o -+OBJS_both += ../utils/base64.o -+OBJS_both += ../utils/wpabuf.o -+OBJS_both += ../crypto/md5.o -+OBJS_both += ../crypto/sha1.o -+OBJS_both += ../crypto/sha1-tlsprf.o -+OBJS_both += ../crypto/aes-encblock.o -+OBJS_both += ../crypto/aes-wrap.o -+OBJS_both += ../crypto/aes-ctr.o -+OBJS_both += ../crypto/aes-eax.o -+OBJS_both += ../crypto/aes-omac1.o -+OBJS_both += ../crypto/ms_funcs.o -+OBJS_both += ../crypto/sha256.o -+ -+ -+OBJS_both += ../eap_common/eap_peap_common.o -+OBJS_both += ../eap_common/eap_psk_common.o -+OBJS_both += ../eap_common/eap_pax_common.o -+OBJS_both += ../eap_common/eap_sake_common.o -+OBJS_both += ../eap_common/eap_gpsk_common.o -+OBJS_both += ../eap_common/chap.o -+ -+OBJS_peer += ../eap_peer/eap_tls.o -+OBJS_peer += ../eap_peer/eap_peap.o -+OBJS_peer += ../eap_peer/eap_ttls.o -+OBJS_peer += ../eap_peer/eap_md5.o -+OBJS_peer += ../eap_peer/eap_mschapv2.o -+OBJS_peer += ../eap_peer/mschapv2.o -+OBJS_peer += ../eap_peer/eap_otp.o -+OBJS_peer += ../eap_peer/eap_gtc.o -+OBJS_peer += ../eap_peer/eap_leap.o -+OBJS_peer += ../eap_peer/eap_psk.o -+OBJS_peer += ../eap_peer/eap_pax.o -+OBJS_peer += ../eap_peer/eap_sake.o -+OBJS_peer += ../eap_peer/eap_gpsk.o -+OBJS_peer += ../eap_peer/eap.o -+OBJS_peer += ../eap_common/eap_common.o -+OBJS_peer += ../eap_peer/eap_methods.o -+OBJS_peer += ../eap_peer/eap_tls_common.o -+ -+override CFLAGS += -DEAP_TLS -+override CFLAGS += -DEAP_PEAP -+override CFLAGS += -DEAP_TTLS -+override CFLAGS += -DEAP_MD5 -+override CFLAGS += -DEAP_MSCHAPv2 -+override CFLAGS += -DEAP_GTC -+override CFLAGS += -DEAP_OTP -+override CFLAGS += -DEAP_LEAP -+override CFLAGS += -DEAP_PSK -+override CFLAGS += -DEAP_PAX -+override CFLAGS += -DEAP_SAKE -+override CFLAGS += -DEAP_GPSK -DEAP_GPSK_SHA256 -+override CFLAGS += -DEAP_TLS_FUNCS -+ -+override CFLAGS += -DIEEE8021X_EAPOL -+ -+ifeq ($(CONFIG_TLS), openssl) -+override CFLAGS += -DEAP_TLS_OPENSSL -+OBJS_both += ../crypto/tls_openssl.o -+OBJS_both += ../crypto/crypto_openssl.o -+LIBS += -lssl -lcrypto -+override CFLAGS += -DINTERNAL_SHA256 -+endif -+ -+ifeq ($(CONFIG_TLS), internal) -+OBJS_both += ../crypto/tls_internal.o -+OBJS_both += ../tls/tlsv1_common.o ../../tls/tlsv1_record.o -+OBJS_both += ../tls/tlsv1_cred.o -+OBJS_both += ../tls/asn1.o ../../tls/x509v3.o -+OBJS_both += ../crypto/crypto_internal.o ../../tls/rsa.o ../../tls/bignum.o -+ -+OBJS_peer += ../tls/tlsv1_client.o -+OBJS_peer += ../tls/tlsv1_client_write.o ../../tls/tlsv1_client_read.o -+override CFLAGS += -DCONFIG_TLS_INTERNAL_CLIENT -+ -+OBJS_server += ../tls/tlsv1_server.o -+OBJS_server += ../tls/tlsv1_server_write.o ../../tls/tlsv1_server_read.o -+override CFLAGS += -DCONFIG_TLS_INTERNAL_SERVER -+ -+override CFLAGS += -DCONFIG_TLS_INTERNAL -+override CFLAGS += -DCONFIG_CRYPTO_INTERNAL -+override CFLAGS += -DCONFIG_INTERNAL_X509 -+override CFLAGS += -DINTERNAL_AES -+override CFLAGS += -DINTERNAL_SHA1 -+override CFLAGS += -DINTERNAL_SHA256 -+override CFLAGS += -DINTERNAL_MD5 -+override CFLAGS += -DINTERNAL_MD4 -+override CFLAGS += -DINTERNAL_DES -+ifdef CONFIG_INTERNAL_LIBTOMMATH -+override CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH -+else -+LIBS += -ltommath -+endif -+endif -+ -+ifndef LDO -+LDO=$(CC) -+endif -+ -+ -+OBJS_lib=$(OBJS_both) $(OBJS_peer) -+ -+ #$(OBJS_server) -+ -+override CFLAGS += -fPIC -DPIC -+LDFLAGS += -shared -+ -+$(LIBEAP): $(OBJS_lib) -+ $(LDO) $(LDFLAGS) $(OBJS_lib) -Wl,-soname -Wl,$(LIBEAP_SO) -o $(LIBEAP) $(LIBS) -+ -+ -+UTIL_HEADERS = ../utils/includes.h ../utils/common.h \ -+ ../utils/wpabuf.h ../utils/build_config.h \ -+ ../utils/os.h ../utils/wpa_debug.h -+COMMON_HEADERS = ../common/defs.h -+EAP_COMMON_HEADERS = ../eap_common/eap_defs.h -+MAIN_HEADERS = eap.h eap_methods.h eap_config.h -+CRYPTO_HEADERS = ../crypto/tls.h -+ -+install: -+ -+ mkdir -p $(DESTDIR)/usr/lib -+# copy the lib file to std lib location -+ cp $(LIBEAP) $(DESTDIR)/usr/lib -+ ln -fs $(LIBEAP_SO) $(DESTDIR)/usr/lib/$(LIBEAP_NAME).so -+ ln -fs $(LIBEAP_NAME).so.0.0.0 $(DESTDIR)/usr/lib/$(LIBEAP_NAME).so.0 -+ -+# copy the headers reqd by apps using eap peer library in its own subfolder under /usr/include -+ mkdir -p \ -+ $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/eap_common \ -+ $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/common \ -+ $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/util \ -+ $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/crypto -+ install -m 0644 $(EAP_COMMON_HEADERS) $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/eap_common -+ install -m 0644 $(COMMON_HEADERS) $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/common -+ install -m 0644 $(CRYPTO_HEADERS) $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/crypto -+ install -m 0644 $(UTIL_HEADERS) $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/util -+ install -m 0644 $(MAIN_HEADERS) $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/ -+ -+ mkdir -p $(DESTDIR)/usr/lib/pkgconfig -+ cp libeap0.pc $(DESTDIR)/usr/lib/pkgconfig -+ -+uninstall: -+ -+ rm $(DESTDIR)/usr/lib/$(LIBEAP) -+ rm -fr $(DESTDIR)/$(INCLUDE_INSTALL_DIR) -+ rm -f $(DESTDIR)/usr/lib/pkgconfig/libeap0.pc - - clean: -- rm -f *~ *.o *.so *.d -+ rm -f *~ *.o *.so *.d libeap.a $(LIBEAP) $(OBJS_lib) - --install: -- if ls *.so >/dev/null 2>&1; then \ -- install -d $(DESTDIR)$(LIBDIR)/wpa_supplicant && \ -- cp *.so $(DESTDIR)$(LIBDIR)/wpa_supplicant \ -- ; fi -+-include $(OBJS:%.o=%.d) -diff --git a/src/eap_peer/eap_methods.c b/src/eap_peer/eap_methods.c -index 3b0af05..092f266 100644 ---- a/src/eap_peer/eap_methods.c -+++ b/src/eap_peer/eap_methods.c -@@ -340,6 +340,120 @@ int eap_peer_method_register(struct eap_method *method) - - - /** -+ * eap_peer_register_methods - Register all known EAP peer methods -+ * -+ * This function is called at program start to register all compiled -+ * in EAP peer methods. -+ */ -+int eap_peer_register_methods(void) -+{ -+ int ret = 0; -+ -+#ifdef EAP_MD5 -+ if (ret == 0) -+ ret = eap_peer_md5_register(); -+#endif /* EAP_MD5 */ -+ -+#ifdef EAP_TLS -+ if (ret == 0) -+ ret = eap_peer_tls_register(); -+#endif /* EAP_TLS */ -+ -+#ifdef EAP_MSCHAPv2 -+ if (ret == 0) -+ ret = eap_peer_mschapv2_register(); -+#endif /* EAP_MSCHAPv2 */ -+ -+#ifdef EAP_PEAP -+ if (ret == 0) -+ ret = eap_peer_peap_register(); -+#endif /* EAP_PEAP */ -+ -+#ifdef EAP_TTLS -+ if (ret == 0) -+ ret = eap_peer_ttls_register(); -+#endif /* EAP_TTLS */ -+ -+#ifdef EAP_GTC -+ if (ret == 0) -+ ret = eap_peer_gtc_register(); -+#endif /* EAP_GTC */ -+ -+#ifdef EAP_OTP -+ if (ret == 0) -+ ret = eap_peer_otp_register(); -+#endif /* EAP_OTP */ -+ -+#ifdef EAP_SIM -+ if (ret == 0) -+ ret = eap_peer_sim_register(); -+#endif /* EAP_SIM */ -+ -+#ifdef EAP_LEAP -+ if (ret == 0) -+ ret = eap_peer_leap_register(); -+#endif /* EAP_LEAP */ -+ -+#ifdef EAP_PSK -+ if (ret == 0) -+ ret = eap_peer_psk_register(); -+#endif /* EAP_PSK */ -+ -+#ifdef EAP_AKA -+ if (ret == 0) -+ ret = eap_peer_aka_register(); -+#endif /* EAP_AKA */ -+ -+#ifdef EAP_AKA_PRIME -+ if (ret == 0) -+ ret = eap_peer_aka_prime_register(); -+#endif /* EAP_AKA_PRIME */ -+ -+#ifdef EAP_FAST -+ if (ret == 0) -+ ret = eap_peer_fast_register(); -+#endif /* EAP_FAST */ -+ -+#ifdef EAP_PAX -+ if (ret == 0) -+ ret = eap_peer_pax_register(); -+#endif /* EAP_PAX */ -+ -+#ifdef EAP_SAKE -+ if (ret == 0) -+ ret = eap_peer_sake_register(); -+#endif /* EAP_SAKE */ -+ -+#ifdef EAP_GPSK -+ if (ret == 0) -+ ret = eap_peer_gpsk_register(); -+#endif /* EAP_GPSK */ -+ -+#ifdef EAP_WSC -+ if (ret == 0) -+ ret = eap_peer_wsc_register(); -+#endif /* EAP_WSC */ -+ -+#ifdef EAP_IKEV2 -+ if (ret == 0) -+ ret = eap_peer_ikev2_register(); -+#endif /* EAP_IKEV2 */ -+ -+#ifdef EAP_VENDOR_TEST -+ if (ret == 0) -+ ret = eap_peer_vendor_test_register(); -+#endif /* EAP_VENDOR_TEST */ -+ -+#ifdef EAP_TNC -+ if (ret == 0) -+ ret = eap_peer_tnc_register(); -+#endif /* EAP_TNC */ -+ -+ return ret; -+} -+ -+ -+/** - * eap_peer_unregister_methods - Unregister EAP peer methods - * - * This function is called at program termination to unregister all EAP peer -diff --git a/src/eap_peer/eap_methods.h b/src/eap_peer/eap_methods.h -index 384c61b..b83a46f 100644 ---- a/src/eap_peer/eap_methods.h -+++ b/src/eap_peer/eap_methods.h -@@ -32,6 +32,7 @@ EapType eap_peer_get_type(const char *name, int *vendor); - const char * eap_get_name(int vendor, EapType type); - size_t eap_get_names(char *buf, size_t buflen); - char ** eap_get_names_as_string_array(size_t *num); -+int eap_peer_register_methods(void); - void eap_peer_unregister_methods(void); - - #else /* IEEE8021X_EAPOL */ -diff --git a/src/eap_peer/libeap0.pc b/src/eap_peer/libeap0.pc -new file mode 100644 -index 0000000..2f8463a ---- /dev/null -+++ b/src/eap_peer/libeap0.pc -@@ -0,0 +1,10 @@ -+prefix=/usr -+exec_prefix=/usr -+libdir=${exec_prefix}/lib -+includedir=${prefix}/include/eap_peer -+ -+Name: libeap0 -+Description: EAP Peer Library API -+Version: 0.7.2 -+Libs: -L${libdir} -leap -+Cflags: -I${includedir} --- -1.6.6.1 - diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-dbus-path-fix.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-dbus-path-fix.patch deleted file mode 100644 index 976d71b0ec39..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-dbus-path-fix.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -aurp a/wpa_supplicant/dbus/fi.epitest.hostap.WPASupplicant.service.in b/wpa_supplicant/dbus/fi.epitest.hostap.WPASupplicant.service.in ---- a/wpa_supplicant/dbus/fi.epitest.hostap.WPASupplicant.service.in 2012-05-15 09:00:03.048545044 +0000 -+++ b/wpa_supplicant/dbus/fi.epitest.hostap.WPASupplicant.service.in 2012-05-15 09:01:19.759550509 +0000 -@@ -1,5 +1,5 @@ - [D-BUS Service] - Name=fi.epitest.hostap.WPASupplicant --Exec=@BINDIR@/wpa_supplicant -u -+Exec=/usr/sbin/wpa_supplicant -u - User=root - SystemdService=wpa_supplicant.service -diff -aurp a/wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service.in b/wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service.in ---- a/wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service.in 2012-05-15 09:00:03.048545044 +0000 -+++ b/wpa_supplicant/dbus/fi.w1.wpa_supplicant1.service.in 2012-05-15 09:01:28.727551913 +0000 -@@ -1,5 +1,5 @@ - [D-BUS Service] - Name=fi.w1.wpa_supplicant1 --Exec=@BINDIR@/wpa_supplicant -u -+Exec=/usr/sbin/wpa_supplicant -u - User=root - SystemdService=wpa_supplicant.service diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-do-not-call-dbus-functions-with-NULL-path.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-do-not-call-dbus-functions-with-NULL-path.patch deleted file mode 100644 index bbff73e13d42..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-do-not-call-dbus-functions-with-NULL-path.patch +++ /dev/null @@ -1,60 +0,0 @@ -diff -aurp a/wpa_supplicant/dbus/dbus_new_helpers.c b/wpa_supplicant/dbus/dbus_new_helpers.c ---- a/wpa_supplicant/dbus/dbus_new_helpers.c 2012-05-15 07:28:37.616150164 +0000 -+++ b/wpa_supplicant/dbus/dbus_new_helpers.c 2012-05-15 07:30:21.904157611 +0000 -@@ -882,7 +882,7 @@ void wpa_dbus_mark_property_changed(stru - const struct wpa_dbus_property_desc *dsc; - int i = 0; - -- if (iface == NULL) -+ if (iface == NULL || path == NULL) - return; - - dbus_connection_get_object_path_data(iface->con, path, -diff -aurp a/wpa_supplicant/dbus/dbus_old.c b/wpa_supplicant/dbus/dbus_old.c ---- a/wpa_supplicant/dbus/dbus_old.c 2012-05-15 07:28:29.502149373 +0000 -+++ b/wpa_supplicant/dbus/dbus_old.c 2012-05-15 07:30:48.859162441 +0000 -@@ -379,7 +379,7 @@ void wpa_supplicant_dbus_notify_scan_res - DBusMessage *_signal; - - /* Do nothing if the control interface is not turned on */ -- if (iface == NULL) -+ if (iface == NULL || wpa_s->dbus_path == NULL) - return; - - _signal = dbus_message_new_signal(wpa_s->dbus_path, -@@ -419,7 +419,7 @@ void wpa_supplicant_dbus_notify_state_ch - if (wpa_s->global == NULL) - return; - iface = wpa_s->global->dbus; -- if (iface == NULL) -+ if (iface == NULL || wpa_s->dbus_path == NULL) - return; - - /* Only send signal if state really changed */ -@@ -478,7 +478,7 @@ void wpa_supplicant_dbus_notify_scanning - dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; - - /* Do nothing if the control interface is not turned on */ -- if (iface == NULL) -+ if (iface == NULL || wpa_s->dbus_path == NULL) - return; - - _signal = dbus_message_new_signal(wpa_s->dbus_path, -@@ -513,7 +513,7 @@ void wpa_supplicant_dbus_notify_wps_cred - if (wpa_s->global == NULL) - return; - iface = wpa_s->global->dbus; -- if (iface == NULL) -+ if (iface == NULL || wpa_s->dbus_path == NULL) - return; - - _signal = dbus_message_new_signal(wpa_s->dbus_path, -@@ -564,7 +564,7 @@ void wpa_supplicant_dbus_notify_certific - if (wpa_s->global == NULL) - return; - iface = wpa_s->global->dbus; -- if (iface == NULL) -+ if (iface == NULL || wpa_s->dbus_path == NULL) - return; - - _signal = dbus_message_new_signal(wpa_s->dbus_path, diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-generate-libeap-peer.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-generate-libeap-peer.patch deleted file mode 100644 index c84e51dfdecd..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-generate-libeap-peer.patch +++ /dev/null @@ -1,347 +0,0 @@ -diff -Naurp a/src/eap_peer/eap_methods.c b/src/eap_peer/eap_methods.c ---- a/src/eap_peer/eap_methods.c 2012-05-15 08:23:17.151386999 +0000 -+++ b/src/eap_peer/eap_methods.c 2012-05-15 08:23:57.403389760 +0000 -@@ -342,6 +342,120 @@ int eap_peer_method_register(struct eap_ - - - /** -+ * eap_peer_register_methods - Register all known EAP peer methods -+ * -+ * This function is called at program start to register all compiled -+ * in EAP peer methods. -+ */ -+int eap_peer_register_methods(void) -+{ -+ int ret = 0; -+ -+#ifdef EAP_MD5 -+ if (ret == 0) -+ ret = eap_peer_md5_register(); -+#endif /* EAP_MD5 */ -+ -+#ifdef EAP_TLS -+ if (ret == 0) -+ ret = eap_peer_tls_register(); -+#endif /* EAP_TLS */ -+ -+#ifdef EAP_MSCHAPv2 -+ if (ret == 0) -+ ret = eap_peer_mschapv2_register(); -+#endif /* EAP_MSCHAPv2 */ -+ -+#ifdef EAP_PEAP -+ if (ret == 0) -+ ret = eap_peer_peap_register(); -+#endif /* EAP_PEAP */ -+ -+#ifdef EAP_TTLS -+ if (ret == 0) -+ ret = eap_peer_ttls_register(); -+#endif /* EAP_TTLS */ -+ -+#ifdef EAP_GTC -+ if (ret == 0) -+ ret = eap_peer_gtc_register(); -+#endif /* EAP_GTC */ -+ -+#ifdef EAP_OTP -+ if (ret == 0) -+ ret = eap_peer_otp_register(); -+#endif /* EAP_OTP */ -+ -+#ifdef EAP_SIM -+ if (ret == 0) -+ ret = eap_peer_sim_register(); -+#endif /* EAP_SIM */ -+ -+#ifdef EAP_LEAP -+ if (ret == 0) -+ ret = eap_peer_leap_register(); -+#endif /* EAP_LEAP */ -+ -+#ifdef EAP_PSK -+ if (ret == 0) -+ ret = eap_peer_psk_register(); -+#endif /* EAP_PSK */ -+ -+#ifdef EAP_AKA -+ if (ret == 0) -+ ret = eap_peer_aka_register(); -+#endif /* EAP_AKA */ -+ -+#ifdef EAP_AKA_PRIME -+ if (ret == 0) -+ ret = eap_peer_aka_prime_register(); -+#endif /* EAP_AKA_PRIME */ -+ -+#ifdef EAP_FAST -+ if (ret == 0) -+ ret = eap_peer_fast_register(); -+#endif /* EAP_FAST */ -+ -+#ifdef EAP_PAX -+ if (ret == 0) -+ ret = eap_peer_pax_register(); -+#endif /* EAP_PAX */ -+ -+#ifdef EAP_SAKE -+ if (ret == 0) -+ ret = eap_peer_sake_register(); -+#endif /* EAP_SAKE */ -+ -+#ifdef EAP_GPSK -+ if (ret == 0) -+ ret = eap_peer_gpsk_register(); -+#endif /* EAP_GPSK */ -+ -+#ifdef EAP_WSC -+ if (ret == 0) -+ ret = eap_peer_wsc_register(); -+#endif /* EAP_WSC */ -+ -+#ifdef EAP_IKEV2 -+ if (ret == 0) -+ ret = eap_peer_ikev2_register(); -+#endif /* EAP_IKEV2 */ -+ -+#ifdef EAP_VENDOR_TEST -+ if (ret == 0) -+ ret = eap_peer_vendor_test_register(); -+#endif /* EAP_VENDOR_TEST */ -+ -+#ifdef EAP_TNC -+ if (ret == 0) -+ ret = eap_peer_tnc_register(); -+#endif /* EAP_TNC */ -+ -+ return ret; -+} -+ -+ -+/** - * eap_peer_unregister_methods - Unregister EAP peer methods - * - * This function is called at program termination to unregister all EAP peer -diff -Naurp a/src/eap_peer/eap_methods.h b/src/eap_peer/eap_methods.h ---- a/src/eap_peer/eap_methods.h 2012-05-15 08:23:17.151386999 +0000 -+++ b/src/eap_peer/eap_methods.h 2012-05-15 08:23:57.404389735 +0000 -@@ -32,6 +32,7 @@ EapType eap_peer_get_type(const char *na - const char * eap_get_name(int vendor, EapType type); - size_t eap_get_names(char *buf, size_t buflen); - char ** eap_get_names_as_string_array(size_t *num); -+int eap_peer_register_methods(void); - void eap_peer_unregister_methods(void); - - #else /* IEEE8021X_EAPOL */ -diff -Naurp a/src/eap_peer/libeap0.pc b/src/eap_peer/libeap0.pc ---- a/src/eap_peer/libeap0.pc 1970-01-01 00:00:00.000000000 +0000 -+++ b/src/eap_peer/libeap0.pc 2012-05-15 08:23:57.404389735 +0000 -@@ -0,0 +1,10 @@ -+prefix=/usr -+exec_prefix=/usr -+libdir=${exec_prefix}/lib -+includedir=${prefix}/include/eap_peer -+ -+Name: libeap0 -+Description: EAP Peer Library API -+Version: 0.7.2 -+Libs: -L${libdir} -leap -+Cflags: -I${includedir} -diff -Naurp a/src/eap_peer/Makefile b/src/eap_peer/Makefile ---- a/src/eap_peer/Makefile 2012-05-15 08:23:17.152386964 +0000 -+++ b/src/eap_peer/Makefile 2012-05-15 08:23:57.403389760 +0000 -@@ -1,11 +1,186 @@ --all: -- @echo Nothing to be made. -+LIBEAP_NAME = libeap -+LIBEAP_CURRENT = 0 -+LIBEAP_REVISION = 0 -+LIBEAP_AGE = 0 -+ -+LIBEAP = $(LIBEAP_NAME).so.$(LIBEAP_CURRENT).$(LIBEAP_REVISION).$(LIBEAP_AGE) -+LIBEAP_SO = $(LIBEAP_NAME).so.$(LIBEAP_CURRENT) -+ -+.PHONY: all clean install uninstall -+ -+all: $(LIBEAP) -+ -+ifndef CC -+CC=gcc -+endif -+ -+ifndef CFLAGS -+CFLAGS = -MMD -O0 -Wall -g -+endif -+ -+CONFIG_TLS=openssl -+ -+INCLUDE_INSTALL_DIR=/usr/include/eap_peer -+ -+# Got to use override all across the board, otherwise a 'make -+# CFLAGS=XX' will kill us because the command line's CFLAGS will -+# overwrite Make's and we'll loose all the infrastructure it sets. -+override CFLAGS += -I. -I.. -I../crypto -I../utils -I../common -+ -+# at least for now, need to include config_ssid.h and config_blob.h from -+# wpa_supplicant directory -+override CFLAGS += -I ../../wpa_supplicant -+ -+OBJS_both += ../utils/common.o -+OBJS_both += ../utils/os_unix.o -+OBJS_both += ../utils/wpa_debug.o -+OBJS_both += ../utils/base64.o -+OBJS_both += ../utils/wpabuf.o -+OBJS_both += ../crypto/md5.o -+OBJS_both += ../crypto/sha1.o -+OBJS_both += ../crypto/sha1-tlsprf.o -+OBJS_both += ../crypto/aes-encblock.o -+OBJS_both += ../crypto/aes-wrap.o -+OBJS_both += ../crypto/aes-ctr.o -+OBJS_both += ../crypto/aes-eax.o -+OBJS_both += ../crypto/aes-omac1.o -+OBJS_both += ../crypto/ms_funcs.o -+OBJS_both += ../crypto/sha256.o -+ -+ -+OBJS_both += ../eap_common/eap_peap_common.o -+OBJS_both += ../eap_common/eap_psk_common.o -+OBJS_both += ../eap_common/eap_pax_common.o -+OBJS_both += ../eap_common/eap_sake_common.o -+OBJS_both += ../eap_common/eap_gpsk_common.o -+OBJS_both += ../eap_common/chap.o -+ -+OBJS_peer += ../eap_peer/eap_tls.o -+OBJS_peer += ../eap_peer/eap_peap.o -+OBJS_peer += ../eap_peer/eap_ttls.o -+OBJS_peer += ../eap_peer/eap_md5.o -+OBJS_peer += ../eap_peer/eap_mschapv2.o -+OBJS_peer += ../eap_peer/mschapv2.o -+OBJS_peer += ../eap_peer/eap_otp.o -+OBJS_peer += ../eap_peer/eap_gtc.o -+OBJS_peer += ../eap_peer/eap_leap.o -+OBJS_peer += ../eap_peer/eap_psk.o -+OBJS_peer += ../eap_peer/eap_pax.o -+OBJS_peer += ../eap_peer/eap_sake.o -+OBJS_peer += ../eap_peer/eap_gpsk.o -+OBJS_peer += ../eap_peer/eap.o -+OBJS_peer += ../eap_common/eap_common.o -+OBJS_peer += ../eap_peer/eap_methods.o -+OBJS_peer += ../eap_peer/eap_tls_common.o -+ -+override CFLAGS += -DEAP_TLS -+override CFLAGS += -DEAP_PEAP -+override CFLAGS += -DEAP_TTLS -+override CFLAGS += -DEAP_MD5 -+override CFLAGS += -DEAP_MSCHAPv2 -+override CFLAGS += -DEAP_GTC -+override CFLAGS += -DEAP_OTP -+override CFLAGS += -DEAP_LEAP -+override CFLAGS += -DEAP_PSK -+override CFLAGS += -DEAP_PAX -+override CFLAGS += -DEAP_SAKE -+override CFLAGS += -DEAP_GPSK -DEAP_GPSK_SHA256 -+override CFLAGS += -DEAP_TLS_FUNCS -+ -+override CFLAGS += -DIEEE8021X_EAPOL -+ -+ifeq ($(CONFIG_TLS), openssl) -+override CFLAGS += -DEAP_TLS_OPENSSL -+OBJS_both += ../crypto/tls_openssl.o -+OBJS_both += ../crypto/crypto_openssl.o -+LIBS += -lssl -lcrypto -+override CFLAGS += -DINTERNAL_SHA256 -+endif -+ -+ifeq ($(CONFIG_TLS), internal) -+OBJS_both += ../crypto/tls_internal.o -+OBJS_both += ../tls/tlsv1_common.o ../../tls/tlsv1_record.o -+OBJS_both += ../tls/tlsv1_cred.o -+OBJS_both += ../tls/asn1.o ../../tls/x509v3.o -+OBJS_both += ../crypto/crypto_internal.o ../../tls/rsa.o ../../tls/bignum.o -+ -+OBJS_peer += ../tls/tlsv1_client.o -+OBJS_peer += ../tls/tlsv1_client_write.o ../../tls/tlsv1_client_read.o -+override CFLAGS += -DCONFIG_TLS_INTERNAL_CLIENT -+ -+OBJS_server += ../tls/tlsv1_server.o -+OBJS_server += ../tls/tlsv1_server_write.o ../../tls/tlsv1_server_read.o -+override CFLAGS += -DCONFIG_TLS_INTERNAL_SERVER -+ -+override CFLAGS += -DCONFIG_TLS_INTERNAL -+override CFLAGS += -DCONFIG_CRYPTO_INTERNAL -+override CFLAGS += -DCONFIG_INTERNAL_X509 -+override CFLAGS += -DINTERNAL_AES -+override CFLAGS += -DINTERNAL_SHA1 -+override CFLAGS += -DINTERNAL_SHA256 -+override CFLAGS += -DINTERNAL_MD5 -+override CFLAGS += -DINTERNAL_MD4 -+override CFLAGS += -DINTERNAL_DES -+ifdef CONFIG_INTERNAL_LIBTOMMATH -+override CFLAGS += -DCONFIG_INTERNAL_LIBTOMMATH -+else -+LIBS += -ltommath -+endif -+endif -+ -+ifndef LDO -+LDO=$(CC) -+endif -+ -+ -+OBJS_lib=$(OBJS_both) $(OBJS_peer) -+ -+ #$(OBJS_server) -+ -+override CFLAGS += -fPIC -DPIC -+LDFLAGS += -shared -+ -+$(LIBEAP): $(OBJS_lib) -+ $(LDO) $(LDFLAGS) $(OBJS_lib) -Wl,-soname -Wl,$(LIBEAP_SO) -o $(LIBEAP) $(LIBS) -+ -+ -+UTIL_HEADERS = ../utils/includes.h ../utils/common.h \ -+ ../utils/wpabuf.h ../utils/build_config.h \ -+ ../utils/os.h ../utils/wpa_debug.h -+COMMON_HEADERS = ../common/defs.h -+EAP_COMMON_HEADERS = ../eap_common/eap_defs.h -+MAIN_HEADERS = eap.h eap_methods.h eap_config.h -+CRYPTO_HEADERS = ../crypto/tls.h -+ -+install: -+ -+ mkdir -p $(DESTDIR)/usr/lib -+# copy the lib file to std lib location -+ cp $(LIBEAP) $(DESTDIR)/usr/lib -+ ln -fs $(LIBEAP_SO) $(DESTDIR)/usr/lib/$(LIBEAP_NAME).so -+ ln -fs $(LIBEAP_NAME).so.0.0.0 $(DESTDIR)/usr/lib/$(LIBEAP_NAME).so.0 -+ -+# copy the headers reqd by apps using eap peer library in its own subfolder under /usr/include -+ mkdir -p \ -+ $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/eap_common \ -+ $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/common \ -+ $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/util \ -+ $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/crypto -+ install -m 0644 $(EAP_COMMON_HEADERS) $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/eap_common -+ install -m 0644 $(COMMON_HEADERS) $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/common -+ install -m 0644 $(CRYPTO_HEADERS) $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/crypto -+ install -m 0644 $(UTIL_HEADERS) $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/util -+ install -m 0644 $(MAIN_HEADERS) $(DESTDIR)/$(INCLUDE_INSTALL_DIR)/ -+ -+ mkdir -p $(DESTDIR)/usr/lib/pkgconfig -+ cp libeap0.pc $(DESTDIR)/usr/lib/pkgconfig -+ -+uninstall: -+ -+ rm $(DESTDIR)/usr/lib/$(LIBEAP) -+ rm -fr $(DESTDIR)/$(INCLUDE_INSTALL_DIR) -+ rm -f $(DESTDIR)/usr/lib/pkgconfig/libeap0.pc - - clean: -- rm -f *~ *.o *.so *.d -+ rm -f *~ *.o *.so *.d libeap.a $(LIBEAP) $(OBJS_lib) - --install: -- if ls *.so >/dev/null 2>&1; then \ -- install -d $(DESTDIR)$(LIBDIR)/wpa_supplicant && \ -- cp *.so $(DESTDIR)$(LIBDIR)/wpa_supplicant \ -- ; fi diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-libnl_path_fix.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-libnl_path_fix.patch deleted file mode 100644 index abf15a6e7e07..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant-1.1-libnl_path_fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -aurp a/src/drivers/drivers.mak b/src/drivers/drivers.mak ---- a/src/drivers/drivers.mak 2012-10-03 19:42:16.387634128 +0000 -+++ b/src/drivers/drivers.mak 2012-10-03 19:43:16.246693744 +0000 -@@ -48,7 +48,7 @@ NEED_RFKILL=y - ifdef CONFIG_LIBNL32 - DRV_LIBS += -lnl-3 - DRV_LIBS += -lnl-genl-3 -- DRV_CFLAGS += -DCONFIG_LIBNL20 -+ DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3 - else - ifdef CONFIG_LIBNL_TINY - DRV_LIBS += -lnl-tiny -diff -aurp a/src/drivers/drivers.mk b/src/drivers/drivers.mk ---- a/src/drivers/drivers.mk 2012-10-03 19:42:16.385634126 +0000 -+++ b/src/drivers/drivers.mk 2012-10-03 19:43:23.333700780 +0000 -@@ -48,7 +48,7 @@ NEED_RFKILL=y - ifdef CONFIG_LIBNL32 - DRV_LIBS += -lnl-3 - DRV_LIBS += -lnl-genl-3 -- DRV_CFLAGS += -DCONFIG_LIBNL20 -+ DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3 - else - ifdef CONFIG_LIBNL_TINY - DRV_LIBS += -lnl-tiny diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-gcc470.patch b/net-wireless/wpa_supplicant/files/wpa_supplicant-gcc470.patch deleted file mode 100644 index 947a47665bfb..000000000000 --- a/net-wireless/wpa_supplicant/files/wpa_supplicant-gcc470.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ./wpa_supplicant/wpa_gui-qt4/wpagui.cpp_old 2012-03-22 10:32:40.397228118 +0000 -+++ ./wpa_supplicant/wpa_gui-qt4/wpagui.cpp 2012-03-22 10:33:04.150228188 +0000 -@@ -12,10 +12,10 @@ - * See README and COPYING for more details. - */ - --#ifdef __MINGW32__ -+/* #ifdef __MINGW32__ */ - /* Need to get getopt() */ - #include --#endif -+/* #endif */ - - #ifdef CONFIG_NATIVE_WINDOWS - #include diff --git a/net-wireless/wpa_supplicant/metadata.xml b/net-wireless/wpa_supplicant/metadata.xml index 6a63e4e5d0c5..935c73eb3c79 100644 --- a/net-wireless/wpa_supplicant/metadata.xml +++ b/net-wireless/wpa_supplicant/metadata.xml @@ -17,7 +17,6 @@ Add support for access point mode Add support for EAP-SIM authentication algorithm Add support for FAST-EAP authentication algorithm - Add support for madwifi (Atheros chipset) Add support for Wi-Fi Direct mode Add support for ps3 hypervisor driven gelic wifi Add support for Wi-Fi Protected Setup diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-0.7.3-r5.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-0.7.3-r5.ebuild deleted file mode 100644 index 34347198c803..000000000000 --- a/net-wireless/wpa_supplicant/wpa_supplicant-0.7.3-r5.ebuild +++ /dev/null @@ -1,310 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.7.3-r5.ebuild,v 1.19 2013/03/02 23:13:01 hwoarang Exp $ - -EAPI=4 - -inherit eutils toolchain-funcs qt4-r2 systemd multilib - -DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers" -HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/" -SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz" -LICENSE="|| ( GPL-2 BSD )" - -SLOT="0" -KEYWORDS="amd64 arm ~mips ppc ppc64 x86 ~x86-fbsd" -IUSE="dbus debug gnutls eap-sim fasteap madwifi ps3 qt4 readline selinux ssl wimax wps kernel_linux kernel_FreeBSD" - -RDEPEND="dbus? ( sys-apps/dbus ) - kernel_linux? ( - eap-sim? ( sys-apps/pcsc-lite ) - madwifi? ( >net-wireless/madwifi-ng-tools-0.9.3 ) - dev-libs/libnl:1.1 - ) - !kernel_linux? ( net-libs/libpcap ) - qt4? ( - dev-qt/qtgui:4 - dev-qt/qtsvg:4 - ) - readline? ( - sys-libs/ncurses - sys-libs/readline - ) - ssl? ( dev-libs/openssl ) - !ssl? ( gnutls? ( net-libs/gnutls ) ) - !ssl? ( !gnutls? ( dev-libs/libtommath ) ) - selinux? ( sec-policy/selinux-networkmanager )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/${P}/${PN}" - -pkg_setup() { - if use fasteap && (use gnutls || use ssl) ; then - die "If you use fasteap, you must build with wpa_supplicant's internal TLS implementation. That is, both 'gnutls' and 'ssl' USE flags must be disabled" - fi - - if use gnutls && use ssl ; then - einfo "You have both 'gnutls' and 'ssl' USE flags enabled: defaulting to USE=\"ssl\"" - fi -} - -src_prepare() { - # net/bpf.h needed for net-libs/libpcap on Gentoo/FreeBSD - sed -i \ - -e "s:\(#include \):#include \n\1:" \ - ../src/l2_packet/l2_packet_freebsd.c || die - - # People seem to take the example configuration file too literally (bug #102361) - sed -i \ - -e "s:^\(opensc_engine_path\):#\1:" \ - -e "s:^\(pkcs11_engine_path\):#\1:" \ - -e "s:^\(pkcs11_module_path\):#\1:" \ - wpa_supplicant.conf || die - - # Change configuration to match Gentoo locations (bug #143750) - sed -i \ - -e "s:/usr/lib/opensc:/usr/$(get_libdir):" \ - -e "s:/usr/lib/pkcs11:/usr/$(get_libdir):" \ - wpa_supplicant.conf || die - - epatch "${FILESDIR}/${P}-dbus_path_fix.patch" - - # systemd entries to D-Bus service files (bug #372877) - echo 'SystemdService=wpa_supplicant.service' \ - | tee -a dbus/*.service >/dev/null || die - - if use wimax; then - cd "${WORKDIR}/${P}" - epatch "${FILESDIR}/${P}-generate-libeap-peer.patch" - - # multilib-strict fix (bug #373685) - sed -e "s/\/usr\/lib/\/usr\/$(get_libdir)/" -i src/eap_peer/Makefile - fi - - # bug (320097) - epatch "${FILESDIR}/do-not-call-dbus-functions-with-NULL-path.patch" - # https://bugzilla.gnome.org/show_bug.cgi?id=644634 - epatch "${FILESDIR}/${P}-dbus-api-changes.patch" - # bug (374089) - epatch "${FILESDIR}/${P}-dbus-WPAIE-fix.patch" - # bug (409285) - epatch "${FILESDIR}/wpa_supplicant-gcc470.patch" -} - -src_configure() { - # Toolchain setup - tc-export CC - - # Basic setup - echo "CONFIG_CTRL_IFACE=y" >> .config - echo "CONFIG_BACKEND=file" >> .config - - # Basic authentication methods - # NOTE: we don't set GPSK or SAKE as they conflict - # with the below options - echo "CONFIG_EAP_GTC=y" >> .config - echo "CONFIG_EAP_MD5=y" >> .config - echo "CONFIG_EAP_OTP=y" >> .config - echo "CONFIG_EAP_PAX=y" >> .config - echo "CONFIG_EAP_PSK=y" >> .config - echo "CONFIG_EAP_TLV=y" >> .config - echo "CONFIG_IEEE8021X_EAPOL=y" >> .config - echo "CONFIG_PKCS12=y" >> .config - echo "CONFIG_PEERKEY=y" >> .config - echo "CONFIG_EAP_LEAP=y" >> .config - echo "CONFIG_EAP_MSCHAPV2=y" >> .config - echo "CONFIG_EAP_PEAP=y" >> .config - echo "CONFIG_EAP_TLS=y" >> .config - echo "CONFIG_EAP_TTLS=y" >> .config - - if use dbus ; then - echo "CONFIG_CTRL_IFACE_DBUS=y" >> .config - echo "CONFIG_CTRL_IFACE_DBUS_NEW=y" >> .config - echo "CONFIG_CTRL_IFACE_DBUS_INTRO=y" >> .config - fi - - if use debug ; then - echo "CONFIG_DEBUG_FILE=y" >> .config - fi - - if use eap-sim ; then - # Smart card authentication - echo "CONFIG_EAP_SIM=y" >> .config - echo "CONFIG_EAP_AKA=y" >> .config - echo "CONFIG_EAP_AKA_PRIME=y" >> .config - echo "CONFIG_PCSC=y" >> .config - fi - - if use fasteap ; then - echo "CONFIG_EAP_FAST=y" >> .config - fi - - if use readline ; then - # readline/history support for wpa_cli - echo "CONFIG_READLINE=y" >> .config - fi - - # SSL authentication methods - if use ssl ; then - echo "CONFIG_TLS=openssl" >> .config - echo "CONFIG_SMARTCARD=y" >> .config - elif use gnutls ; then - echo "CONFIG_TLS=gnutls" >> .config - echo "CONFIG_GNUTLS_EXTRA=y" >> .config - else - echo "CONFIG_TLS=internal" >> .config - fi - - if use kernel_linux ; then - # Linux specific drivers - echo "CONFIG_DRIVER_ATMEL=y" >> .config - #echo "CONFIG_DRIVER_BROADCOM=y" >> .config - #echo "CONFIG_DRIVER_HERMES=y" >> .config - echo "CONFIG_DRIVER_HOSTAP=y" >> .config - echo "CONFIG_DRIVER_IPW=y" >> .config - echo "CONFIG_DRIVER_NDISWRAPPER=y" >> .config - echo "CONFIG_DRIVER_NL80211=y" >> .config - #echo "CONFIG_DRIVER_PRISM54=y" >> .config - echo "CONFIG_DRIVER_RALINK=y" >> .config - echo "CONFIG_DRIVER_WEXT=y" >> .config - echo "CONFIG_DRIVER_WIRED=y" >> .config - - if use madwifi ; then - # Add include path for madwifi-driver headers - echo "CFLAGS += -I/usr/include/madwifi" >> .config - echo "CONFIG_DRIVER_MADWIFI=y" >> .config - fi - - if use ps3 ; then - echo "CONFIG_DRIVER_PS3=y" >> .config - fi - - elif use kernel_FreeBSD ; then - # FreeBSD specific driver - echo "CONFIG_DRIVER_BSD=y" >> .config - fi - - # Wi-Fi Protected Setup (WPS) - if use wps ; then - echo "CONFIG_WPS=y" >> .config - fi - - # Enable mitigation against certain attacks against TKIP - echo "CONFIG_DELAYED_MIC_ERROR_REPORT=y" >> .config - - # If we are using libnl 2.0 and above, enable support for it - # Bug 382159 - # Removed for now, since the 3.2 version is broken, and we don't - # support it. - #if has_version ">=dev-libs/libnl-2.0"; then - # echo "CONFIG_LIBNL20=y" >> .config - #fi - - if use qt4 ; then - pushd "${S}"/wpa_gui-qt4 > /dev/null - eqmake4 wpa_gui.pro - popd > /dev/null - fi -} - -src_compile() { - einfo "Building wpa_supplicant" - emake - - if use wimax; then - emake -C ../src/eap_peer clean - emake -C ../src/eap_peer - fi - - if use qt4 ; then - pushd "${S}"/wpa_gui-qt4 > /dev/null - einfo "Building wpa_gui" - emake - popd > /dev/null - fi -} - -src_install() { - dosbin wpa_supplicant - dobin wpa_cli wpa_passphrase - - # baselayout-1 compat - if has_version "=sys-apps/openrc-0.5.0"; then - newinitd "${FILESDIR}/${PN}-init.d" wpa_supplicant - newconfd "${FILESDIR}/${PN}-conf.d" wpa_supplicant - fi - - exeinto /etc/wpa_supplicant/ - newexe "${FILESDIR}/wpa_cli.sh" wpa_cli.sh - - dodoc ChangeLog {eap_testing,todo}.txt README{,-WPS} \ - wpa_supplicant.conf - - doman doc/docbook/*.{5,8} - - if use qt4 ; then - into /usr - dobin wpa_gui-qt4/wpa_gui - doicon wpa_gui-qt4/icons/wpa_gui.svg - make_desktop_entry wpa_gui "WPA Supplicant Administration GUI" "wpa_gui" "Qt;Network;" - fi - - use wimax && emake DESTDIR="${D}" -C ../src/eap_peer install - - if use dbus ; then - pushd "${S}"/dbus > /dev/null - insinto /etc/dbus-1/system.d - newins dbus-wpa_supplicant.conf wpa_supplicant.conf - insinto /usr/share/dbus-1/system-services - doins fi.epitest.hostap.WPASupplicant.service fi.w1.wpa_supplicant1.service - keepdir /var/run/wpa_supplicant - popd > /dev/null - fi - - # systemd stuff - systemd_dounit "${FILESDIR}"/wpa_supplicant.service - systemd_newunit "${FILESDIR}"/wpa_supplicant_at.service 'wpa_supplicant@.service' -} - -pkg_postinst() { - einfo "If this is a clean installation of wpa_supplicant, you" - einfo "have to create a configuration file named" - einfo "/etc/wpa_supplicant/wpa_supplicant.conf" - einfo - einfo "An example configuration file is available for reference in" - einfo "/usr/share/doc/${PF}/" - - if [[ -e ${ROOT}etc/wpa_supplicant.conf ]] ; then - echo - ewarn "WARNING: your old configuration file ${ROOT}etc/wpa_supplicant.conf" - ewarn "needs to be moved to ${ROOT}etc/wpa_supplicant/wpa_supplicant.conf" - fi - - if use madwifi ; then - echo - einfo "This package compiles against the headers installed by" - einfo "madwifi-old, madwifi-ng or madwifi-ng-tools." - einfo "You should re-emerge ${PN} after upgrading these packages." - fi - - # Mea culpa, feel free to remove that after some time --mgorny. - local fn - for fn in wpa_supplicant{,@wlan0}.service; do - if [[ -e "${ROOT}"/etc/systemd/system/network.target.wants/${fn} ]] - then - ebegin "Moving ${fn} to multi-user.target" - mv "${ROOT}"/etc/systemd/system/network.target.wants/${fn} \ - "${ROOT}"/etc/systemd/system/multi-user.target.wants/ - eend ${?} \ - "Please try to re-enable ${fn}" - fi - done -} diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.0-r2.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.0-r2.ebuild index b221ccced880..e34c12c02af9 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.0-r2.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.0-r2.ebuild,v 1.5 2013/12/21 17:24:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-2.0-r2.ebuild,v 1.6 2013/12/22 12:03:58 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz" LICENSE="|| ( GPL-2 BSD )" SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="ap dbus gnutls eap-sim fasteap p2p ps3 qt4 readline selinux smartcard ssl wimax wps kernel_linux kernel_FreeBSD" REQUIRED_USE="fasteap? ( !gnutls !ssl ) smartcard? ( ssl )" diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index b68999fae2ce..052163b8b98b 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -1,11 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/x32/package.mask,v 1.1 2012/10/07 17:58:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/x32/package.mask,v 1.2 2013/12/22 15:59:49 phajdan.jr Exp $ # Pawel Hajdan jr (07 Oct 2012) # V8 upstream said they won't support x32, bug #423815 -# Masked V8 and reverse dependencies. -dev-lang/v8 -dev-lang/v8cgi +# Masked packages containing V8. net-libs/nodejs www-client/chromium diff --git a/profiles/package.mask b/profiles/package.mask index 87f92d848f5d..7ac07f226163 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,6 +1,6 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15269 2013/12/21 21:57:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15271 2013/12/22 17:12:45 pesa Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -161,21 +161,6 @@ dev-php/PEAR-File_PDF ~dev-util/boost-build-1.55.0 ~dev-libs/boost-1.55.0 -# Pawel Hajdan jr (13 Nov 2013) -# Masked for removal in 30 days. Depends on masked dev-lang/v8, no commits -# since 2011. See bug #429276, bug #443586, bug #443688, bug #490214. -dev-lang/v8cgi - -# Pawel Hajdan jr (13 Nov 2013) -# Masked for removal in 30 days. Does not have stable API resulting in compile -# breakages in reverse dependencies. Combined with short release cycle (6 weeks) -# this makes it pretty much unusable as a shared library. See bug #417879, -# bug #420995, bug #471582, bug #477300, bug #484786, bug #490214. -# Also, the following discussions: -# - http://thread.gmane.org/gmane.linux.gentoo.devel/88222 -# - http://thread.gmane.org/gmane.linux.gentoo.devel/88811 -dev-lang/v8 - # Matti Bickel (13 Nov 2013) # Now included in dev-php/phpunit, removal on 20131213 dev-php/DBUnit @@ -678,10 +663,6 @@ dev-ml/ocamlduce # Mask beta versions for testing >sci-electronics/magic-8 -# Markos Chandras (27 May 2012) -# Mask alpha release -=sci-electronics/qelectrotech-0.30_alpha* - # Benda Xu (20 May 2012) # geant-4.9.5_p01 has a major class declaration change that renders # geant-python (g4py upstream) unable to compile @@ -945,7 +926,6 @@ net-misc/netcomics-cvs # rdep for sci-astronomy/casacore sci-astronomy/casa-data sci-astronomy/casacore -=sci-electronics/qelectrotech-9999 =sys-fs/redirfs-9999 sys-kernel/zen-sources =www-plugins/google-talkplugin-9999 diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask index 871c59595dd4..3076fcc15e12 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -1,15 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/package.mask,v 1.3 2012/05/13 19:14:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/ppc/package.mask,v 1.4 2013/12/22 15:59:49 phajdan.jr Exp $ # The 32-bits profile is inherited by the 64-bits one! # All the Mac OS X profiles inherit from their matching arch profile here. -# Fabian Groffen (13 May 2012) -# Does not support PowerPC -dev-lang/v8 - # Fabian Groffen (5 Mar 2012) # Apple removed entire PowerPC support from ld in ld64-128.2 >=sys-devel/binutils-apple-4.3 diff --git a/profiles/prefix/sunos/solaris/arch/sparc/package.mask b/profiles/prefix/sunos/solaris/arch/sparc/package.mask index 15abf3219ed4..5447dce49df3 100644 --- a/profiles/prefix/sunos/solaris/arch/sparc/package.mask +++ b/profiles/prefix/sunos/solaris/arch/sparc/package.mask @@ -1,15 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/sparc/package.mask,v 1.2 2012/05/13 19:14:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/sparc/package.mask,v 1.3 2013/12/22 15:59:49 phajdan.jr Exp $ # The 32-bits profile is inherited by the 64-bits one! # All the Solaris profiles inherit from their matching arch profile here. -# Fabian Groffen (13 May 2012) -# Does not support Sparc -dev-lang/v8 - # Fabian Groffen (30 Dec 2011) # Does not support Solaris/SPARC, http://mj.ucw.cz/pciutils.html sys-apps/pciutils diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors index 1241c2399a8e..62f85403adc0 100644 --- a/profiles/thirdpartymirrors +++ b/profiles/thirdpartymirrors @@ -18,7 +18,7 @@ gimp ftp://ftp.gimp.org/pub/gimp http://ftp.gwdg.de/pub/misc/grafik/gimp/gimp f github https://github.com/downloads gmt ftp://mirror.geosci.usyd.edu.au/pub/gmt/ ftp://ftp.soest.hawaii.edu/gmt/ ftp://ftp.soest.hawaii.edu/gmt/ ftp://ibis.grdl.noaa.gov/pub/gmt/ ftp://ftp.iris.washington.edu/pub/gmt/ ftp://ftp.iag.usp.br/pub/gmt/ ftp://ftp.geologi.uio.no/pub/gmt/ gnome http://ftp.gnome.org/pub/gnome -gnu ftp://ftp.gnu.org/pub/gnu/ ftp://aeneas.mit.edu/pub/gnu/ ftp://download.polytechnic.edu.na/pub/ftp.gnu.org/gnu/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.gnu.org/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.gnu.org/ ftp://ftp.cc.uoc.gr/mirrors/gnu/ ftp://ftp.chg.ru/pub/gnu/ ftp://ftp.club.cc.cmu.edu/gnu/ ftp://ftp.cs.tu-berlin.de/pub/gnu/ ftp://ftp.cw.net/pub/gnu/ ftp://ftp.cw.net/pub/gnu/ ftp://ftp.df.lth.se/pub/ftp.gnu.org/pub/gnu/ ftp://ftp.duth.gr/pub/gnu/ ftp://ftp.easynet.be/gnu/ ftp://ftp.esat.net/pub/gnu/ ftp://ftp.funet.fi/pub/gnu/prep/ ftp://ftp.gnu.org.ua/gnu/ ftp://ftp.gul.es/gnu/pub/gnu/ ftp://ftp.heanet.ie/mirrors/ftp.gnu.org/gnu/ ftp://ftp.informatik.rwth-aachen.de/pub/gnu/ ftp://ftp.ironie.org/ftp.gnu.org/pub/gnu/ ftp://ftp.is.co.za/mirror/ftp.gnu.org/gnu ftp://ftp.isy.liu.se/pub/gnu/ ftp://ftp.mirror.nl/pub/mirror/gnu/ ftp://ftp.nluug.nl/pub/gnu/ ftp://ftp.ntu.edu.tw/pub/gnu/gnu/ ftp://ftp.ntua.gr/pub/gnu/ ftp://ftp.ring.gr.jp/pub/GNU/ ftp://ftp.sh.cvut.cz/MIRRORS/gnu/pub/gnu/ ftp://ftp.sunet.se/pub/gnu/ ftp://ftp.task.gda.pl/pub/gnu/ ftp://ftp.tpnet.pl/d12/gnu/ ftp://ftp.twaren.net/Unix/GNU/gnu/ ftp://ftp.ulak.net.tr/gnu/gnu/ ftp://ftp.unicamp.br/pub/gnu/ ftp://ftp.uninett.no/pub/gnu/ ftp://gd.tuwien.ac.at/gnu/gnusrc/ ftp://gnu.mirror.iweb.com/gnu/ ftp://mirror-fpt-telecom.fpt.net/gnu/ ftp://mirror.anl.gov/pub/gnu/ ftp://mirror.cict.fr/gnu/ ftp://mirror.its.uidaho.edu/gnu/ ftp://mirrors.dotsrc.org/gnu/ ftp://mirrors.fe.up.pt/pub/gnu/ ftp://mirrors.igsobe.com/gnuftp/ ftp://mirrors.kernel.org/gnu/ ftp://mirrors.nfsi.pt/pub/gnu/ ftp://mirrors.ucr.ac.cr/GNU/gnu ftp://mirrors.usc.edu/pub/gnu/ ftp://sunsite.cnlab-switch.ch/mirror/gnu/ ftp://sunsite.icm.edu.pl/pub/gnu/ ftp://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ http://ftp.gnu.org/gnu/ http://artfiles.org/gnu.org/ftp/ http://astromirror.uchicago.edu/gnu/ http://core.ring.gr.jp/pub/GNU/ http://download.polytechnic.edu.na/pub/ftp.gnu.org/gnu/ http://ftp.club.cc.cmu.edu/pub/gnu/ http://ftp.df.lth.se/pub/ftp.gnu.org/pub/gnu/ http://ftp.download-by.net/gnu/gnu http://ftp.easynet.be/ftp/gnu/ http://ftp.gnu.mirrors.hoobly.com/gnu/ http://ftp.gul.es/gnu/pub/gnu/ http://ftp.heanet.ie/mirrors/ftp.gnu.org/gnu/ http://ftp.hosteurope.de/mirror/ftp.gnu.org/gnu/ http://ftp.sh.cvut.cz/MIRRORS/gnu/pub/gnu/ http://ftp.thaios.net/gnu/ http://ftp.tpnet.pl/vol/d12/gnu/ http://ftp.twaren.net/Unix/GNU/gnu/ http://ftp.wayne.edu/pub/gnu/ http://gnu.07vn.com/gnu/ http://gnu.billfett.com/gnu/ http://gnu.c3sl.ufpr.br/ftp/ http://gnu.mirror.ironie.org/pub/gnu/ http://gnu.mirror.iweb.com/gnu/ http://gnu.parentinginformed.com/ http://gnu.promotionalpro.com/ http://gnu.raffsoftware.com/ http://gnu.sixsigmaonline.org/gnu/ http://gnu.skazkaforyou.com/ http://gnu.tropicalnorthqueensland.com.au/gnu/ http://mirror-fpt-telecom.fpt.net/gnu/ http://mirror.anl.gov/pub/gnu/ http://mirror.clarkson.edu/gnu/ http://mirror.ibcp.fr/pub/gnu/ http://mirror.its.uidaho.edu/pub/gnu/ http://mirror.lihnidos.org/GNU/ftp/gnu/ http://mirror.vocabbuilder.net/gnu/ http://mirrors.aixtools.net/gnu/ http://mirrors.dotsrc.org/gnu/ http://mirrors.fe.up.pt/pub/gnu/ http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/ http://mirrors.igsobe.com/gnuftp/ http://mirrors.kernel.org/gnu/ http://mirrors.nfsi.pt/gnu/ http://mirrors.privatejetscharter.net/gnu/gnu/ http://mirrors.ucr.ac.cr/GNU/gnu http://mirrors.usc.edu/pub/gnu/ http://mirrors.zerg.biz/gnu/ http://www.alliedquotes.com/mirrors/gnu/gnu/ http://www.de-mirrors.de/gnuftp/ http://www.fyxm.net/gnu/ http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ http://www.netgull.com/gnu/ http://www.nic.funet.fi/pub/gnu/alpha/gnu/ http://www.nic.funet.fi/pub/gnu/ftp.gnu.org/pub/gnu/ http://www.softliste.de/gnu/ http://www.very-clever.com/download/gnu/ +gnu ftp://ftp.gnu.org/pub/gnu/ ftp://aeneas.mit.edu/pub/gnu/ ftp://download.polytechnic.edu.na/pub/ftp.gnu.org/gnu/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.gnu.org/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.gnu.org/ ftp://ftp.cc.uoc.gr/mirrors/gnu/ ftp://ftp.chg.ru/pub/gnu/ ftp://ftp.club.cc.cmu.edu/gnu/ ftp://ftp.cs.tu-berlin.de/pub/gnu/ ftp://ftp.cw.net/pub/gnu/ ftp://ftp.cw.net/pub/gnu/ ftp://ftp.df.lth.se/pub/ftp.gnu.org/pub/gnu/ ftp://ftp.duth.gr/pub/gnu/ ftp://ftp.easynet.be/gnu/ ftp://ftp.esat.net/pub/gnu/ ftp://ftp.funet.fi/pub/gnu/prep/ ftp://ftp.gnu.org.ua/gnu/ ftp://ftp.gul.es/gnu/ftp.gnu.org/gnu/ ftp://ftp.heanet.ie/mirrors/ftp.gnu.org/gnu/ ftp://ftp.informatik.rwth-aachen.de/pub/gnu/ ftp://ftp.ironie.org/ftp.gnu.org/pub/gnu/ ftp://ftp.is.co.za/mirror/ftp.gnu.org/gnu ftp://ftp.isy.liu.se/pub/gnu/ ftp://ftp.mirror.nl/pub/mirror/gnu/ ftp://ftp.nluug.nl/pub/gnu/ ftp://ftp.ntu.edu.tw/pub/gnu/gnu/ ftp://ftp.ntua.gr/pub/gnu/ ftp://ftp.ring.gr.jp/pub/GNU/ ftp://ftp.sh.cvut.cz/MIRRORS/gnu/pub/gnu/ ftp://ftp.sunet.se/pub/gnu/ ftp://ftp.task.gda.pl/pub/gnu/ ftp://ftp.twaren.net/Unix/GNU/gnu/ ftp://ftp.ulak.net.tr/gnu/gnu/ ftp://ftp.unicamp.br/pub/gnu/ ftp://ftp.uninett.no/pub/gnu/ ftp://gd.tuwien.ac.at/gnu/gnusrc/ ftp://gnu.mirror.iweb.com/gnu/ ftp://mirror-fpt-telecom.fpt.net/gnu/ ftp://mirror.anl.gov/pub/gnu/ ftp://mirror.cict.fr/gnu/ ftp://mirror.its.uidaho.edu/gnu/ ftp://mirrors.dotsrc.org/gnu/ ftp://mirrors.fe.up.pt/pub/gnu/ ftp://mirrors.igsobe.com/gnuftp/ ftp://mirrors.kernel.org/gnu/ ftp://mirrors.nfsi.pt/pub/gnu/ ftp://mirrors.ucr.ac.cr/GNU/gnu ftp://mirrors.usc.edu/pub/gnu/ ftp://sunsite.cnlab-switch.ch/mirror/gnu/ ftp://sunsite.icm.edu.pl/pub/gnu/ ftp://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ http://ftp.gnu.org/gnu/ http://artfiles.org/gnu.org/ftp/ http://core.ring.gr.jp/pub/GNU/ http://download.polytechnic.edu.na/pub/ftp.gnu.org/gnu/ http://ftp.club.cc.cmu.edu/pub/gnu/ http://ftp.df.lth.se/pub/ftp.gnu.org/pub/gnu/ http://ftp.download-by.net/gnu/gnu http://ftp.easynet.be/ftp/gnu/ http://ftp.gnu.mirrors.hoobly.com/gnu/ http://ftp.gul.es/gnu/ftp.gnu.org/gnu/ http://ftp.heanet.ie/mirrors/ftp.gnu.org/gnu/ http://ftp.hosteurope.de/mirror/ftp.gnu.org/gnu/ http://ftp.sh.cvut.cz/MIRRORS/gnu/pub/gnu/ http://ftp.thaios.net/gnu/ http://ftp.twaren.net/Unix/GNU/gnu/ http://ftp.wayne.edu/pub/gnu/ http://gnu.07vn.com/gnu/ http://gnu.billfett.com/gnu/ http://gnu.c3sl.ufpr.br/ftp/ http://gnu.mirror.ironie.org/pub/gnu/ http://gnu.mirror.iweb.com/gnu/ http://gnu.parentinginformed.com/ http://gnu.promotionalpro.com/ http://gnu.raffsoftware.com/ http://gnu.sixsigmaonline.org/gnu/ http://gnu.skazkaforyou.com/ http://gnu.tropicalnorthqueensland.com.au/gnu/ http://mirror-fpt-telecom.fpt.net/gnu/ http://mirror.anl.gov/pub/gnu/ http://mirror.clarkson.edu/gnu/ http://mirror.ibcp.fr/pub/gnu/ http://mirror.its.uidaho.edu/pub/gnu/ http://mirror.lihnidos.org/GNU/ftp/gnu/ http://mirror.vocabbuilder.net/gnu/ http://mirrors.aixtools.net/gnu/ http://mirrors.dotsrc.org/gnu/ http://mirrors.fe.up.pt/pub/gnu/ http://mirrors.ibiblio.org/pub/mirrors/gnu/ftp/gnu/ http://mirrors.igsobe.com/gnuftp/ http://mirrors.kernel.org/gnu/ http://mirrors.nfsi.pt/gnu/ http://mirrors.privatejetscharter.net/gnu/gnu/ http://mirrors.ucr.ac.cr/GNU/gnu http://mirrors.usc.edu/pub/gnu/ http://mirrors.zerg.biz/gnu/ http://www.alliedquotes.com/mirrors/gnu/gnu/ http://www.de-mirrors.de/gnuftp/ http://www.fyxm.net/gnu/ http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/ http://www.nic.funet.fi/pub/gnu/alpha/gnu/ http://www.nic.funet.fi/pub/gnu/ftp.gnu.org/pub/gnu/ http://www.softliste.de/gnu/ http://www.very-clever.com/download/gnu/ gnu-alpha ftp://alpha.gnu.org/gnu/ http://alpha.gnu.org/gnu/ ftp://ftp.funet.fi/pub/gnu/alpha/gnu/ http://www.nic.funet.fi/pub/gnu/alpha/gnu/ ftp://gnualpha.uib.no/pub/gnualpha/ http://gnualpha.uib.no/ ftp://mirrors.fe.up.pt/pub/gnu-alpha/ http://mirrors.fe.up.pt/pub/gnu-alpha/ http://mirror.lihnidos.org/GNU/alpha/gnu/ http://mirrors.ibiblio.org/gnu/alpha/gnu/ http://gnualpha.spinellicreations.com/gnu/ http://gnu.c3sl.ufpr.br/alpha/gnu/ gnupg http://gnupg.unixmexico.org/ftp/ http://ftp.linux.it/pub/mirrors/gnupg/ ftp://ftp.surfnet.nl/pub/security/gnupg/ ftp://sunsite.icm.edu.pl/pub/security/gnupg/ ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gnupg.org/ ftp://ftp.hi.is/pub/mirrors/gnupg/ ftp://gd.tuwien.ac.at/privacy/gnupg/ http://www.ring.gr.jp/pub/net/gnupg/ ftp://ftp.ring.gr.jp/pub/net/gnupg/ http://public.planetmirror.com/pub/ hackage http://hackage.haskell.org/ http://dev.gentoo.org/~qnikst/hdiff.luite.com/ diff --git a/profiles/use.local.desc b/profiles/use.local.desc index d80428e077ea..ea5493bf9914 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -835,7 +835,6 @@ app-misc/screen:nethack - Express error messages in nethack style app-misc/sphinx:id64 - use 64-bit document and word IDs app-misc/sphinx:stemmer - Enable language stemming support app-misc/strigi:clucene - Enable dev-cpp/clucene backend support. -app-misc/strigi:hyperestraier - Enable app-text/hyperestraier backend support. app-misc/strigi:inotify - Enable support for inotify. app-misc/strigi:log - Enables advanced logging through dev-libs/log4cxx. app-misc/subsurface:linguas_da_DK - Language support for da_DK. @@ -2826,6 +2825,7 @@ kde-misc/networkmanagement:openconnect - Build support for the OpenConnect VPN c kde-misc/plasma-nm:modemmanager - Enable support for mobile broadband devices kde-misc/synaptiks:upower - Handle mouse devices correctly across suspend and resume with upower kde-misc/tellico:addressbook - Add support for kdepim addressbook (kabc) +lxde-base/lxdm:consolekit - Enables support for authorization using consolekit lxde-base/lxdm:gtk3 - Use GTK+3 instead of 2 lxde-base/lxsession:upower - Pull in sys-power/upower for hibernate/suspend support mail-client/alot:doc - Install user manual and API documentation @@ -5604,7 +5604,6 @@ net-wireless/wireless-tools:multicall - Build the most commonly used tools as on net-wireless/wpa_supplicant:ap - Add support for access point mode net-wireless/wpa_supplicant:eap-sim - Add support for EAP-SIM authentication algorithm net-wireless/wpa_supplicant:fasteap - Add support for FAST-EAP authentication algorithm -net-wireless/wpa_supplicant:madwifi - Add support for madwifi (Atheros chipset) net-wireless/wpa_supplicant:p2p - Add support for Wi-Fi Direct mode net-wireless/wpa_supplicant:ps3 - Add support for ps3 hypervisor driven gelic wifi net-wireless/wpa_supplicant:smartcard - Add support for smartcards diff --git a/sci-astronomy/stellarium/stellarium-0.12.4.ebuild b/sci-astronomy/stellarium/stellarium-0.12.4.ebuild index 4b522f1b6859..b8983e4ce04b 100644 --- a/sci-astronomy/stellarium/stellarium-0.12.4.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.12.4.ebuild,v 1.2 2013/12/07 16:15:31 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.12.4.ebuild,v 1.3 2013/12/22 13:20:11 ago Exp $ EAPI=5 @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug nls sound stars" RESTRICT="test" diff --git a/sci-electronics/qelectrotech/Manifest b/sci-electronics/qelectrotech/Manifest index 6ee40c20664b..32775384166e 100644 --- a/sci-electronics/qelectrotech/Manifest +++ b/sci-electronics/qelectrotech/Manifest @@ -1,2 +1,2 @@ DIST qelectrotech-0.22-src.tar.gz 2288318 SHA256 505f62163ab942475e692b3ec2ce7ce68fa58051ebb5a1dfafad94386568d5d0 SHA512 811bb32131b5f7fbebaebd2dfdb568f56d313a4ef383601cc4b058b1611120ac1184ea019f5616f5f945fc1a41e0f8ff3581e7dcc41ef6e235553cfbf8bf2784 WHIRLPOOL 8f05d0403c466fdcdc7d95871a52519c0792932d948f9b40235101c52093211c9c350cb83063f4f51cdf8196e08e9fab185c9965f0b2b67779ac7d03ef24b7ac -DIST qelectrotech-0.3a-src.tar.gz 10284060 SHA256 a6cde28fd2e831bdc6c6bcc0fdbcbbfb5a4f747bb3039ed187cabeee66884d61 SHA512 d032f8d8e6c8223fa264e5206aeb7d26b2cb8c0bde8a5f54f9693f3d97b34ee34ed8595e6c90e5316b48812844aac693c5976abaecd7f4eb6695fe36bb1d9c19 WHIRLPOOL e22d34146c0b69532ab9bc5fc48ed7e4d45db34a0162ecf7ba8f09a7dd1b850f779611e0601be93c4831b87f2f278e6df28f6d145f240adc098f654f0e63466f +DIST qelectrotech-0.3-src.tar.gz 4600831 SHA256 9a699c724800466ad7d0dd0e60099fe1ceea7665d93d6d0ff27daddeac251c00 SHA512 3676a17e04cffc10c82c7d3eaf65fdc7d2a4875761d99726c5cc8f5c1aa2dbd0699a95090d52e7507f4f1b5916c7301e7a931b2aea4b49812a4a0b3011f2f2a2 WHIRLPOOL f1b8acbefdbc1f87d5b9dbe78d5e0dd825841cfc90fd66b5713b41cc1147eb86b01a1f9ef3da80218bc8dc7cd474e02a21a828d526dcef22c17046163697de66 diff --git a/sci-electronics/qelectrotech/files/qelectrotech-0.3-fix-paths.patch b/sci-electronics/qelectrotech/files/qelectrotech-0.3-fix-paths.patch index 6b282f1a4547..c55c19ce5d29 100644 --- a/sci-electronics/qelectrotech/files/qelectrotech-0.3-fix-paths.patch +++ b/sci-electronics/qelectrotech/files/qelectrotech-0.3-fix-paths.patch @@ -1,7 +1,6 @@ -Index: qelectrotech-0.3a-src/qelectrotech.pro -=================================================================== ---- qelectrotech-0.3a-src.orig/qelectrotech.pro -+++ qelectrotech-0.3a-src/qelectrotech.pro +diff -Naur qelectrotech-0.3-src.orig/qelectrotech.pro qelectrotech-0.3-src/qelectrotech.pro +--- qelectrotech-0.3-src.orig/qelectrotech.pro 2013-12-22 17:27:31.919047334 +0100 ++++ qelectrotech-0.3-src/qelectrotech.pro 2013-12-22 17:29:28.576908241 +0100 @@ -5,20 +5,20 @@ # Chemins utilises pour la compilation et l'installation de QET unix { @@ -26,10 +25,10 @@ Index: qelectrotech-0.3a-src/qelectrotech.pro QET_ICONS_PATH = 'share/icons/hicolor/' - QET_MAN_PATH = 'man/' + QET_MAN_PATH = 'share/man/' + QET_APPDATA_PATH = 'share/appdata' } win32 { - # Chemins Windows -@@ -102,9 +102,6 @@ lang.files = $$replace(TRANSLATI +@@ -108,9 +108,6 @@ examples.path = $$join(INSTALL_PREFIX,,,$${QET_EXAMPLES_PATH}) examples.files = examples/* @@ -39,7 +38,7 @@ Index: qelectrotech-0.3a-src/qelectrotech.pro mime_xml.path = $$join(INSTALL_PREFIX,,,$${QET_MIME_XML_PATH}) mime_xml.files = misc/x-qet-*.xml -@@ -131,7 +128,7 @@ man.files = man/files/* +@@ -140,7 +137,7 @@ man.extra = sh man/compress_man_pages.sh # L'installation comprend la copie du binaire, des elements, des fichiers de langue et du fichier LICENSE @@ -47,4 +46,4 @@ Index: qelectrotech-0.3a-src/qelectrotech.pro +INSTALLS += target elements tbt lang # Sous Unix, on installe egalement l'icone, un fichier .desktop, des fichiers mime et les pages de manuel unix { - INSTALLS += desktop mime_xml mime_desktop mime_package icons man examples + INSTALLS += desktop mime_xml mime_desktop mime_package icons man examples appdata diff --git a/sci-electronics/qelectrotech/metadata.xml b/sci-electronics/qelectrotech/metadata.xml index 1d7818888617..dc439f7e84f5 100644 --- a/sci-electronics/qelectrotech/metadata.xml +++ b/sci-electronics/qelectrotech/metadata.xml @@ -2,7 +2,4 @@ qt - - - diff --git a/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild new file mode 100644 index 000000000000..01a469559fbb --- /dev/null +++ b/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qelectrotech/qelectrotech-0.30.ebuild,v 1.1 2013/12/22 16:56:39 pesa Exp $ + +EAPI=5 +PLOCALES="cs de el en es fr it pl pt ro ru" + +inherit l10n qt4-r2 + +MY_P=${PN}-${PV%0}-src + +DESCRIPTION="Qt4 application to design electric diagrams" +HOMEPAGE="http://qelectrotech.org/" +SRC_URI="http://download.tuxfamily.org/qet/tags/20130928/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="doc" + +RDEPEND=" + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsql:4[sqlite] + dev-qt/qtsvg:4 +" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen ) +" + +S=${WORKDIR}/${MY_P} + +DOCS=(CREDIT ChangeLog README) +PATCHES=( + "${FILESDIR}/${PN}-0.3-fix-paths.patch" +) + +qet_disable_translation() { + sed -i -e "/TRANSLATIONS +=/s: lang/qet_${1}.ts::" ${PN}.pro || die +} + +src_prepare() { + qt4-r2_src_prepare + l10n_for_each_disabled_locale_do qet_disable_translation +} + +src_install() { + qt4-r2_src_install + + if use doc; then + doxygen Doxyfile || die + dohtml -r doc/html/* + fi +} diff --git a/sci-electronics/qelectrotech/qelectrotech-0.30_alpha.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.30_alpha.ebuild deleted file mode 100644 index 3979c313c6d1..000000000000 --- a/sci-electronics/qelectrotech/qelectrotech-0.30_alpha.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qelectrotech/qelectrotech-0.30_alpha.ebuild,v 1.2 2013/03/02 23:20:02 hwoarang Exp $ - -EAPI="4" - -LANGS="ar ca cs de en es fr hr it pl pt ro ru sl" -inherit qt4-r2 versionator - -MY_PV="${PV/_alpha/a}" -MY_P="${PN}-${MY_PV/30a/3a}-src" - -DESCRIPTION="Qt4 application to design electric diagrams" -HOMEPAGE="http://www.qt-apps.org/content/show.php?content=90198" -SRC_URI="http://download.tuxfamily.org/qet/tags/20120513/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc" - -RDEPEND="dev-qt/qtgui:4 - dev-qt/qtsvg:4" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -S="${WORKDIR}"/${MY_P} -DOCS="CREDIT ChangeLog README" - -PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" ) - -src_install() { - qt4-r2_src_install - if use doc; then - doxygen Doxyfile || die - dohtml -r doc/html/* - fi - for x in ${LANGS}; do - if ! has ${x} ${LINGUAS}; then - find "${D}"/usr/share/${PN}/lang/ -name "*${x}*" -exec rm {} \; - fi - done -} diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild index 5dc5d21364ad..12927d82a8d2 100644 --- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild +++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild @@ -1,54 +1,51 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qelectrotech/qelectrotech-9999.ebuild,v 1.1 2013/06/02 20:26:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qelectrotech/qelectrotech-9999.ebuild,v 1.2 2013/12/22 17:08:04 pesa Exp $ -EAPI="4" +EAPI=5 +PLOCALES="cs de el en es fr it pl pt ro ru" -LANGS="ar ca cs de en es fr hr it pl pt ro ru sl" -inherit qt4-r2 versionator - -if [[ "${PV}" == "9999" ]]; then - inherit subversion - ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk" - KEYWORDS="" -else - MY_PV="${PV/_alpha/a}" - MY_P="${PN}-${MY_PV/30a/3a}-src" - SRC_URI="http://download.tuxfamily.org/qet/tags/20120513/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}"/${MY_P} -fi +inherit l10n qt4-r2 subversion DESCRIPTION="Qt4 application to design electric diagrams" -HOMEPAGE="http://www.qt-apps.org/content/show.php?content=90198" +HOMEPAGE="http://qelectrotech.org/" +ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk" LICENSE="GPL-3" SLOT="0" -IUSE="debug doc" +KEYWORDS="" + +IUSE="doc" -RDEPEND="dev-qt/qtgui:4 - dev-qt/qtsvg:4" +RDEPEND=" + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsql:4[sqlite] + dev-qt/qtsvg:4 +" DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" + doc? ( app-doc/doxygen ) +" -DOCS="CREDIT ChangeLog README" +DOCS=(CREDIT ChangeLog README) +PATCHES=( + "${FILESDIR}/${PN}-0.3-fix-paths.patch" +) -PATCHES=( "${FILESDIR}/${PN}-0.3-fix-paths.patch" ) +qet_disable_translation() { + sed -i -e "/TRANSLATIONS +=/s: lang/qet_${1}.ts::" ${PN}.pro || die +} src_prepare() { - [[ "${PV}" == "9999" ]] && subversion_src_prepare qt4-r2_src_prepare + l10n_for_each_disabled_locale_do qet_disable_translation } src_install() { qt4-r2_src_install + if use doc; then doxygen Doxyfile || die dohtml -r doc/html/* fi - for x in ${LANGS}; do - if ! has ${x} ${LINGUAS}; then - find "${D}"/usr/share/${PN}/lang/ -name "*${x}*" -exec rm {} \; - fi - done } diff --git a/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild b/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild index 1aabd96ffc60..e636d37455c2 100644 --- a/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild,v 1.5 2013/12/21 17:17:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild,v 1.6 2013/12/22 14:45:40 ago Exp $ EAPI="4" @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - KEYWORDS="amd64 arm ppc ~ppc64 x86" + KEYWORDS="amd64 arm ppc ppc64 x86" fi DESCRIPTION="GPS daemon and library to support USB/serial GPS devices and various GPS/mapping clients" diff --git a/sci-libs/geos/geos-3.4.1-r1.ebuild b/sci-libs/geos/geos-3.4.1-r1.ebuild index 1ed96c874f32..db7bb77da723 100644 --- a/sci-libs/geos/geos-3.4.1-r1.ebuild +++ b/sci-libs/geos/geos-3.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.4.1-r1.ebuild,v 1.2 2013/12/21 17:21:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.4.1-r1.ebuild,v 1.3 2013/12/22 13:47:54 ago Exp $ EAPI="5" @@ -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/scipy/Manifest b/sci-libs/scipy/Manifest index 345f429b5684..4521024bf5b2 100644 --- a/sci-libs/scipy/Manifest +++ b/sci-libs/scipy/Manifest @@ -5,3 +5,4 @@ DIST scipy-0.13.0-html.zip 18283054 SHA256 3010783ebdc18988440cd0047f061bbfcac98 DIST scipy-0.13.0-ref.pdf 14748179 SHA256 52caa5fd7e74f2e5a78f26296d2150808eee9e153ca3cee62d05892bbd1bac8c SHA512 9e2d40b154c73e9ad3405038e2c71e01650b9a05781355d499b09d647ae6a73d65d542c36b60a87ac530f9b7509bf1c023624952c2f4f2b2f9fb56394456ec91 WHIRLPOOL 5071c593b999db1a57057731e995153fead4155f04b69b770fd1b2203cc5eb13f6f9395a179c4a06e1d8fc5dfa559f51c494f52a27d524b2794d9683e487e273 DIST scipy-0.13.0.tar.gz 10093476 SHA256 e7fe93ffc4b55d8357238406b1b9e47a4f932474238e2bfdb552423bcd45dc5e SHA512 5bd8f032560dba4796942c8cbbd341c449aae10c3de6023c62bf754bb48d84ba821dbbc24bfe371781e8a06958c104baf670bf167597ec5d4fd5fd2eeadc54b5 WHIRLPOOL 39df9a0c03962f0b5c16efe38d8900c523e45426e228951a5d84fbf7b742cd37c8775f628e6973da572b3b7e088aecba1f7277dbf1fd6e3b72f78a8ad6599a06 DIST scipy-0.13.1.tar.gz 10092739 SHA256 409f429a85592c8a99afa2fc047b80efdbd7ab0c9aa1f1effdd4692958aef228 SHA512 a5522a368a51f7a746852e61ac60f2b46f4b18a323ebaac9e554788d31fbd270757aab1edea3899970c6d753540120dd52a7248d46142c14da1938fc48a40a12 WHIRLPOOL f02265cbf8918f1b2da708dc8f21b2ac67fbc14e816cae69bc97c31b7736c32a8bc5cd710832f0ae0d459ff0732d4ab40ab1ef6604d12e6cc998cbee0608d005 +DIST scipy-0.13.2.tar.gz 10144409 SHA256 485f194c7fe46da92e63bff524346ccaed4040c27df536bbde7b1edc9a07b449 SHA512 ab9acb0a8b388eaf8528be4fd0bcbf954e9a6337a874d666bf1590d396018c5b818c08d0227b4655f45aa408d4e0f1c500588016a90c2dba0f03e2aa3f6a5c60 WHIRLPOOL 99258cc7e1438535849b85727afa5730be1a1b9f179515c1e1c297e825a56fae2ac385775a40156431c0031e08aa198387667fa92cb2f36fc5c49dadd9040013 diff --git a/sci-libs/scipy/scipy-0.13.2.ebuild b/sci-libs/scipy/scipy-0.13.2.ebuild new file mode 100644 index 000000000000..fbfabf9a7c79 --- /dev/null +++ b/sci-libs/scipy/scipy-0.13.2.ebuild @@ -0,0 +1,137 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.13.2.ebuild,v 1.1 2013/12/22 18:15:09 bicatali Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit eutils fortran-2 distutils-r1 flag-o-matic multilib toolchain-funcs + +DESCRIPTION="Scientific algorithms library for Python" +HOMEPAGE="http://www.scipy.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz + doc? ( + http://docs.scipy.org/doc/${PN}-0.13.0/${PN}-html.zip -> ${PN}-0.13.0-html.zip + http://docs.scipy.org/doc/${PN}-0.13.0/${PN}-ref.pdf -> ${PN}-0.13.0-ref.pdf + )" + +LICENSE="BSD LGPL-2" +SLOT="0" +IUSE="doc sparse test" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + +CDEPEND=" + dev-python/numpy[lapack,${PYTHON_USEDEP}] + sci-libs/arpack + virtual/cblas + virtual/lapack + sparse? ( sci-libs/umfpack )" +DEPEND="${CDEPEND} + dev-lang/swig + >=dev-python/cython-0.19.1[${PYTHON_USEDEP}] + virtual/pkgconfig + doc? ( app-arch/unzip ) + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +RDEPEND="${CDEPEND} + virtual/python-imaging[${PYTHON_USEDEP}]" + +DOCS=( HACKING.rst.txt THANKS.txt ) + +DISTUTILS_IN_SOURCE_BUILD=1 + +src_unpack() { + unpack ${P}.tar.gz + if use doc; then + unzip -qo "${DISTDIR}"/${PN}-0.13.0-html.zip -d html || die + fi +} + +pc_incdir() { + $(tc-getPKG_CONFIG) --cflags-only-I $@ | \ + sed -e 's/^-I//' -e 's/[ ]*-I/:/g' -e 's/[ ]*$//' +} + +pc_libdir() { + $(tc-getPKG_CONFIG) --libs-only-L $@ | \ + sed -e 's/^-L//' -e 's/[ ]*-L/:/g' -e 's/[ ]*$//' +} + +pc_libs() { + $(tc-getPKG_CONFIG) --libs-only-l $@ | \ + sed -e 's/[ ]-l*\(pthread\|m\)[ ]*//g' \ + -e 's/^-l//' -e 's/[ ]*-l/,/g' -e 's/[ ]*$//' \ + | sort | uniq | tr '\n' ',' +} + +python_prepare_all() { + # scipy automatically detects libraries by default + export {FFTW,FFTW3,UMFPACK}=None + use sparse && unset UMFPACK + # the missing symbols are in -lpythonX.Y, but since the version can + # differ, we just introduce the same scaryness as on Linux/ELF + [[ ${CHOST} == *-darwin* ]] \ + && append-ldflags -bundle "-undefined dynamic_lookup" \ + || append-ldflags -shared + [[ -z ${FC} ]] && export FC="$(tc-getFC)" + # hack to force F77 to be FC until bug #278772 is fixed + [[ -z ${F77} ]] && export F77="$(tc-getFC)" + export F90="${FC}" + export SCIPY_FCONFIG="config_fc --noopt --noarch" + append-fflags -fPIC + + local libdir="${EPREFIX}"/usr/$(get_libdir) + cat >> site.cfg <<-EOF + [blas] + include_dirs = $(pc_incdir cblas) + library_dirs = $(pc_libdir cblas blas):${libdir} + blas_libs = $(pc_libs cblas blas) + [lapack] + library_dirs = $(pc_libdir lapack):${libdir} + lapack_libs = $(pc_libs lapack) + EOF + + # Drop hashes to force rebuild of cython based .c code + rm cythonize.dat || die + + local PATCHES=( + "${FILESDIR}"/${PN}-0.12.0-blitz.patch + "${FILESDIR}"/${PN}-0.12.0-restore-sys-argv.patch + "${FILESDIR}"/${PN}-0.12.0-cephes-missing-include.patch + ) + distutils-r1_python_prepare_all +} + +python_compile() { + ${EPYTHON} tools/cythonize.py || die + distutils-r1_python_compile ${SCIPY_FCONFIG} +} + +python_test() { + # fails with bdist_egg. should it be fixed in distutils-r1 eclass? + distutils_install_for_testing ${SCIPY_FCONFIG} + cd "${TEST_DIR}" || die "no ${TEST_DIR} available" + "${EPYTHON}" -c " +import scipy, sys +r = scipy.test('fast',verbose=2) +sys.exit(0 if r.wasSuccessful() else 1)" || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + if use doc; then + dohtml -r "${WORKDIR}"/html/. + dodoc "${DISTDIR}"/${PN}*pdf + fi + distutils-r1_python_install_all +} + +python_install() { + distutils-r1_python_install ${SCIPY_FCONFIG} +} + +pkg_postinst() { + elog "You might want to set the variable SCIPY_PIL_IMAGE_VIEWER" + elog "to your prefered image viewer. Example:" + elog "\t echo \"export SCIPY_PIL_IMAGE_VIEWER=display\" >> ~/.bashrc" +} diff --git a/sci-mathematics/pari/pari-2.3.5.ebuild b/sci-mathematics/pari/pari-2.3.5.ebuild index 72e4b99c88b0..a937b299bc30 100644 --- a/sci-mathematics/pari/pari-2.3.5.ebuild +++ b/sci-mathematics/pari/pari-2.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.7 2012/10/22 22:01:21 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.8 2013/12/22 16:37:13 jer Exp $ EAPI=3 inherit elisp-common eutils flag-o-matic toolchain-funcs @@ -17,7 +17,7 @@ SRC_URI="${SRC_COM}/unix/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +KEYWORDS="~alpha ~amd64 hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" IUSE="doc data fltk gmp static-libs X" RDEPEND="sys-libs/readline diff --git a/sys-apps/arrayprobe/Manifest b/sys-apps/arrayprobe/Manifest index 989d26adb1d7..f5eec1d05631 100644 --- a/sys-apps/arrayprobe/Manifest +++ b/sys-apps/arrayprobe/Manifest @@ -1 +1 @@ -DIST arrayprobe-2.0.tar.gz 83831 RMD160 c60bd0d26c8517836ae71d09b6e2e71b3405810f SHA1 0a13cfe1339ee88c65202ee8a5cc42eca18f5627 SHA256 ccb560b5c7e8b378d110cad6e9245884e7e673acfa3c4016ef33acd699f1f4d0 +DIST arrayprobe-2.0.tar.gz 83831 SHA256 ccb560b5c7e8b378d110cad6e9245884e7e673acfa3c4016ef33acd699f1f4d0 SHA512 4664e20604697edf2f848447419b26ff860dd302b3d3e5aa0f3977855c590b5acbe23c39b684a2ecb1603c86cf7762e86bfc7125421ccad7f322e387c4178870 WHIRLPOOL 56eec2322f806f25e411614e12e9c584208202203f6d070846c73d04c0b379103ad2c45d3a6638a8cf6d66ea51173fbf0dcd91af3b01702a39848bb8a503cd34 diff --git a/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild b/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild index f6144f618824..883d72cdcbbe 100644 --- a/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild +++ b/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild @@ -1,26 +1,22 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild,v 1.4 2010/09/17 09:25:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild,v 1.5 2013/12/23 03:53:52 vapier Exp $ + +EAPI="4" inherit eutils autotools -DESCRIPTION="CLI utility that reports the status of a HP (Compaq) array controller (both IDA & CCISS supported)." +DESCRIPTION="CLI utility that reports the status of a HP (Compaq) array controller (both IDA & CCISS supported)" HOMEPAGE="http://www.strocamp.net/opensource/arrayprobe.php" SRC_URI="http://www.strocamp.net/opensource/compaq/downloads/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}/${PV}-malloc-strlen.patch" epatch "${FILESDIR}/${PV}-ida_headers.patch" eautoreconf } - -src_install() { - make DESTDIR="${D}" install || die -} diff --git a/sys-apps/coreutils/coreutils-8.21.ebuild b/sys-apps/coreutils/coreutils-8.21.ebuild index 2f25269e21fa..2d11909cb531 100644 --- a/sys-apps/coreutils/coreutils-8.21.ebuild +++ b/sys-apps/coreutils/coreutils-8.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.21.ebuild,v 1.6 2013/12/21 19:16:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.21.ebuild,v 1.7 2013/12/22 12:45:00 ago Exp $ EAPI="3" @@ -19,7 +19,7 @@ SRC_URI="mirror://gnu-alpha/coreutils/${P}.tar.xz LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~arm-linux ~x86-linux" IUSE="acl caps gmp nls selinux static userland_BSD vanilla xattr" LIB_DEPEND="acl? ( sys-apps/acl[static-libs] ) diff --git a/sys-apps/epoch/Manifest b/sys-apps/epoch/Manifest index 2a4a42368c90..5ad6a96e8141 100644 --- a/sys-apps/epoch/Manifest +++ b/sys-apps/epoch/Manifest @@ -1 +1,2 @@ DIST epoch-1.0_rc1.tar.gz 50606 SHA256 074b39766b51a3b59ea4cb9673db3b3ad35e425f2aecf6b5ff880d2651aff7e9 SHA512 cbf8fad0657061b06fa19ae03e666d71fa8a8afab57cf6202570d3b6093f1a5c09aa40dda9798be1dd3a64fc73ed88474b974c98283533f1a1a67f0e6010b6a8 WHIRLPOOL 915698cb9901e9e2d740d13a12e435964cf007d8bee5a8c73dba3c3188939e07a38f1075f88db0dbf761b43982e2a434a66ba42d4c85f82af6c634af4ac6473c +DIST epoch-1.0_rc2.tar.gz 54826 SHA256 740f32bbf5bae4daf78295c7f237bd4f11da5f9d77430b6bdbb7bea9a742a86b SHA512 f8a835cbcfd391d53f69a7e0ec97bbe3c63e5ae1d4abe19d48f419d131786fbcbc7959fe09059ffd753bfc573bf3b9b7f7ae84797bdf87d545f58289a5c7fcd1 WHIRLPOOL 4efbe5f34d27a1109999d2ad3675a9aa055209f11682f182c984c6f9619b992028e876565ace7e77b93cbcbbee53d96cb6a2a65dd7196e7931da1e5c3d8f4cd6 diff --git a/sys-apps/epoch/epoch-1.0_rc2.ebuild b/sys-apps/epoch/epoch-1.0_rc2.ebuild new file mode 100644 index 000000000000..1b6461b1eee8 --- /dev/null +++ b/sys-apps/epoch/epoch-1.0_rc2.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.0_rc2.ebuild,v 1.1 2013/12/22 12:45:09 tomwij Exp $ + +EAPI="5" + +inherit eutils linux-info + +MY_PV="${PV/rc/RC}" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="An init system, a /sbin/init replacement; designed for simplicity." +HOMEPAGE="http://universe2.us/epoch.html" +SRC_URI="https://github.com/Subsentient/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/${MY_P}" + +pkg_pretend() { + local CONFIG_CHECK="~PROC_FS" + + [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.0_rc1-fix-CFLAGS.patch +} + +src_compile() { + NEED_EMPTY_CFLAGS=1 sh ./buildepoch.sh || die "Cannot build epoch." +} + +newepochins() { + local type="$1" + + cd ${type} || die "Cannot change directory." + for file in * ; do + if [[ "${file}" != "epoch" ]] ; then + new${type} ${file} epoch-${file} + fi + done + cd .. || die "Cannot change directory." +} + +src_install() { + cd built || die "Cannot change directory." + + dosbin sbin/epoch + + # For now, rename to epoch-* until we can blend in with a standard approach. + newepochins bin + newepochins sbin + + insinto /etc/epoch/ + newins "${FILESDIR}"/${PN}-1.0_rc1-epoch.conf epoch.conf +} + +pkg_postinst() { + elog "Make sure to provide /run and /tmp tmpfs mounts using /etc/fstab." + elog "" + elog "An example epoch configuration is provided at /etc/epoch/epoch.conf" + elog "which starts a minimal needed to use Gentoo." + elog "" + elog "To use epoch, add this kernel parameter: init=/usr/sbin/epoch-init" + elog "" + elog "Additional information about epoch is available at" + elog "${HOMEPAGE} and configuration documentation at" + elog "http://universe2.us/epochconfig.html which is useful reading material." + elog "" + elog "Its author Subsentient can be contacted at #epoch on irc.freenode.net." +} diff --git a/sys-apps/etckeeper/etckeeper-1.10.ebuild b/sys-apps/etckeeper/etckeeper-1.10.ebuild index e3e38d6fff41..fc8f533bac4b 100644 --- a/sys-apps/etckeeper/etckeeper-1.10.ebuild +++ b/sys-apps/etckeeper/etckeeper-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/etckeeper/etckeeper-1.10.ebuild,v 1.1 2013/11/04 19:41:55 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/etckeeper/etckeeper-1.10.ebuild,v 1.2 2013/12/22 13:58:00 pacho Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://kitenet.net/~joey/code/etckeeper/" SRC_URI="https://github.com/joeyh/etckeeper/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" IUSE="bazaar cron" REQUIRED_USE="bazaar? ( ${PYTHON_REQUIRED_USE} )" diff --git a/sys-apps/file/file-5.15.ebuild b/sys-apps/file/file-5.15.ebuild index a544eb6fc0bf..d89faef1c747 100644 --- a/sys-apps/file/file-5.15.ebuild +++ b/sys-apps/file/file-5.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.15.ebuild,v 1.7 2013/12/07 12:44:02 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.15.ebuild,v 1.8 2013/12/22 12:54:57 ago Exp $ EAPI="4" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="identify a file's format by scanning binary data for patterns" diff --git a/sys-apps/fxload/fxload-20081013-r1.ebuild b/sys-apps/fxload/fxload-20081013-r1.ebuild index 5bca0acdf60a..05f369eb6fd7 100644 --- a/sys-apps/fxload/fxload-20081013-r1.ebuild +++ b/sys-apps/fxload/fxload-20081013-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fxload/fxload-20081013-r1.ebuild,v 1.5 2013/12/21 16:25:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fxload/fxload-20081013-r1.ebuild,v 1.6 2013/12/22 13:23:08 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/linux-hotplug/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 hppa ~ia64 ppc ppc64 ~sparc x86" IUSE="" S=${WORKDIR}/${MY_P} diff --git a/sys-apps/gawk/gawk-4.0.2.ebuild b/sys-apps/gawk/gawk-4.0.2.ebuild index 52de738d90eb..b01682e66249 100644 --- a/sys-apps/gawk/gawk-4.0.2.ebuild +++ b/sys-apps/gawk/gawk-4.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild,v 1.9 2013/12/21 19:16:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild,v 1.10 2013/12/22 12:45:12 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls readline" # older gawk's provided shared lib for baselayout-1 diff --git a/sys-apps/portage/portage-2.2.7.ebuild b/sys-apps/portage/portage-2.2.7.ebuild index 995cbc66b9e8..16a9dec1f610 100644 --- a/sys-apps/portage/portage-2.2.7.ebuild +++ b/sys-apps/portage/portage-2.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild,v 1.7 2013/12/21 16:25:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.7.ebuild,v 1.8 2013/12/22 12:03:04 ago Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -15,7 +15,7 @@ inherit eutils multilib DESCRIPTION="Portage is the package management and distribution system for Gentoo" HOMEPAGE="http://www.gentoo.org/proj/en/portage/index.xml" LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" SLOT="0" IUSE="build doc epydoc +ipc linguas_ru pypy2_0 python2 python3 selinux xattr" diff --git a/sys-apps/usbredir/usbredir-0.6.ebuild b/sys-apps/usbredir/usbredir-0.6.ebuild index db610e959d1e..6cef99b98f37 100644 --- a/sys-apps/usbredir/usbredir-0.6.ebuild +++ b/sys-apps/usbredir/usbredir-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/usbredir-0.6.ebuild,v 1.9 2013/06/04 12:33:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usbredir/usbredir-0.6.ebuild,v 1.10 2013/12/22 12:54:43 ago Exp $ EAPI=5 inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://spice-space.org/download/${PN}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sparc x86" IUSE="static-libs" RDEPEND="virtual/libusb:1" diff --git a/sys-apps/util-linux/files/util-linux-2.24-skip-last-tests.patch b/sys-apps/util-linux/files/util-linux-2.24-skip-last-tests.patch new file mode 100644 index 000000000000..5148053d27e3 --- /dev/null +++ b/sys-apps/util-linux/files/util-linux-2.24-skip-last-tests.patch @@ -0,0 +1,41 @@ +From 6b55612b9ad1193a042f3c3a1d9216e63b0d2907 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Sun, 22 Dec 2013 18:17:15 -0500 +Subject: [PATCH] tests: last: skip when last is not enabled + +References: https://bugs.gentoo.org/489794 +Signed-off-by: Mike Frysinger +--- + tests/ts/last/ipv6 | 2 ++ + tests/ts/last/last | 2 ++ + 2 files changed, 4 insertions(+) + +diff --git a/tests/ts/last/ipv6 b/tests/ts/last/ipv6 +index 8e2b01e..60b72bd 100755 +--- a/tests/ts/last/ipv6 ++++ b/tests/ts/last/ipv6 +@@ -18,6 +18,8 @@ TS_DESC="last ipv6" + . $TS_TOPDIR/functions.sh + ts_init "$*" + ++[ -x $TS_CMD_LAST ] || ts_skip "last not enabled" ++ + export LANG=C + export TZ=GMT + +diff --git a/tests/ts/last/last b/tests/ts/last/last +index 4ad38cb..83b7f8d 100755 +--- a/tests/ts/last/last ++++ b/tests/ts/last/last +@@ -18,6 +18,8 @@ TS_DESC="last" + . $TS_TOPDIR/functions.sh + ts_init "$*" + ++[ -x $TS_CMD_LAST ] || ts_skip "last not enabled" ++ + export LANG=C + export TZ=GMT + +-- +1.8.4.3 + diff --git a/sys-apps/util-linux/util-linux-2.24.ebuild b/sys-apps/util-linux/util-linux-2.24.ebuild index a27758922615..5cbb6e33bc94 100644 --- a/sys-apps/util-linux/util-linux-2.24.ebuild +++ b/sys-apps/util-linux/util-linux-2.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.ebuild,v 1.4 2013/11/28 20:41:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.ebuild,v 1.5 2013/12/22 23:21:56 vapier Exp $ EAPI="4" @@ -60,6 +60,7 @@ src_prepare() { po/update-potfiles eautoreconf fi + epatch "${FILESDIR}"/${PN}-2.24-skip-last-tests.patch #491742 elibtoolize } @@ -113,6 +114,10 @@ src_configure() { $(tc-has-tls || echo --disable-tls) } +src_test() { + emake check +} + src_install() { default dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 6d2f8869dd3f..23cf4356fb92 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.49 2013/11/28 20:41:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.50 2013/12/22 23:21:56 vapier Exp $ EAPI="4" @@ -113,6 +113,10 @@ src_configure() { $(tc-has-tls || echo --disable-tls) } +src_test() { + emake check +} + src_install() { default dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} diff --git a/sys-apps/xinetd/xinetd-2.3.15-r1.ebuild b/sys-apps/xinetd/xinetd-2.3.15-r1.ebuild index dfb0cbeab726..ec2bb51b35fc 100644 --- a/sys-apps/xinetd/xinetd-2.3.15-r1.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.15-r1.ebuild,v 1.5 2013/12/21 16:38:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.15-r1.ebuild,v 1.6 2013/12/22 12:45:23 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="perl rpc tcpd" DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 ) diff --git a/sys-auth/pam_ssh/pam_ssh-1.98.ebuild b/sys-auth/pam_ssh/pam_ssh-1.98.ebuild index 8c102077fadb..b5e467f5ebdd 100644 --- a/sys-auth/pam_ssh/pam_ssh-1.98.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-1.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.98.ebuild,v 1.7 2013/12/21 18:15:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh/pam_ssh-1.98.ebuild,v 1.8 2013/12/22 13:21:05 ago Exp $ EAPI=5 inherit pam eutils flag-o-matic readme.gentoo @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pam-ssh/${P}.tar.bz2" LICENSE="BSD-2 BSD ISC" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="" # Doesn't work on OpenPAM; looks for OpenSSH at build time (bug diff --git a/sys-auth/pambase/pambase-20120417-r3.ebuild b/sys-auth/pambase/pambase-20120417-r3.ebuild index 4faa1f15f340..33c589bd45c1 100644 --- a/sys-auth/pambase/pambase-20120417-r3.ebuild +++ b/sys-auth/pambase/pambase-20120417-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20120417-r3.ebuild,v 1.5 2013/11/30 14:17:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20120417-r3.ebuild,v 1.6 2013/12/22 15:06:01 ago Exp $ EAPI=5 inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="consolekit cracklib debug gnome-keyring minimal mktemp pam_krb5 pam_ssh passwdqc selinux +sha512 systemd" RESTRICT=binchecks diff --git a/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.2.8-r1.ebuild b/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.2.8-r1.ebuild index 6c5c72bc481f..a47d083670ca 100644 --- a/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.2.8-r1.ebuild +++ b/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.2.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.2.8-r1.ebuild,v 1.2 2013/11/19 05:43:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.2.8-r1.ebuild,v 1.3 2013/12/22 15:08:00 jer Exp $ EAPI=5 inherit autotools @@ -12,7 +12,7 @@ SRC_URI="http://github.com/jthornber/${PN}/archive/v${PV}${EXT} -> ${P}${EXT}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="dev-libs/expat" diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest index d96337d2305d..63f253bef201 100644 --- a/sys-devel/binutils/Manifest +++ b/sys-devel/binutils/Manifest @@ -38,3 +38,5 @@ DIST binutils-2.23.52.0.2.tar.xz 14380940 SHA256 c2229d5d4067c782b67cfaf7f049acd DIST binutils-2.23.tar.bz2 21402046 SHA256 5f975e744a0fd4a4ab0b28dd6d0921685b3279207823226df92429389dbee452 SHA512 079939e1000e358e830c4563543f2a00ae127ef6e18306eda55a775254509951114d24647cf2c3fef49ac4409c8e9895085efb85cc71566a5b4fe0106b8375bd WHIRLPOOL 3713090b5f0d2b6fec14664ce862e0c7c7eeb0bf37bde19e4d07a48bafb61d388929e6ae993a6954aa6432fea9484b4646bc2938df308bcbf6142a0d5dfc1f69 DIST binutils-2.24.51.0.1-patches-1.0.tar.xz 11152 SHA256 7808a5565a4bc288c0ac3a3530d49c4ead028375e274d7115fcc9124a72b5951 SHA512 08f61c8f5a62e13fcd4a9f2c1680030ef5f9968b7a3d534fb601762994fb3eda40f63055b78a2eb3ed13671af3f7b73cebaca69ceb836524f7a65c1eaeb28231 WHIRLPOOL c4dc5f1203a5140af5c738eaf43ab6112e16c0684bd4762d01919d70b3fb35c8b1d9ee071d9d8f985071c941137cba3499343a5fa45b3e5c5d127ce5c803b348 DIST binutils-2.24.51.0.1.tar.xz 14963340 SHA256 8491c5247502966032c8549eee8bc0283bcf93ed5003900d74d146104e0042d9 SHA512 e3b3fea22b9c140d595430e54e5423990cf1a9ca9719d8e9f5fa393acb35d364e54e279a5fe38484d6da9e210692d47bf319c16b4495a958a7795dea76ae462c WHIRLPOOL fb54bbf510aaa9af88421fa29de495d86c2ad1d2075c45d022dbe9c50e63e25a28b0ac8eb508c875bec60ac0adf018b64348d6f67da2f141c7e40844b862af62 +DIST binutils-2.24.51.0.2-patches-1.0.tar.xz 11152 SHA256 37e679573083bff6e8937a93be7cd1b38d04c04c54f7da9bd83ae9509f55e1e4 SHA512 30947bff703286594bf312623e71d4eefa4cd24212d28409a6cd0dc4ecd43f5119c61144f6161a6460378454a1ec17ef31c63147896159cab92a871aa55b2b9c WHIRLPOOL 2a7b5a7f80543aea2660311d2450ef55d5b78d9bf73a3173edb7f993ac219917cf7c1eb668b36229f34844af137fc571f93ef70d00debe6d9671b7103d3727ac +DIST binutils-2.24.51.0.2.tar.xz 14985864 SHA256 51a302ce92d22292329e09f30e25d66106e837a52b667a84df62c773f57c76b3 SHA512 005130ad7376c55c04c7f9c075c2a80b4fa5a174c1bc645e70394fcc3be0c636b5db8fea22ec0394177ce43cce315c9f7fe17d636adfbc14da4b1e81217bb730 WHIRLPOOL 0765dac0e5143f661128fe5bc4569253bcaf33b969469d525ec5314c45cdcd2ab3018e6c3cd82f1c6291379003b848fbadf7ff9c3b5aa512dc55c17cf42fde12 diff --git a/sys-devel/binutils/binutils-2.23.2.ebuild b/sys-devel/binutils/binutils-2.23.2.ebuild index 5765255db5d7..40671aa3f6ec 100644 --- a/sys-devel/binutils/binutils-2.23.2.ebuild +++ b/sys-devel/binutils/binutils-2.23.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.23.2.ebuild,v 1.6 2013/12/21 19:16:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.23.2.ebuild,v 1.8 2013/12/22 14:48:55 pacho Exp $ PATCHVER="1.0" ELF2FLT_VER="" inherit toolchain-binutils # See #464152 -KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -sparc-fbsd -x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -sparc-fbsd -x86-fbsd" diff --git a/sys-devel/binutils/binutils-2.24.51.0.2.ebuild b/sys-devel/binutils/binutils-2.24.51.0.2.ebuild new file mode 100644 index 000000000000..8915a763d909 --- /dev/null +++ b/sys-devel/binutils/binutils-2.24.51.0.2.ebuild @@ -0,0 +1,7 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24.51.0.2.ebuild,v 1.1 2013/12/22 16:30:59 vapier Exp $ + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils diff --git a/sys-fs/btrfs-progs/btrfs-progs-3.12-r1.ebuild b/sys-fs/btrfs-progs/btrfs-progs-3.12-r1.ebuild index 227d5247d80c..735471e515da 100644 --- a/sys-fs/btrfs-progs/btrfs-progs-3.12-r1.ebuild +++ b/sys-fs/btrfs-progs/btrfs-progs-3.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-3.12-r1.ebuild,v 1.3 2013/12/22 11:58:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-3.12-r1.ebuild,v 1.4 2013/12/22 16:26:23 pacho Exp $ EAPI=5 @@ -10,7 +10,7 @@ libbtrfs_soname=0 if [[ ${PV} != 9999 ]]; then MY_PV=v${PV} - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ppc64 ~sparc ~x86" SRC_URI="https://www.kernel.org/pub/linux/kernel/people/mason/${PN}/${PN}-${MY_PV}.tar.xz" S="${WORKDIR}"/${PN}-${MY_PV} else diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild index dda8e80438e0..e3857325d8cf 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild,v 1.6 2013/12/21 17:23:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild,v 1.7 2013/12/22 12:44:08 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="http://cryptsetup.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" CRYPTO_BACKENDS="+gcrypt kernel nettle openssl" # we don't support nss since it doesn't allow cryptsetup to be built statically # and it's missing ripemd160 support so it can't provide full backward compatibility diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild index 4116686ad2f4..65cb84b5c6e4 100644 --- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild +++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild,v 1.13 2013/12/21 17:21:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild,v 1.14 2013/12/22 13:24:37 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://people.redhat.com/~heinzm/sw/dmraid/src/${PN}-${MY_PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86" IUSE="dietlibc intel_led klibc led mini static" REQUIRED_USE="klibc? ( !dietlibc )" diff --git a/sys-fs/dosfstools/dosfstools-3.0.22.ebuild b/sys-fs/dosfstools/dosfstools-3.0.22.ebuild index 518f7d9f3a04..cd5c7c67a759 100644 --- a/sys-fs/dosfstools/dosfstools-3.0.22.ebuild +++ b/sys-fs/dosfstools/dosfstools-3.0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.22.ebuild,v 1.5 2013/12/21 17:20:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.22.ebuild,v 1.6 2013/12/22 12:45:46 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://www.daniel-baumann.ch/files/software/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" RESTRICT="test" # there is no test target #239071 src_prepare() { diff --git a/sys-fs/lsscsi/lsscsi-0.27.ebuild b/sys-fs/lsscsi/lsscsi-0.27.ebuild index 17400344fb08..a40ec649bf68 100644 --- a/sys-fs/lsscsi/lsscsi-0.27.ebuild +++ b/sys-fs/lsscsi/lsscsi-0.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.27.ebuild,v 1.7 2013/12/21 18:16:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.27.ebuild,v 1.8 2013/12/22 12:43:55 ago Exp $ EAPI=4 @@ -10,4 +10,4 @@ SRC_URI="http://sg.danny.cz/scsi/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86" diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest index 1d1c47d29da1..f34eda9364f6 100644 --- a/sys-kernel/aufs-sources/Manifest +++ b/sys-kernel/aufs-sources/Manifest @@ -11,21 +11,15 @@ DIST deblob-check-3.12 601108 SHA256 e6c07b4220f86007ea31f9ed5d01023253296ddaa07 DIST genpatches-3.10-24.base.tar.xz 341852 SHA256 7f3ee2b5c2b0ea4cb062d3ef0b69eed41dd855e1b3c34b787e5b0d186872fed8 SHA512 9646c210139e709b901df8402b14b5510c68a069ec1d77b7ccfaaba0c0831075c21ffee89c4388469b14236b8f8965dbb118c60e94814bd71fe861fbf5cbc371 WHIRLPOOL 5a014618a840e6299f7dd7d79b027c09c7f39ed854495ca7c3733e5203db73a61b769da2cf3c62d8dc5846441df63e4648f830a90343bac3e10ae6d695f2cdb4 DIST genpatches-3.10-24.experimental.tar.xz 45588 SHA256 a10cdac1f5fd22d1d81a2f35bac9927028f7545a681f789c88638765aea4c983 SHA512 302de0d2dbfb2325084f2fad611a2b452b17cf07da88378b97a163c2de2879862b020be861167ce9e165ce11d9bac55a13bb9e9c0b1627f5a50445b2fb423ec8 WHIRLPOOL ba3d4258e886b8007871fa80dfc1308813bde8cf7e4a492df0dc01dc102298fd48b507aa576189f18de98db9fb641c729bac14c8d9126b44fe6c5e8ec7803cf7 DIST genpatches-3.10-24.extras.tar.xz 17760 SHA256 000d999dbce3be66cdfe54c5c59400d448b39150e53924f6c2238330a953d731 SHA512 bbb7f9bb03273db4e2f627570c44f3851d7aedc232467f89ea3b22828b2cf0e43ec260ca2e4014f1d44d420c82639cdf7e2e85e8cb17d3b8f7d945989cb1a838 WHIRLPOOL 52fccf3ea047b44e8d301b1318564cc6c47a23dd3dd71812c6a041f3f202a70413c2e28579002120e39b6195d20670c7aeb5de61a717658247f42c88eeb586bc -DIST genpatches-3.10-27.base.tar.xz 371728 SHA256 decbec2608ede58f591a4983d117aa3abb6fd6662c7d3207ee2e13521cd9e99d SHA512 833f195932802486fc0ae5337948a2985e5de2a5d6767b90d1a2705e0390ff113ae07836048205932def118b515e9eedf5c6016d5dbffbbf72910cdafb79ac7c WHIRLPOOL cd749718d3718ac12cffdff1b4ebc30c1fa6f49386b5bdb82077e98f4f10345a8509e1a371e1f4375923a83fd7a7820ca7398c44d157ad2cb9971adfa6ed9172 -DIST genpatches-3.10-27.experimental.tar.xz 45576 SHA256 61146fa1d19f720421589d9f989af594d66903b2f25ad4f0aa201bdb86f973d7 SHA512 68c48237be3abbb4da1e4139c9ed02f5a1891d2189cb502d7de43aa2e624481006103eb0274bbd4623ed1b972eb92f5cd1fbce5bda3a36638047dab54ee92e58 WHIRLPOOL 4085134e8543fb5ad61746a4fc4970db7f78f8b09f6f11c26204fb8748a2ba888166ab4dbeb332da06b1cea69672691713cd6e383d8d505c6b629663da06ce67 -DIST genpatches-3.10-27.extras.tar.xz 17764 SHA256 1440283897da3e6bed3c80a723cfed9b43385b0fccc346d142281d87690c78da SHA512 d8643d432f083d6fc7aefb81b43bb6f90fbb48d50dd6f1bd03d8ca516d57f27ec9144fda36d03040c2e47af38a7cb9f6aef47990585b4257a767e5399075058d WHIRLPOOL 119b5cdf27de2e250d1b256821e5b2e3f362642d43710034971c343738b219891795ed938869144ce96b1860680fdabd7d6840ac27d98798274bcd6b7b50150a -DIST genpatches-3.10-28.base.tar.xz 378744 SHA256 a35a389fc8e927edf4f279e4aa9cbf8f9b6c8a7ee20bfafeefc44517b7d2ccfe SHA512 7ed13f1b6b3f5f13c5d0eb4637b1749edfa237995705d58d6db47d1bda30d548cf7e68ae37cc3eaf91e30abdb79607327073b90b4a2a958fd3bfe05de8fa904e WHIRLPOOL dd93a2e37b36b73f4284ded89c84a943a0d8d3adc998085afd8d6d71f54c9a5daab6ca86623a9600b27dafe7f99563b18c252aa8dd8a5b712c92a47292dc1c65 -DIST genpatches-3.10-28.experimental.tar.xz 45588 SHA256 a10cdac1f5fd22d1d81a2f35bac9927028f7545a681f789c88638765aea4c983 SHA512 302de0d2dbfb2325084f2fad611a2b452b17cf07da88378b97a163c2de2879862b020be861167ce9e165ce11d9bac55a13bb9e9c0b1627f5a50445b2fb423ec8 WHIRLPOOL ba3d4258e886b8007871fa80dfc1308813bde8cf7e4a492df0dc01dc102298fd48b507aa576189f18de98db9fb641c729bac14c8d9126b44fe6c5e8ec7803cf7 -DIST genpatches-3.10-28.extras.tar.xz 17760 SHA256 000d999dbce3be66cdfe54c5c59400d448b39150e53924f6c2238330a953d731 SHA512 bbb7f9bb03273db4e2f627570c44f3851d7aedc232467f89ea3b22828b2cf0e43ec260ca2e4014f1d44d420c82639cdf7e2e85e8cb17d3b8f7d945989cb1a838 WHIRLPOOL 52fccf3ea047b44e8d301b1318564cc6c47a23dd3dd71812c6a041f3f202a70413c2e28579002120e39b6195d20670c7aeb5de61a717658247f42c88eeb586bc -DIST genpatches-3.10-29.base.tar.xz 397788 SHA256 0c5843f8882a08c5e428b95ebafb8758921a5ff2366186419d6a025facc66a29 SHA512 6b68395a9dc8b177bb58d11109b2fe5dde9509d07d71513dc71a62c049ff38776027dc84e47f56ca0e48ee5bdcfac6fc79647c38cef9d7b3b83f266a0771c390 WHIRLPOOL f9a37fbdf0d1313f0af39e6b80cbe3730b8280ce80d8262223fd50e5cbc0e1ed3fae7aa19e4560b97381c3123e0a296e956bf0bb555a94bc98a01acb49c027fe -DIST genpatches-3.10-29.experimental.tar.xz 45588 SHA256 a10cdac1f5fd22d1d81a2f35bac9927028f7545a681f789c88638765aea4c983 SHA512 302de0d2dbfb2325084f2fad611a2b452b17cf07da88378b97a163c2de2879862b020be861167ce9e165ce11d9bac55a13bb9e9c0b1627f5a50445b2fb423ec8 WHIRLPOOL ba3d4258e886b8007871fa80dfc1308813bde8cf7e4a492df0dc01dc102298fd48b507aa576189f18de98db9fb641c729bac14c8d9126b44fe6c5e8ec7803cf7 -DIST genpatches-3.10-29.extras.tar.xz 17760 SHA256 000d999dbce3be66cdfe54c5c59400d448b39150e53924f6c2238330a953d731 SHA512 bbb7f9bb03273db4e2f627570c44f3851d7aedc232467f89ea3b22828b2cf0e43ec260ca2e4014f1d44d420c82639cdf7e2e85e8cb17d3b8f7d945989cb1a838 WHIRLPOOL 52fccf3ea047b44e8d301b1318564cc6c47a23dd3dd71812c6a041f3f202a70413c2e28579002120e39b6195d20670c7aeb5de61a717658247f42c88eeb586bc DIST genpatches-3.10-30.base.tar.xz 448052 SHA256 fb23536f32cf5ad7f4d1adaac6f9dbc56bb1fbb33edc9ed333c9508b6f98db47 SHA512 42d24eec1fb3a4f3313767805097ae0c7f9d3854f93a337b3a0c9789b3343fe9b228ad3b80563f1ca74ac138bbfd7c5fb848ed3281680544e3f0932d52380f2a WHIRLPOOL 23a11d810808aace97fbcdaebcce685168025fd958503d00ac7de68bafb51ded9b60b4710b791e551a82ce54f8f915e1e899bc748fb5d768904e84a8ffa52de9 DIST genpatches-3.10-30.experimental.tar.xz 45576 SHA256 00524a6e8bab9e6be6233ee194de93ecbd81b93fe5c3595b25002af6271b1176 SHA512 cd98ac5a0232f28b63aea231f78590d33b5a708e7fba3f8e8093997a69ab0b76d6f05d3a4a861ab8870aac71f9e5d9a41ec615cecf5fbafd0570282b7abf26f2 WHIRLPOOL cf160ca6f7c10ba0179e9922b81533750b61dc4d2bbcd23adf0f427df722162148df6e26cfb94e91370536cd3d4ca89bc54528d11bbdc87cfd5cbc5c730ac12a DIST genpatches-3.10-30.extras.tar.xz 17764 SHA256 bd473f3468a46c273cebc80e24b86a89871d8ceb2c4e9421e97e5cc9057de50c SHA512 df9a806655f66b3ff62d48aa609cc3350c4fd1c0a2c2926412bb1ce394c0ea693a06ae2900dcc9e479cb1a6d509e7cfe3afe1204948972cc814c332f0bf119e2 WHIRLPOOL ec032cd967277df84d4d9641ff8d35b790b48fb4c06eba7569bd0bb5df0170ab1b4f6dbac339d064a12ae1795546b3958dc92baef8710a00cab0152af9de5ec6 DIST genpatches-3.10-31.base.tar.xz 483720 SHA256 01e8e54326a47fef9cfbe27b5604c2154effba9bd2ec57b409bda4b070c5723b SHA512 a37fc750776088a3622cae368e6518eb31a308b95edeb088b0a7c3f255a2e008e28cef2e017bfef3c0055b829f20cdbc6f1b491463f509d443eb0129026a46ec WHIRLPOOL 266960ab28e267d3a26ab3f0c254ab0c8f26a6bf5ee847d06a65d694733e4692cf5cafd87095a0b4175a14d33ed5ea6993bf6373eb4ce2649af42999d60a932f DIST genpatches-3.10-31.experimental.tar.xz 45580 SHA256 7b7d5df0bda4b912bf4e770431a75c9647ea0eef5438d568ec3b84a6cc0536d6 SHA512 af98396f354eeae1a59fde7691435df8ee2221551577e44d8147af2147b0a4792e6cd42dee94dcbae4fa74ba6071ae5591b0e284b58bc3f78d756a0244e2fb2d WHIRLPOOL c3804a35f451b9e4520f57cf079ffa832174be8b5fc17b464362b6c8e675f63bb99d19911ef35cee558966d08ac73fe1270e34e6f827ba1aba8e58c162a1f6c5 DIST genpatches-3.10-31.extras.tar.xz 17760 SHA256 c9beea4242a8429553991400ed43bc5d97ccbdd8e80efdff2dd3e414be58e5f3 SHA512 54b0022d535c8a4231229ced239b699d786823154e0573135dc1f269dafd1fc3178fd8d8b236fd608a2b79dff4c41f764128022aa9fd4645bf9855ea66f54b79 WHIRLPOOL 8cbdd9dc85562011ad9578e285c95e458724fffd6b5da728cc92c49f1591d39cf34813d8f1db8647b140959cc1bda48c5bf66e1fad09ba71f27f4c1f9ef66985 +DIST genpatches-3.10-32.base.tar.xz 502220 SHA256 1ef12c9a936613420d57fc9498f53d9799db76029ee1fd768a646253780a3a78 SHA512 72d030a3eb8e0b3defc1201c34ba5e6bfcc298d6c716354fa43e0bcffb3a48e36c72b7f85d3a53938359659aba33dc4e3570650f5c66d0501e5fa5d78c563874 WHIRLPOOL 0e216c381b935f8e3131139c618362482fd9f72d9ebfb656f78057d8bf15e55e3a9b6cdff14ca58a5ec263d8237e823f36bd8116adfc941238fefe08ffcad747 +DIST genpatches-3.10-32.experimental.tar.xz 45580 SHA256 7b7d5df0bda4b912bf4e770431a75c9647ea0eef5438d568ec3b84a6cc0536d6 SHA512 af98396f354eeae1a59fde7691435df8ee2221551577e44d8147af2147b0a4792e6cd42dee94dcbae4fa74ba6071ae5591b0e284b58bc3f78d756a0244e2fb2d WHIRLPOOL c3804a35f451b9e4520f57cf079ffa832174be8b5fc17b464362b6c8e675f63bb99d19911ef35cee558966d08ac73fe1270e34e6f827ba1aba8e58c162a1f6c5 +DIST genpatches-3.10-32.extras.tar.xz 17760 SHA256 c9beea4242a8429553991400ed43bc5d97ccbdd8e80efdff2dd3e414be58e5f3 SHA512 54b0022d535c8a4231229ced239b699d786823154e0573135dc1f269dafd1fc3178fd8d8b236fd608a2b79dff4c41f764128022aa9fd4645bf9855ea66f54b79 WHIRLPOOL 8cbdd9dc85562011ad9578e285c95e458724fffd6b5da728cc92c49f1591d39cf34813d8f1db8647b140959cc1bda48c5bf66e1fad09ba71f27f4c1f9ef66985 DIST genpatches-3.11-12.base.tar.xz 190336 SHA256 72f8c00469445fa7b1b2107b6dea53ef6718f525268a717edf8345e87e22e405 SHA512 ae89add021f958e03268358346af1bc9dac8fc5fa320c1f823ac4840b95d7baab15e8d9383b437bc7db628b9db6032fee2abb68aa148ef34d3eaf298676dbc45 WHIRLPOOL 29f0911ba815554e526f716b262fd54e1b023051a010efe7584445c6d8457527f36da5d1fdb04a06dafbe50eb4294bd1ac2afbcce7a5321b6a32c8c100f4ea7f DIST genpatches-3.11-12.experimental.tar.xz 45284 SHA256 f513cc641fc18b634fba3480ae98a4cb93a85c1518ca055ff040ed6130777783 SHA512 1db6fea11b334d73a599302a5a36b16bdd3e42d9dbb96b09dd3dce22956f9626a6c9675dfed0f40c05755b016b57b3a148a14fcd9d8b493f74eba13225a063fc WHIRLPOOL 5ed0650dc2ca695e29640b95365e0559960adc81ef116167a8d6b3219f51aa5372af9b163d68cf1a114af0f997cd33c8c763f55685be279cb62a8fb9997815d5 DIST genpatches-3.11-12.extras.tar.xz 18144 SHA256 674d3ddf6c081635297d6c7d48822f6fed9a7be8a84efee1234335da18a38d01 SHA512 78ac1baafa8c5f47b54dc28e011b7d907f66ba31d5072b244537af07a7ce49f961910535538c1116380a365356556e87d47a26f0e374b2347eb3de1de796d23c WHIRLPOOL aff12c5c654dea5091e732c4c2f2fee48af5fc5cf35afd14d66b36902e6b92ca67acd47b392d935a7b2e250e3fa9b08e21eb28c56567df14267af98cc2180f02 @@ -35,24 +29,15 @@ DIST genpatches-3.11-13.extras.tar.xz 18164 SHA256 d54e3c6b4261ddeeb1932b2884599 DIST genpatches-3.11-14.base.tar.xz 207496 SHA256 c9ea16218b729be7709d411690281a019dfab611471e668e42dce3330906c5ed SHA512 cad7f628a8b4d04bd545270f4cd2900d15ca7525c4d5b6baa5aaf8210b44a1065d34b4855bc805892547775af2009c96521ed176118e5256db2eae14a3af008a WHIRLPOOL fa652a4002906c17bbbcca79e351b189e047c096fb344eea4372c42f7cae94435f662edaf3f1263f978edbae18452864466c69d04bfd28da52d8c735b03b0027 DIST genpatches-3.11-14.experimental.tar.xz 45276 SHA256 0f2297d5ae40c532ec823ca95de977e55bfd9adef076a91564def0e876a31d0f SHA512 3098f9e6ad8a41389307dafe5674f1680c7169f031c951dcd8acbf02432a632e5de149059893daeb024847bb1bf63f5cd07ae7302c63bdc3934e47e9518c97ef WHIRLPOOL 139068f19f16143be570d7341f892b271e4005aef8dabd7b488ca6322cab252c9d3d21c77f932bc638b3a95a8ce9b8d1baaa898d268400881d9add464f324a46 DIST genpatches-3.11-14.extras.tar.xz 18164 SHA256 d54e3c6b4261ddeeb1932b2884599162e3351e1474e2e5e263fe4ff1ae8e4d16 SHA512 011a18ef564c719d4d25611fccf2f0842f28b28b27a7a9c934fc4de9aa76e469ee50777300995f85b214b338cea4078e3cddb38fd7298db1c0e46e3fb1d9dc25 WHIRLPOOL f03eac8c7b870b99668ee307e4ed5f50d4dc8497b849687954bb6f18dc336829025b00cb938553c4f3a58b8203304f7fc40c8954a16edb2d537ce5b80d6f0846 -DIST genpatches-3.12-1.base.tar.xz 8084 SHA256 c93fa9908e43601549ae5e959f74934fa408c929532f3aba2c9cf6af0f02da79 SHA512 7542d5b1c102320648a536152f1b02085c3a2ea450dd346c5aa12e1dfff09e56095c0ca797cf539c35ac6c7e4f901dff3b99523fa67e015383021a6ceff2e255 WHIRLPOOL ce6144dd9a4b0dfb2ef55bfab7f3e09f98441a6e9216c5000a0e0e1f3be95e2fd8515e7866eb79608dad6bc5b0a51c28a44e5b363400c391aba5778e92b77551 -DIST genpatches-3.12-1.experimental.tar.xz 46524 SHA256 bf0db63a463b9c6003e47f00eda2eb1474d9a365f0481c151bd5d78086e4cffa SHA512 ea9d03454b635816585e0ddaa678febba540b19d1a435efdef8fa6f6e4b03db1baeee36333ca1a9a0ad25b3a20b1f4976c3a50ff9621f13c80ec17b9372a2a79 WHIRLPOOL fc3ea785a3edc38ebfd25e2eb83484a6ad3a186d9293949ef1e2d55ed01c1a8e710b05c42b2650042bb16d7555b869cffaba62b04db9828ca3ebc4b1ba57bb67 -DIST genpatches-3.12-1.extras.tar.xz 18152 SHA256 976f1955368e5bac0bfefe97fc6fc53a67ad003da86c22a0eef8860fc8439909 SHA512 edb22af4c538cd02fc4d43cfe5d2eff887a2ba636c50428c2794722cf02fea3bf22b251ddb81da7d2a934331b4d0231fdeb68fd15e6556bf93cc5d743fbdc923 WHIRLPOOL 6dc333619fb6e70f760adab02c820c58295d3d55f6d60252183f3b979d5cffe78fab04f671dbdada6e1134decfefa8440b28def7ca1a68fc2e9fca41db2a329c -DIST genpatches-3.12-2.base.tar.xz 14008 SHA256 11b01166f5277c26cd611408597e52e7631ee0829c451bc85d3a5a92dd91976b SHA512 4f58df53cef6c00dfb65764b1d2bb857f77b30286f4c46d8ba105f6c78494cd5b8a62423293a37c198ab53bf6584df925e3b5d4ea18e60480d50d5bedf98a4c4 WHIRLPOOL c897b7ee6878d6aff51ff0ce8a88df63b62b451bab4871365cd2f1147b3911a822fedc29e1f3899b11d13307bcf3f839bbadb09b1f1b27e06b19ee731fe8bf64 -DIST genpatches-3.12-2.experimental.tar.xz 46524 SHA256 bf0db63a463b9c6003e47f00eda2eb1474d9a365f0481c151bd5d78086e4cffa SHA512 ea9d03454b635816585e0ddaa678febba540b19d1a435efdef8fa6f6e4b03db1baeee36333ca1a9a0ad25b3a20b1f4976c3a50ff9621f13c80ec17b9372a2a79 WHIRLPOOL fc3ea785a3edc38ebfd25e2eb83484a6ad3a186d9293949ef1e2d55ed01c1a8e710b05c42b2650042bb16d7555b869cffaba62b04db9828ca3ebc4b1ba57bb67 -DIST genpatches-3.12-2.extras.tar.xz 18152 SHA256 976f1955368e5bac0bfefe97fc6fc53a67ad003da86c22a0eef8860fc8439909 SHA512 edb22af4c538cd02fc4d43cfe5d2eff887a2ba636c50428c2794722cf02fea3bf22b251ddb81da7d2a934331b4d0231fdeb68fd15e6556bf93cc5d743fbdc923 WHIRLPOOL 6dc333619fb6e70f760adab02c820c58295d3d55f6d60252183f3b979d5cffe78fab04f671dbdada6e1134decfefa8440b28def7ca1a68fc2e9fca41db2a329c -DIST genpatches-3.12-3.base.tar.xz 46632 SHA256 1a1218a9385c4ff96937ccf570a0e9ec5cb35d23a7e8412c1378e9ee71432145 SHA512 d8a1bc606b629763177bbe7b26fe89de21e9d117fdfc7a2bbeb11d8c7d8cb2d154a8e2b52cf9c78fcdd025dc720b9c082f6abe6e18e04e44fe06bd5b90f0494f WHIRLPOOL 4f215d95bf2d2ce8b5b4aafbd3b9759787038c478f8bf617acaf74e5c683c0dc3dc86eba4753666c88193073fb1477d49cb6a627c1b5d5f53d38f64a72ac5b8f -DIST genpatches-3.12-3.experimental.tar.xz 46524 SHA256 bf0db63a463b9c6003e47f00eda2eb1474d9a365f0481c151bd5d78086e4cffa SHA512 ea9d03454b635816585e0ddaa678febba540b19d1a435efdef8fa6f6e4b03db1baeee36333ca1a9a0ad25b3a20b1f4976c3a50ff9621f13c80ec17b9372a2a79 WHIRLPOOL fc3ea785a3edc38ebfd25e2eb83484a6ad3a186d9293949ef1e2d55ed01c1a8e710b05c42b2650042bb16d7555b869cffaba62b04db9828ca3ebc4b1ba57bb67 -DIST genpatches-3.12-3.extras.tar.xz 18152 SHA256 976f1955368e5bac0bfefe97fc6fc53a67ad003da86c22a0eef8860fc8439909 SHA512 edb22af4c538cd02fc4d43cfe5d2eff887a2ba636c50428c2794722cf02fea3bf22b251ddb81da7d2a934331b4d0231fdeb68fd15e6556bf93cc5d743fbdc923 WHIRLPOOL 6dc333619fb6e70f760adab02c820c58295d3d55f6d60252183f3b979d5cffe78fab04f671dbdada6e1134decfefa8440b28def7ca1a68fc2e9fca41db2a329c -DIST genpatches-3.12-4.base.tar.xz 110888 SHA256 192c324d4182f7926ffdb12f90d7d4e2f561d2eb298f432c3ae9aa6289c8de04 SHA512 0178b10bb9e7c6305fc33192d7933589a395ba651395f2a4b8244fe75f35fd26c512776ffd9e8c057ef40b6fd3c533eb4aaa75fdfdfc84845a2a83ba35f1c88f WHIRLPOOL 86178331726d1d8693bd5c7e2042d3c08077387da6e11ffd9d20c7282c8ad1db1723c99a487f88d5c5ca9d79d78ac7d72fc48300353450d2cbf50550714ecf76 -DIST genpatches-3.12-4.experimental.tar.xz 46540 SHA256 24f6a2838980fd5df6d4b536b5a0d65fef81ae26681ae010a6d891ee9ae38ee2 SHA512 ae645e04280b9742b6c43218d926239b90c07868c496ef24d6ebf28e856d2860a82fca3ce4bf27fa71f03fee98f9ccb91d3206bec67877879d654a441fb2d460 WHIRLPOOL 105d876eed81c63ef47eec6f91f04521da268bf5b61a255a3963cd78d10147f4c9de21d0c9040ead832001897d17407e50bfc49bbf897afa8ccabcad198d5a94 -DIST genpatches-3.12-4.extras.tar.xz 18152 SHA256 7eb9d9cc04aaae8cf8018b400573978cfb3d7b19d5072cc15ae22528070961dc SHA512 3ec79a2fedcfff5cc70a162d8dac9f8719e047a345a414b0a23de615c817f6ec1ccc795b46fba5010815daac37678fc5e637336b85d68d82b5759d917602d35a WHIRLPOOL b3912be8d51aff34c08679a35b4132eac3252d09c1f52b35f84b8058649b788e5fa14c459ff1c9480b54f970e6bd2a94b9964a48ae0d9985fff2999f1571fc37 DIST genpatches-3.12-5.base.tar.xz 144696 SHA256 482364f756d8981c2db95e41a33653682232a98b37202abe7e8f6d0442117250 SHA512 8f98361b4744f23659870a0c97b580ba424448b9c4ac91d5b4bf37c3f7ac384d57ee7de5a266fc2b7bb6a5f98f4d136bc0d613f660cd24bd66e9c3f828384e65 WHIRLPOOL 55a95a48da90b8050959cf7bb3fd2405252394444be2aa0f14869ce782636b98e403300a56aca295016c66d4b4f37122db398a68a073d806269464ac0a66aeb5 DIST genpatches-3.12-5.experimental.tar.xz 46524 SHA256 bf0db63a463b9c6003e47f00eda2eb1474d9a365f0481c151bd5d78086e4cffa SHA512 ea9d03454b635816585e0ddaa678febba540b19d1a435efdef8fa6f6e4b03db1baeee36333ca1a9a0ad25b3a20b1f4976c3a50ff9621f13c80ec17b9372a2a79 WHIRLPOOL fc3ea785a3edc38ebfd25e2eb83484a6ad3a186d9293949ef1e2d55ed01c1a8e710b05c42b2650042bb16d7555b869cffaba62b04db9828ca3ebc4b1ba57bb67 DIST genpatches-3.12-5.extras.tar.xz 18152 SHA256 976f1955368e5bac0bfefe97fc6fc53a67ad003da86c22a0eef8860fc8439909 SHA512 edb22af4c538cd02fc4d43cfe5d2eff887a2ba636c50428c2794722cf02fea3bf22b251ddb81da7d2a934331b4d0231fdeb68fd15e6556bf93cc5d743fbdc923 WHIRLPOOL 6dc333619fb6e70f760adab02c820c58295d3d55f6d60252183f3b979d5cffe78fab04f671dbdada6e1134decfefa8440b28def7ca1a68fc2e9fca41db2a329c DIST genpatches-3.12-6.base.tar.xz 162056 SHA256 7a20ec90f9e2be68b7677504209b39ebc9af936354e0d67e193272e6267d4299 SHA512 f90637a34341f864dfa8a9f417f66b58b4cf01770310921af70a777c723af7a04238f27652ed1495fb9e212bfee3a17a5275b3fb76e973c9ad291bd668f5e718 WHIRLPOOL dcce9c4ad4dac92a1161f24de22654a7356559c6b8a2fc6aad186d685c34fb477d0ebdb1ceb925230fcfd1638b1c4d3c04e3ab5229476648c8a827086bc1ec4f DIST genpatches-3.12-6.experimental.tar.xz 46508 SHA256 775c170384bbf4c8d04dd6348b5db059f67efb08f76a5f71a210197ddeddee44 SHA512 b66233f7f3ae59e178e1f527f7cc1c68a68c0584b39eeb49d24c8443c178096ad31c3634c48bfc3fa980fdbe0ab9d4d25ce2f0509618f44389d62800ff530b7c WHIRLPOOL a4cad91c0a7597df0c84809a8cec61465e17fcdcbc84116e490b0f8f28e015d21ad5f5d05e9122cdfaeb7b1768dd4ba617b72d94eda35ced376f21281ec5a2f4 DIST genpatches-3.12-6.extras.tar.xz 18128 SHA256 51b625d97db6b7e221bb77495095cd4501e2e8a20afa27549dd6fe818badc913 SHA512 852d56205ed82885f64f265b2978ed86c767d4c62527bb8fd376e8a1eb61af9b6c839a5dea1fb91bb0c8a5a1313c50bcadebb71129b38a52b0c5115714e0efa4 WHIRLPOOL 6afe1b3b0b45ad24e590495976ed80cef936e47ae863dbb36519c76799d7e7645d09801f4818ac96f737fa6bc3bd6424e5fe849b41438b3afb3e15a98c5c34a3 +DIST genpatches-3.12-7.base.tar.xz 195620 SHA256 00d27da9e21cee279cf4ed4d8b80adad291b4ed15ca9ac337b3c4bfbd9ee3a51 SHA512 7fe1651f0d3188ddc7987a5a133c8e612f1e9b319251d9ca3ae3a7dfd23a57bdc1117d1b4793072a3859cb1f631b6dac3902315326143f579260ff9c5639bd5e WHIRLPOOL 60f85a0d37ba59a4d9cb9355b9f176b650dea4b2f4fce4c285edec9bce34cd54f89e196393249523bf95653d69ab08444db4a3ed394dccd08fb800d5974fd6b7 +DIST genpatches-3.12-7.experimental.tar.xz 46508 SHA256 775c170384bbf4c8d04dd6348b5db059f67efb08f76a5f71a210197ddeddee44 SHA512 b66233f7f3ae59e178e1f527f7cc1c68a68c0584b39eeb49d24c8443c178096ad31c3634c48bfc3fa980fdbe0ab9d4d25ce2f0509618f44389d62800ff530b7c WHIRLPOOL a4cad91c0a7597df0c84809a8cec61465e17fcdcbc84116e490b0f8f28e015d21ad5f5d05e9122cdfaeb7b1768dd4ba617b72d94eda35ced376f21281ec5a2f4 +DIST genpatches-3.12-7.extras.tar.xz 18128 SHA256 51b625d97db6b7e221bb77495095cd4501e2e8a20afa27549dd6fe818badc913 SHA512 852d56205ed82885f64f265b2978ed86c767d4c62527bb8fd376e8a1eb61af9b6c839a5dea1fb91bb0c8a5a1313c50bcadebb71129b38a52b0c5115714e0efa4 WHIRLPOOL 6afe1b3b0b45ad24e590495976ed80cef936e47ae863dbb36519c76799d7e7645d09801f4818ac96f737fa6bc3bd6424e5fe849b41438b3afb3e15a98c5c34a3 DIST linux-3.10.tar.xz 73175088 SHA256 df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35 WHIRLPOOL e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053 DIST linux-3.11.tar.xz 75082460 SHA256 803ec8f0ad4b2ddedcb0332a590cd2b5e10dfc57c3b1c95bc9c46af81d51d7f9 SHA512 b3680d3a45a7308383cf8634a7f1908e94f6e1c6d1cb587332a9418a95fb93bd3c73ab70c6976c7330508d7c8c6b0f43c2a9a2efde5fe1f76e9bfffb1de5686c WHIRLPOOL 96c9c27ffe155fe2c1760b53d87ef981943d58ab2dcf1ed6bd2c1e762e18bceec81d85d49c523947ec6fe52e41f25c4a86310347705c8d4b80a1748cec5b90d3 DIST linux-3.12.tar.xz 76384600 SHA256 2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff WHIRLPOOL a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417 diff --git a/sys-kernel/aufs-sources/aufs-sources-3.10.20.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.10.20.ebuild deleted file mode 100644 index 1136a0291739..000000000000 --- a/sys-kernel/aufs-sources/aufs-sources-3.10.20.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.20.ebuild,v 1.1 2013/11/21 07:35:23 jlec Exp $ - -EAPI=5 - -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="28" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 eutils -detect_version -detect_arch - -AUFS_VERSION=3.10_p20131111 -AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz" -# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar -AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}" - -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/" -IUSE="deblob experimental module vanilla" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support" -SRC_URI=" - ${KERNEL_URI} - ${ARCH_URI} - ${AUFS_URI} - !vanilla? ( ${GENPATCHES_URI} ) - " - -PDEPEND=">=sys-fs/aufs-util-3.9" - -src_unpack() { - if use vanilla; then - unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT - ewarn "You are using USE=vanilla" - ewarn "This will drop all support from the gentoo kernel security team" - fi - - UNIPATCH_LIST=" - "${WORKDIR}"/aufs3-kbuild.patch - "${WORKDIR}"/aufs3-base.patch - "${WORKDIR}"/aufs3-mmap.patch" - - use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch" - - unpack ${AUFS_TARBALL} - - kernel-2_src_unpack -} - -src_prepare() { - if ! use module; then - sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die - fi - cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die - cp -rf "${WORKDIR}"/{Documentation,fs} . || die -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" - has_version sys-fs/aufs-util && \ - einfo "In order to use aufs FS you need to install sys-fs/aufs-util" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.10.21.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.10.21.ebuild deleted file mode 100644 index 5c2273ddcb6f..000000000000 --- a/sys-kernel/aufs-sources/aufs-sources-3.10.21.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.21.ebuild,v 1.1 2013/12/01 15:06:14 jlec Exp $ - -EAPI=5 - -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="29" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 eutils -detect_version -detect_arch - -AUFS_VERSION=3.10_p20131111 -AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz" -# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar -AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}" - -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/" -IUSE="deblob experimental module vanilla" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support" -SRC_URI=" - ${KERNEL_URI} - ${ARCH_URI} - ${AUFS_URI} - !vanilla? ( ${GENPATCHES_URI} ) - " - -PDEPEND=">=sys-fs/aufs-util-3.9" - -src_unpack() { - if use vanilla; then - unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT - ewarn "You are using USE=vanilla" - ewarn "This will drop all support from the gentoo kernel security team" - fi - - UNIPATCH_LIST=" - "${WORKDIR}"/aufs3-kbuild.patch - "${WORKDIR}"/aufs3-base.patch - "${WORKDIR}"/aufs3-mmap.patch" - - use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch" - - unpack ${AUFS_TARBALL} - - kernel-2_src_unpack -} - -src_prepare() { - if ! use module; then - sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die - fi - cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die - cp -rf "${WORKDIR}"/{Documentation,fs} . || die -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" - has_version sys-fs/aufs-util && \ - einfo "In order to use aufs FS you need to install sys-fs/aufs-util" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.10.19.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.10.25.ebuild similarity index 95% rename from sys-kernel/aufs-sources/aufs-sources-3.10.19.ebuild rename to sys-kernel/aufs-sources/aufs-sources-3.10.25.ebuild index 0b1de5493d11..98f4408acd7b 100644 --- a/sys-kernel/aufs-sources/aufs-sources-3.10.19.ebuild +++ b/sys-kernel/aufs-sources/aufs-sources-3.10.25.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.19.ebuild,v 1.1 2013/11/15 07:38:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.10.25.ebuild,v 1.1 2013/12/22 18:11:47 jlec Exp $ EAPI=5 ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="27" +K_GENPATCHES_VER="32" K_DEBLOB_AVAILABLE="1" inherit kernel-2 eutils detect_version diff --git a/sys-kernel/aufs-sources/aufs-sources-3.12.0.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.12.0.ebuild deleted file mode 100644 index 4c6aac0d3145..000000000000 --- a/sys-kernel/aufs-sources/aufs-sources-3.12.0.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.0.ebuild,v 1.5 2013/12/08 11:20:41 jlec Exp $ - -EAPI=5 - -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="1" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 eutils -detect_version -detect_arch - -AUFS_VERSION=3.12_p20131111 -AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz" -# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar -AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}" - -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/" -IUSE="deblob experimental module vanilla" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support" -SRC_URI=" - ${KERNEL_URI} - ${ARCH_URI} - ${AUFS_URI} - !vanilla? ( ${GENPATCHES_URI} ) - " - -PDEPEND=">=sys-fs/aufs-util-3.9" - -src_unpack() { - if use vanilla; then - unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT - ewarn "You are using USE=vanilla" - ewarn "This will drop all support from the gentoo kernel security team" - fi - - UNIPATCH_LIST=" - "${WORKDIR}"/aufs3-kbuild.patch - "${WORKDIR}"/aufs3-base.patch - "${WORKDIR}"/aufs3-mmap.patch" - - use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch" - - unpack ${AUFS_TARBALL} - - kernel-2_src_unpack -} - -src_prepare() { - if ! use module; then - sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die - fi - cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die - cp -rf "${WORKDIR}"/{Documentation,fs} . || die -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" - has_version sys-fs/aufs-util && \ - einfo "In order to use aufs FS you need to install sys-fs/aufs-util" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.12.2.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.12.2.ebuild deleted file mode 100644 index a80e5cfbe9f3..000000000000 --- a/sys-kernel/aufs-sources/aufs-sources-3.12.2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.2.ebuild,v 1.1 2013/12/01 15:06:14 jlec Exp $ - -EAPI=5 - -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="3" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 eutils -detect_version -detect_arch - -AUFS_VERSION=3.12_p20131111 -AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz" -# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar -AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}" - -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/" -IUSE="deblob experimental module vanilla" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support" -SRC_URI=" - ${KERNEL_URI} - ${ARCH_URI} - ${AUFS_URI} - !vanilla? ( ${GENPATCHES_URI} ) - " - -PDEPEND=">=sys-fs/aufs-util-3.9" - -src_unpack() { - if use vanilla; then - unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT - ewarn "You are using USE=vanilla" - ewarn "This will drop all support from the gentoo kernel security team" - fi - - UNIPATCH_LIST=" - "${WORKDIR}"/aufs3-kbuild.patch - "${WORKDIR}"/aufs3-base.patch - "${WORKDIR}"/aufs3-mmap.patch" - - use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch" - - unpack ${AUFS_TARBALL} - - kernel-2_src_unpack -} - -src_prepare() { - if ! use module; then - sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die - fi - cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die - cp -rf "${WORKDIR}"/{Documentation,fs} . || die -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" - has_version sys-fs/aufs-util && \ - einfo "In order to use aufs FS you need to install sys-fs/aufs-util" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.12.3.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.12.3.ebuild deleted file mode 100644 index 6e7bfdd8d52c..000000000000 --- a/sys-kernel/aufs-sources/aufs-sources-3.12.3.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.3.ebuild,v 1.1 2013/12/08 11:20:41 jlec Exp $ - -EAPI=5 - -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="4" -K_DEBLOB_AVAILABLE="1" -inherit kernel-2 eutils -detect_version -detect_arch - -AUFS_VERSION=3.12_p20131111 -AUFS_TARBALL="aufs-sources-${AUFS_VERSION}.tar.xz" -# git archive -v --remote=git://git.code.sf.net/p/aufs/aufs3-standalone aufs${AUFS_VERSION/_p*} > aufs-sources-${AUFS_VERSION}.tar -AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}" - -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/" -IUSE="deblob experimental module vanilla" - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support" -SRC_URI=" - ${KERNEL_URI} - ${ARCH_URI} - ${AUFS_URI} - !vanilla? ( ${GENPATCHES_URI} ) - " - -PDEPEND=">=sys-fs/aufs-util-3.9" - -src_unpack() { - if use vanilla; then - unset UNIPATCH_LIST_GENPATCHES UNIPATCH_LIST_DEFAULT - ewarn "You are using USE=vanilla" - ewarn "This will drop all support from the gentoo kernel security team" - fi - - UNIPATCH_LIST=" - "${WORKDIR}"/aufs3-kbuild.patch - "${WORKDIR}"/aufs3-base.patch - "${WORKDIR}"/aufs3-mmap.patch" - - use module && UNIPATCH_LIST+=" "${WORKDIR}"/aufs3-standalone.patch" - - unpack ${AUFS_TARBALL} - - kernel-2_src_unpack -} - -src_prepare() { - if ! use module; then - sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || die - fi - cp -f "${WORKDIR}"/include/uapi/linux/aufs_type.h include/uapi/linux/aufs_type.h || die - cp -rf "${WORKDIR}"/{Documentation,fs} . || die -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" - has_version sys-fs/aufs-util && \ - einfo "In order to use aufs FS you need to install sys-fs/aufs-util" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/aufs-sources/aufs-sources-3.12.1.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.12.7.ebuild similarity index 96% rename from sys-kernel/aufs-sources/aufs-sources-3.12.1.ebuild rename to sys-kernel/aufs-sources/aufs-sources-3.12.7.ebuild index 1a82766fabb8..7c23a8302966 100644 --- a/sys-kernel/aufs-sources/aufs-sources-3.12.1.ebuild +++ b/sys-kernel/aufs-sources/aufs-sources-3.12.7.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.1.ebuild,v 1.1 2013/11/21 07:35:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.12.7.ebuild,v 1.1 2013/12/22 18:11:47 jlec Exp $ EAPI=5 ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="2" +K_GENPATCHES_VER="7" K_DEBLOB_AVAILABLE="1" inherit kernel-2 eutils detect_version diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index a6dc2ab12d37..6d51c838df6e 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -3,3 +3,4 @@ DIST patch-3.13-rc1.xz 4995712 SHA256 a719f74cd84cfd596ec0b6ea3ae0d2970c3717b475 DIST patch-3.13-rc2.xz 5073740 SHA256 09e620affeadaff50fdef633a7d0f5fe6bc94be8424a1a925f067c74153b2b7a SHA512 4001776ca2b5bee3b5e579af05ab9f18458cf5d7363060f4c81d2e8e1ef990df2f1fe7a192787dc5117dffe5a66b7810d1d4fbca63bbd0918160578bb6314d37 WHIRLPOOL f0fb865984863a9023bdd666a0e5c67f4f7f8321d1ff0a347d1cce97921f4a944814d174251541507f12b5c05d50ff0f356da81a0796ca46adae65ebc7c1e087 DIST patch-3.13-rc3.xz 5115940 SHA256 240bd2ca75e2e94593d980d628eebca59bfe974543eb72e10dc08aef22e44c97 SHA512 929dbe2326e955e1af61df964f510b5a571b50e53e016b2add4f4946b9edebff32a46df8c4f863dd4c9ede836e27063084c2dab07a5e98128b5648ca138d7736 WHIRLPOOL afe3bc31f0372da65232717053861f2208df6e253b60aecde0278b6c275ade9276df1b78e756db20b201fc391951214fa1f71f8f299e6320e299f15a452f2874 DIST patch-3.13-rc4.xz 5202232 SHA256 d77336e5f1c6c2e34a631381eb78bccec01caa500bc643084b210393e93a5e14 SHA512 482fa4d5ea5cd4e9f2af9f6c4f20bc5ea21a5b628237015f555bfba0289a97538a909fffa4c9e67c67e17d23d78664306df31e30ae5d636dd21048ed1cea5106 WHIRLPOOL dd3bd4af89ec90cdd8a0c09515509f7050be4cbe135065c4d8ed4c6e201dce8d6d688db92b9b9bc40bc76eda7460a29cb1be9304ed7d38d8f85b00ad26c0394e +DIST patch-3.13-rc5.xz 5237604 SHA256 e4266f347d37d33f29ba16e71df530bdcdb098eb7c9ea61497ff4e478864bc99 SHA512 1b8abed2f9d22f935f627c5c3f1980dca6bbb2dd6c1e41d43509b0dd6a9913843782865535b6bf7d3a7a3a13b312499cdf186a34c0637bba280039aad360d917 WHIRLPOOL 0179402fb9f2ce9e8e37f27bf8c63a3e7574cc39b19a2cfc7233f6be91df0165fcf2f066847390361b313618b617a48765258d42ebdadbdc578e80f7aa3f9391 diff --git a/sys-kernel/git-sources/git-sources-3.13_rc5.ebuild b/sys-kernel/git-sources/git-sources-3.13_rc5.ebuild new file mode 100644 index 000000000000..1ada982b789c --- /dev/null +++ b/sys-kernel/git-sources/git-sources-3.13_rc5.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.13_rc5.ebuild,v 1.1 2013/12/23 00:27:24 mpagano Exp $ + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="yes" +K_DEBLOB_AVAILABLE=0 +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +pkg_postinst() { + postinst_sources +} diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest index 1c6ceb8706a4..82020cee5543 100644 --- a/sys-libs/libcxx/Manifest +++ b/sys-libs/libcxx/Manifest @@ -1 +1,2 @@ DIST libcxx-0.0_p20130725.tar.xz 833240 SHA256 16428d2a493d2f833bc695300f4fc4e2bfd756fa4eb8e0b7696af10ff5e82653 SHA512 756cb089dc6514125b53623a410039c0edc2fb56a734b7faabee018e073adb96a30f7413546ba42fb40dd815697f27735fbbb6bbcce2e7dea10d284a3ed394d3 WHIRLPOOL 329817e70c27e13d37d75d3d15f0b49375e59d660d784b2e174b059046090a2514d7ddd39ac8fc917da784899f7d394842e73f7c81301d4fdf9add74d259f086 +DIST libcxx-0.0_p20131222.tar.xz 872416 SHA256 d77b7555daa368a493a71c99d9d5868706cc3a66a4e37e002a860733407d21ee SHA512 d4466a4e66365d38c552813f9d4be251bbc956ca0f2800dcd08b3d5633e6bd1a48601016e0e63a92cb4cd2f7863b31ece0ce9b68f2de2c76cf457a7093920fec WHIRLPOOL 07acd16939694e2cfc946f8f021a2b8a4d4ae40dfe2128273a6e0c76b9a2ac8d9f2e6347d091861219044674ea02b76caf80b3f55f74e8e504c58fe96b19eb91 diff --git a/sys-libs/libcxx/libcxx-0.0_p20131222.ebuild b/sys-libs/libcxx/libcxx-0.0_p20131222.ebuild new file mode 100644 index 000000000000..fdd9ceea1369 --- /dev/null +++ b/sys-libs/libcxx/libcxx-0.0_p20131222.ebuild @@ -0,0 +1,169 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20131222.ebuild,v 1.1 2013/12/22 17:57:43 aballier Exp $ + +EAPI=5 + +ESVN_REPO_URI="http://llvm.org/svn/llvm-project/libcxx/trunk" + +[ "${PV%9999}" != "${PV}" ] && SCM="subversion" || SCM="" + +inherit ${SCM} flag-o-matic toolchain-funcs multilib multilib-minimal + +DESCRIPTION="New implementation of the C++ standard library, targeting C++11" +HOMEPAGE="http://libcxx.llvm.org/" +if [ "${PV%9999}" = "${PV}" ] ; then + SRC_URI="mirror://gentoo/${P}.tar.xz" +else + SRC_URI="" +fi + +LICENSE="|| ( UoI-NCSA MIT )" +SLOT="0" +if [ "${PV%9999}" = "${PV}" ] ; then + KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +else + KEYWORDS="" +fi +IUSE="elibc_glibc +libcxxrt static-libs test" + +RDEPEND="libcxxrt? ( >=sys-libs/libcxxrt-0.0_p20130530[static-libs?,${MULTILIB_USEDEP}] ) + !libcxxrt? ( >=sys-devel/gcc-4.7[cxx] )" +DEPEND="${RDEPEND} + test? ( sys-devel/clang ) + app-arch/xz-utils" + +DOCS=( CREDITS.TXT ) + +pkg_setup() { + if ! use libcxxrt ; then + ewarn "You have disabled USE=libcxxrt. This will build ${PN} against" + ewarn "libsupc++. Please note that this is not well supported." + ewarn "In particular, static linking will not work." + fi + if [[ $(gcc-version) < 4.7 ]] && [[ $(tc-getCXX) != *clang++* ]] ; then + eerror "${PN} needs to be built with clang++ or gcc-4.7 or later." + eerror "Please use gcc-config to switch to gcc-4.7 or later version." + die + fi +} + +src_prepare() { + cp -f "${FILESDIR}/Makefile" lib/ || die + multilib_copy_sources +} + +src_configure() { + export LIBS="-lpthread -lrt -lc -lgcc_s" + if use libcxxrt ; then + append-cppflags -DLIBCXXRT "-I${EPREFIX}/usr/include/libcxxrt/" + LIBS="-lcxxrt ${LIBS}" + cp "${EPREFIX}/usr/include/libcxxrt/"*.h "${S}/include" + else + # Very hackish, see $HOMEPAGE + # If someone has a clever idea, please share it! + local includes="$(echo | ${CHOST}-g++ -Wp,-v -x c++ - -fsyntax-only 2>&1 | grep -C 2 '#include.*<...>' | tail -n 2 | sed -e 's/^ /-I/' | tr '\n' ' ')" + local libcxx_gcc_dirs="$(echo | ${CHOST}-g++ -Wp,-v -x c++ - -fsyntax-only 2>&1 | grep -C 2 '#include.*<...>' | tail -n 2 | tr '\n' ' ')" + append-cppflags -D__GLIBCXX__ ${includes} + LIBS="-lsupc++ ${LIBS}" + local libsupcxx_includes="cxxabi.h bits/c++config.h bits/os_defines.h bits/cpu_defines.h bits/cxxabi_tweaks.h bits/cxxabi_forced.h" + for i in ${libsupcxx_includes} ; do + local found="" + [ -d "${S}/include/$(dirname ${i})/" ] || mkdir -p "${S}/include/$(dirname ${i})" + for j in ${libcxx_gcc_dirs} ; do + if [ -f "${j}/${i}" ] ; then + cp "${j}/${i}" "${S}/include/$(dirname ${i})/" || die + found=yes + fi + done + [ -n "${found}" ] || die "Header not found: ${i}" + done + fi + + tc-export AR CC CXX + + append-ldflags "-Wl,-z,defs" # make sure we are not underlinked +} + +multilib_src_compile() { + cd "${BUILD_DIR}/lib" || die + emake shared + use static-libs && emake static +} + +# Tests fail for now, if anybody is able to fix them, help is very welcome. +multilib_src_test() { + cd "${BUILD_DIR}/test" + LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}" \ + CC="clang++ $(get_abi_CFLAGS) ${CXXFLAGS}" \ + HEADER_INCLUDE="-I${BUILD_DIR}/include" \ + SOURCE_LIB="-L${BUILD_DIR}/lib" \ + LIBS="-lm $(usex libcxxrt -lcxxrt "")" \ + ./testit || die + # TODO: fix link against libsupc++ +} + +# Usage: deps +gen_ldscript() { + local output_format + output_format=$($(tc-getCC) ${CFLAGS} ${LDFLAGS} -Wl,--verbose 2>&1 | sed -n 's/^OUTPUT_FORMAT("\([^"]*\)",.*/\1/p') + [[ -n ${output_format} ]] && output_format="OUTPUT_FORMAT ( ${output_format} )" + + cat <<-END_LDSCRIPT +/* GNU ld script + Include missing dependencies +*/ +${output_format} +GROUP ( $@ ) +END_LDSCRIPT +} + +gen_static_ldscript() { + if use libcxxrt ; then + # Move it first. + mv "${ED}/usr/$(get_libdir)/libc++.a" "${ED}/usr/$(get_libdir)/libc++_static.a" || die + + # Generate libc++.a ldscript for inclusion of its dependencies so that + # clang++ -stdlib=libc++ -static works out of the box. + local deps="${EPREFIX}/usr/$(get_libdir)/libc++_static.a ${EPREFIX}/usr/$(get_libdir)/libcxxrt.a" + # On Linux/glibc it does not link without libpthread or libdl. It is + # fine on FreeBSD. + use elibc_glibc && deps="${deps} ${EPREFIX}/usr/$(get_libdir)/libpthread.a ${EPREFIX}/usr/$(get_libdir)/libdl.a" + + gen_ldscript "${deps}" > "${ED}/usr/$(get_libdir)/libc++.a" + fi + # TODO: Generate a libc++.a ldscript when building against libsupc++ +} + +gen_shared_ldscript() { + if use libcxxrt ; then + mv "${ED}/usr/$(get_libdir)/libc++.so" "${ED}/usr/$(get_libdir)/libc++_shared.so" || die + local deps="${EPREFIX}/usr/$(get_libdir)/libc++_shared.so ${EPREFIX}/usr/$(get_libdir)/libcxxrt.so" + gen_ldscript "${deps}" > "${ED}/usr/$(get_libdir)/libc++.so" + fi + # TODO: Generate the linker script for other confiurations too. +} + +multilib_src_install() { + cd "${BUILD_DIR}/lib" + if use static-libs ; then + dolib.a libc++.a + gen_static_ldscript + fi + dolib.so libc++.so* + gen_shared_ldscript +} + +multilib_src_install_all() { + einstalldocs + insinto /usr/include/c++/v1 + doins -r include/* +} + +pkg_postinst() { + elog "This package (${PN}) is mainly intended as a replacement for the C++" + elog "standard library when using clang." + elog "To use it, instead of libstdc++, use:" + elog " clang++ -stdlib=libc++" + elog "to compile your C++ programs." +} diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index 3ecd98d9fdd6..17e4723fe039 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.25 2013/10/14 18:21:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.26 2013/12/22 17:51:28 aballier Exp $ EAPI=5 @@ -98,8 +98,9 @@ multilib_src_test() { CC="clang++ $(get_abi_CFLAGS) ${CXXFLAGS}" \ HEADER_INCLUDE="-I${BUILD_DIR}/include" \ SOURCE_LIB="-L${BUILD_DIR}/lib" \ - LIBS="-lm" \ + LIBS="-lm $(usex libcxxrt -lcxxrt "")" \ ./testit || die + # TODO: fix link against libsupc++ } # Usage: deps diff --git a/sys-libs/libcxxrt/Manifest b/sys-libs/libcxxrt/Manifest index ba975fc52346..c9a6e6a4636e 100644 --- a/sys-libs/libcxxrt/Manifest +++ b/sys-libs/libcxxrt/Manifest @@ -1 +1,2 @@ DIST libcxxrt-0.0_p20130725.tar.xz 57732 SHA256 f2dfac2b8e99b6b213eb0e3b243f4a37cb156b57252d842ed6a99ca2e4d79f18 SHA512 553411508ce21e5684b05896ce5121f60ad2f2fba19fce70cf62f19c1cf9a0422be447d484a6f0ab63f2a5c3f318816e561f4bbf5b5ae5eaa0a674cb15b6f30e WHIRLPOOL 80693ba6263e41826082945833a99f90559c64fdacccf8b02332f87075f1034c39d69207cf04b184ba989437d0d236c8abd142b1f105f6ad530e5cb026453a38 +DIST libcxxrt-0.0_p20131222.tar.xz 58000 SHA256 d3b6f6f2c0b44a089aab21e6a81276d02c7469c1cef20dad4832a198c52786cc SHA512 f2703de82951277fee2bfee8a321c6988353cfd044cd3c6aadf5e937dfa6a0d299a48ee99e87e324c887edbeb519c97e83c46207d88a016b88e7c615c57eecab WHIRLPOOL 35da9c432eb081f54e7d026340feb5d86861454baab7803d6a1099bb1eb68ddd41a257f5bafb67b0f58ea723057555ce4af678c40ddf128df0e98f031293b10e diff --git a/sys-libs/libcxxrt/libcxxrt-0.0_p20131222.ebuild b/sys-libs/libcxxrt/libcxxrt-0.0_p20131222.ebuild new file mode 100644 index 000000000000..3d16040b47b5 --- /dev/null +++ b/sys-libs/libcxxrt/libcxxrt-0.0_p20131222.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/libcxxrt-0.0_p20131222.ebuild,v 1.1 2013/12/22 17:44:24 aballier Exp $ + +EAPI=5 + +EGIT_REPO_URI="git://github.com/pathscale/libcxxrt.git" + +[ "${PV%9999}" != "${PV}" ] && SCM="git-2" || SCM="" + +inherit flag-o-matic toolchain-funcs portability ${SCM} multilib-minimal + +DESCRIPTION="C++ Runtime from PathScale, FreeBSD and NetBSD." +HOMEPAGE="https://github.com/pathscale/libcxxrt http://www.pathscale.com/node/265" +if [ "${PV%9999}" = "${PV}" ] ; then + SRC_URI="mirror://gentoo/${P}.tar.xz" + DEPEND="app-arch/xz-utils" +else + SRC_URI="" +fi + +LICENSE="BSD-2" +SLOT="0" +if [ "${PV%9999}" = "${PV}" ] ; then + KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +else + KEYWORDS="" +fi +IUSE="libunwind static-libs" + +RDEPEND="libunwind? ( >=sys-libs/libunwind-1.0.1-r1[static-libs?] )" +DEPEND="${RDEPEND} + ${DEPEND}" + +DOCS=( AUTHORS COPYRIGHT README ) + +src_prepare() { + cp "${FILESDIR}/Makefile" src/ || die + cp "${FILESDIR}/Makefile.test" test/Makefile || die + multilib_copy_sources +} + +multilib_src_compile() { + # Notes: we build -nodefaultlibs to avoid linking to gcc libs. + # libcxxrt needs: dladdr (dlopen_lib), libunwind or libgcc_s and the libc. + tc-export CC CXX AR + append-ldflags "-Wl,-z,defs" # make sure we are not underlinked + cd "${BUILD_DIR}/src" + LIBS="$(dlopen_lib) -l$(usex libunwind unwind gcc_s) -lc" emake shared + use static-libs && emake static +} + +multilib_src_test() { + cd "${BUILD_DIR}/test" + LD_LIBRARY_PATH="${BUILD_DIR}/src:${LD_LIBRARY_PATH}" \ + LIBS="-L${BUILD_DIR}/src -lcxxrt -l$(usex libunwind unwind gcc_s) -lc" \ + emake check +} + +multilib_src_install() { + # TODO: See README. Maybe hide it in a subdir and let only libcxx know about + # it. FreeBSD head installs it in /lib + dolib.so src/${PN}.so* + use static-libs && dolib.a src/${PN}.a +} + +multilib_src_install_all() { + einstalldocs + insinto /usr/include/libcxxrt/ + doins src/cxxabi.h src/unwind*.h +} diff --git a/sys-libs/libcxxrt/libcxxrt-9999.ebuild b/sys-libs/libcxxrt/libcxxrt-9999.ebuild index aa1ba61cf6f6..dfada5b69723 100644 --- a/sys-libs/libcxxrt/libcxxrt-9999.ebuild +++ b/sys-libs/libcxxrt/libcxxrt-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/libcxxrt-9999.ebuild,v 1.10 2013/10/14 18:21:46 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxxrt/libcxxrt-9999.ebuild,v 1.11 2013/12/22 17:38:17 aballier Exp $ EAPI=5 @@ -53,7 +53,7 @@ multilib_src_compile() { multilib_src_test() { cd "${BUILD_DIR}/test" LD_LIBRARY_PATH="${BUILD_DIR}/src:${LD_LIBRARY_PATH}" \ - LIBS="-L${BUILD_DIR}/src -lcxxrt -lc" \ + LIBS="-L${BUILD_DIR}/src -lcxxrt -l$(usex libunwind unwind gcc_s) -lc" \ emake check } diff --git a/sys-libs/uclibc/Manifest b/sys-libs/uclibc/Manifest index bc83606adf9e..f6db75d982d3 100644 --- a/sys-libs/uclibc/Manifest +++ b/sys-libs/uclibc/Manifest @@ -14,5 +14,6 @@ DIST uClibc-0.9.33.2-patches-5.tar.bz2 10084 SHA256 9c9814360470b1ff3308a85fe8a6 DIST uClibc-0.9.33.2-patches-6.tar.bz2 19661 SHA256 81f090b8446c09614d01a2de0637ee21fd16b57f3b5740d6d2f9e02a6869cf27 SHA512 ae2be61ab469b27d9c9b8c3d457f67e24b261db45f511c4d330364aef5843fc0775bc3de61bb9e6e027fabaea7f5736ab4fef9aaddc4d4a777743768afbe0129 WHIRLPOOL a8cd8b066374a49483caa1ea4df1446145c6bafa4f85c00d9136f185dc2ab9f616abc0687c25559e34d6f33a5015f963303293223b1e9f0a7b5777d5b08a3030 DIST uClibc-0.9.33.2-patches-7.tar.bz2 20917 SHA256 5509055465d580c92dee9ac62fe99228655f6b9b6b48d3a74fe88e9dfcde2377 SHA512 7284b021c5cfd2c08178f1e0ac0323dbad7d48cd9eddbafa6f0ef80d3e713fe2c26b75cbceccb5e44e17754e7d5509c69d9f1dbecbe74bb640ad34027f81d516 WHIRLPOOL 5a93c521c8faa7f067a4a4a8c951dad0decfddd4f005f0bd6a3ae7930ea0dee45385abb2153636e30625e4fa551529e3cdb31b8e818fdd1ae704e42f47460b4d DIST uClibc-0.9.33.2-patches-8.tar.bz2 20355 SHA256 22e199113574cd44f381c341173b5a9fb09525100f0a9c0c6799b3b5c9d2a3f2 SHA512 fd7648c13255077d8e7a81de4ca5e7c11b0fe15a0766839d877c3bb9022afaf703043019fa4fb84b666cb16f7b255c1aa919aec2b5799d55aa6d74e36c4ea2aa WHIRLPOOL d63b9ea705ce09d2b2e177ab7318830b5855bd7aed2169ba95add340b12ec54b847137647f0cf9206710ea629e3ce07d45ea9d67caaab4cea78a4d1aab6142dc +DIST uClibc-0.9.33.2-patches-9.tar.bz2 23996 SHA256 01148f0dd60bb00ae11a5e83c419cddd82cf30e82e9ac71e267502010c1e7a04 SHA512 c7e267e9349f500e5ff040d2e2c4027d1e877eb8985108f8a604f9633a0a5d6a3e3cb35f77a3989f4701c44c3129abdbf01b3e0979e36bca87fce76f24e74192 WHIRLPOOL 0572f3e5f498985cad9dbba45206b7751317089e8ab63a7281dd7c9d7b8168e8beafc894ae64a0ab90a35db4e21ba98698fe94e14e341278b10f2ffcbd071183 DIST uClibc-0.9.33.2.tar.bz2 2834029 SHA256 988d2c777e0605fe253d12157f71ec68f25d1bb8428725d2b7460bf9977e1662 SHA512 1cf18fe5418e12ae12ce995d7455d465bc4737f225afc49512ec69858771e099bead7b18408b01c7e6f845dcc80c3b4f875332eeffdcc04ae4b48474fb29a8dd WHIRLPOOL e2ca16c179893a58228e701ddf8b5614cb6b3fe2eaa6e2a9b909a27f78a348723fa7ec99f7b437ce35d9ac0870e3e2ec4e4d46834ca6b3cbc3d8fa5306b57fb4 DIST uClibc-locale-030818.tgz 236073 SHA256 c4362be318a38f18d98dccf462d22d95bab92f05548bb93f65298fe9afaebd57 diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild b/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild index 2dddb249b154..079256121d33 100644 --- a/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild,v 1.1 2013/06/17 04:30:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r6.ebuild,v 1.2 2013/12/22 13:48:29 vapier Exp $ inherit eutils flag-o-matic multilib toolchain-funcs savedconfig if [[ ${PV} == "9999" ]] ; then @@ -23,7 +23,7 @@ if [[ ${PV} != "9999" ]] ; then PATCH_VER="8" SRC_URI="http://uclibc.org/downloads/${MY_P}.tar.bz2 ${PATCH_VER:+mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2}" - KEYWORDS="-* ~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86" + KEYWORDS="-* amd64 arm m68k ~mips ppc sh sparc x86" fi LICENSE="LGPL-2" diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r7.ebuild b/sys-libs/uclibc/uclibc-0.9.33.2-r7.ebuild new file mode 100644 index 000000000000..c4d05184760f --- /dev/null +++ b/sys-libs/uclibc/uclibc-0.9.33.2-r7.ebuild @@ -0,0 +1,340 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r7.ebuild,v 1.1 2013/12/22 14:30:57 vapier Exp $ + +inherit eutils flag-o-matic multilib toolchain-funcs savedconfig +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://git.busybox.net/uClibc" + inherit git-2 +fi + +export CBUILD=${CBUILD:-${CHOST}} +export CTARGET=${CTARGET:-${CHOST}} +if [[ ${CTARGET} == ${CHOST} ]] ; then + if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then + export CTARGET=${CATEGORY/cross-} + fi +fi + +MY_P=uClibc-${PV} +DESCRIPTION="C library for developing embedded Linux systems" +HOMEPAGE="http://www.uclibc.org/" +if [[ ${PV} != "9999" ]] ; then + PATCH_VER="9" + SRC_URI="http://uclibc.org/downloads/${MY_P}.tar.bz2 + ${PATCH_VER:+mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2}" + KEYWORDS="-* ~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86" +fi + +LICENSE="LGPL-2" +SLOT="0" +IUSE="debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp crosscompile_opts_headers-only" +RESTRICT="strip" + +S=${WORKDIR}/${MY_P} + +is_crosscompile() { + [[ ${CHOST} != ${CTARGET} ]] +} +alt_build_kprefix() { + if [[ ${CBUILD} == ${CHOST} && ${CTARGET} == ${CHOST} ]] ; then + echo /usr/include + else + echo /usr/${CTARGET}/usr/include + fi +} + +just_headers() { + use crosscompile_opts_headers-only && is_crosscompile +} + +uclibc_endian() { + # XXX: this wont work for a toolchain which is bi-endian, but we + # dont have any such thing at the moment, so not a big deal + touch "${T}"/endian.s + $(tc-getAS ${CTARGET}) "${T}"/endian.s -o "${T}"/endian.o + case $(file "${T}"/endian.o) in + *" MSB "*) echo "BIG";; + *" LSB "*) echo "LITTLE";; + *) echo "NFC";; + esac + rm -f "${T}"/endian.{s,o} +} + +pkg_setup() { + if [ ${CTARGET} = ${CHOST} ] ; then + case ${CHOST} in + *-uclinux*|*-uclibc*) ;; + *) die "Use sys-devel/crossdev to build a uclibc toolchain" ;; + esac + fi +} + +check_cpu_opts() { + case ${CTARGET} in + # Need to handle $ABI here w/mips. + mips[1234]*) export UCLIBC_CPU="MIPS_ISA_${CTARGET:4:1}";; + sh[2345]*) export UCLIBC_CPU="SH${CTARGET:2:1}";; + i[3456]86*) export UCLIBC_CPU="${CTARGET:1:1}86";; + # XXX: Should figure out how to handle sparc. + esac +} + +kconfig_q_opt() { + local flag=$1; shift + case ${flag} in + y|n) ;; + *) flag=$(usex ${flag} y n) ;; + esac + + local var="defs_${flag}" + eval "${var}+=( $* )" +} + +get_opt() { + ( + unset ${1} + . ${2:-"${S}"/.config} + echo ${!1} + ) +} + +src_oldconfig() { + yes "" 2>/dev/null | emake -s oldconfig >/dev/null +} +src_config() { + restore_config .config + if [ -f .config ]; then + src_oldconfig + return 0 + else + ewarn "Could not locate user configfile, so we will save a default one" + fi + + emake ARCH=${target} defconfig >/dev/null || die + + local defs_{y,n} defs + + defs=( + DO{DEBUG_PT,ASSERTS} + SUPPORT_LD_DEBUG_EARLY + UCLIBC_HAS_PROFILING + ) + kconfig_q_opt n "${defs[@]}" + kconfig_q_opt debug DODEBUG SUPPORT_LD_DEBUG + + sed -i -e '/ARCH_.*_ENDIAN/d' .config + kconfig_q_opt y "ARCH_WANTS_$(uclibc_endian)_ENDIAN" + + if [[ ${CTARGET} == arm* ]] ; then + kconfig_q_opt n CONFIG_ARM_OABI + kconfig_q_opt y CONFIG_ARM_EABI + fi + + defs=( + MALLOC_GLIBC_COMPAT + DO_C99_MATH + UCLIBC_HAS_{CTYPE_CHECKED,WCHAR,HEXADECIMAL_FLOATS,GLIBC_CUSTOM_PRINTF,FOPEN_EXCLUSIVE_MODE,GLIBC_CUSTOM_STREAMS,PRINTF_M_SPEC} + UCLIBC_HAS_FENV + UCLIBC_HAS_{N,}FTW + UCLIBC_HAS_GNU_GLOB + UCLIBC_HAS_LIBUTIL + UCLIBC_HAS_PROGRAM_INVOCATION_NAME + UCLIBC_HAS_RESOLVER_SUPPORT + UCLIBC_HAS_TZ_FILE_READ_MANY + UCLIBC_HAS_UTMPX + UCLIBC_SUPPORT_AI_ADDRCONFIG + UCLIBC_SUSV3_LEGACY + UCLIBC_SUSV3_LEGACY_MACROS + UCLIBC_SUSV4_LEGACY + UCLIBC_USE_NETLINK + PTHREADS_DEBUG_SUPPORT + ) + kconfig_q_opt y "${defs[@]}" + kconfig_q_opt n UCLIBC_HAS_CTYPE_UNSAFE + kconfig_q_opt n UCLIBC_HAS_LOCALE + kconfig_q_opt n HAS_NO_THREADS + kconfig_q_opt ipv6 UCLIBC_HAS_IPV6 + kconfig_q_opt nptl UCLIBC_HAS_THREADS_NATIVE + kconfig_q_opt !nptl LINUXTHREADS_OLD + kconfig_q_opt rpc UCLIBC_HAS_{,{FULL,REENTRANT}_}RPC + kconfig_q_opt wordexp UCLIBC_HAS_WORDEXP + kconfig_q_opt uclibc-compat UCLIBC_HAS_LIB{NSL,RESOLV}_STUB COMPAT_ATEXIT + + # we need to do it independently of hardened to get ssp.c built into libc + kconfig_q_opt y UCLIBC_HAS_SSP + kconfig_q_opt n UCLIBC_HAS_SSP_COMPAT + kconfig_q_opt y UCLIBC_HAS_ARC4RANDOM + kconfig_q_opt n PROPOLICE_BLOCK_ABRT + kconfig_q_opt y PROPOLICE_BLOCK_SEGV + + # arm/mips do not emit PT_GNU_STACK, but if we enable this here + # it will be emitted as RWE, ppc has to be checked, x86 needs it + # this option should be used independently of hardened + if has $(tc-arch) x86 || has $(tc-arch) ppc ; then + kconfig_q_opt y UCLIBC_BUILD_NOEXECSTACK + else + kconfig_q_opt n UCLIBC_BUILD_NOEXECSTACK + fi + kconfig_q_opt y UCLIBC_BUILD_RELRO + kconfig_q_opt hardened UCLIBC_BUILD_PIE + kconfig_q_opt hardened UCLIBC_BUILD_NOW + kconfig_q_opt !ssp SSP_QUICK_CANARY + kconfig_q_opt ssp UCLIBC_BUILD_SSP + + local def + for def in 1 2 ; do + # Run twice as some config opts depend on others being enabled first. + for def in ${defs_y[@]} ; do + sed -i -e "s:.*\<${def}\>.*set:${def}=y:g" .config + done + for def in ${defs_n[@]} ; do + sed -i -e "s:${def}=y:# ${def} is not set:g" .config + done + src_oldconfig + done + + einfo "Enabled options:" + for def in ${defs_y[@]} ; do + einfo " " $(grep "^${def}=y" .config || echo "could not find ${def}") + done + einfo "Disabled options:" + for def in ${defs_n[@]} ; do + einfo " " $(grep "^# ${def} is not set" .config || echo "could not find ${def}") + done + + # setup build and run paths + sed -i \ + -e "/^CROSS_COMPILER_PREFIX/s:=.*:=\"${CTARGET}-\":" \ + -e "/^KERNEL_HEADERS/s:=.*:=\"$(alt_build_kprefix)\":" \ + -e "/^SHARED_LIB_LOADER_PREFIX/s:=.*:=\"/$(get_libdir)\":" \ + -e "/^DEVEL_PREFIX/s:=.*:=\"/usr\":" \ + -e "/^RUNTIME_PREFIX/s:=.*:=\"/\":" \ + -e "/^UCLIBC_EXTRA_CFLAGS/s:=.*:=\"${UCLIBC_EXTRA_CFLAGS}\":" \ + .config || die + + src_oldconfig +} + +src_unpack() { + if [[ ${PV} == "9999" ]] ; then + git-2_src_unpack + else + unpack ${A} + fi + cd "${S}" + if [[ -n ${PATCH_VER} ]] ; then + EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch + fi + + epatch_user + + check_cpu_opts + + echo + einfo "Runtime Prefix: /" + einfo "Devel Prefix: /usr" + einfo "Kernel Prefix: $(alt_build_kprefix)" + einfo "CBUILD: ${CBUILD}" + einfo "CHOST: ${CHOST}" + einfo "CTARGET: ${CTARGET}" + einfo "CPU: ${UCLIBC_CPU:-default}" + einfo "ENDIAN: $(uclibc_endian)" + echo + + ########## CPU SELECTION ########## + + local target=$(tc-arch) config_target + case ${target} in + amd64) target="x86_64";; + arm) target="arm"; config_target="GENERIC_ARM";; + avr) target="avr32";; + mips) target="mips"; config_target="MIPS_ISA_1";; + ppc) target="powerpc";; + sh) target="sh"; config_target="SH4";; + x86) target="i386"; config_target="486";; + esac + if [[ -n ${config_target} ]] ; then + sed -i -e "s:default CONFIG_${config_target}:default CONFIG_${UCLIBC_CPU:-${config_target}}:" \ + extra/Configs/Config.${target} || die + fi + sed -i -e "s:^HOSTCC.*=.*:HOSTCC=$(tc-getBUILD_CC):" Rules.mak + + src_config + + if use iconv ; then + # Run after make clean, otherwise files removed + find ./extra/locale/charmaps -name "*.pairs" > extra/locale/codesets.txt + if [[ ! -f /etc/locale.gen ]] ; then + # See ./extra/locale/LOCALES for examples + die "Please create an appropriate /etc/locale.gen for locale support" + fi + echo -e "@euro e\n@cyrillic c\n#---\nUTF-8 yes\n8-BIT yes\n#---\n\n" > ./extra/locale/locales.txt + cat /etc/locale.gen >> ./extra/locale/locales.txt + fi +} + +src_compile() { + emake headers || die + just_headers && return 0 + + emake || die + if is_crosscompile ; then + emake -C utils hostutils || die + else + emake utils || die + fi +} + +src_test() { + is_crosscompile && return 0 + + # assert test fails on pax/grsec enabled kernels - normal + # vfork test fails in sandbox (both glibc/uclibc) + emake UCLIBC_ONLY=1 check || die +} + +src_install() { + local sysroot=${D} + is_crosscompile && sysroot+="/usr/${CTARGET}" + + local target="install" + just_headers && target="install_headers" + emake DESTDIR="${sysroot}" ${target} || die + + save_config .config + + # remove files coming from kernel-headers + rm -rf "${sysroot}"/usr/include/{linux,asm*} + + # Make sure we install the sys-include symlink so that when + # we build a 2nd stage cross-compiler, gcc finds the target + # system headers correctly. See gcc/doc/gccinstall.info + if is_crosscompile ; then + dosym usr/include /usr/${CTARGET}/sys-include + if ! just_headers && [[ -n $(get_opt HAVE_SHARED) ]] ; then + newbin utils/ldconfig.host ${CTARGET}-ldconfig || die + newbin utils/ldd.host ${CTARGET}-ldd || die + fi + return 0 + fi + + emake DESTDIR="${D}" install_utils || die + dobin extra/scripts/getent + dodoc Changelog* README TODO docs/*.txt DEDICATION.mjn3 +} + +pkg_postinst() { + is_crosscompile && return 0 + + if [ ! -e "${ROOT}"/etc/TZ ] ; then + ewarn "Please remember to set your timezone in /etc/TZ" + mkdir -p "${ROOT}"/etc + echo "UTC" > "${ROOT}"/etc/TZ + fi + [ "${ROOT}" != "/" ] && return 0 + # update cache before reloading init + ldconfig + # reload init ... + /sbin/telinit U 2>/dev/null +} diff --git a/sys-libs/zlib/zlib-1.2.8-r1.ebuild b/sys-libs/zlib/zlib-1.2.8-r1.ebuild index eb2b33fe3bcc..ede6742cb3c4 100644 --- a/sys-libs/zlib/zlib-1.2.8-r1.ebuild +++ b/sys-libs/zlib/zlib-1.2.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.8-r1.ebuild,v 1.7 2013/11/21 09:18:17 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.8-r1.ebuild,v 1.8 2013/12/22 12:55:09 ago Exp $ EAPI=4 AUTOTOOLS_AUTO_DEPEND="no" @@ -15,7 +15,7 @@ SRC_URI="http://zlib.net/${P}.tar.gz LICENSE="ZLIB" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="minizip static-libs" DEPEND="minizip? ( ${AUTOTOOLS_DEPEND} )" diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest index 8efe25fc1ddd..5d6d3362f074 100644 --- a/sys-process/parallel/Manifest +++ b/sys-process/parallel/Manifest @@ -1,9 +1,3 @@ -DIST parallel-20130222.tar.bz2 240077 SHA256 ebd3a66ff96bfcb00812c08a856bdf0f02e3de8864613283917775f5551e20ef SHA512 963665eab81c88d286f8e020f01c05c052290e018e10cb161195cd0344087a34bc1af63bf2df265d8579b9d8b822c6cab2ceab427667b7f36032715cf2fc0c7c WHIRLPOOL 8ff4823b752675a9fba6f3f20945350549d088b28dfe27fd43e097685618fefce9341661ffaba479c4b01aaf63fe6cf547285de0c38f6a8bfe8f9b5b8eff6610 -DIST parallel-20130422.tar.bz2 241817 SHA256 3090bb1ce3d56fe8c844a6ba4faa2ada69554f50c2ec46bdcd5d382d9a61cf2b SHA512 de6ac29ab33ad2bfef65ac74bf0b6b85331ecd9da9367d70f1f9306979dd5c01cb1bd777f4c390169c518e7c459d4b25b44b06f6cff6ea6a02e736ae46a09e85 WHIRLPOOL fc3d0a5679a6674d2a499112786e61c1fd392419475021bf3fb678b64612e54a8c02af3e955e5f4557fbd5dde8240039dfd009b2d41cacd22fe8938e5a022d2e DIST parallel-20130522.tar.bz2 242806 SHA256 e9ea6fa2644e8504a85a518edb246783f2ccace58f21d101712b28bf781d7d2b SHA512 297c38845497a70acb0e93de3562a3a937ca0a6bfe83c05bb8efa381ed59328b9c71126657da052b51d56dd76669dbaadd2eb8e239d825776c26efeeb211ca4e WHIRLPOOL 192b8acce94888e255c1d5cda1b56c0c319f0f560c11a698ec1b68742a4872e9e494bd338740f3790d5e886f13978f7b9b053f76df16d1af62035d4d54aa2654 -DIST parallel-20130622.tar.bz2 243064 SHA256 e815e7dbffd4d91e298b3b6d0bba12a515939f8ba72ac929b7c84eaf6cf69096 SHA512 f9736b04da96031f99f97399b30c70903ca749775feb05cb350239b1d025912d39e35d7d978faca7da280c0cbb9c51e715c1a1ccaff4a77be4d29d6b1431d738 WHIRLPOOL 9c73559255f95ba14af9cd757529ffedc56be8b086c210c175c19fc111a80df185677d4b9d3ba5d8be35916a63e39b651a4bbaa7f117cedd90b7709656d2136b -DIST parallel-20130722.tar.bz2 245705 SHA256 68185dfe3e94656c680c713f495840edf00bac0e8233e9fe1161f2ae3f99f66b SHA512 24e8cffda93de007fe7bdc9a8ac32f66d5836f4be620ba670659f251968f21bece074d298e465b1bb5b9ee85ced22ccbfc43b42add7a4a7a74ec6708a4ba0b6f WHIRLPOOL 8436a6327fdf3dbb0410aa87e126ff6a82fcf280fb5492308df4d3badb4a815949bc3c6d896e44ca546caee830d4cb2e16e662a2783e4f91ee26a99270f332a9 -DIST parallel-20130822.tar.bz2 270689 SHA256 b857c744479fe19137bdbd240dd6205882b31be924c9ce0a0f4566e67e8d25d9 SHA512 a9a625d3118de03fd67926e12fc0c510925267de2eb32c45348a9633f77ca7936cff9ee9be63949b59dbddbbb4ff0aebc66c520bcee5929e1ddd9637e1780ceb WHIRLPOOL f0ef22cc51f8d03badc9b409a673a2fccfc4f65d847b8b3cca15582482244fe3d09312632cee3e3ebdbf5ab95cc208fdc84e18d8b6475a755d3da6b92f57fe97 -DIST parallel-20130922.tar.bz2 769344 SHA256 e8fa0e4dd06781aa90f4567493ae61233b8db6a1b35257f8d229f9efd737b909 SHA512 265488415177c6941db5c4b188bb695bacfba34e1efb47be850d6f62b4c3de71987e070f7cc7a0ca5f751a9ab4a1b9ce181ad9164a9ee52aae38b44b88484459 WHIRLPOOL 6846c832046531c9a57921e1946933f0a831f421299f818fe2b3fecfd545f461fb652d19a3534ac60a0091d5c7ce9872db26f4def71272b64e90ea7028753eb7 -DIST parallel-20131022.tar.bz2 772831 SHA256 93280c7a03c18b07685157af36f2dfc82bbc59828acbdfe86ed27171a442b6f9 SHA512 b16818d174c3305177c78acfd94ccd009047cc1ca06fd5b7a0305df1ee9865ad32cfb14fb37d86226895e32dadf6d1b135907335b3951690584132c6ebabf5ac WHIRLPOOL 7d2a2448f99102c0aa1497ecfe4b9dfe849b552d6097dfe6dd7f3ca8533cfb6b4e29613d53b7644e676ac3c7ed91ebf36ab508b4fad3c96b50fc1258c17c6d43 DIST parallel-20131122.tar.bz2 808204 SHA256 ef5e0af618cd71c2a2d96ab3aa800ca44e6fab830092176db4b3468b747e29d0 SHA512 27460c1d33420b4e02d80c4aecab9c6682fac15fa0729d61490ffd426e93c64b557b9fccfef557ea6ed36e088f7bc1f00f390e80cc0b4a483218a40186c1a353 WHIRLPOOL f6e4c46f1aecf01b4245cd88c6cd402cc310b6fc309e15f4708aa51158dd1d2ed812de47198c9bfc5a336390aaaa04fe18aa5259abaa3a9cf83e8234108fbcfb +DIST parallel-20131222.tar.bz2 817581 SHA256 6772be4d236de1696c1d7f84eee00f36d0a69da28c845c8730c38816c9eaef21 SHA512 b0d4ce1816055b60afb400d4deac4e7c187a553a7e4106c8b7178a1ebb5442a3f8b49b5ad6e2645a1885d3fd4560168306ee86398cf5bdabca4d3c2f75be7cac WHIRLPOOL 07f941a4f080326c3cce5f98875c663b87cc3abfa24a4d32fee18e757fcaa418b881264f5a386eb2baaa87ccc01662418b5055fa85a99ed83a708926947c4130 diff --git a/sys-process/parallel/parallel-20130222.ebuild b/sys-process/parallel/parallel-20130222.ebuild deleted file mode 100644 index 2397b3f58c16..000000000000 --- a/sys-process/parallel/parallel-20130222.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20130222.ebuild,v 1.3 2013/05/20 08:25:51 ago Exp $ - -EAPI=5 - -DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote machines" -HOMEPAGE="http://www.gnu.org/software/parallel/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-lang/perl - dev-perl/Devel-Size - virtual/perl-Data-Dumper - virtual/perl-File-Temp - virtual/perl-IO" -# moreutils for `parallel` and grass for 'sql.1' manpage -DEPEND="${RDEPEND} - !mpm_is_threaded(); +-run_subtests :: +- cd Apache-SizeLimit && $(MAKE) test + + EOF + +@@ -816,37 +801,6 @@ EOF + return $preamble; + } + +-sub MY::postamble { +- my $self = shift; +- +- my $string = $self->ModPerl::BuildMM::MY::postamble; +- +- $string .= <<'EOF'; +-mydist : Apache-Test/META.yml mod_perl.spec manifest tardist +- +-rpm: dist +- @[ -d $(PWD)/rpm ] || mkdir $(PWD)/rpm +- rpmbuild -ta --define "_rpmdir $(PWD)/rpm" \ +- --define "_srcrpmdir $(PWD)/rpm" \ +- $(DISTVNAME).tar.gz +- @mv $(PWD)/rpm/*/*.rpm $(PWD)/rpm/ +- @rm -rf $(PWD)/rpm/*/ +- +-mod_perl.spec: build/make_rpm_spec +- $(PERL) build/make_rpm_spec +- +-Apache-Test/META.yml: +- cd Apache-Test && make metafile +- +-tag : +- svn copy https://svn.apache.org/repos/asf/perl/modperl/trunk https://svn.apache.org/repos/asf/perl/modperl/branches/release/$(VERSION_SYM) +- svn copy https://svn.apache.org/repos/asf/perl/modperl/branches/release/$(VERSION_SYM) https://svn.apache.org/repos/asf/perl/modperl/tags/$(VERSION_SYM) +- svn copy https://svn.apache.org/repos/asf/perl/modperl/docs/trunk https://svn.apache.org/repos/asf/perl/modperl/docs/tags/$(VERSION_SYM) +-EOF +- +- return $string; +-} +- + # this is a workaround so that ModPerl::MM will move MY::constants + # away, and Apache-Test/Makefile.PL which has its own MY::constants + # won't get complaints on MY::constants redefined +--- a/ModPerl-Registry/Makefile.PL ++++ b/ModPerl-Registry/Makefile.PL +@@ -14,7 +14,7 @@ use Apache::TestMM qw(test clean); + + # prerequisites + my %require = ( +- "Apache::Test" => "", # any version will do? ++ "Apache::Test" => 0, # any version will do? + ); + + my @scripts = qw(t/TEST t/SMOKE); +--- a/lib/ModPerl/BuildMM.pm ++++ b/lib/ModPerl/BuildMM.pm +@@ -38,12 +38,10 @@ my @methods = grep *{$stash->{$_}}{CODE} + ModPerl::MM::override_eu_mm_mv_all_methods(@methods); + use strict 'refs'; + +-my $apache_test_dir = catdir Cwd::getcwd(), "Apache-Test", "lib"; +- + #to override MakeMaker MOD_INSTALL macro + sub mod_install { + q{$(PERL) -I$(INST_LIB) -I$(PERL_LIB) \\}."\n" . +- qq{-I$apache_test_dir -MModPerl::BuildMM \\}."\n" . ++ qq{-MModPerl::BuildMM \\}."\n" . + q{-e "ExtUtils::Install::install({@ARGV},'$(VERBINST)',0,'$(UNINST)');"}."\n"; + } + +@@ -269,7 +267,7 @@ sub ModPerl::BuildMM::MY::postamble { + + push @target, + '$(FULLPERL) -I$(INST_LIB) ' . +- "-I$apache_test_dir -MModPerl::BuildMM " . ++ "-MModPerl::BuildMM " . + "-e ModPerl::BuildMM::glue_pod $pm $podpath $blib"; + + # Win32 doesn't normally install man pages +--- a/lib/ModPerl/Manifest.pm ++++ b/lib/ModPerl/Manifest.pm +@@ -33,7 +33,6 @@ our @EXPORT_OK = qw(mkmanifest); + my @add_files = qw{ + MANIFEST + mod_perl.spec +- Apache-Test/META.yml + }; + + sub get_svn_files { diff --git a/www-apache/mod_perl/mod_perl-2.0.8.ebuild b/www-apache/mod_perl/mod_perl-2.0.8.ebuild new file mode 100644 index 000000000000..6f3571596674 --- /dev/null +++ b/www-apache/mod_perl/mod_perl-2.0.8.ebuild @@ -0,0 +1,158 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.8.ebuild,v 1.1 2013/12/22 20:03:30 idl0r Exp $ + +EAPI="5" + +inherit depend.apache apache-module perl-module eutils + +DESCRIPTION="An embedded Perl interpreter for Apache2" +SRC_URI="mirror://apache/perl/${P}.tar.gz" +HOMEPAGE="https://projects.apache.org/projects/mod_perl.html" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug" +SLOT="1" + +# Make sure we always use the latest Apache-Test version or even check the +# version of the bundled Apache-Test! +# +# We need both, apache and perl but either apache without threads or perl with +# ithreads, bug 373943 +DEPEND="=dev-perl/Apache-Test-1.360 + >=virtual/perl-CGI-3.08 + dev-lang/perl + www-servers/apache + || ( www-servers/apache[-threads] dev-lang/perl[ithreads] )" +RDEPEND="${DEPEND}" +PDEPEND=">=dev-perl/Apache-Reload-0.11 + >=dev-perl/Apache-SizeLimit-0.95" + +APACHE2_MOD_FILE="${S}/src/modules/perl/mod_perl.so" +APACHE2_MOD_CONF="2.0.3/75_${PN}" +APACHE2_MOD_DEFINE="PERL" + +SRC_TEST="do" + +DOCFILES="Changes INSTALL README STATUS" + +need_apache2 + +src_prepare() { + perl-module_src_prepare + + # I am not entirely happy with this solution, but here's what's + # going on here if someone wants to take a stab at another + # approach. When userpriv compilation is off, then the make + # process drops to user "nobody" to run the test servers. This + # server is closed, and then the socket is rebound using + # SO_REUSEADDR. If the same user does this, there is no problem, + # and the socket may be rebound immediately. If a different user + # (yes, in my testing, even root) attempts to rebind, it fails. + # Since the "is the socket available yet" code and the + # second-batch bind call both run as root, this will fail. + + # The upstream settings on my test machine cause the second batch + # of tests to fail, believing the socket to still be in use. I + # tried patching various parts to make them run as the user + # specified in $config->{vars}{user} using getpwnam, but found + # this patch to be fairly intrusive, because the userid must be + # restored and the patch must be applied to multiple places. + + # For now, we will simply extend the timeout in hopes that in the + # non-userpriv case, the socket will clear from the kernel tables + # normally, and the tests will proceed. + + # If anybody is still having problems, then commenting out "make + # test" below should allow the software to build properly. + + # Robert Coie 2003.05.06 +# sed -i -e "s/sleep \$_/sleep \$_ << 2/" \ +# "${S}"/Apache-Test/lib/Apache/TestServer.pm \ +# || die "problem editing TestServer.pm" + + # rendhalver - this got redone for 2.0.1 and seems to fix the make test problems + epatch "${FILESDIR}"/mod_perl-2.0.1-sneak-tmpdir.patch + + # bug 352724 + epatch "${FILESDIR}/${P}-bundled-Apache-Test.patch" + rm -rf Apache-{Test,Reload,SizeLimit}/ lib/Bundle/ + sed -i -e 's:^Apache-\(Reload\|SizeLimit\|Test\).*::' \ + -e 's:^lib/Bundle/Apache2.pm::' MANIFEST || die +} + +src_configure() { + local myargs= + + if use debug; then + myargs="MP_TRACE=1 MP_DEBUG=1" + else + myargs="MP_TRACE=0 MP_DEBUG=0" + fi + + perl Makefile.PL \ + PREFIX="${EPREFIX}"/usr \ + INSTALLDIRS=vendor \ + MP_USE_DSO=1 \ + MP_APXS=${APXS} \ + ${myargs} || die +} + +src_test() { + # make test notes whether it is running as root, and drops + # privileges all the way to "nobody" if so, so we must adjust + # write permissions accordingly in this case. + + # IF YOU SUDO TO EMERGE AND HAVE !env_reset set testing will fail! + if [[ "$(id -u)" == "0" ]]; then + chown nobody:nobody "${WORKDIR}" + chown nobody:nobody "${T}" + fi + + # this does not || die because of bug 21325. kudos to smark for + # the idea of setting HOME. + TMPDIR="${T}" HOME="${T}/" perl-module_src_test +} + +src_install() { + apache-module_src_install + + emake DESTDIR="${D}" install || die + + # TODO: add some stuff from docs/ back? + + # rendhalver - fix the perllocal.pod that gets installed + # it seems to me that this has been getting installed for ages + fixlocalpod + # Remove empty .bs files as well + perl_delete_packlist + + insinto "${APACHE_MODULES_CONFDIR}" + doins "${FILESDIR}"/2.0.3/apache2-mod_perl-startup.pl || die + + # this is an attempt to get @INC in line with /usr/bin/perl. + # there is blib garbage in the mainstream one that can only be + # useful during internal testing, so we wait until here and then + # just go with a clean slate. should be much easier to see what's + # happening and revert if problematic. + + # Sorry for this evil hack... + perlinfo # just to be sure... + sed -i -e "s,-I${S}/[^[:space:]\"\']\+[[:space:]]\?,,g" \ + -e "s,-typemap[[:space:]]${S}/[^[:space:]\"\']\+[[:space:]]\?,,g" \ + -e "s,${S}\(/[^[:space:]\"\']\+\)\?,/,g" "${D}/${VENDOR_ARCH}/Apache2/BuildConfig.pm" || die + + for fname in $(find "${D}" -type f -not -name '*.so'); do + grep -q "\(${D}\|${S}\)" "${fname}" && ewarn "QA: File contains a temporary path ${fname}" + sed -i -e "s:\(${D}\|${S}\):/:g" ${fname} + done + # All the rest + perl_remove_temppath +} + +pkg_postinst() { + perl-module_pkg_postinst + apache-module_pkg_postinst +} diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest index 41d638e51b34..2e9882379f9b 100644 --- a/www-apache/passenger/Manifest +++ b/www-apache/passenger/Manifest @@ -1,3 +1,4 @@ DIST passenger-3.0.21.tar.gz 2657475 SHA256 82a79a2ff6803e1669ebf806ab320180990ddc096e3d30977ad1c86081b594a5 SHA512 4e92fe8cc679776531a73525ac0dd99612096c1370b4019dcda54aa928cbf6ba17c024124286342209a2b9d1ec9cb22d3783fc6bedc85cb9a0d0fb7561995eec WHIRLPOOL 11f9a5655e7ebcfd9f4a03a63d077126a0766ed7ad92e24494c3515202603782d3a8c999b4662004577d3463de68c040d783d9f93c01f95aa935289c0628780d DIST passenger-4.0.23.tar.gz 4128960 SHA256 4654c53f0442d3ed440a9cb428bca7dbcc7d3e8cec9ff835f91bff3e62b66439 SHA512 090b1477adf044a7dfe06c21c83fdccf27bd64f9a62de53ac47f52a8cd77cc1064c6c0c862bd6004ef81d7b202f30668bc8017db707ace31e613f7d581f02563 WHIRLPOOL 8a08b59794e887db7ca58048acdf38aa944101a7c713c2910af7e339cf678d6c8dbe6308645ee912bc41235be122718a692eeaeeac2abed2af52c582dbeeafcb DIST passenger-4.0.27.tar.gz 4142870 SHA256 b0e8ba5e78e7b5f941c9c6236f9139b98a028313c8d453e65057828c2e6a82b4 SHA512 79beb1a154be578a43f1a7793d0e6443c7eec77c47f74c2b241124eec81ef76d9227d2e4986ac88c546e74206211d8deb3fd4cfa42378db5134228d1aa5ece69 WHIRLPOOL f200d75fdd5f6406db026cff259975a1858f5fd60bb43582aa15711576e427bfec76c6b8988f31b12ff9f1e49f65c7fcb7a172308a9eb52ca0de4cf180ba5de8 +DIST passenger-4.0.29.tar.gz 4304124 SHA256 7d608dbec52164120c673412560e1ebb0da86ac2cfd5cdcc69df763621cd8aa7 SHA512 24a765708b0df4b69f1ca78fb46936fe0a531e3f0cd211a0b50e3441552deccd866019b9fe0eb6349e80f85aa047ecd6804daab5de8c1f1979b6aeb90ad2b1bf WHIRLPOOL ebc98ab52f900f8d1f344e99fbdb6cf8e7ea379fd4d7a4515d78374cb65294920013fec2e1326bfe5565d4e5bafc6d9c8580528adda50874ec98493cef3614ba diff --git a/www-apache/passenger/passenger-4.0.29.ebuild b/www-apache/passenger/passenger-4.0.29.ebuild new file mode 100644 index 000000000000..e3defa03e9e5 --- /dev/null +++ b/www-apache/passenger/passenger-4.0.29.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/passenger-4.0.29.ebuild,v 1.1 2013/12/22 17:01:58 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20" + +inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs + +DESCRIPTION="Passenger (a.k.a. mod_rails) makes deployment of Ruby on Rails applications a breeze" +HOMEPAGE="http://modrails.com/" +SRC_URI="http://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +ruby_add_bdepend "dev-ruby/rake" + +ruby_add_rdepend " + >=dev-ruby/daemon_controller-1.1.0 + >=dev-ruby/rack-1.0.0" + +CDEPEND=">=dev-libs/libev-4.11 net-misc/curl[ssl]" + +RDEPEND="${RDEPEND} ${CDEPEND}" +DEPEND="${DEPEND} ${CDEPEND}" + +APACHE2_MOD_CONF="30_mod_${PN}-4.0.0 30_mod_${PN}" +APACHE2_MOD_DEFINE="PASSENGER" + +need_apache2 + +pkg_setup() { + use debug && append-flags -DPASSENGER_DEBUG +} + +all_ruby_prepare() { + epatch "${FILESDIR}"/${PN}-4.0.21-gentoo.patch + + # Change these with sed instead of a patch so that we can easily use + # the toolchain-funcs methods. + sed -i -e "s/gcc/$(tc-getCC)/" \ + -e "s/g++/$(tc-getCXX)/" \ + -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die + + # Use sed here so that we can dynamically set the documentation directory. + sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \ + -e "s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:" \ + -e "s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \ + lib/phusion_passenger.rb || die + sed -i -e "s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" ext/common/ResourceLocator.h || die + + # Don't install a tool that won't work in our setup. + sed -i -e '/passenger-install-apache2-module/d' lib/phusion_passenger/packaging.rb || die + rm -f bin/passenger-install-apache2-module || die "Unable to remove unneeded install script." + + # Make sure we use the system-provided version. + rm -rf ext/libev || die "Unable to remove vendored libev." + + # Avoid building documentation to avoid a dependency on mizuho. + #sed -i -e 's/, :doc//' build/packaging.rb || die + touch doc/*.html || die + + # Use the correct arch-specific lib directory + sed -i -e 's:/usr/lib/:/usr/'$(get_libdir)'/:' build/packaging.rb || die + + # Fix hard-coded use of AR + sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/cplusplus_support.rb || die +} + +all_ruby_compile() { + V=1 EXTRA_LDFLAGS="${LDFLAGS}" \ + APXS2="${APXS}" \ + HTTPD="${APACHE_BIN}" \ + USE_VENDORED_LIBEV="no" LIBEV_LIBS="-lev" \ + ruby -S rake apache2 || die "rake failed" +} + +each_ruby_compile() { + append-flags -fno-strict-aliasing + + V=1 EXTRA_LDFLAGS="${LDFLAGS}" \ + APXS2="${APXS}" \ + HTTPD="${APACHE_BIN}" \ + USE_VENDORED_LIBEV="no" LIBEV_LIBS="-lev" \ + ${RUBY} -S rake native_support || die "rake failed" +} + +all_ruby_install() { + APACHE2_MOD_FILE="${S}/buildout/apache2/mod_${PN}.so" + apache-module_src_install + + # Patch in the correct libdir + sed -i -e 's:/usr/lib/:/usr/'$(get_libdir)'/:' "${D}${APACHE_MODULES_CONFDIR}/30_mod_${PN}.conf" || die +} + +each_ruby_install() { + DISTDIR="${D}" \ + APXS2="${APXS}" \ + HTTPD="${APACHE_BIN}" \ + EXTRA_LDFLAGS="${LDFLAGS}" \ + USE_VENDORED_LIBEV="no" LIBEV_LIBS="-lev" \ + ${RUBY} -S rake fakeroot || die "rake failed" +} + +pkg_postint() { + einfo "The apache module is compiled for the currently eselected ruby." + einfo" If you eselect another ruby you must recompile passenger as well." +} diff --git a/www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild b/www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild index 457eb3d998fb..76b368017ad3 100644 --- a/www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild +++ b/www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild,v 1.3 2013/12/21 18:12:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/moinmoin-1.9.7-r1.ebuild,v 1.4 2013/12/22 16:24:33 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -17,7 +17,7 @@ SRC_URI="http://static.moinmo.in/files/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ppc ~x86" +KEYWORDS="amd64 ~arm ppc ~x86" RDEPEND=">=dev-python/docutils-0.4[${PYTHON_USEDEP}] >=dev-python/flup-1.0.2[${PYTHON_USEDEP}] diff --git a/www-apps/owncloud/Manifest b/www-apps/owncloud/Manifest index 658bc8849575..3e9836f2136c 100644 --- a/www-apps/owncloud/Manifest +++ b/www-apps/owncloud/Manifest @@ -1,3 +1,4 @@ DIST owncloud-5.0.13-r1.tar.bz2 15436770 SHA256 8a64ab8cc2ae4c71713a2922e5fbcda029de8ab2cf4dee04e15f041be48aa326 SHA512 53256c5afb6ea2537f5dcc685db59b1af5ed6a5a4a0608af8a106f67db3179eae4bff07b7a2c84e0416720c1b7f12686acde7121dbdd21dedeb36c49e569c195 WHIRLPOOL e19b3a040c834bd68091de19304ca04b86e52a2dffbe4288df520cad6d327697fc35b5726e944cdf7b1521803e4ebbf92467d3d31d188dc3e25a07163e7d7222 +DIST owncloud-5.0.14a.tar.bz2 15279560 SHA256 8b16f11c7dbf2f0f5e65fcbba34ed554fcdaabbf9e8ddc9ddd49c8aeedfbd619 SHA512 f4bf66a51c3986f7a6d16d270bc76ddc66b5a429bd73323b0beebd184306a1240314340936bb6213e0fb5198760563d0d84b520bdfbc71677536688d48233872 WHIRLPOOL 36bdce5358c8b3bd9e1771e7116fcb71f4b5402fb32a2020ed54d9475ce9601d98c48cc539fd7a157c529767534e487d1af73c15e3d99196f4ce25e83f28d4a5 DIST owncloud-6.0.0.tar.bz2 48279985 SHA256 69f6d003f9c05238238e8df900efb435c6b577012be58a2fa48237c67a0e6552 SHA512 8e1e7b6e0919e6042c20b8354125868929a8426e06af0580cc0fb2f292730d7bc996828da8ea0bfcbb25efa36266615d8d4dacd12d8e56a13d2879d0aefa53b2 WHIRLPOOL aa855f4452201672bb23d231816e37d6199fcba631316dd57f0b1772ad7f84106b13b2c1b6d4b4a50855765194653e473ae2921d474c703af8b07c84b16283f4 DIST owncloud-6.0.0a.tar.bz2 48257271 SHA256 ccd0d1da176f5b268912f483c0b9809ad42f8e461f4ec0eeafe9ffd51e363d70 SHA512 cc67de8fc6237d9cb967b628c5187b5f0198655c345fa94f40cb02801383991e73b3894952a9402af70a93ce95066b9fbb27585622df2d40a8476fb87aaaeb56 WHIRLPOOL 8ae375535a50df53d9eef73d20a62df06c376f9ab0195dfa0a50fcea437bae9101648d2c864cdc311290380689c9fc651e72a03b715608231365bc37580a836e diff --git a/www-apps/owncloud/owncloud-5.0.14a.ebuild b/www-apps/owncloud/owncloud-5.0.14a.ebuild new file mode 100644 index 000000000000..d8efe5c91923 --- /dev/null +++ b/www-apps/owncloud/owncloud-5.0.14a.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.14a.ebuild,v 1.1 2013/12/22 23:47:50 voyageur Exp $ + +EAPI=5 + +inherit eutils webapp depend.php + +DESCRIPTION="Web-based storage application where all your data is under your own control" +HOMEPAGE="http://owncloud.org" +SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2" +LICENSE="AGPL-3" + +KEYWORDS="~amd64 ~arm ~x86" +IUSE="+curl mysql postgres +sqlite" +REQUIRED_USE="|| ( mysql postgres sqlite )" + +DEPEND="" +RDEPEND="|| ( >=dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip] + sqlite? ( (b) ? (a) : (b)) -+#define DEFFONT "fixed" /* xft example: "Monospace-11" */ - - typedef struct Item Item; - struct Item { -@@ -26,6 +27,7 @@ struct Item { - - static void appenditem(Item *item, Item **list, Item **last); - static void calcoffsets(void); -+static void cleanup(void); - static char *cistrstr(const char *s, const char *sub); - static void drawmenu(void); - static void grabkeyboard(void); -@@ -50,10 +52,12 @@ static const char *normfgcolor = "#bbbbb - static const char *selbgcolor = "#005577"; - static const char *selfgcolor = "#eeeeee"; - static unsigned int lines = 0; --static unsigned long normcol[ColLast]; --static unsigned long selcol[ColLast]; -+static ColorSet *normcol; -+static ColorSet *selcol; - static Atom clip, utf8; - static Bool topbar = True; -+static Bool running = True; -+static int ret = 0; - static DC *dc; - static Item *items = NULL; - static Item *matches, *matchend; -@@ -104,7 +108,9 @@ main(int argc, char *argv[]) { - usage(); - - dc = initdc(); -- initfont(dc, font); -+ initfont(dc, font ? font : DEFFONT); -+ normcol = initcolor(dc, normfgcolor, normbgcolor); -+ selcol = initcolor(dc, selfgcolor, selbgcolor); - - if(fast) { - grabkeyboard(); -@@ -117,7 +123,8 @@ main(int argc, char *argv[]) { - setup(); - run(); - -- return 1; /* unreachable */ -+ cleanup(); -+ return ret; - } - - void -@@ -160,6 +167,15 @@ cistrstr(const char *s, const char *sub) - } - - void -+cleanup(void) { -+ freecol(dc, normcol); -+ freecol(dc, selcol); -+ XDestroyWindow(dc->dpy, win); -+ XUngrabKeyboard(dc->dpy, CurrentTime); -+ freedc(dc); -+} -+ -+void - drawmenu(void) { - int curpos; - Item *item; -@@ -167,7 +183,7 @@ drawmenu(void) { - dc->x = 0; - dc->y = 0; - dc->h = bh; -- drawrect(dc, 0, 0, mw, mh, True, BG(dc, normcol)); -+ drawrect(dc, 0, 0, mw, mh, True, normcol->BG); - - if(prompt) { - dc->w = promptw; -@@ -178,7 +194,7 @@ drawmenu(void) { - dc->w = (lines > 0 || !matches) ? mw - dc->x : inputw; - drawtext(dc, text, normcol); - if((curpos = textnw(dc, text, cursor) + dc->h/2 - 2) < dc->w) -- drawrect(dc, curpos, 2, 1, dc->h - 4, True, FG(dc, normcol)); -+ drawrect(dc, curpos, 2, 1, dc->h - 4, True, normcol->FG); - - if(lines > 0) { - /* draw vertical list */ -@@ -321,7 +337,8 @@ keypress(XKeyEvent *ev) { - sel = matchend; - break; - case XK_Escape: -- exit(EXIT_FAILURE); -+ ret = EXIT_FAILURE; -+ running = False; - case XK_Home: - if(sel == matches) { - cursor = 0; -@@ -359,7 +376,8 @@ keypress(XKeyEvent *ev) { - case XK_Return: - case XK_KP_Enter: - puts((sel && !(ev->state & ShiftMask)) ? sel->text : text); -- exit(EXIT_SUCCESS); -+ ret = EXIT_SUCCESS; -+ running = False; - case XK_Right: - if(text[cursor] != '\0') { - cursor = nextrune(+1); -@@ -490,7 +508,7 @@ void - run(void) { - XEvent ev; - -- while(!XNextEvent(dc->dpy, &ev)) { -+ while(running && !XNextEvent(dc->dpy, &ev)) { - if(XFilterEvent(&ev, win)) - continue; - switch(ev.type) { -@@ -524,11 +542,6 @@ setup(void) { - XineramaScreenInfo *info; - #endif - -- normcol[ColBG] = getcolor(dc, normbgcolor); -- normcol[ColFG] = getcolor(dc, normfgcolor); -- selcol[ColBG] = getcolor(dc, selbgcolor); -- selcol[ColFG] = getcolor(dc, selfgcolor); -- - clip = XInternAtom(dc->dpy, "CLIPBOARD", False); - utf8 = XInternAtom(dc->dpy, "UTF8_STRING", False); - -@@ -582,7 +595,7 @@ setup(void) { - - /* create menu window */ - swa.override_redirect = True; -- swa.background_pixel = normcol[ColBG]; -+ swa.background_pixel = normcol->BG; - swa.event_mask = ExposureMask | KeyPressMask | VisibilityChangeMask; - win = XCreateWindow(dc->dpy, root, x, y, mw, mh, 0, - DefaultDepth(dc->dpy, screen), CopyFromParent, -diff -upr a/draw.c b/draw.c ---- a/draw.c 2012-01-10 19:14:19.000000000 +0200 -+++ b/draw.c 2012-01-10 19:14:23.000000000 +0200 -@@ -9,9 +9,6 @@ - - #define MAX(a, b) ((a) > (b) ? (a) : (b)) - #define MIN(a, b) ((a) < (b) ? (a) : (b)) --#define DEFAULTFN "fixed" -- --static Bool loadfont(DC *dc, const char *fontstr); - - void - drawrect(DC *dc, int x, int y, unsigned int w, unsigned int h, Bool fill, unsigned long color) { -@@ -23,7 +20,7 @@ drawrect(DC *dc, int x, int y, unsigned - } - - void --drawtext(DC *dc, const char *text, unsigned long col[ColLast]) { -+drawtext(DC *dc, const char *text, ColorSet *col) { - char buf[BUFSIZ]; - size_t mn, n = strlen(text); - -@@ -35,19 +32,24 @@ drawtext(DC *dc, const char *text, unsig - if(mn < n) - for(n = MAX(mn-3, 0); n < mn; buf[n++] = '.'); - -- drawrect(dc, 0, 0, dc->w, dc->h, True, BG(dc, col)); -+ drawrect(dc, 0, 0, dc->w, dc->h, True, col->BG); - drawtextn(dc, buf, mn, col); - } - - void --drawtextn(DC *dc, const char *text, size_t n, unsigned long col[ColLast]) { -+drawtextn(DC *dc, const char *text, size_t n, ColorSet *col) { - int x = dc->x + dc->font.height/2; - int y = dc->y + dc->font.ascent+1; - -- XSetForeground(dc->dpy, dc->gc, FG(dc, col)); -- if(dc->font.set) -+ XSetForeground(dc->dpy, dc->gc, col->FG); -+ if(dc->font.xft_font) { -+ if (!dc->xftdraw) -+ eprintf("error, xft drawable does not exist"); -+ XftDrawStringUtf8(dc->xftdraw, &col->FG_xft, -+ dc->font.xft_font, x, y, (unsigned char*)text, n); -+ } else if(dc->font.set) { - XmbDrawString(dc->dpy, dc->canvas, dc->font.set, dc->gc, x, y, text, n); -- else { -+ } else { - XSetFont(dc->dpy, dc->gc, dc->font.xfont->fid); - XDrawString(dc->dpy, dc->canvas, dc->gc, x, y, text, n); - } -@@ -69,16 +71,33 @@ eprintf(const char *fmt, ...) { - } - - void -+freecol(DC *dc, ColorSet *col) { -+ if(col) { -+ if(&col->FG_xft) -+ XftColorFree(dc->dpy, DefaultVisual(dc->dpy, DefaultScreen(dc->dpy)), -+ DefaultColormap(dc->dpy, DefaultScreen(dc->dpy)), &col->FG_xft); -+ free(col); -+ } -+} -+ -+void - freedc(DC *dc) { -+ if(dc->font.xft_font) { -+ XftFontClose(dc->dpy, dc->font.xft_font); -+ XftDrawDestroy(dc->xftdraw); -+ } - if(dc->font.set) - XFreeFontSet(dc->dpy, dc->font.set); -- if(dc->font.xfont) -+ if(dc->font.xfont) - XFreeFont(dc->dpy, dc->font.xfont); -- if(dc->canvas) -+ if(dc->canvas) - XFreePixmap(dc->dpy, dc->canvas); -- XFreeGC(dc->dpy, dc->gc); -- XCloseDisplay(dc->dpy); -- free(dc); -+ if(dc->gc) -+ XFreeGC(dc->dpy, dc->gc); -+ if(dc->dpy) -+ XCloseDisplay(dc->dpy); -+ if(dc) -+ free(dc); - } - - unsigned long -@@ -91,6 +110,20 @@ getcolor(DC *dc, const char *colstr) { - return color.pixel; - } - -+ColorSet * -+initcolor(DC *dc, const char * foreground, const char * background) { -+ ColorSet * col = (ColorSet *)malloc(sizeof(ColorSet)); -+ if(!col) -+ eprintf("error, cannot allocate memory for color set"); -+ col->BG = getcolor(dc, background); -+ col->FG = getcolor(dc, foreground); -+ if(dc->font.xft_font) -+ if(!XftColorAllocName(dc->dpy, DefaultVisual(dc->dpy, DefaultScreen(dc->dpy)), -+ DefaultColormap(dc->dpy, DefaultScreen(dc->dpy)), foreground, &col->FG_xft)) -+ eprintf("error, cannot allocate xft font color '%s'\n", foreground); -+ return col; -+} -+ - DC * - initdc(void) { - DC *dc; -@@ -109,39 +142,33 @@ initdc(void) { - - void - initfont(DC *dc, const char *fontstr) { -- if(!loadfont(dc, fontstr ? fontstr : DEFAULTFN)) { -- if(fontstr != NULL) -- fprintf(stderr, "cannot load font '%s'\n", fontstr); -- if(fontstr == NULL || !loadfont(dc, DEFAULTFN)) -- eprintf("cannot load font '%s'\n", DEFAULTFN); -- } -- dc->font.height = dc->font.ascent + dc->font.descent; --} -- --Bool --loadfont(DC *dc, const char *fontstr) { - char *def, **missing, **names; - int i, n; - XFontStruct **xfonts; - -- if(!*fontstr) -- return False; -- if((dc->font.set = XCreateFontSet(dc->dpy, fontstr, &missing, &n, &def))) { -+ missing = NULL; -+ if((dc->font.xfont = XLoadQueryFont(dc->dpy, fontstr))) { -+ dc->font.ascent = dc->font.xfont->ascent; -+ dc->font.descent = dc->font.xfont->descent; -+ dc->font.width = dc->font.xfont->max_bounds.width; -+ } else if((dc->font.set = XCreateFontSet(dc->dpy, fontstr, &missing, &n, &def))) { - n = XFontsOfFontSet(dc->font.set, &xfonts, &names); - for(i = 0; i < n; i++) { - dc->font.ascent = MAX(dc->font.ascent, xfonts[i]->ascent); - dc->font.descent = MAX(dc->font.descent, xfonts[i]->descent); - dc->font.width = MAX(dc->font.width, xfonts[i]->max_bounds.width); - } -- } -- else if((dc->font.xfont = XLoadQueryFont(dc->dpy, fontstr))) { -- dc->font.ascent = dc->font.xfont->ascent; -- dc->font.descent = dc->font.xfont->descent; -- dc->font.width = dc->font.xfont->max_bounds.width; -+ } else if((dc->font.xft_font = XftFontOpenName(dc->dpy, DefaultScreen(dc->dpy), fontstr))) { -+ dc->font.ascent = dc->font.xft_font->ascent; -+ dc->font.descent = dc->font.xft_font->descent; -+ dc->font.width = dc->font.xft_font->max_advance_width; -+ } else { -+ eprintf("cannot load font '%s'\n", fontstr); - } - if(missing) - XFreeStringList(missing); -- return dc->font.set || dc->font.xfont; -+ dc->font.height = dc->font.ascent + dc->font.descent; -+ return; - } - - void -@@ -151,20 +178,29 @@ mapdc(DC *dc, Window win, unsigned int w - - void - resizedc(DC *dc, unsigned int w, unsigned int h) { -+ int screen = DefaultScreen(dc->dpy); - if(dc->canvas) - XFreePixmap(dc->dpy, dc->canvas); - - dc->w = w; - dc->h = h; - dc->canvas = XCreatePixmap(dc->dpy, DefaultRootWindow(dc->dpy), w, h, -- DefaultDepth(dc->dpy, DefaultScreen(dc->dpy))); -+ DefaultDepth(dc->dpy, screen)); -+ if(dc->font.xft_font && !(dc->xftdraw)) { -+ dc->xftdraw = XftDrawCreate(dc->dpy, dc->canvas, DefaultVisual(dc->dpy,screen), DefaultColormap(dc->dpy,screen)); -+ if(!(dc->xftdraw)) -+ eprintf("error, cannot create xft drawable\n"); -+ } - } - - int - textnw(DC *dc, const char *text, size_t len) { -- if(dc->font.set) { -+ if(dc->font.xft_font) { -+ XGlyphInfo gi; -+ XftTextExtentsUtf8(dc->dpy, dc->font.xft_font, (const FcChar8*)text, len, &gi); -+ return gi.width; -+ } else if(dc->font.set) { - XRectangle r; -- - XmbTextExtents(dc->font.set, text, len, NULL, &r); - return r.width; - } -diff -upr a/draw.h b/draw.h ---- a/draw.h 2012-01-10 19:14:19.000000000 +0200 -+++ b/draw.h 2012-01-10 19:14:23.000000000 +0200 -@@ -1,9 +1,6 @@ - /* See LICENSE file for copyright and license details. */ - --#define FG(dc, col) ((col)[(dc)->invert ? ColBG : ColFG]) --#define BG(dc, col) ((col)[(dc)->invert ? ColFG : ColBG]) -- --enum { ColBG, ColFG, ColBorder, ColLast }; -+#include - - typedef struct { - int x, y, w, h; -@@ -11,6 +8,7 @@ typedef struct { - Display *dpy; - GC gc; - Pixmap canvas; -+ XftDraw *xftdraw; - struct { - int ascent; - int descent; -@@ -18,15 +16,24 @@ typedef struct { - int width; - XFontSet set; - XFontStruct *xfont; -+ XftFont *xft_font; - } font; - } DC; /* draw context */ - -+typedef struct { -+ unsigned long FG; -+ XftColor FG_xft; -+ unsigned long BG; -+} ColorSet; -+ - void drawrect(DC *dc, int x, int y, unsigned int w, unsigned int h, Bool fill, unsigned long color); --void drawtext(DC *dc, const char *text, unsigned long col[ColLast]); --void drawtextn(DC *dc, const char *text, size_t n, unsigned long col[ColLast]); -+void drawtext(DC *dc, const char *text, ColorSet *col); -+void drawtextn(DC *dc, const char *text, size_t n, ColorSet *col); -+void freecol(DC *dc, ColorSet *col); - void eprintf(const char *fmt, ...); - void freedc(DC *dc); - unsigned long getcolor(DC *dc, const char *colstr); -+ColorSet *initcolor(DC *dc, const char *foreground, const char *background); - DC *initdc(void); - void initfont(DC *dc, const char *fontstr); - void mapdc(DC *dc, Window win, unsigned int w, unsigned int h); diff --git a/x11-misc/lightdm/Manifest b/x11-misc/lightdm/Manifest index 5fa273575cf6..d32c85a3eb45 100644 --- a/x11-misc/lightdm/Manifest +++ b/x11-misc/lightdm/Manifest @@ -4,8 +4,6 @@ DIST lightdm-1.2.2.tar.gz 642334 SHA256 772cc6a4e7da670352f6a38c05470b8fcfe50a2c DIST lightdm-1.4.0.tar.gz 660979 SHA256 3486a9f828864a78d452696cf6fef6e1dec2f4ef92a72e90ab37edf9a0824c43 SHA512 dedea48dbf2dde1a84c63691474b6452340b7ba5abd9793afb02f3ffcdb4d664432e3e4bbd6151bfb5861424c1063b42ca99989642b970b4a804ed8bfea6fb1e WHIRLPOOL 0def63f88e3f6ab810411bd51f53984d5cdb832faa81f33d0dd2243b774c06362d20d1c91d32c79f2630c8e543834ed3f5cf411c76843702ed997f60bad30212 DIST lightdm-1.4.3.tar.gz 686161 SHA256 0c21ccd00c63da28f2b2e282df542d19427ab2f62aae994536fe444f31b0dd4c SHA512 8499ddda3fc07fdbecd5f7e958e5e19cb8a8397248f6dcf5d3640a28d57019a64d2440c8135a634ad1dc39a8a567ebc15b973a33b29ceb6d67c7ebd5c5870658 WHIRLPOOL 252ef8cb56f2314492c5c5e6da28ea08ac04b4d5ccec40d9329e7b25775e8a9c4ca90dedbf840cc2849f6f32534d3d682ac713d50c9e06726f95456578650870 DIST lightdm-1.6.2.tar.xz 430528 SHA256 b0de1dc81bb5ce81800feafb9fbc7806ef4dfc83733f0df058568e55b8a045f3 SHA512 7d72ce71241a73559ffbea3f1cae05744bbfa5430ed392522f21fcb710089e2cd202f8514476d087d65b6f8c4b415f31fb8c50c29e14ff67e12b48f4d2fff4ca WHIRLPOOL 57b6792fde24cecb3061eae4dc0641da78d8535f9555a49dd6e383b7f5e5aae31ee3c59daa08ed43584988f2f0022722c3ff09e31000f17b1b56ac581409c30c -DIST lightdm-1.7.16.tar.xz 447680 SHA256 6cda26472f74019eb2a383664d9ea97533860dfd43f35d47a4d565800546bf00 SHA512 5cf513f2a9b5b9baaac4dd5b4575a3c1ad5af728b97f03aae6aaf4a3bbe8b35bb745a9ba1f109ced9060d2e7cf8aa3bd7c2f8d165eb555a5871ce241c1394732 WHIRLPOOL 6c2939a8e60d40b2f7a329e9e377592a5af54e34deb3acd3cd9535b77df706c5f80f174cfd06d3c48bfba098061421f09cbbde897d56308140db64deb0129ab1 -DIST lightdm-1.7.18.tar.xz 448008 SHA256 d00d175d5c8d0e5709c605623f4cbfbc25b60f938765a2f3c4e1e88b42b6b9a6 SHA512 2c9b16d183c8452f8bb83a85959862edfa8415bf4318cbde907233d97f957748863026d78304b491a8c08b83393efe220867f13c349c3aafea64dbd334bde23f WHIRLPOOL 6d1ef8043ecd3d28dd9f4eb9d1cf1fc2a32f2f58e016ed0715ed032b367ce67498adfa693df3371bcd367c6ad998114c3f056e8d911b60d56bdc8da9419ab973 DIST lightdm-1.8.5.tar.xz 449024 SHA256 c1a55800628c7a683a529e32646eae4be32295a09af049c9b15387acff0232a2 SHA512 a3941560abe402b07e5595a6fb6bcbd9df36f775b07ac23c526a14c25c1bc2e9ce4e2f912354446111f58499d9df92c650b44b05dbd1e49b5207722d5bf7985f WHIRLPOOL aabc3adf3412b92b235fc8c2674d6807d5bf5c0714a73ac62b558decf779f98a5fbf9151ec00498c4ef3032b153d7735ca216d9451fdd11924f72dab77e7f4ef DIST lightdm-1.9.5.tar.xz 450076 SHA256 e3a3b4181218137c7d5f82221939cfab30322f747b0e8183e198300a0897ff81 SHA512 3b2cf70559f53c83852477fcce6b8171b150d91164c30550a0afaab77a025427c8b53fb2b605a0d1a93f5ae88ae018a13246f6b9f56c5abb5afd563e3ca48cd4 WHIRLPOOL edcb27f46b2546d9b37f23ae8c1fecbd9f571224ec3ad161f547afe34b27a6a26c587bbaa464dc3d109af303871b03d5aaf50a15d835b24f1f66fee476e49cb3 DIST lightdm-gentoo-patch.tar.gz 101983 SHA256 2e56d0ef3926428cea7870fbade77b20bd05a7664ae301aacc56504e07cf39ba SHA512 1c809fdf93969122c69ae19e934c95c1228f04546cefdb9ceeb24898a000673c4bcdb6c942c63fdb36a88a3a48192a730826db8ae9c595788be24e4cb0831590 WHIRLPOOL 9f41b035a00ea7fdeda79afcfd20487ca1524b63653874b4b74bc06e8b5d0a3dde09c225d30d5b8a79d329bd797d89b4dfe73540c3ea1de2f33e72f24f88b69f diff --git a/x11-misc/lightdm/lightdm-1.7.18.ebuild b/x11-misc/lightdm/lightdm-1.7.18.ebuild deleted file mode 100644 index 06d7dc4214ea..000000000000 --- a/x11-misc/lightdm/lightdm-1.7.18.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.7.18.ebuild,v 1.1 2013/10/09 07:50:06 hwoarang Exp $ - -EAPI=5 -inherit autotools eutils pam readme.gentoo systemd - -TRUNK_VERSION="1.7" -DESCRIPTION="A lightweight display manager" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM" -SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz - mirror://gentoo/introspection-20110205.m4.tar.bz2" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="+gtk +introspection kde qt4 razor" -REQUIRED_USE="|| ( gtk kde razor )" - -COMMON_DEPEND=">=dev-libs/glib-2.32.3:2 - dev-libs/libxml2 - sys-apps/accountsservice - virtual/pam - x11-libs/libX11 - >=x11-libs/libxklavier-5 - introspection? ( >=dev-libs/gobject-introspection-1 ) - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - )" -RDEPEND="${COMMON_DEPEND} - >=sys-auth/pambase-20101024-r2" -DEPEND="${COMMON_DEPEND} - dev-util/gtk-doc-am - dev-util/intltool - gnome-base/gnome-common - sys-devel/gettext - virtual/pkgconfig" -PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter ) - kde? ( x11-misc/lightdm-kde ) - razor? ( razorqt-base/razorqt-lightdm-greeter )" - -DOCS=( NEWS ) - -src_prepare() { - sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369 - sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die - - epatch "${FILESDIR}"/${PN}-1.7.7-session-wrapper.patch - epatch_user - - # Remove bogus Makefile statement. This needs to go upstream - sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die - if has_version dev-libs/gobject-introspection; then - eautoreconf - else - AT_M4DIR=${WORKDIR} eautoreconf - fi -} - -src_configure() { - # Set default values if global vars unset - local _greeter _session _user - _greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter} - _session=${LIGHTDM_SESSION:=gnome} - _user=${LIGHTDM_USER:=root} - # Let user know how lightdm is configured - einfo "Gentoo configuration" - einfo "Default greeter: ${_greeter}" - einfo "Default session: ${_session}" - einfo "Greeter user: ${_user}" - - econf \ - --localstatedir=/var \ - --disable-static \ - $(use_enable introspection) \ - $(use_enable qt4 liblightdm-qt) \ - --with-user-session=${_session} \ - --with-greeter-session=${_greeter} \ - --with-greeter-user=${_user} \ - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html -} - -src_install() { - default - - insinto /etc/${PN} - doins data/{${PN},keys}.conf - doins "${FILESDIR}"/Xsession - fperms +x /etc/${PN}/Xsession - - prune_libtool_files --all - rm -rf "${ED}"/etc/init - - pamd_mimic system-local-login ${PN} auth account session #372229 - dopamd "${FILESDIR}"/${PN}-autologin #390863, #423163 - - readme.gentoo_create_doc - - systemd_dounit "${FILESDIR}/${PN}.service" -} diff --git a/x11-misc/lightdm/lightdm-1.7.16.ebuild b/x11-misc/lightdm/lightdm-1.8.5-r1.ebuild similarity index 87% rename from x11-misc/lightdm/lightdm-1.7.16.ebuild rename to x11-misc/lightdm/lightdm-1.8.5-r1.ebuild index 94c7366fbd42..15e267384034 100644 --- a/x11-misc/lightdm/lightdm-1.7.16.ebuild +++ b/x11-misc/lightdm/lightdm-1.8.5-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.7.16.ebuild,v 1.1 2013/09/20 21:30:39 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.8.5-r1.ebuild,v 1.1 2013/12/22 13:35:38 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd -TRUNK_VERSION="1.7" +TRUNK_VERSION="1.8" DESCRIPTION="A lightweight display manager" HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM" SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz @@ -41,6 +41,7 @@ PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter ) kde? ( x11-misc/lightdm-kde ) razor? ( razorqt-base/razorqt-lightdm-greeter )" +RESTRICT="test" DOCS=( NEWS ) src_prepare() { @@ -85,6 +86,12 @@ src_configure() { src_install() { default + # Delete apparmor profiles because they only work with Ubuntu's + # apparmor package. Bug #494426 + if [[ -d ${D}/etc/apparmor.d ]]; then + rm -r "${D}/etc/apparmor.d" || die \ + "Failed to remove apparmor profiles" + fi insinto /etc/${PN} doins data/{${PN},keys}.conf doins "${FILESDIR}"/Xsession diff --git a/x11-misc/lightdm/lightdm-1.9.5.ebuild b/x11-misc/lightdm/lightdm-1.9.5.ebuild index 9a75d8c6cb6e..0ef5718fcb58 100644 --- a/x11-misc/lightdm/lightdm-1.9.5.ebuild +++ b/x11-misc/lightdm/lightdm-1.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.9.5.ebuild,v 1.2 2013/12/11 21:28:26 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.9.5.ebuild,v 1.3 2013/12/22 13:35:38 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd @@ -86,6 +86,13 @@ src_configure() { src_install() { default + # Delete apparmor profiles because they only work with Ubuntu's + # apparmor package. Bug #494426 + if [[ -d ${D}/etc/apparmor.d ]]; then + rm -r "${D}/etc/apparmor.d" || die \ + "Failed to remove apparmor profiles" + fi + insinto /etc/${PN} doins data/{${PN},keys}.conf doins "${FILESDIR}"/Xsession diff --git a/x11-misc/slim/slim-1.3.6-r3.ebuild b/x11-misc/slim/slim-1.3.6-r3.ebuild index cf3d1d90a698..84a49831dd22 100644 --- a/x11-misc/slim/slim-1.3.6-r3.ebuild +++ b/x11-misc/slim/slim-1.3.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/slim-1.3.6-r3.ebuild,v 1.7 2013/12/21 18:17:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/slim-1.3.6-r3.ebuild,v 1.8 2013/12/22 13:23:30 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="branding pam consolekit" REQUIRED_USE="consolekit? ( pam )" diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.3.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.3.ebuild index 0d63cd63b8ae..63d367ee63ea 100644 --- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.3.ebuild +++ b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.3.ebuild,v 1.1 2013/09/05 10:10:00 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.3.ebuild,v 1.2 2013/12/22 14:33:41 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://pidgin-opensteamworks.googlecode.com/files/steam-mobile-${PV}.ta LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" RDEPEND="dev-libs/glib:2 diff --git a/x11-wm/i3/Manifest b/x11-wm/i3/Manifest index b15a600665d3..c77b605e9ed1 100644 --- a/x11-wm/i3/Manifest +++ b/x11-wm/i3/Manifest @@ -1 +1,2 @@ DIST i3-4.6.tar.bz2 891862 SHA256 f5d2118441cec8b623d18610f3793c55df9da6af15b4df8523e86309096956e1 SHA512 914bb755b65c57051636c4a81cf3db5d6c32c9cf30b544affc9213748babea2f3365c51c80e8c489911f358f8439b21efda0742bb2e2ef5ecb89d37bef898b02 WHIRLPOOL 2d7dde5d6d23e6c6418ac4b8b34dc8028c0c275d5b5b0fd6fbb1a6c19420c7d623f2356350b8dcd9aa8cdcebc598ccc30e06f96cb546a18d35f6aa5ab34112d1 +DIST i3-4.7.tar.bz2 896723 SHA256 e29acafdf7c7d3483c13ea80e45b407f62244b355e425c7161fdfc915c9f83c5 SHA512 bf50112731ac0521da40a5bcb6293c55a1dc7afa736bbab62d2fa105f1d5f636782003c198a7aab675f66f644dea1b3bfaa615adc28329493df36258f574896e WHIRLPOOL f59c705a659ad91e422e3dfc83f52043d00f007599807ac5d3840b8869f176853e2acf955c48f313a9adda69660b0759407f0065b101287a97c0d4489fbf79d8 diff --git a/x11-wm/i3/i3-4.7.ebuild b/x11-wm/i3/i3-4.7.ebuild new file mode 100644 index 000000000000..2dcb02147cb0 --- /dev/null +++ b/x11-wm/i3/i3-4.7.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.7.ebuild,v 1.1 2013/12/22 21:16:16 xarthisius Exp $ + +EAPI=5 + +inherit eutils toolchain-funcs + +DESCRIPTION="An improved dynamic tiling window manager" +HOMEPAGE="http://i3wm.org/" +SRC_URI="http://i3wm.org/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+pango" + +CDEPEND="dev-libs/libev + dev-libs/libpcre + dev-libs/yajl + x11-libs/libxcb + x11-libs/libX11 + x11-libs/startup-notification + x11-libs/xcb-util + x11-libs/xcb-util-cursor + x11-libs/xcb-util-keysyms + x11-libs/xcb-util-wm + pango? ( + >=x11-libs/pango-1.30.0[X] + >=x11-libs/cairo-1.12.2[X,xcb] + )" +DEPEND="${CDEPEND} + virtual/pkgconfig" +RDEPEND="${CDEPEND} + x11-apps/xmessage" + +DOCS=( RELEASE-NOTES-${PV} ) + +src_prepare() { + if ! use pango; then + sed -i common.mk -e '/PANGO/d' || die + fi + + cat <<- EOF > "${T}"/i3wm + #!/bin/sh + exec /usr/bin/i3 + EOF + + epatch_user #471716 +} + +src_compile() { + emake V=1 CC="$(tc-getCC)" AR="$(tc-getAR)" +} + +src_install() { + default + dohtml -r docs/* + doman man/*.1 + exeinto /etc/X11/Sessions + doexe "${T}"/i3wm +} + +pkg_postinst() { + einfo "There are several packages that you may find useful with ${PN} and" + einfo "their usage is suggested by the upstream maintainers, namely:" + einfo " x11-misc/dmenu" + einfo " x11-misc/i3status" + einfo " x11-misc/i3lock" + einfo "Please refer to their description for additional info." +}