diff --git a/app-admin/chef-expander/metadata.xml b/app-admin/chef-expander/metadata.xml index 443a97a31b66..91f4e72fb544 100644 --- a/app-admin/chef-expander/metadata.xml +++ b/app-admin/chef-expander/metadata.xml @@ -2,7 +2,6 @@ - hollow@gentoo.org - Benedikt Böhm + maintainer-needed@gentoo.org diff --git a/app-admin/chef-server-api/metadata.xml b/app-admin/chef-server-api/metadata.xml index 53925de5add1..e96e35b1a37c 100644 --- a/app-admin/chef-server-api/metadata.xml +++ b/app-admin/chef-server-api/metadata.xml @@ -2,8 +2,7 @@ - hollow@gentoo.org - Benedikt Böhm + maintainer-needed@gentoo.org diff --git a/app-admin/chef-server-webui/metadata.xml b/app-admin/chef-server-webui/metadata.xml index 53925de5add1..e96e35b1a37c 100644 --- a/app-admin/chef-server-webui/metadata.xml +++ b/app-admin/chef-server-webui/metadata.xml @@ -2,8 +2,7 @@ - hollow@gentoo.org - Benedikt Böhm + maintainer-needed@gentoo.org diff --git a/app-admin/chef-server/metadata.xml b/app-admin/chef-server/metadata.xml index 53925de5add1..e96e35b1a37c 100644 --- a/app-admin/chef-server/metadata.xml +++ b/app-admin/chef-server/metadata.xml @@ -2,8 +2,7 @@ - hollow@gentoo.org - Benedikt Böhm + maintainer-needed@gentoo.org diff --git a/app-admin/chef-solr/metadata.xml b/app-admin/chef-solr/metadata.xml index 53925de5add1..e96e35b1a37c 100644 --- a/app-admin/chef-solr/metadata.xml +++ b/app-admin/chef-solr/metadata.xml @@ -2,8 +2,7 @@ - hollow@gentoo.org - Benedikt Böhm + maintainer-needed@gentoo.org diff --git a/app-admin/chef/metadata.xml b/app-admin/chef/metadata.xml index 443a97a31b66..91f4e72fb544 100644 --- a/app-admin/chef/metadata.xml +++ b/app-admin/chef/metadata.xml @@ -2,7 +2,6 @@ - hollow@gentoo.org - Benedikt Böhm + maintainer-needed@gentoo.org diff --git a/app-backup/deja-dup/Manifest b/app-backup/deja-dup/Manifest index 1752bea84442..386cca9d7c9e 100644 --- a/app-backup/deja-dup/Manifest +++ b/app-backup/deja-dup/Manifest @@ -1,2 +1,3 @@ DIST deja-dup-22.1.tar.xz 777248 SHA256 44cb8fcd45799a369c8da2717792a87e3e183eeca1b07fa8f2aac8664f00ca5e SHA512 52d99c3ee66beca49a5c43bd7026b03347f8311e74c32ff2d98a1594dd0cf4b5cea8011a7e6561e54ae04b6e812149dc6c29982a15db3078cdef548b44e9cb31 WHIRLPOOL a57aebb975c9a5cc05e6f1a390cc910e328f01fae9f18d91d76b4d8cb274036d759ecd8aadee2309b23378622f439ef2b5ddc5629e5b42b1174f55d59feff9bf DIST deja-dup-26.0.tar.xz 820956 SHA256 5fa546ce781183d6041148583cf1c7d6590cec8c1cf0edd6d0db503fc8b8002b SHA512 cdfd681e554d4be7cdef2e000c7e4111cbc51c3274cc3e1c35a3b34bb52550494bd6b81f1dce051cd62fbd683d855f29059cce015bc69fe69c33bb69a3ef03cc WHIRLPOOL 51f52bf138c99ad1e2dd796e6944af546fd51926a8cd0c25588a0f00ed929426c633b6f3f96d037fff4c5355461219ea0221365256db3d8500338cc9e38d9b8e +DIST deja-dup-27.3.1.tar.xz 824700 SHA256 1b10bf3c6d2a15b85e138b478d6f2741863eb5658474ed5cec30267654afc726 SHA512 7304e8d38e3f2ec0a2c5ad8f37536d90fa33130c26112d3022ba0caad562ca85a12208eb7e9826006fe00afd528745332508b0712304744d9a094deedbb6e5a9 WHIRLPOOL 1cc3e92f0ee213eb198c495a138b94c68ff9938925f5f64a39346b62d5b1fc0c79dd04123b181c9acc4bae8c7b8eeed28873ee04566b7dad254fd5972b05bdd0 diff --git a/app-backup/deja-dup/deja-dup-27.3.1.ebuild b/app-backup/deja-dup/deja-dup-27.3.1.ebuild new file mode 100644 index 000000000000..ff612e62e8c0 --- /dev/null +++ b/app-backup/deja-dup/deja-dup-27.3.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-27.3.1.ebuild,v 1.1 2013/06/20 06:05:25 jlec Exp $ + +EAPI=5 + +GNOME2_LA_PUNT="yes" + +VALA_MIN_API_VERSION="0.16" + +inherit eutils gnome2 vala + +DESCRIPTION="Simple backup tool using duplicity back-end" +HOMEPAGE="https://launchpad.net/deja-dup/" +SRC_URI="http://launchpad.net/${PN}/28/${PV}/+download/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nautilus" + +RESTRICT="test" + +COMMON_DEPEND=" + app-crypt/libsecret[vala] + dev-libs/glib:2 + dev-libs/libpeas + x11-libs/gtk+:3 + x11-libs/libnotify + + >=app-backup/duplicity-0.6.21 + dev-libs/dbus-glib + + nautilus? ( gnome-base/nautilus )" +RDEPEND="${COMMON_DEPEND} + gnome-base/gvfs[fuse]" +DEPEND="${COMMON_DEPEND} + app-text/yelp-tools + $(vala_depend) + dev-perl/Locale-gettext + virtual/pkgconfig + dev-util/intltool + sys-devel/gettext" + +src_prepare() { + DOCS="NEWS AUTHORS" + G2CONF="${G2CONF} + $(use_with nautilus) + --without-ccpanel + --without-unity + --disable-schemas-compile + --disable-static" + + vala_src_prepare + gnome2_src_prepare +} diff --git a/app-editors/uemacs-pk/metadata.xml b/app-editors/uemacs-pk/metadata.xml index dc98c0bce94b..62e65fab2924 100644 --- a/app-editors/uemacs-pk/metadata.xml +++ b/app-editors/uemacs-pk/metadata.xml @@ -2,7 +2,6 @@ emacs -proxy-maintainers WHAT IS uEmacs/PK? diff --git a/app-portage/porticron/metadata.xml b/app-portage/porticron/metadata.xml index 578a86386696..91f4e72fb544 100644 --- a/app-portage/porticron/metadata.xml +++ b/app-portage/porticron/metadata.xml @@ -2,6 +2,6 @@ - hollow@gentoo.org + maintainer-needed@gentoo.org diff --git a/app-text/multitail/Manifest b/app-text/multitail/Manifest index e29e087ba118..6ec79cc9454c 100644 --- a/app-text/multitail/Manifest +++ b/app-text/multitail/Manifest @@ -1 +1,2 @@ DIST multitail-5.2.12.tgz 163735 SHA256 681d87cd49e11aab1d82ad7818ee639c88a3d305db8accf0859977beda6c493c SHA512 d2ce9c119b619857c22dde098f3013fe8d9c8a410f1f6cc56e97cc2bf3fc19eddeff1485019be16587791f44b0b680431087c9e9be66ecc1c999ea0507b6b99c WHIRLPOOL 73ed263561b066f871aa2193a408f5c22f99261fbf08f7c83f020fc1e2799f67884dd5519cd8adcea07d45ae7a4a98b9d49402f6d14ab54ac9bf78c403c54039 +DIST multitail-5.2.13.tgz 164018 SHA256 8692a9d8513093877e337673a8437075dcd34522a0840b2438e5cd1e6a5bafab SHA512 fa8b057e445d845544afb52c0fa314a14dec08e64789e515fe86ebe22875c9626141476ad704ed4208301546c4ac794944165dcfcd8475d79d7d03e1725e5a51 WHIRLPOOL 9bb3a05262ed19e465c59d737d3eff3d07f6a5be71bc7d3b77d9b3f365e915d568da3f9ca1fcc7dc2791767c05807716e6f7c9afd73f37f495f3a3fa748c02e1 diff --git a/app-text/multitail/files/multitail-5.2.13-as-needed.patch b/app-text/multitail/files/multitail-5.2.13-as-needed.patch new file mode 100644 index 000000000000..af9e5ffd37b9 --- /dev/null +++ b/app-text/multitail/files/multitail-5.2.13-as-needed.patch @@ -0,0 +1,26 @@ +--- Makefile.old 2009-07-02 20:16:52.561919791 +0200 ++++ Makefile 2009-07-02 20:17:21.947666469 +0200 +@@ -4,19 +4,19 @@ DESTDIR=/ + CONFIG_FILE=$(DESTDIR)/etc/multitail.conf + + DEBUG=-g -D_FORTIFY_SOURCE=2 # -D_DEBUG # -pg # -D_DEBUG #-pg -W -pedantic # -pg #-fprofile-arcs +-LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG) -rdynamic ++LIBS+=`$(PKG_CONFIG) --libs ncurses panel` -lutil -lm + # LDFLAGS+=-lc_p -lpanel_g -lncurses_g -lutil -lm -pg -g -rdynamic +-CFLAGS+=-funsigned-char -D`uname` -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FILE=\"$(CONFIG_FILE)\" ++CFLAGS+=-funsigned-char -D`uname` -Wall -DVERSION=\"$(VERSION)\" -DCONFIG_FILE=\"$(CONFIG_FILE)\" -rdynamic + + OBJS=utils.o mt.o error.o my_pty.o term.o scrollback.o help.o mem.o cv.o selbox.o stripstring.o color.o misc.o ui.o exec.o diff.o config.o cmdline.o globals.o history.o + + all: multitail + + multitail: $(OBJS) +- $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o multitail ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) + + multitail_ccmalloc: $(OBJS) +- ccmalloc --no-wrapper $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o ccmultitail ++ ccmalloc --no-wrapper $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o ccmultitail $(LIBS) + + install: multitail + cp multitail $(DESTDIR)/usr/bin diff --git a/app-text/multitail/multitail-5.2.13.ebuild b/app-text/multitail/multitail-5.2.13.ebuild new file mode 100644 index 000000000000..c28429e09485 --- /dev/null +++ b/app-text/multitail/multitail-5.2.13.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/app-text/multitail/multitail-5.2.13.ebuild,v 1.1 2013/06/20 07:20:51 jlec Exp $ + +EAPI=5 + +inherit eutils flag-o-matic toolchain-funcs + +DESCRIPTION="Tail with multiple windows" +HOMEPAGE="http://www.vanheusden.com/multitail/" +SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux" +IUSE="debug doc examples" + +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + epatch "${FILESDIR}"/${P}-as-needed.patch + + use x86-interix && epatch "${FILESDIR}"/${PN}-5.2.6-interix.patch + + sed \ + -e '/gcc/d' \ + -e '/scan-build/d' \ + -i Makefile || die + + tc-export CC PKG_CONFIG +} + +src_configure() { + use debug && append-flags "-D_DEBUG" + use prefix && sed "s:DESTDIR=/:DESTDIR=${EROOT}:g" -i Makefile +} + +src_install () { + dobin multitail + + insinto /etc + doins multitail.conf + + dodoc Changes readme.txt thanks.txt + doman multitail.1 + + use doc && dohtml manual.html + + docinto examples + use examples && dodoc colors-example.{pl,sh} convert-{geoip,simple}.pl +} diff --git a/app-text/mupdf/files/mupdf-9999-install-headers.patch b/app-text/mupdf/files/mupdf-9999-install-headers.patch new file mode 100644 index 000000000000..7c91abc9f2f9 --- /dev/null +++ b/app-text/mupdf/files/mupdf-9999-install-headers.patch @@ -0,0 +1,19 @@ +based on http://bugs.ghostscript.com/show_bug.cgi?id=694365&list_id=6717 + +--- mupdf-9999/Makefile ++++ mupdf-9999/Makefile +@@ -248,9 +248,12 @@ + mandir ?= $(prefix)/share/man + + install: $(MUPDF_LIB) $(MUVIEW) $(MUDRAW) $(MUTOOL) +- install -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(incdir) $(DESTDIR)$(mandir)/man1 ++ install -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(mandir)/man1 ++ install -d $(DESTDIR)$(incdir)/mupdf/{fitz,pdf} + install $(MUPDF_LIB) $(DESTDIR)$(libdir) +- install fitz/memento.h fitz/fitz.h pdf/mupdf.h xps/muxps.h cbz/mucbz.h image/muimage.h $(DESTDIR)$(incdir) ++ install include/mupdf/*.h $(DESTDIR)$(incdir)/mupdf ++ install include/mupdf/fitz/*.h $(DESTDIR)$(incdir)/mupdf/fitz ++ install include/mupdf/pdf/*.h $(DESTDIR)$(incdir)/mupdf/pdf + install $(MUVIEW) $(MUDRAW) $(MUTOOL) $(DESTDIR)$(bindir) + install $(wildcard apps/man/*.1) $(DESTDIR)$(mandir)/man1 + diff --git a/app-text/mupdf/mupdf-9999.ebuild b/app-text/mupdf/mupdf-9999.ebuild index ca70f8c0ffb0..78c8004d1d4e 100644 --- a/app-text/mupdf/mupdf-9999.ebuild +++ b/app-text/mupdf/mupdf-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.35 2013/06/15 01:18:55 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.36 2013/06/20 09:11:08 xmw Exp $ EAPI=5 @@ -39,7 +39,8 @@ src_prepare() { epatch \ "${FILESDIR}"/${P}-buildsystem.patch \ "${FILESDIR}"/${P}-openjpeg2.patch \ - "${FILESDIR}"/${P}-pkg-config.patch + "${FILESDIR}"/${P}-pkg-config.patch \ + "${FILESDIR}"/${P}-install-headers.patch sed -e "/^libdir=/s:/lib:/$(get_libdir):" \ -e "/^prefix=/s:=.*:=${EROOR}/usr:" \ @@ -109,8 +110,8 @@ src_install() { use X && dobin "${S}"-static/build/debug/mupdf fi - insinto /usr/include - doins pdf/mupdf-internal.h fitz/fitz-internal.h xps/muxps-internal.h + #insinto /usr/include + #doins pdf/mupdf-internal.h fitz/fitz-internal.h xps/muxps-internal.h insinto /usr/$(get_libdir)/pkgconfig doins debian/mupdf.pc diff --git a/app-vim/nginx-syntax/metadata.xml b/app-vim/nginx-syntax/metadata.xml index c98eba56b649..d221a8d4b42c 100644 --- a/app-vim/nginx-syntax/metadata.xml +++ b/app-vim/nginx-syntax/metadata.xml @@ -2,8 +2,4 @@ vim - - hollow@gentoo.org - Benedikt Böhm - diff --git a/dev-db/barman/Manifest b/dev-db/barman/Manifest index 7ed634520091..f920eb1d88c4 100644 --- a/dev-db/barman/Manifest +++ b/dev-db/barman/Manifest @@ -1,5 +1 @@ -DIST barman-1.0.0.tar.gz 53138 SHA256 dc157220cf0eab6698ebb5fc714deea429223a26aeb413c1d6f03c3a90572090 SHA512 3f205f161ef932c48c066e938b043c58ca62ea329265e3d974a0932a5070a9474c900926a78d7dbbc6510fac4f7ca52cc987901e7d87c529255166cc1e13f970 WHIRLPOOL 59de26dd9021f92c92f932bd072dc9c7080f3f5976a1c89b031e82beeed5fb771532c498c5c1d1d5f1cbc2544727f9f57b80394cb6c3552e4f3addc4440375fb -DIST barman-1.1.0.tar.gz 56549 SHA256 ab176c1aea199c2a8314c781dcd5f733f513f0334e2f90f6dfbc3caf294c641e SHA512 eb2ce6979ab7729c31cddbd2bc93f74e2b9d1c5a9de4991902d44b395b8e62e742865bd8ae6c4ea05c87498eda5c167c1895314c945ef31932b658fbe8006625 WHIRLPOOL 293a28e32515f4c4956700f67c517789c18bde5ee15b1237b26d26135675bdb0561a5c6c611b45a1104bc0edeb5c2a5688bfbda3890a31995b034e9282b078ad -DIST barman-1.1.1.tar.gz 56723 SHA256 1298beab5813ecbbaf054c3b781c0521bc8662876aa188893409e8c80819ec2a SHA512 58c22b0b68d6d198bc40815b38d4e05212768c9ba4fb196a05780c8c0bfd1e52e6bf8efc5b5e206dd889a80d0d02a2480b65d62a49f5f6374f208f00394df658 WHIRLPOOL 9877692eba4b6a707a80027235244df08d42836b70ce4d287efcedff725f851d2790255585626db309aeb14b0f5b0aba8a7179e694b8db3ffac706e1429b142d -DIST barman-1.1.2.tar.gz 58910 SHA256 474d245cd08cec1ba3fc1f93e478ff115f5d00503c29aa9612018068b7752d3b SHA512 5da1807d5304847ebaf440604236d4956baeaa0f31ba9059316212df9b16f2721108ce7684ffa9f26787ea8b9a1a123ba7d54e270cb1d0bb237da6069bd73cca WHIRLPOOL ded87e02a6fe690d9b468129336d77d246e0d6b1fe9fe882756989e6ccb100e992e607d8e8de442217b0f4417b17af1a0bc0e764f8704f469448d867ce007e89 -DIST barman-1.2.0.tar.gz 67690 SHA256 4cca3106d855086f7f77735290afb09872b4f4b6065d831576333b52f5c078db SHA512 08403c528eeb0ee2a398af9058be4e1b0a3a2703d9109a09a66e9067898f17bf49a47f41809a5f5dba027a7c00025979aad4b0b948d3d9acf3666f6a862a1cad WHIRLPOOL dad434292a6bd47702f16eaa69968f1deb184dd2824bc012fe231abd02c5508235ebfbb3476003095c3148b4c1ed3f855e8433b26ea54630e07e96e7deae7d7b +DIST barman-1.2.1.tar.gz 70413 SHA256 7389b7c7e532e4b67adc2f606c74fcbdd3dc0c7284c16256da9a0e0a3a4f8060 SHA512 044b87570262ca8ac953ead93c87c1f75bea68214b6417a88e9d8df0af7feae9b22c77f695cfda89a555982d2c65dfe8fb212d18ab399828ddd8f883c8c49016 WHIRLPOOL 018cf64473ea22fcdadeb4c0fbb6e477a9bf2f08d99e1174a9252bd9482bc06d61c2f228666e6ac140b749f2576712cd7d82d1e0ee86583d7553abf456fc70cd diff --git a/dev-db/barman/barman-1.0.0.ebuild b/dev-db/barman/barman-1.0.0.ebuild deleted file mode 100644 index 6a0f4cc9a865..000000000000 --- a/dev-db/barman/barman-1.0.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.0.0.ebuild,v 1.1 2012/08/27 15:10:25 patrick Exp $ -EAPI=4 - -inherit distutils - -DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers" - -HOMEPAGE="http://www.pgbarman.org" -SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -RDEPEND="dev-python/argh - >=dev-python/psycopg-2 - dev-python/python-dateutil - net-misc/rsync - dev-db/postgresql-server" -DEPEND="" diff --git a/dev-db/barman/barman-1.1.0.ebuild b/dev-db/barman/barman-1.1.0.ebuild deleted file mode 100644 index 91589c3180b0..000000000000 --- a/dev-db/barman/barman-1.1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.1.0.ebuild,v 1.1 2012/10/17 09:33:10 patrick Exp $ -EAPI=4 - -inherit distutils - -DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers" - -HOMEPAGE="http://www.pgbarman.org" -SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -RDEPEND="dev-python/argh - >=dev-python/psycopg-2 - dev-python/python-dateutil - net-misc/rsync - dev-db/postgresql-server" -DEPEND="" diff --git a/dev-db/barman/barman-1.1.1.ebuild b/dev-db/barman/barman-1.1.1.ebuild deleted file mode 100644 index 982d5cff630b..000000000000 --- a/dev-db/barman/barman-1.1.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.1.1.ebuild,v 1.1 2012/10/29 05:27:23 patrick Exp $ -EAPI=4 - -inherit distutils - -DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers" - -HOMEPAGE="http://www.pgbarman.org" -SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -RDEPEND="dev-python/argh - >=dev-python/psycopg-2 - dev-python/python-dateutil - net-misc/rsync - dev-db/postgresql-server" -DEPEND="" diff --git a/dev-db/barman/barman-1.1.2.ebuild b/dev-db/barman/barman-1.1.2.ebuild deleted file mode 100644 index 9ab43acde832..000000000000 --- a/dev-db/barman/barman-1.1.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.1.2.ebuild,v 1.1 2012/12/18 12:27:08 patrick Exp $ -EAPI=4 - -inherit distutils - -DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers" - -HOMEPAGE="http://www.pgbarman.org" -SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -RDEPEND="dev-python/argh - >=dev-python/psycopg-2 - dev-python/python-dateutil - net-misc/rsync - dev-db/postgresql-server" -DEPEND="" diff --git a/dev-db/barman/barman-1.2.0-r1.ebuild b/dev-db/barman/barman-1.2.0-r1.ebuild deleted file mode 100644 index 253f4c7a617d..000000000000 --- a/dev-db/barman/barman-1.2.0-r1.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-db/barman/barman-1.2.0-r1.ebuild,v 1.1 2013/05/24 08:41:44 patrick Exp $ -EAPI=4 -SUPPORT_PYTHON_ABIS="1" -PYTHON_DEPEND="2:2.6:2.7" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers" - -HOMEPAGE="http://www.pgbarman.org" -SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -RDEPEND="dev-python/argh - >=dev-python/psycopg-2 - dev-python/python-dateutil - net-misc/rsync - dev-db/postgresql-server" -DEPEND="" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} diff --git a/dev-db/barman/barman-1.2.0.ebuild b/dev-db/barman/barman-1.2.1.ebuild similarity index 57% rename from dev-db/barman/barman-1.2.0.ebuild rename to dev-db/barman/barman-1.2.1.ebuild index 9b101927d40d..47ee17c89b2d 100644 --- a/dev-db/barman/barman-1.2.0.ebuild +++ b/dev-db/barman/barman-1.2.1.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.2.0.ebuild,v 1.2 2013/05/24 08:35:19 patrick Exp $ -EAPI=4 +# $Header: /var/cvsroot/gentoo-x86/dev-db/barman/barman-1.2.1.ebuild,v 1.1 2013/06/20 03:35:23 patrick Exp $ +EAPI=5 -inherit distutils +PYTHON_COMPAT=( python{2_6,2_7}) + +inherit distutils-r1 DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers" @@ -15,15 +17,9 @@ KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-python/argh - >=dev-python/psycopg-2 - dev-python/python-dateutil +RDEPEND="dev-python/argh[${PYTHON_USEDEP}] + >=dev-python/psycopg-2[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] net-misc/rsync dev-db/postgresql-server" DEPEND="" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - diff --git a/dev-haskell/concurrent-extra/Manifest b/dev-haskell/concurrent-extra/Manifest new file mode 100644 index 000000000000..8eceb747ade5 --- /dev/null +++ b/dev-haskell/concurrent-extra/Manifest @@ -0,0 +1 @@ +DIST concurrent-extra-0.7.0.6.tar.gz 16447 SHA256 11a1b241b6be6502af86b30a060218fb6776d636dc11399bc742f837a141988b SHA512 77e01122b4659cb131af596da6b4638d34365f3be901b46adb1e7ffcb9d218727feead51b107df0418e1f929eced5aea0ce412ff59ffae3bb6b5d50215b277cf WHIRLPOOL d3f28b42dc115b5607b02b9235b8ec4221e59734a9cb6981fbd1fd662c72d70776df9e2cf4a533c373eeaa11b446c8c3e0111ede89ba6f241f9b056f13088016 diff --git a/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.6.ebuild b/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.6.ebuild new file mode 100644 index 000000000000..15fe13cddbe7 --- /dev/null +++ b/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.6.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/dev-haskell/concurrent-extra/concurrent-extra-0.7.0.6.ebuild,v 1.1 2013/06/20 05:14:47 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Extra concurrency primitives" +HOMEPAGE="https://github.com/basvandijk/concurrent-extra" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] + =dev-haskell/stm-2.1.2.1:=[profile?] + =dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hunit-1.2.2 + =dev-haskell/test-framework-0.2.4 + =dev-haskell/test-framework-hunit-0.2.4 + + + + haskell + + haskell@gentoo.org + + + The @concurrent-extra@ package offers among other things the + following selection of synchronisation primitives: + + * @Broadcast@: Wake multiple threads by broadcasting a value. + + * @Event@: Wake multiple threads by signalling an event. + + * @Lock@: Enforce exclusive access to a resource. Also known as a + binary semaphore or mutex. The package additionally provides an + alternative that works in the @STM@ monad. + + * @RLock@: A lock which can be acquired multiple times by the same + thread. Also known as a reentrant mutex. + + * @ReadWriteLock@: Multiple-reader, single-writer locks. Used to + protect shared resources which may be concurrently read, but only + sequentially written. + + * @ReadWriteVar@: Concurrent read, sequential write variables. + + Please consult the API documentation of the individual modules for + more detailed information. + + This package was inspired by the concurrency libraries of Java and + Python. + + diff --git a/dev-haskell/feed/Manifest b/dev-haskell/feed/Manifest new file mode 100644 index 000000000000..2ea40c70ea14 --- /dev/null +++ b/dev-haskell/feed/Manifest @@ -0,0 +1 @@ +DIST feed-0.3.8.tar.gz 72269 SHA256 e614f7019a035c1eaa8952cdcfe5291c539f670f218ab591727d33b4367b71fb SHA512 48f4c4ff85c64dce4620747b01df3540db6f26b8109d44a4d83885e7da3c8a77c81dc17812c573e4e78b14606c34dc265ff9f7f8c55baf3b6575d77687d8b871 WHIRLPOOL 65bc11c3c22ea24674c661c50854c1a37c50f6827bdbd7c74742856cfb9bec582d402c5cd910e0b42350a5aad4f701cea7207a2a2d132f93bf4eeabb141d795d diff --git a/dev-haskell/feed/feed-0.3.8-r1.ebuild b/dev-haskell/feed/feed-0.3.8-r1.ebuild new file mode 100644 index 000000000000..5adf7c3a5dc2 --- /dev/null +++ b/dev-haskell/feed/feed-0.3.8-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/feed/feed-0.3.8-r1.ebuild,v 1.1 2013/06/20 04:57:00 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds." +HOMEPAGE="http://hackage.haskell.org/package/feed" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +#hackport: ignore-flag new-base ; redundant flag, do nothing +IUSE= + +RDEPEND="dev-haskell/utf8-string:=[profile?] + >=dev-haskell/xml-1.2.6:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" diff --git a/dev-haskell/feed/metadata.xml b/dev-haskell/feed/metadata.xml new file mode 100644 index 000000000000..0487b51d9329 --- /dev/null +++ b/dev-haskell/feed/metadata.xml @@ -0,0 +1,11 @@ + + + + haskell + + haskell@gentoo.org + + + Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. + + diff --git a/dev-haskell/happstack-server/Manifest b/dev-haskell/happstack-server/Manifest new file mode 100644 index 000000000000..a897ab342d7d --- /dev/null +++ b/dev-haskell/happstack-server/Manifest @@ -0,0 +1 @@ +DIST happstack-server-7.1.7.1.tar.gz 78293 SHA256 e2fc2bf7a78a25c3a24f965972cd78ffa8c66755b54249ac34d0590fb63a09e1 SHA512 d43c22421e3468fc5fd9e943088db9df3ca394dd964aaa1b9caba998a1e94923956912cdf46fd17cc99969f03097d24b5426f83dbec58585b366478ff46dd5b4 WHIRLPOOL d817147775f02ca990a770416292f00b7bd48beb5ca126f4004bfe19638b3e0af5c5203ded63e49fb79ad8b52b577f14968e2bcb402c2492463c81cbb9b2584c diff --git a/dev-haskell/happstack-server/happstack-server-7.1.7.1.ebuild b/dev-haskell/happstack-server/happstack-server-7.1.7.1.ebuild new file mode 100644 index 000000000000..c318531cc161 --- /dev/null +++ b/dev-haskell/happstack-server/happstack-server-7.1.7.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happstack-server/happstack-server-7.1.7.1.ebuild,v 1.1 2013/06/20 05:35:37 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Web related tools and services." +HOMEPAGE="http://happstack.com" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +#hackport: ignore-flag network_2_2_3 ; flag for old network compatibility +#hackport: ignore-flag template_haskell: non GHC compiler +IUSE="" + +RDEPEND="=dev-haskell/base64-bytestring-1.0*:=[profile?] + >=dev-haskell/blaze-html-0.5:=[profile?] + =dev-haskell/hslogger-1.0.2:=[profile?] + dev-haskell/html:=[profile?] + =dev-haskell/monad-control-0.3*:=[profile?] + >=dev-haskell/mtl-2:=[profile?] + =dev-haskell/sendfile-0.7.1:=[profile?] + =dev-haskell/system-filepath-0.3.1:=[profile?] + >=dev-haskell/text-0.10:=[profile?] + =dev-haskell/threads-0.5:=[profile?] + dev-haskell/time-compat:=[profile?] + >=dev-haskell/transformers-0.1.3:=[profile?] + =dev-haskell/utf8-string-0.3.4:=[profile?] + =dev-lang/ghc-6.12.1:= + >=dev-haskell/network-2.2.3:=[profile?] + " +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hunit + )" diff --git a/dev-haskell/happstack-server/metadata.xml b/dev-haskell/happstack-server/metadata.xml new file mode 100644 index 000000000000..6ed39cbf2dea --- /dev/null +++ b/dev-haskell/happstack-server/metadata.xml @@ -0,0 +1,11 @@ + + + + haskell + + haskell@gentoo.org + + + Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more. For in-depth documentation see the Happstack Crash Course <http://happstack.com/docs/crashcourse/index.html> + + diff --git a/dev-haskell/hstringtemplate/Manifest b/dev-haskell/hstringtemplate/Manifest new file mode 100644 index 000000000000..0b46c9234790 --- /dev/null +++ b/dev-haskell/hstringtemplate/Manifest @@ -0,0 +1 @@ +DIST HStringTemplate-0.7.1.tar.gz 16457 SHA256 8d12e36b69c8c98974f2b449b7308cecc8cf59a82049c43985f1ab6e12090c43 SHA512 670d4c2856561c733184ec1c2a00179280a252cc92e58346eb8362a10429e9834ed613ef35582aba4d73ed3461b90620ecc2d80428a62417776b4841e934e4d7 WHIRLPOOL 5310bd81841c94503a50908d4537afc33c496188761d98c514300c6666037960009cffd873fc14d392c99db4073acce2124178bf9b9eabff4f311aeccd42054d diff --git a/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild b/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild new file mode 100644 index 000000000000..365fe5c47f6e --- /dev/null +++ b/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hstringtemplate/hstringtemplate-0.7.1.ebuild,v 1.1 2013/06/20 06:14:27 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="HStringTemplate" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="StringTemplate implementation in Haskell." +HOMEPAGE="http://hackage.haskell.org/package/HStringTemplate" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+quasi-quotation syb-with-class" + +RDEPEND="dev-haskell/blaze-builder:=[profile?] + dev-haskell/deepseq:=[profile?] + =dev-lang/ghc-7.4.1:= + quasi-quotation? ( dev-haskell/mtl:=[profile?] + ) + syb-with-class? ( dev-haskell/syb-with-class:=[profile?] + )" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" + +S="${WORKDIR}/${MY_P}" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag quasi-quotation quasi-quotation) \ + $(cabal_flag syb-with-class syb-with-class) +} diff --git a/dev-haskell/hstringtemplate/metadata.xml b/dev-haskell/hstringtemplate/metadata.xml new file mode 100644 index 000000000000..886630d9983e --- /dev/null +++ b/dev-haskell/hstringtemplate/metadata.xml @@ -0,0 +1,15 @@ + + + + haskell + + haskell@gentoo.org + + + A port of the Java library by Terrence Parr. + + + Build module providing a quasi-quoter + Generic instances for TOSElem + + diff --git a/dev-haskell/nats/Manifest b/dev-haskell/nats/Manifest new file mode 100644 index 000000000000..78cbe43cb38b --- /dev/null +++ b/dev-haskell/nats/Manifest @@ -0,0 +1 @@ +DIST nats-0.1.tar.gz 3734 SHA256 7e87fa4ac81bc35a3f1dafca011c19b95f869ddd15e30a5348e0685ea53cf021 SHA512 3c3f1c53c51a2638a057ea0af58b648d039bd6de591d99b28883e9b39ab289a90198bbc5b82b4abf1e3b898708cd903bc7a5e7bd7e0c8edccc06637da27c2afc WHIRLPOOL df515862813375b1fc03d6df3e45ce645bc254cfc2465b397b2436b30401803454a40c095ad0028165ca711ab3555c564788a4439fe8e9ba602eb71038ebd001 diff --git a/dev-haskell/nats/metadata.xml b/dev-haskell/nats/metadata.xml new file mode 100644 index 000000000000..100d3a4e1990 --- /dev/null +++ b/dev-haskell/nats/metadata.xml @@ -0,0 +1,11 @@ + + + + haskell + + haskell@gentoo.org + + + Haskell 98 natural numbers + + diff --git a/dev-haskell/nats/nats-0.1.ebuild b/dev-haskell/nats/nats-0.1.ebuild new file mode 100644 index 000000000000..968caae3f18c --- /dev/null +++ b/dev-haskell/nats/nats-0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/nats/nats-0.1.ebuild,v 1.1 2013/06/20 06:00:18 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Haskell 98 natural numbers" +HOMEPAGE="http://github.com/ekmett/nats/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10" diff --git a/dev-haskell/network-bytestring/Manifest b/dev-haskell/network-bytestring/Manifest new file mode 100644 index 000000000000..56ce07bba111 --- /dev/null +++ b/dev-haskell/network-bytestring/Manifest @@ -0,0 +1 @@ +DIST network-bytestring-0.1.3.4.tar.gz 9182 SHA256 263d405345b7cd0ef03a1629eb0f14ae6e3831f42d6daf813e4a639b6405a1a6 SHA512 eba844a3d8927c08d119342f196a6cfbb0c54eb194abb4e4da5614cddbdd685923950a339494e17fdae47eae4249896c5f68390d4abb5d0321fb358612cd3a76 WHIRLPOOL 03199efec7fbebd96fcaf1120f3f3df32dbf7794fbf09f2ca186389f88d585ca19b29722bcd3af537ec47994598bec5c3adca991d4c36b0edd4126c91dd98d2f diff --git a/dev-haskell/network-bytestring/files/network-bytestring-0.1.3.4-ghc-7.6.patch b/dev-haskell/network-bytestring/files/network-bytestring-0.1.3.4-ghc-7.6.patch new file mode 100644 index 000000000000..7ba2e0f465b6 --- /dev/null +++ b/dev-haskell/network-bytestring/files/network-bytestring-0.1.3.4-ghc-7.6.patch @@ -0,0 +1,29 @@ +diff --git a/Network/Socket/ByteString.hs b/Network/Socket/ByteString.hs +index 2fbeaa3..adf3116 100644 +--- a/Network/Socket/ByteString.hs ++++ b/Network/Socket/ByteString.hs +@@ -45,7 +45,7 @@ import Data.ByteString (ByteString) + import Data.ByteString.Internal (createAndTrim) + import Data.ByteString.Unsafe (unsafeUseAsCStringLen) + import Data.Word (Word8) +-import Foreign.C.Types (CInt) ++import Foreign.C.Types + import Foreign.Marshal.Alloc (allocaBytes) + import Foreign.Ptr (Ptr, castPtr) + import Network.Socket (SockAddr, Socket(..), sendBufTo, recvBufFrom) +diff --git a/Network/Socket/ByteString/Internal.hs b/Network/Socket/ByteString/Internal.hs +index c6a835b..eb41194 100644 +--- a/Network/Socket/ByteString/Internal.hs ++++ b/Network/Socket/ByteString/Internal.hs +@@ -11,9 +11,9 @@ module Network.Socket.ByteString.Internal + import System.IO.Error (ioeSetErrorString, mkIOError) + + #if !defined(mingw32_HOST_OS) +-import Foreign.C.Types (CInt) ++import Foreign.C.Types + import Foreign.Ptr (Ptr) +-import System.Posix.Types (CSsize) ++import System.Posix.Types + + import Network.Socket.ByteString.IOVec (IOVec) + import Network.Socket.ByteString.MsgHdr (MsgHdr) diff --git a/dev-haskell/network-bytestring/metadata.xml b/dev-haskell/network-bytestring/metadata.xml new file mode 100644 index 000000000000..834c1e229ba5 --- /dev/null +++ b/dev-haskell/network-bytestring/metadata.xml @@ -0,0 +1,12 @@ + + + + haskell + + haskell@gentoo.org + + + Fast, memory-efficient, low-level socket functions + that use 'Data.ByteString's instead of 'String's. + + diff --git a/dev-haskell/network-bytestring/network-bytestring-0.1.3.4.ebuild b/dev-haskell/network-bytestring/network-bytestring-0.1.3.4.ebuild new file mode 100644 index 000000000000..847dd66d0bab --- /dev/null +++ b/dev-haskell/network-bytestring/network-bytestring-0.1.3.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-bytestring/network-bytestring-0.1.3.4.ebuild,v 1.1 2013/06/20 05:26:30 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit eutils haskell-cabal + +DESCRIPTION="Fast, memory-efficient, low-level networking" +HOMEPAGE="http://github.com/tibbe/network-bytestring" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/network-2.2.1.1:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" + +src_prepare() { + epatch "${FILESDIR}"/${P}-ghc-7.6.patch + cabal_chdeps \ + 'network >= 2.2.1.1 && < 2.3' 'network >= 2.2.1.1' \ + 'base < 4.4' 'base' +} diff --git a/dev-haskell/recaptcha/Manifest b/dev-haskell/recaptcha/Manifest new file mode 100644 index 000000000000..bedd66693ad2 --- /dev/null +++ b/dev-haskell/recaptcha/Manifest @@ -0,0 +1 @@ +DIST recaptcha-0.1.tar.gz 2626 SHA256 de00e6e3aadd99a1cd036ce4b413ebe02d59c1b9cfd3032f122735cca1f25144 SHA512 935fbb04044da1b02865999f807d726c76154425bcd253582e2429b25af93f24f3e99488aa49d6370bf49d9b29ec3ba4685f90cd302c7747075c649155dbfb12 WHIRLPOOL 2de4c6630af317aa53751f6107ed836a93aacac5aa6585ed49868c9fe36990e740bd39421492072a340ab34c27fea6b443ee950c4fa4cefb1639dfff0cd7e01c diff --git a/dev-haskell/recaptcha/metadata.xml b/dev-haskell/recaptcha/metadata.xml new file mode 100644 index 000000000000..a691a0ec4809 --- /dev/null +++ b/dev-haskell/recaptcha/metadata.xml @@ -0,0 +1,14 @@ + + + + haskell + + haskell@gentoo.org + + + reCAPTCHA (http://recaptcha.net/) is a service that provides + captchas for preventing automated spam in web applications. + recaptcha-hs provides functions for using reCAPTCHA in Haskell + web applications. + + diff --git a/dev-haskell/recaptcha/recaptcha-0.1-r1.ebuild b/dev-haskell/recaptcha/recaptcha-0.1-r1.ebuild new file mode 100644 index 000000000000..89048c2f729d --- /dev/null +++ b/dev-haskell/recaptcha/recaptcha-0.1-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/recaptcha/recaptcha-0.1-r1.ebuild,v 1.1 2013/06/20 06:18:46 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Functions for using the reCAPTCHA service in web applications." +HOMEPAGE="http://github.com/jgm/recaptcha/tree/master" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/http-3001.1.4:=[profile?] + >=dev-haskell/network-2.2.0.1:=[profile?] + >=dev-haskell/xhtml-3000.0:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" diff --git a/dev-haskell/safe/Manifest b/dev-haskell/safe/Manifest new file mode 100644 index 000000000000..3f1c7c6abf4f --- /dev/null +++ b/dev-haskell/safe/Manifest @@ -0,0 +1 @@ +DIST safe-0.3.3.tar.gz 4245 SHA256 099154c843ac9c4b1831b06f0a92f56d6bba2b0163c9aa896031921bb0a2e945 SHA512 b30e23c3f76cc38bdd3d071aa19b95e7123f9d48867c73f477cf310bdfae52a2d8b06838e9a2fa1ba5df5271fc400e780ab1bfd55fa3bcbd99a764141c627f23 WHIRLPOOL 34c199a0cd72e94a952d816dd09536e9dd2108734dfa8361dbbc3e038fd9db1d508232cd9e127fd772ba63473b1d3c08d178446b41a650c0cb7024cd7e30c69b diff --git a/dev-haskell/safe/metadata.xml b/dev-haskell/safe/metadata.xml new file mode 100644 index 000000000000..ecf965fe015c --- /dev/null +++ b/dev-haskell/safe/metadata.xml @@ -0,0 +1,15 @@ + + + + haskell + + haskell@gentoo.org + + + Partial functions from the base library, such as @head@ and @!!@, modified + to return more descriptive error messages, programmer defined error messages, + @Maybe@ wrapped results and default values. + These functions can be used to reduce the number of unsafe pattern matches in + your code. + + diff --git a/dev-haskell/safe/safe-0.3.3-r1.ebuild b/dev-haskell/safe/safe-0.3.3-r1.ebuild new file mode 100644 index 000000000000..62ec0ac77315 --- /dev/null +++ b/dev-haskell/safe/safe-0.3.3-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/safe/safe-0.3.3-r1.ebuild,v 1.1 2013/06/20 06:21:00 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Library for safe (pattern match free) functions" +HOMEPAGE="http://community.haskell.org/~ndm/safe/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/semigroups/Manifest b/dev-haskell/semigroups/Manifest new file mode 100644 index 000000000000..796443a19e6c --- /dev/null +++ b/dev-haskell/semigroups/Manifest @@ -0,0 +1 @@ +DIST semigroups-0.9.2.tar.gz 9653 SHA256 9106c73a87d4d6dbccc15fad46766498ccde91096c8115cff288e8b95cfb261b SHA512 43385abeed142425fe858632f0bab265e8dda078ab24b270c0b22f798270af502ccff28863200c330fc4e2bdf88fd625b60be25480a9879328e517b2db09c2e0 WHIRLPOOL ecd6c94dfeb0f4c92203f59b8273de6911f43807575f3d7e972fc59161e0e8e4f5bc3aba7702d0ed04d2561b059ec8dc58018c650bfba78aa4738d6baf1a5abb diff --git a/dev-haskell/semigroups/metadata.xml b/dev-haskell/semigroups/metadata.xml new file mode 100644 index 000000000000..4221ce2966cd --- /dev/null +++ b/dev-haskell/semigroups/metadata.xml @@ -0,0 +1,13 @@ + + + + haskell + + haskell@gentoo.org + + + Haskell 98 semigroups + + In mathematics, a semigroup is an algebraic structure consisting of a set together with an associative binary operation. A semigroup generalizes a monoid in that there might not exist an identity element. It also (originally) generalized a group (a monoid with all inverses) to a type where every element did not have to have an inverse, thus the name semigroup. + + diff --git a/dev-haskell/semigroups/semigroups-0.9.2.ebuild b/dev-haskell/semigroups/semigroups-0.9.2.ebuild new file mode 100644 index 000000000000..9f606a20abc5 --- /dev/null +++ b/dev-haskell/semigroups/semigroups-0.9.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/semigroups/semigroups-0.9.2.ebuild,v 1.1 2013/06/20 06:01:55 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Haskell 98 semigroups" +HOMEPAGE="http://github.com/ekmett/semigroups/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/nats-0.1:=[profile?] + >=dev-lang/ghc-6.12.1:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10" diff --git a/dev-haskell/sendfile/Manifest b/dev-haskell/sendfile/Manifest new file mode 100644 index 000000000000..f56fe573d8df --- /dev/null +++ b/dev-haskell/sendfile/Manifest @@ -0,0 +1 @@ +DIST sendfile-0.7.9.tar.gz 10656 SHA256 102fdf6db8c00f5a5981c6eed5acba1368a2d79b2970ce5b22ceb180aa0fdc42 SHA512 a7ba2e82c30b12e5b7f317e2f5cc31c32cb7f682403c3807afc15254d86c3ebb526a645234d191d5b43adc414704caa4cdf61e8083e0a3d53e1af676619f731e WHIRLPOOL 22bfcd58f2e2b0c18782f35468e2412ef84201ead6a6df3142d54099e9f32566a56434326dbdfafdf31e0d211640cbb27b7d28f2780c76adc69f9e47d09b5f83 diff --git a/dev-haskell/sendfile/metadata.xml b/dev-haskell/sendfile/metadata.xml new file mode 100644 index 000000000000..d20e8a9b0999 --- /dev/null +++ b/dev-haskell/sendfile/metadata.xml @@ -0,0 +1,16 @@ + + + + haskell + + haskell@gentoo.org + + + A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided. + + Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code). + + + Explicitly enable portable sendfile support (implemented in Haskell) + + diff --git a/dev-haskell/sendfile/sendfile-0.7.9.ebuild b/dev-haskell/sendfile/sendfile-0.7.9.ebuild new file mode 100644 index 000000000000..7ee993aa4d55 --- /dev/null +++ b/dev-haskell/sendfile/sendfile-0.7.9.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/sendfile/sendfile-0.7.9.ebuild,v 1.1 2013/06/20 05:06:06 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A portable sendfile library" +HOMEPAGE="http://hub.darcs.net/stepcut/sendfile" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="portable" + +RDEPEND="=dev-haskell/network-2*:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag portable portable) +} diff --git a/dev-haskell/syb-with-class/Manifest b/dev-haskell/syb-with-class/Manifest new file mode 100644 index 000000000000..4d1fca30a7db --- /dev/null +++ b/dev-haskell/syb-with-class/Manifest @@ -0,0 +1 @@ +DIST syb-with-class-0.6.1.4.tar.gz 12349 SHA256 6cba1af7474ecbb3ac8040dc46d994e9e8b9fede3bc8daa610e4044054a8263a SHA512 f3fdbbc07b3014139a005bbaea52500ac4fe864bd22d282823cceee86e4d8143c94042743a04993e44306b1335c625ec4b6a6691faf3a3ed2ac8a6cccb0c506d WHIRLPOOL 54374abd9ce81d0ae126c6bc99c4238ec824f8aa4e242a5e215afbfb3f11dd3e6855a6c4ba8bd9eedb5e4c406e23f553a2262872ec92f23884ad45273fd2a399 diff --git a/dev-haskell/syb-with-class/metadata.xml b/dev-haskell/syb-with-class/metadata.xml new file mode 100644 index 000000000000..527e639d819b --- /dev/null +++ b/dev-haskell/syb-with-class/metadata.xml @@ -0,0 +1,12 @@ + + + + haskell + + haskell@gentoo.org + + + Classes, and Template Haskell code to generate instances, for the + Scrap Your Boilerplate With Class system. + + diff --git a/dev-haskell/syb-with-class/syb-with-class-0.6.1.4-r1.ebuild b/dev-haskell/syb-with-class/syb-with-class-0.6.1.4-r1.ebuild new file mode 100644 index 000000000000..86537463ed2b --- /dev/null +++ b/dev-haskell/syb-with-class/syb-with-class-0.6.1.4-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/syb-with-class/syb-with-class-0.6.1.4-r1.ebuild,v 1.1 2013/06/20 06:12:40 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Scrap Your Boilerplate With Class" +HOMEPAGE="http://hackage.haskell.org/package/syb-with-class" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.12.1:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/system-filepath/Manifest b/dev-haskell/system-filepath/Manifest new file mode 100644 index 000000000000..72eafbddc02c --- /dev/null +++ b/dev-haskell/system-filepath/Manifest @@ -0,0 +1 @@ +DIST system-filepath-0.4.7.tar.gz 13989 SHA256 09d93ad801ed0f9ea166c9e7bfb1d761c056f5019a5f9297f2d3fa6cfeab0b81 SHA512 6c9d9adccf9727c65ccde5e37018827042e893c856e1c211af6423911a1f759ec053edad6faf4aecb04c7675ce63b307c2f1e62e7585762d5894a475d1864712 WHIRLPOOL 7adc4030ce0fb785348b448aec9914c858340240f129155027b0abf48559e2efa949de005976923845c1719ec416df26d25dd4f2dca8dfa75b026377a2313129 diff --git a/dev-haskell/system-filepath/metadata.xml b/dev-haskell/system-filepath/metadata.xml new file mode 100644 index 000000000000..1cffcb6a0a3d --- /dev/null +++ b/dev-haskell/system-filepath/metadata.xml @@ -0,0 +1,11 @@ + + + + haskell + + haskell@gentoo.org + + + High-level, byte-based file and directory path manipulations + + diff --git a/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild b/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild new file mode 100644 index 000000000000..29df59f35603 --- /dev/null +++ b/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild,v 1.1 2013/06/20 05:08:58 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="High-level, byte-based file and directory path manipulations" +HOMEPAGE="https://john-millikin.com/software/haskell-filesystem/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/deepseq-1.1:=[profile?] + =dev-haskell/text-0.7.1:=[profile?] + =dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/threads/Manifest b/dev-haskell/threads/Manifest new file mode 100644 index 000000000000..d423bb90453f --- /dev/null +++ b/dev-haskell/threads/Manifest @@ -0,0 +1 @@ +DIST threads-0.5.0.2.tar.gz 7337 SHA256 559a0750565289de60bd6b26784d7978ee85c2662c84feeb504910539eac8c91 SHA512 396f639418cfd24f57bc481a2b79b82f7107e8b5c0c559d8f70373eeed7b2f3965e8c57a810d7a7049e2461f4b1bb3933110fbab46f0ed691aef85af48f5f621 WHIRLPOOL dc5cec0236185efa314ad87b226884bef4db3986c73c8822caa9eef1141d40bed319a3522ccf23857b7d1fb025340e8b80a9baa2443dd6f539bd7a3da58fddce diff --git a/dev-haskell/threads/metadata.xml b/dev-haskell/threads/metadata.xml new file mode 100644 index 000000000000..cbc2c1376d96 --- /dev/null +++ b/dev-haskell/threads/metadata.xml @@ -0,0 +1,31 @@ + + + + haskell + + haskell@gentoo.org + + + This package provides functions to fork threads and + wait for their result, whether it's an exception or a + normal value. + + Besides waiting for the termination of a single thread + this packages also provides functions to wait for a + group of threads to terminate. + + This package is similar to the + @threadmanager@, @async@ and @spawn@ packages. + The advantages of this package are: + + * Simpler API. + + * More efficient in both space and time. + + * No space-leak when forking a large number of threads. + + * Correct handling of asynchronous exceptions. + + * GHC specific functionality like @forkOn@ and @forkIOWithUnmask@. + + diff --git a/dev-haskell/threads/threads-0.5.0.2.ebuild b/dev-haskell/threads/threads-0.5.0.2.ebuild new file mode 100644 index 000000000000..679e9d7c1f74 --- /dev/null +++ b/dev-haskell/threads/threads-0.5.0.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/threads/threads-0.5.0.2.ebuild,v 1.1 2013/06/20 05:16:16 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Fork threads and wait for their result" +HOMEPAGE="https://github.com/basvandijk/threads" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] + =dev-haskell/stm-2.1:=[profile?] + =dev-lang/ghc-7.4.1:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.9.2 + test? ( >=dev-haskell/concurrent-extra-0.5.1 + =dev-haskell/hunit-1.2.2 + =dev-haskell/test-framework-0.2.4 + =dev-haskell/test-framework-hunit-0.2.4 + + + + haskell + + haskell@gentoo.org + + + Compatibility with the <old-time> package for the \"new\" + <time> package. + + diff --git a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild new file mode 100644 index 000000000000..f95f74d858aa --- /dev/null +++ b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild,v 1.1 2013/06/20 05:18:23 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Compatibility with old-time for the time package" +HOMEPAGE="http://hub.darcs.net/dag/time-compat" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.12.1:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10" diff --git a/dev-haskell/unbounded-delays/Manifest b/dev-haskell/unbounded-delays/Manifest new file mode 100644 index 000000000000..377cb74a016f --- /dev/null +++ b/dev-haskell/unbounded-delays/Manifest @@ -0,0 +1 @@ +DIST unbounded-delays-0.1.0.5.tar.gz 4162 SHA256 936085c467dfb520a64ecb51e17035edabe3c57da33e0e5e71dc8f4dfbe33a81 SHA512 fffa206e6f21fbb996fb878e6c307458f80cff1fbe35ec8d8c92d40550f8bab126ad16ced2f7ec93f950089b55bf8cbf335009f9330307b5c2f2bd32c20f5367 WHIRLPOOL 5144746ff52c34a81b32b4a7fb04d483d4b3981ce5ce64766424cf33228e4e451615b6808c83a48e212247ba2454f1f43b575219793af116047e0af0577f4c18 diff --git a/dev-haskell/unbounded-delays/metadata.xml b/dev-haskell/unbounded-delays/metadata.xml new file mode 100644 index 000000000000..13dcda980ba7 --- /dev/null +++ b/dev-haskell/unbounded-delays/metadata.xml @@ -0,0 +1,14 @@ + + + + haskell + + haskell@gentoo.org + + + The @threadDelay@ and @timeout@ functions from the @base@ library + use the bounded @Int@ type for specifying the delay or timeout + period. This packages provides alternatives which use the + unbounded @Integer@ type. + + diff --git a/dev-haskell/unbounded-delays/unbounded-delays-0.1.0.5-r1.ebuild b/dev-haskell/unbounded-delays/unbounded-delays-0.1.0.5-r1.ebuild new file mode 100644 index 000000000000..2d7247d10a18 --- /dev/null +++ b/dev-haskell/unbounded-delays/unbounded-delays-0.1.0.5-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unbounded-delays/unbounded-delays-0.1.0.5-r1.ebuild,v 1.1 2013/06/20 05:13:42 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Unbounded thread delays and timeouts" +HOMEPAGE="https://github.com/basvandijk/unbounded-delays" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/url/Manifest b/dev-haskell/url/Manifest new file mode 100644 index 000000000000..6e0cf75895d7 --- /dev/null +++ b/dev-haskell/url/Manifest @@ -0,0 +1 @@ +DIST url-2.1.3.tar.gz 4180 SHA256 5af27e3f8c0a27e52d0dcb98ef06a0fdd01efe8bb21242c29432e1bc380a4f61 SHA512 53ee2aabc877c91d06c7e029ff807057f88bb4ce712ad02d47655d43869ad83af9032eea85d0ecddf3cad19839827bb723c9bf0a17b580ee7018f4b08c691cd8 WHIRLPOOL 5c75d2f4cbcb00370f0e6e45a0b861a24cfa86422548e90bca56739ad2ae03a303909e2a7a73ddb22bc4390e8713df6f964a58959ba813da3272936996b540a4 diff --git a/dev-haskell/url/metadata.xml b/dev-haskell/url/metadata.xml new file mode 100644 index 000000000000..80032c5b2ee2 --- /dev/null +++ b/dev-haskell/url/metadata.xml @@ -0,0 +1,11 @@ + + + + haskell + + haskell@gentoo.org + + + A library for working with URLs. + + diff --git a/dev-haskell/url/url-2.1.3-r1.ebuild b/dev-haskell/url/url-2.1.3-r1.ebuild new file mode 100644 index 000000000000..3c23cf5c7e9d --- /dev/null +++ b/dev-haskell/url/url-2.1.3-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/url/url-2.1.3-r1.ebuild,v 1.1 2013/06/20 06:25:51 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A library for working with URLs." +HOMEPAGE="http://www.haskell.org/haskellwiki/Url" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/utf8-string-0.3.4:=[profile?] + =dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/void/Manifest b/dev-haskell/void/Manifest new file mode 100644 index 000000000000..aa359f8b411a --- /dev/null +++ b/dev-haskell/void/Manifest @@ -0,0 +1 @@ +DIST void-0.6.tar.gz 3795 SHA256 3668a66ec838465c78b1fe4c6fff0080aeed5b232e4854894a4d5c868f922d3c SHA512 cba9dd795a0544db307f68d63615857a4024adc80fed164adccc5d10fa09af64ecda899535ebbe32c987028235e0cf1f88834a0b7066dce401045a0e7facd68b WHIRLPOOL 4ddab2af42b4cdd6ff6ab70c8e9ec7a51b0ab49999a46d1c02c3405f55d787389ea89e124bae097013d122713b1b4ef15cb1499c04c3e8800fb1dc11d635ba54 diff --git a/dev-haskell/void/metadata.xml b/dev-haskell/void/metadata.xml new file mode 100644 index 000000000000..b48b52fa54a8 --- /dev/null +++ b/dev-haskell/void/metadata.xml @@ -0,0 +1,14 @@ + + + + haskell + + haskell@gentoo.org + + + A Haskell 98 logically uninhabited data type. Used to indicate that a given term should not exist. + + + dissable effective but unsafe coersions + + diff --git a/dev-haskell/void/void-0.6.ebuild b/dev-haskell/void/void-0.6.ebuild new file mode 100644 index 000000000000..c845ec71a3fc --- /dev/null +++ b/dev-haskell/void/void-0.6.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/void/void-0.6.ebuild,v 1.1 2013/06/20 06:07:54 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A Haskell 98 logically uninhabited data type" +HOMEPAGE="http://github.com/ekmett/void" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="safe" + +RDEPEND=">=dev-haskell/hashable-1.1:=[profile?] + >=dev-haskell/semigroups-0.8.2:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag safe safe) +} diff --git a/dev-lang/v8/Manifest b/dev-lang/v8/Manifest index 1daac5eb1e96..9a746d7d9d9a 100644 --- a/dev-lang/v8/Manifest +++ b/dev-lang/v8/Manifest @@ -1,5 +1,5 @@ DIST v8-3.17.6.14.tar.bz2 10488996 SHA256 b56dda1bf648e5a77ef0da7819826ed7218be9b3d3ca8b918134b4e457ca580b SHA512 49275fdda39c028eead5814fc96ea81de08e4717df63acf9c0e9f4ddbaddbc721823a2ca695ef1ec64275ddbc23e59646880f96991f8687424114ef60a2f3777 WHIRLPOOL f71163320ed64b064017b1d09d230d33aab87f634e7deb20c5649470a314f92f38ba90c98586416d658c920926575fd9ed010c0cd9f9e119f15a890b35e5af3b DIST v8-3.18.5.5.tar.bz2 10540043 SHA256 8e48503c871eb4de608453e69085bbb7636be9492db14d4ae06371ba3e004fd4 SHA512 c9ccb3dd83ed753c808a0cca1496726eaea8ff3d5608d96cdff9aece2053d73c0cc1b1f15f707deec5a55d5b744d178aebd99a979e5fe332ad033b047276529e WHIRLPOOL 95196e05518d38ee429a2647a8e5561401c3559ef9662e8bb50cd6d07d93fe760de73bf17103a4389f5a5678fa0fbd4cb64c6894ec4f9bac9009039e2d41b309 DIST v8-3.18.5.8.tar.bz2 10538247 SHA256 17a19289548a8075946929ef8aabd32bd0a6010d046490708a6774e69c2b591e SHA512 3447d696d2bbb88dc54d8a7131a0959ea251603e1dc08f00deb2339e2ace10db239126b8665bef3ce1c5120004f0ef687c866452892395448c8b3f195d8cf49d WHIRLPOOL 090f8d423c6b482ec60ce4b66db33d2fc0598ba1ef7fae2e3c0bd7632cce5ce670a7feadac0165154720847340b4993b3248c7bd5b2e23a09f7683f43202e227 -DIST v8-3.19.3.1.tar.bz2 10578275 SHA256 9722b2ee265f0e5bb26db4daf812e8d92a2997abbb0bf81ce6d56f31960ca7b1 SHA512 56888df81a53b6b802e136226b23cc081432a709d3f5097e3e33114f03574ff151b8d6929689a68062b1b2d2aaff34097606da2b24cd064353febc783e74575f WHIRLPOOL 088bb40cc7a6cd26b04118b4e430e5a1bce738871f35e6a4f583fd8d96ba8bb865a86626687ba4975076396e1c760e5b53553c0e3e031950518520861f5458d6 +DIST v8-3.19.17.tar.bz2 10620966 SHA256 0fbafdf4dae7f0c44b96738e95af4ab413c8af8e2d7c3f7343a6f5e8dec95207 SHA512 43c2db62994cd3eb5747fa31c3524ccd59d976d33a10c0847b0d093fad95fdee4cdcbec21bd958a2d6a564825c7b395885599c8d278923f0e534a4af247afee7 WHIRLPOOL 814954b2ade4b77d77dae6b6d8ac41f9eb6adf719671d178afbc4e5c7371c04639ed46622f9a0d7ae6b8a658d566358ec3d09c5f81140a778bb85a2c5466ba0b DIST v8-3.19.6.1.tar.bz2 10590786 SHA256 741e8380d061fa42738f045414bb86653fbc3cac495359a2202cfefd246458f9 SHA512 2c037292e94f67f88ca5a60d108e8cccb2388e0495ca4623260e378f9b9fafef97e44ec048a56c707eaeeb1d0b03f28bea7328ed8486fc7070895984113ecfb1 WHIRLPOOL 3fa69850bcd25a1262a61dbc5da379eee5b2fe1151973a5a00ccfa5173a1c6197ae53df088b897ecf44a81941dba86611e33a28555a78dfb8de2bb7e54d33e97 diff --git a/dev-lang/v8/v8-3.19.3.1.ebuild b/dev-lang/v8/v8-3.19.17.ebuild similarity index 97% rename from dev-lang/v8/v8-3.19.3.1.ebuild rename to dev-lang/v8/v8-3.19.17.ebuild index f0538f474334..564f60c02352 100644 --- a/dev-lang/v8/v8-3.19.3.1.ebuild +++ b/dev-lang/v8/v8-3.19.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-lang/v8/v8-3.19.3.1.ebuild,v 1.1 2013/05/25 00:03:04 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.17.ebuild,v 1.1 2013/06/20 02:50:29 phajdan.jr Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) diff --git a/dev-libs/leveldb/Manifest b/dev-libs/leveldb/Manifest index d3cc8635b171..852f7ec95453 100644 --- a/dev-libs/leveldb/Manifest +++ b/dev-libs/leveldb/Manifest @@ -1,3 +1,4 @@ DIST leveldb-1.10.0.tar.gz 204270 SHA256 84a4ab34671e1271d895f093932f8c8cfecb45b2e085da738671599825d12f62 SHA512 ba9829a203c25d00184b77382ee8db6b383058c527771a795443e0d3ae02b93dd29c3362f12fd89b08ac24f784b7ed2f3e3325b30abe2763df1cc9e4b8a12948 WHIRLPOOL d9b46a0f6586203091f2b89e4d141f8c7ba65ea994a2352d7f063796f50ba0e7a8c2d3a93ac2591a554b293ac8cb8a6eb26bfb2879f8859cb985db2cfd5985ae DIST leveldb-1.11.0.tar.gz 205413 SHA256 f2eaffcb60d6368088a7ef0c2b889132ea42483fed541a7601fa22e54a8839ac SHA512 2b01227d3339d5ab09a6488e43f4b92f1c8f23d9d9b3a1636710aadfebb2a291622b83d636c96314a651f7a774ec39b404490dcf7cd4ac6ec2997d5d651582aa WHIRLPOOL 410e0433a3eaabc838af22e6667c07e639c64da0143cc4af4ca88bb44dc74dabd749e90d2bb5766a448d8c0e952f7a099a593a558eb89cf43cab4f0404cd6ad1 +DIST leveldb-1.12.0.tar.gz 205436 SHA256 a50b44bcae9680c2872081df98395a34a1ac3162ea41f646676e53fb5f691108 SHA512 b0798ecc598a7dcee38887867521face02b11ec93bc55e28fb3e1e16fb9c4d2068564f7779849a0dc0d758ee9665c2297c004947bedd149e392c129fc39a921f WHIRLPOOL 834777dfa5f7e6ecfd1360185ac31389d8e2c92679f496f6925b902caccb42fa05523016bbb6908ffe2ad8c543d2c14f7913a79384f5e8aa05a75efd5be58cc4 DIST leveldb-1.9.0.tar.gz 203872 SHA256 b2699b04e5aba8e98382c4955b94725d1f76bd0b5decd60c5628205b717a1d4f SHA512 47b0a3272eef2d677ddeb8d0c973e59a1be4bff580528c3bc3f83a654f41485ecc86892d9124ce21ef747c220f98cdad687436849dc978adfd42f8c8c05b9160 WHIRLPOOL 301ba45968095420ff72da36f128bd916d4e039385270eecd8e077aac3781ed12931c9a7d426842e197fd62a99ad6477e5eabbca7524fcba2a185a702f4ef22a diff --git a/dev-libs/leveldb/leveldb-1.12.0.ebuild b/dev-libs/leveldb/leveldb-1.12.0.ebuild new file mode 100644 index 000000000000..97757e95f36d --- /dev/null +++ b/dev-libs/leveldb/leveldb-1.12.0.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/dev-libs/leveldb/leveldb-1.12.0.ebuild,v 1.1 2013/06/20 03:30:25 patrick Exp $ + +EAPI=4 + +inherit eutils multilib toolchain-funcs + +DESCRIPTION="a fast key-value storage library written at Google" +HOMEPAGE="http://code.google.com/p/leveldb/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +IUSE="+snappy static-libs +tcmalloc" + +DEPEND="tcmalloc? ( dev-util/google-perftools ) + snappy? ( + app-arch/snappy + static-libs? ( app-arch/snappy[static-libs] ) + )" +RDEPEND="${DEPEND}" + +src_configure() { + # These vars all get picked up by build_detect_platform + # which the Makefile runs for us automatically. + tc-export AR CC CXX + export OPT="-DNDEBUG ${CPPFLAGS}" + # Probably needs more filling out + export TARGET_OS + case ${CHOST} in + *) TARGET_OS="Linux";; + esac + export USE_SNAPPY=$(usex snappy) + export USE_TCMALLOC=no +} + +src_compile() { + emake $(usex static-libs '' 'LIBRARY=') all libmemenv.a +} + +src_test() { + emake check +} + +src_install() { + insinto /usr/include + doins -r include/* helpers/memenv/memenv.h + dolib.so libleveldb*$(get_libname)* + use static-libs && dolib.a libleveldb.a + dolib.a libmemenv.a +} diff --git a/dev-libs/nspr/nspr-4.9.5.ebuild b/dev-libs/nspr/nspr-4.9.5.ebuild index 5334bf77610b..6e76cdbaf82c 100644 --- a/dev-libs/nspr/nspr-4.9.5.ebuild +++ b/dev-libs/nspr/nspr-4.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/dev-libs/nspr/nspr-4.9.5.ebuild,v 1.10 2013/02/26 10:17:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.9.5.ebuild,v 1.11 2013/06/20 02:15:18 patrick Exp $ EAPI=3 WANT_AUTOCONF="2.1" @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/${P}.tar LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="debug" src_prepare() { diff --git a/dev-libs/nss/nss-3.14.3.ebuild b/dev-libs/nss/nss-3.14.3.ebuild index cf2ebf5614f0..3ab1652b0efb 100644 --- a/dev-libs/nss/nss-3.14.3.ebuild +++ b/dev-libs/nss/nss-3.14.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-libs/nss/nss-3.14.3.ebuild,v 1.13 2013/03/29 22:54:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.14.3.ebuild,v 1.14 2013/06/20 02:18:11 patrick Exp $ EAPI=3 inherit eutils flag-o-matic multilib toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME} LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~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 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="utils" DEPEND="virtual/pkgconfig diff --git a/dev-ml/ANSITerminal/ANSITerminal-0.6.5.ebuild b/dev-ml/ANSITerminal/ANSITerminal-0.6.5.ebuild new file mode 100644 index 000000000000..a4996b9083b7 --- /dev/null +++ b/dev-ml/ANSITerminal/ANSITerminal-0.6.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ANSITerminal/ANSITerminal-0.6.5.ebuild,v 1.1 2013/06/19 20:55:39 aballier Exp $ + +EAPI=5 + +OASIS_BUILD_DOCS=1 + +inherit oasis eutils + +DESCRIPTION="Module which offers basic control of ANSI compliant terminals" +HOMEPAGE="http://forge.ocamlcore.org/projects/ansiterminal/" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1206/${P}.tar.gz" +LICENSE="LGPL-3-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +DEPEND="" +RDEPEND="${DEPEND}" +IUSE="" + +DOCS=( "README.txt" "AUTHORS.txt" ) diff --git a/dev-ml/ANSITerminal/Manifest b/dev-ml/ANSITerminal/Manifest index 23ea48574907..79879168fbaf 100644 --- a/dev-ml/ANSITerminal/Manifest +++ b/dev-ml/ANSITerminal/Manifest @@ -1,2 +1,3 @@ DIST ANSITerminal-0.6-rebootstrap.patch.bz2 39479 SHA256 0842a23a6a11bbccf77c11c4d9efa16c91b462e6b595aece64eab830991b2382 SHA512 54f64609b83d9789128929399c9b9b8358ce4f239ec0bc8fca42d44dd9c0b3f968ca665830104c624afcf5567f761b9260ea49168f1224ffee1bfc5d9e7ded0c WHIRLPOOL 26120b04af6d07bc0e88d53f6a616473bcdb6fc7314935f0667dd64c59114ea934437ea2195a53fabeee6ac7aa924f4c7e6f4bfa03d6a5cbd620faf2993c6e0c +DIST ANSITerminal-0.6.5.tar.gz 52473 SHA256 26874e1bd737f803f84acdc2256b48c76c88bea12c0ce06172db8428367533c9 SHA512 43a059cc2a947a70409e19b8c6d01e1b5aa495290967f984a6d707e5ff329dd88e82ba68e08b6262da4a19bb24be2e61154fcf8781ee5cbad98240276d7b060d WHIRLPOOL cefe7f713ff06df0a5ecf583a53e4d2efc75e041c980e20768eab9c54dd26e3865bb60851034a96e795e41174b884b50cf43f0771c4b2a8c376e2ec8b8a9a187 DIST ANSITerminal-0.6.tar.gz 48840 SHA256 e2edb63c27508bf7a07da6a066cdaee4534c4ef480ecf38ea33089f2d538a27c SHA512 2321bfcca3f89e45b6c9325f0588907510011596c37a50c77a5791365941da56a4a9d66ffb0d0c89e70e4b72b53ea2faac89876f53764a2e1afa4aa8957aee2b WHIRLPOOL ffeaf43d862827a6c650b88cbd19fd65aeecfdf9bb74ac2bf4d553630f56733f10a2c27ac219ec55ac210d6329885bafaf49ce2df2905dc565db754641b34776 diff --git a/dev-ml/cryptokit/Manifest b/dev-ml/cryptokit/Manifest index 0722311b8e10..5b968f81e084 100644 --- a/dev-ml/cryptokit/Manifest +++ b/dev-ml/cryptokit/Manifest @@ -1 +1,2 @@ DIST cryptokit-1.6.tar.gz 133031 SHA256 c58cb6ee1efa996bb227d64b378e80824637f875e914ad38833d610b7f992422 SHA512 9a9e6c11b0f6bbc51737f26813e2f54918a13ddeb70c46075a1336048157d40583a32e797edb17243c5f43e3113a6890a8ea118c84cdef8e95698b14b3844219 WHIRLPOOL 10a93971fac720b4dcfe3944f35be2e5dccae01523a426b1272e91d17caf627bd0c8f25c463d264426afaecf75848b1993f97c4df3ec73d9186d356e6dd7ec96 +DIST cryptokit-1.7.tar.gz 140400 SHA256 56a8c0339c47ca3cf43c8881d5b519d3bff68bc8a53267e9c5c9cbc9239600ca SHA512 39a86b9b97be097120308ef55c2e69b8436a85102cc2eff25f6f3c81abce24511a80295ba7790337fa46584baea24dd9517067039dc81417fe2d38ff8b5e62f1 WHIRLPOOL 21756c006d0c23927cfba2756c6206c6fac08ef22768b881c1750237f6f743040bdfbfa783bf2253e586328b9efc91154c3b8dc73e52fcb391dcd36fd360450e diff --git a/dev-ml/cryptokit/cryptokit-1.7.ebuild b/dev-ml/cryptokit/cryptokit-1.7.ebuild new file mode 100644 index 000000000000..216cdab9137e --- /dev/null +++ b/dev-ml/cryptokit/cryptokit-1.7.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/cryptokit/cryptokit-1.7.ebuild,v 1.1 2013/06/19 21:19:13 aballier Exp $ + +EAPI="5" + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="Cryptographic primitives library for Objective Caml" +HOMEPAGE="http://forge.ocamlcore.org/projects/cryptokit/" +SRC_URI="http://forge.ocamlcore.org/frs/download.php/1166/${P}.tar.gz" +LICENSE="LGPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="zlib" + +DEPEND="zlib? ( >=sys-libs/zlib-1.1 )" +RDEPEND="${DEPEND}" + +DOCS=( "Changes" "README.txt" "AUTHORS.txt" ) + +src_configure() { + oasis_configure_opts="$(use_enable zlib)" \ + oasis_src_configure +} + +pkg_postinst() { + elog "" + elog "This library uses the /dev/random device to generate " + elog "random data and RSA keys. The device should either be" + elog "built into the kernel or provided as a module. An" + elog "alternative is to use the Entropy Gathering Daemon" + elog "(http://egd.sourceforge.net). Please note that the" + elog "remainder of the library will still work even in the" + elog "absence of a one of these sources of randomness." + elog "" +} + +src_test() { + echo "" + einfo "You must have either /dev/random or the Entropy Gathering" + einfo "Daemon (EGD) for this test to succeed!" + echo "" + + oasis_src_test +} diff --git a/dev-perl/Net-Patricia/Manifest b/dev-perl/Net-Patricia/Manifest index e2612415b94d..514d50a76982 100644 --- a/dev-perl/Net-Patricia/Manifest +++ b/dev-perl/Net-Patricia/Manifest @@ -1,2 +1 @@ -DIST Net-Patricia-1.19.tar.gz 25387 SHA256 c378a73280fb458210664e933ce67b281cab49b326840aee065ef95308054d5a SHA512 9534de5a51514864a516b28f905f4994a76179ef4b88c1f53a8870f286923d070770cde3f3631142522d8d88c1d06e1823a1b2bf06298a454776ea5cb99909e4 WHIRLPOOL a71cf49ba1f41e92dfceb20434480ae52b6d80c32d13ec8858e4927f5920e2b741e245f988c472089d634ca40e95827a76a88405fd74a652d59c8357aa144704 DIST Net-Patricia-1.20.tar.gz 27271 SHA256 bbec37f44384346b53daf2599bf1a3dd0726cde946e7cff56f3f6ac0ace072ef SHA512 27ae23b86ed2b2b0e1439d33a167f6b83d636f33c4e3bed6ac3967eaa10a3350645d3ec509e0949db8b290e608f2bc4207370ab075be30177ac1e2a9367f0448 WHIRLPOOL 845bd9bd9dcf228589b748abf111f09a74e268d5e7e81fc91fd87f8e5f8786bb3eb78677c53725033421abc201ed659fe4c01fb57d8c06b835a456de46ce41af diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.190.0.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.190.0.ebuild deleted file mode 100644 index 6a45d5daa670..000000000000 --- a/dev-perl/Net-Patricia/Net-Patricia-1.190.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.190.0.ebuild,v 1.4 2012/03/25 16:42:09 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=PHILIPP -MODULE_VERSION=1.19 -inherit perl-module - -DESCRIPTION="Patricia Trie perl module for fast IP address lookups" - -LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="ipv6" - -RDEPEND="dev-perl/Net-CIDR-Lite - ipv6? ( dev-perl/Socket6 )" -DEPEND="${RDEPEND}" - -#SRC_TEST="do" diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.200.0.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.200.0.ebuild index 4d398ef910e7..3d208aadeb2a 100644 --- a/dev-perl/Net-Patricia/Net-Patricia-1.200.0.ebuild +++ b/dev-perl/Net-Patricia/Net-Patricia-1.200.0.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.200.0.ebuild,v 1.1 2012/10/09 17:27:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.200.0.ebuild,v 1.3 2013/06/19 23:24:11 zlogene Exp $ EAPI=4 MODULE_AUTHOR=GRUBER MODULE_VERSION=1.20 -inherit perl-module +inherit perl-module toolchain-funcs DESCRIPTION="Patricia Trie perl module for fast IP address lookups" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="ipv6" RDEPEND="dev-perl/Net-CIDR-Lite @@ -22,4 +22,10 @@ RDEPEND="dev-perl/Net-CIDR-Lite " DEPEND="${RDEPEND}" +src_compile() { + emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}" + + perl-module_src_compile +} + #SRC_TEST="do" diff --git a/dev-python/flask-login/Manifest b/dev-python/flask-login/Manifest index 28f87ea23ccd..cbd6132b98cf 100644 --- a/dev-python/flask-login/Manifest +++ b/dev-python/flask-login/Manifest @@ -1 +1 @@ -DIST Flask-Login-0.1.3.tar.gz 10069 SHA256 8a1b309fc306875305bd4d2b95733a3e5527b637b0d1f9af3984d140f6284acf SHA512 ac31e5bedc9eb0aedfca282840be7b04b82d999eb8ed8dcae8204f546197f43ee7d0f1f15f25eb47f98944d36e575559d2270a04ed51918c59f3d19704a97135 WHIRLPOOL 1dad2de2f46cc9e5af44c0042f0c558e6ba14669496a9444890958ca4b5cfba10479dfb516a1dc28e1491528d0deca6116c83e09900286bc80d31df6cef06365 +DIST Flask-Login-0.2.2.tar.gz 9460 SHA256 f704ce4b4644af34baf9c453ab2b3a156b0a977956dfa28a015f8e3832b0cf27 SHA512 d0eaaf0bfc92c0ebc0e504a1f110a78a1a39bf1ffe6bdbbc2bdb0365ba66ae3ea1440d4f00935d8a17cba3fcd0e89164a4c1c7c5b3e0ea3b2e067f7226e7eeef WHIRLPOOL d65062d41baf5b389cb3fa8aa671ce990b2e49ee3557f8e337df910d77ebbc98e28b342c6938590f2841445fe801cec441520f10190571157fb7a8942e65e5e6 diff --git a/dev-python/flask-login/flask-login-0.1.3-r1.ebuild b/dev-python/flask-login/flask-login-0.2.2.ebuild similarity index 83% rename from dev-python/flask-login/flask-login-0.1.3-r1.ebuild rename to dev-python/flask-login/flask-login-0.2.2.ebuild index 38ac6f13d1e6..d2a929b1e954 100644 --- a/dev-python/flask-login/flask-login-0.1.3-r1.ebuild +++ b/dev-python/flask-login/flask-login-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/flask-login-0.1.3-r1.ebuild,v 1.2 2013/06/17 02:30:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-login/flask-login-0.2.2.ebuild,v 1.1 2013/06/20 03:09:08 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-python/flask-0.3[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/flask-0.10[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/frozen-flask/Manifest b/dev-python/frozen-flask/Manifest index 139647c41934..82be036857c3 100644 --- a/dev-python/frozen-flask/Manifest +++ b/dev-python/frozen-flask/Manifest @@ -1,4 +1,5 @@ DIST Frozen-Flask-0.10.tar.gz 105667 SHA256 e88c9a37e7ae46d51c302ea75fcc628a0a0d0fc6e9ec505d7570c45e7585e15c SHA512 16c9fb7227a2e3f2ed8ffef871df69f616e5d9b42b5ef8fb7c952ebfad253ea1e606aa1598003b963c27f873ddf6c9df5ba495792991e93ae4ba87bac91639ed WHIRLPOOL 8df307e7922f01d2be98941e19f26c42373a164f5a27647553190c622ff1a74388846eb1c3ff474d765da5476a7a361223a8245791d901953e9e675fbadd83db +DIST Frozen-Flask-0.11.tar.gz 106927 SHA256 c348e0165b161efa44770157eba3e006cc6a1e9867bfd74670cbc56529cc5512 SHA512 a734c6e090f08b01756b677a577c013e0198272a9e469410be81e5214eceb34d98e163410e8e04850036c58c5e7c9e718145e69cd26dd9e30c821f6949aede76 WHIRLPOOL 60a54174665e96b4f3921b72bb1f5f313f53c983d84e3dc6fd917f7273ace98a364638d925776eb5cfa6b709d8ee7c935cd3b9bbbb8926550513e3a54e517d59 DIST Frozen-Flask-0.7.tar.gz 72109 SHA256 71f65b79f4a68b07fa142e5c6203bfa0aaf2fe16cafa5d8f0582809761c6a4f7 SHA512 942c8f74dcc35665b84e4464bfe3d86745e34b460601c2300afb9e78abcfdc18b967448f1182bb10ffd8f3fdc696b6cacd1651a698413505ee85a38c30d3523f WHIRLPOOL 42628d9df66d1b22f323e622249545a8e171569f1f95aab4660918785e7e892e0553528c710835d63a4a3f2d8e37c09f426d072a94d00c81e265098a189e3bd1 DIST Frozen-Flask-0.8.tar.gz 72881 SHA256 36647fa44e711573995a1d662067fc802f240626c3c1898bd60c89e477c9d549 SHA512 f65a7f57346fd4872c406f2070ff2b4fb959dc58d86f98d2910b7fa9fc435fd63e880acc9029007813ae6b23f0db1f6fa5495bab0ffad3791e33243c0c82ad5e WHIRLPOOL 2f52c7377f6478c14fb92aa4c9253702c888ad63ebeeb179a4f5606e958671da0b9844049e33f0ebd8710112b67df4d3c16207fb8d4f87dc052fb1a61521be10 DIST Frozen-Flask-0.9.tar.gz 73608 SHA256 21d7a6f2fba940106544aaf41bd5f26e281d96fbb642d7876a3aaceec944a163 SHA512 54ef915a8abd6279ccca2dbb52e87e22d466bd0f899af01359e9f6c53b7bb91bb702b0727ace47b483be4bdc485e0dd77d3cb9f9d382a5483bf390fe92630afe WHIRLPOOL 1b3b0c6b3231ed062f12b2544089686278aa24d874ebe0ee781930a03904457efbd39e03613ed64e0f5adfd856198b930df3d0efa336fd0a3f5c5bd2f136de01 diff --git a/dev-python/frozen-flask/frozen-flask-0.11.ebuild b/dev-python/frozen-flask/frozen-flask-0.11.ebuild new file mode 100644 index 000000000000..56008e94e17f --- /dev/null +++ b/dev-python/frozen-flask/frozen-flask-0.11.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/frozen-flask/frozen-flask-0.11.ebuild,v 1.1 2013/06/20 03:51:14 patrick Exp $ + +EAPI="3" +PYTHON_DEPEND="2:2.5" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.*" +DISTUTILS_SRC_TEST="nosetests" + +inherit distutils + +MY_PN="Frozen-Flask" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Freezes a Flask application into a set of static files." +HOMEPAGE="https://github.com/SimonSapin/Frozen-Flask http://pypi.python.org/pypi/Frozen-Flask" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/flask-0.7" +DEPEND="${RDEPEND} + dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="flask_frozen" diff --git a/dev-python/pygpgme/metadata.xml b/dev-python/pygpgme/metadata.xml index c424fe9897a4..30ebb4e3f9d6 100644 --- a/dev-python/pygpgme/metadata.xml +++ b/dev-python/pygpgme/metadata.xml @@ -1,16 +1,15 @@ - python - - aidecoe@gentoo.org - Amadeusz Żołnowski - - + python + + aidecoe@gentoo.org + Amadeusz Żołnowski + + PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format. It is built on top of the GNU Privacy Guard and the GPGME library. - diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild new file mode 100644 index 000000000000..991baf64c3fd --- /dev/null +++ b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygpgme/pygpgme-0.3-r1.ebuild,v 1.1 2013/06/20 05:52:06 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="A Python wrapper for the GPGME library" +HOMEPAGE="https://launchpad.net/pygpgme" +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-crypt/gpgme" +RDEPEND="${DEPEND}" + +python_prepare_all() { + sed \ + -e 's/#include /#include /' \ + -i "${S}/src/pygpgme.h" || die + sed \ + -e 's/suite.addTest(tests.test_sign_verify.test_suite())/#\0/' \ + -e 's/suite.addTest(tests.test_encrypt_decrypt.test_suite())/#\0/' \ + -e 's/suite.addTest(tests.test_passphrase.test_suite())/#\0/' \ + -i "${S}/tests/__init__.py" || die + distutils-r1_python_prepare_all +} diff --git a/dev-ruby/nagios/metadata.xml b/dev-ruby/nagios/metadata.xml index 16229a4919aa..0040b1162894 100644 --- a/dev-ruby/nagios/metadata.xml +++ b/dev-ruby/nagios/metadata.xml @@ -1,9 +1,5 @@ - - hollow@gentoo.org - Benedikt Böhm - ruby diff --git a/dev-ruby/ohai/metadata.xml b/dev-ruby/ohai/metadata.xml index 443a97a31b66..0040b1162894 100644 --- a/dev-ruby/ohai/metadata.xml +++ b/dev-ruby/ohai/metadata.xml @@ -1,8 +1,5 @@ - - hollow@gentoo.org - Benedikt Böhm - + ruby diff --git a/dev-util/metro/metadata.xml b/dev-util/metro/metadata.xml index 6f8b47e96735..0640a09e1466 100644 --- a/dev-util/metro/metadata.xml +++ b/dev-util/metro/metadata.xml @@ -2,8 +2,7 @@ - hollow@gentoo.org - Benedikt Böhm + maintainer-needed@gentoo.org Metro is a build tool that can build Gentoo Linux OS releases and OpenVZ diff --git a/games-strategy/wesnoth/wesnoth-1.10.6.ebuild b/games-strategy/wesnoth/wesnoth-1.10.6.ebuild index d769c2e953d8..9299f1faeef0 100644 --- a/games-strategy/wesnoth/wesnoth-1.10.6.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.10.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/games-strategy/wesnoth/wesnoth-1.10.6.ebuild,v 1.2 2013/06/11 23:08:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.10.6.ebuild,v 1.3 2013/06/19 21:45:53 nimiux Exp $ EAPI=5 inherit cmake-utils eutils multilib toolchain-funcs flag-o-matic games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wesnoth/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="dbus dedicated doc nls server" RDEPEND=">=media-libs/libsdl-1.2.7[joystick,video,X] diff --git a/kde-misc/pgame/Manifest b/kde-misc/pgame/Manifest new file mode 100644 index 000000000000..bc51adc40d84 --- /dev/null +++ b/kde-misc/pgame/Manifest @@ -0,0 +1 @@ +DIST 99357-pgame-0.4.tar.bz2 14922 SHA256 0a1d5c7ddda8d8a47bf4f608598d7129fb2d7cbecf139809a8fc12c821a20a53 SHA512 ef0af79a098537c75427beb9cc8f61cbe2130e362af9b46219132d9b77720afd4b71f3e256e40079126422707718f70de17741f56795145921da9eed897d4dd6 WHIRLPOOL 915d28a556a4867f24935d8c7e01d949e637d056ec38cb9672802a619a720a9acb56050ea9ebb0700f416519f822242621df88141e86cc02d177f7780aa3e14d diff --git a/kde-misc/pgame/metadata.xml b/kde-misc/pgame/metadata.xml new file mode 100644 index 000000000000..b191bd3a0297 --- /dev/null +++ b/kde-misc/pgame/metadata.xml @@ -0,0 +1,8 @@ + + + +kde + + + + diff --git a/kde-misc/pgame/pgame-0.4.ebuild b/kde-misc/pgame/pgame-0.4.ebuild new file mode 100644 index 000000000000..aaf702168142 --- /dev/null +++ b/kde-misc/pgame/pgame-0.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/pgame/pgame-0.4.ebuild,v 1.1 2013/06/19 23:14:30 creffett Exp $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="A plasmoid similar to xgame" +HOMEPAGE="http://kde-look.org/content/show.php/PGame?content=99357" +SRC_URI="http://kde-look.org/CONTENT/content-files/99357-pgame-${PV}.tar.bz2" + +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +SLOT="4" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep plasma-workspace) + $(add_kdebase_dep kdepimlibs 'semantic-desktop(+)') +" +DEPEND="${RDEPEND}" diff --git a/media-gfx/graphite2/graphite2-1.2.1.ebuild b/media-gfx/graphite2/graphite2-1.2.1.ebuild index 688eb6ed1939..39f50277497e 100644 --- a/media-gfx/graphite2/graphite2-1.2.1.ebuild +++ b/media-gfx/graphite2/graphite2-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/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.4 2013/03/25 07:45:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.5 2013/06/19 21:49:41 jer Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz" LICENSE="LGPL-2.1" SLOT="0" -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" IUSE="perl test" RDEPEND=" diff --git a/media-libs/harfbuzz/harfbuzz-0.9.12.ebuild b/media-libs/harfbuzz/harfbuzz-0.9.12.ebuild index 9edafccf3d06..b7b73d7f4632 100644 --- a/media-libs/harfbuzz/harfbuzz-0.9.12.ebuild +++ b/media-libs/harfbuzz/harfbuzz-0.9.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/media-libs/harfbuzz/harfbuzz-0.9.12.ebuild,v 1.5 2013/02/27 23:34:03 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.12.ebuild,v 1.6 2013/06/19 21:50:11 jer Exp $ EAPI=5 @@ -16,7 +16,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz" LICENSE="Old-MIT ISC icu" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos ~x64-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" IUSE="static-libs" RDEPEND=" diff --git a/media-libs/libass/Manifest b/media-libs/libass/Manifest index 53f23832d444..7bc18f6e62a7 100644 --- a/media-libs/libass/Manifest +++ b/media-libs/libass/Manifest @@ -1,2 +1,2 @@ DIST libass-0.10.1.tar.xz 257792 SHA256 fbf287ac6d0dbdf015783b7354280ad8371c106326ad3f77a99471bc5aa18210 SHA512 3990886b9e708bf29f48921f65f99cee85031e299065860bce4f3e626970f82e60130b7525c1aaaf40e02c7b49d7003378724dbcf72db5894ab79768776694cf WHIRLPOOL 7278b893a047f8d0709e0b644495e2f42e4a10aea3174a91eea055501d66ad70f3bc7e924c49aaa9f8de3ddadc564aefbb6f35a0158ed714bf1486e275e1706b -DIST libass-0.9.13.tar.xz 250536 SHA256 eef55595355cd4dd14b88b61d4e34c7bcfb6060a6b28f5a9ebc7dd5a72b69cc8 +DIST libass-0.9.13.tar.xz 250536 SHA256 eef55595355cd4dd14b88b61d4e34c7bcfb6060a6b28f5a9ebc7dd5a72b69cc8 SHA512 82c1a280b5cff9dd09f015562db420295a465ce7e80ad51b2f879e347c3a675ea05ac2beaa106c178aa57a390a19eb1ffb90771689e76e2b0619e75673631e0d WHIRLPOOL b1769d3a5b9a14d43447ddaa8c459b5fda4c857abdee270d022cced3d5db93a25059ef4291c0fe27cf235c20507f6c77fdc9c3037d032bad57e1971eaa8436c9 diff --git a/media-libs/libass/libass-0.10.1.ebuild b/media-libs/libass/libass-0.10.1.ebuild index 9b826cd15ea3..fe49d3b4a79e 100644 --- a/media-libs/libass/libass-0.10.1.ebuild +++ b/media-libs/libass/libass-0.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/media-libs/libass/libass-0.10.1.ebuild,v 1.3 2013/01/15 13:19:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libass/libass-0.10.1.ebuild,v 1.4 2013/06/19 21:51:16 jer Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://libass.googlecode.com/files/${P}.tar.xz" LICENSE="ISC" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="+enca +fontconfig +harfbuzz static-libs" RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.4.2 ) diff --git a/media-sound/umurmur/Manifest b/media-sound/umurmur/Manifest new file mode 100644 index 000000000000..c3d687038213 --- /dev/null +++ b/media-sound/umurmur/Manifest @@ -0,0 +1 @@ +DIST umurmur-0.2.13.tar.gz 167500 SHA256 ac1595fa47ce6bd1e0706dd609293f745d73a59af00a7a04ddc0f9ae243997be SHA512 dc33a49594e85244bed1e58f890cf1bbcc561dc455c889a9d1e143b93613cc9f3dfd2913174159cc25d8bc6ba7a5c182e818612ae5a37501403d64bc3f496ba2 WHIRLPOOL 969175818e36029825238bcca0ed9153028fc9be44fb857b36ea7e287a203ffa175da17786f505239c4df78e3993550c5ff5256388816d774b8a236cbe21c516 diff --git a/media-sound/umurmur/files/umurmur.conf b/media-sound/umurmur/files/umurmur.conf new file mode 100644 index 000000000000..cebcca28a583 --- /dev/null +++ b/media-sound/umurmur/files/umurmur.conf @@ -0,0 +1,58 @@ +# This configuration is based on the official example configuration. More information can be found +# at http://code.google.com/p/umurmur/wiki/Configuring02x + +max_bandwidth = 48000; +welcometext = "Welcome to uMurmur!"; +certificate = "/etc/umurmur/cert.crt"; +private_key = "/etc/umurmur/key.key"; +password = ""; +max_users = 10; + +# Specify port and/or address to bind to. Typically not needed. +# Default is '*' for address and 64738 for port. +# Can also be specified on the command line, which takes precedence if +# both are specified. +# bindport = 64738; +# bindaddr = "192.168.1.1"; + +# Specify this for privilege dropping. If username is specified but not +# the groupname, the user's login group is used. +username = "murmur"; +groupname = "murmur"; + +# Root channel must always be defined first. +# If a channel has a parent, the parent must be defined before the child channel(s). +channels = ( { + name = "Root"; + parent = ""; + description = "The Root of all channels"; + noenter = true; + }, + { + name = "Lobby"; + parent = "Root"; + description = "Lobby channel"; + }, + { + name = "Red team"; + parent = "Lobby"; + description = "The Red team channel"; + }, + { + name = "Blue team"; + parent = "Lobby"; + description = "The Blue team channel"; + } +); +# Channel links configuration. +channel_links = ( { + source = "Lobby"; + destination = "Red team"; + }, + { + source = "Lobby"; + destination = "Blue team"; + } +); + +default_channel = "Lobby"; diff --git a/media-sound/umurmur/files/umurmurd.confd b/media-sound/umurmur/files/umurmurd.confd new file mode 100644 index 000000000000..d83461ce725d --- /dev/null +++ b/media-sound/umurmur/files/umurmurd.confd @@ -0,0 +1,3 @@ +# Additional flags to be passed to umurmurd +UMURMURD_OPTS="-r" + diff --git a/media-sound/umurmur/files/umurmurd.initd b/media-sound/umurmur/files/umurmurd.initd new file mode 100644 index 000000000000..151f49e4c89d --- /dev/null +++ b/media-sound/umurmur/files/umurmurd.initd @@ -0,0 +1,19 @@ +#!/sbin/runscript +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/umurmur/files/umurmurd.initd,v 1.1 2013/06/20 09:10:29 polynomial-c Exp $ + +description="umurmurd - A minimalistic mumble server" +pidfile="/run/umurmurd/umurmurd.pid" +command="/usr/bin/umurmurd" +command_args="-c /etc/umurmur/umurmur.conf -p ${pidfile} ${UMURMURD_OPTS}" +start_stop_daemon_args="-p ${pidfile} -w 100" + +depend() { + need net + use logger +} + +start_pre() { + checkpath -d -o murmur ${pidfile%/*} +} diff --git a/media-sound/umurmur/metadata.xml b/media-sound/umurmur/metadata.xml new file mode 100644 index 000000000000..5b3fe5497165 --- /dev/null +++ b/media-sound/umurmur/metadata.xml @@ -0,0 +1,15 @@ + + + +voip + + polynomial-c@gentoo.org + Lars Wendler + + + uMumble is a minimalistic Mumble server primarily targeted to run on routers with an open OS like OpenWRT. The server part of Mumble is called Murmur, hence the name uMurmur. + + + Use net-libs/polarssl instead of dev-libs/openssl + + diff --git a/media-sound/umurmur/umurmur-0.2.13.ebuild b/media-sound/umurmur/umurmur-0.2.13.ebuild new file mode 100644 index 000000000000..8e547a65d50b --- /dev/null +++ b/media-sound/umurmur/umurmur-0.2.13.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/media-sound/umurmur/umurmur-0.2.13.ebuild,v 1.1 2013/06/20 09:10:29 polynomial-c Exp $ + +EAPI=5 + +inherit eutils user + +DESCRIPTION="Minimalistic Murmur (Mumble server)" +HOMEPAGE="http://code.google.com/p/umurmur/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="polarssl" + +DEPEND=">=dev-libs/protobuf-c-0.14 + dev-libs/libconfig + polarssl? ( >=net-libs/polarssl-1.0.0 ) + !polarssl? ( dev-libs/openssl )" + +RDEPEND="${DEPEND}" + +pkg_setup() { + enewgroup murmur + enewuser murmur "" "" "" murmur +} + +src_configure() { + local myconf + + # build uses polarssl by default, but instead, make it use openssl + # unless polarssl is desired. + use !polarssl && myconf="${myconf} --with-ssl=openssl" + + econf ${myconf} +} + +src_install() { + emake DESTDIR="${D}" install + + newinitd "${FILESDIR}"/umurmurd.initd umurmurd + newconfd "${FILESDIR}"/umurmurd.confd umurmurd + + dodoc AUTHORS ChangeLog + newdoc README.md README + + # Some permissions are adjusted as the config may contain a server + # password, and /etc/umurmur will typically contain the cert and the + # key used to sign it, which are read after priveleges are dropped. + local confdir="/etc/umurmur" + dodir ${confdir} + fperms 0750 ${confdir} + fowners root:murmur ${confdir} + + insinto ${confdir} + doins "${FILESDIR}"/umurmur.conf + fperms 0640 ${confdir}/umurmur.conf +} + +pkg_postinst() { + elog "A configuration file has been installed at /etc/umurmur.conf - you may " + elog "want to review it. See also" + elog " http://code.google.com/p/umurmur/wiki/Configuring02x" + + if use polarssl ; then + elog + elog "Because you have enabled PolarSSL support, umurmurd will use a" + elog "predefined test-certificate and key if none are configured, which" + elog "is insecure. See http://code.google.com/p/umurmur/wiki/Installing02x#Installing_uMurmur_with_PolarSSL_support" + elog "for more information on how to create your certificate and key" + fi +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 2fbdacb08ac7..41cb8a516f40 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Wed, 19 Jun 2013 20:36:59 +0000 +Thu, 20 Jun 2013 09:36:57 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 2fbdacb08ac7..41cb8a516f40 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Wed, 19 Jun 2013 20:36:59 +0000 +Thu, 20 Jun 2013 09:36:57 +0000 diff --git a/metadata/md5-cache/app-backup/deja-dup-27.3.1 b/metadata/md5-cache/app-backup/deja-dup-27.3.1 new file mode 100644 index 000000000000..46f519b9cc2c --- /dev/null +++ b/metadata/md5-cache/app-backup/deja-dup-27.3.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=app-crypt/libsecret[vala] dev-libs/glib:2 dev-libs/libpeas x11-libs/gtk+:3 x11-libs/libnotify >=app-backup/duplicity-0.6.21 dev-libs/dbus-glib nautilus? ( gnome-base/nautilus ) app-text/yelp-tools || ( dev-lang/vala:0.20 dev-lang/vala:0.18 dev-lang/vala:0.16 ) dev-perl/Locale-gettext virtual/pkgconfig dev-util/intltool sys-devel/gettext app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=Simple backup tool using duplicity back-end +EAPI=5 +HOMEPAGE=https://launchpad.net/deja-dup/ +IUSE=nautilus debug +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=app-crypt/libsecret[vala] dev-libs/glib:2 dev-libs/libpeas x11-libs/gtk+:3 x11-libs/libnotify >=app-backup/duplicity-0.6.21 dev-libs/dbus-glib nautilus? ( gnome-base/nautilus ) gnome-base/gvfs[fuse] +RESTRICT=test +SLOT=0 +SRC_URI=http://launchpad.net/deja-dup/28/27.3.1/+download/deja-dup-27.3.1.tar.xz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 7976d3f4d0c0816c67033d3dcd4d9472 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=8257ae91e02fd22f2f73619d3cc109e3 diff --git a/metadata/md5-cache/app-text/multitail-5.2.13 b/metadata/md5-cache/app-text/multitail-5.2.13 new file mode 100644 index 000000000000..16e16b1d5eb8 --- /dev/null +++ b/metadata/md5-cache/app-text/multitail-5.2.13 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=sys-libs/ncurses virtual/pkgconfig +DESCRIPTION=Tail with multiple windows +EAPI=5 +HOMEPAGE=http://www.vanheusden.com/multitail/ +IUSE=debug doc examples +KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=sys-libs/ncurses +SLOT=0 +SRC_URI=http://www.vanheusden.com/multitail/multitail-5.2.13.tgz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=489d4e08aa9564393004453c511e032f diff --git a/metadata/md5-cache/app-text/mupdf-9999 b/metadata/md5-cache/app-text/mupdf-9999 index 721809fba742..743c34b234de 100644 --- a/metadata/md5-cache/app-text/mupdf-9999 +++ b/metadata/md5-cache/app-text/mupdf-9999 @@ -8,4 +8,4 @@ LICENSE=AGPL-3 RDEPEND=dev-libs/openssl[static-libs?] media-libs/freetype:2[static-libs?] media-libs/jbig2dec[static-libs?] media-libs/openjpeg:2[static-libs?] virtual/jpeg[static-libs?] X? ( x11-libs/libX11[static-libs?] x11-libs/libXext[static-libs?] ) SLOT=0/1.2 _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de git-2 e92e09651292b1bef5656592364550f7 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=042fb83a062e8d5b858f24643b209c1c +_md5_=0026a924fe2d0f0ad3482b9368511b84 diff --git a/metadata/md5-cache/dev-db/barman-1.0.0 b/metadata/md5-cache/dev-db/barman-1.0.0 deleted file mode 100644 index 17761a14fea9..000000000000 --- a/metadata/md5-cache/dev-db/barman-1.0.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=dev-lang/python -DESCRIPTION=Administration tool for disaster recovery of PostgreSQL servers -EAPI=4 -HOMEPAGE=http://www.pgbarman.org -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/argh >=dev-python/psycopg-2 dev-python/python-dateutil net-misc/rsync dev-db/postgresql-server dev-lang/python -SLOT=0 -SRC_URI=http://downloads.sourceforge.net/project/pgbarman/1.0.0/barman-1.0.0.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=af79a684ce840223c79d9a066972a349 diff --git a/metadata/md5-cache/dev-db/barman-1.1.0 b/metadata/md5-cache/dev-db/barman-1.1.0 deleted file mode 100644 index 71d655b42b5a..000000000000 --- a/metadata/md5-cache/dev-db/barman-1.1.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=dev-lang/python -DESCRIPTION=Administration tool for disaster recovery of PostgreSQL servers -EAPI=4 -HOMEPAGE=http://www.pgbarman.org -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/argh >=dev-python/psycopg-2 dev-python/python-dateutil net-misc/rsync dev-db/postgresql-server dev-lang/python -SLOT=0 -SRC_URI=http://downloads.sourceforge.net/project/pgbarman/1.1.0/barman-1.1.0.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=1c944b2f8ec40c941d4e284d7f548f59 diff --git a/metadata/md5-cache/dev-db/barman-1.1.1 b/metadata/md5-cache/dev-db/barman-1.1.1 deleted file mode 100644 index e70269227ab7..000000000000 --- a/metadata/md5-cache/dev-db/barman-1.1.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=dev-lang/python -DESCRIPTION=Administration tool for disaster recovery of PostgreSQL servers -EAPI=4 -HOMEPAGE=http://www.pgbarman.org -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/argh >=dev-python/psycopg-2 dev-python/python-dateutil net-misc/rsync dev-db/postgresql-server dev-lang/python -SLOT=0 -SRC_URI=http://downloads.sourceforge.net/project/pgbarman/1.1.1/barman-1.1.1.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=2070e4f46d0f527f77593a3c40e57606 diff --git a/metadata/md5-cache/dev-db/barman-1.1.2 b/metadata/md5-cache/dev-db/barman-1.1.2 deleted file mode 100644 index 4cc7b5866087..000000000000 --- a/metadata/md5-cache/dev-db/barman-1.1.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=dev-lang/python -DESCRIPTION=Administration tool for disaster recovery of PostgreSQL servers -EAPI=4 -HOMEPAGE=http://www.pgbarman.org -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/argh >=dev-python/psycopg-2 dev-python/python-dateutil net-misc/rsync dev-db/postgresql-server dev-lang/python -SLOT=0 -SRC_URI=http://downloads.sourceforge.net/project/pgbarman/1.1.2/barman-1.1.2.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=60f4859ef37b3632b9ce966fb1b25705 diff --git a/metadata/md5-cache/dev-db/barman-1.2.0 b/metadata/md5-cache/dev-db/barman-1.2.0 deleted file mode 100644 index 406e821db4dd..000000000000 --- a/metadata/md5-cache/dev-db/barman-1.2.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=dev-lang/python -DESCRIPTION=Administration tool for disaster recovery of PostgreSQL servers -EAPI=4 -HOMEPAGE=http://www.pgbarman.org -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/argh >=dev-python/psycopg-2 dev-python/python-dateutil net-misc/rsync dev-db/postgresql-server dev-lang/python -SLOT=0 -SRC_URI=http://downloads.sourceforge.net/project/pgbarman/1.2.0/barman-1.2.0.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=a197f71a8c6ace5941943cbe464564d1 diff --git a/metadata/md5-cache/dev-db/barman-1.2.0-r1 b/metadata/md5-cache/dev-db/barman-1.2.0-r1 deleted file mode 100644 index 5eb92b5d2dbf..000000000000 --- a/metadata/md5-cache/dev-db/barman-1.2.0-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -DESCRIPTION=Administration tool for disaster recovery of PostgreSQL servers -EAPI=4 -HOMEPAGE=http://www.pgbarman.org -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/argh >=dev-python/psycopg-2 dev-python/python-dateutil net-misc/rsync dev-db/postgresql-server || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=http://downloads.sourceforge.net/project/pgbarman/1.2.0/barman-1.2.0.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=33ed71aecb03685372d7e4d19fc99a67 diff --git a/metadata/md5-cache/dev-db/barman-1.2.1 b/metadata/md5-cache/dev-db/barman-1.2.1 new file mode 100644 index 000000000000..e25fb1b1ead1 --- /dev/null +++ b/metadata/md5-cache/dev-db/barman-1.2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=Administration tool for disaster recovery of PostgreSQL servers +EAPI=5 +HOMEPAGE=http://www.pgbarman.org +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-python/argh[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/psycopg-2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/python-dateutil[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] net-misc/rsync dev-db/postgresql-server python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://downloads.sourceforge.net/project/pgbarman/1.2.1/barman-1.2.1.tar.gz +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9aa9cecaaf78644be7c0b8b8dc814dce toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=4fab1a9464ffd86d808426c401f9f386 diff --git a/metadata/md5-cache/dev-haskell/concurrent-extra-0.7.0.6 b/metadata/md5-cache/dev-haskell/concurrent-extra-0.7.0.6 new file mode 100644 index 000000000000..84d994f89098 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/concurrent-extra-0.7.0.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] =dev-haskell/stm-2.1.2.1:=[profile?] =dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/hunit-1.2.2 =dev-haskell/test-framework-0.2.4 =dev-haskell/test-framework-hunit-0.2.4 =dev-haskell/cabal-1.1.4 +DESCRIPTION=Extra concurrency primitives +EAPI=5 +HOMEPAGE=https://github.com/basvandijk/concurrent-extra +IUSE=doc hscolour profile test +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] =dev-haskell/stm-2.1.2.1:=[profile?] =dev-lang/ghc-6.10.4:= +SLOT=0/0.7.0.6 +SRC_URI=mirror://hackage/packages/archive/concurrent-extra/0.7.0.6/concurrent-extra-0.7.0.6.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=878d2f4e4ef9732f03a4bb435335ddd6 diff --git a/metadata/md5-cache/dev-haskell/feed-0.3.8-r1 b/metadata/md5-cache/dev-haskell/feed-0.3.8-r1 new file mode 100644 index 000000000000..d59b17a266cc --- /dev/null +++ b/metadata/md5-cache/dev-haskell/feed-0.3.8-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=dev-haskell/utf8-string:=[profile?] >=dev-haskell/xml-1.2.6:=[profile?] >=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.2 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds. +EAPI=5 +HOMEPAGE=http://hackage.haskell.org/package/feed +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-haskell/utf8-string:=[profile?] >=dev-haskell/xml-1.2.6:=[profile?] >=dev-lang/ghc-6.10.4:= +SLOT=0/0.3.8 +SRC_URI=mirror://hackage/packages/archive/feed/0.3.8/feed-0.3.8.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=20450af0a9de36b88ebb039391c9fa14 diff --git a/metadata/md5-cache/dev-haskell/happstack-server-7.1.7.1 b/metadata/md5-cache/dev-haskell/happstack-server-7.1.7.1 new file mode 100644 index 000000000000..2554c651b0b1 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/happstack-server-7.1.7.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND==dev-haskell/base64-bytestring-1.0*:=[profile?] >=dev-haskell/blaze-html-0.5:=[profile?] =dev-haskell/hslogger-1.0.2:=[profile?] dev-haskell/html:=[profile?] =dev-haskell/monad-control-0.3*:=[profile?] >=dev-haskell/mtl-2:=[profile?] =dev-haskell/sendfile-0.7.1:=[profile?] =dev-haskell/system-filepath-0.3.1:=[profile?] >=dev-haskell/text-0.10:=[profile?] =dev-haskell/threads-0.5:=[profile?] dev-haskell/time-compat:=[profile?] >=dev-haskell/transformers-0.1.3:=[profile?] =dev-haskell/utf8-string-0.3.4:=[profile?] =dev-lang/ghc-6.12.1:= >=dev-haskell/network-2.2.3:=[profile?] >=dev-haskell/cabal-1.8 test? ( dev-haskell/hunit ) doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Web related tools and services. +EAPI=5 +HOMEPAGE=http://happstack.com +IUSE=doc hscolour profile test +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND==dev-haskell/base64-bytestring-1.0*:=[profile?] >=dev-haskell/blaze-html-0.5:=[profile?] =dev-haskell/hslogger-1.0.2:=[profile?] dev-haskell/html:=[profile?] =dev-haskell/monad-control-0.3*:=[profile?] >=dev-haskell/mtl-2:=[profile?] =dev-haskell/sendfile-0.7.1:=[profile?] =dev-haskell/system-filepath-0.3.1:=[profile?] >=dev-haskell/text-0.10:=[profile?] =dev-haskell/threads-0.5:=[profile?] dev-haskell/time-compat:=[profile?] >=dev-haskell/transformers-0.1.3:=[profile?] =dev-haskell/utf8-string-0.3.4:=[profile?] =dev-lang/ghc-6.12.1:= >=dev-haskell/network-2.2.3:=[profile?] +SLOT=0/7.1.7.1 +SRC_URI=mirror://hackage/packages/archive/happstack-server/7.1.7.1/happstack-server-7.1.7.1.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=a1b96451dae6d85ae6161b4c1c84a8f5 diff --git a/metadata/md5-cache/dev-haskell/hstringtemplate-0.7.1 b/metadata/md5-cache/dev-haskell/hstringtemplate-0.7.1 new file mode 100644 index 000000000000..13050eefc960 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/hstringtemplate-0.7.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=dev-haskell/blaze-builder:=[profile?] dev-haskell/deepseq:=[profile?] =dev-lang/ghc-7.4.1:= quasi-quotation? ( dev-haskell/mtl:=[profile?] ) syb-with-class? ( dev-haskell/syb-with-class:=[profile?] ) >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=StringTemplate implementation in Haskell. +EAPI=5 +HOMEPAGE=http://hackage.haskell.org/package/HStringTemplate +IUSE=+quasi-quotation syb-with-class doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-haskell/blaze-builder:=[profile?] dev-haskell/deepseq:=[profile?] =dev-lang/ghc-7.4.1:= quasi-quotation? ( dev-haskell/mtl:=[profile?] ) syb-with-class? ( dev-haskell/syb-with-class:=[profile?] ) +SLOT=0/0.7.1 +SRC_URI=mirror://hackage/packages/archive/HStringTemplate/0.7.1/HStringTemplate-0.7.1.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=b8078ce7778349a98da628833396934d diff --git a/metadata/md5-cache/dev-haskell/nats-0.1 b/metadata/md5-cache/dev-haskell/nats-0.1 new file mode 100644 index 000000000000..2757bd676a67 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/nats-0.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.10 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Haskell 98 natural numbers +EAPI=5 +HOMEPAGE=http://github.com/ekmett/nats/ +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-lang/ghc-6.10.4:= +SLOT=0/0.1 +SRC_URI=mirror://hackage/packages/archive/nats/0.1/nats-0.1.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=61648f64d8a6b447235e0842c68543c0 diff --git a/metadata/md5-cache/dev-haskell/network-bytestring-0.1.3.4 b/metadata/md5-cache/dev-haskell/network-bytestring-0.1.3.4 new file mode 100644 index 000000000000..a1ed26a9bf95 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/network-bytestring-0.1.3.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare prerm setup test +DEPEND=>=dev-haskell/network-2.2.1.1:=[profile?] >=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Fast, memory-efficient, low-level networking +EAPI=5 +HOMEPAGE=http://github.com/tibbe/network-bytestring +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-haskell/network-2.2.1.1:=[profile?] >=dev-lang/ghc-6.10.4:= +SLOT=0/0.1.3.4 +SRC_URI=mirror://hackage/packages/archive/network-bytestring/0.1.3.4/network-bytestring-0.1.3.4.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=87a2be5a48941c8faaa05588b65f9b80 diff --git a/metadata/md5-cache/dev-haskell/recaptcha-0.1-r1 b/metadata/md5-cache/dev-haskell/recaptcha-0.1-r1 new file mode 100644 index 000000000000..a536812ad16f --- /dev/null +++ b/metadata/md5-cache/dev-haskell/recaptcha-0.1-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-haskell/http-3001.1.4:=[profile?] >=dev-haskell/network-2.2.0.1:=[profile?] >=dev-haskell/xhtml-3000.0:=[profile?] >=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.2 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Functions for using the reCAPTCHA service in web applications. +EAPI=5 +HOMEPAGE=http://github.com/jgm/recaptcha/tree/master +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-haskell/http-3001.1.4:=[profile?] >=dev-haskell/network-2.2.0.1:=[profile?] >=dev-haskell/xhtml-3000.0:=[profile?] >=dev-lang/ghc-6.10.4:= +SLOT=0/0.1 +SRC_URI=mirror://hackage/packages/archive/recaptcha/0.1/recaptcha-0.1.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=6ba9b2e02bd9158dde950b60d7739cdd diff --git a/metadata/md5-cache/dev-haskell/safe-0.3.3-r1 b/metadata/md5-cache/dev-haskell/safe-0.3.3-r1 new file mode 100644 index 000000000000..f5708ee705ad --- /dev/null +++ b/metadata/md5-cache/dev-haskell/safe-0.3.3-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Library for safe (pattern match free) functions +EAPI=5 +HOMEPAGE=http://community.haskell.org/~ndm/safe/ +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~ppc64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-lang/ghc-6.10.4:= +SLOT=0/0.3.3 +SRC_URI=mirror://hackage/packages/archive/safe/0.3.3/safe-0.3.3.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=3f6c1f1ad427c1bf679558ec13dc32b4 diff --git a/metadata/md5-cache/dev-haskell/semigroups-0.9.2 b/metadata/md5-cache/dev-haskell/semigroups-0.9.2 new file mode 100644 index 000000000000..5318a9607c92 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/semigroups-0.9.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-haskell/nats-0.1:=[profile?] >=dev-lang/ghc-6.12.1:= >=dev-haskell/cabal-1.10 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Haskell 98 semigroups +EAPI=5 +HOMEPAGE=http://github.com/ekmett/semigroups/ +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-haskell/nats-0.1:=[profile?] >=dev-lang/ghc-6.12.1:= +SLOT=0/0.9.2 +SRC_URI=mirror://hackage/packages/archive/semigroups/0.9.2/semigroups-0.9.2.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=9899e8aa78ba7b5448ec055875e8ad1a diff --git a/metadata/md5-cache/dev-haskell/sendfile-0.7.9 b/metadata/md5-cache/dev-haskell/sendfile-0.7.9 new file mode 100644 index 000000000000..caa2e0f0c3e3 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/sendfile-0.7.9 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND==dev-haskell/network-2*:=[profile?] >=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=A portable sendfile library +EAPI=5 +HOMEPAGE=http://hub.darcs.net/stepcut/sendfile +IUSE=portable doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND==dev-haskell/network-2*:=[profile?] >=dev-lang/ghc-6.10.4:= +SLOT=0/0.7.9 +SRC_URI=mirror://hackage/packages/archive/sendfile/0.7.9/sendfile-0.7.9.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=29a442ea7bdc33a310c5c4e41a9e3964 diff --git a/metadata/md5-cache/dev-haskell/syb-with-class-0.6.1.4-r1 b/metadata/md5-cache/dev-haskell/syb-with-class-0.6.1.4-r1 new file mode 100644 index 000000000000..a2f4627d3900 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/syb-with-class-0.6.1.4-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-lang/ghc-6.12.1:= >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Scrap Your Boilerplate With Class +EAPI=5 +HOMEPAGE=http://hackage.haskell.org/package/syb-with-class +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-lang/ghc-6.12.1:= +SLOT=0/0.6.1.4 +SRC_URI=mirror://hackage/packages/archive/syb-with-class/0.6.1.4/syb-with-class-0.6.1.4.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=985c5e99b37ace6217873475425e4f2d diff --git a/metadata/md5-cache/dev-haskell/system-filepath-0.4.7-r1 b/metadata/md5-cache/dev-haskell/system-filepath-0.4.7-r1 new file mode 100644 index 000000000000..e0fcd41b19e9 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/system-filepath-0.4.7-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-haskell/deepseq-1.1:=[profile?] =dev-haskell/text-0.7.1:=[profile?] =dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=High-level, byte-based file and directory path manipulations +EAPI=5 +HOMEPAGE=https://john-millikin.com/software/haskell-filesystem/ +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-haskell/deepseq-1.1:=[profile?] =dev-haskell/text-0.7.1:=[profile?] =dev-lang/ghc-6.10.4:= +SLOT=0/0.4.7 +SRC_URI=mirror://hackage/packages/archive/system-filepath/0.4.7/system-filepath-0.4.7.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=6f0ef55e554c32eff302cb6d15cdefbd diff --git a/metadata/md5-cache/dev-haskell/threads-0.5.0.2 b/metadata/md5-cache/dev-haskell/threads-0.5.0.2 new file mode 100644 index 000000000000..ffb635fce500 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/threads-0.5.0.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] =dev-haskell/stm-2.1:=[profile?] =dev-lang/ghc-7.4.1:= >=dev-haskell/cabal-1.9.2 test? ( >=dev-haskell/concurrent-extra-0.5.1 =dev-haskell/hunit-1.2.2 =dev-haskell/test-framework-0.2.4 =dev-haskell/test-framework-hunit-0.2.4 =dev-haskell/cabal-1.1.4 +DESCRIPTION=Fork threads and wait for their result +EAPI=5 +HOMEPAGE=https://github.com/basvandijk/threads +IUSE=doc hscolour profile test +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] =dev-haskell/stm-2.1:=[profile?] =dev-lang/ghc-7.4.1:= +SLOT=0/0.5.0.2 +SRC_URI=mirror://hackage/packages/archive/threads/0.5.0.2/threads-0.5.0.2.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=4ed8114f81dd363975ba6676b6950efb diff --git a/metadata/md5-cache/dev-haskell/time-compat-0.1.0.3 b/metadata/md5-cache/dev-haskell/time-compat-0.1.0.3 new file mode 100644 index 000000000000..93be58c805a3 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/time-compat-0.1.0.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-lang/ghc-6.12.1:= >=dev-haskell/cabal-1.10 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Compatibility with old-time for the time package +EAPI=5 +HOMEPAGE=http://hub.darcs.net/dag/time-compat +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-lang/ghc-6.12.1:= +SLOT=0/0.1.0.3 +SRC_URI=mirror://hackage/packages/archive/time-compat/0.1.0.3/time-compat-0.1.0.3.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=25d3268f4b467b49fa3072384353a1af diff --git a/metadata/md5-cache/dev-haskell/unbounded-delays-0.1.0.5-r1 b/metadata/md5-cache/dev-haskell/unbounded-delays-0.1.0.5-r1 new file mode 100644 index 000000000000..bb60151673fa --- /dev/null +++ b/metadata/md5-cache/dev-haskell/unbounded-delays-0.1.0.5-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=Unbounded thread delays and timeouts +EAPI=5 +HOMEPAGE=https://github.com/basvandijk/unbounded-delays +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-lang/ghc-6.10.4:= +SLOT=0/0.1.0.5 +SRC_URI=mirror://hackage/packages/archive/unbounded-delays/0.1.0.5/unbounded-delays-0.1.0.5.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=5fcaddf4483b3fb6d415324b263d7c66 diff --git a/metadata/md5-cache/dev-haskell/url-2.1.3-r1 b/metadata/md5-cache/dev-haskell/url-2.1.3-r1 new file mode 100644 index 000000000000..648d9145a264 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/url-2.1.3-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-haskell/utf8-string-0.3.4:=[profile?] =dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=A library for working with URLs. +EAPI=5 +HOMEPAGE=http://www.haskell.org/haskellwiki/Url +IUSE=doc hscolour profile +KEYWORDS=~amd64 ~ppc64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-haskell/utf8-string-0.3.4:=[profile?] =dev-lang/ghc-6.10.4:= +SLOT=0/2.1.3 +SRC_URI=mirror://hackage/packages/archive/url/2.1.3/url-2.1.3.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=fa6161d4fb2c56808e44933b24e744ed diff --git a/metadata/md5-cache/dev-haskell/void-0.6 b/metadata/md5-cache/dev-haskell/void-0.6 new file mode 100644 index 000000000000..c58dd99033f8 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/void-0.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prerm setup test +DEPEND=>=dev-haskell/hashable-1.1:=[profile?] >=dev-haskell/semigroups-0.8.2:=[profile?] >=dev-lang/ghc-6.10.4:= >=dev-haskell/cabal-1.6 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DESCRIPTION=A Haskell 98 logically uninhabited data type +EAPI=5 +HOMEPAGE=http://github.com/ekmett/void +IUSE=safe doc hscolour profile +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-haskell/hashable-1.1:=[profile?] >=dev-haskell/semigroups-0.8.2:=[profile?] >=dev-lang/ghc-6.10.4:= +SLOT=0/0.6 +SRC_URI=mirror://hackage/packages/archive/void/0.6/void-0.6.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=02921caa9470a5ca28953752c2847a59 diff --git a/metadata/md5-cache/dev-lang/v8-3.19.3.1 b/metadata/md5-cache/dev-lang/v8-3.19.17 similarity index 92% rename from metadata/md5-cache/dev-lang/v8-3.19.3.1 rename to metadata/md5-cache/dev-lang/v8-3.19.17 index 97f8f4d1add5..2002179a2422 100644 --- a/metadata/md5-cache/dev-lang/v8-3.19.3.1 +++ b/metadata/md5-cache/dev-lang/v8-3.19.17 @@ -7,7 +7,7 @@ IUSE=neon readline KEYWORDS=~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos LICENSE=BSD RDEPEND=readline? ( sys-libs/readline:0 ) -SLOT=0/3.19.3.1 -SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/v8-3.19.3.1.tar.bz2 +SLOT=0/3.19.17 +SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/v8-3.19.17.tar.bz2 _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 2424f959506320f5196de8f79fa05297 python-any-r1 7ed4a8181d62a098eaa6c8eeacf190c9 python-utils-r1 9aa9cecaaf78644be7c0b8b8dc814dce toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=74b1f8e36158d4325b4b5980db391e9e +_md5_=71d872e4914618ffe86f46cfd59776bb diff --git a/metadata/md5-cache/dev-libs/leveldb-1.12.0 b/metadata/md5-cache/dev-libs/leveldb-1.12.0 new file mode 100644 index 000000000000..2bcdd566931d --- /dev/null +++ b/metadata/md5-cache/dev-libs/leveldb-1.12.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install test +DEPEND=tcmalloc? ( dev-util/google-perftools ) snappy? ( app-arch/snappy static-libs? ( app-arch/snappy[static-libs] ) ) +DESCRIPTION=a fast key-value storage library written at Google +EAPI=4 +HOMEPAGE=http://code.google.com/p/leveldb/ +IUSE=+snappy static-libs +tcmalloc +KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=tcmalloc? ( dev-util/google-perftools ) snappy? ( app-arch/snappy static-libs? ( app-arch/snappy[static-libs] ) ) +SLOT=0 +SRC_URI=http://leveldb.googlecode.com/files/leveldb-1.12.0.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=f4b14d3a83686abc9bbcd874f32d3b6e diff --git a/metadata/md5-cache/dev-libs/nspr-4.9.5 b/metadata/md5-cache/dev-libs/nspr-4.9.5 index fdbf4678ab68..611eb78cc37a 100644 --- a/metadata/md5-cache/dev-libs/nspr-4.9.5 +++ b/metadata/md5-cache/dev-libs/nspr-4.9.5 @@ -4,9 +4,9 @@ DESCRIPTION=Netscape Portable Runtime EAPI=3 HOMEPAGE=http://www.mozilla.org/projects/nspr/ IUSE=debug -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-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 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( MPL-2.0 GPL-2 LGPL-2.1 ) SLOT=0 SRC_URI=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.9.5/src/nspr-4.9.5.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=64f5e20af123372cfc848e90b70c3116 +_md5_=4b2ece95abbeb65616c43fa399dda922 diff --git a/metadata/md5-cache/dev-libs/nss-3.14.3 b/metadata/md5-cache/dev-libs/nss-3.14.3 index 228886b30bae..eed2845b49ce 100644 --- a/metadata/md5-cache/dev-libs/nss-3.14.3 +++ b/metadata/md5-cache/dev-libs/nss-3.14.3 @@ -4,10 +4,10 @@ DESCRIPTION=Mozilla's Network Security Services library that implements PKI supp EAPI=3 HOMEPAGE=http://www.mozilla.org/projects/security/pki/nss/ IUSE=utils -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~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 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( MPL-2.0 GPL-2 LGPL-2.1 ) RDEPEND=>=dev-libs/nspr-4.9.5 >=dev-db/sqlite-3.5 sys-libs/zlib SLOT=0 SRC_URI=ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_14_3_RTM/src/nss-3.14.3.tar.gz http://dev.gentoo.org/~anarchy/patches/nss-3.14.1-add_spi+cacerts_ca_certs.patch http://dev.gentoo.org/~anarchy/patches/nss-3.13.3_pem.support _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=625535b6da7c51fe01aa2f75446a15a5 +_md5_=e4bc7eca05bc2f9ee2b832cb6f817c44 diff --git a/metadata/md5-cache/dev-ml/ANSITerminal-0.6.5 b/metadata/md5-cache/dev-ml/ANSITerminal-0.6.5 new file mode 100644 index 000000000000..092439991a4e --- /dev/null +++ b/metadata/md5-cache/dev-ml/ANSITerminal-0.6.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=>=dev-ml/findlib-1.0.4-r1 >=dev-lang/ocaml-3.12:=[ocamlopt?] +DESCRIPTION=Module which offers basic control of ANSI compliant terminals +EAPI=5 +HOMEPAGE=http://forge.ocamlcore.org/projects/ansiterminal/ +IUSE=+ocamlopt debug doc +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-3-with-linking-exception +RDEPEND=>=dev-lang/ocaml-3.12:=[ocamlopt?] +SLOT=0/0.6.5 +SRC_URI=http://forge.ocamlcore.org/frs/download.php/1206/ANSITerminal-0.6.5.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 findlib 9cf6020ee5481f39f1aa566a323f9868 multilib 892e597faee02a5b94eb02ab512e7622 oasis d59efb9f3ae0e24a1932b2147425fb8d toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=1f2f71465988a118c1d019e8adbe2e3c diff --git a/metadata/md5-cache/dev-ml/cryptokit-1.7 b/metadata/md5-cache/dev-ml/cryptokit-1.7 new file mode 100644 index 000000000000..0d1db4263699 --- /dev/null +++ b/metadata/md5-cache/dev-ml/cryptokit-1.7 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test unpack +DEPEND=zlib? ( >=sys-libs/zlib-1.1 ) >=dev-ml/findlib-1.0.4-r1 >=dev-lang/ocaml-3.12:=[ocamlopt?] +DESCRIPTION=Cryptographic primitives library for Objective Caml +EAPI=5 +HOMEPAGE=http://forge.ocamlcore.org/projects/cryptokit/ +IUSE=zlib +ocamlopt debug doc +KEYWORDS=~amd64 ~ppc ~x86 ~x86-fbsd +LICENSE=LGPL-2 +RDEPEND=zlib? ( >=sys-libs/zlib-1.1 ) >=dev-lang/ocaml-3.12:=[ocamlopt?] +SLOT=0/1.7 +SRC_URI=http://forge.ocamlcore.org/frs/download.php/1166/cryptokit-1.7.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 findlib 9cf6020ee5481f39f1aa566a323f9868 multilib 892e597faee02a5b94eb02ab512e7622 oasis d59efb9f3ae0e24a1932b2147425fb8d toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=16269a47b44eaf1fcab516991466d9f8 diff --git a/metadata/md5-cache/dev-perl/Net-Patricia-1.190.0 b/metadata/md5-cache/dev-perl/Net-Patricia-1.190.0 deleted file mode 100644 index b13c8152049c..000000000000 --- a/metadata/md5-cache/dev-perl/Net-Patricia-1.190.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-perl/Net-CIDR-Lite ipv6? ( dev-perl/Socket6 ) dev-lang/perl[-build] -DESCRIPTION=Patricia Trie perl module for fast IP address lookups -EAPI=4 -HOMEPAGE=http://search.cpan.org/dist/Net-Patricia/ -IUSE=ipv6 -KEYWORDS=amd64 ~ppc x86 -LICENSE=|| ( GPL-2 GPL-3 ) -RDEPEND=dev-perl/Net-CIDR-Lite ipv6? ( dev-perl/Socket6 ) dev-lang/perl[-build] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/P/PH/PHILIPP/Net-Patricia-1.19.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module ba21eba2562fc2643deeea95fd28665d toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a3304fdbc6e960cbd6742702111d1cf9 diff --git a/metadata/md5-cache/dev-perl/Net-Patricia-1.200.0 b/metadata/md5-cache/dev-perl/Net-Patricia-1.200.0 index bfb01a75739f..b9e886c03fe7 100644 --- a/metadata/md5-cache/dev-perl/Net-Patricia-1.200.0 +++ b/metadata/md5-cache/dev-perl/Net-Patricia-1.200.0 @@ -4,10 +4,10 @@ DESCRIPTION=Patricia Trie perl module for fast IP address lookups EAPI=4 HOMEPAGE=http://search.cpan.org/dist/Net-Patricia/ IUSE=ipv6 -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc x86 LICENSE=GPL-2+ RDEPEND=dev-perl/Net-CIDR-Lite ipv6? ( dev-perl/Socket6 ) dev-lang/perl[-build] SLOT=0 SRC_URI=mirror://cpan/authors/id/G/GR/GRUBER/Net-Patricia-1.20.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module ba21eba2562fc2643deeea95fd28665d toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=65de6e074b08f762a0ea92b6adb5bb8b +_md5_=72224124de092b78ec9605bc499d3d1a diff --git a/metadata/md5-cache/dev-python/flask-login-0.1.3-r1 b/metadata/md5-cache/dev-python/flask-login-0.1.3-r1 deleted file mode 100644 index dc63cec54029..000000000000 --- a/metadata/md5-cache/dev-python/flask-login-0.1.3-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/flask-0.3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] -DESCRIPTION=Login session support for Flask -EAPI=5 -HOMEPAGE=http://pypi.python.org/pypi/Flask-Login -IUSE=python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=dev-python/flask-0.3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/F/Flask-Login/Flask-Login-0.1.3.tar.gz -_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9aa9cecaaf78644be7c0b8b8dc814dce toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=31ab555102dfe8b41a99779c1ad141d3 diff --git a/metadata/md5-cache/dev-python/flask-login-0.2.2 b/metadata/md5-cache/dev-python/flask-login-0.2.2 new file mode 100644 index 000000000000..31e82660f9e2 --- /dev/null +++ b/metadata/md5-cache/dev-python/flask-login-0.2.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/flask-0.10[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=Login session support for Flask +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/Flask-Login +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-python/flask-0.10[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/F/Flask-Login/Flask-Login-0.2.2.tar.gz +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9aa9cecaaf78644be7c0b8b8dc814dce toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e7cce57ed6a6b044224eba84e782cea9 diff --git a/metadata/md5-cache/dev-python/frozen-flask-0.11 b/metadata/md5-cache/dev-python/frozen-flask-0.11 new file mode 100644 index 000000000000..c7f8c9cef8ad --- /dev/null +++ b/metadata/md5-cache/dev-python/frozen-flask-0.11 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare test +DEPEND=>=dev-python/flask-0.7 dev-python/setuptools || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) test? ( dev-python/nose ) +DESCRIPTION=Freezes a Flask application into a set of static files. +EAPI=3 +HOMEPAGE=https://github.com/SimonSapin/Frozen-Flask http://pypi.python.org/pypi/Frozen-Flask +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-python/flask-0.7 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) +SLOT=0 +SRC_URI=mirror://pypi/F/Frozen-Flask/Frozen-Flask-0.11.tar.gz +_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f +_md5_=ef03e18383f11eff3d58f321404280de diff --git a/metadata/md5-cache/dev-python/pygpgme-0.3-r1 b/metadata/md5-cache/dev-python/pygpgme-0.3-r1 new file mode 100644 index 000000000000..a46028585727 --- /dev/null +++ b/metadata/md5-cache/dev-python/pygpgme-0.3-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-crypt/gpgme python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=A Python wrapper for the GPGME library +EAPI=5 +HOMEPAGE=https://launchpad.net/pygpgme +IUSE=python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 +RDEPEND=app-crypt/gpgme python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=https://launchpad.net/pygpgme/trunk/0.3/+download/pygpgme-0.3.tar.gz +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9aa9cecaaf78644be7c0b8b8dc814dce toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=ba7eeb68238d8199d965a16b3457e351 diff --git a/metadata/md5-cache/games-strategy/wesnoth-1.10.6 b/metadata/md5-cache/games-strategy/wesnoth-1.10.6 index 6f5d8bb065f7..175baf87ec88 100644 --- a/metadata/md5-cache/games-strategy/wesnoth-1.10.6 +++ b/metadata/md5-cache/games-strategy/wesnoth-1.10.6 @@ -4,10 +4,10 @@ DESCRIPTION=Battle for Wesnoth - A fantasy turn-based strategy game EAPI=5 HOMEPAGE=http://www.wesnoth.org/ IUSE=dbus dedicated doc nls server -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=media-libs/libsdl-1.2.7[joystick,video,X] media-libs/sdl-net >=media-libs/sdl-ttf-2.0.8 >=media-libs/sdl-mixer-1.2[vorbis] >=media-libs/sdl-image-1.2[jpeg,png] !dedicated? ( dbus? ( sys-apps/dbus ) ) >=dev-libs/boost-1.36 sys-libs/zlib x11-libs/pango dev-lang/lua media-libs/fontconfig virtual/libintl SLOT=0 SRC_URI=mirror://sourceforge/wesnoth/wesnoth-1.10.6.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 66012c9c0ee3c91534d0eb257ff9b95c eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de games 0fb7637597e0869f6c8be79b11d0135a multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=068a67f3c1a829fdc2d87b6e0b27316c +_md5_=746fa4f2a3188c85ccecb4b6404acebb diff --git a/metadata/md5-cache/kde-misc/pgame-0.4 b/metadata/md5-cache/kde-misc/pgame-0.4 new file mode 100644 index 000000000000..8278b9b1a26b --- /dev/null +++ b/metadata/md5-cache/kde-misc/pgame-0.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=>=kde-base/plasma-workspace-4.4:4[aqua=] >=kde-base/kdepimlibs-4.4:4[aqua=,semantic-desktop(+)] >=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-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.0:4[accessibility,dbus] >=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=A plasmoid similar to xgame +EAPI=5 +HOMEPAGE=http://kde-look.org/content/show.php/PGame?content=99357 +IUSE=debug aqua +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=>=kde-base/plasma-workspace-4.4:4[aqua=] >=kde-base/kdepimlibs-4.4:4[aqua=,semantic-desktop(+)] >=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.0:4[accessibility,dbus] >=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=http://kde-look.org/CONTENT/content-files/99357-pgame-0.4.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 66012c9c0ee3c91534d0eb257ff9b95c eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=79932f30fffd255b14a61dc1ee81c778 diff --git a/metadata/md5-cache/media-gfx/graphite2-1.2.1 b/metadata/md5-cache/media-gfx/graphite2-1.2.1 index d2ce69b2174e..b82bc87d435b 100644 --- a/metadata/md5-cache/media-gfx/graphite2-1.2.1 +++ b/metadata/md5-cache/media-gfx/graphite2-1.2.1 @@ -4,10 +4,10 @@ DESCRIPTION=Library providing rendering capabilities for complex non-Roman writi EAPI=5 HOMEPAGE=http://graphite.sil.org/ IUSE=perl test -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=LGPL-2.1 RDEPEND=perl? ( dev-lang/perl ) SLOT=0 SRC_URI=mirror://sourceforge/silgraphite/graphite2/graphite2-1.2.1.tgz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 66012c9c0ee3c91534d0eb257ff9b95c eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module ba21eba2562fc2643deeea95fd28665d python-any-r1 7ed4a8181d62a098eaa6c8eeacf190c9 python-utils-r1 9aa9cecaaf78644be7c0b8b8dc814dce toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=17e018bdb18b3c28059dacc9b23d2c96 +_md5_=8745e201a7b58b69ef52b3423be9c7b0 diff --git a/metadata/md5-cache/media-libs/harfbuzz-0.9.12 b/metadata/md5-cache/media-libs/harfbuzz-0.9.12 index 49ba9766849a..efd2cc0825f6 100644 --- a/metadata/md5-cache/media-libs/harfbuzz-0.9.12 +++ b/metadata/md5-cache/media-libs/harfbuzz-0.9.12 @@ -4,10 +4,10 @@ DESCRIPTION=An OpenType text shaping engine EAPI=5 HOMEPAGE=http://www.freedesktop.org/wiki/Software/HarfBuzz IUSE=static-libs -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos ~x64-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=dev-libs/glib:2 dev-libs/icu:= media-gfx/graphite2:= media-libs/freetype:2= x11-libs/cairo:= SLOT=0 SRC_URI=http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.12.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7295965654ccf5facce6468774c90285 +_md5_=f648c230603f0e8845b6bf16887c4448 diff --git a/metadata/md5-cache/media-libs/libass-0.10.1 b/metadata/md5-cache/media-libs/libass-0.10.1 index 7ce072f26c46..2ed3f60922ef 100644 --- a/metadata/md5-cache/media-libs/libass-0.10.1 +++ b/metadata/md5-cache/media-libs/libass-0.10.1 @@ -4,9 +4,9 @@ DESCRIPTION=Library for SSA/ASS subtitles rendering EAPI=4 HOMEPAGE=http://code.google.com/p/libass/ IUSE=+enca +fontconfig +harfbuzz static-libs -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=ISC RDEPEND=fontconfig? ( >=media-libs/fontconfig-2.4.2 ) >=media-libs/freetype-2.4:2 virtual/libiconv >=dev-libs/fribidi-0.19.0 harfbuzz? ( >=media-libs/harfbuzz-0.9.11 ) enca? ( app-i18n/enca ) SLOT=0 SRC_URI=http://libass.googlecode.com/files/libass-0.10.1.tar.xz -_md5_=fc87c4d61dec12de44910abe945a5b9b +_md5_=ca4633d3f1d59960e73f2eea3e57a25b diff --git a/metadata/md5-cache/media-sound/umurmur-0.2.13 b/metadata/md5-cache/media-sound/umurmur-0.2.13 new file mode 100644 index 000000000000..6ecc681267a4 --- /dev/null +++ b/metadata/md5-cache/media-sound/umurmur-0.2.13 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst setup +DEPEND=>=dev-libs/protobuf-c-0.14 dev-libs/libconfig polarssl? ( >=net-libs/polarssl-1.0.0 ) !polarssl? ( dev-libs/openssl ) +DESCRIPTION=Minimalistic Murmur (Mumble server) +EAPI=5 +HOMEPAGE=http://code.google.com/p/umurmur/ +IUSE=polarssl +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-libs/protobuf-c-0.14 dev-libs/libconfig polarssl? ( >=net-libs/polarssl-1.0.0 ) !polarssl? ( dev-libs/openssl ) +SLOT=0 +SRC_URI=http://umurmur.googlecode.com/files/umurmur-0.2.13.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=83d5de76f6e6b5284dc2d0608613f138 diff --git a/metadata/md5-cache/net-p2p/ncdc-1.16.1 b/metadata/md5-cache/net-p2p/ncdc-1.16.1 index b9dbfc0c9a88..93b096de792c 100644 --- a/metadata/md5-cache/net-p2p/ncdc-1.16.1 +++ b/metadata/md5-cache/net-p2p/ncdc-1.16.1 @@ -4,8 +4,8 @@ DESCRIPTION=ncurses directconnect client EAPI=4 HOMEPAGE=http://dev.yorhel.nl/ncdc KEYWORDS=amd64 ~ppc ~sparc x86 -LICENSE=MIT +LICENSE=MIT-with-advertising RDEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls sys-libs/ncurses:5[unicode] sys-libs/zlib SLOT=0 SRC_URI=http://dev.yorhel.nl/download/ncdc-1.16.1.tar.gz -_md5_=51295f657b3a8e6347543218d7c7afed +_md5_=7d0a960ba5d31b0ab82fb571dda3213a diff --git a/metadata/md5-cache/net-p2p/ncdc-1.17 b/metadata/md5-cache/net-p2p/ncdc-1.17 index be5e21d4495b..494eb0088834 100644 --- a/metadata/md5-cache/net-p2p/ncdc-1.17 +++ b/metadata/md5-cache/net-p2p/ncdc-1.17 @@ -1,11 +1,11 @@ -DEFINED_PHASES=configure -DEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls sys-libs/ncurses:5[unicode] sys-libs/zlib dev-util/makeheaders virtual/pkgconfig +DEFINED_PHASES=- +DEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls sys-libs/ncurses:5[unicode] sys-libs/zlib dev-lang/perl dev-util/makeheaders virtual/pkgconfig DESCRIPTION=ncurses directconnect client EAPI=5 HOMEPAGE=http://dev.yorhel.nl/ncdc KEYWORDS=~amd64 ~ppc ~sparc ~x86 -LICENSE=MIT +LICENSE=MIT-with-advertising RDEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls sys-libs/ncurses:5[unicode] sys-libs/zlib SLOT=0 SRC_URI=http://dev.yorhel.nl/download/ncdc-1.17.tar.gz -_md5_=e21d1d10b2d69712f83c3822e271d9ec +_md5_=c0a18960f3e8ff007544d84f8a3d382d diff --git a/metadata/md5-cache/net-p2p/ncdc-9999 b/metadata/md5-cache/net-p2p/ncdc-9999 index ee976dd5afa6..b5cf8d2bd5fb 100644 --- a/metadata/md5-cache/net-p2p/ncdc-9999 +++ b/metadata/md5-cache/net-p2p/ncdc-9999 @@ -1,10 +1,10 @@ DEFINED_PHASES=compile configure install prepare unpack -DEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls sys-libs/ncurses:5[unicode] sys-libs/zlib dev-util/makeheaders virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git +DEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls sys-libs/ncurses:5[unicode] sys-libs/zlib dev-lang/perl dev-util/makeheaders virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git DESCRIPTION=ncurses directconnect client EAPI=5 HOMEPAGE=http://dev.yorhel.nl/ncdc -LICENSE=MIT +LICENSE=MIT-with-advertising RDEPEND=app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls sys-libs/ncurses:5[unicode] sys-libs/zlib SLOT=0 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 git-2 e92e09651292b1bef5656592364550f7 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=66cae9d6005618235f3173d3b75275da +_md5_=0e283a2ea1ea4d211d5c875bfcdaea23 diff --git a/metadata/md5-cache/sci-libs/hypre-2.9.0b b/metadata/md5-cache/sci-libs/hypre-2.9.0b new file mode 100644 index 000000000000..0052b1446581 --- /dev/null +++ b/metadata/md5-cache/sci-libs/hypre-2.9.0b @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=sci-libs/superlu blas? ( virtual/blas ) lapack? ( virtual/lapack ) mpi? ( virtual/mpi ) virtual/pkgconfig fortran? ( virtual/fortran ) +DESCRIPTION=Parallel matrix preconditioners library +EAPI=5 +HOMEPAGE=http://acts.nersc.gov/hypre/ +IUSE=blas doc examples fortran lapack mpi +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=LGPL-2.1 +RDEPEND=sci-libs/superlu blas? ( virtual/blas ) lapack? ( virtual/lapack ) mpi? ( virtual/mpi ) fortran? ( virtual/fortran ) +SLOT=0/2.9.0b +SRC_URI=https://computation.llnl.gov/casc/hypre/download/hypre-2.9.0b.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fortran-2 ea80967500d9deda5468aed13b0bfca8 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=bf550b90f471f3538a0f20cd037283a0 diff --git a/metadata/md5-cache/sci-mathematics/agda-executable-2.3.0 b/metadata/md5-cache/sci-mathematics/agda-executable-2.3.0 deleted file mode 100644 index c6a950821928..000000000000 --- a/metadata/md5-cache/sci-mathematics/agda-executable-2.3.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare prerm setup test -DEPEND=~sci-mathematics/agda-2.3.0 >=dev-haskell/cabal-1.8 >=dev-lang/ghc-6.8.2 >=dev-haskell/cabal-1.1.4 -DESCRIPTION=Command-line program for type-checking and compiling Agda programs -EAPI=3 -HOMEPAGE=http://wiki.portal.chalmers.se/agda/ -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -SLOT=0 -SRC_URI=mirror://hackage/packages/archive/Agda-executable/2.3.0/Agda-executable-2.3.0.tar.gz -_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=ce942fe799775e0cdc069d830ba6c9d7 diff --git a/metadata/md5-cache/sys-apps/dbus-1.6.12 b/metadata/md5-cache/sys-apps/dbus-1.6.12 index ad1ecdf1602e..3d0d86451b91 100644 --- a/metadata/md5-cache/sys-apps/dbus-1.6.12 +++ b/metadata/md5-cache/sys-apps/dbus-1.6.12 @@ -4,10 +4,10 @@ DESCRIPTION=A message bus system, a simple way for applications to talk to each EAPI=5 HOMEPAGE=http://dbus.freedesktop.org/ IUSE=debug doc selinux static-libs systemd test X test -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=|| ( AFL-2.1 GPL-2 ) RDEPEND=>=dev-libs/expat-2 selinux? ( sec-policy/selinux-dbus sys-libs/libselinux ) systemd? ( sys-apps/systemd ) X? ( x11-libs/libX11 x11-libs/libXt ) SLOT=0 SRC_URI=http://dbus.freedesktop.org/releases/dbus/dbus-1.6.12.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-any-r1 7ed4a8181d62a098eaa6c8eeacf190c9 python-utils-r1 9aa9cecaaf78644be7c0b8b8dc814dce systemd 3421a5715404244e4827acd1cf8ce654 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=c8d12849cd8f5cc115c2ef9e09b0a92c +_md5_=f5e607988e258d533209b638212c331b diff --git a/metadata/md5-cache/sys-apps/portage-2.1.12.5 b/metadata/md5-cache/sys-apps/portage-2.1.12.5 deleted file mode 100644 index 377791853edb..000000000000 --- a/metadata/md5-cache/sys-apps/portage-2.1.12.5 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst prepare setup test -DEPEND=python3? ( =dev-lang/python-3* ) !pypy2_0? ( !python2? ( !python3? ( || ( >=dev-lang/python-2.7 dev-lang/python:2.6[threads] ) ) ) ) pypy2_0? ( !python2? ( !python3? ( dev-python/pypy:2.0[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) 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 ) >=sys-devel/make-3.82 >=sys-apps/sed-4.0.5 sys-devel/patch doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 ) -DESCRIPTION=Portage is the package management and distribution system for Gentoo -EAPI=2 -HOMEPAGE=http://www.gentoo.org/proj/en/portage/index.xml -IUSE=build doc epydoc +ipc linguas_pl linguas_ru pypy2_0 python2 python3 selinux xattr python_targets_pypy1_9 python_targets_pypy2_0 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd -LICENSE=GPL-2 -PDEPEND=!build? ( >=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? ( dev-python/pypy:2.0[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) 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? ( dev-python/pypy:2.0[bzip2,ssl] ) ) ) 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] =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? ( dev-python/pypy:2.0[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) 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? ( dev-python/pypy:2.0[bzip2,ssl] ) ) ) 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] =dev-lang/python-2.7 dev-lang/python:2.6[threads] ) ) ) ) pypy2_0? ( !python2? ( !python3? ( dev-python/pypy:2.0[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) 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 ) >=sys-devel/make-3.82 >=sys-apps/sed-4.0.5 sys-devel/patch doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 ) -DESCRIPTION=Portage is the package management and distribution system for Gentoo -EAPI=3 -HOMEPAGE=http://www.gentoo.org/proj/en/portage/index.xml -IUSE=build doc epydoc +ipc linguas_pl linguas_ru pypy2_0 python2 python3 selinux xattr python_targets_pypy1_9 python_targets_pypy2_0 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=GPL-2 -PDEPEND=!build? ( >=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? ( dev-python/pypy:2.0[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) 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? ( dev-python/pypy:2.0[bzip2,ssl] ) ) ) 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] =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? ( dev-python/pypy:2.0[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) 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? ( dev-python/pypy:2.0[bzip2,ssl] ) ) ) 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] =net-nds/openldap-2.1.30-r5 sasl? ( dev-libs/cyrus-sasl ) kerberos? ( v SLOT=0 SRC_URI=http://www.padl.com/download/nss_ldap-265.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 fixheadtails f96922acc9287f1e889a1e50a6c8986e libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2929be33b6f069c00aea52695ad6d9ed +_md5_=584a0f21b6d35db9e05024b0ced6e11d diff --git a/metadata/md5-cache/sys-libs/ldb-1.1.12 b/metadata/md5-cache/sys-libs/ldb-1.1.12 index 15c5e744f144..13eff1bcf75a 100644 --- a/metadata/md5-cache/sys-libs/ldb-1.1.12 +++ b/metadata/md5-cache/sys-libs/ldb-1.1.12 @@ -4,10 +4,10 @@ DESCRIPTION=An LDAP-like embedded database EAPI=4 HOMEPAGE=http://ldb.samba.org IUSE=doc -KEYWORDS=amd64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=LGPL-3 RDEPEND=dev-libs/popt >=sys-libs/talloc-2.0.7[python] >=sys-libs/tevent-0.9.17 >=sys-libs/tdb-1.2.10[python] net-nds/openldap !!=net-fs/samba-4.0.0[ldb] =dev-lang/python-2* SLOT=0 SRC_URI=http://www.samba.org/ftp/pub/ldb/ldb-1.1.12.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 waf-utils 681b3e9181d1a20ad8d0c186333ddcf7 -_md5_=a3f60a1aab0487cd8d42307156a9cee4 +_md5_=b17cc05e37590f59acec26676ff6496b diff --git a/metadata/md5-cache/sys-libs/tevent-0.9.17 b/metadata/md5-cache/sys-libs/tevent-0.9.17 index 59120fc03e8b..0f713d25edf7 100644 --- a/metadata/md5-cache/sys-libs/tevent-0.9.17 +++ b/metadata/md5-cache/sys-libs/tevent-0.9.17 @@ -9,4 +9,4 @@ RDEPEND=>=sys-libs/talloc-2.0.6[python] =dev-lang/python-2* SLOT=0 SRC_URI=http://samba.org/ftp/tevent/tevent-0.9.17.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 waf-utils 681b3e9181d1a20ad8d0c186333ddcf7 -_md5_=ae055012a0f1e492a7a6a7bb9626ed9d +_md5_=38fc5f04b8e1eff0246adea155eb7537 diff --git a/metadata/md5-cache/www-client/chromium-29.0.1516.3 b/metadata/md5-cache/www-client/chromium-29.0.1541.2 similarity index 52% rename from metadata/md5-cache/www-client/chromium-29.0.1516.3 rename to metadata/md5-cache/www-client/chromium-29.0.1541.2 index f68d5f66d624..251339d75a0c 100644 --- a/metadata/md5-cache/www-client/chromium-29.0.1516.3 +++ b/metadata/md5-cache/www-client/chromium-29.0.1541.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.17.6:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19:= media-libs/flac:= media-libs/harfbuzz:= >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/jinja dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 dev-util/ninja sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.19.17:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19:= media-libs/flac:= media-libs/harfbuzz:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-perl/JSON dev-python/jinja dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 dev-util/ninja sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Open-source version of Google Chrome web browser EAPI=5 HOMEPAGE=http://chromium.org/ IUSE=bindist cups gnome gnome-keyring gps kerberos pulseaudio selinux +system-ffmpeg system-sqlite tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test KEYWORDS=~amd64 ~arm ~x86 LICENSE=BSD -RDEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.17.6:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19:= media-libs/flac:= media-libs/harfbuzz:= >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts +RDEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.19.17:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19:= media-libs/flac:= media-libs/harfbuzz:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts SLOT=0 -SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1516.3-lite.tar.xz test? ( https://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1516.3-testdata.tar.xz ) +SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1541.2-lite.tar.xz test? ( https://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1541.2-testdata.tar.xz ) _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 2424f959506320f5196de8f79fa05297 portability 536c5e70c5fb252ed3b769e04aa3f05b python-any-r1 7ed4a8181d62a098eaa6c8eeacf190c9 python-utils-r1 9aa9cecaaf78644be7c0b8b8dc814dce toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=b42f2a3d2fc99e34b3c0a220fb92f11f +_md5_=7b18b4809b31267a8d4c2d4392bfc9ab diff --git a/metadata/md5-cache/www-client/chromium-9999-r1 b/metadata/md5-cache/www-client/chromium-9999-r1 index 675ad693c973..c08790e5bb42 100644 --- a/metadata/md5-cache/www-client/chromium-9999-r1 +++ b/metadata/md5-cache/www-client/chromium-9999-r1 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.17.6:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac:= media-libs/harfbuzz:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/jinja dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 dev-util/ninja sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.19.17:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac:= media-libs/harfbuzz:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-perl/JSON dev-python/jinja dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 dev-util/ninja sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=Open-source version of Google Chrome web browser EAPI=5 HOMEPAGE=http://chromium.org/ IUSE=bindist cups gnome gnome-keyring gps kerberos pulseaudio selinux +system-ffmpeg system-sqlite tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test LICENSE=BSD -RDEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.17.6:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac:= media-libs/harfbuzz:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts +RDEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.19.17:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=dev-libs/jsoncpp-0.5.0-r1:= >=dev-libs/libevent-1.4.13:= dev-libs/libxml2:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac:= media-libs/harfbuzz:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts SLOT=live _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 2424f959506320f5196de8f79fa05297 portability 536c5e70c5fb252ed3b769e04aa3f05b python-any-r1 7ed4a8181d62a098eaa6c8eeacf190c9 python-utils-r1 9aa9cecaaf78644be7c0b8b8dc814dce subversion 869118194bbbecaa8f935e185befcdb7 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=3a33ea1d978d64e2190fcea63b1a5497 +_md5_=f6b48a6cca4623a65ec8a4ac3eef6b23 diff --git a/metadata/md5-cache/www-client/google-chrome-28.0.1500.45_beta205727 b/metadata/md5-cache/www-client/google-chrome-28.0.1500.52_beta207119 similarity index 92% rename from metadata/md5-cache/www-client/google-chrome-28.0.1500.45_beta205727 rename to metadata/md5-cache/www-client/google-chrome-28.0.1500.52_beta207119 index e1abb56dd0ca..2609c69c59d2 100644 --- a/metadata/md5-cache/www-client/google-chrome-28.0.1500.45_beta205727 +++ b/metadata/md5-cache/www-client/google-chrome-28.0.1500.52_beta207119 @@ -9,6 +9,6 @@ LICENSE=google-chrome RDEPEND=app-arch/bzip2 app-misc/ca-certificates dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/libgcrypt dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-print/cups sys-apps/dbus || ( >=sys-devel/gcc-4.4.0[-nocxx] >=sys-devel/gcc-4.4.0[cxx] ) x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 >=x11-libs/libX11-1.5.0 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/pango x11-misc/xdg-utils !www-client/google-chrome:0 !www-client/google-chrome:stable !www-client/google-chrome:unstable 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_28.0.1500.45-r205727_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_28.0.1500.45-r205727_i386.deb ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_28.0.1500.52-r207119_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_28.0.1500.52-r207119_i386.deb ) _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=0b808665ea5b2dd6a2bd416be6475da4 +_md5_=261cd213e176994ca770034313c016ff diff --git a/metadata/md5-cache/www-client/google-chrome-28.0.1500.45_p205727 b/metadata/md5-cache/www-client/google-chrome-28.0.1500.52_p207119 similarity index 89% rename from metadata/md5-cache/www-client/google-chrome-28.0.1500.45_p205727 rename to metadata/md5-cache/www-client/google-chrome-28.0.1500.52_p207119 index 2ce7e847cdf5..234f58005331 100644 --- a/metadata/md5-cache/www-client/google-chrome-28.0.1500.45_p205727 +++ b/metadata/md5-cache/www-client/google-chrome-28.0.1500.52_p207119 @@ -9,6 +9,6 @@ LICENSE=google-chrome RDEPEND=app-arch/bzip2 app-misc/ca-certificates dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/libgcrypt dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-print/cups sys-apps/dbus || ( >=sys-devel/gcc-4.4.0[-nocxx] >=sys-devel/gcc-4.4.0[cxx] ) x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/pango x11-misc/xdg-utils !www-client/google-chrome:0 !www-client/google-chrome:beta !www-client/google-chrome:unstable 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_28.0.1500.45-r205727_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_28.0.1500.45-r205727_i386.deb ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_28.0.1500.52-r207119_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_28.0.1500.52-r207119_i386.deb ) _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=9275fd612e1f4eec048f3cb55ccbae96 +_md5_=8a4133495ad1979647a00bcbffb841bf diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.45_beta205727 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.52_beta207119 similarity index 81% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.45_beta205727 rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.52_beta207119 index 29235cb30c39..a44be6471df9 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.45_beta205727 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.52_beta207119 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=www-client/chromium !www-plugins/chrome-binary-plugins:0 !www-plugins/chrome-binary-plugins:stable !www-plugins/chrome-binary-plugins:unstable 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_28.0.1500.45-r205727_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_28.0.1500.45-r205727_i386.deb ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_28.0.1500.52-r207119_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_28.0.1500.52-r207119_i386.deb ) _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f unpacker 658a981a81fd7cb0767315a541bab01d -_md5_=500e096462ebaf25a699d401d638f41d +_md5_=6beda77049b8cb85b6714aa664583fac diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.45_p205727 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.52_p207119 similarity index 72% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.45_p205727 rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.52_p207119 index b1b75086add9..67769605bc81 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.45_p205727 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-28.0.1500.52_p207119 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=www-client/chromium !www-plugins/chrome-binary-plugins:0 !www-plugins/chrome-binary-plugins:beta !www-plugins/chrome-binary-plugins:unstable 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_28.0.1500.45-r205727_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_28.0.1500.45-r205727_i386.deb ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_28.0.1500.52-r207119_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_28.0.1500.52-r207119_i386.deb ) _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f unpacker 658a981a81fd7cb0767315a541bab01d -_md5_=1763ff86f5b4fb55260feca9fe4878ab +_md5_=0952484e1c09b170d715cd58ecf7717a diff --git a/metadata/md5-cache/x11-plugins/pidgin-sipe-1.16.0 b/metadata/md5-cache/x11-plugins/pidgin-sipe-1.16.0 new file mode 100644 index 000000000000..2eb7706bdbe2 --- /dev/null +++ b/metadata/md5-cache/x11-plugins/pidgin-sipe-1.16.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=dev-util/intltool virtual/pkgconfig >=dev-libs/gmime-2.4.16 dev-libs/libxml2 dev-libs/nss kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0[gnutls] ) !voice? ( >=dev-libs/glib-2.12.0 net-im/pidgin[gnutls] ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Pidgin Plug-in SIPE (Sip Exchange Protocol) +EAPI=5 +HOMEPAGE=http://sipe.sourceforge.net/ +IUSE=debug kerberos ocs2005-message-hack voice +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/gmime-2.4.16 dev-libs/libxml2 dev-libs/nss kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0[gnutls] ) !voice? ( >=dev-libs/glib-2.12.0 net-im/pidgin[gnutls] ) +SLOT=0 +SRC_URI=mirror://sourceforge/sipe/pidgin-sipe-1.16.0.tar.gz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=3aa5e2a32df8ec779e6ed17d22e9fb9d diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 32c18d0ff6d2..1c5c89b49c3d 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Wed, 19 Jun 2013 20:37:01 +0000 +Thu, 20 Jun 2013 09:36:59 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index ef5348076f88..5860a6273475 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Wed Jun 19 20:36:59 UTC 2013 +Thu Jun 20 09:36:57 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index da83482b1e95..28305a6d1a5a 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Wed, 19 Jun 2013 21:00:01 +0000 +Thu, 20 Jun 2013 10:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 6315d3229c44..61f95b9a4e60 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1371674101 Wed Jun 19 20:35:01 2013 UTC +1371720901 Thu Jun 20 09:35:01 2013 UTC diff --git a/net-analyzer/nagios-check_fail2ban/Manifest b/net-analyzer/nagios-check_fail2ban/Manifest index 8519f256f841..328f20788b6b 100644 --- a/net-analyzer/nagios-check_fail2ban/Manifest +++ b/net-analyzer/nagios-check_fail2ban/Manifest @@ -1 +1 @@ -DIST nagios-check_fail2ban-3.tar.gz 1848 RMD160 9c9c896e8b3b9c4b117b32095f2242102548b8d7 SHA1 04cd9814091e2cdcba5c440af55bbff62f61d62e SHA256 8aa2f8d2cdd687d98906f963b68d5c711471caf626d7be7741461bfd4b83af78 +DIST nagios-check_fail2ban-3.tar.gz 1848 SHA256 8aa2f8d2cdd687d98906f963b68d5c711471caf626d7be7741461bfd4b83af78 diff --git a/net-analyzer/nagios-check_fail2ban/metadata.xml b/net-analyzer/nagios-check_fail2ban/metadata.xml index eb90c1f1c45e..91f4e72fb544 100644 --- a/net-analyzer/nagios-check_fail2ban/metadata.xml +++ b/net-analyzer/nagios-check_fail2ban/metadata.xml @@ -2,9 +2,6 @@ - hollow@gentoo.org - Benedikt Böhm + maintainer-needed@gentoo.org - - diff --git a/net-analyzer/nagios-check_pidfile/metadata.xml b/net-analyzer/nagios-check_pidfile/metadata.xml index 443a97a31b66..91f4e72fb544 100644 --- a/net-analyzer/nagios-check_pidfile/metadata.xml +++ b/net-analyzer/nagios-check_pidfile/metadata.xml @@ -2,7 +2,6 @@ - hollow@gentoo.org - Benedikt Böhm + maintainer-needed@gentoo.org diff --git a/net-mail/vchkuser/Manifest b/net-mail/vchkuser/Manifest index 96786783184f..67c99af56c79 100644 --- a/net-mail/vchkuser/Manifest +++ b/net-mail/vchkuser/Manifest @@ -1,2 +1,2 @@ -DIST vchkuser-0.3.3.tar.bz2 6057 RMD160 f2cb0de1bca370d64e7e793ffc65d72b656a7b6b SHA1 0a447350f6c4361e32b69aa0086277f6a05f79a9 SHA256 a104a5ca6fc091a0d255d3eac20b4670f28b75285323fdf27fc98bdd6d53cadf -DIST vchkuser-0.4.tar.gz 5890 RMD160 ffe018e18ea85aee7ab8966690155f40e20751a5 SHA1 461c920b79e31bc5f5b7efc052d85ccf81ab872c SHA256 314cf937e24b6460ca816fde0d25119054ef880373151082e913aeccf9f92edd +DIST vchkuser-0.3.3.tar.bz2 6057 SHA256 a104a5ca6fc091a0d255d3eac20b4670f28b75285323fdf27fc98bdd6d53cadf +DIST vchkuser-0.4.tar.gz 5890 SHA256 314cf937e24b6460ca816fde0d25119054ef880373151082e913aeccf9f92edd diff --git a/net-mail/vchkuser/metadata.xml b/net-mail/vchkuser/metadata.xml index f0c241515b61..a9f4f40a74cb 100644 --- a/net-mail/vchkuser/metadata.xml +++ b/net-mail/vchkuser/metadata.xml @@ -2,10 +2,6 @@ qmail - - hollow@gentoo.org - Benedikt Böhm - Enables debug messages to syslog diff --git a/net-p2p/ncdc/ncdc-1.16.1.ebuild b/net-p2p/ncdc/ncdc-1.16.1.ebuild index 0a76dc250656..c8753095cc12 100644 --- a/net-p2p/ncdc/ncdc-1.16.1.ebuild +++ b/net-p2p/ncdc/ncdc-1.16.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-p2p/ncdc/ncdc-1.16.1.ebuild,v 1.4 2013/06/15 10:26:25 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.16.1.ebuild,v 1.5 2013/06/20 08:09:36 xmw Exp $ EAPI=4 @@ -8,7 +8,7 @@ DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" -LICENSE="MIT" +LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" diff --git a/net-p2p/ncdc/ncdc-1.17.ebuild b/net-p2p/ncdc/ncdc-1.17.ebuild index 92ed64bb54fd..11c792afd43f 100644 --- a/net-p2p/ncdc/ncdc-1.17.ebuild +++ b/net-p2p/ncdc/ncdc-1.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/net-p2p/ncdc/ncdc-1.17.ebuild,v 1.1 2013/06/15 10:26:25 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.17.ebuild,v 1.2 2013/06/20 08:09:36 xmw Exp $ EAPI=5 @@ -8,7 +8,7 @@ DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" -LICENSE="MIT" +LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" @@ -20,10 +20,6 @@ RDEPEND="app-arch/bzip2 sys-libs/ncurses:5[unicode] sys-libs/zlib" DEPEND="${RDEPEND} + dev-lang/perl dev-util/makeheaders virtual/pkgconfig" - -src_configure() { - econf \ - --disable-silent-rules -} diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild index 0d2434394311..d55a798e89ca 100644 --- a/net-p2p/ncdc/ncdc-9999.ebuild +++ b/net-p2p/ncdc/ncdc-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-p2p/ncdc/ncdc-9999.ebuild,v 1.8 2013/06/15 10:26:25 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.9 2013/06/20 08:09:36 xmw Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" EGIT_REPO_URI="git://g.blicky.net/ncdc.git" -LICENSE="MIT" +LICENSE="MIT-with-advertising" SLOT="0" KEYWORDS="" IUSE="" @@ -22,6 +22,7 @@ RDEPEND="app-arch/bzip2 sys-libs/ncurses:5[unicode] sys-libs/zlib" DEPEND="${RDEPEND} + dev-lang/perl dev-util/makeheaders virtual/pkgconfig" @@ -30,7 +31,5 @@ src_prepare() { } src_configure() { - econf \ - --disable-silent-rules \ - --enable-git-version + econf --enable-git-version } diff --git a/profiles/use.local.desc b/profiles/use.local.desc index d21a74418d03..6594fdf139f6 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1223,15 +1223,19 @@ dev-haskell/glut:usenativewindowslibraries - When compiling under Windows, use t dev-haskell/gtk:gio - Add glib's GIO bindings. dev-haskell/highlighting-kate:executable - Build the Highlight executable. dev-haskell/highlighting-kate:pcre-light - Use the pcre-light library instead of regex-pcre-builtin. +dev-haskell/hstringtemplate:quasi-quotation - Build module providing a quasi-quoter +dev-haskell/hstringtemplate:syb-with-class - Generic instances for TOSElem dev-haskell/json:generic - Add support for generic encoder (dev-haskell/syb) dev-haskell/json:parsec - Add support for parsing with Parsec dev-haskell/json:pretty - Add support for using pretty printing combinators dev-haskell/monad-control:instancest - If enabled this package will export MonadBaseControl instances for the lazy and strict ST monad. If disabled these instances are only exported when base >= 4.4. If enabled it is required that the transformer-base package exports MonadBase instances for ST. It will do this by default. dev-haskell/quickcheck:template_haskell - Enable additional test modules requiring Template Haskell support. +dev-haskell/sendfile:portable - Explicitly enable portable sendfile support (implemented in Haskell) dev-haskell/texmath:cgi - Build texmath-cgi executable. dev-haskell/text:developer - operate in developer mode dev-haskell/text:integer-simple - Use the simple integer library instead of GMP dev-haskell/unix-compat:old-time - build against old-time package +dev-haskell/void:safe - dissable effective but unsafe coersions dev-haskell/x11:screensaver - whether to build XScreenSaver. dev-haskell/zip-archive:executable - Build the Zip executable. dev-java/ant:antlr - Enable ANTLR Ant tasks @@ -3434,6 +3438,7 @@ media-sound/squeezeslave:wma - Enable support for streaming Windows Media Audio media-sound/squeezeslave:zones - Pairs surround sound speakers into stereo zones (requires 5.1 setup or better) media-sound/tomahawk:twitter - Enable twitter support media-sound/traverso:lv2 - Add support for Ladspa V2 +media-sound/umurmur:polarssl - Use net-libs/polarssl instead of dev-libs/openssl media-sound/vorbis-tools:kate - Adds support for Ogg Kate subtitles via libkate. media-sound/vorbis-tools:ogg123 - Build ogg123 player, needs libao and curl media-sound/xmms2:airplay - Support for airplay format diff --git a/sci-libs/hypre/Manifest b/sci-libs/hypre/Manifest index 2383e1344639..dc5eeefa3778 100644 --- a/sci-libs/hypre/Manifest +++ b/sci-libs/hypre/Manifest @@ -1 +1,2 @@ DIST hypre-2.8.0b.tar.gz 9979835 SHA256 78c3b073e3bd0627d7102f6f53e71e74619f9a8cb1c5e6cefdb9a6b2e9c7b9f5 SHA512 f13ec8c6d84dc200afbcbef45af3827ac522e52bcc22a148ef6941af80c8b4ed33b7ef03fd0a7a030fb2e4e63bd91cec882d539ce78ad3fac7a0c290be4018d8 WHIRLPOOL a53cf808c289a512a8592b59d0a43e3842d844940ec1bed22440871b93cc51fbfd7f64f8f697291de7a878843ee47b26f5c700e20a2ea9d63a1e377069103fbe +DIST hypre-2.9.0b.tar.gz 9053035 SHA256 6568f65e7c3c11531a00c300a059f0b81dcab3b2d038cd1154e1458a73edbe5d SHA512 6856f2c80eaf669258d73a36a59c0fd0f43e20a5b2e633b6aefbccf41f5217ea821a6201dadc0de2b17a039ba9f53d98031f0b091e3db552cc5251a4f766acb8 WHIRLPOOL acc84dec19fca2908170286adc582adb7c6b06d058a5518d87ccb4093a301046f978fea3ede6f854f9fcdf482993612b420bb0391474421b95721a91122b72dd diff --git a/sci-libs/hypre/hypre-2.9.0b.ebuild b/sci-libs/hypre/hypre-2.9.0b.ebuild new file mode 100644 index 000000000000..055aa6acf681 --- /dev/null +++ b/sci-libs/hypre/hypre-2.9.0b.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.9.0b.ebuild,v 1.1 2013/06/19 23:07:24 bicatali Exp $ + +EAPI=5 + +FORTRAN_NEEDED=fortran + +inherit eutils fortran-2 toolchain-funcs + +DESCRIPTION="Parallel matrix preconditioners library" +HOMEPAGE="http://acts.nersc.gov/hypre/" +SRC_URI="https://computation.llnl.gov/casc/hypre/download/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="blas doc examples fortran lapack mpi" + +RDEPEND=" + sci-libs/superlu + blas? ( virtual/blas ) + lapack? ( virtual/lapack ) + mpi? ( virtual/mpi )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( "${WORKDIR}"/${P}/{CHANGELOG,COPYRIGHT,README} ) + +S="${WORKDIR}/${P}/src" + +src_prepare() { + # link with system superlu and propagate LDFLAGS + sed -i \ + -e 's:@LIBS@:@LIBS@ -lsuperlu:' \ + -e 's:_SHARED@:_SHARED@ $(LDFLAGS):g' \ + config/Makefile.config.in || die + sed -i \ + -e '/HYPRE_ARCH/s: = :=:g' \ + configure || die + # link with system blas and lapack + sed -i \ + -e '/^BLASFILES/d' \ + -e '/^LAPACKFILES/d' \ + lib/Makefile || die + tc-export CC +} + +src_configure() { + local myeconfargs+=( + --enable-shared + --without-superlu + --without-strict-checking + $(use_enable fortran) + $(use_with mpi MPI) + ) + if use blas; then + myeconfargs+=( + --with-blas-libs="$($(tc-getPKG_CONFIG) --libs-only-l blas | sed -e 's/-l//g')" + --with-blas-lib-dirs="$($(tc-getPKG_CONFIG) --libs-only-L blas | sed -e 's/-L//g')" + ) + else + myeconfargs+=( --without-blas ) + fi + if use lapack; then + myeconfargs+=( + --with-lapack-libs="$($(tc-getPKG_CONFIG) --libs-only-l lapack | sed -e 's/-l//g')" + --with-lapack-lib-dirs="$($(tc-getPKG_CONFIG) --libs-only-L lapack | sed -e 's/-L//g')" + ) + else + myeconfargs+=( --without-lapack ) + fi + econf "${myeconfargs[@]}" +} + +src_install() { + dolib.so hypre/lib/lib* + insinto /usr/include/hypre + doins -r hypre/include/* + + use doc && dodoc "${WORKDIR}"/${P}/docs/*.pdf + if use examples; then + insinto /usr/share/doc/${PF} + doins -r examples + fi +} diff --git a/sci-libs/hypre/metadata.xml b/sci-libs/hypre/metadata.xml index a44d7feb10d7..2cbd2140f8a5 100644 --- a/sci-libs/hypre/metadata.xml +++ b/sci-libs/hypre/metadata.xml @@ -1,8 +1,8 @@ - sci-mathematics - +sci-mathematics + Hypre is a set of matrix preconditioning libraries to aid in the solution of large systems of linear equations. diff --git a/sci-mathematics/agda-executable/Manifest b/sci-mathematics/agda-executable/Manifest index cff8214909f5..3f091e256599 100644 --- a/sci-mathematics/agda-executable/Manifest +++ b/sci-mathematics/agda-executable/Manifest @@ -1,2 +1 @@ DIST Agda-executable-2.3.0.1.tar.gz 1765 SHA256 614594c414c828c87abb1913741db66447c09617d57b92e58ffe445ceffed694 SHA512 8abdd2739a36a952bb754c069717be70e9fa74b55fc048c2877f7d0c6791a5a8f7944b3b3a97be754fd00431ff94b9f7c6f35f40b8376155952c4b9b414890b2 WHIRLPOOL 84b738ef4fb75d7dcff8c9cc0002509ff2ccc9bdd5e27c04472deed6df960047da907948f7d5e585a5e3e8f6caafc05cf2e25718cd9b575e4cf18a0e1e8cd422 -DIST Agda-executable-2.3.0.tar.gz 1764 SHA256 b75ce406ac9343dbc10a221f7552df2d5ddccc8ef38359d33465c02dbe992ad8 diff --git a/sci-mathematics/agda-executable/agda-executable-2.3.0.ebuild b/sci-mathematics/agda-executable/agda-executable-2.3.0.ebuild deleted file mode 100644 index 9dd8b5b86e10..000000000000 --- a/sci-mathematics/agda-executable/agda-executable-2.3.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda-executable/agda-executable-2.3.0.ebuild,v 1.2 2012/09/12 16:10:46 qnikst Exp $ - -EAPI="3" - -CABAL_FEATURES="bin" -inherit haskell-cabal eutils - -MY_PN="Agda-executable" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Command-line program for type-checking and compiling Agda programs" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - ~sci-mathematics/agda-2.3.0 - >=dev-haskell/cabal-1.8 - >=dev-lang/ghc-6.8.2" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - cabal-mksetup -} diff --git a/sys-apps/dbus/dbus-1.6.12.ebuild b/sys-apps/dbus/dbus-1.6.12.ebuild index b01a21513ab6..cbb2f64f750f 100644 --- a/sys-apps/dbus/dbus-1.6.12.ebuild +++ b/sys-apps/dbus/dbus-1.6.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/sys-apps/dbus/dbus-1.6.12.ebuild,v 1.2 2013/06/19 19:26:07 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.12.ebuild,v 1.11 2013/06/20 09:07:54 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -12,7 +12,7 @@ SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" LICENSE="|| ( AFL-2.1 GPL-2 )" SLOT="0" -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="debug doc selinux static-libs systemd test X" RDEPEND=">=dev-libs/expat-2 diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest index 9365a0e09eb4..ccbec1f8f96f 100644 --- a/sys-apps/portage/Manifest +++ b/sys-apps/portage/Manifest @@ -1,14 +1,12 @@ DIST portage-2.1.11.62.tar.bz2 916085 SHA256 894bd50830264d222210f5417448263355830d5d8d2de446c1b6b3a4c7a14bfb SHA512 1a969c5164871ce12cc87014f69d44fc54c11a2c58d472fc0dfaa82e9561fbfeac442a3b8a0d5cccd39b117f762acfc0e7abcc00c2e16719940e93746a7c4ba7 WHIRLPOOL b681b290e98162ba7f770b4e5d63d5b42398ecd325629a166b158a6e3becd15de5bae8b4a5808612a5a9529683e544473f33d030f20838fb03086501b7e89cc2 DIST portage-2.1.12.2.tar.bz2 868695 SHA256 700cf7118d60aa14a2d759887e50988a3e527e04fe980100f25cc69357ae2437 SHA512 53bfbcad9743b2613501191f4883d0b99d1e99ca6fdff550996121cb47c7b8333837d825f6174cb82f83cc16069ebe66a0aba0cc7b13f86a65a055d961e2c70b WHIRLPOOL 736dcc71a323d83c7fd75aa9f5c047b0fe234c66545a1744a2d69ca1b15af4d9bc60d9dfb2f9e76f1645e4d9c061f86bc56f4beac4e146b5cef970198b9010f6 -DIST portage-2.1.12.4.tar.bz2 871212 SHA256 f32f8c9b8919603df38d95085eeae0116bc65b27dab89671c4b1cae03594269e SHA512 84fca7038ea13bc5a9a7750c170910519263a347996f1dd96ae0bb23d38fb86a9bc1a416865359f8fc00c3db6e970432bd965c7a96e3b6380508805c5aea531d WHIRLPOOL 13e4a900df3a5859af560849f1136c4124705c3897335410b075fc4d0c952dbf599a985cf09ca50943af42d461e0c5c33633557aa632f069ed387cedc46b7d4e -DIST portage-2.1.12.5.tar.bz2 872395 SHA256 5921c2cae0424e8f187055fe84b74de1391413932016e6d137bc913da49f1ef3 SHA512 14bc6bfae572ed8e0a6a1d48a6bff5715f68427bb64bbd0d7b53e90854ca6c71b918a0e522fb1ea51567df120190befeca67d7adbec6c2773dae4645ffeaf9d3 WHIRLPOOL dfbe66c745b0fb43e2cc3824746202cbe1342427db4abe7bd0fd36170d4c399d50023e094bce66791c79bea934d14056b2abd2e801e8ab89ecbc6c9256a36a3d DIST portage-2.1.12.6.tar.bz2 872824 SHA256 d01908338a11e33d585b9dc9d60f1ce39854219cb6741803f935c47dc08d342b SHA512 6ce875871364b6cd27286597ec475cee27137fec407225f29539e6401964be6193b3279a986cebe13410bcb75291303059265ea54a28661978cf7d0642b8b291 WHIRLPOOL 4259d8ce5da13ea150257848b29f7b1ad43c3ab5eb7478e746ede3abe83c5ac17e279d3fb8eba0186a13fcdaa558039dcd33e1ef39373babb523d4d118e9cd9e +DIST portage-2.1.12.8.tar.bz2 874956 SHA256 a30be8c0c5a1ee3034b0dffeeef9ef0b1615c3205c55b1031e2bf565d28a9db6 SHA512 4f8121e4ee6a33441b093cf309ad50076fcd4d4ac5473ec040d70ff194ade87e82fb3d0a00fce4f1abb0b394cbca3adc058f55aee5b2c177b673f4c5602052af WHIRLPOOL 1ae7382ab7c40e25f2e17ff45429dfe538fe398eca60a94c1c62e65da47d358d59cfe40f44569d752624fb9230aec539982da17424b8eb647540f87f175f4d50 DIST portage-2.1.6.7.patch.bz2 50118 SHA256 5f0605b51a24d23703330b040d2f7154322284db3e0cefa7499002ff1fa733c0 SHA512 dd2acc1d436cad77cfc83c4dec79316763c1fb88d61b7702e8e47e6f31b2b9fe49e8a4cf4a947614a2acd6db2ef080ed8b4ae5fce9d9be29d7e218a0ec1576c0 WHIRLPOOL 050f923249fde7c4774a2a8a944889e4270a89b00441f1923c01ab0be38f107503e018d7ab7a7f42615e7e375f0f6c0eb3bdbf3ff4ce1ce226957238a729b1ee DIST portage-2.1.6.7_p1.patch.bz2 4741 SHA256 ddaae2ad8c01e6477bfe22e23a4da57eb9d079a27a17a08385d56fe2c49eec30 SHA512 39058d815827b340787d813515ed4fb8c52c4fb0caa12ae70c8a9a97b9ba16c2bf4177190cb7d1c508055ce8a7aaa390ba9b31642c7d74bfb4a14d729e720617 WHIRLPOOL 8eab9574ed2e6cabac593d93f8b6ff71465c01376e7eec4cf357c336b5ed3d4f3fb3521991148ba4e34ba00c56bec5534c98311167c03866812277a8d88b0494 DIST portage-2.1.6.tar.bz2 518771 SHA256 b1c507445b3858449c861568f477e1cfab8b2326ded906b852c5193fb3839647 SHA512 d035f84601802ecaea3c0edea037a783fec743733bd40895eb5bb8a220449eb24cf1e2623cbca2e378197caba63a833d8cc54f1e49d886266307288b0adcfbdc WHIRLPOOL 25b6a6e3810f428c630ec7a6dc3cf2cfbe6bfdf276553786e1436b2630532ab442186e427bc75f249a224c5171b508a92303ce352b07be1a8a4d805c568ec10f DIST portage-2.2.0_alpha175.tar.bz2 866662 SHA256 97976729bbdac82e790ec0691ccd15313a761db09cde2ae9d3504c4e925581c1 SHA512 278d9589e28c14d05c8ac139d5a822e0f7ae1ea068834450b3bcaf65e52af688833635a4bbf3bb279dc0af7f2c1706449d1d3b989722ac00b9f3d202fef1b8f0 WHIRLPOOL cc19445dd9368cb3ad2f37f23025b94117371eac00807337953d31e8deb299a933c3fc7a78c7f010a074ef6d6c01fbc0d53976b4ad9c23e7480873490851fd7e DIST portage-2.2.0_alpha177.patch.bz2 12456 SHA256 4a4659a0cadc7e92eee630419586155b5a7f1e869b5ece5a3689f6adfbc49c21 SHA512 f137864b191d4605c12266889021259d4448063c96eb1e8601f17c5ec71c584fa81ef79cf5609d9e3fdbe89300a06de86da8d122b229ccb3bf352d9cb85654c2 WHIRLPOOL ede934ba974b7ab2da815d607301c3c86e2370f9f5c1c75841dbdf163dcb4ce7b8c472e8967b04b4094705f547ffca89c4a013c3072938f413afa03947ab8385 -DIST portage-2.2.0_alpha179.patch.bz2 21976 SHA256 ff4d3bb0e54863eaa2f0e7b1a3b50437bf261439cc375b60b9d453f6e7e0b769 SHA512 ecb67cafe6de1edba94ecb8ce2d83d29638e09a05cf4c5dbf4e0c6f92837e8f27fce94fd60aef7b527bb327b8411ea225820c1211063ce88dd3662024dd0c0be WHIRLPOOL 10abe04a791bf74fa5ea91caddd04e2e84bae7c28f78545d056a91cdf9bd8f22c1013183b2edf8e2af9fab462b65a52dbeb7329aed98fcb5c6f15fcbda818f80 -DIST portage-2.2.0_alpha180.patch.bz2 28042 SHA256 460bf2cda08f711ed97af4a337be612a89640b20e61c792686b6b962e7edf77f SHA512 c45fc965db904e1603e1cea85403d43bfd26974babffe3b219bc935589d66290ba2911fc75e5c81f93433b752b8f8954d874ff8841818248a2144df26c08a08c WHIRLPOOL cfc45318f390ead583ec7d768206c1311b4528e0654e1ddd508f071df6d9b14ff9303a59f409d70c51dc320e4053317a4887747de605c0b2db4d95950b2f8f38 DIST portage-2.2.0_alpha181.patch.bz2 32818 SHA256 d027f8a70cc1158565b8101581d80c0377b61bc0176cc1efb1e63e633e7f4176 SHA512 f7a6540cd9c61b9024ff78c2cc9b6273b56bf15149ab1e48d925bfe1090e42fa583e380c3e965b88bc1cb36ba7f16f701e1532c3ce41234169ef093d08546c78 WHIRLPOOL 11a329f3b6e5affab86f583decc946fa613772124e997ebcfa6b7c25f268c3a4d46a59555e50c0b1a2f5adfdd524c02038fb5f0535b811a3044f9384f0c278db +DIST portage-2.2.0_alpha183.patch.bz2 37229 SHA256 67c113b75dd5b94e45828aa62ae5bc5d90ad3eb075dac9f6bf7074807b3f2ebc SHA512 7cd72530de6cbe2e551d13c64aedf7af8301dfce3e0f91790d82becf6946f6b5ae7ea99d69e1621c89a6fad3f74d98e8e98b60a2b374490c6f893e4f9cd4a42f WHIRLPOOL 336dfaa00b3ebf781f88e6f7c9696f58bec2e70856413f59e66f9982abb3e651759ef2bb3da9c1affad915568a5d0f7553e86212de1c725bc89608545f1989e1 DIST portage-man-pl-2.1.2.tar.bz2 53893 SHA256 960eaa7c6f3a2af44bdc665266a8e884628a562373cc477d301597ecc5ef961f SHA512 5f5c8dd1559048546633b1e7291ff8c0f5d637595f1a4c98405424b08c30c089fc9359e0214f78fbe358754f20d327794f4692b9b67639585c29b755975ee853 WHIRLPOOL 756e267b84077501d976f46fa448cda5368cd52aeca6ec43d109c81fe8e2364e0cd0f35630d68a4186c70e3b440b7c870b86ac7ef83cc0afa43e10f9f8e1f422 diff --git a/sys-apps/portage/portage-2.1.12.5.ebuild b/sys-apps/portage/portage-2.1.12.5.ebuild deleted file mode 100644 index 2347cfc26be4..000000000000 --- a/sys-apps/portage/portage-2.1.12.5.ebuild +++ /dev/null @@ -1,428 +0,0 @@ -# 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.1.12.5.ebuild,v 1.1 2013/06/16 01:45:30 zmedico Exp $ - -# Require EAPI 2 since we now require at least python-2.6 (for python 3 -# syntax support) which also requires EAPI 2. -EAPI=2 -PYTHON_COMPAT=( - pypy1_9 pypy2_0 - python3_1 python3_2 python3_3 python3_4 - python2_6 python2_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 ~sparc-fbsd ~x86-fbsd" -SLOT="0" -IUSE="build doc epydoc +ipc linguas_pl linguas_ru pypy2_0 python2 python3 selinux xattr" - -for _pyimpl in ${PYTHON_COMPAT[@]} ; do - IUSE+=" python_targets_${_pyimpl}" -done -unset _pyimpl - -# Import of the io module in python-2.6 raises ImportError for the -# thread module if threading is disabled. -python_dep_ssl="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? ( dev-python/pypy:2.0[bzip2,ssl] ) ) ) - python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )" -python_dep="${python_dep_ssl//\[ssl\]}" -python_dep="${python_dep//,ssl}" -python_dep="${python_dep//ssl,}" - -python_dep="${python_dep} - python_targets_pypy1_9? ( dev-python/pypy:1.9 ) - python_targets_pypy2_0? ( dev-python/pypy:2.0 ) - python_targets_python2_6? ( dev-lang/python:2.6 ) - python_targets_python2_7? ( dev-lang/python:2.7 ) - python_targets_python3_1? ( dev-lang/python:3.1 ) - 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 ) -" - -# The pysqlite blocker is for bug #282760. -# make-3.82 is for bug #455858 -DEPEND="${python_dep} - >=sys-devel/make-3.82 - >=sys-apps/sed-4.0.5 sys-devel/patch - doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) - epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 )" -# Require sandbox-2.2 for bug #288863. -# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's -# quite slow, so it's not considered in the dependencies as an alternative to -# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so -# for now, don't pull in xattr deps for other kernels. -# For whirlpool hash, require python[ssl] or python-mhash (bug #425046). -# For compgen, require bash[readline] (bug #445576). -RDEPEND="${python_dep} - !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 - || ( ${python_dep_ssl} 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] = 0x2060000 and "good" or "bad")') = good ]] -} - -current_python_has_xattr() { - [[ ${EPYTHON} ]] || die 'No Python implementation set (EPYTHON is null).' - local PYTHON=/usr/bin/${EPYTHON} - [[ $("${PYTHON}" -c 'import sys ; sys.stdout.write(sys.hexversion >= 0x3030000 and "yes" or "no")') = yes ]] || \ - "${PYTHON}" -c 'import xattr' 2>/dev/null -} - -call_with_python_impl() { - [[ ${EPYTHON} ]] || die 'No Python implementation set (EPYTHON is null).' - env EPYTHON=${EPYTHON} "$@" -} - -get_python_interpreter() { - [ $# -eq 1 ] || die "expected 1 argument, got $#: $*" - local impl=$1 python - case "${impl}" in - python*) - python=${impl/_/.} - ;; - pypy*) - python=${impl/_/.} - python=${python/pypy/pypy-c} - ;; - *) - die "Unrecognized python target: ${impl}" - esac - echo ${python} -} - -get_python_sitedir() { - [ $# -eq 1 ] || die "expected 1 argument, got $#: $*" - local impl=$1 - local site_dir=/usr/$(get_libdir)/${impl/_/.}/site-packages - [[ -d ${ROOT}${site_dir} ]] || \ - ewarn "site-packages dir missing for ${impl}: ${ROOT}${site_dir}" - echo "${site_dir}" -} - -python_compileall() { - [[ ${EPYTHON} ]] || die 'No Python implementation set (EPYTHON is null).' - local d=$1 PYTHON=/usr/bin/${EPYTHON} - local d_image=${D}${d#/} - [[ -d ${d_image} ]] || die "directory does not exist: ${d_image}" - case "${EPYTHON}" in - python*) - "${PYTHON}" -m compileall -q -f -d "${d}" "${d_image}" || die - # Note: Using -OO breaks emaint, since it requires __doc__, - # and __doc__ is None when -OO is used. - "${PYTHON}" -O -m compileall -q -f -d "${d}" "${d_image}" || die - ;; - pypy*) - "${PYTHON}" -m compileall -q -f -d "${d}" "${d_image}" || die - ;; - *) - die "Unrecognized EPYTHON value: ${EPYTHON}" - esac -} - -pkg_setup() { - if use python2 && use python3 ; then - ewarn "Both python2 and python3 USE flags are enabled, but only one" - ewarn "can be in the shebangs. Using python3." - fi - if use pypy2_0 && use python3 ; then - ewarn "Both pypy2_0 and python3 USE flags are enabled, but only one" - ewarn "can be in the shebangs. Using python3." - fi - if use pypy2_0 && use python2 ; then - ewarn "Both pypy2_0 and python2 USE flags are enabled, but only one" - ewarn "can be in the shebangs. Using python2" - fi - if ! use pypy2_0 && ! use python2 && ! use python3 && \ - ! compatible_python_is_selected ; then - ewarn "Attempting to select a compatible default python interpreter" - local x success=0 - for x in /usr/bin/python2.* ; do - x=${x#/usr/bin/python2.} - if [[ $x -ge 6 ]] 2>/dev/null ; then - eselect python set python2.$x - if compatible_python_is_selected ; then - elog "Default python interpreter is now set to python-2.$x" - success=1 - break - fi - fi - done - if [ $success != 1 ] ; then - eerror "Unable to select a compatible default python interpreter!" - die "This version of portage requires at least python-2.6 to be selected as the default python interpreter (see \`eselect python --help\`)." - fi - fi - - # We use EPYTHON to designate the active python interpreter, - # but we only export when needed, via call_with_python_impl. - EPYTHON=python - export -n EPYTHON - if use python3; then - EPYTHON=python3 - elif use python2; then - EPYTHON=python2 - elif use pypy2_0; then - EPYTHON=pypy-c2.0 - fi -} - -src_prepare() { - if [ -n "${PATCHVER}" ] ; then - if [[ -L $S/bin/ebuild-helpers/portageq ]] ; then - rm "$S/bin/ebuild-helpers/portageq" \ - || die "failed to remove portageq helper symlink" - fi - epatch "${WORKDIR}/${PN}-${PATCHVER}.patch" - fi - einfo "Setting portage.VERSION to ${PVR} ..." - sed -e "s/^VERSION=.*/VERSION=\"${PVR}\"/" -i pym/portage/__init__.py || \ - die "Failed to patch portage.VERSION" - sed -e "1s/VERSION/${PVR}/" -i doc/fragment/version || \ - die "Failed to patch VERSION in doc/fragment/version" - sed -e "1s/VERSION/${PVR}/" -i $(find man -type f) || \ - die "Failed to patch VERSION in man page headers" - - if ! use ipc ; then - einfo "Disabling ipc..." - sed -e "s:_enable_ipc_daemon = True:_enable_ipc_daemon = False:" \ - -i pym/_emerge/AbstractEbuildProcess.py || \ - die "failed to patch AbstractEbuildProcess.py" - fi - - if use xattr && use kernel_linux ; then - einfo "Adding FEATURES=xattr to make.globals ..." - echo -e '\nFEATURES="${FEATURES} xattr"' >> cnf/make.globals \ - || die "failed to append to make.globals" - fi - - local set_shebang= - if use python3; then - set_shebang=python3 - elif use python2; then - set_shebang=python2 - elif use pypy2_0; then - set_shebang=pypy-c2.0 - fi - if [[ -n ${set_shebang} ]] ; then - einfo "Converting shebangs for ${set_shebang}..." - while read -r -d $'\0' ; do - local shebang=$(head -n1 "$REPLY") - if [[ ${shebang} == "#!/usr/bin/python"* ]] ; then - sed -i -e "1s:python:${set_shebang}:" "$REPLY" || \ - die "sed failed" - fi - done < <(find . -type f -print0) - fi - - cd "${S}/cnf" || die - if [ -f "make.conf.${ARCH}".diff ]; then - patch make.conf "make.conf.${ARCH}".diff || \ - die "Failed to patch make.conf.example" - else - eerror "" - eerror "Portage does not have an arch-specific configuration for this arch." - eerror "Please notify the arch maintainer about this issue. Using generic." - eerror "" - fi -} - -src_compile() { - if use doc; then - call_with_python_impl \ - emake docbook || die - fi - - if use epydoc; then - einfo "Generating api docs" - call_with_python_impl \ - emake epydoc || die - fi -} - -src_test() { - call_with_python_impl \ - emake test || die -} - -src_install() { - call_with_python_impl \ - emake DESTDIR="${D}" \ - sysconfdir="/etc" \ - prefix="/usr" \ - install || die - - # Extended set config is currently disabled in portage-2.1.x. - rm -rf "${D}/usr/share/portage/config/sets" || die - - # Use dodoc for compression, since the Makefile doesn't do that. - dodoc "${S}"/{ChangeLog,NEWS,RELEASE-NOTES} || die - - if use linguas_pl; then - doman -i18n=pl "${S_PL}"/man/pl/*.[0-9] || die - doman -i18n=pl_PL.UTF-8 "${S_PL}"/man/pl_PL.UTF-8/*.[0-9] || die - fi - - # Allow external portage API consumers to import portage python modules - # (this used to be done with PYTHONPATH setting in /etc/env.d). - # For each of PYTHON_TARGETS, install a tree of *.py symlinks in - # site-packages, and compile with the corresponding interpreter. - local impl files mod_dir dest_mod_dir python relative_path x - for impl in "${PYTHON_COMPAT[@]}" ; do - use "python_targets_${impl}" || continue - if use build && [[ ${ROOT} == / && - ! -x /usr/bin/$(get_python_interpreter ${impl}) ]] ; then - # Tolerate --nodeps at beginning of stage1 for catalyst - ewarn "skipping python_targets_${impl}, interpreter not found" - continue - fi - while read -r mod_dir ; do - cd "${D}/usr/lib/portage/pym/${mod_dir}" || die - files=$(echo *.py) - if [ -z "${files}" ] || [ "${files}" = "*.py" ]; then - # __pycache__ directories contain no py files - continue - fi - dest_mod_dir=$(get_python_sitedir ${impl})/${mod_dir} - dodir "${dest_mod_dir}" || die - relative_path=../../../lib/portage/pym/${mod_dir} - x=/${mod_dir} - while [ -n "${x}" ] ; do - relative_path=../${relative_path} - x=${x%/*} - done - for x in ${files} ; do - dosym "${relative_path}/${x}" \ - "${dest_mod_dir}/${x}" || die - done - done < <(cd "${D}"/usr/lib/portage/pym || die ; find * -type d ! -path "portage/tests*") - cd "${S}" || die - EPYTHON=$(get_python_interpreter ${impl}) \ - python_compileall "$(get_python_sitedir ${impl})" - done - - # Compile /usr/lib/portage/pym with the active interpreter, since portage - # internal commands force this directory to the beginning of sys.path. - python_compileall /usr/lib/portage/pym -} - -pkg_preinst() { - if [[ $ROOT == / ]] ; then - # Run some minimal tests as a sanity check. - local test_runner=$(find "$D" -name runTests) - if [[ -n $test_runner && -x $test_runner ]] ; then - einfo "Running preinst sanity tests..." - "$test_runner" || die "preinst sanity tests failed" - fi - fi - - if use xattr && ! current_python_has_xattr ; then - ewarn "For optimal performance in xattr handling, install" - ewarn "dev-python/pyxattr, or install >=dev-lang/python-3.3 and" - ewarn "enable USE=python3 for $CATEGORY/$PN." - fi - - # elog dir must exist to avoid logrotate error for bug #415911. - # This code runs in preinst in order to bypass the mapping of - # portage:portage to root:root which happens after src_install. - keepdir /var/log/portage/elog - # This is allowed to fail if the user/group are invalid for prefix users. - if chown portage:portage "${D}"var/log/portage{,/elog} 2>/dev/null ; then - chmod g+s,ug+rwx "${D}"var/log/portage{,/elog} - fi - - if [[ -d ${ROOT}var/log/portage && \ - $(ls -ld "${ROOT}var/log/portage") != *" portage portage "* ]] && \ - has_version '=${CATEGORY}/${PN}-2.1.6_rc" ; } \ - && NEEDED_REBUILD_UPGRADE=true || NEEDED_REBUILD_UPGRADE=false -} - -pkg_postinst() { - if ${NEEDED_REBUILD_UPGRADE} ; then - einfo "rebuilding NEEDED.ELF.2 files" - local cpv filename line newline - for cpv in "${ROOT}/var/db/pkg"/*/*; do - [[ -f "${cpv}/NEEDED" && ! -f "${cpv}/NEEDED.ELF.2" ]] || continue - while read -r line; do - filename=${line% *} - newline=$(scanelf -BF "%a;%F;%S;%r;%n" "${ROOT%/}${filename}") - newline=${newline// - } - [[ ${#ROOT} -gt 1 ]] && newline=${newline/${ROOT%/}} - echo "${newline:3}" >> "${cpv}/NEEDED.ELF.2" - done < "${cpv}/NEEDED" - done - fi -} diff --git a/sys-apps/portage/portage-2.1.12.4.ebuild b/sys-apps/portage/portage-2.1.12.8.ebuild similarity index 99% rename from sys-apps/portage/portage-2.1.12.4.ebuild rename to sys-apps/portage/portage-2.1.12.8.ebuild index 7a2817cacfcc..d4e2c0f539ca 100644 --- a/sys-apps/portage/portage-2.1.12.4.ebuild +++ b/sys-apps/portage/portage-2.1.12.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/sys-apps/portage/portage-2.1.12.4.ebuild,v 1.1 2013/06/09 01:38:38 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.12.8.ebuild,v 1.1 2013/06/20 07:55:07 zmedico Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. diff --git a/sys-apps/portage/portage-2.2.0_alpha180.ebuild b/sys-apps/portage/portage-2.2.0_alpha180.ebuild deleted file mode 100644 index 42276e505261..000000000000 --- a/sys-apps/portage/portage-2.2.0_alpha180.ebuild +++ /dev/null @@ -1,452 +0,0 @@ -# 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.0_alpha180.ebuild,v 1.1 2013/06/16 01:47:07 zmedico Exp $ - -# Require EAPI 2 since we now require at least python-2.6 (for python 3 -# syntax support) which also requires EAPI 2. -EAPI=3 -PYTHON_COMPAT=( - pypy1_9 pypy2_0 - python3_1 python3_2 python3_3 python3_4 - python2_6 python2_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="~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -SLOT="0" -IUSE="build doc epydoc +ipc linguas_pl linguas_ru pypy2_0 python2 python3 selinux xattr" - -for _pyimpl in ${PYTHON_COMPAT[@]} ; do - IUSE+=" python_targets_${_pyimpl}" -done -unset _pyimpl - -# Import of the io module in python-2.6 raises ImportError for the -# thread module if threading is disabled. -python_dep_ssl="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? ( dev-python/pypy:2.0[bzip2,ssl] ) ) ) - python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )" -python_dep="${python_dep_ssl//\[ssl\]}" -python_dep="${python_dep//,ssl}" -python_dep="${python_dep//ssl,}" - -python_dep="${python_dep} - python_targets_pypy1_9? ( dev-python/pypy:1.9 ) - python_targets_pypy2_0? ( dev-python/pypy:2.0 ) - python_targets_python2_6? ( dev-lang/python:2.6 ) - python_targets_python2_7? ( dev-lang/python:2.7 ) - python_targets_python3_1? ( dev-lang/python:3.1 ) - 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 ) -" - -# The pysqlite blocker is for bug #282760. -# make-3.82 is for bug #455858 -DEPEND="${python_dep} - >=sys-devel/make-3.82 - >=sys-apps/sed-4.0.5 sys-devel/patch - doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) - epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 )" -# Require sandbox-2.2 for bug #288863. -# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's -# quite slow, so it's not considered in the dependencies as an alternative to -# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so -# for now, don't pull in xattr deps for other kernels. -# For whirlpool hash, require python[ssl] or python-mhash (bug #425046). -# For compgen, require bash[readline] (bug #445576). -RDEPEND="${python_dep} - !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 - || ( ${python_dep_ssl} 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] = 0x2060000 and "good" or "bad")') = good ]] -} - -current_python_has_xattr() { - [[ ${EPYTHON} ]] || die 'No Python implementation set (EPYTHON is null).' - local PYTHON=${EPREFIX}/usr/bin/${EPYTHON} - [[ $("${PYTHON}" -c 'import sys ; sys.stdout.write(sys.hexversion >= 0x3030000 and "yes" or "no")') = yes ]] || \ - "${PYTHON}" -c 'import xattr' 2>/dev/null -} - -call_with_python_impl() { - [[ ${EPYTHON} ]] || die 'No Python implementation set (EPYTHON is null).' - env EPYTHON=${EPYTHON} "$@" -} - -get_python_interpreter() { - [ $# -eq 1 ] || die "expected 1 argument, got $#: $*" - local impl=$1 python - case "${impl}" in - python*) - python=${impl/_/.} - ;; - pypy*) - python=${impl/_/.} - python=${python/pypy/pypy-c} - ;; - *) - die "Unrecognized python target: ${impl}" - esac - echo ${python} -} - -get_python_sitedir() { - [ $# -eq 1 ] || die "expected 1 argument, got $#: $*" - local impl=$1 - local site_dir=/usr/$(get_libdir)/${impl/_/.}/site-packages - [[ -d ${EROOT}${site_dir} ]] || \ - ewarn "site-packages dir missing for ${impl}: ${EROOT}${site_dir}" - echo "${site_dir}" -} - -python_compileall() { - [[ ${EPYTHON} ]] || die 'No Python implementation set (EPYTHON is null).' - local d=${EPREFIX}$1 PYTHON=${EPREFIX}/usr/bin/${EPYTHON} - local d_image=${D}${d#/} - [[ -d ${d_image} ]] || die "directory does not exist: ${d_image}" - case "${EPYTHON}" in - python*) - "${PYTHON}" -m compileall -q -f -d "${d}" "${d_image}" || die - # Note: Using -OO breaks emaint, since it requires __doc__, - # and __doc__ is None when -OO is used. - "${PYTHON}" -O -m compileall -q -f -d "${d}" "${d_image}" || die - ;; - pypy*) - "${PYTHON}" -m compileall -q -f -d "${d}" "${d_image}" || die - ;; - *) - die "Unrecognized EPYTHON value: ${EPYTHON}" - esac -} - -pkg_setup() { - if use python2 && use python3 ; then - ewarn "Both python2 and python3 USE flags are enabled, but only one" - ewarn "can be in the shebangs. Using python3." - fi - if use pypy2_0 && use python3 ; then - ewarn "Both pypy2_0 and python3 USE flags are enabled, but only one" - ewarn "can be in the shebangs. Using python3." - fi - if use pypy2_0 && use python2 ; then - ewarn "Both pypy2_0 and python2 USE flags are enabled, but only one" - ewarn "can be in the shebangs. Using python2" - fi - if ! use pypy2_0 && ! use python2 && ! use python3 && \ - ! compatible_python_is_selected ; then - ewarn "Attempting to select a compatible default python interpreter" - local x success=0 - for x in "${EPREFIX}"/usr/bin/python2.* ; do - x=${x#${EPREFIX}/usr/bin/python2.} - if [[ $x -ge 6 ]] 2>/dev/null ; then - eselect python set python2.$x - if compatible_python_is_selected ; then - elog "Default python interpreter is now set to python-2.$x" - success=1 - break - fi - fi - done - if [ $success != 1 ] ; then - eerror "Unable to select a compatible default python interpreter!" - die "This version of portage requires at least python-2.6 to be selected as the default python interpreter (see \`eselect python --help\`)." - fi - fi - - # We use EPYTHON to designate the active python interpreter, - # but we only export when needed, via call_with_python_impl. - EPYTHON=python - export -n EPYTHON - if use python3; then - EPYTHON=python3 - elif use python2; then - EPYTHON=python2 - elif use pypy2_0; then - EPYTHON=pypy-c2.0 - fi -} - -src_prepare() { - if [ -n "${PATCHVER}" ] ; then - if [[ -L $S/bin/ebuild-helpers/portageq ]] ; then - rm "$S/bin/ebuild-helpers/portageq" \ - || die "failed to remove portageq helper symlink" - fi - epatch "${WORKDIR}/${PN}-${PATCHVER}.patch" - fi - einfo "Setting portage.VERSION to ${PVR} ..." - sed -e "s/^VERSION=.*/VERSION=\"${PVR}\"/" -i pym/portage/__init__.py || \ - die "Failed to patch portage.VERSION" - sed -e "1s/VERSION/${PVR}/" -i doc/fragment/version || \ - die "Failed to patch VERSION in doc/fragment/version" - sed -e "1s/VERSION/${PVR}/" -i $(find man -type f) || \ - die "Failed to patch VERSION in man page headers" - - if ! use ipc ; then - einfo "Disabling ipc..." - sed -e "s:_enable_ipc_daemon = True:_enable_ipc_daemon = False:" \ - -i pym/_emerge/AbstractEbuildProcess.py || \ - die "failed to patch AbstractEbuildProcess.py" - fi - - if use xattr && use kernel_linux ; then - einfo "Adding FEATURES=xattr to make.globals ..." - echo -e '\nFEATURES="${FEATURES} xattr"' >> cnf/make.globals \ - || die "failed to append to make.globals" - fi - - local set_shebang= - if use python3; then - set_shebang=python3 - elif use python2; then - set_shebang=python2 - elif use pypy2_0; then - set_shebang=pypy-c2.0 - fi - if [[ -n ${set_shebang} ]] ; then - einfo "Converting shebangs for ${set_shebang}..." - while read -r -d $'\0' ; do - local shebang=$(head -n1 "$REPLY") - if [[ ${shebang} == "#!/usr/bin/python"* ]] ; then - sed -i -e "1s:python:${set_shebang}:" "$REPLY" || \ - die "sed failed" - fi - done < <(find . -type f -print0) - fi - - if [[ -n ${EPREFIX} ]] ; then - einfo "Setting portage.const.EPREFIX ..." - sed -e "s|^\(SANDBOX_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/bin/sandbox\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(FAKEROOT_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/bin/fakeroot\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(BASH_BINARY[[:space:]]*=[[:space:]]*\"\)\(/bin/bash\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(MOVE_BINARY[[:space:]]*=[[:space:]]*\"\)\(/bin/mv\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(PRELINK_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/sbin/prelink\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(EPREFIX[[:space:]]*=[[:space:]]*\"\).*|\\1${EPREFIX}\"|" \ - -i pym/portage/const.py || \ - die "Failed to patch portage.const.EPREFIX" - - einfo "Prefixing shebangs ..." - while read -r -d $'\0' ; do - local shebang=$(head -n1 "$REPLY") - if [[ ${shebang} == "#!"* && ! ${shebang} == "#!${EPREFIX}/"* ]] ; then - sed -i -e "1s:.*:#!${EPREFIX}${shebang:2}:" "$REPLY" || \ - die "sed failed" - fi - done < <(find . -type f -print0) - - einfo "Adjusting make.globals ..." - sed -e 's|^SYNC=.*|SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"|' \ - -e "s|^\(PORTDIR=\)\(/usr/portage\)|\\1\"${EPREFIX}\\2\"|" \ - -e "s|^\(PORTAGE_TMPDIR=\)\(/var/tmp\)|\\1\"${EPREFIX}\\2\"|" \ - -i cnf/make.globals || die "sed failed" - - einfo "Adding FEATURES=force-prefix to make.globals ..." - echo -e '\nFEATURES="${FEATURES} force-prefix"' >> cnf/make.globals \ - || die "failed to append to make.globals" - fi - - cd "${S}/cnf" || die - if [ -f "make.conf.${ARCH}".diff ]; then - patch make.conf "make.conf.${ARCH}".diff || \ - die "Failed to patch make.conf.example" - else - eerror "" - eerror "Portage does not have an arch-specific configuration for this arch." - eerror "Please notify the arch maintainer about this issue. Using generic." - eerror "" - fi -} - -src_compile() { - if use doc; then - call_with_python_impl \ - emake docbook || die - fi - - if use epydoc; then - einfo "Generating api docs" - call_with_python_impl \ - emake epydoc || die - fi -} - -src_test() { - # make files executable, in case they were created by patch - find bin -type f | xargs chmod +x - call_with_python_impl \ - emake test || die -} - -src_install() { - call_with_python_impl \ - emake DESTDIR="${D}" \ - sysconfdir="${EPREFIX}/etc" \ - prefix="${EPREFIX}/usr" \ - install || die - - # Use dodoc for compression, since the Makefile doesn't do that. - dodoc "${S}"/{ChangeLog,NEWS,RELEASE-NOTES} || die - - if use linguas_pl; then - doman -i18n=pl "${S_PL}"/man/pl/*.[0-9] || die - doman -i18n=pl_PL.UTF-8 "${S_PL}"/man/pl_PL.UTF-8/*.[0-9] || die - fi - - # Allow external portage API consumers to import portage python modules - # (this used to be done with PYTHONPATH setting in /etc/env.d). - # For each of PYTHON_TARGETS, install a tree of *.py symlinks in - # site-packages, and compile with the corresponding interpreter. - local impl files mod_dir dest_mod_dir python relative_path x - for impl in "${PYTHON_COMPAT[@]}" ; do - use "python_targets_${impl}" || continue - if use build && [[ ${ROOT} == / && - ! -x ${EPREFIX}/usr/bin/$(get_python_interpreter ${impl}) ]] ; then - # Tolerate --nodeps at beginning of stage1 for catalyst - ewarn "skipping python_targets_${impl}, interpreter not found" - continue - fi - while read -r mod_dir ; do - cd "${ED}/usr/lib/portage/pym/${mod_dir}" || die - files=$(echo *.py) - if [ -z "${files}" ] || [ "${files}" = "*.py" ]; then - # __pycache__ directories contain no py files - continue - fi - dest_mod_dir=$(get_python_sitedir ${impl})/${mod_dir} - dodir "${dest_mod_dir}" || die - relative_path=../../../lib/portage/pym/${mod_dir} - x=/${mod_dir} - while [ -n "${x}" ] ; do - relative_path=../${relative_path} - x=${x%/*} - done - for x in ${files} ; do - dosym "${relative_path}/${x}" \ - "${dest_mod_dir}/${x}" || die - done - done < <(cd "${ED}"/usr/lib/portage/pym || die ; find * -type d ! -path "portage/tests*") - cd "${S}" || die - EPYTHON=$(get_python_interpreter ${impl}) \ - python_compileall "$(get_python_sitedir ${impl})" - done - - # Compile /usr/lib/portage/pym with the active interpreter, since portage - # internal commands force this directory to the beginning of sys.path. - python_compileall /usr/lib/portage/pym -} - -pkg_preinst() { - if [[ $ROOT == / ]] ; then - # Run some minimal tests as a sanity check. - local test_runner=$(find "$ED" -name runTests) - if [[ -n $test_runner && -x $test_runner ]] ; then - einfo "Running preinst sanity tests..." - "$test_runner" || die "preinst sanity tests failed" - fi - fi - - if use xattr && ! current_python_has_xattr ; then - ewarn "For optimal performance in xattr handling, install" - ewarn "dev-python/pyxattr, or install >=dev-lang/python-3.3 and" - ewarn "enable USE=python3 for $CATEGORY/$PN." - fi - - # elog dir must exist to avoid logrotate error for bug #415911. - # This code runs in preinst in order to bypass the mapping of - # portage:portage to root:root which happens after src_install. - keepdir /var/log/portage/elog - # This is allowed to fail if the user/group are invalid for prefix users. - if chown portage:portage "${ED}"var/log/portage{,/elog} 2>/dev/null ; then - chmod g+s,ug+rwx "${ED}"var/log/portage{,/elog} - fi - - has_version "<=${CATEGORY}/${PN}-2.2_pre5" \ - && WORLD_MIGRATION_UPGRADE=true || WORLD_MIGRATION_UPGRADE=false - - # If portage-2.1.6 is installed and the preserved_libs_registry exists, - # assume that the NEEDED.ELF.2 files have already been generated. - has_version "<=${CATEGORY}/${PN}-2.2_pre7" && \ - ! { [ -e "${EROOT}"var/lib/portage/preserved_libs_registry ] && \ - has_version ">=${CATEGORY}/${PN}-2.1.6_rc" ; } \ - && NEEDED_REBUILD_UPGRADE=true || NEEDED_REBUILD_UPGRADE=false -} - -pkg_postinst() { - if $WORLD_MIGRATION_UPGRADE && \ - grep -q "^@" "${EROOT}/var/lib/portage/world"; then - einfo "moving set references from the worldfile into world_sets" - cd "${EROOT}/var/lib/portage/" - grep "^@" world >> world_sets - sed -i -e '/^@/d' world - fi - - if ${NEEDED_REBUILD_UPGRADE} ; then - einfo "rebuilding NEEDED.ELF.2 files" - local cpv filename line newline - for cpv in "${EROOT}/var/db/pkg"/*/*; do - [[ -f "${cpv}/NEEDED" && ! -f "${cpv}/NEEDED.ELF.2" ]] || continue - while read -r line; do - filename=${line% *} - newline=$(scanelf -BF "%a;%F;%S;%r;%n" "${ROOT%/}${filename}") - newline=${newline// - } - [[ ${#ROOT} -gt 1 ]] && newline=${newline/${ROOT%/}} - echo "${newline:3}" >> "${cpv}/NEEDED.ELF.2" - done < "${cpv}/NEEDED" - done - fi -} diff --git a/sys-apps/portage/portage-2.2.0_alpha179.ebuild b/sys-apps/portage/portage-2.2.0_alpha183.ebuild similarity index 99% rename from sys-apps/portage/portage-2.2.0_alpha179.ebuild rename to sys-apps/portage/portage-2.2.0_alpha183.ebuild index cb3b13a66687..d0869c53ba92 100644 --- a/sys-apps/portage/portage-2.2.0_alpha179.ebuild +++ b/sys-apps/portage/portage-2.2.0_alpha183.ebuild @@ -1,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.0_alpha179.ebuild,v 1.1 2013/06/09 01:39:45 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.0_alpha183.ebuild,v 1.1 2013/06/20 07:56:24 zmedico Exp $ # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. diff --git a/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild b/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild index 9fd9a8604e65..67eaf33a36e4 100644 --- a/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild +++ b/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild,v 1.1 2013/06/18 05:31:29 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-265-r2.ebuild,v 1.2 2013/06/20 03:34:13 heroxbd Exp $ EAPI=5 inherit fixheadtails eutils multilib autotools prefix @@ -99,7 +99,8 @@ src_configure() { src_install() { dodir /$(get_libdir) - emake -j1 DESTDIR="${D}" install INST_UID=${PORTAGE_USER} INST_GID=${PORTAGE_GROUP} + emake -j1 DESTDIR="${D}" install \ + INST_UID=${PORTAGE_USER:-root} INST_GID=${PORTAGE_GROUP:-root} insinto /etc doins ldap.conf diff --git a/sys-libs/ldb/ldb-1.1.12.ebuild b/sys-libs/ldb/ldb-1.1.12.ebuild index 5a7af3d0a21a..11bce653d8fd 100644 --- a/sys-libs/ldb/ldb-1.1.12.ebuild +++ b/sys-libs/ldb/ldb-1.1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v 1.7 2012/11/29 15:38:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v 1.8 2013/06/19 23:06:29 klausman Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc" RDEPEND="dev-libs/popt diff --git a/sys-libs/tevent/tevent-0.9.17.ebuild b/sys-libs/tevent/tevent-0.9.17.ebuild index 2ba8d9566032..10b5759e68de 100644 --- a/sys-libs/tevent/tevent-0.9.17.ebuild +++ b/sys-libs/tevent/tevent-0.9.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/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.13 2013/03/06 10:27:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.15 2013/06/20 02:09:17 patrick Exp $ EAPI=4 PYTHON_DEPEND="2" diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index e04c3fc6a4cf..18512afcdbc7 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -4,7 +4,7 @@ DIST chromium-28.0.1500.36-lite.tar.xz 113762612 SHA256 0ef0397b491167b5dc54bf22 DIST chromium-28.0.1500.36-testdata.tar.xz 140997796 SHA256 c874554d2f18c0049c9550e6be50db2f031ea7eeb396915ae61a20ea63b94caa SHA512 1edbe42dae755578e4e55e06d392e244d743105d2b1600f59f4d74476f3dcd758d44f7db4e9c2d677a54dddb090e6a3ef8cebdccdb67bd43a2e455951fa3ddc7 WHIRLPOOL e52dce31f7765428fc082effcf313065c0656db0aba8dae5405ca224c4760699f79ca6b8ceb4cd745f55912868f958d78e90132ae3199743c0a84bcb4a402dae DIST chromium-28.0.1500.45-lite.tar.xz 113762700 SHA256 216ff0b1c4cfe48d1c2bf35f946e4a68f0a957501f5aaaf1c948fe680817ec7a SHA512 57f2d3ca2c87d6db8e8181a088f41f09375873ea6a60657831c30ed7d9efe9d7cbe154a754cb87bcbca73a779a4f7bf99daae16b2aaea284b27cfbd2edefbcbd WHIRLPOOL 34d7f430091bdbfb7d666abd22e4a2b0b530c8e8ad8570db17a076bfa346aa656be60a27867ce101859ff15fd1e7231f399dd8da6925be172075b72fa779bf90 DIST chromium-28.0.1500.45-testdata.tar.xz 141031428 SHA256 39db78bb09992b89f3dfc06a4aa7f9ddafc93aeddb76acc63eba8d51eb81f20b SHA512 4140d61bd7cb0f14456261f39f0036c40288bd3db64552f18baf15f36bac266950b5aa83a9e48d18e2f04ec870dffe11c502a486c60932152368cf4f90078500 WHIRLPOOL 43ae1dc6657acd347c576e1d7999f860479c63c0e6e39697edaeccb5daaf6864f5c5da2f6ff5af191d9d707f81b7c77c39d3cc00ed81242ef253a658bdbf3198 -DIST chromium-29.0.1516.3-lite.tar.xz 117242084 SHA256 f4cfc2a79d30b1155e631d43d028539a929237d42d9ea6e8ef60d5ed8d544ff4 SHA512 2406b742c86bc1400d21a086f54e779bd7302cc9762ee5d5e03463c449f304e1f48848f354ab411a4d9c8499fbe0286a9dba6cd1bfe5e3ff0a33757d7750de5a WHIRLPOOL 58daeb601629f7040cf12ef9d041ecaafcf6a546130eaeec486aa8a1b161c8a776d7e6b5bfc65792624ccb1d1354867cd44ed94d1f474701f18068f285fb3710 -DIST chromium-29.0.1516.3-testdata.tar.xz 116003424 SHA256 b843e6d8084a4d73480e0256f3bb900d333c849a978b22ef23da0fe3f226a99d SHA512 9889d76e3e67d9404dc860be51285806e088862e28775ee78d164258aee47c3266c6fbe43a7fba4971dd0b4a95aad1c3a6bdca7d38d228b4283426f5dc029c4a WHIRLPOOL 5b5931d2c07e443161c3e529ff7c32285e1e9ff869d55ad6523a9b7455148a3937841c9946f9fc27b25ba8f55b84a70ff444619aca4787e8d928124ab7d4c472 DIST chromium-29.0.1521.3-lite.tar.xz 117883412 SHA256 9d6616d24f8533ae37fe65d155c8a3899d23261ab60b63496d95773d57e83f5b SHA512 0c993ce92f25255077c5f1306c0ac54c0d83f8eaec39aad66740425b73019a5b699f6f5b0bb9e1b74d0b3f8073deae54f4dfd0e09c0a9d80085bc708f13fa2a5 WHIRLPOOL 5f6edb9724a5f5170908d68d8870b9a4632a9632fcec9835c3772b0b3bc2c9d89ce3d57dfad39ad05dc8157b6cfeafc15a334a00c8c1a9e08d8b2ffb3376199f DIST chromium-29.0.1521.3-testdata.tar.xz 116031060 SHA256 f01988d430921d1c84a7e54c639cb4278005c9db1cfc08c7901c6cad49bc6dc9 SHA512 eb1b017fa860e3aa9ef6e512f51ec0add9f66fe3800cffa41284bebc30a90e10811ab45ea09ba1f26561a29c34e72f892c605453ba8fbd99f1b572b5f2f01481 WHIRLPOOL ee0b8fb9ff4b9e9a3e4078e8fd74481cc312d7e064e8f27979ead511942f0c0c24bddbf604c4f89841f167ed90e868c3b3429f5e6fc7179092b8d14f7ecfac88 +DIST chromium-29.0.1541.2-lite.tar.xz 123176312 SHA256 f7acfb98f788fd81eafff20693f3f005cd7a55ed24c9ee52b8c964b48b9c7216 SHA512 6ebdce920ef0484b38de73b23edf0f891da665f9ea5ac7e7796bfd9460eb74fb3285b5f133c70a1ef5170afcdab662a832358dc9d53e4cf434085b7811978826 WHIRLPOOL 45af9ed6001b74593f8f68ea4d674bf8d22448e9437b28dfb4d3dd4e2d183af7aaf8d5bd473ab42949662d1e6e0ecb83d3a7f5f40fb037b062ec8e74ab99762c +DIST chromium-29.0.1541.2-testdata.tar.xz 108853320 SHA256 0b6fa8e6059e498a8298aeb515473b2345f31ce80daaacfed55039951e93cac3 SHA512 18cae839080af6e477c2fc711b1e39236e073cd00efd00843c0a5836952de7224b75fc266b4ffa71a0123442ca0ed80489bd38e85bd89340e79d91cde6997072 WHIRLPOOL f1512875f21d2daa4d3c678a36155c15edd6030360dbb61562688203e6724f7e608d5c32a9d0b0437fce0cc7ef13df9cd209142fc21e866eb9cd0e0a67eb6d12 diff --git a/www-client/chromium/chromium-29.0.1516.3.ebuild b/www-client/chromium/chromium-29.0.1541.2.ebuild similarity index 98% rename from www-client/chromium/chromium-29.0.1516.3.ebuild rename to www-client/chromium/chromium-29.0.1541.2.ebuild index 4002850be6fc..22ee5500f418 100644 --- a/www-client/chromium/chromium-29.0.1516.3.ebuild +++ b/www-client/chromium/chromium-29.0.1541.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/www-client/chromium/chromium-29.0.1516.3.ebuild,v 1.2 2013/06/02 10:00:49 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-29.0.1541.2.ebuild,v 1.1 2013/06/20 03:58:52 phajdan.jr Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -37,7 +37,7 @@ RDEPEND=">=app-accessibility/speech-dispatcher-0.8:= dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) - >=dev-lang/v8-3.17.6:= + >=dev-lang/v8-3.19.17:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= @@ -55,7 +55,7 @@ RDEPEND=">=app-accessibility/speech-dispatcher-0.8:= gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19:= media-libs/flac:= - media-libs/harfbuzz:= + media-libs/harfbuzz:=[icu(+)] >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= @@ -86,6 +86,7 @@ DEPEND="${RDEPEND} dev-lang/yasm ) dev-lang/perl + dev-perl/JSON dev-python/jinja dev-python/ply dev-python/simplejson @@ -136,7 +137,7 @@ src_prepare() { fi epatch "${FILESDIR}/${PN}-gpsd-r0.patch" - epatch "${FILESDIR}/${PN}-system-ffmpeg-r6.patch" + epatch "${FILESDIR}/${PN}-system-ffmpeg-r7.patch" epatch_user @@ -162,6 +163,7 @@ src_prepare() { \! -path 'third_party/libXNVCtrl/*' \ \! -path 'third_party/libyuv/*' \ \! -path 'third_party/lss/*' \ + \! -path 'third_party/lzma_sdk/*' \ \! -path 'third_party/mesa/*' \ \! -path 'third_party/modp_b64/*' \ \! -path 'third_party/mongoose/*' \ @@ -179,6 +181,7 @@ src_prepare() { \! -path 'third_party/tlslite/*' \ \! -path 'third_party/trace-viewer/*' \ \! -path 'third_party/undoview/*' \ + \! -path 'third_party/usrsctp/*' \ \! -path 'third_party/v8-i18n/*' \ \! -path 'third_party/webdriver/*' \ \! -path 'third_party/webrtc/*' \ diff --git a/www-client/chromium/chromium-9999-r1.ebuild b/www-client/chromium/chromium-9999-r1.ebuild index 4023a9044869..8dc8797c6b5d 100644 --- a/www-client/chromium/chromium-9999-r1.ebuild +++ b/www-client/chromium/chromium-9999-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-client/chromium/chromium-9999-r1.ebuild,v 1.197 2013/06/06 16:45:18 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.198 2013/06/20 03:58:52 phajdan.jr Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -36,7 +36,7 @@ RDEPEND=">=app-accessibility/speech-dispatcher-0.8:= dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) - >=dev-lang/v8-3.17.6:= + >=dev-lang/v8-3.19.17:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= @@ -85,6 +85,7 @@ DEPEND="${RDEPEND} dev-lang/yasm ) dev-lang/perl + dev-perl/JSON dev-python/jinja dev-python/ply dev-python/simplejson @@ -218,6 +219,7 @@ src_prepare() { \! -path 'third_party/libXNVCtrl/*' \ \! -path 'third_party/libyuv/*' \ \! -path 'third_party/lss/*' \ + \! -path 'third_party/lzma_sdk/*' \ \! -path 'third_party/mesa/*' \ \! -path 'third_party/modp_b64/*' \ \! -path 'third_party/mongoose/*' \ @@ -235,6 +237,7 @@ src_prepare() { \! -path 'third_party/tlslite/*' \ \! -path 'third_party/trace-viewer/*' \ \! -path 'third_party/undoview/*' \ + \! -path 'third_party/usrsctp/*' \ \! -path 'third_party/v8-i18n/*' \ \! -path 'third_party/webdriver/*' \ \! -path 'third_party/webrtc/*' \ diff --git a/www-client/google-chrome/Manifest b/www-client/google-chrome/Manifest index a61fc389bafe..f4fa3e2c37f0 100644 --- a/www-client/google-chrome/Manifest +++ b/www-client/google-chrome/Manifest @@ -1,6 +1,6 @@ -DIST google-chrome-beta_28.0.1500.45-r205727_amd64.deb 43289498 SHA256 5f4671b4f018a84ea20554c40997035ac51ea95264c725805e77993408140b9a SHA512 b22865789c375081f7bd2e7f414f8c70987ac7877190ef652cacebd4413c3f4f24579336937ad06816decf25bfda4fa1cbd80b7179854219d1f9131d0ea3855c WHIRLPOOL 87968cdf29d147b42d394cb8834ff0a02e08958df940c7fa0de2499ff6476ffaec3d2ea0bb4e7373d5d260524bf0addf23146a9980a9edab0196438d7da5d671 -DIST google-chrome-beta_28.0.1500.45-r205727_i386.deb 41007210 SHA256 1e762f33f2e6d0148c33b1284d8abc12f9caf0966722259dc66ef5af95a4c89c SHA512 1da8c9f0354d1b5dc721f305f615830df33c19a4d4f7963dc584be26120a040d134f68c6eb7bfa36431aa0b700a83724c8717f5e441d1e18e2234870cdc12b6d WHIRLPOOL 05678ce44018488727c62d858eaf4f63c3bd28024d18583197237644b47691996d269a4a8a54ce1624210692972820dc680af72e3ba6476babda3fa63539fc05 -DIST google-chrome-stable_28.0.1500.45-r205727_amd64.deb 43322938 SHA256 4e3ec4ef89b5a1d7e109f7ed0ed1e0fad9cbd64fabb241912eff7a5622d40963 SHA512 0f9f2d2f1772bd7e77b9a8082b51ab397d6a1671d27abc148f0d6e94709254779ad0be37a51af00b9e1b99ed53a04c89886118bc915a5973eef24466c4314970 WHIRLPOOL 1d8a7e6841be48a675cddb9343e067801e21199b289a5f58c1f06e1d7db90ea2a082f92603c8e93d24ab897f0bae6530f8b5f136918b504dbb48156021966b89 -DIST google-chrome-stable_28.0.1500.45-r205727_i386.deb 40989474 SHA256 f378025f71309ac28488fcbed7297f635b4379d31079f957f8424b50731eb306 SHA512 456d64b83d9cd92eba66fbeafd08bd25da2a9188e9f0d8d9410e7f5d6f2fab76a9afe44e9a0888c7e8c2f1847265c9bf5ec741877303d0b980fb723e781c5876 WHIRLPOOL 19c45fd6936e264993c0d9008cbce0f4ed714d061fe443073c6883a740613e54db2039efd353a37ccc434b3a887cc1647b23a9238090278b8d01819132c37c67 +DIST google-chrome-beta_28.0.1500.52-r207119_amd64.deb 43247666 SHA256 66a5b422457efad2aead710c70d2f760544d2c58ecb436740f7ce06bd476c54d SHA512 eee7668ec18ef888cc911e02fc7938696c48cdd57f87e6fc7294a2e038d5bbd94ed054b35bfdcb90a6d0222321c93cbb2764ff6defdde583243a351c49673732 WHIRLPOOL 7275659d770b355ebc3538bb50c202ddc5e6ef9231394e25115cbacea12f020315cfeab102d54aa02aae14a4b371c1114551333d988b6d018e8b3a77254b3df5 +DIST google-chrome-beta_28.0.1500.52-r207119_i386.deb 40998676 SHA256 5d9fa1d30afc769d33224feea3f16f46c94681bb820513ca949189e2a7bcaa3a SHA512 b171b69ad3cb988bb37f6972f6928939d6460063db3b1fae2c4c5e8f8ec3a1b59bdb5716dea677b412e464929a9e547c7f0eacda37eda7ea16e1568875442670 WHIRLPOOL 121ea077581674c4876c4a104c7c2eda66e0978862069f78c4dbcc86005d6dd79b863c01cc12d404758069e4f105618c8f0963d69e41c1572d5727c122fa4711 +DIST google-chrome-stable_28.0.1500.52-r207119_amd64.deb 43266352 SHA256 dc9e1d327f398473ffc19f79b85eb224a5faee8bb79210b0ec82dfa156a7bf4f SHA512 19929cfce9dd282e802611f19e44dce2deb6b0730985dcd1a8f028bb917e4ec299c7122aba038946be1262e91301db03f042f17a0999195b5a588ffd400839a7 WHIRLPOOL 61976c700dbed01c9f5098477b45c8b4d563040d07cfb145a683cb990d4df9f15aaa76788d0c58b1349a68120a5029aeafa5b9958383190a5b301ddfc2230b59 +DIST google-chrome-stable_28.0.1500.52-r207119_i386.deb 41004584 SHA256 281fb34ecff7329eb6210688ac584e78bc2862bdd2fcd16a510852fd9dee73b5 SHA512 66562f377687e949aa9ed46b08b629581c925930561ad6483ee05ac64bb46015a0d4ffc6eb03d0f590414560db34fedfdf907be1f66d40ff1686776712b5d92b WHIRLPOOL 0be723589c6070301a004f5ff89c4799224a06adaca8feaf85720e1778d890e39715661e7f0bae9d7e69634b20c4583ee85c764bc98715ad14af4e012d7525ea DIST google-chrome-unstable_29.0.1541.2-r207000_amd64.deb 44127430 SHA256 a3277c508a1be58d35334a76fdfbc1bdb63ed771ad89764da418af09bdc6feb5 SHA512 f004f2bc01e0d9aabdb08b03f2da49447878aab4cfc9158750e2702228db7d6088cf0ff084236cb7fd1ac3b60a44618e465665e01ede90960c9150d4a4f03ce7 WHIRLPOOL c66eda00faa0644acd9373dc59efa7fdd814eee8598a3ac74ed253fa179aaea47de0c9bbceb34255408ab33027573ef49de8424a5f5d3342e2232dd5d5d22d5f DIST google-chrome-unstable_29.0.1541.2-r207000_i386.deb 41887260 SHA256 0b74937355712920c0a5c8c6cfce7215125bfa4e7faa6101e381c568f7582ba0 SHA512 8a7685495953cbae1034db291031f4d82c4c643e14814745af038f816efa9d6e0c377ddcf9e36e1140221608481cad3bd6fa53843bb051aaf7acd1f9570b50ff WHIRLPOOL 868c95293fa201c7e3c62dfa46b0704f6ab3876c2ff2055a316e8f983e7591f72b829510ab8e08530775229da74c3fc451651b3e7d1aaca357d99b3c08106a74 diff --git a/www-client/google-chrome/google-chrome-28.0.1500.45_beta205727.ebuild b/www-client/google-chrome/google-chrome-28.0.1500.52_beta207119.ebuild similarity index 97% rename from www-client/google-chrome/google-chrome-28.0.1500.45_beta205727.ebuild rename to www-client/google-chrome/google-chrome-28.0.1500.52_beta207119.ebuild index f73cf7ce0148..b4c4718b6d18 100644 --- a/www-client/google-chrome/google-chrome-28.0.1500.45_beta205727.ebuild +++ b/www-client/google-chrome/google-chrome-28.0.1500.52_beta207119.ebuild @@ -1,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-client/google-chrome/google-chrome-28.0.1500.45_beta205727.ebuild,v 1.1 2013/06/13 00:06:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome/google-chrome-28.0.1500.52_beta207119.ebuild,v 1.1 2013/06/19 22:32:07 floppym Exp $ EAPI="4" diff --git a/www-client/google-chrome/google-chrome-28.0.1500.45_p205727.ebuild b/www-client/google-chrome/google-chrome-28.0.1500.52_p207119.ebuild similarity index 98% rename from www-client/google-chrome/google-chrome-28.0.1500.45_p205727.ebuild rename to www-client/google-chrome/google-chrome-28.0.1500.52_p207119.ebuild index 72cf69d66eac..7cd49c4a0f6c 100644 --- a/www-client/google-chrome/google-chrome-28.0.1500.45_p205727.ebuild +++ b/www-client/google-chrome/google-chrome-28.0.1500.52_p207119.ebuild @@ -1,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-client/google-chrome/google-chrome-28.0.1500.45_p205727.ebuild,v 1.1 2013/06/17 23:58:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome/google-chrome-28.0.1500.52_p207119.ebuild,v 1.1 2013/06/19 22:32:07 floppym Exp $ EAPI="4" diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index a61fc389bafe..f4fa3e2c37f0 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,6 +1,6 @@ -DIST google-chrome-beta_28.0.1500.45-r205727_amd64.deb 43289498 SHA256 5f4671b4f018a84ea20554c40997035ac51ea95264c725805e77993408140b9a SHA512 b22865789c375081f7bd2e7f414f8c70987ac7877190ef652cacebd4413c3f4f24579336937ad06816decf25bfda4fa1cbd80b7179854219d1f9131d0ea3855c WHIRLPOOL 87968cdf29d147b42d394cb8834ff0a02e08958df940c7fa0de2499ff6476ffaec3d2ea0bb4e7373d5d260524bf0addf23146a9980a9edab0196438d7da5d671 -DIST google-chrome-beta_28.0.1500.45-r205727_i386.deb 41007210 SHA256 1e762f33f2e6d0148c33b1284d8abc12f9caf0966722259dc66ef5af95a4c89c SHA512 1da8c9f0354d1b5dc721f305f615830df33c19a4d4f7963dc584be26120a040d134f68c6eb7bfa36431aa0b700a83724c8717f5e441d1e18e2234870cdc12b6d WHIRLPOOL 05678ce44018488727c62d858eaf4f63c3bd28024d18583197237644b47691996d269a4a8a54ce1624210692972820dc680af72e3ba6476babda3fa63539fc05 -DIST google-chrome-stable_28.0.1500.45-r205727_amd64.deb 43322938 SHA256 4e3ec4ef89b5a1d7e109f7ed0ed1e0fad9cbd64fabb241912eff7a5622d40963 SHA512 0f9f2d2f1772bd7e77b9a8082b51ab397d6a1671d27abc148f0d6e94709254779ad0be37a51af00b9e1b99ed53a04c89886118bc915a5973eef24466c4314970 WHIRLPOOL 1d8a7e6841be48a675cddb9343e067801e21199b289a5f58c1f06e1d7db90ea2a082f92603c8e93d24ab897f0bae6530f8b5f136918b504dbb48156021966b89 -DIST google-chrome-stable_28.0.1500.45-r205727_i386.deb 40989474 SHA256 f378025f71309ac28488fcbed7297f635b4379d31079f957f8424b50731eb306 SHA512 456d64b83d9cd92eba66fbeafd08bd25da2a9188e9f0d8d9410e7f5d6f2fab76a9afe44e9a0888c7e8c2f1847265c9bf5ec741877303d0b980fb723e781c5876 WHIRLPOOL 19c45fd6936e264993c0d9008cbce0f4ed714d061fe443073c6883a740613e54db2039efd353a37ccc434b3a887cc1647b23a9238090278b8d01819132c37c67 +DIST google-chrome-beta_28.0.1500.52-r207119_amd64.deb 43247666 SHA256 66a5b422457efad2aead710c70d2f760544d2c58ecb436740f7ce06bd476c54d SHA512 eee7668ec18ef888cc911e02fc7938696c48cdd57f87e6fc7294a2e038d5bbd94ed054b35bfdcb90a6d0222321c93cbb2764ff6defdde583243a351c49673732 WHIRLPOOL 7275659d770b355ebc3538bb50c202ddc5e6ef9231394e25115cbacea12f020315cfeab102d54aa02aae14a4b371c1114551333d988b6d018e8b3a77254b3df5 +DIST google-chrome-beta_28.0.1500.52-r207119_i386.deb 40998676 SHA256 5d9fa1d30afc769d33224feea3f16f46c94681bb820513ca949189e2a7bcaa3a SHA512 b171b69ad3cb988bb37f6972f6928939d6460063db3b1fae2c4c5e8f8ec3a1b59bdb5716dea677b412e464929a9e547c7f0eacda37eda7ea16e1568875442670 WHIRLPOOL 121ea077581674c4876c4a104c7c2eda66e0978862069f78c4dbcc86005d6dd79b863c01cc12d404758069e4f105618c8f0963d69e41c1572d5727c122fa4711 +DIST google-chrome-stable_28.0.1500.52-r207119_amd64.deb 43266352 SHA256 dc9e1d327f398473ffc19f79b85eb224a5faee8bb79210b0ec82dfa156a7bf4f SHA512 19929cfce9dd282e802611f19e44dce2deb6b0730985dcd1a8f028bb917e4ec299c7122aba038946be1262e91301db03f042f17a0999195b5a588ffd400839a7 WHIRLPOOL 61976c700dbed01c9f5098477b45c8b4d563040d07cfb145a683cb990d4df9f15aaa76788d0c58b1349a68120a5029aeafa5b9958383190a5b301ddfc2230b59 +DIST google-chrome-stable_28.0.1500.52-r207119_i386.deb 41004584 SHA256 281fb34ecff7329eb6210688ac584e78bc2862bdd2fcd16a510852fd9dee73b5 SHA512 66562f377687e949aa9ed46b08b629581c925930561ad6483ee05ac64bb46015a0d4ffc6eb03d0f590414560db34fedfdf907be1f66d40ff1686776712b5d92b WHIRLPOOL 0be723589c6070301a004f5ff89c4799224a06adaca8feaf85720e1778d890e39715661e7f0bae9d7e69634b20c4583ee85c764bc98715ad14af4e012d7525ea DIST google-chrome-unstable_29.0.1541.2-r207000_amd64.deb 44127430 SHA256 a3277c508a1be58d35334a76fdfbc1bdb63ed771ad89764da418af09bdc6feb5 SHA512 f004f2bc01e0d9aabdb08b03f2da49447878aab4cfc9158750e2702228db7d6088cf0ff084236cb7fd1ac3b60a44618e465665e01ede90960c9150d4a4f03ce7 WHIRLPOOL c66eda00faa0644acd9373dc59efa7fdd814eee8598a3ac74ed253fa179aaea47de0c9bbceb34255408ab33027573ef49de8424a5f5d3342e2232dd5d5d22d5f DIST google-chrome-unstable_29.0.1541.2-r207000_i386.deb 41887260 SHA256 0b74937355712920c0a5c8c6cfce7215125bfa4e7faa6101e381c568f7582ba0 SHA512 8a7685495953cbae1034db291031f4d82c4c643e14814745af038f816efa9d6e0c377ddcf9e36e1140221608481cad3bd6fa53843bb051aaf7acd1f9570b50ff WHIRLPOOL 868c95293fa201c7e3c62dfa46b0704f6ab3876c2ff2055a316e8f983e7591f72b829510ab8e08530775229da74c3fc451651b3e7d1aaca357d99b3c08106a74 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.45_beta205727.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.52_beta207119.ebuild similarity index 95% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.45_beta205727.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.52_beta207119.ebuild index 4abd07f75f72..8d0fc6ba6b58 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.45_beta205727.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.52_beta207119.ebuild @@ -1,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-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.45_beta205727.ebuild,v 1.1 2013/06/13 00:07:01 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.52_beta207119.ebuild,v 1.1 2013/06/19 22:33:05 floppym Exp $ EAPI=4 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.45_p205727.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.52_p207119.ebuild similarity index 95% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.45_p205727.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.52_p207119.ebuild index 4a8e0e1a6274..f5f0ba774760 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.45_p205727.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.52_p207119.ebuild @@ -1,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-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.45_p205727.ebuild,v 1.1 2013/06/17 23:59:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-28.0.1500.52_p207119.ebuild,v 1.1 2013/06/19 22:33:05 floppym Exp $ EAPI=4 diff --git a/www-servers/nginx/metadata.xml b/www-servers/nginx/metadata.xml index 321e8112fae3..2ed20414d3a9 100644 --- a/www-servers/nginx/metadata.xml +++ b/www-servers/nginx/metadata.xml @@ -1,10 +1,6 @@ - - hollow@gentoo.org - Benedikt Böhm - dev-zero@gentoo.org Tiziano Müller diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest index 055e74709385..5b1fae5de8cc 100644 --- a/x11-plugins/pidgin-sipe/Manifest +++ b/x11-plugins/pidgin-sipe/Manifest @@ -1,2 +1,3 @@ DIST pidgin-sipe-1.14.1.tar.gz 982386 SHA256 f9d6fdeb024b29b6c68be640f8da8f2bf5adb94771d89bed4b1cc4ba72acca7f SHA512 50ddb6aaf0dceab8e291e8fbe255fcef7d7dc802e83c0da2c59a03a06f6de3786ffafb4ce78ecde0a740d2122dc3183facb1bc006a6a6607f4192aec331f3a03 WHIRLPOOL f290bdfcb727d35b0a7e406edc5ff6480cd63de1c31986224058b0dc4b3012b587023bb0f765be9b0e12648ab5008f34de689d70b376a2e8788b771e10863039 DIST pidgin-sipe-1.15.1.tar.gz 1015668 SHA256 dd1de3fa78834e73e19a905ab150b2e069afe73d2ed69f18239a29de56feb506 SHA512 2e80700b63887b05f8be45bdca4d080f4c37d5048f5da2d8fdeb92b756a4fd03ace2d6163d131e4485c9e6ac45d43df1ed8a56f492b95feacd3986ea87ffe2a8 WHIRLPOOL 1e7fff01add5c1d6f1c6cc6b3353f6739c995704b5ead585e1d3abb8aa90facb8a087af008c41fbeeb5c0c5b0daabd5ec57d6c8d5364f34e2458fd6666d5bf54 +DIST pidgin-sipe-1.16.0.tar.gz 1059621 SHA256 4d079f4451274143487afc65421a24b8c7a2f14b5d64a31e6188d44ec09e0e0e SHA512 93b33c247c06e6967b939a281493f8c57b1f822a4473b11a77a061dcfcb5bd1597f17ed29e14624e72d680fa9702dbd0faae7b7054830a598a44eeb0c2b99b66 WHIRLPOOL e7150f5d3666b9090c9f133838d6ba5ceb3f2948626d8cdcad7a67256fd05a4ba5de85baee35bf742734f59852b29b79d74d31907b1324819efa194f873d94a4 diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.ebuild new file mode 100644 index 000000000000..1b10dcf2968e --- /dev/null +++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-sipe/pidgin-sipe-1.16.0.ebuild,v 1.1 2013/06/20 07:55:33 thev00d00 Exp $ + +EAPI=5 + +inherit autotools eutils + +DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" +HOMEPAGE="http://sipe.sourceforge.net/" +SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug kerberos ocs2005-message-hack voice" + +RDEPEND=">=dev-libs/gmime-2.4.16 + dev-libs/libxml2 + dev-libs/nss + kerberos? ( virtual/krb5 ) + voice? ( + >=dev-libs/glib-2.28.0 + >=net-libs/libnice-0.1.0 + media-libs/gstreamer:0.10 + >=net-im/pidgin-2.8.0[gnutls] + ) + !voice? ( + >=dev-libs/glib-2.12.0 + net-im/pidgin[gnutls] + ) +" + +DEPEND="dev-util/intltool + virtual/pkgconfig + ${RDEPEND} +" + +src_prepare() { + epatch "${FILESDIR}/${PN}-1.13.2-fix-sandbox-r1.patch" + eautoreconf +} + +src_configure() { + econf \ + --enable-purple \ + --disable-quality-check \ + --disable-telepathy \ + $(use_enable debug) \ + $(use_enable ocs2005-message-hack) \ + $(use_with kerberos krb5) \ + $(use_with voice vv) +} + +src_install() { + emake install DESTDIR="${D}" + dodoc AUTHORS ChangeLog NEWS TODO README +}