diff --git a/app-admin/apache-tools/metadata.xml b/app-admin/apache-tools/metadata.xml index 6e8d6afcb08e..606a2ca78750 100644 --- a/app-admin/apache-tools/metadata.xml +++ b/app-admin/apache-tools/metadata.xml @@ -1,10 +1,6 @@ - apache - - apache-bugs@gentoo.org - pva@gentoo.org diff --git a/app-admin/apachetop/metadata.xml b/app-admin/apachetop/metadata.xml index 64a719ea1bfd..48919ac33d6c 100644 --- a/app-admin/apachetop/metadata.xml +++ b/app-admin/apachetop/metadata.xml @@ -1,5 +1,8 @@ - apache + + neurogeek@gentoo.org + Jesus Rivero + diff --git a/app-admin/rsyslog/files/7-stable/rsyslog.logrotate b/app-admin/rsyslog/files/7-stable/rsyslog.logrotate index 3bb234613bdc..ba8c945351f1 100644 --- a/app-admin/rsyslog/files/7-stable/rsyslog.logrotate +++ b/app-admin/rsyslog/files/7-stable/rsyslog.logrotate @@ -7,7 +7,7 @@ delaycompress compress postrotate - invoke-rc.d rsyslog rotate > /dev/null + /etc/init.d/rsyslog reload &>/dev/null || true endscript } @@ -32,6 +32,6 @@ delaycompress sharedscripts postrotate - invoke-rc.d rsyslog rotate > /dev/null + /etc/init.d/rsyslog reload &>/dev/null || true endscript } \ No newline at end of file diff --git a/app-admin/rsyslog/rsyslog-7.2.2.ebuild b/app-admin/rsyslog/rsyslog-7.2.2-r1.ebuild similarity index 99% rename from app-admin/rsyslog/rsyslog-7.2.2.ebuild rename to app-admin/rsyslog/rsyslog-7.2.2-r1.ebuild index 5b35f140fb3f..42f19b78db5e 100644 --- a/app-admin/rsyslog/rsyslog-7.2.2.ebuild +++ b/app-admin/rsyslog/rsyslog-7.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-7.2.2.ebuild,v 1.2 2012/11/23 10:53:47 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-7.2.2-r1.ebuild,v 1.1 2012/11/27 11:45:32 ultrabug Exp $ EAPI=4 AUTOTOOLS_AUTORECONF=yes @@ -21,6 +21,7 @@ RDEPEND=" dev-libs/libee dev-libs/libestr dev-libs/liblognorm + net-misc/curl dbi? ( dev-db/libdbi ) extras? ( net-libs/libnet ) kerberos? ( virtual/krb5 ) diff --git a/app-admin/tmpwatch/Manifest b/app-admin/tmpwatch/Manifest index f8fc0d513601..16c1e0d3b7ea 100644 --- a/app-admin/tmpwatch/Manifest +++ b/app-admin/tmpwatch/Manifest @@ -1,3 +1,3 @@ -DIST tmpwatch-2.10.1.tar.bz2 140103 RMD160 6e615794a28bd366cdaf9a6d562d01b9ca1e5d31 SHA1 9529c355ed0036e3c8c21974d86f802f1df58e68 SHA256 d0fc8e76f32a7e596ef0e3db5a429f007a94e356a63ea342a130022e6295b446 -DIST tmpwatch-2.10.3.tar.bz2 144136 RMD160 7df4f7d8a54bce80cc269db7b7f5fe3c436a7535 SHA1 6b014979af44aa1550b724f4c0d94fdc50e50b37 SHA256 d3cdb21870d1d8c9ca6e82f295c228a0cb55f1744cfa98ee59da0151f5f53f75 -DIST tmpwatch-2.11.tar.bz2 145609 RMD160 3756b94e1b5b813fe7524d1d55bc1541fec91d76 SHA1 c578dd98e5ea64ad987a95ae55926685a0df0659 SHA256 93168112b2515bc4c7117e8113b8d91e06b79550d2194d62a0c174fe6c2aa8d4 +DIST tmpwatch-2.10.1.tar.bz2 140103 SHA256 d0fc8e76f32a7e596ef0e3db5a429f007a94e356a63ea342a130022e6295b446 +DIST tmpwatch-2.10.3.tar.bz2 144136 SHA256 d3cdb21870d1d8c9ca6e82f295c228a0cb55f1744cfa98ee59da0151f5f53f75 +DIST tmpwatch-2.11.tar.bz2 145609 SHA256 93168112b2515bc4c7117e8113b8d91e06b79550d2194d62a0c174fe6c2aa8d4 diff --git a/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild b/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild index 000e454fcd9c..2f5dd5e83ee0 100644 --- a/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild,v 1.6 2010/11/06 20:40:29 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.10.1.ebuild,v 1.7 2012/11/27 19:06:27 swift Exp $ DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" HOMEPAGE="https://fedorahosted.org/tmpwatch/" @@ -9,7 +9,10 @@ SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" +IUSE="selinux" + +RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )" +DEPEND="${RDEPEND}" src_install() { dosbin tmpwatch || die diff --git a/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild b/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild index dbdd6c38e9b1..60302a375113 100644 --- a/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild,v 1.1 2011/08/16 11:47:32 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.10.3.ebuild,v 1.2 2012/11/27 19:06:27 swift Exp $ DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" HOMEPAGE="https://fedorahosted.org/tmpwatch/" @@ -9,7 +9,10 @@ SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" +IUSE="selinux" + +RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )" +DEPEND="${RDEPEND}" src_install() { dosbin tmpwatch || die diff --git a/app-admin/tmpwatch/tmpwatch-2.11.ebuild b/app-admin/tmpwatch/tmpwatch-2.11.ebuild index 43f25f5bd6c8..9c163aefc815 100644 --- a/app-admin/tmpwatch/tmpwatch-2.11.ebuild +++ b/app-admin/tmpwatch/tmpwatch-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.11.ebuild,v 1.1 2012/07/17 19:29:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/tmpwatch/tmpwatch-2.11.ebuild,v 1.2 2012/11/27 19:06:27 swift Exp $ DESCRIPTION="Files which haven't been accessed in a given period of time are removed from specified directories" HOMEPAGE="https://fedorahosted.org/tmpwatch/" @@ -9,7 +9,10 @@ SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" +IUSE="selinux" + +RDEPEND="selinux? ( sec-policy/selinux-tmpreaper )" +DEPEND="${RDEPEND}" src_install() { dosbin tmpwatch || die diff --git a/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.1.ebuild b/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.1.ebuild index db9c73fb2742..98f997ef56e2 100644 --- a/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.1.ebuild +++ b/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.1.ebuild,v 1.2 2012/02/06 13:36:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.1.ebuild,v 1.3 2012/11/27 13:53:25 ago Exp $ -EAPI=4 +EAPI=5 inherit toolchain-funcs @@ -24,7 +24,7 @@ RDEPEND="" S=${WORKDIR}/${MY_P} src_prepare () { - sed -i "s:wirouterkeyrec:WiRouterKeyRec:" src/*.h || die + sed -i "s:wirouterkeyrec:${PN}:" src/*.h || die } src_compile () { @@ -37,7 +37,5 @@ src_compile () { src_install () { newbin build/wirouterkeyrec ${PN} insinto /etc/${PN} - doins \ - "config/agpf_config.lst" \ - "config/teletu_config.lst" + doins config/agpf_config.lst config/teletu_config.lst } diff --git a/app-editors/fb2edit/fb2edit-0.0.7.ebuild b/app-editors/fb2edit/fb2edit-0.0.7.ebuild index 1686c3f28476..26dfb31930fa 100644 --- a/app-editors/fb2edit/fb2edit-0.0.7.ebuild +++ b/app-editors/fb2edit/fb2edit-0.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v 1.1 2012/11/02 16:58:01 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v 1.2 2012/11/27 13:40:08 pinkbyte Exp $ EAPI=4 @@ -16,10 +16,10 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-libs/libxml2 - x11-libs/qt-core - x11-libs/qt-gui - x11-libs/qt-webkit - x11-libs/qt-xmlpatterns" + x11-libs/qt-core:4 + x11-libs/qt-gui:4 + x11-libs/qt-webkit:4 + x11-libs/qt-xmlpatterns:4" RDEPEND="${DEPEND} x11-themes/hicolor-icon-theme" diff --git a/app-misc/lirc/files/lirc-0.9.0-kernel-3.5-err-fix.patch b/app-misc/lirc/files/lirc-0.9.0-kernel-3.5-err-fix.patch new file mode 100644 index 000000000000..b06d94efb322 --- /dev/null +++ b/app-misc/lirc/files/lirc-0.9.0-kernel-3.5-err-fix.patch @@ -0,0 +1,12 @@ +--- a/drivers/kcompat.h 2011-03-25 18:28:18.000000000 -0400 ++++ b/drivers/kcompat.h 2012-11-27 13:37:55.000000000 -0500 +@@ -136,4 +136,9 @@ + ) + #endif + ++#ifndef err ++#define err(format, arg...) \ ++ printk(KERN_ERR KBUILD_MODNAME ": " format "\n", ##arg) ++#endif ++ + #endif /* _KCOMPAT_H */ diff --git a/app-misc/lirc/lirc-0.9.0-r2.ebuild b/app-misc/lirc/lirc-0.9.0-r2.ebuild index 9bcc0eafc881..d4d3fb5da43a 100644 --- a/app-misc/lirc/lirc-0.9.0-r2.ebuild +++ b/app-misc/lirc/lirc-0.9.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.9.0-r2.ebuild,v 1.4 2012/10/24 18:39:12 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.9.0-r2.ebuild,v 1.5 2012/11/27 18:49:26 axs Exp $ EAPI=4 @@ -298,6 +298,8 @@ src_prepare() { epatch "${FILESDIR}"/${P}-atiusb_kfifo.patch # Apply fixes for kernel-3.3 and above (bug 439538) epatch "${FILESDIR}"/${P}-kernel-3.3.0-fixes.patch + # Apply fix for missing err() in usb.h for kernel 3.5+ (bug 444736) + epatch "${FILESDIR}"/${P}-kernel-3.5-err-fix.patch # Do not build drivers from the top-level Makefile sed -i -e 's:\(SUBDIRS =\) drivers\(.*\):\1\2:' Makefile.am diff --git a/app-mobilephone/freesmee/Manifest b/app-mobilephone/freesmee/Manifest index e0a90b379818..78cd9481a3be 100644 --- a/app-mobilephone/freesmee/Manifest +++ b/app-mobilephone/freesmee/Manifest @@ -1 +1,2 @@ DIST freesmee_0.7.orig.tar.gz 1532905 SHA256 1a33ece8341246cde0dedce6bc8abdf3c63267010f1c3350ba6d0d6a07bc9121 SHA512 5544ad50dd4327caae731f783775da5a50587ae25b037bec713fbbb31c35cf4563b6278339b567675cd33f17bf464acc892fdc3da78ad2788ce7eddffd260485 WHIRLPOOL 83f9b592ecce8aeea98be7318bf7ade5bd3ab1426845e36919487bb38527635e28dd204d351d883453242d21bc92cd78de41126cfe5ecb328bfae69f7935481e +DIST freesmee_0.81.orig.tar.gz 1548747 SHA256 df214ccd6d0af15513a1703d038815f319954c88e22cbcbfeccc92be4b5c6b0b SHA512 d3f4e0c004547473a0e41879ef10e7aee871d4270b13cd28954fa747cf6fa4958e243484739303e946aa2a428c5e91be6001cc59db04e7fa01d07bb21dac531b WHIRLPOOL 4e7b4b63ede67759c868844c06861a4528e39d560e8d86af3d080a592a732f41d9fa704b8f937ed59e28d42ccc670f469e12dce7da7df5a4c4c79952947ef052 diff --git a/app-mobilephone/freesmee/files/freesmee.desktop b/app-mobilephone/freesmee/files/freesmee.desktop new file mode 100644 index 000000000000..f3271e4c03db --- /dev/null +++ b/app-mobilephone/freesmee/files/freesmee.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Freesmee +Type=Application +Comment=Tool for sending SMS and sending/receiving Freesmee-Message-Service +Exec=freesmee +TryExec=freesmee +Icon=freesmee +Categories=Network; diff --git a/app-mobilephone/freesmee/freesmee-0.81.ebuild b/app-mobilephone/freesmee/freesmee-0.81.ebuild new file mode 100644 index 000000000000..9ae0ebeaa299 --- /dev/null +++ b/app-mobilephone/freesmee/freesmee-0.81.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/freesmee/freesmee-0.81.ebuild,v 1.1 2012/11/27 16:06:46 ago Exp $ + +EAPI=5 + +inherit qt4-r2 + +DESCRIPTION="Tool for sending SMS and sending/receiving Freesmee-Message-Service" +HOMEPAGE="http://www.freesmee.com" +SRC_URI="http://download.opensuse.org/repositories/home:/${PN}/xUbuntu_12.10/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="dev-util/ticpp + x11-libs/qt-core:4 + x11-libs/qt-gui:4 + x11-libs/qt-webkit:4" +RDEPEND="${DEPEND}" + +src_install() { + newbin Freesmee ${PN} + doicon ${PN}.png + domenu "${FILESDIR}"/${PN}.desktop +} diff --git a/app-portage/ufed/ufed-0.40.2-r1.ebuild b/app-portage/ufed/ufed-0.40.2-r1.ebuild index e273163046b8..666e6a42cd96 100644 --- a/app-portage/ufed/ufed-0.40.2-r1.ebuild +++ b/app-portage/ufed/ufed-0.40.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.40.2-r1.ebuild,v 1.2 2012/11/27 00:19:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.40.2-r1.ebuild,v 1.5 2012/11/27 15:39:26 jer Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="sys-libs/ncurses" diff --git a/app-shells/posh/Manifest b/app-shells/posh/Manifest index 5eabcc6cd7c2..514d587e098f 100644 --- a/app-shells/posh/Manifest +++ b/app-shells/posh/Manifest @@ -1,2 +1,2 @@ -DIST posh_0.10.1.tar.gz 468771 SHA256 393fcb4123cd8539c1ecdd45f9d7afd4f9bc51904981abdf6239a31d1c42e18d SHA512 c0c2652e86ce43349681cc36e4f0e52c60d4146ad619f7023886411dd315782705ea293abc0a7147eba8759ed9570093962a27cdc70ae3cb98c3910c37cc5397 WHIRLPOOL 229d0e2914656c1c65a1247b5623c6e72587428576cd5a9c072ce27e63aafad4902b0c1b694a00aa5906ce3bf025cb7bbc003d0320473753f33521c32f2ae0dd DIST posh_0.10.2.tar.gz 469338 SHA256 6ee7e8e2d181953efbcd991cc0e66c98c7d2a0511f1697889e239a93d625f0a1 SHA512 4abde6415eaf199f5a7998e8a8fc6ed0dd07fb2ec95724bc01ba18f01f0d9b1a0af04d6ea59e302407f9a32f7ef7555e24f48005f795390bda3ecd01e55b5878 WHIRLPOOL 208a9e97bdf3846abe2285eb21c40be0f004d4e2a72785cbb22f12830f681268a303ba0d6f3baf54a7a9f6a3933ead2cfda80e7b3fefeb9a6e7f03d39d7ee80f +DIST posh_0.11.tar.gz 469798 SHA256 0d9b54db168e6fc7f93676d188e460988017868ffac5987b76d4fb18c2008f6f SHA512 2d4319600f4356e0b661403648c62078e87fbac0ac418a4985ebfcf6277bd26a8dd8462f61676194cd547f3c9aa31e1713fc1b562d63466511dbf8845d7a06aa WHIRLPOOL f546f9ff07daba992d9ac897ac77fdbfbca92a393640b1226c01c271cdbbb57a4d0015c5d5a463a6b1505ec2cd168f8ed2bca8a75be9189de1c27e295558500e diff --git a/app-shells/posh/files/posh-glibc-2.16.patch b/app-shells/posh/files/posh-glibc-2.16.patch new file mode 100644 index 000000000000..8c29def10f72 --- /dev/null +++ b/app-shells/posh/files/posh-glibc-2.16.patch @@ -0,0 +1,19 @@ +Description: explicitly include sys/resource.h, for eglibc 2.16 + sys/resource.h is no longer included by sys/wait.h + http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=d94a4670800de6e8f088b8630ad5142866127980 +Author: Stefano Rivera +Last-Updated: 2012-11-07 + +--- a/ksh_wait.h ++++ b/ksh_wait.h +@@ -5,6 +5,10 @@ + # include + #endif + ++#ifdef HAVE_SYS_RESOURCE_H ++# include ++#endif ++ + #ifndef POSIX_SYS_WAIT + /* Get rid of system macros (which probably use union wait) */ + # undef WIFCORED diff --git a/app-shells/posh/posh-0.10.2.ebuild b/app-shells/posh/posh-0.10.2.ebuild index 4b264fd88809..e423f9bec102 100644 --- a/app-shells/posh/posh-0.10.2.ebuild +++ b/app-shells/posh/posh-0.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild,v 1.1 2012/06/19 14:25:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild,v 1.2 2012/11/27 18:01:45 mgorny Exp $ EAPI=3 inherit autotools-utils @@ -16,6 +16,10 @@ IUSE="" RESTRICT=test +PATCHES=( + "${FILESDIR}"/${PN}-glibc-2.16.patch +) + src_configure() { myeconfargs=( --exec-prefix=/ diff --git a/app-shells/posh/posh-0.10.1.ebuild b/app-shells/posh/posh-0.11.ebuild similarity index 74% rename from app-shells/posh/posh-0.10.1.ebuild rename to app-shells/posh/posh-0.11.ebuild index f62b526e09e4..de4a3b382b37 100644 --- a/app-shells/posh/posh-0.10.1.ebuild +++ b/app-shells/posh/posh-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.10.1.ebuild,v 1.2 2012/06/19 14:25:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.11.ebuild,v 1.1 2012/11/27 18:01:45 mgorny Exp $ EAPI=3 inherit autotools-utils @@ -16,6 +16,10 @@ IUSE="" RESTRICT=test +PATCHES=( + "${FILESDIR}"/${PN}-glibc-2.16.patch +) + src_configure() { myeconfargs=( --exec-prefix=/ diff --git a/app-text/llpp/Manifest b/app-text/llpp/Manifest index a70c7eac1ee9..90e160013f21 100644 --- a/app-text/llpp/Manifest +++ b/app-text/llpp/Manifest @@ -1 +1,2 @@ DIST llpp-12.tar.gz 100362 SHA256 30c66684a1b2892bd1125afb99583abad5cc433dee2c623ec0cdefb0ec4c6fe4 SHA512 c6c298bf0fdf8eb10aa1e1812d386022fae26271084b014a3a512fc1c8cf7c8ca5768c3587e7c83e34210354e4219b74cee22fb51edc1fe467de4c11b631416c WHIRLPOOL f2ffe1005b2f0d89dda865c3d0f0a306e311cad6ef45070a702eefe2c44e59ca5067e95de182fb4673526dea801b8969d44260fb32d1fd57549777f95194dfde +DIST llpp-13.tar.gz 102399 SHA256 c6f0b4bb742e62cfa7e711f8ff1b25ca6456596961e637805c060e8ca206ff70 SHA512 c8d64adb488534353e83f70ee47075cb141475ebfdbfeecf2f19c23bf88f194499f5bf7227a102baa5e9f83671c68519001edcd6ddf0d507a3ccba5f66056b8d WHIRLPOOL 96a517113b67e5e7ea7523afd062dae587eafb265eb50c83f6412920acfeedeba4a05c49d398932da08e0eab1d65911e478eefb561c8a39320d3ff85b38a054b diff --git a/app-text/llpp/llpp-13.ebuild b/app-text/llpp/llpp-13.ebuild new file mode 100644 index 000000000000..ccd5b528b0ff --- /dev/null +++ b/app-text/llpp/llpp-13.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-13.ebuild,v 1.1 2012/11/27 12:39:27 xmw Exp $ + +EAPI=4 + +inherit eutils toolchain-funcs + +DESCRIPTION="a graphical PDF viewer which aims to superficially resemble less(1)" +HOMEPAGE="http://repo.or.cz/w/llpp.git" +SRC_URI="http://repo.or.cz/w/llpp.git/snapshot/68f22b01f680b7afaf56c24ec0b4d7eae3d08c35.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="media-libs/freetype + media-libs/jbig2dec + media-libs/openjpeg + virtual/jpeg + x11-libs/libX11 + x11-misc/xsel" +DEPEND="${RDEPEND} + app-text/mupdf + dev-lang/ocaml[ocamlopt] + dev-ml/lablgl[glut]" + +S=${WORKDIR}/${PN} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-11-WM_CLASS.patch +} + +src_compile() { + ocaml str.cma keystoml.ml KEYS > help.ml || die + printf 'let version ="%s";;\n' ${PV} >> help.ml || die + + local myccopt="$(freetype-config --cflags) -O -include ft2build.h -D_GNU_SOURCE" + local mycclib="-lfitz -lz -ljpeg -lopenjpeg -ljbig2dec -lfreetype -lX11 -lpthread" + ocamlopt.opt -c -o link.o -ccopt "${myccopt}" link.c || die + ocamlopt.opt -c -o help.cmx help.ml || die + ocamlopt.opt -c -o wsi.cmi wsi.mli || die + ocamlopt.opt -c -o wsi.cmx wsi.ml || die + ocamlopt.opt -c -o parser.cmx parser.ml || die + ocamlopt.opt -c -o main.cmx -I +lablGL main.ml || die + ocamlopt.opt -o llpp -I +lablGL \ + str.cmxa unix.cmxa lablgl.cmxa link.o \ + -cclib "${mycclib}" help.cmx parser.cmx wsi.cmx main.cmx || die +} + +src_install() { + dobin ${PN} + dodoc KEYS README Thanks fixme +} diff --git a/app-text/mupdf/mupdf-1.1.ebuild b/app-text/mupdf/mupdf-1.1.ebuild index 81883cac14da..f51abf7acb22 100644 --- a/app-text/mupdf/mupdf-1.1.ebuild +++ b/app-text/mupdf/mupdf-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.1.ebuild,v 1.1 2012/08/16 15:45:42 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.1.ebuild,v 1.4 2012/11/27 13:17:23 xmw Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI=" http://${PN}.googlecode.com/files/${P/_rc/-rc}-source.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="X vanilla" RDEPEND="media-libs/freetype:2 @@ -37,7 +37,7 @@ src_prepare() { src_compile() { use X || my_nox11="NOX11=yes MUPDF= " - emake CC="$(tc-getCC)" OS=Linux \ + emake CC="$(tc-getCC)" AR="$(tc-getAR)" OS=Linux \ build=debug verbose=true ${my_nox11} } diff --git a/app-text/rnv/Manifest b/app-text/rnv/Manifest index 445530cae299..afa0a6ae2048 100644 --- a/app-text/rnv/Manifest +++ b/app-text/rnv/Manifest @@ -1,3 +1 @@ -DIST rnv-1.7.10.zip 203490 SHA256 0840ce00ebd2a2ce72f92dd7d5abcd9695204c6b21b0668502cedc84695b6b8b SHA512 52be7ad2f7edb9050164e7b74a58918240f9779ef1802be3cafafe64448bf5da6d446763fbc48e3d1f86f4dfe6a9a913027ab520906b537e660b88a84ab97111 WHIRLPOOL 9fd7ff530854d5b5c505e826d3b7048be5ef5ceafa7a4cc509e4d3a0fbc0342ecb6d073503c8c0977b116ca852272bfa95e490883f6a924b94f1b4221cca20bf DIST rnv-1.7.11.zip 211316 SHA256 39ed53271f20517a55aa74ad5e393dca407e14512a31ecac4c223378bdd4a6ac SHA512 0d9457015e35177144eb88f6d6234e8d94c3a5a45f26f961b4aaba892bf92c0ddcaf0e037cf3fbbeecf110399760e182c20973e6ba32d1223d2f82600582a28e WHIRLPOOL fe82f65b68e55a7f607d7fb0cc200e83e6882c71226095894615822e68d06e20aebb85e80028edd3c5d4881f47779e42a26947d03757c1391ff8a1dc1a5ab175 -DIST rnv-1.7.8.zip 138609 SHA256 0afd120e79322556cbe9fff725523b68907bdcfe354b68e3080715eaaad00f72 SHA512 43fb8733c6558c78b65acec8461171554c11238aa15081f59aeeaac71a3e896fddac332189d2932ef19197c2ae43f571eeb9a62b140e99bb16a8f949c87fcca4 WHIRLPOOL a2f5b89baf34c6e1104e9f1e37a338dc8236abe31eef180752a0d5e5e9678de9238b01924b07fd60f7311475151000d2442128946e77442c3739534bb7fbfccc diff --git a/app-text/rnv/rnv-1.7.10-r1.ebuild b/app-text/rnv/rnv-1.7.10-r1.ebuild deleted file mode 100644 index 251ddbfd7dd0..000000000000 --- a/app-text/rnv/rnv-1.7.10-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rnv/rnv-1.7.10-r1.ebuild,v 1.3 2012/04/04 23:09:21 jdhore Exp $ - -EAPI="4" - -inherit eutils toolchain-funcs - -DESCRIPTION="A lightweight Relax NG Compact Syntax validator" -HOMEPAGE="http://www.davidashen.net/rnv.html" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="dev-libs/expat" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_install() { - dobin rnv rvp arx - dodoc readme.txt -} diff --git a/app-text/rnv/rnv-1.7.11.ebuild b/app-text/rnv/rnv-1.7.11.ebuild index e4c6efa2ace4..5f60f3b01d82 100644 --- a/app-text/rnv/rnv-1.7.11.ebuild +++ b/app-text/rnv/rnv-1.7.11.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rnv/rnv-1.7.11.ebuild,v 1.3 2012/11/20 20:46:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rnv/rnv-1.7.11.ebuild,v 1.4 2012/11/27 11:08:45 pinkbyte Exp $ EAPI="4" -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="A lightweight Relax NG Compact Syntax validator" HOMEPAGE="http://www.davidashen.net/rnv.html" @@ -19,6 +19,10 @@ RDEPEND="dev-libs/expat" DEPEND="${RDEPEND} app-arch/unzip" +src_prepare() { + sed -i -e "/^AR/s/ar/$(tc-getAR)/" Makefile.in || die 'sed on Makefile.in failed' +} + src_install() { dobin rnv rvp arx dodoc readme.txt diff --git a/app-text/rnv/rnv-1.7.8-r2.ebuild b/app-text/rnv/rnv-1.7.8-r2.ebuild deleted file mode 100644 index 1cfc4651b445..000000000000 --- a/app-text/rnv/rnv-1.7.8-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rnv/rnv-1.7.8-r2.ebuild,v 1.4 2010/04/09 08:09:18 hwoarang Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="A lightweight Relax NG Compact Syntax validator" -HOMEPAGE="http://www.davidashen.net/rnv.html" -SRC_URI="http://ftp.davidashen.net/PreTI/RNV/${P}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="dev-libs/expat" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-respect-CFLAGS_and_CC.patch" -} - -src_compile() { - CC=$(tc-getCC) emake -j1 -f Makefile.gnu || die -} - -src_install() { - dobin rnv rvp arx - dodoc readme.txt -} diff --git a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild index 6a673d627993..a43edda70ffd 100644 --- a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild +++ b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild,v 1.3 2012/09/23 08:36:26 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild,v 1.4 2012/11/27 17:37:33 bicatali Exp $ EAPI="4" @@ -10,13 +10,13 @@ SRC_URI="http://sparsehash.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" src_install() { default # Installs just every piece - rm -rf "${D}/usr/share/doc" + rm -rf "${ED}/usr/share/doc" dohtml doc/* } diff --git a/dev-java/httpunit/httpunit-1.6.2-r3.ebuild b/dev-java/httpunit/httpunit-1.6.2-r3.ebuild index 27c74b16eefc..6ad829904ae8 100644 --- a/dev-java/httpunit/httpunit-1.6.2-r3.ebuild +++ b/dev-java/httpunit/httpunit-1.6.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild,v 1.2 2009/09/11 22:10:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild,v 1.3 2012/11/27 19:50:16 sera Exp $ EAPI="2" inherit java-pkg-2 java-ant-2 @@ -11,7 +11,7 @@ HOMEPAGE="http://httpunit.sourceforge.net/" # TODO where did it come from? SRC_URI="mirror://sourceforge/${PN}/${P}.zip" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" IUSE="doc" diff --git a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild index fb3244336ba2..4f0e6bad3e0f 100644 --- a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild +++ b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild,v 1.15 2012/09/29 18:01:37 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild,v 1.16 2012/11/27 19:44:38 sera Exp $ JAVA_PKG_IUSE="doc source" @@ -12,7 +12,7 @@ DESCRIPTION="Interface between RELAX NG validators and datatype libraries" HOMEPAGE="http://relaxng.org/" SRC_URI="mirror://sourceforge/relaxng/${MY_P}.zip" -LICENSE="as-is" +LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc source" diff --git a/dev-java/xsdlib/xsdlib-20050627-r1.ebuild b/dev-java/xsdlib/xsdlib-20050627-r1.ebuild index 4cb1a0b0aa0d..5687831aa03a 100644 --- a/dev-java/xsdlib/xsdlib-20050627-r1.ebuild +++ b/dev-java/xsdlib/xsdlib-20050627-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20050627-r1.ebuild,v 1.12 2012/01/01 15:46:51 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20050627-r1.ebuild,v 1.13 2012/11/27 19:28:19 sera Exp $ JAVA_PKG_IUSE="doc source" @@ -11,7 +11,7 @@ DESCRIPTION="The Sun Multi-Schema XML Validator is a Java tool to validate XML d HOMEPAGE="https://msv.dev.java.net/" SRC_URI="mirror://gentoo/${MY_P}.zip" -LICENSE="as-is Apache-1.1" +LICENSE="BSD Apache-1.1" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" diff --git a/dev-java/xsdlib/xsdlib-20050627-r2.ebuild b/dev-java/xsdlib/xsdlib-20050627-r2.ebuild index 07a9d91a7eb4..2fb96151c2de 100644 --- a/dev-java/xsdlib/xsdlib-20050627-r2.ebuild +++ b/dev-java/xsdlib/xsdlib-20050627-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20050627-r2.ebuild,v 1.11 2012/04/15 18:38:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20050627-r2.ebuild,v 1.12 2012/11/27 19:28:19 sera Exp $ EAPI=1 JAVA_PKG_IUSE="doc source" @@ -12,7 +12,7 @@ DESCRIPTION="The Sun Multi-Schema XML Validator is a Java tool to validate XML d HOMEPAGE="https://msv.dev.java.net/" SRC_URI="mirror://gentoo/${MY_P}.zip" -LICENSE="as-is Apache-1.1" +LICENSE="BSD Apache-1.1" SLOT="0" KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" diff --git a/dev-java/xsdlib/xsdlib-20090415.ebuild b/dev-java/xsdlib/xsdlib-20090415.ebuild index b1882a5f19e2..cabe962d5813 100644 --- a/dev-java/xsdlib/xsdlib-20090415.ebuild +++ b/dev-java/xsdlib/xsdlib-20090415.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v 1.4 2012/09/29 18:02:31 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v 1.5 2012/11/27 19:28:19 sera Exp $ EAPI="4" @@ -12,7 +12,7 @@ DESCRIPTION="Sun XML Datatypes Library" HOMEPAGE="http://msv.java.net/" SRC_URI="http://java.net/downloads/msv/releases/${PN}.${PV}.zip" -LICENSE="BSD-2 Apache-1.1" +LICENSE="BSD Apache-1.1" SLOT="0" KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" diff --git a/dev-lang/php/files/eblits/src_test-v1.eblit b/dev-lang/php/files/eblits/src_test-v1.eblit index 07f8d6fba5e5..b1266fad63c9 100644 --- a/dev-lang/php/files/eblits/src_test-v1.eblit +++ b/dev-lang/php/files/eblits/src_test-v1.eblit @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_test-v1.eblit,v 1.3 2012/02/06 13:53:17 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_test-v1.eblit,v 1.4 2012/11/27 11:10:38 olemarkus Exp $ eblit-php-src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php" if [[ ! -x "${PHP_BIN}" ]] ; then ewarn "Test phase requires USE=cli, skipping" diff --git a/dev-lang/php/php-5.3.18.ebuild b/dev-lang/php/php-5.3.18.ebuild index 746171089b30..b514a8f3406f 100644 --- a/dev-lang/php/php-5.3.18.ebuild +++ b/dev-lang/php/php-5.3.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.18.ebuild,v 1.3 2012/10/25 08:00:44 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.18.ebuild,v 1.4 2012/11/27 11:10:38 olemarkus Exp $ EAPI=4 @@ -816,7 +816,7 @@ php_install_ini() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php" if [[ ! -x "${PHP_BIN}" ]] ; then ewarn "Test phase requires USE=cli, skipping" diff --git a/dev-lang/php/php-5.3.19.ebuild b/dev-lang/php/php-5.3.19.ebuild index 57b4987da314..4612a01dc9c3 100644 --- a/dev-lang/php/php-5.3.19.ebuild +++ b/dev-lang/php/php-5.3.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.19.ebuild,v 1.1 2012/11/23 14:45:43 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.19.ebuild,v 1.2 2012/11/27 11:10:38 olemarkus Exp $ EAPI=4 @@ -805,7 +805,7 @@ src_install() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php" if [[ ! -x "${PHP_BIN}" ]] ; then ewarn "Test phase requires USE=cli, skipping" diff --git a/dev-lang/php/php-5.4.8.ebuild b/dev-lang/php/php-5.4.8.ebuild index 4abc5ac85990..c0d7ff0e8e36 100644 --- a/dev-lang/php/php-5.4.8.ebuild +++ b/dev-lang/php/php-5.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v 1.2 2012/10/24 16:08:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v 1.3 2012/11/27 11:10:38 olemarkus Exp $ EAPI=4 @@ -761,7 +761,7 @@ src_install() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php" if [[ ! -x "${PHP_BIN}" ]] ; then ewarn "Test phase requires USE=cli, skipping" diff --git a/dev-lang/php/php-5.4.9.ebuild b/dev-lang/php/php-5.4.9.ebuild index 5c288a34574b..c8525bcef5c5 100644 --- a/dev-lang/php/php-5.4.9.ebuild +++ b/dev-lang/php/php-5.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.9.ebuild,v 1.1 2012/11/23 14:45:43 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.9.ebuild,v 1.3 2012/11/27 17:41:17 mr_bones_ Exp $ EAPI=4 @@ -357,7 +357,6 @@ src_prepare() { -e "s,-i -A -n php${PHP_MV},-i -n php${PHP_MV},g" \ configure sapi/apache2filter/config.m4 sapi/apache2handler/config.m4 - # Patch PHP to support heimdal instead of mit-krb5 if has_version "app-crypt/heimdal" ; then sed -e 's|gssapi_krb5|gssapi|g' -i acinclude.m4 \ @@ -751,7 +750,7 @@ src_install() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php" if [[ ! -x "${PHP_BIN}" ]] ; then ewarn "Test phase requires USE=cli, skipping" diff --git a/dev-lang/php/php-5.5.0_alpha1.ebuild b/dev-lang/php/php-5.5.0_alpha1.ebuild index e856ce37d188..d014f3ff9f21 100644 --- a/dev-lang/php/php-5.5.0_alpha1.ebuild +++ b/dev-lang/php/php-5.5.0_alpha1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_alpha1.ebuild,v 1.2 2012/11/23 14:45:43 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.0_alpha1.ebuild,v 1.3 2012/11/27 11:10:38 olemarkus Exp $ EAPI=4 @@ -762,7 +762,7 @@ src_install() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" PHP_BIN="${WORKDIR}/sapis-build/cli/sapi/cli/php" if [[ ! -x "${PHP_BIN}" ]] ; then ewarn "Test phase requires USE=cli, skipping" diff --git a/dev-lang/snobol/snobol-0.99.4.ebuild b/dev-lang/snobol/snobol-0.99.4.ebuild index 6fce36d1c074..3ed6439db060 100644 --- a/dev-lang/snobol/snobol-0.99.4.ebuild +++ b/dev-lang/snobol/snobol-0.99.4.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.4.ebuild,v 1.4 2006/02/15 06:59:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.4.ebuild,v 1.5 2012/11/27 19:41:40 ulm Exp $ DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines" HOMEPAGE="http://www.snobol4.org/csnobol4/" SRC_URI="mirror://snobol4/${P}.tar.gz" -LICENSE="as-is" + +LICENSE="BSD-2" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="sys-devel/gcc sys-devel/m4" RDEPEND="" diff --git a/dev-lang/snobol/snobol-0.99.44.ebuild b/dev-lang/snobol/snobol-0.99.44.ebuild index 6d0f5b90d487..04058558de3f 100644 --- a/dev-lang/snobol/snobol-0.99.44.ebuild +++ b/dev-lang/snobol/snobol-0.99.44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.44.ebuild,v 1.4 2006/02/15 06:59:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.44.ebuild,v 1.5 2012/11/27 19:41:40 ulm Exp $ DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines" HOMEPAGE="http://www.snobol4.org/csnobol4/" @@ -8,13 +8,16 @@ HOMEPAGE="http://www.snobol4.org/csnobol4/" MY_PN="snobol4" MY_P="${MY_PN}-${PV}" SRC_URI="ftp://ftp.snobol4.org/snobol4/beta/${MY_P}.tar.gz" -LICENSE="as-is" + +LICENSE="BSD-2" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="sys-devel/gcc sys-devel/m4" RDEPEND="" + S=${WORKDIR}/${MY_P} src_unpack() { diff --git a/dev-lang/snobol/snobol-1.1.ebuild b/dev-lang/snobol/snobol-1.1.ebuild index e106b7b082fc..f37b702f5db1 100644 --- a/dev-lang/snobol/snobol-1.1.ebuild +++ b/dev-lang/snobol/snobol-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-1.1.ebuild,v 1.5 2012/10/04 15:32:51 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-1.1.ebuild,v 1.6 2012/11/27 19:41:40 ulm Exp $ EAPI=4 @@ -10,13 +10,16 @@ MY_PN="snobol4" MY_P="${MY_PN}-${PV}" #SRC_URI="ftp://ftp.snobol4.org/snobol4/${MY_P}.tar.gz ftp://ftp.ultimate.com/snobol/${MY_P}.tar.gz" SRC_URI="mirror://snobol4/${MY_P}.tar.gz" -LICENSE="as-is" + +LICENSE="BSD-2" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="sys-devel/gcc sys-devel/m4" RDEPEND="" + S=${WORKDIR}/${MY_P} src_prepare() { diff --git a/dev-libs/apr-util/metadata.xml b/dev-libs/apr-util/metadata.xml index 725d9f97a81e..4a3f337b7ce3 100644 --- a/dev-libs/apr-util/metadata.xml +++ b/dev-libs/apr-util/metadata.xml @@ -1,9 +1,8 @@ - apache - apache-bugs@gentoo.org + maintainer-needed@gentoo.org Install apr_crypto_nss module diff --git a/dev-libs/apr/metadata.xml b/dev-libs/apr/metadata.xml index b3e439228262..acee4d4253f4 100644 --- a/dev-libs/apr/metadata.xml +++ b/dev-libs/apr/metadata.xml @@ -1,9 +1,8 @@ - apache - apache-bugs@gentoo.org + maintainer-needed@gentoo.org Enable binary compatibility with older kernels diff --git a/dev-libs/jrtplib/jrtplib-3.7.1-r1.ebuild b/dev-libs/jrtplib/jrtplib-3.7.1-r1.ebuild index 3c25912d8ab1..8c2db29c9c2d 100644 --- a/dev-libs/jrtplib/jrtplib-3.7.1-r1.ebuild +++ b/dev-libs/jrtplib/jrtplib-3.7.1-r1.ebuild @@ -1,21 +1,21 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jrtplib/jrtplib-3.7.1-r1.ebuild,v 1.1 2009/07/23 15:01:32 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jrtplib/jrtplib-3.7.1-r1.ebuild,v 1.3 2012/11/27 13:34:52 pinkbyte Exp $ EAPI="2" inherit eutils DESCRIPTION="JRTPLIB is an object-oriented RTP library written in C++." -HOMEPAGE="http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html" -SRC_URI="http://research.edm.luc.ac.be/jori/${PN}/${P}.tar.bz2" +HOMEPAGE="http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib" +SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples ipv6" -RDEPEND="dev-libs/jthread" +RDEPEND=":__PKG_VERSION:' configure.in - - eautoreconf -} - -src_compile() { - econf --without-db3 \ - $(use_with berkdb db4 $(db_includedir)) \ - $(use_with ldap) \ - $(use_with mysql) \ - $(use_with pam) \ - $(use_with postgres pgsql) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" -} diff --git a/dev-libs/libhome/metadata.xml b/dev-libs/libhome/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/dev-libs/libhome/metadata.xml +++ b/dev-libs/libhome/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/dev-libs/libnl/libnl-3.2.16.ebuild b/dev-libs/libnl/libnl-3.2.16.ebuild index ef1a48ce3318..b25ee4133bb4 100644 --- a/dev-libs/libnl/libnl-3.2.16.ebuild +++ b/dev-libs/libnl/libnl-3.2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.16.ebuild,v 1.1 2012/11/26 17:41:47 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.16.ebuild,v 1.2 2012/11/27 15:03:34 jer Exp $ EAPI=4 inherit eutils libtool multilib @@ -24,6 +24,7 @@ DEPEND=" src_prepare() { elibtoolize epatch "${FILESDIR}"/${PN}-1.1-vlan-header.patch + mv "${WORKDIR}"/${PN}-doc-3.2.15 "${WORKDIR}"/${PN}-doc-${PV} || die } src_configure() { diff --git a/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild b/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild index 9c9bff0046c5..6ed5dc3ebb5a 100644 --- a/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild +++ b/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild,v 1.2 2012/11/26 19:56:27 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.8.0-r3.ebuild,v 1.5 2012/11/27 16:49:04 jer Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -16,7 +16,7 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="debug doc examples icu ipv6 lzma python readline static-libs test" XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite" diff --git a/dev-lua/lgi/Manifest b/dev-lua/lgi/Manifest new file mode 100644 index 000000000000..d17d6472c384 --- /dev/null +++ b/dev-lua/lgi/Manifest @@ -0,0 +1 @@ +DIST lgi-0.6.2.tar.gz 257541 SHA256 93b0a520f03822794d94cb86273d0744a3808792e2832b67f17ee03d7ded8773 SHA512 02b75f17f98d7f7240c335384a85cdb0bb1c1b117b4ea8baa065715c4e5ecac946618ef83f92ef476a87db3a17a29a0e21d71f4f79db3bc4e519cf795ae181f5 WHIRLPOOL 52b9165691691fc6214ee5697fd92e5aebacc39b1d5c461c67846545c026523c503ff3abc8820373756f5e2e755b85493763ac4f241f44917d578bf899bf9947 diff --git a/dev-lua/lgi/lgi-0.6.2.ebuild b/dev-lua/lgi/lgi-0.6.2.ebuild new file mode 100644 index 000000000000..1db2a70b3226 --- /dev/null +++ b/dev-lua/lgi/lgi-0.6.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lgi/lgi-0.6.2.ebuild,v 1.1 2012/11/27 20:20:48 robbat2 Exp $ + +EAPI=4 + +inherit eutils toolchain-funcs flag-o-matic + +DESCRIPTION="Lua bindings using gobject-introspection" +HOMEPAGE="http://github.com/pavouk/lgi" +SRC_URI="http://github.com/downloads/pavouk/lgi/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-lang/lua-5.1 + x11-libs/gtk+[introspection]" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + sed -i \ + -e "s:^LUA_LIBDIR.*$:LUA_LIBDIR = $($(tc-getPKG_CONFIG) --variable INSTALL_CMOD lua):" \ + -e "s:^LUA_SHAREDIR.*$:LUA_SHAREDIR = $($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua):" \ + "${S}"/lgi/Makefile || die "sed failed" +} + +src_compile() { + emake CC="$(tc-getCC)" COPTFLAGS="-Wall -Wextra ${CFLAGS}" LIBFLAG="-shared ${LDFLAGS}" +} + +src_install() { + emake DESTDIR="${D}" install + dohtml -r docs/* + dodoc README.md +} + diff --git a/dev-lua/lgi/metadata.xml b/dev-lua/lgi/metadata.xml new file mode 100644 index 000000000000..4f84c8541bd7 --- /dev/null +++ b/dev-lua/lgi/metadata.xml @@ -0,0 +1,7 @@ + + + + + robbat2@gentoo.org + + diff --git a/dev-php/symfony/Manifest b/dev-php/symfony/Manifest index 018eb7817150..a7b474d4c0a0 100644 --- a/dev-php/symfony/Manifest +++ b/dev-php/symfony/Manifest @@ -1,2 +1,3 @@ DIST symfony-1.4.18.tgz 3187940 SHA256 7161427ca421899783c81a61686bfd579acb3841d6a3b5c356072be02d784426 SHA512 c12dbd3a49004e249b37cb34794d525ed90ef0fc1b1eab950c1db76e816ba1aa45843eb31c0e310043f2dca7ab2a470efdf305ee06acdc10b573c5fdc25a0262 WHIRLPOOL 9b08c12a4686744f44ae4aaeb0902883f06ca64deb4abbb4de374045021b9be538bcd987f20db9d8474abd6cdc4e838dabd5c363ddbdad95ff437cde06b0a9c1 DIST symfony-1.4.19.tgz 3188169 SHA256 fa84b72abc61660eaab3168728c0d0fab070e690364cd7bc474d507235415308 SHA512 c288f9a70eaaad58ca7f146fbc80e88069c3afe3e37f66c23fb8d22a9a6628e7c65851e5cfcc2e994c7a87db370fbf77e33bd9cc440374dd273ad923ff8ad586 WHIRLPOOL b611fd189430552a639293aae85c3e6c66604b9da457b3ebfc22ab8a12e5351c3cd8d4fdb9a1f9fbfc213a20355e642123c63e0dbfb1b858d2743d55622cd04b +DIST symfony-1.4.20.tgz 3193375 SHA256 d23a38ab9bf1c6d6a7d2dabd9f6a220acc19d4f0c3adc3cd3bf62116d77ef0ad SHA512 d2bc71662b0f38d6644a7af7a3e391cd11e36741dd31ac3932722c1315187b13843f4cb2c322467945c460bc3d4fecf77386417338c7af78c3c7465078312fb8 WHIRLPOOL 4025f76994b2123c0de2bff21c06fda8fd18938bf7c0e5c25b961beec1b2d917bb9707fee7649f5eec2b5a952b2a9066e596edb3ee47d1a367be72ba2049e63e diff --git a/dev-php/symfony/symfony-1.4.20.ebuild b/dev-php/symfony/symfony-1.4.20.ebuild new file mode 100644 index 000000000000..772b61e06cb2 --- /dev/null +++ b/dev-php/symfony/symfony-1.4.20.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild,v 1.1 2012/11/27 12:34:52 olemarkus Exp $ + +EAPI=2 +inherit php-pear-lib-r1 + +DESCRIPTION="Open-source PHP5 professional web framework" +HOMEPAGE="http://www.symfony-project.com/" +SRC_URI="http://pear.symfony-project.com/get/${P}.tgz" + +LICENSE="MIT LGPL-2.1 BSD BSD-2 FDL-1.2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/php[cli,ctype,session,simplexml,tokenizer,xml] + || ( =dev-lang/php-5.3 ) + dev-php/pear" +RDEPEND="${DEPEND}" + +pkg_postinst() { + if has_version '=dev-lang/php-5*[-posix]';then + einfo "" + einfo "To enable color output on the symfony command line" + einfo "add USE=\"posix\" to dev-lang/php" + einfo "" + fi +} diff --git a/dev-python/pywavelets/pywavelets-0.2.2.ebuild b/dev-python/pywavelets/pywavelets-0.2.2.ebuild index cecd6b270abc..45709537e46d 100644 --- a/dev-python/pywavelets/pywavelets-0.2.2.ebuild +++ b/dev-python/pywavelets/pywavelets-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pywavelets/pywavelets-0.2.2.ebuild,v 1.3 2012/10/17 12:17:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pywavelets/pywavelets-0.2.2.ebuild,v 1.4 2012/11/27 11:30:52 idella4 Exp $ EAPI=4 PYTHON_DEPEND="2" @@ -23,7 +23,8 @@ IUSE="doc examples test" DEPEND="app-arch/unzip dev-python/cython - test? ( dev-python/numpy )" + test? ( dev-python/numpy ) + doc? ( dev-python/sphinx )" RDEPEND="dev-python/numpy" S="${WORKDIR}/${MY_P}" @@ -39,6 +40,11 @@ src_test() { python_execute_function testing } +src_compile() { + distutils_src_compile + use doc && emake -C doc html || die "emake html failed" +} + src_install () { distutils_src_install use doc && dohtml -r doc/build/html/* diff --git a/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822.ebuild b/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822.ebuild index 5e4c1a472d18..d9474dd01c82 100644 --- a/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822.ebuild +++ b/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822.ebuild,v 1.1 2012/08/25 04:41:42 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120822.ebuild,v 1.2 2012/11/27 13:10:11 ago Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=dev-vcs/bzr-2.2 diff --git a/eclass/nvidia-driver.eclass b/eclass/nvidia-driver.eclass index 72acd673e9b3..df0414e208d5 100644 --- a/eclass/nvidia-driver.eclass +++ b/eclass/nvidia-driver.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.17 2012/11/18 06:35:06 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.18 2012/11/27 17:39:48 jer Exp $ # @ECLASS: nvidia-driver.eclass # @MAINTAINER: @@ -125,7 +125,6 @@ nvidia-driver-check-warning() { ewarn ewarn "For more information please read:" ewarn "http://www.nvidia.com/object/IO_32667.html" - ebeep 5 fi fi } diff --git a/eclass/scsh.eclass b/eclass/scsh.eclass index 66ae17d65cb6..cda8942a39a1 100644 --- a/eclass/scsh.eclass +++ b/eclass/scsh.eclass @@ -1,11 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/scsh.eclass,v 1.9 2012/06/02 19:16:31 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/scsh.eclass,v 1.10 2012/11/27 12:50:40 ulm Exp $ # inherit eutils multilib -LICENSE="as-is BSD" SLOT="0" IUSE="scsh" diff --git a/games-action/atanks/Manifest b/games-action/atanks/Manifest index dc50a5277c78..c429fb11dee2 100644 --- a/games-action/atanks/Manifest +++ b/games-action/atanks/Manifest @@ -1,2 +1,3 @@ DIST atanks-5.4.tar.gz 3129737 SHA256 c66f481f36b5ae222f6feddf3e56e73b14d7f2e3d274576d8517fee4496ed0e9 SHA512 53293ab3aa6dff2346484006a754060a5a43902ef03335ce9b9022ddcf1a6a66e0e1b8a3d73aa5c18b0433d9eed1cfe9c7215a5f8d73353d182a7dda7a0930be WHIRLPOOL 5da29b7efb10955fadada24284bdfc91763c9c8bc46a1f313920226b776d1911da4b1675700eb8382489de1e0a1940f1341158f3036dfeab8439ce077d3f4463 DIST atanks-5.6.tar.gz 3129804 SHA256 bf42205feb48759253b78e881e3feefc6ea38b396d3dda38e0ebab0cfadf1890 SHA512 5954188293433e9a62fe852d1edcc1e500c69814d0a6e417007e86a850a498151bf33366a5d19598b2f549c65ed093379300c0ff99dfffb30a5bade19d220152 WHIRLPOOL 858ba580ebd75a1eeebf2d107cac1c612f31ac6c796d99811b680f1dbf00939024900732d207477955f5ddb0b426b7357cb67eaed2cfe6d6ef3b57c3e3788d54 +DIST atanks-5.7.tar.gz 3130406 SHA256 fb2f4239679f4de4a3213e66a2bd4ec560753d518db727ffa35bc74f3a581e83 SHA512 15ec8c9f6e365bf5739cca12b5667d30fc216646084f73eaa1a6e02e02f4071d532ce18a408d8eecea528cfbd1e037b4f45f742d553efbf4006111c552c8e29e WHIRLPOOL 80ad9547b347592611c75a79b68409c42131d98f9b0fb67ae0a7aea2488dd9d052de2444ee9985db2067f2d0cd9363e8a64a35a82e724c50d96f7c584b69a9ed diff --git a/games-action/atanks/atanks-5.7.ebuild b/games-action/atanks/atanks-5.7.ebuild new file mode 100644 index 000000000000..9d790046272e --- /dev/null +++ b/games-action/atanks/atanks-5.7.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.7.ebuild,v 1.1 2012/11/27 20:03:06 mr_bones_ Exp $ + +EAPI=2 +inherit eutils gnome2-utils games + +DESCRIPTION="Worms and Scorched Earth-like game" +HOMEPAGE="http://atanks.sourceforge.net/" +SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="media-libs/allegro:0[X]" + +src_prepare() { + find . -type f -name ".directory" -exec rm -vf '{}' + +} + +src_compile() { + emake \ + BINDIR="${GAMES_BINDIR}" \ + INSTALLDIR="${GAMES_DATADIR}/${PN}" \ + || die +} + +src_install() { + dogamesbin ${PN} || die + insinto "${GAMES_DATADIR}"/${PN} + doins -r button misc missile sound stock tank tankgun text title \ + unicode.dat *.txt || die + doicon -s 48 ${PN}.png + make_desktop_entry atanks "Atomic Tanks" + dodoc Changelog README TODO + prepgamesdirs +} + +pkg_preinst() { + games_pkg_preinst + gnome2_icon_savelist +} + +pkg_postinst() { + games_pkg_postinst + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/kde-base/kremotecontrol/kremotecontrol-4.9.3.ebuild b/kde-base/kremotecontrol/kremotecontrol-4.9.3.ebuild index d64f780a8273..c61fde0fe7c7 100644 --- a/kde-base/kremotecontrol/kremotecontrol-4.9.3.ebuild +++ b/kde-base/kremotecontrol/kremotecontrol-4.9.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kremotecontrol/kremotecontrol-4.9.3.ebuild,v 1.3 2012/11/23 19:13:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kremotecontrol/kremotecontrol-4.9.3.ebuild,v 1.4 2012/11/27 12:55:10 kensington Exp $ EAPI=4 KDE_HANDBOOK="optional" inherit kde4-base -DESCRIPTION="KDE frontend for remote controls" +DESCRIPTION="KDE frontend for the Linux Infrared Remote Control system" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="debug" @@ -15,7 +15,9 @@ DEPEND=" $(add_kdebase_dep libkworkspace) $(add_kdebase_dep solid) " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + app-misc/lirc +" src_unpack() { kde4-base_src_unpack diff --git a/kde-base/kubrick/kubrick-4.8.5.ebuild b/kde-base/kubrick/kubrick-4.8.5.ebuild index 4132aac3f43c..c67701916176 100644 --- a/kde-base/kubrick/kubrick-4.8.5.ebuild +++ b/kde-base/kubrick/kubrick-4.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kubrick/kubrick-4.8.5.ebuild,v 1.4 2012/09/03 12:20:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kubrick/kubrick-4.8.5.ebuild,v 1.5 2012/11/27 15:20:25 kensington Exp $ EAPI=4 @@ -9,6 +9,11 @@ KMNAME="kdegames" OPENGL_REQUIRED="always" inherit kde4-meta -DESCRIPTION="KDE: Kubrick is a game based on \"Rubik's Cube\" puzzle." +DESCRIPTION="A game based on the \"Rubik's Cube\" puzzle." KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" + +RDEPEND="virtual/glu" +DEPEND="${RDEPEND} + virtual/opengl +" diff --git a/kde-base/kubrick/kubrick-4.9.3.ebuild b/kde-base/kubrick/kubrick-4.9.3.ebuild index 3d2e8b53d717..f4b7cbc7dea2 100644 --- a/kde-base/kubrick/kubrick-4.9.3.ebuild +++ b/kde-base/kubrick/kubrick-4.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kubrick/kubrick-4.9.3.ebuild,v 1.3 2012/11/23 19:22:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kubrick/kubrick-4.9.3.ebuild,v 1.4 2012/11/27 15:20:25 kensington Exp $ EAPI=4 @@ -14,9 +14,13 @@ KDE_HANDBOOK="optional" OPENGL_REQUIRED="always" inherit ${eclass} -DESCRIPTION="KDE: Kubrick is a game based on \"Rubik's Cube\" puzzle." +DESCRIPTION="A game based on the \"Rubik's Cube\" puzzle." KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="debug" -DEPEND="$(add_kdebase_dep libkdegames)" -RDEPEND="${DEPEND}" +RDEPEND="$(add_kdebase_dep libkdegames) + virtual/glu +" +DEPEND="${RDEPEND} + virtual/opengl +" diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest index 357575ec854b..c1436e4e69fe 100644 --- a/mail-client/alpine/Manifest +++ b/mail-client/alpine/Manifest @@ -1,7 +1,3 @@ DIST alpine-2.00-chappa-115-all.patch.gz 212705 SHA256 1503ae09b6a4a74828e3472c4987b48a310f817e7fd93ca385724660aa234d7f SHA512 5e9fcb6a80dbd18bed26109caa6b7aa5eeb88de420861d9998c32f031e8279d6367c28b6670fb54203d1b14c3dc47cf5ad25b42e4949157de64f3f1fd36d0aa7 WHIRLPOOL d9fef2fb0a07acfb8ba4e5bedbc0140a09020967e52b16853907db47b1a7e35286022c2a03b1670fe377015393d22b27bfa9f12780de05bac1f3458a81f75527 -DIST alpine-2.00-chappa-26-all.patch.gz 179066 SHA256 a14b3cc49a0f7eef6459488687b2a15ff5318f5db8586a47aca04c5bce08aea5 -DIST alpine-2.00-chappa-51-all.patch.gz 195020 SHA256 7a9e8d1e7dfa677543e9db4caf524eb0ff4da5511613c7b5c00228cc31475075 -DIST alpine-2.00-chappa-52-all.patch.gz 194980 SHA256 e0fd704cf6f8214f1daaf7ff4dff0eb04d799943f06fa70bdab2ed7280b0e070 -DIST alpine-2.00-chappa-53-all.patch.gz 196219 SHA256 153d9d903bd0015ca9064ecdd74d03d58e26502edd2116cf4e18db8e88d15e43 DIST alpine-2.00-chappa-73-all.patch.gz 200049 SHA256 33a6c3b930a3a14b904386d847721a507e83be0b38ff5f797cb4c136a06015fa SHA512 bd540c43d1aa6c2ae4252b950ff18edd0f2ee583d26d9b775a8a248a633d6b79103630a66f6069a23a9365ca1b5f3234a8cebac8e6b631b97835fc73d4d34d66 WHIRLPOOL b69ffa9d2b00d85a1d9533bd1a140e03299b7e0ac2ee9361cb7d73ad6fb7329c565965be24921439ad04e45f9d37a83854a9eeaad59b4a453d8012a06180a414 DIST alpine-2.00.tar.bz2 5222673 SHA256 c85db8405af90375ba2440c85b7952d80996154e9916b83acca558dc82e0a2a6 SHA512 17c6e65fbe767d4f9ffb3d3c2bb3deeab9d3620cd046cbb0009290aa484c9254effa992957631f0603bd82b82aeca2923d391aee6d20a7684d5830fbca8ce4d2 WHIRLPOOL 6c1fed63e826c12c6e39e8f79e2b33f3b85545e54c32fdbe918636086c0aaaa26073883946061a6b52df50af711b7d6bb6647a177f051afccccdbd0cf473bbc3 diff --git a/mail-client/alpine/alpine-2.00-r1.ebuild b/mail-client/alpine/alpine-2.00-r1.ebuild deleted file mode 100644 index af0d7193355c..000000000000 --- a/mail-client/alpine/alpine-2.00-r1.ebuild +++ /dev/null @@ -1,141 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/alpine-2.00-r1.ebuild,v 1.1 2009/08/17 18:50:32 tove Exp $ - -EAPI="2" - -inherit eutils flag-o-matic - -# http://staff.washington.edu/chappa/alpine/patches/${P}/log.txt -CHAPPA_PL="51" - -DESCRIPTION="alpine is an easy to use text-based based mail and news client" -HOMEPAGE="http://www.washington.edu/alpine/ http://staff.washington.edu/chappa/alpine/" -SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2 - chappa? ( http://staff.washington.edu/chappa/alpine/patches/${P}/all.patch.gz -> ${P}-chappa-${CHAPPA_PL}-all.patch.gz )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads topal" - -DEPEND="virtual/pam - >=sys-libs/ncurses-5.1 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - kerberos? ( app-crypt/mit-krb5 ) - spell? ( app-text/aspell ) - topal? ( >=net-mail/topal-64 )" -RDEPEND="${DEPEND} - app-misc/mime-types - !onlyalpine? ( !app-editors/pico ) - !onlyalpine? ( !mail-client/pine ) - !<=net-mail/uw-imap-2004g" - -maildir_warn() { - elog - elog "This build of ${PN} has Maildir support built in as" - elog "part of the chappa-all patch." - elog - elog "If you have a maildir at ~/Maildir it will be your" - elog "default INBOX. The path may be changed with the" - elog "\"maildir-location\" setting in alpine." - elog - elog "To use /var/spool/mail INBOX again, set" - elog "\"disable-these-drivers=md\" in your .pinerc file." - elog - elog "Alternately, you might want to read following webpage, which explains how to" - elog "use multiple mailboxes simultaneously:" - elog - elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" - elog -} - -pkg_setup() { - if use smime && use topal ; then - ewarn "You can not have USE='smime topal'. Assuming topal is more important." - fi -} - -src_unpack() { - unpack ${P}.tar.bz2 -} - -src_prepare() { - use chappa && epatch "${DISTDIR}"/${P}-chappa-${CHAPPA_PL}-all.patch.gz - use topal && epatch /usr/share/topal/patches/${P}.patch - - epatch "${FILESDIR}"/2.00-lpam.patch - cd "${S}/imap/src/c-client" - epatch "${FILESDIR}"/CVE-2008-5514.patch -} - -src_configure() { - local myconf="--without-tcl - --with-system-pinerc=/etc/pine.conf - --with-system-fixed-pinerc=/etc/pine.conf.fixed - --with-ssl-certs-dir=/etc/ssl/certs" - # fixme - # --with-system-mail-directory=DIR? - econf $(use_with ssl) \ - $(use_with ldap) \ - $(use_with passfile passfile .pinepwd) \ - $(use_with kerberos krb5) \ - $(use_with threads pthread) \ - $(use_with spell interactive-spellcheck /usr/bin/aspell) \ - $(use_enable nls) \ - $(use_with ipv6) \ - $(use topal || use_with smime) \ - ${myconf} -} - -src_install() { - if use onlyalpine ; then - dobin alpine/alpine || die - doman doc/alpine.1 || die - else - emake DESTDIR="${D}" install || die - doman doc/rpdump.1 doc/rpload.1 || die - fi - - dodoc NOTICE || die - if use chappa ; then - dodoc README.maildir || die - fi - - if use doc ; then - dodoc README doc/brochure.txt doc/tech-notes.txt || die - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/RELNOTES || die - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt || die - - docinto html/tech-notes - dohtml -r doc/tech-notes/ || die - fi -} - -pkg_postinst() { - use chappa && maildir_warn - if use spell ; then - elog - elog "In order to use spell checking" - elog " emerge app-dicts/aspell-\" - elog "and setup alpine with:" - elog " Speller = /usr/bin/aspell -c" - elog - fi - if use topal ; then - elog - elog "In order to use gpg with topal" - elog " read /usr/doc/topal/README.txt" - elog - fi - if use passfile ; then - elog - elog "${PN} will cache passwords between connections." - elog "File ~/.pinepwd will be used for this." - elog - fi -} diff --git a/mail-client/alpine/alpine-2.00-r2.ebuild b/mail-client/alpine/alpine-2.00-r2.ebuild deleted file mode 100644 index eada63542bb6..000000000000 --- a/mail-client/alpine/alpine-2.00-r2.ebuild +++ /dev/null @@ -1,141 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/alpine-2.00-r2.ebuild,v 1.2 2009/11/07 22:22:08 volkmar Exp $ - -EAPI="2" - -inherit eutils flag-o-matic - -# http://staff.washington.edu/chappa/alpine/patches/${P}/log.txt -CHAPPA_PL="52" - -DESCRIPTION="alpine is an easy to use text-based based mail and news client" -HOMEPAGE="http://www.washington.edu/alpine/ http://staff.washington.edu/chappa/alpine/" -SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2 - chappa? ( http://staff.washington.edu/chappa/alpine/patches/${P}/all.patch.gz -> ${P}-chappa-${CHAPPA_PL}-all.patch.gz )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads topal" - -DEPEND="virtual/pam - >=sys-libs/ncurses-5.1 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - kerberos? ( app-crypt/mit-krb5 ) - spell? ( app-text/aspell ) - topal? ( >=net-mail/topal-64 )" -RDEPEND="${DEPEND} - app-misc/mime-types - !onlyalpine? ( !app-editors/pico ) - !onlyalpine? ( !mail-client/pine ) - !<=net-mail/uw-imap-2004g" - -maildir_warn() { - elog - elog "This build of ${PN} has Maildir support built in as" - elog "part of the chappa-all patch." - elog - elog "If you have a maildir at ~/Maildir it will be your" - elog "default INBOX. The path may be changed with the" - elog "\"maildir-location\" setting in alpine." - elog - elog "To use /var/spool/mail INBOX again, set" - elog "\"disable-these-drivers=md\" in your .pinerc file." - elog - elog "Alternately, you might want to read following webpage, which explains how to" - elog "use multiple mailboxes simultaneously:" - elog - elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" - elog -} - -pkg_setup() { - if use smime && use topal ; then - ewarn "You can not have USE='smime topal'. Assuming topal is more important." - fi -} - -src_unpack() { - unpack ${P}.tar.bz2 -} - -src_prepare() { - use chappa && epatch "${DISTDIR}"/${P}-chappa-${CHAPPA_PL}-all.patch.gz - use topal && epatch /usr/share/topal/patches/${P}.patch - - epatch "${FILESDIR}"/2.00-lpam.patch - cd "${S}/imap/src/c-client" - epatch "${FILESDIR}"/CVE-2008-5514.patch -} - -src_configure() { - local myconf="--without-tcl - --with-system-pinerc=/etc/pine.conf - --with-system-fixed-pinerc=/etc/pine.conf.fixed - --with-ssl-certs-dir=/etc/ssl/certs" - # fixme - # --with-system-mail-directory=DIR? - econf $(use_with ssl) \ - $(use_with ldap) \ - $(use_with passfile passfile .pinepwd) \ - $(use_with kerberos krb5) \ - $(use_with threads pthread) \ - $(use_with spell interactive-spellcheck /usr/bin/aspell) \ - $(use_enable nls) \ - $(use_with ipv6) \ - $(use topal || use_with smime) \ - ${myconf} -} - -src_install() { - if use onlyalpine ; then - dobin alpine/alpine || die - doman doc/alpine.1 || die - else - emake DESTDIR="${D}" install || die - doman doc/rpdump.1 doc/rpload.1 || die - fi - - dodoc NOTICE || die - if use chappa ; then - dodoc README.maildir || die - fi - - if use doc ; then - dodoc README doc/brochure.txt doc/tech-notes.txt || die - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/RELNOTES || die - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt || die - - docinto html/tech-notes - dohtml -r doc/tech-notes/ || die - fi -} - -pkg_postinst() { - use chappa && maildir_warn - if use spell ; then - elog - elog "In order to use spell checking" - elog " emerge app-dicts/aspell-\" - elog "and setup alpine with:" - elog " Speller = /usr/bin/aspell -c" - elog - fi - if use topal ; then - elog - elog "In order to use gpg with topal" - elog " read /usr/doc/topal/README.txt" - elog - fi - if use passfile ; then - elog - elog "${PN} will cache passwords between connections." - elog "File ~/.pinepwd will be used for this." - elog - fi -} diff --git a/mail-client/alpine/alpine-2.00-r3.ebuild b/mail-client/alpine/alpine-2.00-r3.ebuild deleted file mode 100644 index 63c5614c2f3c..000000000000 --- a/mail-client/alpine/alpine-2.00-r3.ebuild +++ /dev/null @@ -1,141 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/alpine-2.00-r3.ebuild,v 1.1 2010/03/05 12:07:14 tove Exp $ - -EAPI="2" - -inherit eutils flag-o-matic - -# http://staff.washington.edu/chappa/alpine/patches/${P}/log.txt -CHAPPA_PL="53" - -DESCRIPTION="alpine is an easy to use text-based based mail and news client" -HOMEPAGE="http://www.washington.edu/alpine/ http://staff.washington.edu/chappa/alpine/" -SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2 - chappa? ( http://staff.washington.edu/chappa/alpine/patches/${P}/all.patch.gz -> ${P}-chappa-${CHAPPA_PL}-all.patch.gz )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads topal" - -DEPEND="virtual/pam - >=sys-libs/ncurses-5.1 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - kerberos? ( app-crypt/mit-krb5 ) - spell? ( app-text/aspell ) - topal? ( >=net-mail/topal-72 )" -RDEPEND="${DEPEND} - app-misc/mime-types - !onlyalpine? ( !app-editors/pico ) - !onlyalpine? ( !mail-client/pine ) - !<=net-mail/uw-imap-2004g" - -maildir_warn() { - elog - elog "This build of ${PN} has Maildir support built in as" - elog "part of the chappa-all patch." - elog - elog "If you have a maildir at ~/Maildir it will be your" - elog "default INBOX. The path may be changed with the" - elog "\"maildir-location\" setting in alpine." - elog - elog "To use /var/spool/mail INBOX again, set" - elog "\"disable-these-drivers=md\" in your .pinerc file." - elog - elog "Alternately, you might want to read following webpage, which explains how to" - elog "use multiple mailboxes simultaneously:" - elog - elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" - elog -} - -pkg_setup() { - if use smime && use topal ; then - ewarn "You can not have USE='smime topal'. Assuming topal is more important." - fi -} - -src_unpack() { - unpack ${P}.tar.bz2 -} - -src_prepare() { - use chappa && epatch "${DISTDIR}"/${P}-chappa-${CHAPPA_PL}-all.patch.gz - use topal && epatch /usr/share/topal/patches/${P}.patch-{1,2} - - epatch "${FILESDIR}"/2.00-lpam.patch - cd "${S}/imap/src/c-client" - epatch "${FILESDIR}"/CVE-2008-5514.patch -} - -src_configure() { - local myconf="--without-tcl - --with-system-pinerc=/etc/pine.conf - --with-system-fixed-pinerc=/etc/pine.conf.fixed - --with-ssl-certs-dir=/etc/ssl/certs" - # fixme - # --with-system-mail-directory=DIR? - econf $(use_with ssl) \ - $(use_with ldap) \ - $(use_with passfile passfile .pinepwd) \ - $(use_with kerberos krb5) \ - $(use_with threads pthread) \ - $(use_with spell interactive-spellcheck /usr/bin/aspell) \ - $(use_enable nls) \ - $(use_with ipv6) \ - $(use topal || use_with smime) \ - ${myconf} -} - -src_install() { - if use onlyalpine ; then - dobin alpine/alpine || die - doman doc/alpine.1 || die - else - emake DESTDIR="${D}" install || die - doman doc/rpdump.1 doc/rpload.1 || die - fi - - dodoc NOTICE || die - if use chappa ; then - dodoc README.maildir || die - fi - - if use doc ; then - dodoc README doc/brochure.txt doc/tech-notes.txt || die - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/RELNOTES || die - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt || die - - docinto html/tech-notes - dohtml -r doc/tech-notes/ || die - fi -} - -pkg_postinst() { - use chappa && maildir_warn - if use spell ; then - elog - elog "In order to use spell checking" - elog " emerge app-dicts/aspell-\" - elog "and setup alpine with:" - elog " Speller = /usr/bin/aspell -c" - elog - fi - if use topal ; then - elog - elog "In order to use gpg with topal" - elog " read /usr/doc/topal/README.txt" - elog - fi - if use passfile ; then - elog - elog "${PN} will cache passwords between connections." - elog "File ~/.pinepwd will be used for this." - elog - fi -} diff --git a/mail-client/alpine/alpine-2.00.ebuild b/mail-client/alpine/alpine-2.00.ebuild deleted file mode 100644 index 4d99cf602d33..000000000000 --- a/mail-client/alpine/alpine-2.00.ebuild +++ /dev/null @@ -1,141 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/alpine-2.00.ebuild,v 1.4 2009/05/22 14:59:38 armin76 Exp $ - -EAPI="2" - -inherit eutils flag-o-matic - -# http://staff.washington.edu/chappa/alpine/patches/${P}/log.txt -CHAPPA_PL="26" - -DESCRIPTION="alpine is an easy to use text-based based mail and news client" -HOMEPAGE="http://www.washington.edu/alpine/ http://staff.washington.edu/chappa/alpine/" -SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2 - chappa? ( http://staff.washington.edu/chappa/alpine/patches/${P}/all.patch.gz -> ${P}-chappa-${CHAPPA_PL}-all.patch.gz )" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" -IUSE="+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads topal" - -DEPEND="virtual/pam - >=sys-libs/ncurses-5.1 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - kerberos? ( app-crypt/mit-krb5 ) - spell? ( app-text/aspell ) - topal? ( >=net-mail/topal-64 )" -RDEPEND="${DEPEND} - app-misc/mime-types - !onlyalpine? ( !app-editors/pico ) - !onlyalpine? ( !mail-client/pine ) - !<=net-mail/uw-imap-2004g" - -maildir_warn() { - elog - elog "This build of ${PN} has Maildir support built in as" - elog "part of the chappa-all patch." - elog - elog "If you have a maildir at ~/Maildir it will be your" - elog "default INBOX. The path may be changed with the" - elog "\"maildir-location\" setting in alpine." - elog - elog "To use /var/spool/mail INBOX again, set" - elog "\"disable-these-drivers=md\" in your .pinerc file." - elog - elog "Alternately, you might want to read following webpage, which explains how to" - elog "use multiple mailboxes simultaneously:" - elog - elog "http://www.math.washington.edu/~chappa/pine/pine-info/collections/incoming-folders/" - elog -} - -pkg_setup() { - if use smime && use topal ; then - ewarn "You can not have USE='smime topal'. Assuming topal is more important." - fi -} - -src_unpack() { - unpack ${P}.tar.bz2 -} - -src_prepare() { - use chappa && epatch "${DISTDIR}"/${P}-chappa-${CHAPPA_PL}-all.patch.gz - use topal && epatch /usr/share/topal/patches/${P}.patch - - epatch "${FILESDIR}"/2.00-lpam.patch - cd "${S}/imap/src/c-client" - epatch "${FILESDIR}"/CVE-2008-5514.patch -} - -src_configure() { - local myconf="--without-tcl - --with-system-pinerc=/etc/pine.conf - --with-system-fixed-pinerc=/etc/pine.conf.fixed - --with-ssl-certs-dir=/etc/ssl/certs" - # fixme - # --with-system-mail-directory=DIR? - econf $(use_with ssl) \ - $(use_with ldap) \ - $(use_with passfile passfile .pinepwd) \ - $(use_with kerberos krb5) \ - $(use_with threads pthread) \ - $(use_with spell interactive-spellcheck /usr/bin/aspell) \ - $(use_enable nls) \ - $(use_with ipv6) \ - $(use topal || use_with smime) \ - ${myconf} -} - -src_install() { - if use onlyalpine ; then - dobin alpine/alpine || die - doman doc/alpine.1 || die - else - emake DESTDIR="${D}" install || die - doman doc/rpdump.1 doc/rpload.1 || die - fi - - dodoc NOTICE || die - if use chappa ; then - dodoc README.maildir || die - fi - - if use doc ; then - dodoc README doc/brochure.txt doc/tech-notes.txt || die - docinto imap - dodoc imap/docs/*.txt imap/docs/CONFIG imap/docs/RELNOTES || die - - docinto imap/rfc - dodoc imap/docs/rfc/*.txt || die - - docinto html/tech-notes - dohtml -r doc/tech-notes/ || die - fi -} - -pkg_postinst() { - use chappa && maildir_warn - if use spell ; then - elog - elog "In order to use spell checking" - elog " emerge app-dicts/aspell-\" - elog "and setup alpine with:" - elog " Speller = /usr/bin/aspell -c" - elog - fi - if use topal ; then - elog - elog "In order to use gpg with topal" - elog " read /usr/doc/topal/README.txt" - elog - fi - if use passfile ; then - elog - elog "${PN} will cache passwords between connections." - elog "File ~/.pinepwd will be used for this." - elog - fi -} diff --git a/mail-client/thunderbird-bin/thunderbird-bin-10.0.11.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-10.0.11.ebuild index 4e304cc8e3b7..d09848f93329 100644 --- a/mail-client/thunderbird-bin/thunderbird-bin-10.0.11.ebuild +++ b/mail-client/thunderbird-bin/thunderbird-bin-10.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/thunderbird-bin-10.0.11.ebuild,v 1.1 2012/11/22 06:57:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/thunderbird-bin-10.0.11.ebuild,v 1.2 2012/11/27 12:27:22 ago Exp $ EAPI="4" MOZ_ESR="1" @@ -35,7 +35,7 @@ SRC_URI="${SRC_URI} HOMEPAGE="http://www.mozilla.com/thunderbird" RESTRICT="strip mirror binchecks" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="+crashreporter" diff --git a/mail-client/thunderbird/thunderbird-10.0.11.ebuild b/mail-client/thunderbird/thunderbird-10.0.11.ebuild index 89d41b07d80f..174db53a5735 100644 --- a/mail-client/thunderbird/thunderbird-10.0.11.ebuild +++ b/mail-client/thunderbird/thunderbird-10.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-10.0.11.ebuild,v 1.1 2012/11/24 20:19:23 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-10.0.11.ebuild,v 1.2 2012/11/27 12:26:54 ago Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -30,7 +30,7 @@ inherit flag-o-matic toolchain-funcs mozconfig-3 makeedit multilib autotools pax DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="bindist gconf +crypt +ipc +lightning +minimal mozdom +webm selinux" diff --git a/mail-filter/gld/gld-1.7-r1.ebuild b/mail-filter/gld/gld-1.7-r1.ebuild deleted file mode 100644 index c2653cb0c533..000000000000 --- a/mail-filter/gld/gld-1.7-r1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.7-r1.ebuild,v 1.4 2011/06/22 21:35:10 ranger Exp $ - -EAPI="2" - -inherit toolchain-funcs - -DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix" -HOMEPAGE="http://www.gasmi.net/gld.html" -SRC_URI="http://www.gasmi.net/down/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="postgres" -# Not adding a mysql USE flag. The package defaults to it, so we will too. -DEPEND="sys-libs/zlib - >=dev-libs/openssl-0.9.6 - postgres? ( dev-db/postgresql-server ) - !postgres? ( virtual/mysql )" - -src_prepare() { - sed -i gld.conf \ - -e 's:^LOOPBACKONLY=.*:LOOPBACKONLY=1:' \ - -e 's:^#USER=.*:USER=nobody:' \ - -e 's:^#GROUP=.*:GROUP=nobody:' \ - || die "sed gld.conf failed" - - sed -i Makefile.in \ - -e '/ -c /{s|-O2|$(CFLAGS)|g}' \ - -e '/ -o /{s|-O2|$(CFLAGS) $(LDFLAGS)|g}' \ - -e '/strip/d' \ - || die "sed Makefile.in failed" -} - -src_configure() { - tc-export CC - # It's kind of weird. $(use_with postgres pgsql) won't work if you don't - # use it... - if use postgres ; then - myconf="${myconf} --with-pgsql" - fi - - econf ${myconf} || die "econf failed" -} - -src_install() { - dobin gld - - insinto /etc - newins gld.conf gld.conf.example - - dodoc HISTORY README* - - insinto /usr/share/${PN}/sql - doins *.pgsql *-whitelist.sql "${FILESDIR}"/tables.sql - - newinitd "${FILESDIR}"/gld.rc gld -} - -pkg_postinst() { - elog - elog "Please read the README file in /usr/share/doc/${PF} for" - elog "details on how to setup gld." - elog - elog "The sql files have been installed to /usr/share/${PN}/sql." - elog -} diff --git a/mail-filter/opendkim/Manifest b/mail-filter/opendkim/Manifest index 289306e03ea0..4f34c90e6114 100644 --- a/mail-filter/opendkim/Manifest +++ b/mail-filter/opendkim/Manifest @@ -1,7 +1,3 @@ -DIST opendkim-2.4.3.tar.gz 1381956 SHA256 c3ef73c5aa2bf8a6626b822cea08b72c954376ae892d596346973d11003c0906 -DIST opendkim-2.5.2.tar.gz 1475225 SHA256 fb6994ea4bbd7e93772517cd3ee0b4ec338ed502a920fa2fa98b34869db167a9 SHA512 cb82163f36ad2a8de35174214729f4dd13c408cfded82e3d1b20d1a05ea3c55ffaba34908d81801b0fc13f59f3a71fce984ecdf3f1fe654fb80b5b3536830b49 WHIRLPOOL c52d5afbfb8708c2e1af7f6e709ef1db3b0a7d753f8c96dcd4530d2210b654e2bc1be2a254e4ddf77c5cc0f80d5bffe637e727a1dd230d5999765dccdaa68a40 -DIST opendkim-2.6.3.tar.gz 1127456 SHA256 6208d1bdf3e754cd26e3c9dd95ed68f00f9236e471242c176f2a6a61ede37216 SHA512 a9cbbac94cf23b613adb19e2fb38bda406d1874dd53be7ab0bae44860c284403ee33a1ca8b5aebe7964d0ea832169efa4c41c3ae93c37b8586904a0ecb431e19 WHIRLPOOL c12be4edbd42347d2e5e54d8073d948dbcbf84a15a3869ded14299baef08cd321487f2ea17f8d8e995e63fd0954a195c887046aca4e164f0a438417dabdc56ba -DIST opendkim-2.6.4.tar.gz 1127508 SHA256 ff0c53eb93f21bca88f803668d32e127d884c83f850c159eb291898656dc622f SHA512 3706a75b259c96b9bd9efa7a79cb470bb5d3276d9080378ffe7dce771ae9e90797e5c6f5a24b89a1a23ff15cd379d6203938b2145ac0fc6a090e3a3fa708524f WHIRLPOOL 8a8ba93acfb82c676a528af35f2b70c05edb1a8f508ed9e5e855e8ab78941e8e757425610a3536a78c740a964893a79862252a83536989ff720b402e25c81318 DIST opendkim-2.6.7.tar.gz 1129124 SHA256 45da209ccddfb6f6888ac2366b6e38a6460b36ff0da527aed910217cead6fc84 SHA512 f47f4c4805b96a2c57774dd69a7770751649397866b29392aa756c4b143579d93951166c817342fde12b8994251a8b44d2de61e6059fd04686e04aa6e668cdd3 WHIRLPOOL df662ca97ac937720038b16fb8b5e8f3f1d6a9d5b73102082a889abddaa003ca8ddf8fcba670fb16f7d00e4fd8b07fc0ddaff97f070e795822350751b0cb0608 DIST opendkim-2.6.8.tar.gz 1141247 SHA256 1b2e9033842634a1dc891afa10a94ba58c0e7663670e2faf117b27bead541edc SHA512 0f1a48741194d9d47b9e301bb1d1a32f0396f12ed93eeafcaea74783e5ca9fb1f0a7cc6bb384df687d30026105e65c33c6b9cee86aa836906d959b4d2315946e WHIRLPOOL 00c841fc5d73ab7b0fe26a4612e8a319087a8a15a3a7fb5bcd61ad98cb9b5cf860fb54c98077ad99792d1e5c626bd2ce69eabb1da560f45725d23170e9100293 DIST opendkim-2.7.0.tar.gz 1143836 SHA256 f5c2319ec23fa20a6bd4bb1b4abc005f6a7dbb77852c13091a3f2a042f82fee2 SHA512 17c53cfb7198162446c5db72d6bb234d41fcb6f167e12ee04609e36fd78916a2133f9f401800dd24e29ed811e4e123090296f24611b5fef6525711377642e320 WHIRLPOOL 52c8a0e20e2e2e3ba6364b0e14bd6122fcf3566c59029464fa5d9a1d5cf697dd89a1ce99b970987bf62c83768a64fe0be1caf02941f6153538368fd2428a9fd1 diff --git a/mail-filter/opendkim/files/opendkim-2.4.0-ipv6.patch b/mail-filter/opendkim/files/opendkim-2.4.0-ipv6.patch deleted file mode 100644 index 334087d9de71..000000000000 --- a/mail-filter/opendkim/files/opendkim-2.4.0-ipv6.patch +++ /dev/null @@ -1,18 +0,0 @@ -Don't assume ipv6 is available ---- opendkim/tests/t-peer.lua 2011-03-19 06:11:53.000000000 +0200 -+++ opendkim/tests/t-peer.lua 2011-06-27 09:42:25.342413931 +0300 -@@ -37,14 +37,6 @@ - { "localhost", "192.168.1.130", SMFIR_CONTINUE }, - { "localhost", "192.168.1.131", SMFIR_CONTINUE }, - { "localhost", "192.168.1.132", SMFIR_ACCEPT }, ---- ipv6 tests -- { "localhost", "9001:db8::8:800:200c:417a", SMFIR_CONTINUE }, -- { "localhost", "2001:db8::91", SMFIR_ACCEPT }, -- { "localhost", "2001:db8::fff0", SMFIR_CONTINUE }, -- { "localhost", "2001:db8::fff1", SMFIR_CONTINUE }, -- { "localhost", "2001:db8::fff2", SMFIR_CONTINUE }, -- { "localhost", "2001:db8::fff3", SMFIR_CONTINUE }, -- { "localhost", "2001:db8::fff4", SMFIR_ACCEPT } - } - - for index = 1, table.getn(test) diff --git a/mail-filter/opendkim/opendkim-2.4.3.ebuild b/mail-filter/opendkim/opendkim-2.4.3.ebuild deleted file mode 100644 index da9c08ccee2f..000000000000 --- a/mail-filter/opendkim/opendkim-2.4.3.ebuild +++ /dev/null @@ -1,203 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.4.3.ebuild,v 1.4 2012/06/04 23:58:02 zmedico Exp $ - -EAPI=4 - -inherit eutils db-use user - -# for betas -#MY_P=${P/_b/.B} -#S=${WORKDIR}/${PN}-2.0.0 -#SRC_URI="mirror://sourceforge/opendkim/${MY_P}.tar.gz" - -DESCRIPTION="A milter-based application to provide DKIM signing and verification" -HOMEPAGE="http://opendkim.org" -SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz" - -LICENSE="Sendmail-Open-Source BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="asyncdns +berkdb ldap lua opendbx poll sasl +ssl static-libs unbound" - -# FUTURE: diffheaders (libtre error) - bug #296813 - -DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) - ssl? ( >=dev-libs/openssl-0.9.8 ) - berkdb? ( >=sys-libs/db-3.2 ) - opendbx? ( >=dev-db/opendbx-1.4.0 ) - lua? ( dev-lang/lua ) - ldap? ( net-nds/openldap ) - sasl? ( dev-libs/cyrus-sasl ) - unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )" - #diffheaders? ( dev-libs/tre ) - #gnutls? ( >=net-libs/gnutls-2.11.7 ) - -RDEPEND="${DEPEND}" - -REQUIRED_USE="sasl? ( ldap ) - lua? ( berkdb )" - -pkg_setup() { - enewgroup milter - # mail-milter/spamass-milter creates milter user with this home directory - # For consistency reasons, milter user must be created here with this home directory - # even though this package doesn't need a home directory for this user (#280571) - enewuser milter -1 -1 /var/lib/milter milter -} - -src_prepare() { - sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \ - -e 's:/var/db/opendkim:/var/lib/opendkim:g' \ - -e 's:/etc/mail:/etc/opendkim:g' \ - -e 's:mailnull:milter:g' \ - -e 's:^#[[:space:]]*PidFile.*:PidFile /var/run/opendkim/opendkim.pid:' \ - opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \ - contrib/stats/opendkim-reportstats || die -} - -src_configure() { - local myconf - if use berkdb ; then - myconf=$(db_includedir) - myconf="--with-db-incdir=${myconf#-I}" - myconf+=" --enable-popauth" - myconf+=" --enable-query_cache" - myconf+=" --enable-report_intervals" - myconf+=" --enable-stats" - fi - if use asyncdns ; then - if use unbound; then - myconf+=" --with-unbound" - else - myconf+=" --enable-arlib" - fi - else - myconf+=" $(use_with unbound) --disable-arlib" - fi - if use ldap; then - myconf+=" $(use_with sasl)" - fi - econf \ - $(use_with berkdb db) \ - $(use_with opendbx odbx) \ - $(use_with lua) \ - $(use_enable lua statsext) \ - $(use_enable lua rbl) \ - $(use_with ldap openldap) \ - $(use_enable ldap ldap_caching) \ - $(use_enable poll) \ - $(use_enable static-libs static) \ - ${myconf} \ - --docdir=/usr/share/doc/${PF} \ - --enable-filter \ - --without-domainkeys \ - --enable-oversign \ - --enable-adsp_lists \ - --enable-dkim_reputation \ - --enable-identity_header \ - --enable-rate_limit \ - --enable-redirect \ - --enable-resign \ - --enable-replace_rules \ - --enable-selector_header \ - --enable-default_sender \ - --enable-sender_macro \ - --enable-vbr \ - --disable-rpath \ - --disable-live-testing - #$(use_enable diffheaders) -} - -src_install() { - emake DESTDIR="${D}" install - # file collision - rm -f "${D}"/usr/share/man/man3/ar.3 - - dosbin contrib/stats/opendkim-reportstats - newinitd "${FILESDIR}/opendkim.init.r2" opendkim - dodir /etc/opendkim /var/lib/opendkim - fowners milter:milter /var/lib/opendkim - - # default configuration - if [ ! -f "${ROOT}"/etc/opendkim/opendkim.conf ]; then - grep ^[^#] "${S}"/opendkim/opendkim.conf.simple \ - > "${D}"/etc/opendkim/opendkim.conf - if use unbound; then - echo TrustedAnchorFile /etc/dnssec/root-anchors.txt >> "${D}"/etc/opendkim/opendkim.conf - fi - echo UserID milter >> "${D}"/etc/opendkim/opendkim.conf - if use berkdb; then - echo Statistics /var/lib/opendkim/stats.dat >> \ - "${D}"/etc/opendkim/opendkim.conf - fi - fi - - use static-libs || find "${D}" -name "*.la" -delete -} - -pkg_postinst() { - elog "If you want to sign your mail messages and need some help" - elog "please run:" - elog " emerge --config ${CATEGORY}/${PN}" - elog "It will help you create your key and give you hints on how" - elog "to configure your DNS and MTA." - - ewarn "Make sure your MTA has r/w access to the socket file." - ewarn "This can be done either by setting UMask to 002 and adding MTA's user" - ewarn "to milter group or you can simply set UMask to 000." -} - -pkg_config() { - local selector keysize pubkey - - read -p "Enter the selector name (default ${HOSTNAME}): " selector - [[ -n "${selector}" ]] || selector=${HOSTNAME} - if [[ -z "${selector}" ]]; then - eerror "Oddly enough, you don't have a HOSTNAME." - return 1 - fi - if [[ -f "${ROOT}"etc/opendkim/${selector}.private ]]; then - ewarn "The private key for this selector already exists." - else - einfo "Select the size of private key:" - einfo " [1] 512 bits" - einfo " [2] 1024 bits" - while read -n 1 -s -p " Press 1 or 2 on the keyboard to select the key size " keysize ; do - [[ "${keysize}" == "1" || "${keysize}" == "2" ]] && echo && break - done - case ${keysize} in - 1) keysize=512 ;; - *) keysize=1024 ;; - esac - - # generate the private and public keys - opendkim-genkey -b ${keysize} -D "${ROOT}"etc/opendkim/ \ - -s ${selector} -d '(your domain)' && \ - chown milter:milter \ - "${ROOT}"etc/opendkim/"${selector}".private || \ - { eerror "Failed to create private and public keys." ; return 1; } - chmod go-r "${ROOT}"etc/opendkim/"${selector}".private - fi - - # opendkim selector configuration - echo - einfo "Make sure you have the following settings in your /etc/opendkim/opendkim.conf:" - einfo " Keyfile /etc/opendkim/${selector}.private" - einfo " Selector ${selector}" - - # MTA configuration - echo - einfo "If you are using Postfix, add following lines to your main.cf:" - einfo " smtpd_milters = unix:/var/run/opendkim/opendkim.sock" - einfo " non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock" - einfo " and read http://www.postfix.org/MILTER_README.html" - - # DNS configuration - einfo "After you configured your MTA, publish your key by adding this TXT record to your domain:" - cat "${ROOT}"etc/opendkim/${selector}.txt - einfo "t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:" - einfo " http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text" - einfo - einfo "Also look at the ADSP http://tools.ietf.org/html/rfc5617" -} diff --git a/mail-filter/opendkim/opendkim-2.5.2-r1.ebuild b/mail-filter/opendkim/opendkim-2.5.2-r1.ebuild deleted file mode 100644 index b8586f649f66..000000000000 --- a/mail-filter/opendkim/opendkim-2.5.2-r1.ebuild +++ /dev/null @@ -1,204 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.5.2-r1.ebuild,v 1.4 2012/07/04 07:34:21 jdhore Exp $ - -EAPI=4 - -inherit eutils db-use autotools user - -# for betas -#MY_P=${P/_b/.B} -#S=${WORKDIR}/${PN}-2.0.0 -#SRC_URI="mirror://sourceforge/opendkim/${MY_P}.tar.gz" - -DESCRIPTION="A milter-based application to provide DKIM signing and verification" -HOMEPAGE="http://opendkim.org" -SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz" - -LICENSE="Sendmail-Open-Source BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="asyncdns +berkdb ldap lua opendbx poll sasl +ssl static-libs unbound" - -# FUTURE: diffheaders (libtre error) - bug #296813 - -DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) - ssl? ( >=dev-libs/openssl-0.9.8 ) - berkdb? ( >=sys-libs/db-3.2 ) - opendbx? ( >=dev-db/opendbx-1.4.0 ) - lua? ( dev-lang/lua ) - ldap? ( net-nds/openldap ) - sasl? ( dev-libs/cyrus-sasl ) - unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )" - #diffheaders? ( dev-libs/tre ) - #gnutls? ( >=net-libs/gnutls-2.11.7 ) - -RDEPEND="${DEPEND}" - -REQUIRED_USE="sasl? ( ldap )" - #lua? ( berkdb )" - -pkg_setup() { - enewgroup milter - # mail-milter/spamass-milter creates milter user with this home directory - # For consistency reasons, milter user must be created here with this home directory - # even though this package doesn't need a home directory for this user (#280571) - enewuser milter -1 -1 /var/lib/milter milter -} - -src_prepare() { - sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \ - -e 's:/var/db/opendkim:/var/lib/opendkim:g' \ - -e 's:/etc/mail:/etc/opendkim:g' \ - -e 's:mailnull:milter:g' \ - -e 's:^#[[:space:]]*PidFile.*:PidFile /var/run/opendkim/opendkim.pid:' \ - opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \ - contrib/stats/opendkim-reportstats || die - - sed -i -e 's:dist_doc_DATA:dist_html_DATA:' libopendkim/docs/Makefile.am \ - || die - - eautoreconf -} - -src_configure() { - local myconf - if use berkdb ; then - myconf=$(db_includedir) - myconf="--with-db-incdir=${myconf#-I}" - myconf+=" --enable-popauth" - myconf+=" --enable-query_cache" - fi - if use asyncdns ; then - if use unbound; then - myconf+=" --with-unbound" - else - myconf+=" --enable-arlib" - fi - else - myconf+=" $(use_with unbound) --disable-arlib" - fi - if use ldap; then - myconf+=" $(use_with sasl)" - fi - econf \ - $(use_with berkdb db) \ - $(use_with opendbx odbx) \ - $(use_with lua) \ - $(use_enable lua rbl) \ - $(use_with ldap openldap) \ - $(use_enable poll) \ - $(use_enable static-libs static) \ - ${myconf} \ - --docdir=/usr/share/doc/${PF} \ - --htmldir=/usr/share/doc/${PF}/html \ - --enable-filter \ - --enable-oversign \ - --enable-adsp_lists \ - --enable-dkim_reputation \ - --enable-identity_header \ - --enable-rate_limit \ - --enable-redirect \ - --enable-resign \ - --enable-replace_rules \ - --enable-selector_header \ - --enable-default_sender \ - --enable-sender_macro \ - --enable-vbr \ - --disable-rpath \ - --disable-live-testing - #$(use_enable diffheaders) -} - -src_install() { - emake DESTDIR="${D}" install - # file collision - rm -f "${D}"/usr/share/man/man3/ar.3 - - dosbin contrib/stats/opendkim-reportstats - newinitd "${FILESDIR}/opendkim.init.r2" opendkim - dodir /etc/opendkim /var/lib/opendkim - fowners milter:milter /var/lib/opendkim - - # default configuration - if [ ! -f "${ROOT}"/etc/opendkim/opendkim.conf ]; then - grep ^[^#] "${S}"/opendkim/opendkim.conf.simple \ - > "${D}"/etc/opendkim/opendkim.conf - if use unbound; then - echo TrustedAnchorFile /etc/dnssec/root-anchors.txt >> "${D}"/etc/opendkim/opendkim.conf - fi - echo UserID milter >> "${D}"/etc/opendkim/opendkim.conf - if use berkdb; then - echo Statistics /var/lib/opendkim/stats.dat >> \ - "${D}"/etc/opendkim/opendkim.conf - fi - fi - - use static-libs || find "${D}" -name "*.la" -delete -} - -pkg_postinst() { - elog "If you want to sign your mail messages and need some help" - elog "please run:" - elog " emerge --config ${CATEGORY}/${PN}" - elog "It will help you create your key and give you hints on how" - elog "to configure your DNS and MTA." - - ewarn "Make sure your MTA has r/w access to the socket file." - ewarn "This can be done either by setting UMask to 002 and adding MTA's user" - ewarn "to milter group or you can simply set UMask to 000." -} - -pkg_config() { - local selector keysize pubkey - - read -p "Enter the selector name (default ${HOSTNAME}): " selector - [[ -n "${selector}" ]] || selector=${HOSTNAME} - if [[ -z "${selector}" ]]; then - eerror "Oddly enough, you don't have a HOSTNAME." - return 1 - fi - if [[ -f "${ROOT}"etc/opendkim/${selector}.private ]]; then - ewarn "The private key for this selector already exists." - else - einfo "Select the size of private key:" - einfo " [1] 512 bits" - einfo " [2] 1024 bits" - while read -n 1 -s -p " Press 1 or 2 on the keyboard to select the key size " keysize ; do - [[ "${keysize}" == "1" || "${keysize}" == "2" ]] && echo && break - done - case ${keysize} in - 1) keysize=512 ;; - *) keysize=1024 ;; - esac - - # generate the private and public keys - opendkim-genkey -b ${keysize} -D "${ROOT}"etc/opendkim/ \ - -s ${selector} -d '(your domain)' && \ - chown milter:milter \ - "${ROOT}"etc/opendkim/"${selector}".private || \ - { eerror "Failed to create private and public keys." ; return 1; } - chmod go-r "${ROOT}"etc/opendkim/"${selector}".private - fi - - # opendkim selector configuration - echo - einfo "Make sure you have the following settings in your /etc/opendkim/opendkim.conf:" - einfo " Keyfile /etc/opendkim/${selector}.private" - einfo " Selector ${selector}" - - # MTA configuration - echo - einfo "If you are using Postfix, add following lines to your main.cf:" - einfo " smtpd_milters = unix:/var/run/opendkim/opendkim.sock" - einfo " non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock" - einfo " and read http://www.postfix.org/MILTER_README.html" - - # DNS configuration - einfo "After you configured your MTA, publish your key by adding this TXT record to your domain:" - cat "${ROOT}"etc/opendkim/${selector}.txt - einfo "t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:" - einfo " http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text" - einfo - einfo "Also look at the ADSP http://tools.ietf.org/html/rfc5617" -} diff --git a/mail-filter/opendkim/opendkim-2.6.3.ebuild b/mail-filter/opendkim/opendkim-2.6.3.ebuild deleted file mode 100644 index 2b9b3bda3afe..000000000000 --- a/mail-filter/opendkim/opendkim-2.6.3.ebuild +++ /dev/null @@ -1,202 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.6.3.ebuild,v 1.1 2012/07/12 17:14:04 eras Exp $ - -EAPI=4 -inherit eutils db-use autotools user - -# for betas -#MY_P=${P/_b/.B} -#S=${WORKDIR}/${PN}-2.0.0 -#SRC_URI="mirror://sourceforge/opendkim/${MY_P}.tar.gz" - -DESCRIPTION="A milter-based application to provide DKIM signing and verification" -HOMEPAGE="http://opendkim.org" -SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz" - -LICENSE="Sendmail-Open-Source BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="asyncdns +berkdb ldap lua opendbx poll sasl +ssl static-libs unbound" - -# FUTURE: diffheaders (libtre error) - bug #296813 - -DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) - ssl? ( >=dev-libs/openssl-0.9.8 ) - berkdb? ( >=sys-libs/db-3.2 ) - opendbx? ( >=dev-db/opendbx-1.4.0 ) - lua? ( dev-lang/lua ) - ldap? ( net-nds/openldap ) - sasl? ( dev-libs/cyrus-sasl ) - unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )" - #diffheaders? ( dev-libs/tre ) - #gnutls? ( >=net-libs/gnutls-2.11.7 ) - -RDEPEND="${DEPEND}" - -REQUIRED_USE="sasl? ( ldap )" - #lua? ( berkdb )" - -pkg_setup() { - enewgroup milter - # mail-milter/spamass-milter creates milter user with this home directory - # For consistency reasons, milter user must be created here with this home directory - # even though this package doesn't need a home directory for this user (#280571) - enewuser milter -1 -1 /var/lib/milter milter -} - -src_prepare() { - sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \ - -e 's:/var/db/opendkim:/var/lib/opendkim:g' \ - -e 's:/etc/mail:/etc/opendkim:g' \ - -e 's:mailnull:milter:g' \ - -e 's:^#[[:space:]]*PidFile.*:PidFile /var/run/opendkim/opendkim.pid:' \ - opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \ - stats/opendkim-reportstats || die - - sed -i -e 's:dist_doc_DATA:dist_html_DATA:' libopendkim/docs/Makefile.am \ - || die - - eautoreconf -} - -src_configure() { - local myconf - if use berkdb ; then - myconf=$(db_includedir) - myconf="--with-db-incdir=${myconf#-I}" - myconf+=" --enable-popauth" - myconf+=" --enable-query_cache" - fi - if use asyncdns ; then - if use unbound; then - myconf+=" --with-unbound" - else - myconf+=" --enable-arlib" - fi - else - myconf+=" $(use_with unbound) --disable-arlib" - fi - if use ldap; then - myconf+=" $(use_with sasl)" - fi - econf \ - $(use_with berkdb db) \ - $(use_with opendbx odbx) \ - $(use_with lua) \ - $(use_enable lua rbl) \ - $(use_with ldap openldap) \ - $(use_enable poll) \ - $(use_enable static-libs static) \ - ${myconf} \ - --docdir=/usr/share/doc/${PF} \ - --htmldir=/usr/share/doc/${PF}/html \ - --enable-filter \ - --enable-oversign \ - --enable-adsp_lists \ - --enable-dkim_reputation \ - --enable-identity_header \ - --enable-rate_limit \ - --enable-redirect \ - --enable-resign \ - --enable-replace_rules \ - --enable-default_sender \ - --enable-sender_macro \ - --enable-vbr \ - --disable-rpath \ - --disable-live-testing - #$(use_enable diffheaders) -} - -src_install() { - emake DESTDIR="${D}" install - # file collision - rm -f "${D}"/usr/share/man/man3/ar.3 - - dosbin stats/opendkim-reportstats - newinitd "${FILESDIR}/opendkim.init.r2" opendkim - dodir /etc/opendkim /var/lib/opendkim - fowners milter:milter /var/lib/opendkim - - # default configuration - if [ ! -f "${ROOT}"/etc/opendkim/opendkim.conf ]; then - grep ^[^#] "${S}"/opendkim/opendkim.conf.simple \ - > "${D}"/etc/opendkim/opendkim.conf - if use unbound; then - echo TrustedAnchorFile /etc/dnssec/root-anchors.txt >> "${D}"/etc/opendkim/opendkim.conf - fi - echo UserID milter >> "${D}"/etc/opendkim/opendkim.conf - if use berkdb; then - echo Statistics /var/lib/opendkim/stats.dat >> \ - "${D}"/etc/opendkim/opendkim.conf - fi - fi - - use static-libs || find "${D}" -name "*.la" -delete -} - -pkg_postinst() { - elog "If you want to sign your mail messages and need some help" - elog "please run:" - elog " emerge --config ${CATEGORY}/${PN}" - elog "It will help you create your key and give you hints on how" - elog "to configure your DNS and MTA." - - ewarn "Make sure your MTA has r/w access to the socket file." - ewarn "This can be done either by setting UMask to 002 and adding MTA's user" - ewarn "to milter group or you can simply set UMask to 000." -} - -pkg_config() { - local selector keysize pubkey - - read -p "Enter the selector name (default ${HOSTNAME}): " selector - [[ -n "${selector}" ]] || selector=${HOSTNAME} - if [[ -z "${selector}" ]]; then - eerror "Oddly enough, you don't have a HOSTNAME." - return 1 - fi - if [[ -f "${ROOT}"etc/opendkim/${selector}.private ]]; then - ewarn "The private key for this selector already exists." - else - einfo "Select the size of private key:" - einfo " [1] 512 bits" - einfo " [2] 1024 bits" - while read -n 1 -s -p " Press 1 or 2 on the keyboard to select the key size " keysize ; do - [[ "${keysize}" == "1" || "${keysize}" == "2" ]] && echo && break - done - case ${keysize} in - 1) keysize=512 ;; - *) keysize=1024 ;; - esac - - # generate the private and public keys - opendkim-genkey -b ${keysize} -D "${ROOT}"etc/opendkim/ \ - -s ${selector} -d '(your domain)' && \ - chown milter:milter \ - "${ROOT}"etc/opendkim/"${selector}".private || \ - { eerror "Failed to create private and public keys." ; return 1; } - chmod go-r "${ROOT}"etc/opendkim/"${selector}".private - fi - - # opendkim selector configuration - echo - einfo "Make sure you have the following settings in your /etc/opendkim/opendkim.conf:" - einfo " Keyfile /etc/opendkim/${selector}.private" - einfo " Selector ${selector}" - - # MTA configuration - echo - einfo "If you are using Postfix, add following lines to your main.cf:" - einfo " smtpd_milters = unix:/var/run/opendkim/opendkim.sock" - einfo " non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock" - einfo " and read http://www.postfix.org/MILTER_README.html" - - # DNS configuration - einfo "After you configured your MTA, publish your key by adding this TXT record to your domain:" - cat "${ROOT}"etc/opendkim/${selector}.txt - einfo "t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:" - einfo " http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text" - einfo - einfo "Also look at the ADSP http://tools.ietf.org/html/rfc5617" -} diff --git a/mail-filter/opendkim/opendkim-2.6.4.ebuild b/mail-filter/opendkim/opendkim-2.6.4.ebuild deleted file mode 100644 index 7b0f97347467..000000000000 --- a/mail-filter/opendkim/opendkim-2.6.4.ebuild +++ /dev/null @@ -1,202 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.6.4.ebuild,v 1.1 2012/07/13 06:17:44 eras Exp $ - -EAPI=4 -inherit eutils db-use autotools user - -# for betas -#MY_P=${P/_b/.B} -#S=${WORKDIR}/${PN}-2.0.0 -#SRC_URI="mirror://sourceforge/opendkim/${MY_P}.tar.gz" - -DESCRIPTION="A milter-based application to provide DKIM signing and verification" -HOMEPAGE="http://opendkim.org" -SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz" - -LICENSE="Sendmail-Open-Source BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="asyncdns +berkdb ldap lua opendbx poll sasl +ssl static-libs unbound" - -# FUTURE: diffheaders (libtre error) - bug #296813 - -DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) - ssl? ( >=dev-libs/openssl-0.9.8 ) - berkdb? ( >=sys-libs/db-3.2 ) - opendbx? ( >=dev-db/opendbx-1.4.0 ) - lua? ( dev-lang/lua ) - ldap? ( net-nds/openldap ) - sasl? ( dev-libs/cyrus-sasl ) - unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )" - #diffheaders? ( dev-libs/tre ) - #gnutls? ( >=net-libs/gnutls-2.11.7 ) - -RDEPEND="${DEPEND}" - -REQUIRED_USE="sasl? ( ldap )" - #lua? ( berkdb )" - -pkg_setup() { - enewgroup milter - # mail-milter/spamass-milter creates milter user with this home directory - # For consistency reasons, milter user must be created here with this home directory - # even though this package doesn't need a home directory for this user (#280571) - enewuser milter -1 -1 /var/lib/milter milter -} - -src_prepare() { - sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \ - -e 's:/var/db/opendkim:/var/lib/opendkim:g' \ - -e 's:/etc/mail:/etc/opendkim:g' \ - -e 's:mailnull:milter:g' \ - -e 's:^#[[:space:]]*PidFile.*:PidFile /var/run/opendkim/opendkim.pid:' \ - opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \ - stats/opendkim-reportstats || die - - sed -i -e 's:dist_doc_DATA:dist_html_DATA:' libopendkim/docs/Makefile.am \ - || die - - eautoreconf -} - -src_configure() { - local myconf - if use berkdb ; then - myconf=$(db_includedir) - myconf="--with-db-incdir=${myconf#-I}" - myconf+=" --enable-popauth" - myconf+=" --enable-query_cache" - fi - if use asyncdns ; then - if use unbound; then - myconf+=" --with-unbound" - else - myconf+=" --enable-arlib" - fi - else - myconf+=" $(use_with unbound) --disable-arlib" - fi - if use ldap; then - myconf+=" $(use_with sasl)" - fi - econf \ - $(use_with berkdb db) \ - $(use_with opendbx odbx) \ - $(use_with lua) \ - $(use_enable lua rbl) \ - $(use_with ldap openldap) \ - $(use_enable poll) \ - $(use_enable static-libs static) \ - ${myconf} \ - --docdir=/usr/share/doc/${PF} \ - --htmldir=/usr/share/doc/${PF}/html \ - --enable-filter \ - --enable-oversign \ - --enable-adsp_lists \ - --enable-dkim_reputation \ - --enable-identity_header \ - --enable-rate_limit \ - --enable-redirect \ - --enable-resign \ - --enable-replace_rules \ - --enable-default_sender \ - --enable-sender_macro \ - --enable-vbr \ - --disable-rpath \ - --disable-live-testing - #$(use_enable diffheaders) -} - -src_install() { - emake DESTDIR="${D}" install - # file collision - rm -f "${D}"/usr/share/man/man3/ar.3 - - dosbin stats/opendkim-reportstats - newinitd "${FILESDIR}/opendkim.init.r2" opendkim - dodir /etc/opendkim /var/lib/opendkim - fowners milter:milter /var/lib/opendkim - - # default configuration - if [ ! -f "${ROOT}"/etc/opendkim/opendkim.conf ]; then - grep ^[^#] "${S}"/opendkim/opendkim.conf.simple \ - > "${D}"/etc/opendkim/opendkim.conf - if use unbound; then - echo TrustedAnchorFile /etc/dnssec/root-anchors.txt >> "${D}"/etc/opendkim/opendkim.conf - fi - echo UserID milter >> "${D}"/etc/opendkim/opendkim.conf - if use berkdb; then - echo Statistics /var/lib/opendkim/stats.dat >> \ - "${D}"/etc/opendkim/opendkim.conf - fi - fi - - use static-libs || find "${D}" -name "*.la" -delete -} - -pkg_postinst() { - elog "If you want to sign your mail messages and need some help" - elog "please run:" - elog " emerge --config ${CATEGORY}/${PN}" - elog "It will help you create your key and give you hints on how" - elog "to configure your DNS and MTA." - - ewarn "Make sure your MTA has r/w access to the socket file." - ewarn "This can be done either by setting UMask to 002 and adding MTA's user" - ewarn "to milter group or you can simply set UMask to 000." -} - -pkg_config() { - local selector keysize pubkey - - read -p "Enter the selector name (default ${HOSTNAME}): " selector - [[ -n "${selector}" ]] || selector=${HOSTNAME} - if [[ -z "${selector}" ]]; then - eerror "Oddly enough, you don't have a HOSTNAME." - return 1 - fi - if [[ -f "${ROOT}"etc/opendkim/${selector}.private ]]; then - ewarn "The private key for this selector already exists." - else - einfo "Select the size of private key:" - einfo " [1] 512 bits" - einfo " [2] 1024 bits" - while read -n 1 -s -p " Press 1 or 2 on the keyboard to select the key size " keysize ; do - [[ "${keysize}" == "1" || "${keysize}" == "2" ]] && echo && break - done - case ${keysize} in - 1) keysize=512 ;; - *) keysize=1024 ;; - esac - - # generate the private and public keys - opendkim-genkey -b ${keysize} -D "${ROOT}"etc/opendkim/ \ - -s ${selector} -d '(your domain)' && \ - chown milter:milter \ - "${ROOT}"etc/opendkim/"${selector}".private || \ - { eerror "Failed to create private and public keys." ; return 1; } - chmod go-r "${ROOT}"etc/opendkim/"${selector}".private - fi - - # opendkim selector configuration - echo - einfo "Make sure you have the following settings in your /etc/opendkim/opendkim.conf:" - einfo " Keyfile /etc/opendkim/${selector}.private" - einfo " Selector ${selector}" - - # MTA configuration - echo - einfo "If you are using Postfix, add following lines to your main.cf:" - einfo " smtpd_milters = unix:/var/run/opendkim/opendkim.sock" - einfo " non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock" - einfo " and read http://www.postfix.org/MILTER_README.html" - - # DNS configuration - einfo "After you configured your MTA, publish your key by adding this TXT record to your domain:" - cat "${ROOT}"etc/opendkim/${selector}.txt - einfo "t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:" - einfo " http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text" - einfo - einfo "Also look at the ADSP http://tools.ietf.org/html/rfc5617" -} diff --git a/mail-filter/opendkim/opendkim-2.6.7.ebuild b/mail-filter/opendkim/opendkim-2.6.7.ebuild deleted file mode 100644 index 091c7a824e18..000000000000 --- a/mail-filter/opendkim/opendkim-2.6.7.ebuild +++ /dev/null @@ -1,202 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.6.7.ebuild,v 1.1 2012/07/24 09:06:04 eras Exp $ - -EAPI=4 -inherit eutils db-use autotools user - -# for betas -#MY_P=${P/_b/.B} -#S=${WORKDIR}/${PN}-2.0.0 -#SRC_URI="mirror://sourceforge/opendkim/${MY_P}.tar.gz" - -DESCRIPTION="A milter-based application to provide DKIM signing and verification" -HOMEPAGE="http://opendkim.org" -SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz" - -LICENSE="Sendmail-Open-Source BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="asyncdns +berkdb ldap lua opendbx poll sasl +ssl static-libs unbound" - -# FUTURE: diffheaders (libtre error) - bug #296813 - -DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) - ssl? ( >=dev-libs/openssl-0.9.8 ) - berkdb? ( >=sys-libs/db-3.2 ) - opendbx? ( >=dev-db/opendbx-1.4.0 ) - lua? ( dev-lang/lua ) - ldap? ( net-nds/openldap ) - sasl? ( dev-libs/cyrus-sasl ) - unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root )" - #diffheaders? ( dev-libs/tre ) - #gnutls? ( >=net-libs/gnutls-2.11.7 ) - -RDEPEND="${DEPEND}" - -REQUIRED_USE="sasl? ( ldap )" - #lua? ( berkdb )" - -pkg_setup() { - enewgroup milter - # mail-milter/spamass-milter creates milter user with this home directory - # For consistency reasons, milter user must be created here with this home directory - # even though this package doesn't need a home directory for this user (#280571) - enewuser milter -1 -1 /var/lib/milter milter -} - -src_prepare() { - sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \ - -e 's:/var/db/opendkim:/var/lib/opendkim:g' \ - -e 's:/etc/mail:/etc/opendkim:g' \ - -e 's:mailnull:milter:g' \ - -e 's:^#[[:space:]]*PidFile.*:PidFile /var/run/opendkim/opendkim.pid:' \ - opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \ - stats/opendkim-reportstats || die - - sed -i -e 's:dist_doc_DATA:dist_html_DATA:' libopendkim/docs/Makefile.am \ - || die - - eautoreconf -} - -src_configure() { - local myconf - if use berkdb ; then - myconf=$(db_includedir) - myconf="--with-db-incdir=${myconf#-I}" - myconf+=" --enable-popauth" - myconf+=" --enable-query_cache" - fi - if use asyncdns ; then - if use unbound; then - myconf+=" --with-unbound" - else - myconf+=" --enable-arlib" - fi - else - myconf+=" $(use_with unbound) --disable-arlib" - fi - if use ldap; then - myconf+=" $(use_with sasl)" - fi - econf \ - $(use_with berkdb db) \ - $(use_with opendbx odbx) \ - $(use_with lua) \ - $(use_enable lua rbl) \ - $(use_with ldap openldap) \ - $(use_enable poll) \ - $(use_enable static-libs static) \ - ${myconf} \ - --docdir=/usr/share/doc/${PF} \ - --htmldir=/usr/share/doc/${PF}/html \ - --enable-filter \ - --enable-oversign \ - --enable-adsp_lists \ - --enable-dkim_reputation \ - --enable-identity_header \ - --enable-rate_limit \ - --enable-redirect \ - --enable-resign \ - --enable-replace_rules \ - --enable-default_sender \ - --enable-sender_macro \ - --enable-vbr \ - --disable-rpath \ - --disable-live-testing - #$(use_enable diffheaders) -} - -src_install() { - emake DESTDIR="${D}" install - # file collision - rm -f "${D}"/usr/share/man/man3/ar.3 - - dosbin stats/opendkim-reportstats - newinitd "${FILESDIR}/opendkim.init.r2" opendkim - dodir /etc/opendkim /var/lib/opendkim - fowners milter:milter /var/lib/opendkim - - # default configuration - if [ ! -f "${ROOT}"/etc/opendkim/opendkim.conf ]; then - grep ^[^#] "${S}"/opendkim/opendkim.conf.simple \ - > "${D}"/etc/opendkim/opendkim.conf - if use unbound; then - echo TrustedAnchorFile /etc/dnssec/root-anchors.txt >> "${D}"/etc/opendkim/opendkim.conf - fi - echo UserID milter >> "${D}"/etc/opendkim/opendkim.conf - if use berkdb; then - echo Statistics /var/lib/opendkim/stats.dat >> \ - "${D}"/etc/opendkim/opendkim.conf - fi - fi - - use static-libs || find "${D}" -name "*.la" -delete -} - -pkg_postinst() { - elog "If you want to sign your mail messages and need some help" - elog "please run:" - elog " emerge --config ${CATEGORY}/${PN}" - elog "It will help you create your key and give you hints on how" - elog "to configure your DNS and MTA." - - ewarn "Make sure your MTA has r/w access to the socket file." - ewarn "This can be done either by setting UMask to 002 and adding MTA's user" - ewarn "to milter group or you can simply set UMask to 000." -} - -pkg_config() { - local selector keysize pubkey - - read -p "Enter the selector name (default ${HOSTNAME}): " selector - [[ -n "${selector}" ]] || selector=${HOSTNAME} - if [[ -z "${selector}" ]]; then - eerror "Oddly enough, you don't have a HOSTNAME." - return 1 - fi - if [[ -f "${ROOT}"etc/opendkim/${selector}.private ]]; then - ewarn "The private key for this selector already exists." - else - einfo "Select the size of private key:" - einfo " [1] 512 bits" - einfo " [2] 1024 bits" - while read -n 1 -s -p " Press 1 or 2 on the keyboard to select the key size " keysize ; do - [[ "${keysize}" == "1" || "${keysize}" == "2" ]] && echo && break - done - case ${keysize} in - 1) keysize=512 ;; - *) keysize=1024 ;; - esac - - # generate the private and public keys - opendkim-genkey -b ${keysize} -D "${ROOT}"etc/opendkim/ \ - -s ${selector} -d '(your domain)' && \ - chown milter:milter \ - "${ROOT}"etc/opendkim/"${selector}".private || \ - { eerror "Failed to create private and public keys." ; return 1; } - chmod go-r "${ROOT}"etc/opendkim/"${selector}".private - fi - - # opendkim selector configuration - echo - einfo "Make sure you have the following settings in your /etc/opendkim/opendkim.conf:" - einfo " Keyfile /etc/opendkim/${selector}.private" - einfo " Selector ${selector}" - - # MTA configuration - echo - einfo "If you are using Postfix, add following lines to your main.cf:" - einfo " smtpd_milters = unix:/var/run/opendkim/opendkim.sock" - einfo " non_smtpd_milters = unix:/var/run/opendkim/opendkim.sock" - einfo " and read http://www.postfix.org/MILTER_README.html" - - # DNS configuration - einfo "After you configured your MTA, publish your key by adding this TXT record to your domain:" - cat "${ROOT}"etc/opendkim/${selector}.txt - einfo "t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:" - einfo " http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text" - einfo - einfo "Also look at the ADSP http://tools.ietf.org/html/rfc5617" -} diff --git a/mail-filter/spamass-milter/Manifest b/mail-filter/spamass-milter/Manifest index a5db2abc69d0..8472bbd8a3e1 100644 --- a/mail-filter/spamass-milter/Manifest +++ b/mail-filter/spamass-milter/Manifest @@ -1,2 +1 @@ -DIST spamass-milter-0.3.1.tar.bz2 116591 SHA256 d7423835af7bb9cdf97bba7f31c5bea197dc86a600133d354aa6083bf1bbd24c DIST spamass-milter-0.3.2.tar.bz2 125350 SHA256 ba2eb8c9e4c50307ffae38bb06444b9830695e742e9fd8c9da40953e7e1d830b SHA512 19279c53c8af738fbdd796e3aa382754474fc8c2ed17a3f857906d61740aefbd30f4759952fc1aaeff31af492fa8782363cbaac8ea1f389b4e2c1237226086d8 WHIRLPOOL e7e9df528b12a1b9b29f1ace8c2d0e7398806aac0ca148ee74f68fa0c2a86240578e36e8d20a21279159ccbef3f651ec27eb2286351f0396014ad4fce5fb6c87 diff --git a/mail-filter/spamass-milter/files/spamass-milter-header.patch b/mail-filter/spamass-milter/files/spamass-milter-header.patch deleted file mode 100644 index 450b08cd89a8..000000000000 --- a/mail-filter/spamass-milter/files/spamass-milter-header.patch +++ /dev/null @@ -1,15 +0,0 @@ -Do not mangle headers - bug #264304 ---- spamass-milter.cppi~ 2011-06-08 11:33:25.000000000 +0000 -+++ spamass-milter.cpp 2011-06-08 11:34:31.000000000 +0000 -@@ -1002,9 +1002,9 @@ - - assassin->output((string) - "Received: from "+macro_s+" ("+macro__+")\r\n\t"+ -- "by "+macro_j+"("+macro_v+"/"+macro_Z+") with "+macro_r+" id "+macro_i+"\r\n\t"+ -+ "by "+macro_j+" ("+macro_v+"/"+macro_Z+") with "+macro_r+" id "+macro_i+"\r\n\t"+ - macro_b+"\r\n\t"+ -- "(envelope-from "+assassin->from()+"\r\n"); -+ "(envelope-from "+assassin->from()+")\r\n"); - - } else - assassin->output((string)"X-Envelope-To: "+envrcpt[0]+"\r\n"); diff --git a/mail-filter/spamass-milter/files/spamass-milter-popen-r1.patch b/mail-filter/spamass-milter/files/spamass-milter-popen-r1.patch deleted file mode 100644 index b6cc9e3f3c32..000000000000 --- a/mail-filter/spamass-milter/files/spamass-milter-popen-r1.patch +++ /dev/null @@ -1,220 +0,0 @@ ---- spamass-milter.cpp 2011-07-09 11:26:20.000000000 +0000 -+++ spamass-milter.cpp 2011-07-09 11:53:53.000000000 +0000 -@@ -172,10 +172,6 @@ - bool warnedmacro = false; /* have we logged that we couldn't fetch a macro? */ - bool ignore_authenticated_senders = false; - --#if defined(__FreeBSD__) /* popen bug - see PR bin/50770 */ --static pthread_mutex_t popen_mutex = PTHREAD_MUTEX_INITIALIZER; --#endif -- - // {{{ main() - - int -@@ -467,59 +463,23 @@ - send another copy. The milter API will not let you send the - message AND return a failure code to the sender, so this is - the only way to do it. */ --#if defined(__FreeBSD__) -- int rv; --#endif -- --#if defined(HAVE_ASPRINTF) -- char *buf; --#else -- char buf[1024]; --#endif -- char *fmt="%s \"%s\""; -+ char sendmail_prog[] = SENDMAIL; -+ char *const popen_argv[] = { sendmail_prog, spambucket, NULL }; - FILE *p; -+ pid_t pid; - --#if defined(HAVE_ASPRINTF) -- asprintf(&buf, fmt, SENDMAIL, spambucket); --#else --#if defined(HAVE_SNPRINTF) -- snprintf(buf, sizeof(buf)-1, fmt, SENDMAIL, spambucket); --#else -- /* XXX possible buffer overflow here */ -- sprintf(buf, fmt, SENDMAIL, spambucket); --#endif --#endif -- -- debug(D_COPY, "calling %s", buf); --#if defined(__FreeBSD__) /* popen bug - see PR bin/50770 */ -- rv = pthread_mutex_lock(&popen_mutex); -- if (rv) -- { -- debug(D_ALWAYS, "Could not lock popen mutex: %s", strerror(rv)); -- abort(); -- } --#endif -- p = popen(buf, "w"); -+ debug(D_COPY, "calling %s %s", SENDMAIL, spambucket); -+ p = popenv(popen_argv, "w", &pid); - if (!p) - { -- debug(D_COPY, "popen failed(%s). Will not send a copy to spambucket", strerror(errno)); -+ debug(D_COPY, "popenv failed(%s). Will not send a copy to spambucket", strerror(errno)); - } else - { - // Send message provided by SpamAssassin - fwrite(assassin->d().c_str(), assassin->d().size(), 1, p); -- pclose(p); p = NULL; -+ fclose(p); p = NULL; -+ waitpid(pid, NULL, 0); - } --#if defined(__FreeBSD__) -- rv = pthread_mutex_unlock(&popen_mutex); -- if (rv) -- { -- debug(D_ALWAYS, "Could not unlock popen mutex: %s", strerror(rv)); -- abort(); -- } --#endif --#if defined(HAVE_ASPRINTF) -- free(buf); --#endif - } - return SMFIS_REJECT; - } -@@ -864,30 +824,17 @@ - /* open a pipe to sendmail so we can do address expansion */ - - char buf[1024]; -- char *fmt="%s -bv \"%s\" 2>&1"; -- --#if defined(HAVE_SNPRINTF) -- snprintf(buf, sizeof(buf)-1, fmt, SENDMAIL, envrcpt[0]); --#else -- /* XXX possible buffer overflow here */ -- sprintf(buf, fmt, SENDMAIL, envrcpt[0]); --#endif -- -- debug(D_RCPT, "calling %s", buf); -+ char sendmail_prog[] = SENDMAIL; -+ char sendmail_mode[] = "-bv"; -+ char * const popen_argv[] = { sendmail_prog, sendmail_mode, envrcpt[0], NULL }; -+ pid_t pid; - --#if defined(__FreeBSD__) /* popen bug - see PR bin/50770 */ -- rv = pthread_mutex_lock(&popen_mutex); -- if (rv) -- { -- debug(D_ALWAYS, "Could not lock popen mutex: %s", strerror(rv)); -- abort(); -- } --#endif -+ debug(D_RCPT, "calling %s -bv %s", SENDMAIL, envrcpt[0]); - -- p = popen(buf, "r"); -+ p = popenv(popen_argv, "r", &pid); - if (!p) - { -- debug(D_RCPT, "popen failed(%s). Will not expand aliases", strerror(errno)); -+ debug(D_RCPT, "popenv failed(%s). Will not expand aliases", strerror(errno)); - assassin->expandedrcpt.push_back(envrcpt[0]); - } else - { -@@ -912,16 +859,9 @@ - assassin->expandedrcpt.push_back(p+7); - } - } -- pclose(p); p = NULL; -+ fclose(p); p = NULL; -+ waitpid(pid, NULL, 0); - } --#if defined(__FreeBSD__) -- rv = pthread_mutex_unlock(&popen_mutex); -- if (rv) -- { -- debug(D_ALWAYS, "Could not unlock popen mutex: %s", strerror(rv)); -- abort(); -- } --#endif - } else - { - assassin->expandedrcpt.push_back(envrcpt[0]); -@@ -2179,5 +2119,72 @@ - warnedmacro = true; - } - -+/* -+ untrusted-argument-safe popen function - only supports "r" and "w" modes -+ for simplicity, and always reads stdout and stderr in "r" mode. Call -+ fclose to close the FILE, and waitpid to reap the child process (pid). -+*/ -+FILE *popenv(char *const argv[], const char *type, pid_t *pid) -+{ -+ FILE *iop; -+ int pdes[2]; -+ int save_errno; -+ -+ if ((*type != 'r' && *type != 'w') || type[1]) -+ { -+ errno = EINVAL; -+ return (NULL); -+ } -+ if (pipe(pdes) < 0) -+ return (NULL); -+ switch (*pid = fork()) { -+ -+ case -1: /* Error. */ -+ save_errno = errno; -+ (void)close(pdes[0]); -+ (void)close(pdes[1]); -+ errno = save_errno; -+ return (NULL); -+ /* NOTREACHED */ -+ case 0: /* Child. */ -+ if (*type == 'r') { -+ /* -+ * The dup2() to STDIN_FILENO is repeated to avoid -+ * writing to pdes[1], which might corrupt the -+ * parent's copy. This isn't good enough in -+ * general, since the exit() is no return, so -+ * the compiler is free to corrupt all the local -+ * variables. -+ */ -+ (void)close(pdes[0]); -+ (void)dup2(pdes[1], STDOUT_FILENO); -+ (void)dup2(pdes[1], STDERR_FILENO); -+ if (pdes[1] != STDOUT_FILENO && pdes[1] != STDERR_FILENO) { -+ (void)close(pdes[1]); -+ } -+ } else { -+ if (pdes[0] != STDIN_FILENO) { -+ (void)dup2(pdes[0], STDIN_FILENO); -+ (void)close(pdes[0]); -+ } -+ (void)close(pdes[1]); -+ } -+ execv(argv[0], argv); -+ exit(127); -+ /* NOTREACHED */ -+ } -+ -+ /* Parent; assume fdopen can't fail. */ -+ if (*type == 'r') { -+ iop = fdopen(pdes[0], type); -+ (void)close(pdes[1]); -+ } else { -+ iop = fdopen(pdes[1], type); -+ (void)close(pdes[0]); -+ } -+ -+ return (iop); -+} -+ - // }}} - // vim6:ai:noexpandtab ---- spamass-milter.h 2011-07-09 11:55:14.000000000 +0000 -+++ spamass-milter.h 2011-07-09 11:56:02.000000000 +0000 -@@ -186,5 +186,6 @@ - void parse_debuglevel(char* string); - char *strlwr(char *str); - void warnmacro(char *macro, char *scope); -+FILE *popenv(char *const argv[], const char *type, pid_t *pid); - - #endif diff --git a/mail-filter/spamass-milter/files/spamass-milter.rc3 b/mail-filter/spamass-milter/files/spamass-milter.rc3 deleted file mode 100644 index 20e5dd1af4cb..000000000000 --- a/mail-filter/spamass-milter/files/spamass-milter.rc3 +++ /dev/null @@ -1,38 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamass-milter/files/spamass-milter.rc3,v 1.1 2008/06/15 09:28:02 dertobi123 Exp $ - -depend() { - need net spamd - use logger - before mta -} - -start() { - ebegin "Starting spamass-milter" - start-stop-daemon --start --quiet --pidfile ${PIDFILE} -c ${SOCKET_USER:-milter}:${SOCKET_GROUP:-milter} \ - --exec ${DAEMON} -- -P ${PIDFILE} -p ${SOCKET} -f ${OPTIONS} - eend $? "Failed to start ${DAEMON}" - for ((spamass_timeout=0 ; spamass_timeout <= 20 ; spamass_timeout++)) - do - if [ ! -S "${SOCKET}" -o ! -r "${SOCKET}" ] - then - sleep 1 - else - break - fi - done - chown ${SOCKET_USER:-milter}:${SOCKET_GROUP:-milter} ${SOCKET} 1>/dev/null 2>&1 - chmod ${SOCKET_MODE:-664} ${SOCKET} 1>/dev/null 2>&1 -} - -stop() { - ebegin "Stopping spamass-milter" - start-stop-daemon --stop --quiet --pidfile ${PIDFILE} && - { - sleep 5 - rm -f ${SOCKET} - } - eend $? "Failed to stop ${DAEMON}" -} diff --git a/mail-filter/spamass-milter/spamass-milter-0.3.1-r5.ebuild b/mail-filter/spamass-milter/spamass-milter-0.3.1-r5.ebuild deleted file mode 100644 index d33221b7c67c..000000000000 --- a/mail-filter/spamass-milter/spamass-milter-0.3.1-r5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamass-milter/spamass-milter-0.3.1-r5.ebuild,v 1.3 2012/06/05 00:06:47 zmedico Exp $ - -EAPI=4 - -inherit eutils user - -IUSE="" - -DESCRIPTION="A milter for SpamAssassin" -HOMEPAGE="http://savannah.nongnu.org/projects/spamass-milt/" -SRC_URI="http://savannah.nongnu.org/download/spamass-milt/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" - -DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) - >=mail-filter/spamassassin-3.1.0" -RDEPEND="${DEPEND}" - -pkg_setup() { - enewgroup milter - enewuser milter -1 -1 /var/lib/milter milter -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-header.patch - epatch "${FILESDIR}"/${PN}-auth_users.patch - epatch "${FILESDIR}"/${PN}-popen-r1.patch -} - -src_install() { - emake DESTDIR="${D}" install - - newinitd "${FILESDIR}"/spamass-milter.rc3 spamass-milter - newconfd "${FILESDIR}"/spamass-milter.conf3 spamass-milter - dodir /var/run/milter - keepdir /var/run/milter - fowners milter:milter /var/run/milter - dodir /var/lib/milter - keepdir /var/lib/milter - fowners milter:milter /var/lib/milter - - dodoc AUTHORS NEWS README ChangeLog "${FILESDIR}/README.gentoo" -} - -pkg_postinst() { - elog "Documentation is installed in /usr/share/doc/${P}" -} diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest index 1b8b52364bbe..703bcd9a121d 100644 --- a/mail-mta/postfix/Manifest +++ b/mail-mta/postfix/Manifest @@ -1,4 +1,4 @@ -DIST postfix-2.10-20121031.tar.gz 3814909 SHA256 665a707181b7a32848c96f0609d1c450bd0aefeb4246a70bdb69975e33dd06c5 SHA512 7280b95a52913fce6b597e68d20620ad9a5f73c348b1dc63538221ba6d86ebd7c0114d9afae74d6597dcc58fbe7907f2ea00f31a1b84b1e68aa662cf49c8b129 WHIRLPOOL f4007607e01c0831409b219198be7a720e0e027dd4c0b5abd53da765a160f6d006ab96f3d98fc5b9468f151d17039fffe83d1aafe6359ed1fe7e93ba8d7153d3 +DIST postfix-2.10-20121123.tar.gz 3816796 SHA256 2ac901b2c933c5a1fff0a15880096384e3ce6f56a3d406ee9aac6de02e53ad78 SHA512 8f02b5fe4301742d93c6122be7be361bec9c08af75afb1164fa3839f4b50c657da48527c0b55011d362be4503c20f1308257738629ae571a660e6b619cab1f4b WHIRLPOOL c4fae847f73d52c967e96cd0d47bac3f7d9d1311d624a533d84949e92dbb4bd557931766e00f85fec7f8356fb2305491c19d1b6f5b21ec630c96a235226cc904 DIST postfix-2.8.12.tar.gz 3641269 SHA256 f46b0117cab52e862b12869810327e2bd248a60f209079a875818ee2653de087 SHA512 55141e75da43b13975f85af636dceeed7783440fb5f7b83642e5a146d8a06af3a847beff77fe0dd495c58c7caed492dbb2dc52f542f44b9388f2ded30e37acee WHIRLPOOL 1d3c454fc938546c74b666feb109229a71b4e55d72c6f3833a15a81ec8eb3b48e318df69611fe4c40ac970332a8fcdfe98fa235863ae44bdf952b2b74537100c DIST postfix-2.8.9.tar.gz 3648498 SHA256 6a63bafad1002abbab2d2592a40dc4b3e35defd97f2026d6ccc398e5d7ee9bf3 SHA512 74c3735e8e701f223c2730345fb3d2876e839579d431d21c9b5ae870eac06c17978e2071dd31e3e08f947d2a20281e644af011749407f9bd7afaf53ce278ca6a WHIRLPOOL 1809ece94697c7ae6a8e9dfaf3a89ddc7e1f2e049e51d02f6772f554b4af5040cc07538886ec32491cc40b57c17e03e32663ef3f811324f7a2a0cbe926ff7c8a DIST postfix-2.9.4.tar.gz 3760718 SHA256 58343afcc727594cc1f9a3980562d8199aa55fc2cf2330da6b9ddfbf31502679 SHA512 f8932ae510805261b4a6c204bd4bba41d50e1833f87326b986ef174b51eb695cf0588d7d98850bb7b83ba56f1257406da072c423cc768f68d3723daf645b9490 WHIRLPOOL 7d7d619e0fa8375f1b653b9e1a0a2fa723929ab87db05445f2c2a73c213e91476d202806a439dd9792499e6a4d43c86f84133e90ffbd3bc9828ba1a925d8d11c diff --git a/mail-mta/postfix/postfix-2.10_pre20121031.ebuild b/mail-mta/postfix/postfix-2.10_pre20121123.ebuild similarity index 99% rename from mail-mta/postfix/postfix-2.10_pre20121031.ebuild rename to mail-mta/postfix/postfix-2.10_pre20121123.ebuild index 787d1cbf721f..85576b017b88 100644 --- a/mail-mta/postfix/postfix-2.10_pre20121031.ebuild +++ b/mail-mta/postfix/postfix-2.10_pre20121123.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.10_pre20121031.ebuild,v 1.2 2012/11/06 11:19:44 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.10_pre20121123.ebuild,v 1.1 2012/11/27 19:59:36 eras Exp $ EAPI=4 inherit eutils multilib ssl-cert toolchain-funcs flag-o-matic pam user versionator diff --git a/media-libs/ladspa-cmt/Manifest b/media-libs/ladspa-cmt/Manifest index 88abdeb78548..f955a8d589ea 100644 --- a/media-libs/ladspa-cmt/Manifest +++ b/media-libs/ladspa-cmt/Manifest @@ -1,2 +1 @@ -DIST cmt_src_1.15.tgz 61522 SHA256 0b814938040c7403dd24367b1dbbf0b0db7ac11df7447129e9c1b7f33890b1e9 SHA512 b4d8983242ac81dd620d30270563ca403b35cab69d32186963c482d6c0de89b2b1bba4f54d66a2b53a34299b96e5004ae1eeadda79956f1c51f46848d2a05207 WHIRLPOOL 45c070d7ff8dd863518d08c94897391cae78cabe9673a7f58cb7f6b33ea722d67aa4ef23d81d33962af0ec7f4de85ab66c893dbab25531c3c76adb3b5b1b4296 DIST cmt_src_1.16.tgz 63909 SHA256 512a1d7e698b9e0e7c692202c29f4bd70846d52241ec254e1a324abaef405635 SHA512 be4aaa064183b6121b4ca8d7d2535cb9a3bcb557e3a2f22b45ec9775b0e296f70a9a7edf697b78095d6ef1564bb5459bb742649082ac724d1774c0790379af21 WHIRLPOOL 7daeaf8dfc30c1acb6b9387fe96ac55121f136c355c7cb0d48d402ac8c9ea2fcabf6f3d436ed009c65d9cafcedab2ed705204ef34e7f4a24dbcdca0054cbc0d8 diff --git a/media-libs/ladspa-cmt/files/ladspa-cmt-1.16-respect-ldflags.patch b/media-libs/ladspa-cmt/files/ladspa-cmt-1.16-respect-ldflags.patch new file mode 100644 index 000000000000..e851c2a781ed --- /dev/null +++ b/media-libs/ladspa-cmt/files/ladspa-cmt-1.16-respect-ldflags.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/show_bug.cgi?id=334711 + +--- cmt/src/makefile.old 2010-09-13 16:43:26.000000000 +0100 ++++ cmt/src/makefile 2010-09-13 16:45:08.000000000 +0100 +@@ -66,7 +66,8 @@ + targets: $(PLUGIN_LIB) + + $(PLUGIN_LIB): $(PLUGIN_OBJECTS) +- $(CXX) -shared \ ++ $(CXX) $(LDFLAGS) \ ++ -shared \ + -o $(PLUGIN_LIB) \ + $(PLUGIN_OBJECTS) + diff --git a/media-libs/ladspa-cmt/files/ladspa-cmt-1.16-sa.patch b/media-libs/ladspa-cmt/files/ladspa-cmt-1.16-sa.patch new file mode 100644 index 000000000000..161c06d27eed --- /dev/null +++ b/media-libs/ladspa-cmt/files/ladspa-cmt-1.16-sa.patch @@ -0,0 +1,18 @@ +Fix strict aliasing warnings: reeverb/Components/allpass.h:36:2: warning: +dereferencing type-punned pointer will break strict-aliasing rules + +https://bugs.gentoo.org/show_bug.cgi?id=307563 + +Index: cmt/src/freeverb/Components/denormals.h +=================================================================== +--- cmt.orig/src/freeverb/Components/denormals.h ++++ cmt/src/freeverb/Components/denormals.h +@@ -8,7 +8,7 @@ + #ifndef _denormals_ + #define _denormals_ + +-#define undenormalise(sample) if(((*(unsigned int*)&sample)&0x7f800000)==0) sample=0.0f ++#define undenormalise(sample) if((((unsigned int)sample)&0x7f800000)==0) sample=0.0f + + #endif//_denormals_ + diff --git a/media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch b/media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch deleted file mode 100644 index 644d6284eba8..000000000000 --- a/media-libs/ladspa-cmt/files/ladspa-cmt-darwin.patch +++ /dev/null @@ -1,84 +0,0 @@ -diff -u src-org/analogue.cpp src/analogue.cpp ---- src-org/analogue.cpp Thu Oct 28 19:22:56 2004 -+++ src/analogue.cpp Thu Oct 28 19:24:43 2004 -@@ -24,7 +24,7 @@ - - /*****************************************************************************/ - --#include -+#include - #include - #include - #include "cmt.h" -diff -u src-org/canyondelay.cpp src/canyondelay.cpp ---- src-org/canyondelay.cpp Thu Oct 28 19:22:56 2004 -+++ src/canyondelay.cpp Thu Oct 28 19:24:43 2004 -@@ -25,7 +25,7 @@ - /*****************************************************************************/ - - --#include -+#include - #include - #include "cmt.h" - -Common subdirectories: src-org/freeverb and src/freeverb -diff -u src-org/lofi.cpp src/lofi.cpp ---- src-org/lofi.cpp Thu Oct 28 19:22:56 2004 -+++ src/lofi.cpp Thu Oct 28 19:24:43 2004 -@@ -24,7 +24,7 @@ - - /*****************************************************************************/ - --#include -+#include - #include - #include - #include "cmt.h" -diff -u src-org/makefile src/makefile ---- src-org/makefile Thu Oct 28 19:22:56 2004 -+++ src/makefile Thu Oct 28 19:28:16 2004 -@@ -68,7 +68,7 @@ - targets: $(PLUGIN_LIB) - - $(PLUGIN_LIB): $(PLUGIN_OBJECTS) -- $(CXX) -shared \ -+ $(CXX) -dynamiclib -ldl \ - -o $(PLUGIN_LIB) \ - $(PLUGIN_OBJECTS) - ---- src-org/phasemod.cpp Thu Oct 28 19:22:56 2004 -+++ src/phasemod.cpp Thu Oct 28 19:24:43 2004 -@@ -24,7 +24,7 @@ - - /*****************************************************************************/ - --#include -+#include - #include - #include - #include "cmt.h" -diff -u src-org/syndrum.cpp src/syndrum.cpp ---- src-org/syndrum.cpp Thu Oct 28 19:22:56 2004 -+++ src/syndrum.cpp Thu Oct 28 19:24:43 2004 -@@ -24,7 +24,7 @@ - - /*****************************************************************************/ - --#include -+#include - #include - #include "cmt.h" - -diff -u src-org/vcf303.cpp src/vcf303.cpp ---- src-org/vcf303.cpp Thu Oct 28 19:22:56 2004 -+++ src/vcf303.cpp Thu Oct 28 19:24:43 2004 -@@ -26,7 +26,7 @@ - /*****************************************************************************/ - - --#include -+#include - #include - #include "cmt.h" - diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.16-r1.ebuild similarity index 51% rename from media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild rename to media-libs/ladspa-cmt/ladspa-cmt-1.16-r1.ebuild index 923d674a9db7..0a22b211c2bc 100644 --- a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild +++ b/media-libs/ladspa-cmt/ladspa-cmt-1.16-r1.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.28 2012/06/08 23:50:06 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r1.ebuild,v 1.1 2012/11/27 11:58:34 aballier Exp $ -inherit eutils multilib +EAPI=4 + +inherit eutils multilib toolchain-funcs IUSE="" @@ -13,40 +15,42 @@ DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins" HOMEPAGE="http://www.ladspa.org/" SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" LICENSE="LGPL-2.1" SLOT="0" DEPEND="media-libs/ladspa-sdk >=sys-apps/sed-4" +RDEPEND="" -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { sed -i \ -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \ -e 's|/usr/local/include||g' \ -e 's|/usr/local/lib||g' makefile \ || die "sed makefile failed" + sed -i -e "s/^CXXFLAGS*/CXXFLAGS = ${CXXFLAGS} \$(INCLUDES) -Wall -fPIC\n#/" \ + "${S}/makefile" || die "sed makefile failed (CXXFLAGS)" cd "${S}" - use userland_Darwin && epatch "${FILESDIR}/${PN}-darwin.patch" - # gcc-4 bails - sed -i -e 's|-Werror||g' makefile \ - || die "sed makefile failed" + epatch "${FILESDIR}/${P}-mallocstdlib.patch" + epatch "${FILESDIR}/${P}-respect-ldflags.patch" + use userland_Darwin && epatch "${FILESDIR}/${P}-darwin.patch" } src_compile() { - # It sets CXXFLAGS to CFLAGS, can be wrong.. - # Just set CXXFLAGS to what they should be - emake CXXFLAGS="$CXXFLAGS -I. -fPIC" || die + tc-export CXX + emake || die "emake failed" } src_install() { + insinto /usr/share/ladspa/rdf/ + doins "${FILESDIR}/cmt.rdf" + insopts -m755 insinto /usr/$(get_libdir)/ladspa - doins ../plugins/*.so || die "doins failed" - dodoc ../README || die "dodoc failed" - dohtml ../doc/* || die "dohtml failed" + doins ../plugins/*.so + + dodoc ../README + dohtml ../doc/* } diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.16-r2.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.16-r2.ebuild new file mode 100644 index 000000000000..cb888fe24563 --- /dev/null +++ b/media-libs/ladspa-cmt/ladspa-cmt-1.16-r2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16-r2.ebuild,v 1.1 2012/11/27 12:08:45 aballier Exp $ + +EAPI=4 + +inherit eutils multilib toolchain-funcs + +IUSE="" + +S="${WORKDIR}/cmt/src" +MY_P="cmt_src_${PV}" + +DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins" +HOMEPAGE="http://www.ladspa.org/" +SRC_URI="http://www.ladspa.org/download/${MY_P}.tgz" + +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +LICENSE="LGPL-2.1" +SLOT="0" + +DEPEND="media-libs/ladspa-sdk + >=sys-apps/sed-4" +RDEPEND="" + +src_prepare() { + sed -i \ + -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \ + -e 's|/usr/local/include||g' \ + -e 's|/usr/local/lib||g' makefile \ + || die "sed makefile failed" + sed -i -e "s/^CXXFLAGS*/CXXFLAGS = ${CXXFLAGS} \$(INCLUDES) -Wall -fPIC\n#/" \ + "${S}/makefile" || die "sed makefile failed (CXXFLAGS)" + + cd "${S}" + epatch "${FILESDIR}/${P}-mallocstdlib.patch" + epatch "${FILESDIR}/${P}-respect-ldflags.patch" + epatch "${FILESDIR}/${P}-sa.patch" + use userland_Darwin && epatch "${FILESDIR}/${P}-darwin.patch" +} + +src_compile() { + tc-export CXX + emake || die "emake failed" +} + +src_install() { + insinto /usr/share/ladspa/rdf/ + doins "${FILESDIR}/cmt.rdf" + + insopts -m755 + insinto /usr/$(get_libdir)/ladspa + doins ../plugins/*.so + + dodoc ../README + dohtml ../doc/* +} diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild index e00c14d85239..0bf9bf0e0198 100644 --- a/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild +++ b/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v 1.13 2012/09/09 17:11:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.16.ebuild,v 1.14 2012/11/27 11:55:17 aballier Exp $ inherit eutils multilib toolchain-funcs @@ -19,6 +19,7 @@ SLOT="0" DEPEND="media-libs/ladspa-sdk >=sys-apps/sed-4" +RDEPEND="" src_unpack() { unpack ${A} diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.3-nofltk.patch b/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.3-nofltk.patch new file mode 100644 index 000000000000..c20828328f26 --- /dev/null +++ b/media-sound/zynaddsubfx/files/zynaddsubfx-2.4.3-nofltk.patch @@ -0,0 +1,24 @@ +https://bugs.gentoo.org/show_bug.cgi?id=437018 + +Index: ZynAddSubFX-2.4.3/src/main.cpp +=================================================================== +--- ZynAddSubFX-2.4.3.orig/src/main.cpp ++++ ZynAddSubFX-2.4.3/src/main.cpp +@@ -37,8 +37,6 @@ + #include "Misc/Dump.h" + extern Dump dump; + +-#include +- + //Nio System + #include "Nio/Nio.h" + +@@ -51,6 +49,8 @@ QApplication *app; + + #elif defined FLTK_GUI + ++#include ++ + #include "UI/MasterUI.h" + #endif // FLTK_GUI + diff --git a/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild index 2e3885c94981..8f57aec7ecd0 100644 --- a/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild +++ b/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild,v 1.1 2012/07/25 09:08:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild,v 1.2 2012/11/27 11:49:11 aballier Exp $ EAPI=4 inherit eutils cmake-utils @@ -34,6 +34,7 @@ S=${WORKDIR}/${MY_P} PATCHES=( "${FILESDIR}"/${PN}-2.4.1-docs.patch + "${FILESDIR}"/${PN}-2.4.3-nofltk.patch ) DOCS="ChangeLog FAQ.txt HISTORY.txt README.txt ZynAddSubFX.lsm bugs.txt" diff --git a/media-video/mjpegtools/mjpegtools-2.0.0-r3.ebuild b/media-video/mjpegtools/mjpegtools-2.0.0-r3.ebuild index 4a6ee1e10fc5..c4a6b119d7d7 100644 --- a/media-video/mjpegtools/mjpegtools-2.0.0-r3.ebuild +++ b/media-video/mjpegtools/mjpegtools-2.0.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mjpegtools/mjpegtools-2.0.0-r3.ebuild,v 1.6 2012/11/22 10:07:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mjpegtools/mjpegtools-2.0.0-r3.ebuild,v 1.7 2012/11/27 15:52:39 jer Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/mjpeg/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc x86 ~amd64-fbsd" IUSE="dga dv gtk mmx png quicktime sdl sdlgfx static-libs v4l" REQUIRED_USE="sdlgfx? ( sdl )" diff --git a/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild b/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild index 5c723faf5076..4a51c4b258e2 100644 --- a/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild +++ b/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild,v 1.7 2012/11/21 11:14:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild,v 1.8 2012/11/27 15:51:36 jer Exp $ EAPI=5 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.vcdimager.org/pub/${PN}/${PN}-${PV%.*}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="+xml static-libs" RDEPEND=">=dev-libs/libcdio-0.71[-minimal] diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index eaa84ba31614..958f1ccfce46 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Tue, 27 Nov 2012 10:36:52 +0000 +Tue, 27 Nov 2012 21:36:51 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index eaa84ba31614..2b6ea3d6a6d3 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Tue, 27 Nov 2012 10:36:52 +0000 +Tue, 27 Nov 2012 21:36:52 +0000 diff --git a/metadata/herds.xml b/metadata/herds.xml index f60bac3991e4..64e35dd6a99f 100644 --- a/metadata/herds.xml +++ b/metadata/herds.xml @@ -20,7 +20,7 @@ always a description without a lang attribute. Also there are no overlapping descriptions allowed (multiple description tags with the same language) - $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.977 2012/11/23 23:21:49 nativemad Exp $ + $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/metastructure/herds/herds.xml,v 1.978 2012/11/27 20:12:30 pacho Exp $ --> @@ -33,19 +33,6 @@ Bernard Cafarelli - - apache - apache-bugs@gentoo.org - The Apache web server and supporting packages - - trapni@gentoo.org - Christian Parpart - - - nelchael@gentoo.org - Krzysztof Pawlik - - app-doc app-doc@gentoo.org diff --git a/metadata/md5-cache/app-admin/rsyslog-7.2.2 b/metadata/md5-cache/app-admin/rsyslog-7.2.2-r1 similarity index 51% rename from metadata/md5-cache/app-admin/rsyslog-7.2.2 rename to metadata/md5-cache/app-admin/rsyslog-7.2.2-r1 index 039e408b3ad6..2ca6f442345f 100644 --- a/metadata/md5-cache/app-admin/rsyslog-7.2.2 +++ b/metadata/md5-cache/app-admin/rsyslog-7.2.2-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile config configure install postinst prepare test -DEPEND=dev-libs/json-c dev-libs/libee dev-libs/libestr dev-libs/liblognorm dbi? ( dev-db/libdbi ) extras? ( net-libs/libnet ) kerberos? ( virtual/krb5 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) oracle? ( dev-db/oracle-instantclient-basic ) relp? ( >=dev-libs/librelp-1.0.1 ) snmp? ( net-analyzer/net-snmp ) ssl? ( net-libs/gnutls dev-libs/libgcrypt ) zeromq? ( net-libs/czmq ) zlib? ( sys-libs/zlib ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=dev-libs/json-c dev-libs/libee dev-libs/libestr dev-libs/liblognorm net-misc/curl dbi? ( dev-db/libdbi ) extras? ( net-libs/libnet ) kerberos? ( virtual/krb5 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) oracle? ( dev-db/oracle-instantclient-basic ) relp? ( >=dev-libs/librelp-1.0.1 ) snmp? ( net-analyzer/net-snmp ) ssl? ( net-libs/gnutls dev-libs/libgcrypt ) zeromq? ( net-libs/czmq ) zlib? ( sys-libs/zlib ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=An enhanced multi-threaded syslogd with database support and more EAPI=4 HOMEPAGE=http://www.rsyslog.com/ IUSE=dbi debug doc extras kerberos mysql oracle postgres relp snmp ssl static-libs zeromq zlib KEYWORDS=~amd64 ~arm ~hppa ~x86 LICENSE=GPL-3 LGPL-3 Apache-2.0 -RDEPEND=dev-libs/json-c dev-libs/libee dev-libs/libestr dev-libs/liblognorm dbi? ( dev-db/libdbi ) extras? ( net-libs/libnet ) kerberos? ( virtual/krb5 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) oracle? ( dev-db/oracle-instantclient-basic ) relp? ( >=dev-libs/librelp-1.0.1 ) snmp? ( net-analyzer/net-snmp ) ssl? ( net-libs/gnutls dev-libs/libgcrypt ) zeromq? ( net-libs/czmq ) zlib? ( sys-libs/zlib ) +RDEPEND=dev-libs/json-c dev-libs/libee dev-libs/libestr dev-libs/liblognorm net-misc/curl dbi? ( dev-db/libdbi ) extras? ( net-libs/libnet ) kerberos? ( virtual/krb5 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) oracle? ( dev-db/oracle-instantclient-basic ) relp? ( >=dev-libs/librelp-1.0.1 ) snmp? ( net-analyzer/net-snmp ) ssl? ( net-libs/gnutls dev-libs/libgcrypt ) zeromq? ( net-libs/czmq ) zlib? ( sys-libs/zlib ) RESTRICT=test SLOT=0 SRC_URI=http://www.rsyslog.com/files/download/rsyslog/rsyslog-7.2.2.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils b65ac5ba56a20f3d7a01c67b7b3c9b01 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 94264c6516a1a0c2059c7fc6eed21fe4 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=bc155a231b4e7a953683210dc73ebb7a +_md5_=537b2ed3ef555a29a4b2b7ade792ffa8 diff --git a/metadata/md5-cache/app-admin/tmpwatch-2.10.1 b/metadata/md5-cache/app-admin/tmpwatch-2.10.1 index df481485ecb0..1e0841ca2937 100644 --- a/metadata/md5-cache/app-admin/tmpwatch-2.10.1 +++ b/metadata/md5-cache/app-admin/tmpwatch-2.10.1 @@ -1,8 +1,11 @@ DEFINED_PHASES=install +DEPEND=selinux? ( sec-policy/selinux-tmpreaper ) DESCRIPTION=Files which haven't been accessed in a given period of time are removed from specified directories HOMEPAGE=https://fedorahosted.org/tmpwatch/ +IUSE=selinux KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 LICENSE=GPL-2 +RDEPEND=selinux? ( sec-policy/selinux-tmpreaper ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-2.10.1.tar.bz2 -_md5_=769b2d55f08abe2763f2fcebb3e85ca5 +_md5_=b6ce7972ca33bfcb511ec9cb94ba677d diff --git a/metadata/md5-cache/app-admin/tmpwatch-2.10.3 b/metadata/md5-cache/app-admin/tmpwatch-2.10.3 index b4466854c254..0bb0c887d272 100644 --- a/metadata/md5-cache/app-admin/tmpwatch-2.10.3 +++ b/metadata/md5-cache/app-admin/tmpwatch-2.10.3 @@ -1,8 +1,11 @@ DEFINED_PHASES=install +DEPEND=selinux? ( sec-policy/selinux-tmpreaper ) DESCRIPTION=Files which haven't been accessed in a given period of time are removed from specified directories HOMEPAGE=https://fedorahosted.org/tmpwatch/ +IUSE=selinux KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 +RDEPEND=selinux? ( sec-policy/selinux-tmpreaper ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-2.10.3.tar.bz2 -_md5_=e75eb3ef76924e6e3c61ef19ae4095ca +_md5_=b424d82e509ebb7e670df19116009be7 diff --git a/metadata/md5-cache/app-admin/tmpwatch-2.11 b/metadata/md5-cache/app-admin/tmpwatch-2.11 index e66e9003ce39..7b9961b768b8 100644 --- a/metadata/md5-cache/app-admin/tmpwatch-2.11 +++ b/metadata/md5-cache/app-admin/tmpwatch-2.11 @@ -1,8 +1,11 @@ DEFINED_PHASES=install +DEPEND=selinux? ( sec-policy/selinux-tmpreaper ) DESCRIPTION=Files which haven't been accessed in a given period of time are removed from specified directories HOMEPAGE=https://fedorahosted.org/tmpwatch/ +IUSE=selinux KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 +RDEPEND=selinux? ( sec-policy/selinux-tmpreaper ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-2.11.tar.bz2 -_md5_=ecea5bbad73df616f42360b9db1a64d1 +_md5_=8ff890448671153176ebbe6f30e9c4a5 diff --git a/metadata/md5-cache/app-crypt/WiRouterKeyRec-1.1.1 b/metadata/md5-cache/app-crypt/WiRouterKeyRec-1.1.1 index 847e7cdee27c..7d20b60bdb6e 100644 --- a/metadata/md5-cache/app-crypt/WiRouterKeyRec-1.1.1 +++ b/metadata/md5-cache/app-crypt/WiRouterKeyRec-1.1.1 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile install prepare DEPEND=app-arch/unzip DESCRIPTION=Recovery tool for wpa passphrase -EAPI=4 +EAPI=5 HOMEPAGE=http://www.salvatorefresta.net KEYWORDS=amd64 x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://tools.salvatorefresta.net/WiRouter_KeyRec_1.1.1.zip -> WiRouterKeyRec-1.1.1.zip _eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=2c938580d16510a7a813d1f317fa87ca +_md5_=548e39319b3570034eb93f4dc300cf25 diff --git a/metadata/md5-cache/app-editors/fb2edit-0.0.7 b/metadata/md5-cache/app-editors/fb2edit-0.0.7 index 00c02d93d194..34a7f5ce6118 100644 --- a/metadata/md5-cache/app-editors/fb2edit-0.0.7 +++ b/metadata/md5-cache/app-editors/fb2edit-0.0.7 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-libs/libxml2 x11-libs/qt-core x11-libs/qt-gui x11-libs/qt-webkit x11-libs/qt-xmlpatterns >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=dev-libs/libxml2 x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-webkit:4 x11-libs/qt-xmlpatterns:4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=a WYSIWYG FictionBook (fb2) editor EAPI=4 HOMEPAGE=http://fb2edit.lintest.ru/ KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/libxml2 x11-libs/qt-core x11-libs/qt-gui x11-libs/qt-webkit x11-libs/qt-xmlpatterns x11-themes/hicolor-icon-theme +RDEPEND=dev-libs/libxml2 x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-webkit:4 x11-libs/qt-xmlpatterns:4 x11-themes/hicolor-icon-theme SLOT=0 SRC_URI=http://lintest.ru/pub/fb2edit-0.0.7.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils d9d351169c1d554e8f47f1a19f17becd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=cac2910a8c5237184b7c40c5f50f7a1d +_md5_=1be88cd8eae0c06bbc6ac12b0f5b332d diff --git a/metadata/md5-cache/app-misc/lirc-0.9.0-r2 b/metadata/md5-cache/app-misc/lirc-0.9.0-r2 index 095c6248b512..bd5d3cff472c 100644 --- a/metadata/md5-cache/app-misc/lirc-0.9.0-r2 +++ b/metadata/md5-cache/app-misc/lirc-0.9.0-r2 @@ -11,4 +11,4 @@ REQUIRED_USE=lirc_devices_all? ( !lirc_devices_userspace !lirc_devices_accent !l SLOT=0 SRC_URI=mirror://sourceforge/lirc/lirc-0.9.0.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=c0ce29f75d93414a684879bd22baee5c +_md5_=3f80b5d277656c3ce20cb781ca5408c7 diff --git a/metadata/md5-cache/app-mobilephone/freesmee-0.81 b/metadata/md5-cache/app-mobilephone/freesmee-0.81 new file mode 100644 index 000000000000..3ed34ec6346c --- /dev/null +++ b/metadata/md5-cache/app-mobilephone/freesmee-0.81 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=dev-util/ticpp x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-webkit:4 +DESCRIPTION=Tool for sending SMS and sending/receiving Freesmee-Message-Service +EAPI=5 +HOMEPAGE=http://www.freesmee.com +IUSE=debug +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-util/ticpp x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-webkit:4 +SLOT=0 +SRC_URI=http://download.opensuse.org/repositories/home:/freesmee/xUbuntu_12.10/freesmee_0.81.orig.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e7b585e7e1a4f8fb02f5849a17fc5ce2 diff --git a/metadata/md5-cache/app-portage/ufed-0.40.2-r1 b/metadata/md5-cache/app-portage/ufed-0.40.2-r1 index 527bca53d50f..7989414d028f 100644 --- a/metadata/md5-cache/app-portage/ufed-0.40.2-r1 +++ b/metadata/md5-cache/app-portage/ufed-0.40.2-r1 @@ -3,10 +3,10 @@ DEPEND=sys-libs/ncurses || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automa DESCRIPTION=Gentoo Linux USE flags editor EAPI=4 HOMEPAGE=http://www.gentoo.org/ -KEYWORDS=~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=sys-libs/ncurses dev-lang/perl SLOT=0 SRC_URI=mirror://gentoo/ufed-0.40.2.tar.bz2 http://dev.gentoo.org/~fuzzyray/distfiles/ufed-0.40.2.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a7cd96f44554e6d59a21bd82fe0bb870 +_md5_=f8f3263743e289a52dc4aa8b7cef4e9f diff --git a/metadata/md5-cache/app-shells/posh-0.10.2 b/metadata/md5-cache/app-shells/posh-0.10.2 index 53d3c1feaf8f..60c0b1e59c8f 100644 --- a/metadata/md5-cache/app-shells/posh-0.10.2 +++ b/metadata/md5-cache/app-shells/posh-0.10.2 @@ -8,4 +8,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://debian/pool/main/p/posh/posh_0.10.2.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils b65ac5ba56a20f3d7a01c67b7b3c9b01 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=eab08c45ee9fa001d075607da27459d3 +_md5_=e408253abbd144521322485d74ff166c diff --git a/metadata/md5-cache/app-shells/posh-0.10.1 b/metadata/md5-cache/app-shells/posh-0.11 similarity index 85% rename from metadata/md5-cache/app-shells/posh-0.10.1 rename to metadata/md5-cache/app-shells/posh-0.11 index e9cfaf80b3e4..9c9ed8bace78 100644 --- a/metadata/md5-cache/app-shells/posh-0.10.1 +++ b/metadata/md5-cache/app-shells/posh-0.11 @@ -6,6 +6,6 @@ KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 RESTRICT=test SLOT=0 -SRC_URI=mirror://debian/pool/main/p/posh/posh_0.10.1.tar.gz +SRC_URI=mirror://debian/pool/main/p/posh/posh_0.11.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils b65ac5ba56a20f3d7a01c67b7b3c9b01 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=320f850f8f67f76d85f33aab64d1b930 +_md5_=661c6ed90bfe3dbe95d4980444793216 diff --git a/metadata/md5-cache/app-shells/scsh-install-lib-1.3.0 b/metadata/md5-cache/app-shells/scsh-install-lib-1.3.0 index ca71d1d32e81..d156fa0ab511 100644 --- a/metadata/md5-cache/app-shells/scsh-install-lib-1.3.0 +++ b/metadata/md5-cache/app-shells/scsh-install-lib-1.3.0 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=>=app-shells/scsh-0.6.6 SLOT=0 SRC_URI=http://lamp.epfl.ch/~schinz/scsh_packages/scsh-install-lib-1.3.0.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 scsh 5a338098ff93fc0ab542c54bacf7e4b9 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 scsh 057db77563e4394a9e4eda7ef52d5785 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 _md5_=1fb2da78e0dfb6e3defcb8ecd6e4674d diff --git a/metadata/md5-cache/app-text/llpp-13 b/metadata/md5-cache/app-text/llpp-13 new file mode 100644 index 000000000000..26045867655a --- /dev/null +++ b/metadata/md5-cache/app-text/llpp-13 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare +DEPEND=media-libs/freetype media-libs/jbig2dec media-libs/openjpeg virtual/jpeg x11-libs/libX11 x11-misc/xsel app-text/mupdf dev-lang/ocaml[ocamlopt] dev-ml/lablgl[glut] +DESCRIPTION=a graphical PDF viewer which aims to superficially resemble less(1) +EAPI=4 +HOMEPAGE=http://repo.or.cz/w/llpp.git +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-3 +RDEPEND=media-libs/freetype media-libs/jbig2dec media-libs/openjpeg virtual/jpeg x11-libs/libX11 x11-misc/xsel +SLOT=0 +SRC_URI=http://repo.or.cz/w/llpp.git/snapshot/68f22b01f680b7afaf56c24ec0b4d7eae3d08c35.tar.gz -> llpp-13.tar.gz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=51f379534be56a286df41dfc54d966f1 diff --git a/metadata/md5-cache/app-text/mupdf-1.1 b/metadata/md5-cache/app-text/mupdf-1.1 index c413f35d6a24..56282e84a62b 100644 --- a/metadata/md5-cache/app-text/mupdf-1.1 +++ b/metadata/md5-cache/app-text/mupdf-1.1 @@ -4,10 +4,10 @@ DESCRIPTION=a lightweight PDF viewer and toolkit written in portable C EAPI=4 HOMEPAGE=http://mupdf.com/ IUSE=X vanilla -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-3 RDEPEND=media-libs/freetype:2 media-libs/jbig2dec >=media-libs/openjpeg-1.5 virtual/jpeg X? ( x11-libs/libX11 x11-libs/libXext ) SLOT=0 SRC_URI=http://mupdf.googlecode.com/files/mupdf-1.1-source.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4fe5b105e7ffef3607bd5ef70a74797b +_md5_=e4f2802e67f61d174d2921a7b57eeada diff --git a/metadata/md5-cache/app-text/rnv-1.7.10-r1 b/metadata/md5-cache/app-text/rnv-1.7.10-r1 deleted file mode 100644 index 6bf1bbbe1c91..000000000000 --- a/metadata/md5-cache/app-text/rnv-1.7.10-r1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install -DEPEND=dev-libs/expat app-arch/unzip -DESCRIPTION=A lightweight Relax NG Compact Syntax validator -EAPI=4 -HOMEPAGE=http://www.davidashen.net/rnv.html -KEYWORDS=amd64 ~ppc x86 -LICENSE=BSD -RDEPEND=dev-libs/expat -SLOT=0 -SRC_URI=mirror://sourceforge/rnv/rnv-1.7.10.zip -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2cf43dd26a176dea55efa4fb0f767c23 diff --git a/metadata/md5-cache/app-text/rnv-1.7.11 b/metadata/md5-cache/app-text/rnv-1.7.11 index da3a2de0de1a..90814993e475 100644 --- a/metadata/md5-cache/app-text/rnv-1.7.11 +++ b/metadata/md5-cache/app-text/rnv-1.7.11 @@ -1,4 +1,4 @@ -DEFINED_PHASES=install +DEFINED_PHASES=install prepare DEPEND=dev-libs/expat app-arch/unzip DESCRIPTION=A lightweight Relax NG Compact Syntax validator EAPI=4 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=dev-libs/expat SLOT=0 SRC_URI=mirror://sourceforge/rnv/rnv-1.7.11.zip -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=07e77e7a6a3bd5c6347aaf17cb78c136 +_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 +_md5_=bb329053feaa6e018386243f2e01b4b8 diff --git a/metadata/md5-cache/app-text/rnv-1.7.8-r2 b/metadata/md5-cache/app-text/rnv-1.7.8-r2 deleted file mode 100644 index f963b69d53d6..000000000000 --- a/metadata/md5-cache/app-text/rnv-1.7.8-r2 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=dev-libs/expat app-arch/unzip -DESCRIPTION=A lightweight Relax NG Compact Syntax validator -HOMEPAGE=http://www.davidashen.net/rnv.html -KEYWORDS=amd64 ~ppc x86 -LICENSE=BSD -RDEPEND=dev-libs/expat -SLOT=0 -SRC_URI=http://ftp.davidashen.net/PreTI/RNV/rnv-1.7.8.zip -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d7296e9bed227ddc252c841f2221cfe9 diff --git a/metadata/md5-cache/dev-cpp/sparsehash-2.0.2 b/metadata/md5-cache/dev-cpp/sparsehash-2.0.2 index 71db8f81c1ef..50dbad3e20d9 100644 --- a/metadata/md5-cache/dev-cpp/sparsehash-2.0.2 +++ b/metadata/md5-cache/dev-cpp/sparsehash-2.0.2 @@ -2,8 +2,8 @@ DEFINED_PHASES=install DESCRIPTION=An extremely memory-efficient hash_map implementation EAPI=4 HOMEPAGE=http://code.google.com/p/sparsehash/ -KEYWORDS=amd64 x86 +KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=BSD SLOT=0 SRC_URI=http://sparsehash.googlecode.com/files/sparsehash-2.0.2.tar.gz -_md5_=cab80cc6b73dcbbe0c5dbf72e8e62369 +_md5_=ed0310eb15a8290aa7b1583e69fa8c5b diff --git a/metadata/md5-cache/dev-java/httpunit-1.6.2-r3 b/metadata/md5-cache/dev-java/httpunit-1.6.2-r3 index 25ebaf52fe06..0c49403a48ca 100644 --- a/metadata/md5-cache/dev-java/httpunit-1.6.2-r3 +++ b/metadata/md5-cache/dev-java/httpunit-1.6.2-r3 @@ -5,9 +5,9 @@ EAPI=2 HOMEPAGE=http://httpunit.sourceforge.net/ IUSE=doc elibc_FreeBSD elibc_FreeBSD KEYWORDS=amd64 x86 -LICENSE=as-is +LICENSE=MIT RDEPEND=>=virtual/jre-1.5 >=dev-java/junit-3.8:0 dev-java/rhino:1.6 dev-java/jtidy:0 java-virtuals/servlet-api:2.3 dev-java/xerces:2 >=dev-java/java-config-2.1.9-r1 SLOT=0 SRC_URI=mirror://sourceforge/httpunit/httpunit-1.6.2.zip _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=fde8095cedae5d91c0e34da2ffd6defa +_md5_=9e090525f9b03a6357afa0003eb799da diff --git a/metadata/md5-cache/dev-java/relaxng-datatype-1.0-r1 b/metadata/md5-cache/dev-java/relaxng-datatype-1.0-r1 index 31e9c090d9d0..c164d7188c12 100644 --- a/metadata/md5-cache/dev-java/relaxng-datatype-1.0-r1 +++ b/metadata/md5-cache/dev-java/relaxng-datatype-1.0-r1 @@ -4,9 +4,9 @@ DESCRIPTION=Interface between RELAX NG validators and datatype libraries HOMEPAGE=http://relaxng.org/ IUSE=doc source elibc_FreeBSD doc source elibc_FreeBSD KEYWORDS=amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=as-is +LICENSE=BSD RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://sourceforge/relaxng/relaxngDatatype-1.0.zip _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b9e833a72d346a9a241242869ba5de72 +_md5_=cc8c80aa53d93c8f56934be732c355d1 diff --git a/metadata/md5-cache/dev-java/xsdlib-20050627-r1 b/metadata/md5-cache/dev-java/xsdlib-20050627-r1 index fbd57b2ce45c..fd4077feda68 100644 --- a/metadata/md5-cache/dev-java/xsdlib-20050627-r1 +++ b/metadata/md5-cache/dev-java/xsdlib-20050627-r1 @@ -4,9 +4,9 @@ DESCRIPTION=The Sun Multi-Schema XML Validator is a Java tool to validate XML do HOMEPAGE=https://msv.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd -LICENSE=as-is Apache-1.1 +LICENSE=BSD Apache-1.1 RDEPEND=>=virtual/jre-1.3 >=dev-java/xerces-2.7 dev-java/relaxng-datatype >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/xsdlib.20050627.zip _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=db2ee5738769657744ca9ad90db9cf9d +_md5_=9ff159a2359e466f523345fbeddceea2 diff --git a/metadata/md5-cache/dev-java/xsdlib-20050627-r2 b/metadata/md5-cache/dev-java/xsdlib-20050627-r2 index d0dda725e274..a07f55749c47 100644 --- a/metadata/md5-cache/dev-java/xsdlib-20050627-r2 +++ b/metadata/md5-cache/dev-java/xsdlib-20050627-r2 @@ -5,9 +5,9 @@ EAPI=1 HOMEPAGE=https://msv.dev.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD KEYWORDS=amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=as-is Apache-1.1 +LICENSE=BSD Apache-1.1 RDEPEND=>=virtual/jre-1.4 dev-java/xerces:2 dev-java/relaxng-datatype:0 >=dev-java/java-config-2.1.9-r1 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) SLOT=0 SRC_URI=mirror://gentoo/xsdlib.20050627.zip _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=469884ab9cd6751b1c8c8e77fc004a89 +_md5_=1135f1a3c5cc66269fc0de09d13ea0f3 diff --git a/metadata/md5-cache/dev-java/xsdlib-20090415 b/metadata/md5-cache/dev-java/xsdlib-20090415 index f7d8ae2765ee..c17ae0c07005 100644 --- a/metadata/md5-cache/dev-java/xsdlib-20090415 +++ b/metadata/md5-cache/dev-java/xsdlib-20090415 @@ -5,9 +5,9 @@ EAPI=4 HOMEPAGE=http://msv.java.net/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD KEYWORDS=amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris -LICENSE=BSD-2 Apache-1.1 +LICENSE=BSD Apache-1.1 RDEPEND=dev-java/xerces:2 dev-java/relaxng-datatype:0 >=virtual/jre-1.4 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) SLOT=0 SRC_URI=http://java.net/downloads/msv/releases/xsdlib.20090415.zip _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-pkg-simple d7cef87260947d4cce245c4f026377e2 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=18e448edc153d30d2f0a23d4b7dcdffd +_md5_=dec569971afae11e395a117711fb5040 diff --git a/metadata/md5-cache/dev-lang/php-5.3.18 b/metadata/md5-cache/dev-lang/php-5.3.18 index b32fb3632184..187c27852b13 100644 --- a/metadata/md5-cache/dev-lang/php-5.3.18 +++ b/metadata/md5-cache/dev-lang/php-5.3.18 @@ -12,4 +12,4 @@ REQUIRED_USE=truetype? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) SLOT=5.3 SRC_URI=http://www.php.net/distributions/php-5.3.18.tar.bz2 http://dev.gentoo.org/~olemarkus/php/php-patchset-5.3.18-r0.tar.bz2 _eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=e9864d77d9ee5ffd57209fb97a8f9bd9 +_md5_=958473afea58ea0d0f073a9b66f66d27 diff --git a/metadata/md5-cache/dev-lang/php-5.3.19 b/metadata/md5-cache/dev-lang/php-5.3.19 index d93c4574a7ca..e5763cfc1840 100644 --- a/metadata/md5-cache/dev-lang/php-5.3.19 +++ b/metadata/md5-cache/dev-lang/php-5.3.19 @@ -12,4 +12,4 @@ REQUIRED_USE=truetype? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) SLOT=5.3 SRC_URI=http://www.php.net/distributions/php-5.3.19.tar.bz2 http://dev.gentoo.org/~olemarkus/php/php-patchset-5.3-r0.tar.bz2 _eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=715a9179f07426dd9b3edeee2b37ad6d +_md5_=5ce42ed264137354dc3b2a4dd8cf3d9a diff --git a/metadata/md5-cache/dev-lang/php-5.4.8 b/metadata/md5-cache/dev-lang/php-5.4.8 index 4a2da10693d9..519296192bf3 100644 --- a/metadata/md5-cache/dev-lang/php-5.4.8 +++ b/metadata/md5-cache/dev-lang/php-5.4.8 @@ -12,4 +12,4 @@ REQUIRED_USE=truetype? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) SLOT=5.4 SRC_URI=http://www.php.net/distributions/php-5.4.8.tar.bz2 http://dev.gentoo.org/~olemarkus/php/php-patchset-5.4-2.tar.bz2 _eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=0fa70570681d32d6cc07637d6bf08824 +_md5_=52328bcebbb686da3c450d1a73ec7456 diff --git a/metadata/md5-cache/dev-lang/php-5.4.9 b/metadata/md5-cache/dev-lang/php-5.4.9 index 58ac41f3ce3e..84dd84ff585f 100644 --- a/metadata/md5-cache/dev-lang/php-5.4.9 +++ b/metadata/md5-cache/dev-lang/php-5.4.9 @@ -12,4 +12,4 @@ REQUIRED_USE=truetype? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) SLOT=5.4 SRC_URI=http://www.php.net/distributions/php-5.4.9.tar.bz2 http://dev.gentoo.org/~olemarkus/php/php-patchset-5.4-r2.tar.bz2 _eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=669474b454a568543d0a1b1210f5ae9b +_md5_=31c7ab9e87523157a0819c510c8f4f9b diff --git a/metadata/md5-cache/dev-lang/php-5.5.0_alpha1 b/metadata/md5-cache/dev-lang/php-5.5.0_alpha1 index 337bffec5e0f..99dc14181bf0 100644 --- a/metadata/md5-cache/dev-lang/php-5.5.0_alpha1 +++ b/metadata/md5-cache/dev-lang/php-5.5.0_alpha1 @@ -12,4 +12,4 @@ REQUIRED_USE=truetype? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) SLOT=5.5 SRC_URI=http://downloads.php.net/dsp/php-5.5.0alpha1.tar.bz2 http://dev.gentoo.org/~olemarkus/php/php-patchset-5.5-r0.tar.bz2 _eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=f51227d0365cede7575bbe9996599065 +_md5_=0066bdf18da11dffa8d9ce4095d72df6 diff --git a/metadata/md5-cache/dev-lang/snobol-0.99.4 b/metadata/md5-cache/dev-lang/snobol-0.99.4 index 8d464757b2e4..f9bc4b30b5b5 100644 --- a/metadata/md5-cache/dev-lang/snobol-0.99.4 +++ b/metadata/md5-cache/dev-lang/snobol-0.99.4 @@ -3,7 +3,7 @@ DEPEND=sys-devel/gcc sys-devel/m4 DESCRIPTION=Phil Budne's port of Macro SNOBOL4 in C, for modern machines HOMEPAGE=http://www.snobol4.org/csnobol4/ KEYWORDS=~x86 -LICENSE=as-is +LICENSE=BSD-2 SLOT=0 SRC_URI=mirror://snobol4/snobol-0.99.4.tar.gz -_md5_=d5c07bfec79e4d90b83cf0d32191f3ae +_md5_=c8f8ce729c0207dba5ca23634823dc26 diff --git a/metadata/md5-cache/dev-lang/snobol-0.99.44 b/metadata/md5-cache/dev-lang/snobol-0.99.44 index 5ad537408cb0..009b1e0c10db 100644 --- a/metadata/md5-cache/dev-lang/snobol-0.99.44 +++ b/metadata/md5-cache/dev-lang/snobol-0.99.44 @@ -3,7 +3,7 @@ DEPEND=sys-devel/gcc sys-devel/m4 DESCRIPTION=Phil Budne's port of Macro SNOBOL4 in C, for modern machines HOMEPAGE=http://www.snobol4.org/csnobol4/ KEYWORDS=~x86 -LICENSE=as-is +LICENSE=BSD-2 SLOT=0 SRC_URI=ftp://ftp.snobol4.org/snobol4/beta/snobol4-0.99.44.tar.gz -_md5_=79d0857ae6b254da09e9ed51da34af51 +_md5_=634d4f3e6101ed0b09f4f0563136a92f diff --git a/metadata/md5-cache/dev-lang/snobol-1.1 b/metadata/md5-cache/dev-lang/snobol-1.1 index 368ab66f3b21..6b6283059899 100644 --- a/metadata/md5-cache/dev-lang/snobol-1.1 +++ b/metadata/md5-cache/dev-lang/snobol-1.1 @@ -4,7 +4,7 @@ DESCRIPTION=Phil Budne's port of Macro SNOBOL4 in C, for modern machines EAPI=4 HOMEPAGE=http://www.snobol4.org/csnobol4/ KEYWORDS=~x86 -LICENSE=as-is +LICENSE=BSD-2 SLOT=0 SRC_URI=mirror://snobol4/snobol4-1.1.tar.gz -_md5_=c09b96564cc61668d01318cae8c817b8 +_md5_=cda4520cacdc00ada7f3ff35e4dc97be diff --git a/metadata/md5-cache/dev-libs/jrtplib-3.7.1-r1 b/metadata/md5-cache/dev-libs/jrtplib-3.7.1-r1 index 966faa084eac..bf2c223fb5c5 100644 --- a/metadata/md5-cache/dev-libs/jrtplib-3.7.1-r1 +++ b/metadata/md5-cache/dev-libs/jrtplib-3.7.1-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install prepare -DEPEND=dev-libs/jthread +DEPEND==dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=JThread provides some classes to make use of threads easy on different platforms. +EAPI=4 +HOMEPAGE=http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread +IUSE=static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +SLOT=0 +SRC_URI=http://research.edm.uhasselt.be/jori/jthread/jthread-1.3.0.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils d9d351169c1d554e8f47f1a19f17becd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e1c6d1b92081f6f70ca9d8b4c2aa4a18 diff --git a/metadata/md5-cache/dev-libs/libhome-0.10.1 b/metadata/md5-cache/dev-libs/libhome-0.10.1 deleted file mode 100644 index 1af1122335f8..000000000000 --- a/metadata/md5-cache/dev-libs/libhome-0.10.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install unpack -DEPEND=berkdb? ( =sys-libs/db-4* ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-server ) || ( >=sys-devel/automake-1.11.1 >=sys-devel/automake-1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=libhome is a library providing a getpwnam() emulation -HOMEPAGE=http://pll.sourceforge.net -IUSE=berkdb ldap mysql pam postgres -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2 -RDEPEND=berkdb? ( =sys-libs/db-4* ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-server ) -SLOT=0 -SRC_URI=mirror://sourceforge/pll/libhome-0.10.1.tar.gz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=fca32782dc73ea598100bf5f24413570 diff --git a/metadata/md5-cache/dev-libs/libnl-3.2.16 b/metadata/md5-cache/dev-libs/libnl-3.2.16 index a31d5c52d99f..914813d712d5 100644 --- a/metadata/md5-cache/dev-libs/libnl-3.2.16 +++ b/metadata/md5-cache/dev-libs/libnl-3.2.16 @@ -9,4 +9,4 @@ LICENSE=LGPL-2.1 doc? ( GPL-2 ) utils? ( GPL-2 ) SLOT=3 SRC_URI=http://www.infradead.org/~tgr/libnl/files/libnl-3.2.16.tar.gz http://www.infradead.org/~tgr/libnl/files/libnl-doc-3.2.16.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=39bd08a6aa4eff23d0b32de8483904e0 +_md5_=a261eeeaed491f3d41d23aec275baaf2 diff --git a/metadata/md5-cache/dev-libs/libxml2-2.8.0-r3 b/metadata/md5-cache/dev-libs/libxml2-2.8.0-r3 index 616fd136e363..9e14c1359909 100644 --- a/metadata/md5-cache/dev-libs/libxml2-2.8.0-r3 +++ b/metadata/md5-cache/dev-libs/libxml2-2.8.0-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Version 2 of the library to manipulate XML files EAPI=4 HOMEPAGE=http://www.xmlsoft.org/ IUSE=debug doc examples icu ipv6 lzma python readline static-libs test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=sys-libs/zlib icu? ( dev-libs/icu ) lzma? ( app-arch/xz-utils ) readline? ( sys-libs/readline ) python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[xml] ) SLOT=2 SRC_URI=ftp://xmlsoft.org/libxml2/libxml2-2.8.0.tar.gz test? ( http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2002-01-16/xsts-2002-01-16.tar.gz http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2004-01-14/xsts-2004-01-14.tar.gz ) http://dev.gentoo.org/~tetromino/distfiles/libxml2/libxml2-2.8.0-namespace-node-patches.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e555a2bf5274af660bcf7eb13d70e659 +_md5_=6a3ea861cc609f3d1671480f91a9f603 diff --git a/metadata/md5-cache/dev-lua/lgi-0.6.2 b/metadata/md5-cache/dev-lua/lgi-0.6.2 new file mode 100644 index 000000000000..849372b4587c --- /dev/null +++ b/metadata/md5-cache/dev-lua/lgi-0.6.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install prepare +DEPEND=>=dev-lang/lua-5.1 x11-libs/gtk+[introspection] virtual/pkgconfig +DESCRIPTION=Lua bindings using gobject-introspection +EAPI=4 +HOMEPAGE=http://github.com/pavouk/lgi +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd +LICENSE=MIT +RDEPEND=>=dev-lang/lua-5.1 x11-libs/gtk+[introspection] +SLOT=0 +SRC_URI=http://github.com/downloads/pavouk/lgi/lgi-0.6.2.tar.gz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=9a8940d7b781885fd9ea4a0281691e47 diff --git a/metadata/md5-cache/dev-php/symfony-1.4.20 b/metadata/md5-cache/dev-php/symfony-1.4.20 new file mode 100644 index 000000000000..a80436f7c36c --- /dev/null +++ b/metadata/md5-cache/dev-php/symfony-1.4.20 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install postinst setup +DEPEND=dev-lang/php[cli,ctype,session,simplexml,tokenizer,xml] || ( =dev-lang/php-5.3 ) dev-php/pear dev-lang/php >=dev-php/pear-1.9.0 +DESCRIPTION=Open-source PHP5 professional web framework +EAPI=2 +HOMEPAGE=http://www.symfony-project.com/ +KEYWORDS=~amd64 ~x86 +LICENSE=MIT LGPL-2.1 BSD BSD-2 FDL-1.2 +RDEPEND=dev-lang/php[cli,ctype,session,simplexml,tokenizer,xml] || ( =dev-lang/php-5.3 ) dev-php/pear dev-lang/php >=dev-php/pear-1.9.0 +SLOT=0 +SRC_URI=http://pear.symfony-project.com/get/symfony-1.4.20.tgz +_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 php-pear-lib-r1 683c04445ce44b20b5df954b5050e387 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 +_md5_=2464fc1a344f89846a35c46138754766 diff --git a/metadata/md5-cache/dev-python/pywavelets-0.2.2 b/metadata/md5-cache/dev-python/pywavelets-0.2.2 index c8398dd5f1f1..d620552a017b 100644 --- a/metadata/md5-cache/dev-python/pywavelets-0.2.2 +++ b/metadata/md5-cache/dev-python/pywavelets-0.2.2 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=app-arch/unzip dev-python/cython test? ( dev-python/numpy ) =dev-lang/python-2* +DEPEND=app-arch/unzip dev-python/cython test? ( dev-python/numpy ) doc? ( dev-python/sphinx ) =dev-lang/python-2* DESCRIPTION=Python module for discrete, stationary, and packet wavelet transforms. EAPI=4 HOMEPAGE=http://www.pybytes.com/pywavelets/ http://pypi.python.org/pypi/PyWavelets @@ -10,4 +10,4 @@ RDEPEND=dev-python/numpy =dev-lang/python-2* SLOT=0 SRC_URI=mirror://pypi/P/PyWavelets/PyWavelets-0.2.2.zip _eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=72e3ad79b4c98e09ea4d44640c407741 +_md5_=a6df8027f84a096c4c2c6355d0eed95d diff --git a/metadata/md5-cache/dev-vcs/git-bzr-ng-0_pre20120822 b/metadata/md5-cache/dev-vcs/git-bzr-ng-0_pre20120822 index 5e39cb9d1c2e..a3f28c4cd695 100644 --- a/metadata/md5-cache/dev-vcs/git-bzr-ng-0_pre20120822 +++ b/metadata/md5-cache/dev-vcs/git-bzr-ng-0_pre20120822 @@ -3,10 +3,10 @@ DEPEND=app-arch/xz-utils =dev-lang/python-2* DESCRIPTION=Git subcommand providing a bidirectional bridge to Bazaar repositories EAPI=4 HOMEPAGE=https://github.com/termie/git-bzr-ng -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=BSD RDEPEND=>=dev-vcs/bzr-2.2 dev-vcs/git >=dev-vcs/bzr-fastimport-0.10 dev-python/python-fastimport =dev-lang/python-2* SLOT=0 SRC_URI=http://dev.gentoo.org/~tetromino/distfiles/git-bzr-ng/git-bzr-ng-0_pre20120822.tar.xz _eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=02e1a47ecb1c3474c1439e536ca7f75e +_md5_=dad54e89a061031c6789731596c71c62 diff --git a/metadata/md5-cache/games-action/atanks-5.7 b/metadata/md5-cache/games-action/atanks-5.7 new file mode 100644 index 000000000000..44c5b50f016a --- /dev/null +++ b/metadata/md5-cache/games-action/atanks-5.7 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack +DEPEND=media-libs/allegro:0[X] >=sys-apps/sed-4 +DESCRIPTION=Worms and Scorched Earth-like game +EAPI=2 +HOMEPAGE=http://atanks.sourceforge.net/ +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=media-libs/allegro:0[X] +SLOT=0 +SRC_URI=mirror://sourceforge/atanks/atanks-5.7.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 games e0a83e3f3f024b8c8ef7a8217d716cbf gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=db66e646660eca36844e9e7d5d5d803f diff --git a/metadata/md5-cache/kde-base/kremotecontrol-4.9.3 b/metadata/md5-cache/kde-base/kremotecontrol-4.9.3 index 0f33c6ad2dbc..33a0f86e7b97 100644 --- a/metadata/md5-cache/kde-base/kremotecontrol-4.9.3 +++ b/metadata/md5-cache/kde-base/kremotecontrol-4.9.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack DEPEND=>=kde-base/libkworkspace-4.9.3:4[aqua=] >=kde-base/solid-4.9.3:4[aqua=] >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) dev-lang/perl >=x11-libs/qt-core-4.8.0:4[qt3support,ssl] >=x11-libs/qt-dbus-4.8.0:4 >=x11-libs/qt-gui-4.8.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.8.0:4[accessibility] >=x11-libs/qt-script-4.8.0:4 >=x11-libs/qt-sql-4.8.0:4[qt3support] >=x11-libs/qt-svg-4.8.0:4 >=x11-libs/qt-test-4.8.0:4 >=x11-libs/qt-webkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.9.3:4[aqua=] -DESCRIPTION=KDE frontend for remote controls +DESCRIPTION=KDE frontend for the Linux Infrared Remote Control system EAPI=4 HOMEPAGE=http://www.kde.org/ IUSE=debug +handbook aqua KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 -RDEPEND=>=kde-base/libkworkspace-4.9.3:4[aqua=] >=kde-base/solid-4.9.3:4[aqua=] >=kde-base/oxygen-icons-4.9.3:4[aqua=] handbook? ( >=kde-base/kdelibs-4.9.3:4[aqua=,handbook] ) dev-lang/perl >=x11-libs/qt-core-4.8.0:4[qt3support,ssl] >=x11-libs/qt-dbus-4.8.0:4 >=x11-libs/qt-gui-4.8.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.8.0:4[accessibility] >=x11-libs/qt-script-4.8.0:4 >=x11-libs/qt-sql-4.8.0:4[qt3support] >=x11-libs/qt-svg-4.8.0:4 >=x11-libs/qt-test-4.8.0:4 >=x11-libs/qt-webkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.9.3:4[aqua=] +RDEPEND=>=kde-base/libkworkspace-4.9.3:4[aqua=] >=kde-base/solid-4.9.3:4[aqua=] app-misc/lirc >=kde-base/oxygen-icons-4.9.3:4[aqua=] handbook? ( >=kde-base/kdelibs-4.9.3:4[aqua=,handbook] ) dev-lang/perl >=x11-libs/qt-core-4.8.0:4[qt3support,ssl] >=x11-libs/qt-dbus-4.8.0:4 >=x11-libs/qt-gui-4.8.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.8.0:4[accessibility] >=x11-libs/qt-script-4.8.0:4 >=x11-libs/qt-sql-4.8.0:4[qt3support] >=x11-libs/qt-svg-4.8.0:4 >=x11-libs/qt-test-4.8.0:4 >=x11-libs/qt-webkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.9.3:4[aqua=] SLOT=4 SRC_URI=mirror://kde/stable/4.9.3/src/kremotecontrol-4.9.3.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils d9d351169c1d554e8f47f1a19f17becd eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 6e4e3fc3a36f43b71c84ad615e804a83 kde4-functions 37767566f9ffa88075c4d392a59100a9 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=0397448ab971364cade57b50f5999244 +_md5_=ef9dab7ee63d806816b0418645b26668 diff --git a/metadata/md5-cache/kde-base/kubrick-4.8.5 b/metadata/md5-cache/kde-base/kubrick-4.8.5 index 52e90c5914dd..487f2a448802 100644 --- a/metadata/md5-cache/kde-base/kubrick-4.8.5 +++ b/metadata/md5-cache/kde-base/kubrick-4.8.5 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) >=x11-libs/qt-opengl-4.7.4:4 dev-lang/perl >=x11-libs/qt-core-4.7.4:4[qt3support,ssl] >=x11-libs/qt-dbus-4.7.4:4 >=x11-libs/qt-gui-4.7.4:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.4:4[accessibility] >=x11-libs/qt-script-4.7.4:4 >=x11-libs/qt-sql-4.7.4:4[qt3support] >=x11-libs/qt-svg-4.7.4:4 >=x11-libs/qt-test-4.7.4:4 >=x11-libs/qt-webkit-4.7.4:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.8.5:4[aqua=] >=kde-base/libkdegames-4.8.5:4[aqua=] -DESCRIPTION=KDE: Kubrick is a game based on "Rubik's Cube" puzzle. +DEPEND=virtual/glu virtual/opengl >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) >=x11-libs/qt-opengl-4.7.4:4 dev-lang/perl >=x11-libs/qt-core-4.7.4:4[qt3support,ssl] >=x11-libs/qt-dbus-4.7.4:4 >=x11-libs/qt-gui-4.7.4:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.4:4[accessibility] >=x11-libs/qt-script-4.7.4:4 >=x11-libs/qt-sql-4.7.4:4[qt3support] >=x11-libs/qt-svg-4.7.4:4 >=x11-libs/qt-test-4.7.4:4 >=x11-libs/qt-webkit-4.7.4:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.8.5:4[aqua=] >=kde-base/libkdegames-4.8.5:4[aqua=] +DESCRIPTION=A game based on the "Rubik's Cube" puzzle. EAPI=4 HOMEPAGE=http://www.kde.org/ IUSE=debug +handbook aqua KEYWORDS=amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 -RDEPEND=>=kde-base/oxygen-icons-4.8.5:4[aqua=] handbook? ( >=kde-base/kdelibs-4.8.5:4[aqua=,handbook] ) >=x11-libs/qt-opengl-4.7.4:4 dev-lang/perl >=x11-libs/qt-core-4.7.4:4[qt3support,ssl] >=x11-libs/qt-dbus-4.7.4:4 >=x11-libs/qt-gui-4.7.4:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.4:4[accessibility] >=x11-libs/qt-script-4.7.4:4 >=x11-libs/qt-sql-4.7.4:4[qt3support] >=x11-libs/qt-svg-4.7.4:4 >=x11-libs/qt-test-4.7.4:4 >=x11-libs/qt-webkit-4.7.4:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.8.5:4[aqua=] >=kde-base/libkdegames-4.8.5:4[aqua=] +RDEPEND=virtual/glu >=kde-base/oxygen-icons-4.8.5:4[aqua=] handbook? ( >=kde-base/kdelibs-4.8.5:4[aqua=,handbook] ) >=x11-libs/qt-opengl-4.7.4:4 dev-lang/perl >=x11-libs/qt-core-4.7.4:4[qt3support,ssl] >=x11-libs/qt-dbus-4.7.4:4 >=x11-libs/qt-gui-4.7.4:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.4:4[accessibility] >=x11-libs/qt-script-4.7.4:4 >=x11-libs/qt-sql-4.7.4:4[qt3support] >=x11-libs/qt-svg-4.7.4:4 >=x11-libs/qt-test-4.7.4:4 >=x11-libs/qt-webkit-4.7.4:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.8.5:4[aqua=] >=kde-base/libkdegames-4.8.5:4[aqua=] SLOT=4 SRC_URI=mirror://kde/stable/4.8.5/src/kdegames-4.8.5.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils d9d351169c1d554e8f47f1a19f17becd eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 6e4e3fc3a36f43b71c84ad615e804a83 kde4-functions 37767566f9ffa88075c4d392a59100a9 kde4-meta 74063838ddcd8177a6a4b3e19354ee3b multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=bdd8c8312cc0e4fd944cba2b6aa41f34 +_md5_=19675c76682c5073ba19aefd281c9be0 diff --git a/metadata/md5-cache/kde-base/kubrick-4.9.3 b/metadata/md5-cache/kde-base/kubrick-4.9.3 index 0b1c6c8a7f83..e47b69f01174 100644 --- a/metadata/md5-cache/kde-base/kubrick-4.9.3 +++ b/metadata/md5-cache/kde-base/kubrick-4.9.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=kde-base/libkdegames-4.9.3:4[aqua=] >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) >=x11-libs/qt-opengl-4.8.0:4 dev-lang/perl >=x11-libs/qt-core-4.8.0:4[qt3support,ssl] >=x11-libs/qt-dbus-4.8.0:4 >=x11-libs/qt-gui-4.8.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.8.0:4[accessibility] >=x11-libs/qt-script-4.8.0:4 >=x11-libs/qt-sql-4.8.0:4[qt3support] >=x11-libs/qt-svg-4.8.0:4 >=x11-libs/qt-test-4.8.0:4 >=x11-libs/qt-webkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.9.3:4[aqua=] >=kde-base/libkdegames-4.9.3:4[aqua=] -DESCRIPTION=KDE: Kubrick is a game based on "Rubik's Cube" puzzle. +DEPEND=>=kde-base/libkdegames-4.9.3:4[aqua=] virtual/glu virtual/opengl >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) >=x11-libs/qt-opengl-4.8.0:4 dev-lang/perl >=x11-libs/qt-core-4.8.0:4[qt3support,ssl] >=x11-libs/qt-dbus-4.8.0:4 >=x11-libs/qt-gui-4.8.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.8.0:4[accessibility] >=x11-libs/qt-script-4.8.0:4 >=x11-libs/qt-sql-4.8.0:4[qt3support] >=x11-libs/qt-svg-4.8.0:4 >=x11-libs/qt-test-4.8.0:4 >=x11-libs/qt-webkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.9.3:4[aqua=] >=kde-base/libkdegames-4.9.3:4[aqua=] +DESCRIPTION=A game based on the "Rubik's Cube" puzzle. EAPI=4 HOMEPAGE=http://www.kde.org/ IUSE=debug +handbook aqua KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 -RDEPEND=>=kde-base/libkdegames-4.9.3:4[aqua=] >=kde-base/oxygen-icons-4.9.3:4[aqua=] handbook? ( >=kde-base/kdelibs-4.9.3:4[aqua=,handbook] ) >=x11-libs/qt-opengl-4.8.0:4 dev-lang/perl >=x11-libs/qt-core-4.8.0:4[qt3support,ssl] >=x11-libs/qt-dbus-4.8.0:4 >=x11-libs/qt-gui-4.8.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.8.0:4[accessibility] >=x11-libs/qt-script-4.8.0:4 >=x11-libs/qt-sql-4.8.0:4[qt3support] >=x11-libs/qt-svg-4.8.0:4 >=x11-libs/qt-test-4.8.0:4 >=x11-libs/qt-webkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.9.3:4[aqua=] >=kde-base/libkdegames-4.9.3:4[aqua=] +RDEPEND=>=kde-base/libkdegames-4.9.3:4[aqua=] virtual/glu >=kde-base/oxygen-icons-4.9.3:4[aqua=] handbook? ( >=kde-base/kdelibs-4.9.3:4[aqua=,handbook] ) >=x11-libs/qt-opengl-4.8.0:4 dev-lang/perl >=x11-libs/qt-core-4.8.0:4[qt3support,ssl] >=x11-libs/qt-dbus-4.8.0:4 >=x11-libs/qt-gui-4.8.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.8.0:4[accessibility] >=x11-libs/qt-script-4.8.0:4 >=x11-libs/qt-sql-4.8.0:4[qt3support] >=x11-libs/qt-svg-4.8.0:4 >=x11-libs/qt-test-4.8.0:4 >=x11-libs/qt-webkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.9.3:4[aqua=] >=kde-base/libkdegames-4.9.3:4[aqua=] SLOT=4 SRC_URI=mirror://kde/stable/4.9.3/src/kdegames-4.9.3.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils d9d351169c1d554e8f47f1a19f17becd eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 6e4e3fc3a36f43b71c84ad615e804a83 kde4-functions 37767566f9ffa88075c4d392a59100a9 kde4-meta 74063838ddcd8177a6a4b3e19354ee3b multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=02e4a4d2eb0c34b2f01a0f9432d1d4fd +_md5_=4e809b62f14af7ce5d2271017a45f7be diff --git a/metadata/md5-cache/mail-client/alpine-2.00 b/metadata/md5-cache/mail-client/alpine-2.00 deleted file mode 100644 index adf9995f60ee..000000000000 --- a/metadata/md5-cache/mail-client/alpine-2.00 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup unpack -DEPEND=virtual/pam >=sys-libs/ncurses-5.1 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) kerberos? ( app-crypt/mit-krb5 ) spell? ( app-text/aspell ) topal? ( >=net-mail/topal-64 ) -DESCRIPTION=alpine is an easy to use text-based based mail and news client -EAPI=2 -HOMEPAGE=http://www.washington.edu/alpine/ http://staff.washington.edu/chappa/alpine/ -IUSE=+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads topal -KEYWORDS=~alpha ~amd64 ~ia64 ~sparc ~x86 -LICENSE=Apache-2.0 -RDEPEND=virtual/pam >=sys-libs/ncurses-5.1 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) kerberos? ( app-crypt/mit-krb5 ) spell? ( app-text/aspell ) topal? ( >=net-mail/topal-64 ) app-misc/mime-types !onlyalpine? ( !app-editors/pico ) !onlyalpine? ( !mail-client/pine ) !<=net-mail/uw-imap-2004g -SLOT=0 -SRC_URI=ftp://ftp.cac.washington.edu/alpine/alpine-2.00.tar.bz2 chappa? ( http://staff.washington.edu/chappa/alpine/patches/alpine-2.00/all.patch.gz -> alpine-2.00-chappa-26-all.patch.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=16a932fe2e5980a47814da8afb43a81a diff --git a/metadata/md5-cache/mail-client/alpine-2.00-r1 b/metadata/md5-cache/mail-client/alpine-2.00-r1 deleted file mode 100644 index 3e0f7b2631ae..000000000000 --- a/metadata/md5-cache/mail-client/alpine-2.00-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup unpack -DEPEND=virtual/pam >=sys-libs/ncurses-5.1 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) kerberos? ( app-crypt/mit-krb5 ) spell? ( app-text/aspell ) topal? ( >=net-mail/topal-64 ) -DESCRIPTION=alpine is an easy to use text-based based mail and news client -EAPI=2 -HOMEPAGE=http://www.washington.edu/alpine/ http://staff.washington.edu/chappa/alpine/ -IUSE=+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads topal -KEYWORDS=~alpha ~amd64 ~ia64 ~sparc ~x86 -LICENSE=Apache-2.0 -RDEPEND=virtual/pam >=sys-libs/ncurses-5.1 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) kerberos? ( app-crypt/mit-krb5 ) spell? ( app-text/aspell ) topal? ( >=net-mail/topal-64 ) app-misc/mime-types !onlyalpine? ( !app-editors/pico ) !onlyalpine? ( !mail-client/pine ) !<=net-mail/uw-imap-2004g -SLOT=0 -SRC_URI=ftp://ftp.cac.washington.edu/alpine/alpine-2.00.tar.bz2 chappa? ( http://staff.washington.edu/chappa/alpine/patches/alpine-2.00/all.patch.gz -> alpine-2.00-chappa-51-all.patch.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=04e3bae9ee356da38943d167bac64c55 diff --git a/metadata/md5-cache/mail-client/alpine-2.00-r2 b/metadata/md5-cache/mail-client/alpine-2.00-r2 deleted file mode 100644 index 3ad3b1264523..000000000000 --- a/metadata/md5-cache/mail-client/alpine-2.00-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup unpack -DEPEND=virtual/pam >=sys-libs/ncurses-5.1 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) kerberos? ( app-crypt/mit-krb5 ) spell? ( app-text/aspell ) topal? ( >=net-mail/topal-64 ) -DESCRIPTION=alpine is an easy to use text-based based mail and news client -EAPI=2 -HOMEPAGE=http://www.washington.edu/alpine/ http://staff.washington.edu/chappa/alpine/ -IUSE=+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads topal -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 -LICENSE=Apache-2.0 -RDEPEND=virtual/pam >=sys-libs/ncurses-5.1 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) kerberos? ( app-crypt/mit-krb5 ) spell? ( app-text/aspell ) topal? ( >=net-mail/topal-64 ) app-misc/mime-types !onlyalpine? ( !app-editors/pico ) !onlyalpine? ( !mail-client/pine ) !<=net-mail/uw-imap-2004g -SLOT=0 -SRC_URI=ftp://ftp.cac.washington.edu/alpine/alpine-2.00.tar.bz2 chappa? ( http://staff.washington.edu/chappa/alpine/patches/alpine-2.00/all.patch.gz -> alpine-2.00-chappa-52-all.patch.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0eead7c1a05585570b94d9c22c7063d8 diff --git a/metadata/md5-cache/mail-client/alpine-2.00-r3 b/metadata/md5-cache/mail-client/alpine-2.00-r3 deleted file mode 100644 index c7bf52c9dd34..000000000000 --- a/metadata/md5-cache/mail-client/alpine-2.00-r3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup unpack -DEPEND=virtual/pam >=sys-libs/ncurses-5.1 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) kerberos? ( app-crypt/mit-krb5 ) spell? ( app-text/aspell ) topal? ( >=net-mail/topal-72 ) -DESCRIPTION=alpine is an easy to use text-based based mail and news client -EAPI=2 -HOMEPAGE=http://www.washington.edu/alpine/ http://staff.washington.edu/chappa/alpine/ -IUSE=+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads topal -KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 -LICENSE=Apache-2.0 -RDEPEND=virtual/pam >=sys-libs/ncurses-5.1 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) kerberos? ( app-crypt/mit-krb5 ) spell? ( app-text/aspell ) topal? ( >=net-mail/topal-72 ) app-misc/mime-types !onlyalpine? ( !app-editors/pico ) !onlyalpine? ( !mail-client/pine ) !<=net-mail/uw-imap-2004g -SLOT=0 -SRC_URI=ftp://ftp.cac.washington.edu/alpine/alpine-2.00.tar.bz2 chappa? ( http://staff.washington.edu/chappa/alpine/patches/alpine-2.00/all.patch.gz -> alpine-2.00-chappa-53-all.patch.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0421fb44a94250bc23c3cf410317689d diff --git a/metadata/md5-cache/mail-client/thunderbird-10.0.11 b/metadata/md5-cache/mail-client/thunderbird-10.0.11 index 83be4afe4f5a..349fe9fca87a 100644 --- a/metadata/md5-cache/mail-client/thunderbird-10.0.11 +++ b/metadata/md5-cache/mail-client/thunderbird-10.0.11 @@ -4,10 +4,10 @@ DESCRIPTION=Thunderbird Mail Client EAPI=3 HOMEPAGE=http://www.mozilla.com/en-US/thunderbird/ IUSE=bindist gconf +crypt +ipc +lightning +minimal mozdom +webm selinux custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi linguas_ar linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_br linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_AR linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_he linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ko linguas_lt linguas_nb_NO linguas_nl linguas_nn_NO linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sr linguas_sv_SE linguas_ta_LK linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MPL-1.1 GPL-2 LGPL-2.1 RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) >=media-libs/libpng-1.5.9[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) virtual/libffi !x11-plugins/enigmail system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,unlock-notify,debug=] ) selinux? ( sec-policy/selinux-thunderbird ) crypt? ( || ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] ) ) =app-crypt/gnupg-1.4* ) ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) SLOT=0 SRC_URI=linguas_ar? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/ar.xpi -> thunderbird-10.0.11esr-ar.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/ast.xpi -> thunderbird-10.0.11esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/be.xpi -> thunderbird-10.0.11esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/bg.xpi -> thunderbird-10.0.11esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/bn-BD.xpi -> thunderbird-10.0.11esr-bn-BD.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/br.xpi -> thunderbird-10.0.11esr-br.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/ca.xpi -> thunderbird-10.0.11esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/cs.xpi -> thunderbird-10.0.11esr-cs.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/da.xpi -> thunderbird-10.0.11esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/de.xpi -> thunderbird-10.0.11esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/el.xpi -> thunderbird-10.0.11esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/en-GB.xpi -> thunderbird-10.0.11esr-en-GB.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/es-AR.xpi -> thunderbird-10.0.11esr-es-AR.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/es-ES.xpi -> thunderbird-10.0.11esr-es-ES.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/et.xpi -> thunderbird-10.0.11esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/eu.xpi -> thunderbird-10.0.11esr-eu.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/fi.xpi -> thunderbird-10.0.11esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/fr.xpi -> thunderbird-10.0.11esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/fy-NL.xpi -> thunderbird-10.0.11esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/ga-IE.xpi -> thunderbird-10.0.11esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/gd.xpi -> thunderbird-10.0.11esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/gl.xpi -> thunderbird-10.0.11esr-gl.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/he.xpi -> thunderbird-10.0.11esr-he.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/hu.xpi -> thunderbird-10.0.11esr-hu.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/id.xpi -> thunderbird-10.0.11esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/is.xpi -> thunderbird-10.0.11esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/it.xpi -> thunderbird-10.0.11esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/ja.xpi -> thunderbird-10.0.11esr-ja.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/ko.xpi -> thunderbird-10.0.11esr-ko.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/lt.xpi -> thunderbird-10.0.11esr-lt.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/nb-NO.xpi -> thunderbird-10.0.11esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/nl.xpi -> thunderbird-10.0.11esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/nn-NO.xpi -> thunderbird-10.0.11esr-nn-NO.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/pa-IN.xpi -> thunderbird-10.0.11esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/pl.xpi -> thunderbird-10.0.11esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/pt-BR.xpi -> thunderbird-10.0.11esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/pt-PT.xpi -> thunderbird-10.0.11esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/rm.xpi -> thunderbird-10.0.11esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/ro.xpi -> thunderbird-10.0.11esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/ru.xpi -> thunderbird-10.0.11esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/si.xpi -> thunderbird-10.0.11esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/sk.xpi -> thunderbird-10.0.11esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/sl.xpi -> thunderbird-10.0.11esr-sl.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/sq.xpi -> thunderbird-10.0.11esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/sr.xpi -> thunderbird-10.0.11esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/sv-SE.xpi -> thunderbird-10.0.11esr-sv-SE.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/ta-LK.xpi -> thunderbird-10.0.11esr-ta-LK.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/tr.xpi -> thunderbird-10.0.11esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/uk.xpi -> thunderbird-10.0.11esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/vi.xpi -> thunderbird-10.0.11esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/zh-CN.xpi -> thunderbird-10.0.11esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/thunderbird/releases//10.0.11esr/linux-i686/xpi/zh-TW.xpi -> thunderbird-10.0.11esr-zh-TW.xpi ) ftp://ftp.mozilla.org/pub/thunderbird/releases/10.0.11esr/source/thunderbird-10.0.11esr.source.tar.bz2 crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-1.3.5.tar.gz ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/thunderbird-10.0-patches-0.1.tar.xz http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-10.0-patches-0.9.tar.xz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac makeedit 5be302268d425e0429d2f1ee3ba3f5a3 mozconfig-3 37a2d0fa93bf68d83459c380e047903b mozcoreconf-2 43f9c2a313b66eae6591721fd343a0a5 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=83e69e602f6261178f2ad439651340ab +_md5_=a2fc931ff1a590cdd16b17cdeef6b5ac diff --git a/metadata/md5-cache/mail-client/thunderbird-bin-10.0.11 b/metadata/md5-cache/mail-client/thunderbird-bin-10.0.11 index 5350aba4cd3f..754d8c35bd58 100644 --- a/metadata/md5-cache/mail-client/thunderbird-bin-10.0.11 +++ b/metadata/md5-cache/mail-client/thunderbird-bin-10.0.11 @@ -4,11 +4,11 @@ DESCRIPTION=Thunderbird Mail Client EAPI=4 HOMEPAGE=http://www.mozilla.com/thunderbird IUSE=+crashreporter linguas_ar linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_br linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_AR linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_he linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ko linguas_lt linguas_nb_NO linguas_nl linguas_nn_NO linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sr linguas_sv_SE linguas_ta_LK linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW -KEYWORDS=-* ~amd64 ~x86 +KEYWORDS=-* amd64 ~x86 LICENSE=MPL-1.1 GPL-2 LGPL-2.1 RDEPEND=virtual/freedesktop-icon-theme x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=x11-libs/gtk+-2.2:2 >=media-libs/alsa-lib-1.0.16 crashreporter? ( net-misc/curl ) RESTRICT=strip mirror binchecks SLOT=0 SRC_URI=linguas_ar? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/ar.xpi -> thunderbird-10.0.11esr-ar.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/ast.xpi -> thunderbird-10.0.11esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/be.xpi -> thunderbird-10.0.11esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/bg.xpi -> thunderbird-10.0.11esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/bn-BD.xpi -> thunderbird-10.0.11esr-bn-BD.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/br.xpi -> thunderbird-10.0.11esr-br.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/ca.xpi -> thunderbird-10.0.11esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/cs.xpi -> thunderbird-10.0.11esr-cs.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/da.xpi -> thunderbird-10.0.11esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/de.xpi -> thunderbird-10.0.11esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/el.xpi -> thunderbird-10.0.11esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/en-GB.xpi -> thunderbird-10.0.11esr-en-GB.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/es-AR.xpi -> thunderbird-10.0.11esr-es-AR.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/es-ES.xpi -> thunderbird-10.0.11esr-es-ES.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/et.xpi -> thunderbird-10.0.11esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/eu.xpi -> thunderbird-10.0.11esr-eu.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/fi.xpi -> thunderbird-10.0.11esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/fr.xpi -> thunderbird-10.0.11esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/fy-NL.xpi -> thunderbird-10.0.11esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/ga-IE.xpi -> thunderbird-10.0.11esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/gd.xpi -> thunderbird-10.0.11esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/gl.xpi -> thunderbird-10.0.11esr-gl.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/he.xpi -> thunderbird-10.0.11esr-he.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/hu.xpi -> thunderbird-10.0.11esr-hu.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/id.xpi -> thunderbird-10.0.11esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/is.xpi -> thunderbird-10.0.11esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/it.xpi -> thunderbird-10.0.11esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/ja.xpi -> thunderbird-10.0.11esr-ja.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/ko.xpi -> thunderbird-10.0.11esr-ko.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/lt.xpi -> thunderbird-10.0.11esr-lt.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/nb-NO.xpi -> thunderbird-10.0.11esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/nl.xpi -> thunderbird-10.0.11esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/nn-NO.xpi -> thunderbird-10.0.11esr-nn-NO.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/pa-IN.xpi -> thunderbird-10.0.11esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/pl.xpi -> thunderbird-10.0.11esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/pt-BR.xpi -> thunderbird-10.0.11esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/pt-PT.xpi -> thunderbird-10.0.11esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/rm.xpi -> thunderbird-10.0.11esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/ro.xpi -> thunderbird-10.0.11esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/ru.xpi -> thunderbird-10.0.11esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/si.xpi -> thunderbird-10.0.11esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/sk.xpi -> thunderbird-10.0.11esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/sl.xpi -> thunderbird-10.0.11esr-sl.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/sq.xpi -> thunderbird-10.0.11esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/sr.xpi -> thunderbird-10.0.11esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/sv-SE.xpi -> thunderbird-10.0.11esr-sv-SE.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/ta-LK.xpi -> thunderbird-10.0.11esr-ta-LK.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/tr.xpi -> thunderbird-10.0.11esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/uk.xpi -> thunderbird-10.0.11esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/vi.xpi -> thunderbird-10.0.11esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/zh-CN.xpi -> thunderbird-10.0.11esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/xpi/zh-TW.xpi -> thunderbird-10.0.11esr-zh-TW.xpi ) amd64? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-x86_64/en-US/thunderbird-10.0.11esr.tar.bz2 -> thunderbird-bin_x86_64-10.0.11.tar.bz2 ) x86? ( ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases//10.0.11esr/linux-i686/en-US/thunderbird-10.0.11esr.tar.bz2 -> thunderbird-bin_i686-10.0.11.tar.bz2 ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib 9aa8a023e062fca0ba79362d9d0cc488 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=10169d306b79f92be5dbc3c34d6a0648 +_md5_=10cf4079cfc43b382c344f3a117b463d diff --git a/metadata/md5-cache/mail-filter/gld-1.7-r1 b/metadata/md5-cache/mail-filter/gld-1.7-r1 deleted file mode 100644 index d543e3494eae..000000000000 --- a/metadata/md5-cache/mail-filter/gld-1.7-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare -DEPEND=sys-libs/zlib >=dev-libs/openssl-0.9.6 postgres? ( dev-db/postgresql-server ) !postgres? ( virtual/mysql ) -DESCRIPTION=A standalone anti-spam greylisting algorithm on top of Postfix -EAPI=2 -HOMEPAGE=http://www.gasmi.net/gld.html -IUSE=postgres -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=sys-libs/zlib >=dev-libs/openssl-0.9.6 postgres? ( dev-db/postgresql-server ) !postgres? ( virtual/mysql ) -SLOT=0 -SRC_URI=http://www.gasmi.net/down/gld-1.7.tgz -_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=bed4de979331c1cf0f08adcf706871b5 diff --git a/metadata/md5-cache/mail-filter/opendkim-2.4.3 b/metadata/md5-cache/mail-filter/opendkim-2.4.3 deleted file mode 100644 index 0be421e4fb6a..000000000000 --- a/metadata/md5-cache/mail-filter/opendkim-2.4.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=config configure install postinst prepare setup -DEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) -DESCRIPTION=A milter-based application to provide DKIM signing and verification -EAPI=4 -HOMEPAGE=http://opendkim.org -IUSE=asyncdns +berkdb ldap lua opendbx poll sasl +ssl static-libs unbound -KEYWORDS=amd64 x86 -LICENSE=Sendmail-Open-Source BSD -RDEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) -REQUIRED_USE=sasl? ( ldap ) lua? ( berkdb ) -SLOT=0 -SRC_URI=mirror://sourceforge/opendkim/opendkim-2.4.3.tar.gz -_eclasses_=db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=3bee0d0ed21197b21694599afbd0fbc0 diff --git a/metadata/md5-cache/mail-filter/opendkim-2.5.2-r1 b/metadata/md5-cache/mail-filter/opendkim-2.5.2-r1 deleted file mode 100644 index 80b6ef2e02ac..000000000000 --- a/metadata/md5-cache/mail-filter/opendkim-2.5.2-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=config configure install postinst prepare setup -DEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=A milter-based application to provide DKIM signing and verification -EAPI=4 -HOMEPAGE=http://opendkim.org -IUSE=asyncdns +berkdb ldap lua opendbx poll sasl +ssl static-libs unbound -KEYWORDS=amd64 x86 -LICENSE=Sendmail-Open-Source BSD -RDEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -SRC_URI=mirror://sourceforge/opendkim/opendkim-2.5.2.tar.gz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=cbd7188fea2cb37a312feaa1d84f50a1 diff --git a/metadata/md5-cache/mail-filter/opendkim-2.6.3 b/metadata/md5-cache/mail-filter/opendkim-2.6.3 deleted file mode 100644 index cb8fd33d77b3..000000000000 --- a/metadata/md5-cache/mail-filter/opendkim-2.6.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=config configure install postinst prepare setup -DEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=A milter-based application to provide DKIM signing and verification -EAPI=4 -HOMEPAGE=http://opendkim.org -IUSE=asyncdns +berkdb ldap lua opendbx poll sasl +ssl static-libs unbound -KEYWORDS=~amd64 ~x86 -LICENSE=Sendmail-Open-Source BSD -RDEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -SRC_URI=mirror://sourceforge/opendkim/opendkim-2.6.3.tar.gz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b44bb4b81aaaa71693270e1218b0fb81 diff --git a/metadata/md5-cache/mail-filter/opendkim-2.6.4 b/metadata/md5-cache/mail-filter/opendkim-2.6.4 deleted file mode 100644 index 0f17214be150..000000000000 --- a/metadata/md5-cache/mail-filter/opendkim-2.6.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=config configure install postinst prepare setup -DEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=A milter-based application to provide DKIM signing and verification -EAPI=4 -HOMEPAGE=http://opendkim.org -IUSE=asyncdns +berkdb ldap lua opendbx poll sasl +ssl static-libs unbound -KEYWORDS=~amd64 ~x86 -LICENSE=Sendmail-Open-Source BSD -RDEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -SRC_URI=mirror://sourceforge/opendkim/opendkim-2.6.4.tar.gz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=0228df15a28374b683f25d7ab4d500ee diff --git a/metadata/md5-cache/mail-filter/opendkim-2.6.7 b/metadata/md5-cache/mail-filter/opendkim-2.6.7 deleted file mode 100644 index c663c55ee8dc..000000000000 --- a/metadata/md5-cache/mail-filter/opendkim-2.6.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=config configure install postinst prepare setup -DEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=A milter-based application to provide DKIM signing and verification -EAPI=4 -HOMEPAGE=http://opendkim.org -IUSE=asyncdns +berkdb ldap lua opendbx poll sasl +ssl static-libs unbound -KEYWORDS=~amd64 ~x86 -LICENSE=Sendmail-Open-Source BSD -RDEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) ssl? ( >=dev-libs/openssl-0.9.8 ) berkdb? ( >=sys-libs/db-3.2 ) opendbx? ( >=dev-db/opendbx-1.4.0 ) lua? ( dev-lang/lua ) ldap? ( net-nds/openldap ) sasl? ( dev-libs/cyrus-sasl ) unbound? ( >=net-dns/unbound-1.4.1 net-dns/dnssec-root ) -REQUIRED_USE=sasl? ( ldap ) -SLOT=0 -SRC_URI=mirror://sourceforge/opendkim/opendkim-2.6.7.tar.gz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=642e9d542cb319ccc8e109a84a8b9aeb diff --git a/metadata/md5-cache/mail-filter/spamass-milter-0.3.1-r5 b/metadata/md5-cache/mail-filter/spamass-milter-0.3.1-r5 deleted file mode 100644 index 2b66310fde91..000000000000 --- a/metadata/md5-cache/mail-filter/spamass-milter-0.3.1-r5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install postinst prepare setup -DEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) >=mail-filter/spamassassin-3.1.0 -DESCRIPTION=A milter for SpamAssassin -EAPI=4 -HOMEPAGE=http://savannah.nongnu.org/projects/spamass-milt/ -KEYWORDS=~amd64 ~ppc x86 -LICENSE=GPL-2 -RDEPEND=|| ( mail-filter/libmilter mail-mta/sendmail ) >=mail-filter/spamassassin-3.1.0 -SLOT=0 -SRC_URI=http://savannah.nongnu.org/download/spamass-milt/spamass-milter-0.3.1.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=eebdb8c0438e0c7c1f692c42554bd0a0 diff --git a/metadata/md5-cache/mail-mta/postfix-2.10_pre20121031 b/metadata/md5-cache/mail-mta/postfix-2.10_pre20121123 similarity index 95% rename from metadata/md5-cache/mail-mta/postfix-2.10_pre20121031 rename to metadata/md5-cache/mail-mta/postfix-2.10_pre20121123 index 515a58828465..caff1048be83 100644 --- a/metadata/md5-cache/mail-mta/postfix-2.10_pre20121031 +++ b/metadata/md5-cache/mail-mta/postfix-2.10_pre20121123 @@ -9,6 +9,6 @@ LICENSE=IBM RDEPEND=>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) dovecot-sasl? ( net-mail/dovecot ) memcached? ( net-misc/memcached ) net-mail/mailbase selinux? ( sec-policy/selinux-postfix ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward REQUIRED_USE=ldap-bind? ( ldap sasl ) SLOT=0 -SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.10-20121031.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v11-2.9.1.patch ) +SRC_URI=ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.10-20121123.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v11-2.9.1.patch ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 ssl-cert 7f678cd359743d336ecf3a6cc4ce1521 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2c8d88318d89bc2cb00f9cb3e8eca8dd +_md5_=5582573110eed3a8b1ec5fac3429c0dd diff --git a/metadata/md5-cache/media-libs/ladspa-cmt-1.16 b/metadata/md5-cache/media-libs/ladspa-cmt-1.16 index 56fe320b4ddb..c3d8d0d0f1a4 100644 --- a/metadata/md5-cache/media-libs/ladspa-cmt-1.16 +++ b/metadata/md5-cache/media-libs/ladspa-cmt-1.16 @@ -4,8 +4,7 @@ DESCRIPTION=CMT (computer music toolkit) Lasdpa library plugins HOMEPAGE=http://www.ladspa.org/ KEYWORDS=alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd LICENSE=LGPL-2.1 -RDEPEND=media-libs/ladspa-sdk >=sys-apps/sed-4 SLOT=0 SRC_URI=http://www.ladspa.org/download/cmt_src_1.16.tgz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=118c3de71fd36e409b2eff0e8d935ce9 +_md5_=248564764c0ed1ca64164362b8056531 diff --git a/metadata/md5-cache/media-libs/ladspa-cmt-1.15 b/metadata/md5-cache/media-libs/ladspa-cmt-1.16-r1 similarity index 60% rename from metadata/md5-cache/media-libs/ladspa-cmt-1.15 rename to metadata/md5-cache/media-libs/ladspa-cmt-1.16-r1 index 1b54f278ed0c..76d55057169f 100644 --- a/metadata/md5-cache/media-libs/ladspa-cmt-1.15 +++ b/metadata/md5-cache/media-libs/ladspa-cmt-1.16-r1 @@ -1,11 +1,11 @@ -DEFINED_PHASES=compile install unpack +DEFINED_PHASES=compile install prepare DEPEND=media-libs/ladspa-sdk >=sys-apps/sed-4 DESCRIPTION=CMT (computer music toolkit) Lasdpa library plugins +EAPI=4 HOMEPAGE=http://www.ladspa.org/ -KEYWORDS=~alpha amd64 ppc ppc64 sparc x86 +KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=LGPL-2.1 -RDEPEND=media-libs/ladspa-sdk >=sys-apps/sed-4 SLOT=0 -SRC_URI=http://www.ladspa.org/download/cmt_src_1.15.tgz +SRC_URI=http://www.ladspa.org/download/cmt_src_1.16.tgz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3f5c07c701b56c355fa548cb7c173f5b +_md5_=b1f05e9a4d062c7d9f122cf97956d198 diff --git a/metadata/md5-cache/media-libs/ladspa-cmt-1.16-r2 b/metadata/md5-cache/media-libs/ladspa-cmt-1.16-r2 new file mode 100644 index 000000000000..c0091fe37342 --- /dev/null +++ b/metadata/md5-cache/media-libs/ladspa-cmt-1.16-r2 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install prepare +DEPEND=media-libs/ladspa-sdk >=sys-apps/sed-4 +DESCRIPTION=CMT (computer music toolkit) Lasdpa library plugins +EAPI=4 +HOMEPAGE=http://www.ladspa.org/ +KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=LGPL-2.1 +SLOT=0 +SRC_URI=http://www.ladspa.org/download/cmt_src_1.16.tgz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=376fc0acdc396f8bd1f54bf24b4ac5a8 diff --git a/metadata/md5-cache/media-sound/zynaddsubfx-2.4.3 b/metadata/md5-cache/media-sound/zynaddsubfx-2.4.3 index 7cbd87e3f810..f0cc77708aec 100644 --- a/metadata/md5-cache/media-sound/zynaddsubfx-2.4.3 +++ b/metadata/md5-cache/media-sound/zynaddsubfx-2.4.3 @@ -11,4 +11,4 @@ REQUIRED_USE=!alsa? ( jack ) SLOT=0 SRC_URI=mirror://sourceforge/zynaddsubfx/ZynAddSubFX-2.4.3.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils d9d351169c1d554e8f47f1a19f17becd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b3a2ad21b6bc58ae580e67dcc273ee02 +_md5_=9427a023a2887ff79209b78920fb66e3 diff --git a/metadata/md5-cache/media-video/mjpegtools-2.0.0-r3 b/metadata/md5-cache/media-video/mjpegtools-2.0.0-r3 index bf0b0a70f5c0..cb79169cfc59 100644 --- a/metadata/md5-cache/media-video/mjpegtools-2.0.0-r3 +++ b/metadata/md5-cache/media-video/mjpegtools-2.0.0-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Tools for MJPEG video EAPI=4 HOMEPAGE=http://mjpeg.sourceforge.net/ IUSE=dga dv gtk mmx png quicktime sdl sdlgfx static-libs v4l -KEYWORDS=~alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd +KEYWORDS=~alpha amd64 hppa ppc ppc64 ~sparc x86 ~amd64-fbsd LICENSE=GPL-2 RDEPEND=virtual/jpeg quicktime? ( media-libs/libquicktime ) dv? ( >=media-libs/libdv-0.99 ) png? ( media-libs/libpng ) dga? ( x11-libs/libXxf86dga ) gtk? ( x11-libs/gtk+:2 ) sdl? ( >=media-libs/libsdl-1.2.7-r3 x11-libs/libX11 x11-libs/libXt sdlgfx? ( media-libs/sdl-gfx ) ) REQUIRED_USE=sdlgfx? ( sdl ) SLOT=1 SRC_URI=mirror://sourceforge/mjpeg/mjpegtools-2.0.0.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4f340eced692c130b686b801568d5a52 +_md5_=63e95525596caa9022cd819b348ab793 diff --git a/metadata/md5-cache/media-video/vcdimager-0.7.23-r1 b/metadata/md5-cache/media-video/vcdimager-0.7.23-r1 index 34d3e4096cd0..500808c42479 100644 --- a/metadata/md5-cache/media-video/vcdimager-0.7.23-r1 +++ b/metadata/md5-cache/media-video/vcdimager-0.7.23-r1 @@ -4,11 +4,11 @@ DESCRIPTION=GNU VCDimager EAPI=5 HOMEPAGE=http://www.vcdimager.org/ IUSE=+xml static-libs -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-libs/libcdio-0.71[-minimal] dev-libs/popt xml? ( dev-libs/libxml2 ) RESTRICT=test SLOT=0 SRC_URI=http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7/vcdimager-0.7.23.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=297ad486b6281a2b4fc5ab44bc7111bf +_md5_=e4e01e329f0d1e4a54bddeb83958fd12 diff --git a/metadata/md5-cache/net-firewall/ipset-6.14 b/metadata/md5-cache/net-firewall/ipset-6.14 new file mode 100644 index 000000000000..a7d8c5ccd347 --- /dev/null +++ b/metadata/md5-cache/net-firewall/ipset-6.14 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=>=net-firewall/iptables-1.4.7 net-libs/libmnl || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) +DESCRIPTION=IPset tool for iptables, successor to ippool. +EAPI=4 +HOMEPAGE=http://ipset.netfilter.org/ +IUSE=modules kernel_linux +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=net-firewall/iptables-1.4.7 net-libs/libmnl kernel_linux? ( virtual/modutils ) +SLOT=0 +SRC_URI=http://ipset.netfilter.org/ipset-6.14.tar.bz2 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=2148777d85905c22293bfaeb159da542 diff --git a/metadata/md5-cache/net-firewall/ipset-6.15 b/metadata/md5-cache/net-firewall/ipset-6.15 new file mode 100644 index 000000000000..46888c1f2e0f --- /dev/null +++ b/metadata/md5-cache/net-firewall/ipset-6.15 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=>=net-firewall/iptables-1.4.7 net-libs/libmnl || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) +DESCRIPTION=IPset tool for iptables, successor to ippool. +EAPI=4 +HOMEPAGE=http://ipset.netfilter.org/ +IUSE=modules kernel_linux +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=net-firewall/iptables-1.4.7 net-libs/libmnl kernel_linux? ( virtual/modutils ) +SLOT=0 +SRC_URI=http://ipset.netfilter.org/ipset-6.15.tar.bz2 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=ea0476d49e6d2a1185c18ae72a5f5487 diff --git a/metadata/md5-cache/net-firewall/ipset-6.16 b/metadata/md5-cache/net-firewall/ipset-6.16 new file mode 100644 index 000000000000..b062b18710a4 --- /dev/null +++ b/metadata/md5-cache/net-firewall/ipset-6.16 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=>=net-firewall/iptables-1.4.7 net-libs/libmnl || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) +DESCRIPTION=IPset tool for iptables, successor to ippool. +EAPI=4 +HOMEPAGE=http://ipset.netfilter.org/ +IUSE=modules kernel_linux +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=net-firewall/iptables-1.4.7 net-libs/libmnl kernel_linux? ( virtual/modutils ) +SLOT=0 +SRC_URI=http://ipset.netfilter.org/ipset-6.16.tar.bz2 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=6f72935d7f4930d647eadd55b6d60f83 diff --git a/metadata/md5-cache/net-im/leechcraft-azoth-9999 b/metadata/md5-cache/net-im/leechcraft-azoth-9999 index 107497420e2a..a58ae388cea8 100644 --- a/metadata/md5-cache/net-im/leechcraft-azoth-9999 +++ b/metadata/md5-cache/net-im/leechcraft-azoth-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install postinst prepare pretend test unpack -DEPEND=~net-misc/leechcraft-core-9999 x11-libs/qt-webkit:4 x11-libs/qt-multimedia:4 autoidler? ( x11-libs/libXScrnSaver ) astrality? ( net-libs/telepathy-qt ) otroid? ( net-libs/libotr ) media? ( x11-libs/qt-multimedia:4 ) rosenthal? ( app-text/hunspell ) xoox? ( =net-libs/qxmpp-9999 media-libs/speex ) xtazy? ( x11-libs/qt-dbus:4 ) crypt? ( app-crypt/qca app-crypt/qca-gnupg ) zheet? ( net-libs/libmsn ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git +DEPEND=~net-misc/leechcraft-core-9999 x11-libs/qt-webkit:4 x11-libs/qt-multimedia:4 autoidler? ( x11-libs/libXScrnSaver ) astrality? ( net-libs/telepathy-qt ) otroid? ( net-libs/libotr ) media? ( x11-libs/qt-multimedia:4 ) spell? ( app-text/hunspell ) xmpp? ( =net-libs/qxmpp-9999 media-libs/speex ) xtazy? ( x11-libs/qt-dbus:4 ) crypt? ( app-crypt/qca app-crypt/qca-gnupg ) zheet? ( net-libs/libmsn ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git DESCRIPTION=Azoth, the modular IM client for LeechCraft. EAPI=4 HOMEPAGE=http://leechcraft.org/ -IUSE=debug astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique +juick +keeso +lastseen +metacontacts media +modnok +nativeemoticons +otroid +p100q +rosenthal shx +standardstyles +xoox +xtazy +zheet +IUSE=debug astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique +juick +keeso +lastseen +metacontacts media +latex +nativeemoticons +otroid +p100q +spell shx +standardstyles +xmpp +xtazy +zheet LICENSE=GPL-3 -RDEPEND=~net-misc/leechcraft-core-9999 x11-libs/qt-webkit:4 x11-libs/qt-multimedia:4 autoidler? ( x11-libs/libXScrnSaver ) astrality? ( net-libs/telepathy-qt ) otroid? ( net-libs/libotr ) media? ( x11-libs/qt-multimedia:4 ) rosenthal? ( app-text/hunspell ) xoox? ( =net-libs/qxmpp-9999 media-libs/speex ) xtazy? ( x11-libs/qt-dbus:4 ) crypt? ( app-crypt/qca app-crypt/qca-gnupg ) zheet? ( net-libs/libmsn ) astrality? ( net-im/telepathy-mission-control net-voip/telepathy-haze ) modnok? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) virtual/latex-base ) +RDEPEND=~net-misc/leechcraft-core-9999 x11-libs/qt-webkit:4 x11-libs/qt-multimedia:4 autoidler? ( x11-libs/libXScrnSaver ) astrality? ( net-libs/telepathy-qt ) otroid? ( net-libs/libotr ) media? ( x11-libs/qt-multimedia:4 ) spell? ( app-text/hunspell ) xmpp? ( =net-libs/qxmpp-9999 media-libs/speex ) xtazy? ( x11-libs/qt-dbus:4 ) crypt? ( app-crypt/qca app-crypt/qca-gnupg ) zheet? ( net-libs/libmsn ) astrality? ( net-im/telepathy-mission-control net-voip/telepathy-haze ) latex? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) virtual/latex-base ) REQUIRED_USE=|| ( standardstyles adiumstyles ) SLOT=0 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils d9d351169c1d554e8f47f1a19f17becd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a git-2 15733ab6a6feb34af9837b41623c2bad leechcraft e109d3760f198d77aa1420c85584f7c6 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=94e7e2429363c7d1c0febe85b08c1385 +_md5_=3ee50897b8ee59cac313b9598387dd5c diff --git a/metadata/md5-cache/net-irc/inspircd-2.0.5-r2 b/metadata/md5-cache/net-irc/inspircd-2.0.5-r2 deleted file mode 100644 index 5ea42e032dce..000000000000 --- a/metadata/md5-cache/net-irc/inspircd-2.0.5-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup -DEPEND=dev-lang/perl ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libgcrypt ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-server ) sqlite? ( >=dev-db/sqlite-3.0 ) -DESCRIPTION=Inspire IRCd - The Stable, High-Performance Modular IRCd -EAPI=4 -HOMEPAGE=http://www.inspircd.org/ -IUSE=gnutls ipv6 ldap mysql postgres sqlite ssl -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=dev-lang/perl ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls dev-libs/libgcrypt ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-server ) sqlite? ( >=dev-db/sqlite-3.0 ) -SLOT=0 -SRC_URI=http://github.com/inspircd/inspircd/downloads/InspIRCd-2.0.5.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=878766bd8829f8bc0fa38716f817b0b3 diff --git a/metadata/md5-cache/net-irc/inspircd-2.0.6_rc1 b/metadata/md5-cache/net-irc/inspircd-2.0.6_rc1 deleted file mode 100644 index 45622c5876ff..000000000000 --- a/metadata/md5-cache/net-irc/inspircd-2.0.6_rc1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup -DEPEND=dev-lang/perl ssl? ( dev-libs/openssl ) geoip? ( dev-libs/geoip ) gnutls? ( net-libs/gnutls dev-libs/libgcrypt ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-server ) sqlite? ( >=dev-db/sqlite-3.0 ) -DESCRIPTION=Inspire IRCd - The Stable, High-Performance Modular IRCd -EAPI=4 -HOMEPAGE=http://inspircd.github.com/ -IUSE=geoip gnutls ipv6 ldap mysql postgres sqlite ssl -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-lang/perl ssl? ( dev-libs/openssl ) geoip? ( dev-libs/geoip ) gnutls? ( net-libs/gnutls dev-libs/libgcrypt ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-server ) sqlite? ( >=dev-db/sqlite-3.0 ) -SLOT=0 -SRC_URI=http://github.com/inspircd/inspircd/downloads/InspIRCd-2.0.6rc1.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5ba286c67e35f816d4bc8992c49dd9c9 diff --git a/metadata/md5-cache/net-irc/inspircd-2.0.7 b/metadata/md5-cache/net-irc/inspircd-2.0.7 deleted file mode 100644 index 11eed26e5d22..000000000000 --- a/metadata/md5-cache/net-irc/inspircd-2.0.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup -DEPEND=dev-lang/perl ssl? ( dev-libs/openssl ) geoip? ( dev-libs/geoip ) gnutls? ( net-libs/gnutls dev-libs/libgcrypt ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-server ) sqlite? ( >=dev-db/sqlite-3.0 ) -DESCRIPTION=Inspire IRCd - The Stable, High-Performance Modular IRCd -EAPI=4 -HOMEPAGE=http://inspircd.github.com/ -IUSE=geoip gnutls ipv6 ldap mysql postgres sqlite ssl -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-lang/perl ssl? ( dev-libs/openssl ) geoip? ( dev-libs/geoip ) gnutls? ( net-libs/gnutls dev-libs/libgcrypt ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-server ) sqlite? ( >=dev-db/sqlite-3.0 ) -SLOT=0 -SRC_URI=http://github.com/inspircd/inspircd/downloads/InspIRCd-2.0.7.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e62826706a61f8c0fbd751f28807acfd diff --git a/metadata/md5-cache/net-libs/libopkele-0.3.2 b/metadata/md5-cache/net-libs/libopkele-0.3.2 deleted file mode 100644 index 41b6fd938dc0..000000000000 --- a/metadata/md5-cache/net-libs/libopkele-0.3.2 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install unpack -DEPEND=dev-libs/libpcre dev-libs/openssl net-misc/curl virtual/pkgconfig || ( >=sys-devel/automake-1.11.1 >=sys-devel/automake-1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=a c++ implementation of an OpenID decentralized identity system -HOMEPAGE=http://kin.klever.net/libopkele/ -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=dev-libs/libpcre dev-libs/openssl net-misc/curl -SLOT=0 -SRC_URI=http://kin.klever.net/dist/libopkele-0.3.2.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3a2455dbb5c023e3e293914d2c299cab diff --git a/metadata/md5-cache/net-libs/libopkele-2.0.3 b/metadata/md5-cache/net-libs/libopkele-2.0.3 deleted file mode 100644 index 84fd8414d090..000000000000 --- a/metadata/md5-cache/net-libs/libopkele-2.0.3 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install -DEPEND=app-text/htmltidy dev-libs/libpcre dev-libs/openssl net-misc/curl virtual/pkgconfig -DESCRIPTION=A C++ implementation of an OpenID decentralized identity system -HOMEPAGE=http://kin.klever.net/libopkele/ -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=app-text/htmltidy dev-libs/libpcre dev-libs/openssl net-misc/curl -SLOT=0 -SRC_URI=http://kin.klever.net/dist/libopkele-2.0.3.tar.bz2 -_md5_=d38d7e620d4102ef8e714b481159768f diff --git a/metadata/md5-cache/net-libs/rb_libtorrent-0.16.5 b/metadata/md5-cache/net-libs/rb_libtorrent-0.16.5 index 1ef8ba5fbbe5..922424a83f56 100644 --- a/metadata/md5-cache/net-libs/rb_libtorrent-0.16.5 +++ b/metadata/md5-cache/net-libs/rb_libtorrent-0.16.5 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://libtorrent.googlecode.com/files/libtorrent-rasterbar-0.16.5.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=68ab78f90b4599f55c815475e3f81dd6 +_md5_=5cf2d0331ccc9faa6d2968cba8dac4fc diff --git a/metadata/md5-cache/net-misc/tor-0.2.3.25 b/metadata/md5-cache/net-misc/tor-0.2.3.25 index 3a1bfabbdbb5..a7e563a55436 100644 --- a/metadata/md5-cache/net-misc/tor-0.2.3.25 +++ b/metadata/md5-cache/net-misc/tor-0.2.3.25 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst prepare setup -DEPEND=dev-libs/openssl sys-libs/zlib >=dev-libs/libevent-2.0.14 nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) +DEPEND=dev-libs/openssl sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) DESCRIPTION=Anonymizing overlay network for TCP EAPI=4 HOMEPAGE=http://www.torproject.org/ IUSE=+bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux web KEYWORDS=amd64 arm ~mips ppc ppc64 ~sparc x86 ~x86-fbsd LICENSE=BSD GPL-2 -RDEPEND=dev-libs/openssl sys-libs/zlib >=dev-libs/libevent-2.0.14 nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) +RDEPEND=dev-libs/openssl sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) SLOT=0 SRC_URI=https://archive.torproject.org/tor-package-archive/tor-0.2.3.25.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=f44e4c6c36f79193dcbeadf8dc62e6d4 +_md5_=fb1747145234da52012774ea7821eb50 diff --git a/metadata/md5-cache/sci-chemistry/cns-1.2.1-r7 b/metadata/md5-cache/sci-chemistry/cns-1.2.1-r7 index 97bc66632647..921da4764cf7 100644 --- a/metadata/md5-cache/sci-chemistry/cns-1.2.1-r7 +++ b/metadata/md5-cache/sci-chemistry/cns-1.2.1-r7 @@ -11,4 +11,4 @@ RESTRICT=fetch test SLOT=0 SRC_URI=cns_solve_1.21_all-mp.tar.gz aria? ( aria2.3.2.tar.gz ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a fortran-2 09dce3a4663874693a88d3ddb85cf4aa multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=99123de0999054975d74fd25448b26ee +_md5_=5e472e4fa3f60d76cb2c46b6964a9d5f diff --git a/metadata/md5-cache/sci-chemistry/cns-1.3_p7 b/metadata/md5-cache/sci-chemistry/cns-1.3_p7 index 7e2b05d6b450..6311ac04494a 100644 --- a/metadata/md5-cache/sci-chemistry/cns-1.3_p7 +++ b/metadata/md5-cache/sci-chemistry/cns-1.3_p7 @@ -11,4 +11,4 @@ RESTRICT=fetch SLOT=0 SRC_URI=cns_solve_1.3_all.tar.gz aria? ( aria2.3.1.tar.gz ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a fortran-2 09dce3a4663874693a88d3ddb85cf4aa multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=cbe5763d1338a91f8843a6e009e242da +_md5_=3c59691ed2bf06350621cf34fe688c1a diff --git a/metadata/md5-cache/sci-mathematics/ggnfs-0.77.1 b/metadata/md5-cache/sci-mathematics/ggnfs-0.77.1 new file mode 100644 index 000000000000..390be8a1fca5 --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/ggnfs-0.77.1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install prepare +DESCRIPTION=A suite of algorithms to help factoring large integers +EAPI=4 +HOMEPAGE=https://github.com/radii/ggnfs +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=!sci-mathematics/cado-nfs +SLOT=0 +SRC_URI=http://dev.gentooexperimental.org/~dreeevil/ggnfs-0.77.1.zip +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=1beb7a23b6d33578f6e6742e7fac9df5 diff --git a/metadata/md5-cache/sci-mathematics/msieve-1.50-r2 b/metadata/md5-cache/sci-mathematics/msieve-1.50-r2 index 8a8953677942..8fa4b363b637 100644 --- a/metadata/md5-cache/sci-mathematics/msieve-1.50-r2 +++ b/metadata/md5-cache/sci-mathematics/msieve-1.50-r2 @@ -10,4 +10,4 @@ RDEPEND=ecm? ( sci-mathematics/gmp-ecm ) mpi? ( virtual/mpi ) zlib? ( sys-libs/z SLOT=0 SRC_URI=mirror://sourceforge/msieve/msieve/Msieve%20v1.50/msieve150src.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9612eec24c46fc0b9279dd1ad9aa69df +_md5_=aaab8b266651f5f7a33bbacdc90fef1c diff --git a/metadata/md5-cache/sci-mathematics/msieve-1.50-r3 b/metadata/md5-cache/sci-mathematics/msieve-1.50-r3 new file mode 100644 index 000000000000..06306aa42f63 --- /dev/null +++ b/metadata/md5-cache/sci-mathematics/msieve-1.50-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=sci-mathematics/ggnfs ecm? ( sci-mathematics/gmp-ecm ) mpi? ( virtual/mpi ) zlib? ( sys-libs/zlib ) +DESCRIPTION=A C library implementing a suite of algorithms to factor large integers +EAPI=4 +HOMEPAGE=http://sourceforge.net/projects/msieve/ +IUSE=zlib +ecm mpi +KEYWORDS=~amd64 ~x86 +LICENSE=public-domain +RDEPEND=sci-mathematics/ggnfs ecm? ( sci-mathematics/gmp-ecm ) mpi? ( virtual/mpi ) zlib? ( sys-libs/zlib ) +SLOT=0 +SRC_URI=mirror://sourceforge/msieve/msieve/Msieve%20v1.50/msieve150src.tar.gz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=7b3cf23a7e484bd57e7dd808e6a5cf4f diff --git a/metadata/md5-cache/sys-apps/razercfg-0.19_p20121013 b/metadata/md5-cache/sys-apps/razercfg-0.19_p20121013 new file mode 100644 index 000000000000..c7aca046141d --- /dev/null +++ b/metadata/md5-cache/sys-apps/razercfg-0.19_p20121013 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test unpack +DEPEND=>=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Utility for advanced configuration of Razer mice (DeathAdder, Krait, Lachesis) +EAPI=4 +HOMEPAGE=http://bues.ch/cms/hacking/razercfg.html +IUSE=+pm-utils qt4 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=pm-utils? ( sys-power/pm-utils ) qt4? ( dev-python/PyQt4 ) dev-lang/python +SLOT=0 +SRC_URI=http://dev.gentoo.org/~joker/distfiles/razercfg-0.19_p20121013.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils d9d351169c1d554e8f47f1a19f17becd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e8665b751c884cf0f9ae3959d6f2bd6c diff --git a/metadata/md5-cache/sys-kernel/aufs-sources-3.6.8 b/metadata/md5-cache/sys-kernel/aufs-sources-3.6.8 new file mode 100644 index 000000000000..9e926d8f19c8 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/aufs-sources-3.6.8 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 3.6 kernel tree and aufs3 support +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/ +IUSE=deblob symlink build deblob +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=sys-fs/aufs-util !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.6.8 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.6.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.6.N/deblob-3.6 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.6.N/deblob-check -> deblob-check-3.6 ) mirror://gentoo/genpatches-3.6-9.base.tar.bz2 mirror://gentoo/genpatches-3.6-9.extras.tar.bz2 http://dev.gentoo.org/~jlec/distfiles/aufs-sources-3.6.8.tar.xz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=511d244f1fa50df7af2b6d551f8570cc diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.0.52 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.0.53 similarity index 55% rename from metadata/md5-cache/sys-kernel/vanilla-sources-3.0.52 rename to metadata/md5-cache/sys-kernel/gentoo-sources-3.0.53 index 58dd45a53d60..779d6114f4f2 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-3.0.52 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.0.53 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile install postinst postrm preinst setup test unpack DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel +DESCRIPTION=Full sources including the Gentoo patchset for the 3.0 kernel tree EAPI=2 -HOMEPAGE=http://www.kernel.org +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches IUSE=deblob symlink build deblob KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2 !deblob? ( freedist ) PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) RESTRICT=binchecks strip -SLOT=3.0.52 -SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.0.52.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.0.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.0.N/deblob-3.0 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.0.N/deblob-check -> deblob-check-3.0 ) +SLOT=3.0.53 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.0.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.0.N/deblob-3.0 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.0.N/deblob-check -> deblob-check-3.0 ) mirror://gentoo/genpatches-3.0-34.base.tar.bz2 mirror://gentoo/genpatches-3.0-34.extras.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=39c57f19cbecb30b26cf79beac1f8a61 +_md5_=2217335b67df4ee9b18b1e05ed51ab7f diff --git a/metadata/md5-cache/sys-kernel/hardened-sources-2.6.32-r141 b/metadata/md5-cache/sys-kernel/hardened-sources-2.6.32-r141 new file mode 100644 index 000000000000..a852f9f2f58c --- /dev/null +++ b/metadata/md5-cache/sys-kernel/hardened-sources-2.6.32-r141 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Hardened kernel sources (kernel series 2.6) +EAPI=4 +HOMEPAGE=http://www.gentoo.org/proj/en/hardened/ +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=>=sys-devel/gcc-4.5 !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=2.6.32-r141 +SRC_URI=mirror://kernel/linux/kernel/v2.6/linux-2.6.32.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-2.6.32.N/deblob-2.6.32 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-2.6.32.N/deblob-check -> deblob-check-2.6.32 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-2.6.32-145.extras.tar.bz2 mirror://gentoo/genpatches-2.6.32-48.base.tar.bz2 mirror://gentoo/genpatches-2.6.32-48.extras.tar.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=bf1f25036d8ae4f755ddab5ac8831c45 diff --git a/metadata/md5-cache/sys-kernel/hardened-sources-3.2.34-r1 b/metadata/md5-cache/sys-kernel/hardened-sources-3.2.34-r1 new file mode 100644 index 000000000000..f7898e3b74d3 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/hardened-sources-3.2.34-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Hardened kernel sources (kernel series 3.2) +EAPI=4 +HOMEPAGE=http://www.gentoo.org/proj/en/hardened/ +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=>=sys-devel/gcc-4.5 !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.2.34-r1 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.2.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-3.2 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-check -> deblob-check-3.2 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-3.2.34-2.extras.tar.bz2 mirror://gentoo/genpatches-3.2-16.base.tar.bz2 mirror://gentoo/genpatches-3.2-16.extras.tar.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=57c9ba924459a10c7b9dd3af87a44ece diff --git a/metadata/md5-cache/sys-kernel/hardened-sources-3.6.7-r1 b/metadata/md5-cache/sys-kernel/hardened-sources-3.6.7-r1 new file mode 100644 index 000000000000..1c684e818d7b --- /dev/null +++ b/metadata/md5-cache/sys-kernel/hardened-sources-3.6.7-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Hardened kernel sources (kernel series 3.6) +EAPI=4 +HOMEPAGE=http://www.gentoo.org/proj/en/hardened/ +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=>=sys-devel/gcc-4.5 !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.6.7-r1 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.6.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.6.N/deblob-3.6 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.6.N/deblob-check -> deblob-check-3.6 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-3.6.7-2.extras.tar.bz2 mirror://gentoo/genpatches-3.6-8.base.tar.bz2 mirror://gentoo/genpatches-3.6-8.extras.tar.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=4fbb06404a860b81d51113cf670f92bc diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.0.51 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.0.51 deleted file mode 100644 index 65099eb32562..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-3.0.51 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=2 -HOMEPAGE=http://www.kernel.org -IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) -RESTRICT=binchecks strip -SLOT=3.0.51 -SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.0.51.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.0.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.0.N/deblob-3.0 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.0.N/deblob-check -> deblob-check-3.0 ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=0f347d4263c4893c8bb9c5b7a9f5ed46 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.2.21 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.2.21 deleted file mode 100644 index 5758e8fb2da3..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-3.2.21 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=2 -HOMEPAGE=http://www.kernel.org -IUSE=deblob symlink build deblob -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sh sparc x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) -RESTRICT=binchecks strip -SLOT=3.2.21 -SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.2.21.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.2.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-3.2 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-check -> deblob-check-3.2 ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=f8ad413c95ac7a5c362f61c82c3d21bc diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.2.33 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.2.33 deleted file mode 100644 index ae6b1b97f151..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-3.2.33 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=2 -HOMEPAGE=http://www.kernel.org -IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) -RESTRICT=binchecks strip -SLOT=3.2.33 -SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.2.33.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.2.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-3.2 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.2.N/deblob-check -> deblob-check-3.2 ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=103ddfa9e8e57ac786dc7d8acffafec5 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.4.18 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.4.18 deleted file mode 100644 index 0a66c2f0c33b..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-3.4.18 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=2 -HOMEPAGE=http://www.kernel.org -IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) -RESTRICT=binchecks strip -SLOT=3.4.18 -SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.4.18.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-3.4 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-check -> deblob-check-3.4 ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=ed11682bc267d086e3e8580209dea21d diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.4.19 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.4.19 deleted file mode 100644 index fee9a8a6b692..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-3.4.19 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=2 -HOMEPAGE=http://www.kernel.org -IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) -RESTRICT=binchecks strip -SLOT=3.4.19 -SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.4.19.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-3.4 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.4.N/deblob-check -> deblob-check-3.4 ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=65c16831cbea87754a45f21df0692ba9 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-3.6.3 b/metadata/md5-cache/sys-kernel/vanilla-sources-3.6.3 deleted file mode 100644 index 92bead57026c..000000000000 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-3.6.3 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst setup test unpack -DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) -DESCRIPTION=Full sources for the Linux kernel -EAPI=2 -HOMEPAGE=http://www.kernel.org -IUSE=deblob symlink build deblob -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=GPL-2 !deblob? ( freedist ) -PDEPEND=!build? ( virtual/dev-manager ) -RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) -RESTRICT=binchecks strip -SLOT=3.6.3 -SRC_URI=mirror://kernel/linux/kernel/v3.x/patch-3.6.3.bz2 mirror://kernel/linux/kernel/v3.x/linux-3.6.tar.bz2 deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.6.N/deblob-3.6 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-3.6.N/deblob-check -> deblob-check-3.6 ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7523e55e88bbf9c8209ef0823b5ae87b diff --git a/metadata/md5-cache/www-apache/mod_auth_cookie_mysql2-0.9a b/metadata/md5-cache/www-apache/mod_auth_cookie_mysql2-0.9a deleted file mode 100644 index 745fcb69204c..000000000000 --- a/metadata/md5-cache/www-apache/mod_auth_cookie_mysql2-0.9a +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=virtual/mysql =www-servers/apache-2.2* -DESCRIPTION=An Apache2 backend authentication module that uses cookies and MySQL. -HOMEPAGE=http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ -KEYWORDS=~x86 -LICENSE=GPL-2 -RDEPEND=virtual/mysql =www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/mod_auth_cookie_mysql2_0.9a.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=69440651662f50b56e0df3c7aa3f7826 diff --git a/metadata/md5-cache/www-apache/mod_auth_openid-0.2-r1 b/metadata/md5-cache/www-apache/mod_auth_openid-0.2-r1 deleted file mode 100644 index a805f95e9626..000000000000 --- a/metadata/md5-cache/www-apache/mod_auth_openid-0.2-r1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup unpack -DEPEND=dev-libs/apr net-libs/libopkele >=dev-db/sqlite-3 =www-servers/apache-2.2* || ( >=sys-devel/automake-1.11.1 >=sys-devel/automake-1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=an OpenID authentication module for the apache webserver -HOMEPAGE=http://trac.butterfat.net/public/mod_auth_openid -KEYWORDS=~amd64 ~x86 -LICENSE=as-is -RDEPEND=dev-libs/apr net-libs/libopkele >=dev-db/sqlite-3 =www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://butterfat.net/releases/mod_auth_openid/mod_auth_openid-0.2.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b autotools f4bee52a728da1f76470f4b8d246c50f depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=097a4ba22463616958c232cc0caeb2c8 diff --git a/metadata/md5-cache/www-apache/mod_auth_openid-0.4 b/metadata/md5-cache/www-apache/mod_auth_openid-0.4 deleted file mode 100644 index 4ef5d52a0330..000000000000 --- a/metadata/md5-cache/www-apache/mod_auth_openid-0.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst setup -DEPEND=>=net-libs/libopkele-2.0 >=dev-db/sqlite-3 =www-servers/apache-2.2* -DESCRIPTION=An OpenID authentication module for the apache webserver -EAPI=2 -HOMEPAGE=http://trac.butterfat.net/public/mod_auth_openid -KEYWORDS=~amd64 ~x86 -LICENSE=as-is -RDEPEND=>=net-libs/libopkele-2.0 >=dev-db/sqlite-3 =www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://butterfat.net/releases/mod_auth_openid/mod_auth_openid-0.4.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=200daaf4eb0d29e529cd2e9fd95b7f89 diff --git a/metadata/md5-cache/www-apache/mod_auth_tkt-2.0.0_rc2 b/metadata/md5-cache/www-apache/mod_auth_tkt-2.0.0_rc2 deleted file mode 100644 index 8d1f5b939cfe..000000000000 --- a/metadata/md5-cache/www-apache/mod_auth_tkt-2.0.0_rc2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=dev-lang/perl =www-servers/apache-2.2* -DESCRIPTION=Apache module for cookie based authentication -HOMEPAGE=http://www.openfusion.com.au/labs/mod_auth_tkt/ -KEYWORDS=~amd64 ~x86 -LICENSE=as-is -RDEPEND==www-servers/apache-2.2* -RESTRICT=test -SLOT=0 -SRC_URI=http://www.openfusion.com.au/labs/dist/mod_auth_tkt-2.0.0rc2.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=199f7adf8fd07a8b69f91d89c1c7c897 diff --git a/metadata/md5-cache/www-apache/mod_authn_sasl-1.1 b/metadata/md5-cache/www-apache/mod_authn_sasl-1.1 deleted file mode 100644 index df908be878ce..000000000000 --- a/metadata/md5-cache/www-apache/mod_authn_sasl-1.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=dev-libs/cyrus-sasl =www-servers/apache-2.2* -DESCRIPTION=Cyrus SASL authentication module for Apache. -HOMEPAGE=http://mod-authn-sasl.sourceforge.net/ -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=dev-libs/cyrus-sasl =www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://downloads.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/1.1/mod_authn_sasl-1.1.tar.bz2 -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c1364b18a062e6322c7dd07ec382bbb9 diff --git a/metadata/md5-cache/www-apache/mod_authnz_external-3.1.0 b/metadata/md5-cache/www-apache/mod_authnz_external-3.1.0 deleted file mode 100644 index e62d72f34f44..000000000000 --- a/metadata/md5-cache/www-apache/mod_authnz_external-3.1.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND==www-servers/apache-2.2* -DESCRIPTION=An Apache2 authentication DSO using external programs -HOMEPAGE=http://www.unixpapa.com/mod_auth_external.html -KEYWORDS=amd64 x86 -LICENSE=Apache-1.1 -RDEPEND==www-servers/apache-2.2* -SLOT=2 -SRC_URI=http://www.unixpapa.com/software/mod_authnz_external-3.1.0.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b5d8adbee414abdd4d3c3e7d8be1e985 diff --git a/metadata/md5-cache/www-apache/mod_authnz_external-3.2.4 b/metadata/md5-cache/www-apache/mod_authnz_external-3.2.4 deleted file mode 100644 index 0299965f1777..000000000000 --- a/metadata/md5-cache/www-apache/mod_authnz_external-3.2.4 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND==www-servers/apache-2.2* -DESCRIPTION=An Apache2 authentication DSO using external programs -HOMEPAGE=http://code.google.com/p/mod-auth-external/ -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-1.1 -RDEPEND==www-servers/apache-2.2* -SLOT=2 -SRC_URI=http://mod-auth-external.googlecode.com/files/mod_authnz_external-3.2.4.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=19478851c79e9582cbbfb189f6ea5fad diff --git a/metadata/md5-cache/www-apache/mod_backtrace-0.0.1 b/metadata/md5-cache/www-apache/mod_backtrace-0.0.1 deleted file mode 100644 index a4d0e863d171..000000000000 --- a/metadata/md5-cache/www-apache/mod_backtrace-0.0.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup unpack -DEPEND==www-servers/apache-2* -DESCRIPTION=Apache2 modules to debug segmentation faults in threads -HOMEPAGE=http://people.apache.org/~trawick/exception_hook.html -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND==www-servers/apache-2* -SLOT=0 -SRC_URI=mirror://gentoo/mod_backtrace-0.0.1.c -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b confutils 2ab69b52fa6ea0c0669a47fb94b354b4 depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=906c25bacc17181ba331f6ea27b62d6c diff --git a/metadata/md5-cache/www-apache/mod_bw-0.8 b/metadata/md5-cache/www-apache/mod_bw-0.8 deleted file mode 100644 index 5dfe306239fe..000000000000 --- a/metadata/md5-cache/www-apache/mod_bw-0.8 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=sys-devel/libtool =www-servers/apache-2.2* -DESCRIPTION=Bandwidth Management Module for Apache2. -HOMEPAGE=http://www.ivn.cl/apache/ -KEYWORDS=amd64 ppc x86 -LICENSE=Apache-2.0 -RDEPEND==www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://www.ivn.cl/apache/files/source/mod_bw-0.8.tgz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=a56b244ffbff5bdae1272f0639ef8791 diff --git a/metadata/md5-cache/www-apache/mod_bw-0.9.1 b/metadata/md5-cache/www-apache/mod_bw-0.9.1 deleted file mode 100644 index 31c61104f607..000000000000 --- a/metadata/md5-cache/www-apache/mod_bw-0.9.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=sys-devel/libtool =www-servers/apache-2.2* -DESCRIPTION=Bandwidth Management Module for Apache2. -HOMEPAGE=http://www.ivn.cl/apache/ -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=Apache-2.0 -RDEPEND==www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://ivn.cl/files/source/mod_bw-0.91.tgz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=69393b09099f76bc64dfea9221d651ed diff --git a/metadata/md5-cache/www-apache/mod_common_redirect-0.1 b/metadata/md5-cache/www-apache/mod_common_redirect-0.1 deleted file mode 100644 index 1b866496c5a5..000000000000 --- a/metadata/md5-cache/www-apache/mod_common_redirect-0.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND==www-servers/apache-2* -DESCRIPTION=mod_common_redirect implements common redirects without mod_rewrite overhead -HOMEPAGE=http://bb.xnull.de/projects/mod_common_redirect/ -KEYWORDS=amd64 x86 -LICENSE=BSD -RDEPEND==www-servers/apache-2* -SLOT=0 -SRC_URI=http://bb.xnull.de/projects/mod_common_redirect/dist/mod_common_redirect-0.1.tar.bz2 -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=b5ca6114fbf5fb0f8c48cdcfbddb35bb diff --git a/metadata/md5-cache/www-apache/mod_cplusplus-1.5.4 b/metadata/md5-cache/www-apache/mod_cplusplus-1.5.4 deleted file mode 100644 index 0b0d2224e7b3..000000000000 --- a/metadata/md5-cache/www-apache/mod_cplusplus-1.5.4 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup unpack -DEPEND==www-servers/apache-2.2* || ( >=sys-devel/automake-1.11.1 >=sys-devel/automake-1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Easily implement object oriented apache-2.0 handlers with C++ -HOMEPAGE=http://modcplusplus.sourceforge.net/ -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND==www-servers/apache-2.2* -SLOT=0 -SRC_URI=mirror://sourceforge/modcplusplus/mod_cplusplus-1.5.4.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b autotools f4bee52a728da1f76470f4b8d246c50f depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=7dd2264e3a5518731782dcd69af607c5 diff --git a/metadata/md5-cache/www-apache/mod_dnssd-0.5 b/metadata/md5-cache/www-apache/mod_dnssd-0.5 deleted file mode 100644 index 99a1a69ea3c2..000000000000 --- a/metadata/md5-cache/www-apache/mod_dnssd-0.5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst setup -DEPEND=net-dns/avahi[dbus] =www-servers/apache-2* -DESCRIPTION=mod_dnssd is an Apache module which adds Zeroconf support via DNS-SD using Avahi -EAPI=2 -HOMEPAGE=http://0pointer.de/lennart/projects/mod_dnssd/ -IUSE=doc -KEYWORDS=amd64 x86 -LICENSE=BSD -RDEPEND=net-dns/avahi[dbus] =www-servers/apache-2* -SLOT=0 -SRC_URI=http://0pointer.de/lennart/projects/mod_dnssd/mod_dnssd-0.5.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=25dcae44a55ad28a5df885941d37fd18 diff --git a/metadata/md5-cache/www-apache/mod_fastcgi-2.4.6 b/metadata/md5-cache/www-apache/mod_fastcgi-2.4.6 deleted file mode 100644 index 3724758f0e13..000000000000 --- a/metadata/md5-cache/www-apache/mod_fastcgi-2.4.6 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND==www-servers/apache-2.2* -DESCRIPTION=FastCGI is a open extension to CGI without the limitations of server specific APIs. -HOMEPAGE=http://fastcgi.com/ -KEYWORDS=amd64 x86 -LICENSE=mod_fastcgi -RDEPEND==www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://www.fastcgi.com/dist/mod_fastcgi-2.4.6.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=ff1c1d5a037adf2862efe08fc8347006 diff --git a/metadata/md5-cache/www-apache/mod_fastcgi-2.4.6-r1 b/metadata/md5-cache/www-apache/mod_fastcgi-2.4.6-r1 deleted file mode 100644 index 4a56fd77af05..000000000000 --- a/metadata/md5-cache/www-apache/mod_fastcgi-2.4.6-r1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup unpack -DEPEND==www-servers/apache-2.2* -DESCRIPTION=FastCGI is a open extension to CGI without the limitations of server specific APIs. -HOMEPAGE=http://fastcgi.com/ -KEYWORDS=amd64 x86 -LICENSE=mod_fastcgi -RDEPEND==www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://www.fastcgi.com/dist/mod_fastcgi-2.4.6.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0605660bc698d12c2dcf630a6969ce3c diff --git a/metadata/md5-cache/www-apache/mod_fastcgi-2.4.7_pre0811090952 b/metadata/md5-cache/www-apache/mod_fastcgi-2.4.7_pre0811090952 deleted file mode 100644 index 0c0d0d225201..000000000000 --- a/metadata/md5-cache/www-apache/mod_fastcgi-2.4.7_pre0811090952 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup unpack -DEPEND==www-servers/apache-2.2* -DESCRIPTION=FastCGI is a open extension to CGI without the limitations of server specific APIs. -HOMEPAGE=http://fastcgi.com/ -KEYWORDS=amd64 x86 -LICENSE=mod_fastcgi -RDEPEND==www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://www.fastcgi.com/dist/mod_fastcgi-SNAP-0811090952.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=fb13237810a73df14b3e4d9a49202cd9 diff --git a/metadata/md5-cache/www-apache/mod_fastcgi_handler-0.2 b/metadata/md5-cache/www-apache/mod_fastcgi_handler-0.2 deleted file mode 100644 index 3a31bd16c34a..000000000000 --- a/metadata/md5-cache/www-apache/mod_fastcgi_handler-0.2 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND==www-servers/apache-2* -DESCRIPTION=A simple FastCGI handler module -HOMEPAGE=http://bb.xnull.de/projects/mod_fastcgi_handler/ -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND==www-servers/apache-2* -SLOT=0 -SRC_URI=http://bb.xnull.de/projects/mod_fastcgi_handler/dist/mod_fastcgi_handler-0.2.tar.bz2 -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=98fd77e2a7d4529c108d1a8d832b758b diff --git a/metadata/md5-cache/www-apache/mod_fastcgi_handler-0.4 b/metadata/md5-cache/www-apache/mod_fastcgi_handler-0.4 deleted file mode 100644 index 7495dd549b58..000000000000 --- a/metadata/md5-cache/www-apache/mod_fastcgi_handler-0.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND==www-servers/apache-2* -DESCRIPTION=A simple FastCGI handler module -EAPI=3 -HOMEPAGE=http://github.com/hollow/mod_fastcgi_handler -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND==www-servers/apache-2* -SLOT=0 -SRC_URI=http://nodeload.github.com/hollow/mod_fastcgi_handler/tarball/v0.4 -> mod_fastcgi_handler-0.4.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=bf94c3e9fe5bbe81fcbb1ec7132ec9e6 diff --git a/metadata/md5-cache/www-apache/mod_fastcgi_handler-0.5 b/metadata/md5-cache/www-apache/mod_fastcgi_handler-0.5 deleted file mode 100644 index 8774eca0e39d..000000000000 --- a/metadata/md5-cache/www-apache/mod_fastcgi_handler-0.5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND==www-servers/apache-2* -DESCRIPTION=A simple FastCGI handler module -EAPI=3 -HOMEPAGE=http://github.com/hollow/mod_fastcgi_handler -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND==www-servers/apache-2* -SLOT=0 -SRC_URI=http://nodeload.github.com/hollow/mod_fastcgi_handler/tarball/v0.5 -> mod_fastcgi_handler-0.5.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=72fe6521e4884367d4d29bc8309b66af diff --git a/metadata/md5-cache/www-apache/mod_layout-5.0 b/metadata/md5-cache/www-apache/mod_layout-5.0 deleted file mode 100644 index 9034051e34ff..000000000000 --- a/metadata/md5-cache/www-apache/mod_layout-5.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND==www-servers/apache-2.2* -DESCRIPTION=An Apache2 module for adding custom headers and/or footers. -HOMEPAGE=http://software.tangent.org/ -KEYWORDS=amd64 ppc x86 -LICENSE=as-is -RDEPEND==www-servers/apache-2.2* -SLOT=2 -SRC_URI=http://download.tangent.org/mod_layout-5.0.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=795568c6d5dc952cb670994a596b29b9 diff --git a/metadata/md5-cache/www-apache/mod_ldap_userdir-1.1.12 b/metadata/md5-cache/www-apache/mod_ldap_userdir-1.1.12 deleted file mode 100644 index 25ba748591f3..000000000000 --- a/metadata/md5-cache/www-apache/mod_ldap_userdir-1.1.12 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=ssl? ( dev-libs/openssl ) net-nds/openldap =www-servers/apache-2.2* -DESCRIPTION=Apache module that enables ~/public_html from an LDAP directory. -HOMEPAGE=http://horde.net/~jwm/software/mod_ldap_userdir/ -IUSE=ssl -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-1 -RDEPEND=ssl? ( dev-libs/openssl ) net-nds/openldap =www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://horde.net/~jwm/software/mod_ldap_userdir/mod_ldap_userdir-1.1.12.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=dc832994846f47e0a0c0c63bc252d5c7 diff --git a/metadata/md5-cache/www-apache/mod_ldap_userdir-1.1.5 b/metadata/md5-cache/www-apache/mod_ldap_userdir-1.1.5 deleted file mode 100644 index f2691e247803..000000000000 --- a/metadata/md5-cache/www-apache/mod_ldap_userdir-1.1.5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=ssl? ( dev-libs/openssl ) net-nds/openldap =www-servers/apache-2* -DESCRIPTION=Apache module that enables ~/public_html from an LDAP directory. -HOMEPAGE=http://horde.net/~jwm/software/mod_ldap_userdir/ -IUSE=ssl -KEYWORDS=ppc x86 -LICENSE=GPL-1 -RDEPEND=ssl? ( dev-libs/openssl ) net-nds/openldap =www-servers/apache-2* -SLOT=0 -SRC_URI=http://horde.net/~jwm/software/mod_ldap_userdir/mod_ldap_userdir-1.1.5.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=740827f4749d01dff37f189197f50466 diff --git a/metadata/md5-cache/www-apache/mod_log_sql-1.100 b/metadata/md5-cache/www-apache/mod_log_sql-1.100 deleted file mode 100644 index 1b34a863ae79..000000000000 --- a/metadata/md5-cache/www-apache/mod_log_sql-1.100 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=virtual/mysql dbi? ( dev-db/libdbi ) ssl? ( dev-libs/openssl ) =www-servers/apache-2.2* -DESCRIPTION=An Apache module for logging to an SQL (MySQL) database. -HOMEPAGE=http://www.outoforder.cc/projects/apache/mod_log_sql/ -IUSE=dbi ssl -KEYWORDS=~amd64 ppc x86 -LICENSE=as-is -RDEPEND=virtual/mysql dbi? ( dev-db/libdbi ) ssl? ( dev-libs/openssl ) =www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://www.outoforder.cc/downloads/mod_log_sql/mod_log_sql-1.100.tar.bz2 -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=f8e5218da5a87c38432e69e8bf350343 diff --git a/metadata/md5-cache/www-apache/mod_macro-1.1.11 b/metadata/md5-cache/www-apache/mod_macro-1.1.11 deleted file mode 100644 index 89ca60f01935..000000000000 --- a/metadata/md5-cache/www-apache/mod_macro-1.1.11 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=sys-devel/libtool =www-servers/apache-2.2* -DESCRIPTION=An Apache2 module providing macros for the Apache config file. -HOMEPAGE=http://www.coelho.net/mod_macro/ -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND==www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://www.coelho.net/mod_macro/mod_macro-1.1.11.tar.bz2 -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=cd096fe00e5bbb9fcca167e64ac009b8 diff --git a/metadata/md5-cache/www-apache/mod_musicindex-1.3.5 b/metadata/md5-cache/www-apache/mod_musicindex-1.3.5 deleted file mode 100644 index 6e80c09b13ba..000000000000 --- a/metadata/md5-cache/www-apache/mod_musicindex-1.3.5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst setup -DEPEND=mp3? ( media-libs/libmad ) mp4? ( media-libs/libmp4v2:0 ) flac? ( media-libs/flac ) vorbis? ( media-libs/liboggz ) =www-servers/apache-2.2* -DESCRIPTION=mod_musicindex allows nice displaying of directories containing music files -EAPI=2 -HOMEPAGE=http://www.parisc-linux.org/~varenet/musicindex/ -IUSE=+mp3 +mp4 +flac +vorbis -KEYWORDS=~amd64 ~x86 -LICENSE=LGPL-2.1 -RDEPEND=mp3? ( media-libs/libmad ) mp4? ( media-libs/libmp4v2:0 ) flac? ( media-libs/flac ) vorbis? ( media-libs/liboggz ) sys-devel/libtool =www-servers/apache-2.2* -SLOT=0 -SRC_URI=http://www.parisc-linux.org/~varenet/musicindex/mod_musicindex-1.3.5.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=69a5d0c5dd568cafa46b317df01da713 diff --git a/metadata/md5-cache/www-apache/mod_proxy_html-3.0.0 b/metadata/md5-cache/www-apache/mod_proxy_html-3.0.0 deleted file mode 100644 index b7af3aa1a993..000000000000 --- a/metadata/md5-cache/www-apache/mod_proxy_html-3.0.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup unpack -DEPEND=app-arch/bzip2 dev-libs/libxml2 =www-servers/apache-2* -DESCRIPTION=An Apache2 module to rewrite links in html pages behind a reverse proxy. -HOMEPAGE=http://apache.webthing.com/mod_proxy_html/ -KEYWORDS=~amd64 x86 -LICENSE=GPL-2 -RDEPEND=app-arch/bzip2 dev-libs/libxml2 =www-servers/apache-2* -SLOT=0 -SRC_URI=mirror://gentoo/mod_proxy_html-3.0.0.c.bz2 -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=cef16adb5184d465ba291e43488ee584 diff --git a/metadata/md5-cache/www-apache/mod_scgi-1.12 b/metadata/md5-cache/www-apache/mod_scgi-1.12 deleted file mode 100644 index 51fb57fec2f6..000000000000 --- a/metadata/md5-cache/www-apache/mod_scgi-1.12 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=www-apps/scgi =www-servers/apache-2* -DESCRIPTION=Apache module for a replacement of the CGI protocol, similar to FastCGI. -HOMEPAGE=http://python.ca/scgi/ -KEYWORDS=~amd64 hppa ~ppc ~x86 -LICENSE=CNRI -RDEPEND=www-apps/scgi =www-servers/apache-2* -SLOT=0 -SRC_URI=http://quixote.python.ca/releases/scgi-1.12.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=3fb2b3e03f189c7e27b40313e4771bb7 diff --git a/metadata/md5-cache/www-apache/mod_scgi-1.13 b/metadata/md5-cache/www-apache/mod_scgi-1.13 deleted file mode 100644 index 18be7dfded1c..000000000000 --- a/metadata/md5-cache/www-apache/mod_scgi-1.13 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup -DEPEND=www-apps/scgi =www-servers/apache-2* -DESCRIPTION=Apache module for a replacement of the CGI protocol, similar to FastCGI. -HOMEPAGE=http://python.ca/scgi/ -KEYWORDS=~amd64 ~hppa ~ppc ~x86 -LICENSE=CNRI -RDEPEND=www-apps/scgi =www-servers/apache-2* -SLOT=0 -SRC_URI=http://python.ca/scgi/releases/scgi-1.13.tar.gz -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=b0269bef8d63157282a4a9ee896f3527 diff --git a/metadata/md5-cache/www-apache/mod_spin-1.1.7 b/metadata/md5-cache/www-apache/mod_spin-1.1.7 deleted file mode 100644 index 0ee8222f9883..000000000000 --- a/metadata/md5-cache/www-apache/mod_spin-1.1.7 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install postinst setup unpack -DEPEND=>=sys-libs/db-4.2 dev-libs/libxml2 www-apache/libapreq2 =www-servers/apache-2.2* -DESCRIPTION=A simple template language, with persistent session data tracking and SQL connection pooling -HOMEPAGE=http://rexursive.com/software/modspin -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=sys-libs/db-4.2 dev-libs/libxml2 www-apache/libapreq2 =www-servers/apache-2.2* -SLOT=0 -SRC_URI=ftp://ftp.rexursive.com/pub/mod-spin/mod_spin-1.1.7.tar.bz2 -_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=9221b0eefd8fc64476e8f486d1465386 diff --git a/metadata/md5-cache/www-apache/pwauth-2.3.2 b/metadata/md5-cache/www-apache/pwauth-2.3.2 deleted file mode 100644 index 5b211794278b..000000000000 --- a/metadata/md5-cache/www-apache/pwauth-2.3.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install setup unpack -DEPEND=pam? ( virtual/pam ) -DESCRIPTION=A Unix Web Authenticator -HOMEPAGE=http://www.unixpapa.com/pwauth/ -IUSE=faillog pam ignore-case domain-aware -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=Apache-1.1 -RDEPEND=pam? ( virtual/pam ) -SLOT=0 -SRC_URI=http://www.unixpapa.com/software/pwauth-2.3.2.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=dba13958f9265e2567067081710c6031 diff --git a/metadata/md5-cache/www-apps/scgi-1.10 b/metadata/md5-cache/www-apps/scgi-1.10 deleted file mode 100644 index 042b5c519a84..000000000000 --- a/metadata/md5-cache/www-apps/scgi-1.10 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=dev-lang/python -DESCRIPTION=Replacement for the CGI protocol that is similar to FastCGI. -EAPI=3 -HOMEPAGE=http://www.mems-exchange.org/software/scgi/ -KEYWORDS=~amd64 hppa ~ppc ~x86 -LICENSE=CNRI -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://www.mems-exchange.org/software/files/scgi/scgi-1.10.tar.gz -_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=2e65bdcf98efff3586b08f42368ddcc6 diff --git a/metadata/md5-cache/www-apps/scgi-1.12 b/metadata/md5-cache/www-apps/scgi-1.12 deleted file mode 100644 index ff7c57c8d688..000000000000 --- a/metadata/md5-cache/www-apps/scgi-1.12 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=dev-lang/python -DESCRIPTION=Replacement for the CGI protocol that is similar to FastCGI. -EAPI=3 -HOMEPAGE=http://www.mems-exchange.org/software/scgi/ -KEYWORDS=~amd64 ~hppa ~ppc ~x86 -LICENSE=CNRI -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://www.mems-exchange.org/software/files/scgi/scgi-1.12.tar.gz -_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=11f83b2935da1151bd4e624cdeac9f8d diff --git a/metadata/md5-cache/www-apps/scgi-1.13 b/metadata/md5-cache/www-apps/scgi-1.13 deleted file mode 100644 index 45ef975ac46f..000000000000 --- a/metadata/md5-cache/www-apps/scgi-1.13 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=dev-lang/python -DESCRIPTION=Replacement for the CGI protocol that is similar to FastCGI. -EAPI=3 -HOMEPAGE=http://www.mems-exchange.org/software/scgi/ -KEYWORDS=~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos -LICENSE=CNRI -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://python.ca/scgi/releases/scgi-1.13.tar.gz -_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=65a22ed1cfd59c09cd503453745ef004 diff --git a/metadata/md5-cache/www-apps/scgi-1.2 b/metadata/md5-cache/www-apps/scgi-1.2 deleted file mode 100644 index 3e502bcbac0a..000000000000 --- a/metadata/md5-cache/www-apps/scgi-1.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=dev-lang/python -DESCRIPTION=Replacement for the CGI protocol that is similar to FastCGI. -EAPI=3 -HOMEPAGE=http://www.mems-exchange.org/software/scgi/ -KEYWORDS=x86 ~ppc -LICENSE=CNRI -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=http://www.mems-exchange.org/software/files/scgi/scgi-1.2.tar.gz -_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=a0eb379f476cb452e09d76ca9f7f0bf4 diff --git a/metadata/md5-cache/www-client/chromium-23.0.1271.91 b/metadata/md5-cache/www-client/chromium-23.0.1271.91 index ab2b868d3535..255518530408 100644 --- a/metadata/md5-cache/www-client/chromium-23.0.1271.91 +++ b/metadata/md5-cache/www-client/chromium-23.0.1271.91 @@ -4,10 +4,10 @@ DESCRIPTION=Open-source version of Google Chrome web browser EAPI=4 HOMEPAGE=http://chromium.org/ IUSE=bindist cups gnome gnome-keyring kerberos pulseaudio selinux tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=app-arch/bzip2 cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) >=dev-lang/v8-3.11.10.6 >=dev-libs/elfutils-0.149 dev-libs/expat >=dev-libs/icu-49.1.1-r1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac >=media-libs/libjpeg-turbo-1.2.0-r1 media-libs/libpng >=media-libs/libwebp-0.2.0_rc1 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) sys-apps/dbus sys-fs/udev virtual/libusb:1 x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium sys-libs/libselinux ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) SLOT=0 SRC_URI=http://commondatastorage.googleapis.com/chromium-browser-official/chromium-23.0.1271.91.tar.bz2 _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf portability 536c5e70c5fb252ed3b769e04aa3f05b python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=9dde9e11c5cdc33ef608a7083033c4f3 +_md5_=64e99aa2a145ee0c962d9fb1d03f1e97 diff --git a/metadata/md5-cache/www-client/firefox-10.0.11 b/metadata/md5-cache/www-client/firefox-10.0.11 index 87ca15c58271..b6739f14f42a 100644 --- a/metadata/md5-cache/www-client/firefox-10.0.11 +++ b/metadata/md5-cache/www-client/firefox-10.0.11 @@ -4,10 +4,10 @@ DESCRIPTION=Firefox Web Browser EAPI=3 HOMEPAGE=http://www.mozilla.com/firefox IUSE=bindist +ipc +minimal pgo selinux system-sqlite +webm custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi pgo linguas_af linguas_ak linguas_ar linguas_as linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_bn_IN linguas_br linguas_bs linguas_ca linguas_cs linguas_csb linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_en_ZA linguas_eo linguas_es_AR linguas_es_CL linguas_es_ES linguas_es_MX linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_hy_AM linguas_id linguas_is linguas_it linguas_ja linguas_kk linguas_kn linguas_ko linguas_ku linguas_lg linguas_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO linguas_nso linguas_or linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_son linguas_sq linguas_sr linguas_sv_SE linguas_ta linguas_ta_LK linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux LICENSE=MPL-1.1 GPL-2 LGPL-2.1 RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.9[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) SLOT=0 SRC_URI=linguas_af? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/af.xpi -> firefox-10.0.11esr-af.xpi ) linguas_ak? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ak.xpi -> firefox-10.0.11esr-ak.xpi ) linguas_ar? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ar.xpi -> firefox-10.0.11esr-ar.xpi ) linguas_as? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/as.xpi -> firefox-10.0.11esr-as.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ast.xpi -> firefox-10.0.11esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/be.xpi -> firefox-10.0.11esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/bg.xpi -> firefox-10.0.11esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/bn-BD.xpi -> firefox-10.0.11esr-bn-BD.xpi ) linguas_bn_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/bn-IN.xpi -> firefox-10.0.11esr-bn-IN.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/br.xpi -> firefox-10.0.11esr-br.xpi ) linguas_bs? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/bs.xpi -> firefox-10.0.11esr-bs.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ca.xpi -> firefox-10.0.11esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/cs.xpi -> firefox-10.0.11esr-cs.xpi ) linguas_csb? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/csb.xpi -> firefox-10.0.11esr-csb.xpi ) linguas_cy? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/cy.xpi -> firefox-10.0.11esr-cy.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/da.xpi -> firefox-10.0.11esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/de.xpi -> firefox-10.0.11esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/el.xpi -> firefox-10.0.11esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/en-GB.xpi -> firefox-10.0.11esr-en-GB.xpi ) linguas_en_ZA? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/en-ZA.xpi -> firefox-10.0.11esr-en-ZA.xpi ) linguas_eo? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/eo.xpi -> firefox-10.0.11esr-eo.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/es-AR.xpi -> firefox-10.0.11esr-es-AR.xpi ) linguas_es_CL? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/es-CL.xpi -> firefox-10.0.11esr-es-CL.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/es-ES.xpi -> firefox-10.0.11esr-es-ES.xpi ) linguas_es_MX? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/es-MX.xpi -> firefox-10.0.11esr-es-MX.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/et.xpi -> firefox-10.0.11esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/eu.xpi -> firefox-10.0.11esr-eu.xpi ) linguas_fa? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/fa.xpi -> firefox-10.0.11esr-fa.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/fi.xpi -> firefox-10.0.11esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/fr.xpi -> firefox-10.0.11esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/fy-NL.xpi -> firefox-10.0.11esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ga-IE.xpi -> firefox-10.0.11esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/gd.xpi -> firefox-10.0.11esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/gl.xpi -> firefox-10.0.11esr-gl.xpi ) linguas_gu_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/gu-IN.xpi -> firefox-10.0.11esr-gu-IN.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/he.xpi -> firefox-10.0.11esr-he.xpi ) linguas_hi_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/hi-IN.xpi -> firefox-10.0.11esr-hi-IN.xpi ) linguas_hr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/hr.xpi -> firefox-10.0.11esr-hr.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/hu.xpi -> firefox-10.0.11esr-hu.xpi ) linguas_hy_AM? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/hy-AM.xpi -> firefox-10.0.11esr-hy-AM.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/id.xpi -> firefox-10.0.11esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/is.xpi -> firefox-10.0.11esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/it.xpi -> firefox-10.0.11esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ja.xpi -> firefox-10.0.11esr-ja.xpi ) linguas_kk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/kk.xpi -> firefox-10.0.11esr-kk.xpi ) linguas_kn? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/kn.xpi -> firefox-10.0.11esr-kn.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ko.xpi -> firefox-10.0.11esr-ko.xpi ) linguas_ku? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ku.xpi -> firefox-10.0.11esr-ku.xpi ) linguas_lg? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/lg.xpi -> firefox-10.0.11esr-lg.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/lt.xpi -> firefox-10.0.11esr-lt.xpi ) linguas_lv? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/lv.xpi -> firefox-10.0.11esr-lv.xpi ) linguas_mai? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/mai.xpi -> firefox-10.0.11esr-mai.xpi ) linguas_mk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/mk.xpi -> firefox-10.0.11esr-mk.xpi ) linguas_ml? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ml.xpi -> firefox-10.0.11esr-ml.xpi ) linguas_mr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/mr.xpi -> firefox-10.0.11esr-mr.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/nb-NO.xpi -> firefox-10.0.11esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/nl.xpi -> firefox-10.0.11esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/nn-NO.xpi -> firefox-10.0.11esr-nn-NO.xpi ) linguas_nso? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/nso.xpi -> firefox-10.0.11esr-nso.xpi ) linguas_or? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/or.xpi -> firefox-10.0.11esr-or.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/pa-IN.xpi -> firefox-10.0.11esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/pl.xpi -> firefox-10.0.11esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/pt-BR.xpi -> firefox-10.0.11esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/pt-PT.xpi -> firefox-10.0.11esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/rm.xpi -> firefox-10.0.11esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ro.xpi -> firefox-10.0.11esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ru.xpi -> firefox-10.0.11esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/si.xpi -> firefox-10.0.11esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/sk.xpi -> firefox-10.0.11esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/sl.xpi -> firefox-10.0.11esr-sl.xpi ) linguas_son? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/son.xpi -> firefox-10.0.11esr-son.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/sq.xpi -> firefox-10.0.11esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/sr.xpi -> firefox-10.0.11esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/sv-SE.xpi -> firefox-10.0.11esr-sv-SE.xpi ) linguas_ta? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ta.xpi -> firefox-10.0.11esr-ta.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/ta-LK.xpi -> firefox-10.0.11esr-ta-LK.xpi ) linguas_te? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/te.xpi -> firefox-10.0.11esr-te.xpi ) linguas_th? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/th.xpi -> firefox-10.0.11esr-th.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/tr.xpi -> firefox-10.0.11esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/uk.xpi -> firefox-10.0.11esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/vi.xpi -> firefox-10.0.11esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/zh-CN.xpi -> firefox-10.0.11esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/zh-TW.xpi -> firefox-10.0.11esr-zh-TW.xpi ) linguas_zu? ( ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/linux-i686/xpi/zu.xpi -> firefox-10.0.11esr-zu.xpi ) http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-10.0-patches-0.9.tar.xz ftp://ftp.mozilla.org/pub/firefox/releases//10.0.11esr/source/firefox-10.0.11esr.source.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac mozconfig-3 37a2d0fa93bf68d83459c380e047903b mozcoreconf-2 43f9c2a313b66eae6591721fd343a0a5 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=17403c31bea0e1c9a05c7a1e4bfeca2e +_md5_=f5771e273f20a00f2c797687eb0e579d diff --git a/metadata/md5-cache/www-client/firefox-bin-10.0.11 b/metadata/md5-cache/www-client/firefox-bin-10.0.11 index a9ead30e8359..b4a5e1eda4c1 100644 --- a/metadata/md5-cache/www-client/firefox-bin-10.0.11 +++ b/metadata/md5-cache/www-client/firefox-bin-10.0.11 @@ -4,11 +4,11 @@ DESCRIPTION=Firefox Web Browser EAPI=4 HOMEPAGE=http://www.mozilla.com/firefox IUSE=startup-notification linguas_af linguas_ak linguas_ar linguas_as linguas_ast linguas_be linguas_bg linguas_bn_BD linguas_bn_IN linguas_br linguas_bs linguas_ca linguas_cs linguas_csb linguas_cy linguas_da linguas_de linguas_el linguas_en_GB linguas_en_ZA linguas_eo linguas_es_AR linguas_es_CL linguas_es_ES linguas_es_MX linguas_et linguas_eu linguas_fa linguas_fi linguas_fr linguas_fy_NL linguas_ga_IE linguas_gd linguas_gl linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_hy_AM linguas_id linguas_is linguas_it linguas_ja linguas_kk linguas_kn linguas_ko linguas_ku linguas_lg linguas_lt linguas_lv linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb_NO linguas_nl linguas_nn_NO linguas_nso linguas_or linguas_pa_IN linguas_pl linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru linguas_si linguas_sk linguas_sl linguas_son linguas_sq linguas_sr linguas_sv_SE linguas_ta linguas_ta_LK linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu -KEYWORDS=-* ~amd64 ~x86 +KEYWORDS=-* amd64 ~x86 LICENSE=MPL-1.1 GPL-2 LGPL-2.1 RDEPEND=dev-libs/dbus-glib virtual/freedesktop-icon-theme x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=x11-libs/gtk+-2.2:2 >=media-libs/alsa-lib-1.0.16 RESTRICT=strip mirror binchecks SLOT=0 SRC_URI=linguas_af? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/af.xpi -> firefox-10.0.11esr-af.xpi ) linguas_ak? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ak.xpi -> firefox-10.0.11esr-ak.xpi ) linguas_ar? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ar.xpi -> firefox-10.0.11esr-ar.xpi ) linguas_as? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/as.xpi -> firefox-10.0.11esr-as.xpi ) linguas_ast? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ast.xpi -> firefox-10.0.11esr-ast.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/be.xpi -> firefox-10.0.11esr-be.xpi ) linguas_bg? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/bg.xpi -> firefox-10.0.11esr-bg.xpi ) linguas_bn_BD? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/bn-BD.xpi -> firefox-10.0.11esr-bn-BD.xpi ) linguas_bn_IN? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/bn-IN.xpi -> firefox-10.0.11esr-bn-IN.xpi ) linguas_br? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/br.xpi -> firefox-10.0.11esr-br.xpi ) linguas_bs? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/bs.xpi -> firefox-10.0.11esr-bs.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ca.xpi -> firefox-10.0.11esr-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/cs.xpi -> firefox-10.0.11esr-cs.xpi ) linguas_csb? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/csb.xpi -> firefox-10.0.11esr-csb.xpi ) linguas_cy? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/cy.xpi -> firefox-10.0.11esr-cy.xpi ) linguas_da? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/da.xpi -> firefox-10.0.11esr-da.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/de.xpi -> firefox-10.0.11esr-de.xpi ) linguas_el? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/el.xpi -> firefox-10.0.11esr-el.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/en-GB.xpi -> firefox-10.0.11esr-en-GB.xpi ) linguas_en_ZA? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/en-ZA.xpi -> firefox-10.0.11esr-en-ZA.xpi ) linguas_eo? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/eo.xpi -> firefox-10.0.11esr-eo.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/es-AR.xpi -> firefox-10.0.11esr-es-AR.xpi ) linguas_es_CL? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/es-CL.xpi -> firefox-10.0.11esr-es-CL.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/es-ES.xpi -> firefox-10.0.11esr-es-ES.xpi ) linguas_es_MX? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/es-MX.xpi -> firefox-10.0.11esr-es-MX.xpi ) linguas_et? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/et.xpi -> firefox-10.0.11esr-et.xpi ) linguas_eu? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/eu.xpi -> firefox-10.0.11esr-eu.xpi ) linguas_fa? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/fa.xpi -> firefox-10.0.11esr-fa.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/fi.xpi -> firefox-10.0.11esr-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/fr.xpi -> firefox-10.0.11esr-fr.xpi ) linguas_fy_NL? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/fy-NL.xpi -> firefox-10.0.11esr-fy-NL.xpi ) linguas_ga_IE? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ga-IE.xpi -> firefox-10.0.11esr-ga-IE.xpi ) linguas_gd? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/gd.xpi -> firefox-10.0.11esr-gd.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/gl.xpi -> firefox-10.0.11esr-gl.xpi ) linguas_gu_IN? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/gu-IN.xpi -> firefox-10.0.11esr-gu-IN.xpi ) linguas_he? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/he.xpi -> firefox-10.0.11esr-he.xpi ) linguas_hi_IN? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/hi-IN.xpi -> firefox-10.0.11esr-hi-IN.xpi ) linguas_hr? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/hr.xpi -> firefox-10.0.11esr-hr.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/hu.xpi -> firefox-10.0.11esr-hu.xpi ) linguas_hy_AM? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/hy-AM.xpi -> firefox-10.0.11esr-hy-AM.xpi ) linguas_id? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/id.xpi -> firefox-10.0.11esr-id.xpi ) linguas_is? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/is.xpi -> firefox-10.0.11esr-is.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/it.xpi -> firefox-10.0.11esr-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ja.xpi -> firefox-10.0.11esr-ja.xpi ) linguas_kk? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/kk.xpi -> firefox-10.0.11esr-kk.xpi ) linguas_kn? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/kn.xpi -> firefox-10.0.11esr-kn.xpi ) linguas_ko? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ko.xpi -> firefox-10.0.11esr-ko.xpi ) linguas_ku? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ku.xpi -> firefox-10.0.11esr-ku.xpi ) linguas_lg? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/lg.xpi -> firefox-10.0.11esr-lg.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/lt.xpi -> firefox-10.0.11esr-lt.xpi ) linguas_lv? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/lv.xpi -> firefox-10.0.11esr-lv.xpi ) linguas_mai? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/mai.xpi -> firefox-10.0.11esr-mai.xpi ) linguas_mk? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/mk.xpi -> firefox-10.0.11esr-mk.xpi ) linguas_ml? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ml.xpi -> firefox-10.0.11esr-ml.xpi ) linguas_mr? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/mr.xpi -> firefox-10.0.11esr-mr.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/nb-NO.xpi -> firefox-10.0.11esr-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/nl.xpi -> firefox-10.0.11esr-nl.xpi ) linguas_nn_NO? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/nn-NO.xpi -> firefox-10.0.11esr-nn-NO.xpi ) linguas_nso? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/nso.xpi -> firefox-10.0.11esr-nso.xpi ) linguas_or? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/or.xpi -> firefox-10.0.11esr-or.xpi ) linguas_pa_IN? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/pa-IN.xpi -> firefox-10.0.11esr-pa-IN.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/pl.xpi -> firefox-10.0.11esr-pl.xpi ) linguas_pt_BR? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/pt-BR.xpi -> firefox-10.0.11esr-pt-BR.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/pt-PT.xpi -> firefox-10.0.11esr-pt-PT.xpi ) linguas_rm? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/rm.xpi -> firefox-10.0.11esr-rm.xpi ) linguas_ro? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ro.xpi -> firefox-10.0.11esr-ro.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ru.xpi -> firefox-10.0.11esr-ru.xpi ) linguas_si? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/si.xpi -> firefox-10.0.11esr-si.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/sk.xpi -> firefox-10.0.11esr-sk.xpi ) linguas_sl? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/sl.xpi -> firefox-10.0.11esr-sl.xpi ) linguas_son? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/son.xpi -> firefox-10.0.11esr-son.xpi ) linguas_sq? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/sq.xpi -> firefox-10.0.11esr-sq.xpi ) linguas_sr? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/sr.xpi -> firefox-10.0.11esr-sr.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/sv-SE.xpi -> firefox-10.0.11esr-sv-SE.xpi ) linguas_ta? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ta.xpi -> firefox-10.0.11esr-ta.xpi ) linguas_ta_LK? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/ta-LK.xpi -> firefox-10.0.11esr-ta-LK.xpi ) linguas_te? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/te.xpi -> firefox-10.0.11esr-te.xpi ) linguas_th? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/th.xpi -> firefox-10.0.11esr-th.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/tr.xpi -> firefox-10.0.11esr-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/uk.xpi -> firefox-10.0.11esr-uk.xpi ) linguas_vi? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/vi.xpi -> firefox-10.0.11esr-vi.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/zh-CN.xpi -> firefox-10.0.11esr-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/zh-TW.xpi -> firefox-10.0.11esr-zh-TW.xpi ) linguas_zu? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//10.0.11esr/linux-i686/xpi/zu.xpi -> firefox-10.0.11esr-zu.xpi ) amd64? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0.11esr/linux-x86_64/en-US/firefox-10.0.11esr.tar.bz2 -> firefox-bin_x86_64-10.0.11.tar.bz2 ) x86? ( ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/10.0.11esr/linux-i686/en-US/firefox-10.0.11esr.tar.bz2 -> firefox-bin_i686-10.0.11.tar.bz2 ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib 9aa8a023e062fca0ba79362d9d0cc488 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b7087bf18e30f734f5ca3ef21b2b7cc5 +_md5_=5d2391d2c88fbd11bf6fab2f4f1ac42a diff --git a/metadata/md5-cache/www-client/google-chrome-24.0.1312.14_beta167497 b/metadata/md5-cache/www-client/google-chrome-24.0.1312.25_beta169562 similarity index 92% rename from metadata/md5-cache/www-client/google-chrome-24.0.1312.14_beta167497 rename to metadata/md5-cache/www-client/google-chrome-24.0.1312.25_beta169562 index a5ce0291e606..3835b4e62343 100644 --- a/metadata/md5-cache/www-client/google-chrome-24.0.1312.14_beta167497 +++ b/metadata/md5-cache/www-client/google-chrome-24.0.1312.25_beta169562 @@ -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] ) sys-fs/udev x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 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=mirror strip SLOT=beta -SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_24.0.1312.14-r167497_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_24.0.1312.14-r167497_i386.deb ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_24.0.1312.25-r169562_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-beta/google-chrome-beta_24.0.1312.25-r169562_i386.deb ) _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=8d4693cb493e17b4c6ae52adf57164d3 +_md5_=85371e3d10482f2e9292f621ce5e060c diff --git a/metadata/md5-cache/www-client/seamonkey-2.14-r1 b/metadata/md5-cache/www-client/seamonkey-2.14-r1 index c4a9aa3bd519..fe309a05eeaf 100644 --- a/metadata/md5-cache/www-client/seamonkey-2.14-r1 +++ b/metadata/md5-cache/www-client/seamonkey-2.14-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Seamonkey Web Browser EAPI=3 HOMEPAGE=http://www.seamonkey-project.org IUSE=+alsa +chatzilla +crypt gstreamer +ipc +jit +roaming system-sqlite +webm custom-cflags custom-optimization +alsa +dbus debug libnotify startup-notification system-sqlite wifi linguas_be linguas_ca linguas_cs linguas_de linguas_en_GB linguas_es_AR linguas_es_ES linguas_fi linguas_fr linguas_gl linguas_hu linguas_it linguas_ja linguas_lt linguas_nb_NO linguas_nl linguas_pl linguas_pt_PT linguas_ru linguas_sk linguas_sv_SE linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW -KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 +KEYWORDS=amd64 ~arm ~ppc ~ppc64 ~x86 LICENSE=MPL-2.0 GPL-2 LGPL-2.1 RDEPEND=>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.13.6 >=dev-libs/nspr-4.9.2 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.5.11[apng] >=x11-libs/cairo-1.10 >=x11-libs/pango-1.14.0 >=x11-libs/gtk+-2.14 virtual/libffi gstreamer? ( >=media-libs/gstreamer-0.10.33:0.10 >=media-libs/gst-plugins-base-0.10.33:0.10 ) system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] ) crypt? ( >=app-crypt/gnupg-1.4 ) webm? ( >=media-libs/libvpx-1.0.0 kernel_linux? ( media-libs/alsa-lib ) ) selinux? ( sec-policy/selinux-mozilla ) x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) virtual/freedesktop-icon-theme dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) SLOT=0 SRC_URI=linguas_be? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.be.langpack.xpi -> seamonkey-2.14-be.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.ca.langpack.xpi -> seamonkey-2.14-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.cs.langpack.xpi -> seamonkey-2.14-cs.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.de.langpack.xpi -> seamonkey-2.14-de.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.en-GB.langpack.xpi -> seamonkey-2.14-en-GB.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.es-AR.langpack.xpi -> seamonkey-2.14-es-AR.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.es-ES.langpack.xpi -> seamonkey-2.14-es-ES.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.fi.langpack.xpi -> seamonkey-2.14-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.fr.langpack.xpi -> seamonkey-2.14-fr.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.gl.langpack.xpi -> seamonkey-2.14-gl.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.hu.langpack.xpi -> seamonkey-2.14-hu.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.it.langpack.xpi -> seamonkey-2.14-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.ja.langpack.xpi -> seamonkey-2.14-ja.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.lt.langpack.xpi -> seamonkey-2.14-lt.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.nb-NO.langpack.xpi -> seamonkey-2.14-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.nl.langpack.xpi -> seamonkey-2.14-nl.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.pl.langpack.xpi -> seamonkey-2.14-pl.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.pt-PT.langpack.xpi -> seamonkey-2.14-pt-PT.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.ru.langpack.xpi -> seamonkey-2.14-ru.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.sk.langpack.xpi -> seamonkey-2.14-sk.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.sv-SE.langpack.xpi -> seamonkey-2.14-sv-SE.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.tr.langpack.xpi -> seamonkey-2.14-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.uk.langpack.xpi -> seamonkey-2.14-uk.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.zh-CN.langpack.xpi -> seamonkey-2.14-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.zh-TW.langpack.xpi -> seamonkey-2.14-zh-TW.xpi ) linguas_be? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.be.langpack.xpi -> seamonkey-2.14-be.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.ca.langpack.xpi -> seamonkey-2.14-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.cs.langpack.xpi -> seamonkey-2.14-cs.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.de.langpack.xpi -> seamonkey-2.14-de.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.en-GB.langpack.xpi -> seamonkey-2.14-en-GB.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.es-AR.langpack.xpi -> seamonkey-2.14-es-AR.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.es-ES.langpack.xpi -> seamonkey-2.14-es-ES.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.fi.langpack.xpi -> seamonkey-2.14-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.fr.langpack.xpi -> seamonkey-2.14-fr.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.gl.langpack.xpi -> seamonkey-2.14-gl.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.hu.langpack.xpi -> seamonkey-2.14-hu.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.it.langpack.xpi -> seamonkey-2.14-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.ja.langpack.xpi -> seamonkey-2.14-ja.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.lt.langpack.xpi -> seamonkey-2.14-lt.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.nb-NO.langpack.xpi -> seamonkey-2.14-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.nl.langpack.xpi -> seamonkey-2.14-nl.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.pl.langpack.xpi -> seamonkey-2.14-pl.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.pt-PT.langpack.xpi -> seamonkey-2.14-pt-PT.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.ru.langpack.xpi -> seamonkey-2.14-ru.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.sk.langpack.xpi -> seamonkey-2.14-sk.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.sv-SE.langpack.xpi -> seamonkey-2.14-sv-SE.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.tr.langpack.xpi -> seamonkey-2.14-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.uk.langpack.xpi -> seamonkey-2.14-uk.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.zh-CN.langpack.xpi -> seamonkey-2.14-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/langpack/seamonkey-2.14.zh-TW.langpack.xpi -> seamonkey-2.14-zh-TW.xpi ) ftp://ftp.mozilla.org/pub/seamonkey/releases/2.14/source/seamonkey-2.14.source.tar.bz2 -> seamonkey-2.14.source.tar.bz2 http://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-17.0-patches-0.1.tar.xz http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/seamonkey-2.14-patches-01.tar.xz crypt? ( http://www.mozilla-enigmail.org/download/source/enigmail-1.4.6.tar.gz ) _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac mozconfig-3 37a2d0fa93bf68d83459c380e047903b mozcoreconf-2 43f9c2a313b66eae6591721fd343a0a5 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9108c95fe8cc57cbde8b7a406c0ab729 +_md5_=623b33d16b8989a707bbd410060164aa diff --git a/metadata/md5-cache/www-client/seamonkey-bin-2.14 b/metadata/md5-cache/www-client/seamonkey-bin-2.14 index e4875c2b54f5..db7df31e56be 100644 --- a/metadata/md5-cache/www-client/seamonkey-bin-2.14 +++ b/metadata/md5-cache/www-client/seamonkey-bin-2.14 @@ -4,11 +4,11 @@ DESCRIPTION=Mozilla Application Suite - web browser, email, HTML editor, IRC EAPI=4 HOMEPAGE=http://www.seamonkey-project.org/ IUSE=startup-notification linguas_be linguas_ca linguas_cs linguas_de linguas_en_GB linguas_es_AR linguas_es_ES linguas_fi linguas_fr linguas_gl linguas_hu linguas_it linguas_ja linguas_lt linguas_nb_NO linguas_nl linguas_pl linguas_pt_PT linguas_ru linguas_sk linguas_sv_SE linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW -KEYWORDS=-* ~amd64 ~x86 +KEYWORDS=-* amd64 ~x86 LICENSE=MPL-2.0 GPL-2 LGPL-2.1 RDEPEND=dev-libs/dbus-glib >=media-libs/alsa-lib-1.0.16 virtual/freedesktop-icon-theme >=x11-libs/gtk+-2.10:2 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu !net-libs/libproxy[spidermonkey] RESTRICT=strip mirror binchecks SLOT=0 SRC_URI=linguas_be? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.be.langpack.xpi -> seamonkey-2.14-be.xpi ) linguas_ca? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.ca.langpack.xpi -> seamonkey-2.14-ca.xpi ) linguas_cs? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.cs.langpack.xpi -> seamonkey-2.14-cs.xpi ) linguas_de? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.de.langpack.xpi -> seamonkey-2.14-de.xpi ) linguas_en_GB? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.en-GB.langpack.xpi -> seamonkey-2.14-en-GB.xpi ) linguas_es_AR? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.es-AR.langpack.xpi -> seamonkey-2.14-es-AR.xpi ) linguas_es_ES? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.es-ES.langpack.xpi -> seamonkey-2.14-es-ES.xpi ) linguas_fi? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.fi.langpack.xpi -> seamonkey-2.14-fi.xpi ) linguas_fr? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.fr.langpack.xpi -> seamonkey-2.14-fr.xpi ) linguas_gl? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.gl.langpack.xpi -> seamonkey-2.14-gl.xpi ) linguas_hu? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.hu.langpack.xpi -> seamonkey-2.14-hu.xpi ) linguas_it? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.it.langpack.xpi -> seamonkey-2.14-it.xpi ) linguas_ja? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.ja.langpack.xpi -> seamonkey-2.14-ja.xpi ) linguas_lt? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.lt.langpack.xpi -> seamonkey-2.14-lt.xpi ) linguas_nb_NO? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.nb-NO.langpack.xpi -> seamonkey-2.14-nb-NO.xpi ) linguas_nl? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.nl.langpack.xpi -> seamonkey-2.14-nl.xpi ) linguas_pl? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.pl.langpack.xpi -> seamonkey-2.14-pl.xpi ) linguas_pt_PT? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.pt-PT.langpack.xpi -> seamonkey-2.14-pt-PT.xpi ) linguas_ru? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.ru.langpack.xpi -> seamonkey-2.14-ru.xpi ) linguas_sk? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.sk.langpack.xpi -> seamonkey-2.14-sk.xpi ) linguas_sv_SE? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.sv-SE.langpack.xpi -> seamonkey-2.14-sv-SE.xpi ) linguas_tr? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.tr.langpack.xpi -> seamonkey-2.14-tr.xpi ) linguas_uk? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.uk.langpack.xpi -> seamonkey-2.14-uk.xpi ) linguas_zh_CN? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.zh-CN.langpack.xpi -> seamonkey-2.14-zh-CN.xpi ) linguas_zh_TW? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/langpack/seamonkey-2.14.zh-TW.langpack.xpi -> seamonkey-2.14-zh-TW.xpi ) amd64? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/contrib/seamonkey-2.14.en-US.linux-x86_64.tar.bz2 -> seamonkey-bin_x86_64-2.14.tar.bz2 ) x86? ( ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases//2.14/linux-i686/en-US/seamonkey-2.14.tar.bz2 -> seamonkey-bin_i686-2.14.tar.bz2 ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 mozextension 3555597bb9fa8d695bf69f250bf59a1a mozlinguas 5b1ba3795fea6a2fcced53a5c01b5ea6 multilib 9aa8a023e062fca0ba79362d9d0cc488 nsplugins b195a1306f4ee7cf507037dc6aa5ba89 pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=323587d703149476d83791a2f13311d8 +_md5_=2d065dbaf44a6ab2b0ee906e9376967d diff --git a/metadata/md5-cache/www-servers/gunicorn-0.15.0 b/metadata/md5-cache/www-servers/gunicorn-0.15.0 index 5526ad658e8b..c1cb33f601b0 100644 --- a/metadata/md5-cache/www-servers/gunicorn-0.15.0 +++ b/metadata/md5-cache/www-servers/gunicorn-0.15.0 @@ -4,10 +4,10 @@ DESCRIPTION=A WSGI HTTP Server for UNIX EAPI=3 HOMEPAGE=http://gunicorn.org http://pypi.python.org/pypi/gunicorn IUSE=test test -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=MIT RDEPEND=dev-python/setproctitle dev-lang/python SLOT=0 SRC_URI=mirror://pypi/g/gunicorn/gunicorn-0.15.0.tar.gz _eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e2f24b64501302194d29e253035370ff +_md5_=074a2914022f251b52528846776d5f20 diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.35 b/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.35 index 27f4c48b22ad..b198cf476b9b 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.35 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.35 @@ -10,5 +10,5 @@ RDEPEND==sys-libs/glibc-2.6.1 ) m RESTRICT=strip SLOT=0 SRC_URI=x86? ( ftp://download.nvidia.com/XFree86/Linux-x86/173.14.35/NVIDIA-Linux-x86-173.14.35-pkg0.run ) amd64? ( ftp://download.nvidia.com/XFree86/Linux-x86_64/173.14.35/NVIDIA-Linux-x86_64-173.14.35-pkg2.run ) x86-fbsd? ( ftp://download.nvidia.com/freebsd/173.14.35/NVIDIA-FreeBSD-x86-173.14.35.tar.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver abf14a0c899f37502cfb1b739604035e portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver 80e162b87fb4c2e236684d64adc96ed4 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=7535f573a59b870547c46ba885c36026 diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.36 b/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.36 index 960df80b6167..a5406b2255a7 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.36 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-173.14.36 @@ -10,5 +10,5 @@ RDEPEND==sys-libs/glibc-2.6.1 ) m RESTRICT=strip SLOT=0 SRC_URI=x86? ( ftp://download.nvidia.com/XFree86/Linux-x86/173.14.36/NVIDIA-Linux-x86-173.14.36-pkg0.run ) amd64? ( ftp://download.nvidia.com/XFree86/Linux-x86_64/173.14.36/NVIDIA-Linux-x86_64-173.14.36-pkg2.run ) x86-fbsd? ( ftp://download.nvidia.com/freebsd/173.14.36/NVIDIA-FreeBSD-x86-173.14.36.tar.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver abf14a0c899f37502cfb1b739604035e portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver 80e162b87fb4c2e236684d64adc96ed4 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=9dc8ceef849e121640f3d492f42653d0 diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-295.71 b/metadata/md5-cache/x11-drivers/nvidia-drivers-295.71 index e0d00b0d6696..21480c85eb2f 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-295.71 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-295.71 @@ -11,5 +11,5 @@ RDEPEND==sys-libs/glibc-2.6.1 ) m RESTRICT=strip SLOT=0 SRC_URI=x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/295.71/NVIDIA-Linux-x86-295.71.run ) amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/295.71/NVIDIA-Linux-x86_64-295.71.run ) amd64-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86_64/295.71/NVIDIA-FreeBSD-x86_64-295.71.tar.gz ) x86-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86/295.71/NVIDIA-FreeBSD-x86-295.71.tar.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver abf14a0c899f37502cfb1b739604035e portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver 80e162b87fb4c2e236684d64adc96ed4 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=d4342b33df6712dd820f664e97585fd4 diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-295.75 b/metadata/md5-cache/x11-drivers/nvidia-drivers-295.75 index bc8cb1b9f55c..032790622ced 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-295.75 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-295.75 @@ -11,5 +11,5 @@ RDEPEND==sys-libs/glibc-2.6.1 ) m RESTRICT=strip SLOT=0 SRC_URI=x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/295.75/NVIDIA-Linux-x86-295.75.run ) amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/295.75/NVIDIA-Linux-x86_64-295.75.run ) amd64-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86_64/295.75/NVIDIA-FreeBSD-x86_64-295.75.tar.gz ) x86-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86/295.75/NVIDIA-FreeBSD-x86-295.75.tar.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver abf14a0c899f37502cfb1b739604035e portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver 80e162b87fb4c2e236684d64adc96ed4 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=bbdc87151bf42c6f74b6382eace2d63b diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-304.60 b/metadata/md5-cache/x11-drivers/nvidia-drivers-304.60 index 6cf9e63ad8f3..faf235297e19 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-304.60 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-304.60 @@ -12,5 +12,5 @@ REQUIRED_USE=tools? ( X ) RESTRICT=strip SLOT=0 SRC_URI=x86? ( ftp://download.nvidia.com/XFree86/Linux-x86/304.60/NVIDIA-Linux-x86-304.60.run ) amd64? ( ftp://download.nvidia.com/XFree86/Linux-x86_64/304.60/NVIDIA-Linux-x86_64-304.60.run ) amd64-fbsd? ( ftp://download.nvidia.com/XFree86/FreeBSD-x86_64/304.60/NVIDIA-FreeBSD-x86_64-304.60.tar.gz ) x86-fbsd? ( ftp://download.nvidia.com/XFree86/FreeBSD-x86/304.60/NVIDIA-FreeBSD-x86-304.60.tar.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver abf14a0c899f37502cfb1b739604035e portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver 80e162b87fb4c2e236684d64adc96ed4 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=6da9007e44f2550264c76acea144c265 diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-304.64 b/metadata/md5-cache/x11-drivers/nvidia-drivers-304.64 index e0ac02493a05..d0a832311a87 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-304.64 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-304.64 @@ -12,5 +12,5 @@ REQUIRED_USE=tools? ( X ) RESTRICT=strip SLOT=0 SRC_URI=x86? ( ftp://download.nvidia.com/XFree86/Linux-x86/304.64/NVIDIA-Linux-x86-304.64.run ) amd64? ( ftp://download.nvidia.com/XFree86/Linux-x86_64/304.64/NVIDIA-Linux-x86_64-304.64.run ) amd64-fbsd? ( ftp://download.nvidia.com/XFree86/FreeBSD-x86_64/304.64/NVIDIA-FreeBSD-x86_64-304.64.tar.gz ) x86-fbsd? ( ftp://download.nvidia.com/XFree86/FreeBSD-x86/304.64/NVIDIA-FreeBSD-x86-304.64.tar.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver abf14a0c899f37502cfb1b739604035e portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver 80e162b87fb4c2e236684d64adc96ed4 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=fe2d9cc304d28a4fd0ddfe849cf4b761 diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-310.19 b/metadata/md5-cache/x11-drivers/nvidia-drivers-310.19 index 9ac3bb25cc3f..4bf4100d863b 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-310.19 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-310.19 @@ -11,5 +11,5 @@ REQUIRED_USE=tools? ( X ) RESTRICT=strip SLOT=0 SRC_URI=x86? ( ftp://download.nvidia.com/XFree86/Linux-x86/310.19/NVIDIA-Linux-x86-310.19.run ) amd64? ( ftp://download.nvidia.com/XFree86/Linux-x86_64/310.19/NVIDIA-Linux-x86_64-310.19.run ) amd64-fbsd? ( ftp://download.nvidia.com/XFree86/FreeBSD-x86_64/310.19/NVIDIA-FreeBSD-x86_64-310.19.tar.gz ) x86-fbsd? ( ftp://download.nvidia.com/XFree86/FreeBSD-x86/310.19/NVIDIA-FreeBSD-x86-310.19.tar.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver abf14a0c899f37502cfb1b739604035e portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 udev f7490675e06a5e4db55adf394f078b7b unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 nvidia-driver 80e162b87fb4c2e236684d64adc96ed4 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 udev f7490675e06a5e4db55adf394f078b7b unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=d7c38d7beaf7196a73cb1e136ac55137 diff --git a/metadata/md5-cache/x11-drivers/nvidia-drivers-96.43.20 b/metadata/md5-cache/x11-drivers/nvidia-drivers-96.43.20 index 6f3ea2cded63..060c618dcdbe 100644 --- a/metadata/md5-cache/x11-drivers/nvidia-drivers-96.43.20 +++ b/metadata/md5-cache/x11-drivers/nvidia-drivers-96.43.20 @@ -10,5 +10,5 @@ RDEPEND==media-libs/libpng-1.4 ) SLOT=0 SRC_URI=mirror://sourceforge/project/motif/Motif%202.3.4%20Source%20Code/motif-2.3.4-src.tgz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=babe9ad4e528b7b412faa649d6bdccac +_md5_=2126007673300f5d7999da8234a4ef75 diff --git a/metadata/md5-cache/x11-misc/bbweather-0.6.3-r1 b/metadata/md5-cache/x11-misc/bbweather-0.6.3-r1 index 24d73a82f93e..d492d3690e0a 100644 --- a/metadata/md5-cache/x11-misc/bbweather-0.6.3-r1 +++ b/metadata/md5-cache/x11-misc/bbweather-0.6.3-r1 @@ -3,10 +3,10 @@ DEPEND=dev-lang/perl x11-libs/libX11 || ( >=sys-devel/automake-1.11.1:1.11 >=sys DESCRIPTION=blackbox weather monitor EAPI=2 HOMEPAGE=http://www.netmeister.org/apps/bbweather/ -KEYWORDS=~amd64 ~hppa ~ppc ~x86 +KEYWORDS=~amd64 hppa ~ppc ~x86 LICENSE=GPL-2 RDEPEND=dev-lang/perl x11-libs/libX11 net-misc/wget x11-apps/xmessage !<=x11-plugins/gkrellweather-2.0.7-r1 SLOT=0 SRC_URI=http://www.netmeister.org/apps/bbweather-0.6.3.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b9c7a7aa7ae2ae2b85e820c3cd5568fb +_md5_=6e94c15977b0469a6b84b87da3eb162f diff --git a/metadata/md5-cache/x11-plugins/asapm-3.1 b/metadata/md5-cache/x11-plugins/asapm-3.1 index 81619f510e6f..0fc679bc25ea 100644 --- a/metadata/md5-cache/x11-plugins/asapm-3.1 +++ b/metadata/md5-cache/x11-plugins/asapm-3.1 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libXpm x11-libs/libSM jpeg? ( virtual/jpeg ) x11-proto/xproto DESCRIPTION=APM monitor for AfterStep HOMEPAGE=http://www.tigr.net/afterstep/list.pl IUSE=jpeg -KEYWORDS=ppc -sparc x86 +KEYWORDS=~amd64 ppc -sparc x86 LICENSE=GPL-2 RDEPEND=x11-libs/libXpm x11-libs/libSM jpeg? ( virtual/jpeg ) SLOT=0 SRC_URI=http://www.tigr.net/afterstep/download/asapm/asapm-3.1.tar.gz _eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 -_md5_=54670d8e8404c81d5e58244437a45cd3 +_md5_=7471cb82f4291347f8fcbe085b48fb89 diff --git a/metadata/md5-cache/x11-plugins/monto-0.1.1 b/metadata/md5-cache/x11-plugins/monto-0.1.1 index 800ae126b275..e551294c3321 100644 --- a/metadata/md5-cache/x11-plugins/monto-0.1.1 +++ b/metadata/md5-cache/x11-plugins/monto-0.1.1 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXpm x11-proto/xproto x11-pro DESCRIPTION=This WindowMaker dockapp is a simple manual device mounter (up to four devices). EAPI=2 HOMEPAGE=http://dockapps.windowmaker.org/file.php/id/274 -KEYWORDS=~x86 +KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXpm SLOT=0 SRC_URI=http://dockapps.windowmaker.org/download.php/id/274/monto-0.1.1.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7b11429751ebf394bcca749423911af6 +_md5_=aaba077ade56c0364a66d3c6b7d13739 diff --git a/metadata/md5-cache/x11-wm/enlightenment-0.17.0_alpha3 b/metadata/md5-cache/x11-wm/enlightenment-0.17.0_alpha3 deleted file mode 100644 index 5f5a1d426550..000000000000 --- a/metadata/md5-cache/x11-wm/enlightenment-0.17.0_alpha3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=pam? ( sys-libs/pam ) >=dev-libs/efreet-1.7.1 >=dev-libs/eio-1.7.1 >=dev-libs/eina-1.7.1[mempool-chained] || ( >=dev-libs/ecore-1.7.1[X,evas,inotify] >=dev-libs/ecore-1.7.1[xcb,evas,inotify] ) >=media-libs/edje-1.7.1 >=dev-libs/e_dbus-1.7.1[libnotify,udev?] ukit? ( >=dev-libs/e_dbus-1.7.1[udev] ) enlightenment_modules_connman? ( >=dev-libs/e_dbus-1.7.1[connman] ) || ( >=media-libs/evas-1.7.1[eet,X,jpeg,png] >=media-libs/evas-1.7.1[eet,xcb,jpeg,png] ) >=dev-libs/eeze-1.7.1 x11-libs/xcb-util-keysyms doc? ( app-doc/doxygen ) -DESCRIPTION=Enlightenment DR17 window manager -EAPI=2 -HOMEPAGE=http://www.enlightenment.org/ -IUSE=pam spell static-libs +udev ukit +enlightenment_modules_conf-applications +enlightenment_modules_conf-dialogs +enlightenment_modules_conf-display +enlightenment_modules_conf-edgebindings +enlightenment_modules_conf-interaction +enlightenment_modules_conf-intl +enlightenment_modules_conf-keybindings +enlightenment_modules_conf-menus +enlightenment_modules_conf-paths +enlightenment_modules_conf-performance +enlightenment_modules_conf-randr +enlightenment_modules_conf-shelves +enlightenment_modules_conf-theme +enlightenment_modules_conf-window-manipulation +enlightenment_modules_conf-window-remembers enlightenment_modules_access +enlightenment_modules_backlight +enlightenment_modules_battery +enlightenment_modules_clock +enlightenment_modules_comp +enlightenment_modules_connman +enlightenment_modules_cpufreq +enlightenment_modules_dropshadow +enlightenment_modules_everything +enlightenment_modules_fileman +enlightenment_modules_fileman-opinfo +enlightenment_modules_gadman +enlightenment_modules_ibar +enlightenment_modules_ibox +enlightenment_modules_illume2 +enlightenment_modules_mixer +enlightenment_modules_msgbus +enlightenment_modules_notification +enlightenment_modules_pager +enlightenment_modules_quickaccess +enlightenment_modules_shot +enlightenment_modules_start +enlightenment_modules_syscon +enlightenment_modules_systray +enlightenment_modules_tasks +enlightenment_modules_temperature +enlightenment_modules_tiling +enlightenment_modules_winlist +enlightenment_modules_wizard +enlightenment_modules_xkbswitch nls doc -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=pam? ( sys-libs/pam ) >=dev-libs/efreet-1.7.1 >=dev-libs/eio-1.7.1 >=dev-libs/eina-1.7.1[mempool-chained] || ( >=dev-libs/ecore-1.7.1[X,evas,inotify] >=dev-libs/ecore-1.7.1[xcb,evas,inotify] ) >=media-libs/edje-1.7.1 >=dev-libs/e_dbus-1.7.1[libnotify,udev?] ukit? ( >=dev-libs/e_dbus-1.7.1[udev] ) enlightenment_modules_connman? ( >=dev-libs/e_dbus-1.7.1[connman] ) || ( >=media-libs/evas-1.7.1[eet,X,jpeg,png] >=media-libs/evas-1.7.1[eet,xcb,jpeg,png] ) >=dev-libs/eeze-1.7.1 x11-libs/xcb-util-keysyms nls? ( sys-devel/gettext ) -SLOT=0.17 -SRC_URI=http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha3.tar.bz2 -_eclasses_=enlightenment 59018f068e8f700839d3c75f86495011 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=48dbda15fcd772155783c7e5a6136448 diff --git a/metadata/md5-cache/x11-wm/enlightenment-0.17.0_alpha5 b/metadata/md5-cache/x11-wm/enlightenment-0.17.0_alpha6 similarity index 98% rename from metadata/md5-cache/x11-wm/enlightenment-0.17.0_alpha5 rename to metadata/md5-cache/x11-wm/enlightenment-0.17.0_alpha6 index 1625e985ece0..bec9f4d20aef 100644 --- a/metadata/md5-cache/x11-wm/enlightenment-0.17.0_alpha5 +++ b/metadata/md5-cache/x11-wm/enlightenment-0.17.0_alpha6 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=pam? ( sys-libs/pam ) >=dev-libs/efreet-1.7.1 >=dev-libs/eio-1.7.1 >=dev-libs/eina-1.7.1[mempool-chained] || ( >=dev-libs/ecore-1.7.1[X,evas,inotify] >=dev-libs/ecore-1.7.1[xcb,evas,inotify] ) >=media-libs/edje-1.7.2 >=dev-libs/e_dbus-1.7.1[libnotify,udev?] ukit? ( >=dev-libs/e_dbus-1.7.1[udev] ) enlightenment_modules_connman? ( >=dev-libs/e_dbus-1.7.1[connman] ) || ( >=media-libs/evas-1.7.1[eet,X,jpeg,png] >=media-libs/evas-1.7.1[eet,xcb,jpeg,png] ) >=dev-libs/eeze-1.7.1 x11-libs/xcb-util-keysyms nls? ( sys-devel/gettext ) SLOT=0.17 -SRC_URI=http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha5.tar.bz2 +SRC_URI=http://download.enlightenment.org/releases/enlightenment-0.17.0-alpha6.tar.bz2 _eclasses_=enlightenment 59018f068e8f700839d3c75f86495011 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=90f251d8c4bb715df6f0e6a491e618f2 +_md5_=2a9ce2bd5c71349edef424bc7ea70b4a diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 989e0e4deda4..cde061d2f621 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Tue, 27 Nov 2012 10:36:54 +0000 +Tue, 27 Nov 2012 21:36:54 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index dba251dda144..e789a717fed2 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Tue Nov 27 10:36:51 UTC 2012 +Tue Nov 27 21:36:51 UTC 2012 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 0ff915a68765..4512c74a0e5e 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Tue, 27 Nov 2012 11:00:01 +0000 +Tue, 27 Nov 2012 22:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index f61bca19b167..d8d24f2118bc 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1354012501 Tue Nov 27 10:35:01 2012 UTC +1354052101 Tue Nov 27 21:35:01 2012 UTC diff --git a/net-firewall/ipset/Manifest b/net-firewall/ipset/Manifest index 038b2c95fc4b..7ef67097b5b0 100644 --- a/net-firewall/ipset/Manifest +++ b/net-firewall/ipset/Manifest @@ -2,5 +2,8 @@ DIST ipset-4.5.tar.bz2 72428 SHA256 f94200f39398f90b60633b5fa45f0c327d5915e2c5a6 DIST ipset-6.10.tar.bz2 123721 SHA256 a2f7e9615d83f60ac915793adf71a29724166152068b19a7a2ff4900b51868e1 SHA512 5939369c20f8b72f4e0cdc01356973d2904a2c05053fd273fa4d9f864da054ed3cddd142fbbbf498207894291c601c40e9a824cc95f89155cc5bf1f01bdc57e6 WHIRLPOOL 2c36eb10546a7645f77ad84689250162c4a44fa09db9c0dc4a97667e80118d2cb12329b3d540b455d5e333311b5bc8fa991ac578b440363dc4f426cf8b234b78 DIST ipset-6.11.tar.bz2 382101 SHA256 828f6f216037b528a63081c21ee32d585cf6e34ab7d506b46704ac243313dfb6 SHA512 ac210f71c2a7a55fc71e36044b8d35174c4a423c74204ac24f056b684af03dde57a617d1f0f4f8e77336db8d716a4d50b58704038fb34073f8fa1bffa9d44210 WHIRLPOOL 129a5f12ba417b12ee388fada6dcb08e0eb404d4033b6a57c8e8a349685c8aca8051267ffcfcdcc4575555f7fe67b0262d007aed323b696966a4c194a0709409 DIST ipset-6.13.tar.bz2 430383 SHA256 be0353699cee53b3a1692dbea745d385766a606b0ea750ff8621fc269c4d2a49 SHA512 717ec7c7ef0cac7f2c7174c045cf86954c5e94b440add2a06ebec3fbb886fc9b4b5dc31afa3cda60f94a7d1ad0be1a44c605105508da9501c4221f57e3ce0d07 WHIRLPOOL a0af600f96fdcc5d4209f689d78d8bd2753d3eb4245ce8d2a2cb37a5296cf285b4705aa7c35d0e5d16e7632bf5e6318c17647e5085561d001690da5eb01e20b5 +DIST ipset-6.14.tar.bz2 431736 SHA256 d744016e2550aba61af849519abb791612a6655b7999dbb873fb2c8347af6ee2 SHA512 c355ca59bfc70002a8d9e9fea23c7346cee946801d54532a2752eb5b5ebfa2f15156736cdde7131804938fe5e3c8bbccdc2ef9d602df04c76531a8c67d8e0d3a WHIRLPOOL 411444d6e07ced576021a30c45c188a96bbe1a31aa91a4f65936df8efbc0d2b58847dc06a108567fb1b8425b85febf039f1375919969ab393d26c048420192ca +DIST ipset-6.15.tar.bz2 432771 SHA256 6f60a472bc2ef7b1c864be6472de65365c90e264dfadf28da48c2361393d8fd1 SHA512 f72329bb8610717ccdddbfaf7b7774e717a34d71fdb7f9c7eac97e3d1b314915500c88137b6e229411df99c86d2228bef447f26c116bc2cf992cfb60ab1422d3 WHIRLPOOL 868ee3cd722c2d86c273aca8f3ca7695e8ef5d00d30111ef0f2bf972a119211008d8cadec1760b43b4f0efb24690f20a2cf5f0fdbbb0700cf66e5660d363ab2a +DIST ipset-6.16.tar.bz2 433118 SHA256 bc3ea05cfbacd43aebff6668825453d0a626edd5d3495a8670103ab895fba464 SHA512 34ef44af76f3609035ae1bdacb7586f2288ee66701ed8a1a5a0632fb23b5f651fe02b070e0f0f1b0ebae6cab02b3f827cc7e67f740cf77f51ba494c25dcc47dd WHIRLPOOL 3b3c2172626530145401bd813c39114f31bf3546ebe0af6e168ed32ade102c158f3bc5f4690ee8bf0540415adc35929da5d8ca8e4e1c2ec83bf631849a24b8a7 DIST ipset-6.8.tar.bz2 122954 SHA256 d7b499ee961cd92ba5f0f698e5de49909d8b2c6697ff5aea3a1535e183f9b809 SHA512 428356b1593b0925f6f8ca7d240a29caff24a8416d0f1ff897c4432d557846432879e545a0b5b75ac318eee18386e80cd936229c09153ca9f7a0f09483cbb60d WHIRLPOOL 1e6faa416a7745541e1bae7461cdfa251a5a9141846654a9e036c21d8ce8de5622fd30bc68e1dfe47728570178b59378fb39e8759c6b3bac0c687a01cb3bd165 DIST ipset-6.9.1.tar.bz2 123268 SHA256 db099044022f767046ec89c77de01ad6f0faf7f50f8f42b886c3c71ac5994abe SHA512 024a071613fd56577a2fd37ea6e2a961c113f3ca816077fd24b1698e4bd78a8cb3897291505ea02a9b6565b110170ba93b321b3e1a6476ce93b8d93abe3bd1ed WHIRLPOOL d036dc2ba2b6d0d4e9a449450af3773bc8f445b13aff202ca1f0c6a1278490ff20cb72f6e979d3b477c9052e99808ebe58a6bbf51e4cdbc9359c69f3c943ea01 diff --git a/net-firewall/ipset/ipset-6.14.ebuild b/net-firewall/ipset/ipset-6.14.ebuild new file mode 100644 index 000000000000..7a4a1009ea97 --- /dev/null +++ b/net-firewall/ipset/ipset-6.14.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.14.ebuild,v 1.1 2012/11/27 11:30:02 pinkbyte Exp $ + +EAPI="4" +inherit autotools linux-info linux-mod + +DESCRIPTION="IPset tool for iptables, successor to ippool." +HOMEPAGE="http://ipset.netfilter.org/" +SRC_URI="http://ipset.netfilter.org/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="modules" + +RDEPEND=">=net-firewall/iptables-1.4.7 + net-libs/libmnl" +DEPEND="${RDEPEND}" + +DOCS=( ChangeLog INSTALL README UPGRADE ) + +# configurable from outside, e.g. /etc/make.conf +IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} + +BUILD_TARGETS="modules" +MODULE_NAMES_ARG="kernel/net/netfilter/ipset/:${S}/kernel/net/netfilter/ipset" +MODULE_NAMES="xt_set(kernel/net/netfilter/ipset/:${S}/kernel/net/netfilter/)" +for i in ip_set{,_bitmap_{ip{,mac},port},_hash_{ip{,port{,ip,net}},net,net{port,iface}},_list_set}; do + MODULE_NAMES+=" ${i}(${MODULE_NAMES_ARG})" +done + +check_header_patch() { + if ! $(grep -q NFNL_SUBSYS_IPSET "${KV_DIR}/include/linux/netfilter/nfnetlink.h"); then + eerror "Sorry, but you have to patch kernel sources with the following patch:" + eerror " # cd ${KV_DIR}" + eerror " # patch -i ${S}/netlink.patch -p1" + eerror "You should recompile and run new kernel to avoid runtime errors." + die "Unpatched kernel" + fi +} + +pkg_setup() { + get_version + CONFIG_CHECK="NETFILTER" + ERROR_NETFILTER="ipset requires NETFILTER support in your kernel." + + build_modules=0 + if use modules; then + kernel_is -lt 2 6 35 && die "${PN} requires kernel greater then 2.6.35." + if linux_config_src_exists && linux_chkconfig_builtin "MODULES" ; then + if linux_chkconfig_present "IP_NF_SET" || \ + linux_chkconfig_present "IP_SET"; then #274577 + eerror "There is IP{,_NF}_SET or NETFILTER_XT_SET support in your kernel." + eerror "Please either build ipset with modules USE flag disabled" + eerror "or rebuild kernel without IP_SET support and make sure" + eerror "there is NO kernel ip_set* modules in /lib/modules//... ." + die "USE=modules and in-kernel ipset support detected." + else + einfo "Modular kernel detected. Gonna build kernel modules..." + build_modules=1 + fi + else + eerror "Nonmodular kernel detected, but USE=modules. Either build" + eerror "modular kernel (without IP_SET) or disable USE=modules" + die "Nonmodular kernel detected, will not build kernel modules" + fi + fi + [[ ${build_modules} -eq 1 ]] && linux-mod_pkg_setup +} + +src_prepare() { + [[ ${build_modules} -eq 1 ]] && check_header_patch + eautoreconf +} + +src_configure() { + econf \ + $(use_with modules kmod) \ + --disable-static \ + --with-maxsets=${IP_NF_SET_MAX} \ + --libdir="${EPREFIX}/$(get_libdir)" \ + --with-ksource="${KV_DIR}" \ + --with-kbuild="${KV_OUT_DIR}" +} + +src_compile() { + einfo "Building userspace" + emake + + if [[ ${build_modules} -eq 1 ]]; then + einfo "Building kernel modules" + set_arch_to_kernel + emake modules + fi +} + +src_install() { + einfo "Installing userspace" + default + prune_libtool_files + + newinitd "${FILESDIR}"/ipset.initd-r2 ${PN} + newconfd "${FILESDIR}"/ipset.confd ${PN} + keepdir /var/lib/ipset + + if [[ ${build_modules} -eq 1 ]]; then + einfo "Installing kernel modules" + linux-mod_src_install + fi +} diff --git a/net-firewall/ipset/ipset-6.15.ebuild b/net-firewall/ipset/ipset-6.15.ebuild new file mode 100644 index 000000000000..eea2c8c4f4d2 --- /dev/null +++ b/net-firewall/ipset/ipset-6.15.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.15.ebuild,v 1.1 2012/11/27 11:36:44 pinkbyte Exp $ + +EAPI="4" +inherit autotools linux-info linux-mod + +DESCRIPTION="IPset tool for iptables, successor to ippool." +HOMEPAGE="http://ipset.netfilter.org/" +SRC_URI="http://ipset.netfilter.org/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="modules" + +RDEPEND=">=net-firewall/iptables-1.4.7 + net-libs/libmnl" +DEPEND="${RDEPEND}" + +DOCS=( ChangeLog INSTALL README UPGRADE ) + +# configurable from outside, e.g. /etc/make.conf +IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} + +BUILD_TARGETS="modules" +MODULE_NAMES_ARG="kernel/net/netfilter/ipset/:${S}/kernel/net/netfilter/ipset" +MODULE_NAMES="xt_set(kernel/net/netfilter/ipset/:${S}/kernel/net/netfilter/)" +for i in ip_set{,_bitmap_{ip{,mac},port},_hash_{ip{,port{,ip,net}},net,net{port,iface}},_list_set}; do + MODULE_NAMES+=" ${i}(${MODULE_NAMES_ARG})" +done + +check_header_patch() { + if ! $(grep -q NFNL_SUBSYS_IPSET "${KV_DIR}/include/linux/netfilter/nfnetlink.h"); then + eerror "Sorry, but you have to patch kernel sources with the following patch:" + eerror " # cd ${KV_DIR}" + eerror " # patch -i ${S}/netlink.patch -p1" + eerror "You should recompile and run new kernel to avoid runtime errors." + die "Unpatched kernel" + fi +} + +pkg_setup() { + get_version + CONFIG_CHECK="NETFILTER" + ERROR_NETFILTER="ipset requires NETFILTER support in your kernel." + + build_modules=0 + if use modules; then + kernel_is -lt 2 6 35 && die "${PN} requires kernel greater then 2.6.35." + if linux_config_src_exists && linux_chkconfig_builtin "MODULES" ; then + if linux_chkconfig_present "IP_NF_SET" || \ + linux_chkconfig_present "IP_SET"; then #274577 + eerror "There is IP{,_NF}_SET or NETFILTER_XT_SET support in your kernel." + eerror "Please either build ipset with modules USE flag disabled" + eerror "or rebuild kernel without IP_SET support and make sure" + eerror "there is NO kernel ip_set* modules in /lib/modules//... ." + die "USE=modules and in-kernel ipset support detected." + else + einfo "Modular kernel detected. Gonna build kernel modules..." + build_modules=1 + fi + else + eerror "Nonmodular kernel detected, but USE=modules. Either build" + eerror "modular kernel (without IP_SET) or disable USE=modules" + die "Nonmodular kernel detected, will not build kernel modules" + fi + fi + [[ ${build_modules} -eq 1 ]] && linux-mod_pkg_setup +} + +src_prepare() { + [[ ${build_modules} -eq 1 ]] && check_header_patch + eautoreconf +} + +src_configure() { + econf \ + $(use_with modules kmod) \ + --disable-static \ + --with-maxsets=${IP_NF_SET_MAX} \ + --libdir="${EPREFIX}/$(get_libdir)" \ + --with-ksource="${KV_DIR}" \ + --with-kbuild="${KV_OUT_DIR}" +} + +src_compile() { + einfo "Building userspace" + emake + + if [[ ${build_modules} -eq 1 ]]; then + einfo "Building kernel modules" + set_arch_to_kernel + emake modules + fi +} + +src_install() { + einfo "Installing userspace" + default + prune_libtool_files + + newinitd "${FILESDIR}"/ipset.initd-r2 ${PN} + newconfd "${FILESDIR}"/ipset.confd ${PN} + keepdir /var/lib/ipset + + if [[ ${build_modules} -eq 1 ]]; then + einfo "Installing kernel modules" + linux-mod_src_install + fi +} diff --git a/net-firewall/ipset/ipset-6.16.ebuild b/net-firewall/ipset/ipset-6.16.ebuild new file mode 100644 index 000000000000..ebe6b0c8dac7 --- /dev/null +++ b/net-firewall/ipset/ipset-6.16.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.16.ebuild,v 1.1 2012/11/27 11:36:44 pinkbyte Exp $ + +EAPI="4" +inherit autotools linux-info linux-mod + +DESCRIPTION="IPset tool for iptables, successor to ippool." +HOMEPAGE="http://ipset.netfilter.org/" +SRC_URI="http://ipset.netfilter.org/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="modules" + +RDEPEND=">=net-firewall/iptables-1.4.7 + net-libs/libmnl" +DEPEND="${RDEPEND}" + +DOCS=( ChangeLog INSTALL README UPGRADE ) + +# configurable from outside, e.g. /etc/make.conf +IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} + +BUILD_TARGETS="modules" +MODULE_NAMES_ARG="kernel/net/netfilter/ipset/:${S}/kernel/net/netfilter/ipset" +MODULE_NAMES="xt_set(kernel/net/netfilter/ipset/:${S}/kernel/net/netfilter/)" +for i in ip_set{,_bitmap_{ip{,mac},port},_hash_{ip{,port{,ip,net}},net,net{port,iface}},_list_set}; do + MODULE_NAMES+=" ${i}(${MODULE_NAMES_ARG})" +done + +check_header_patch() { + if ! $(grep -q NFNL_SUBSYS_IPSET "${KV_DIR}/include/linux/netfilter/nfnetlink.h"); then + eerror "Sorry, but you have to patch kernel sources with the following patch:" + eerror " # cd ${KV_DIR}" + eerror " # patch -i ${S}/netlink.patch -p1" + eerror "You should recompile and run new kernel to avoid runtime errors." + die "Unpatched kernel" + fi +} + +pkg_setup() { + get_version + CONFIG_CHECK="NETFILTER" + ERROR_NETFILTER="ipset requires NETFILTER support in your kernel." + + build_modules=0 + if use modules; then + kernel_is -lt 2 6 35 && die "${PN} requires kernel greater then 2.6.35." + if linux_config_src_exists && linux_chkconfig_builtin "MODULES" ; then + if linux_chkconfig_present "IP_NF_SET" || \ + linux_chkconfig_present "IP_SET"; then #274577 + eerror "There is IP{,_NF}_SET or NETFILTER_XT_SET support in your kernel." + eerror "Please either build ipset with modules USE flag disabled" + eerror "or rebuild kernel without IP_SET support and make sure" + eerror "there is NO kernel ip_set* modules in /lib/modules//... ." + die "USE=modules and in-kernel ipset support detected." + else + einfo "Modular kernel detected. Gonna build kernel modules..." + build_modules=1 + fi + else + eerror "Nonmodular kernel detected, but USE=modules. Either build" + eerror "modular kernel (without IP_SET) or disable USE=modules" + die "Nonmodular kernel detected, will not build kernel modules" + fi + fi + [[ ${build_modules} -eq 1 ]] && linux-mod_pkg_setup +} + +src_prepare() { + [[ ${build_modules} -eq 1 ]] && check_header_patch + eautoreconf +} + +src_configure() { + econf \ + $(use_with modules kmod) \ + --disable-static \ + --with-maxsets=${IP_NF_SET_MAX} \ + --libdir="${EPREFIX}/$(get_libdir)" \ + --with-ksource="${KV_DIR}" \ + --with-kbuild="${KV_OUT_DIR}" +} + +src_compile() { + einfo "Building userspace" + emake + + if [[ ${build_modules} -eq 1 ]]; then + einfo "Building kernel modules" + set_arch_to_kernel + emake modules + fi +} + +src_install() { + einfo "Installing userspace" + default + prune_libtool_files + + newinitd "${FILESDIR}"/ipset.initd-r2 ${PN} + newconfd "${FILESDIR}"/ipset.confd ${PN} + keepdir /var/lib/ipset + + if [[ ${build_modules} -eq 1 ]]; then + einfo "Installing kernel modules" + linux-mod_src_install + fi +} diff --git a/net-firewall/xtables-addons/Manifest b/net-firewall/xtables-addons/Manifest index 03f9507a67f5..a542a17c8baa 100644 --- a/net-firewall/xtables-addons/Manifest +++ b/net-firewall/xtables-addons/Manifest @@ -1,3 +1,3 @@ -DIST xtables-addons-1.37.tar.xz 423784 RMD160 901bafe76977e0cfc9b5c8c6a4d2603c7790acb3 SHA1 6eab42320590a5b338ab06ad5202e3d54df298ba SHA256 2b60a3ae1c71a5b802625b595edceb14ea0be1fb5517e98a9542c5a1157fb7b6 -DIST xtables-addons-1.38.tar.xz 424488 RMD160 2ff297999ef90401bbdf14c05dfa5c4d5870ce94 SHA1 4c7550a93eefac555a81961b76b9c09b7d2237cc SHA256 c4365028fd9778184dcd1e10b6a591fbb1bfb6dcdd891fda467346b5920a6017 -DIST xtables-addons-1.39.tar.xz 379928 RMD160 0ad856c8802194d1489c038ac6078a54e49bf5de SHA1 87b9c4c96c246529aeeb38ee084f42810eeafe3b SHA256 ef7a89405c97879efee9944237373c3ecff36e9512aba948e7b40ae005a8946b +DIST xtables-addons-1.37.tar.xz 423784 SHA256 2b60a3ae1c71a5b802625b595edceb14ea0be1fb5517e98a9542c5a1157fb7b6 +DIST xtables-addons-1.38.tar.xz 424488 SHA256 c4365028fd9778184dcd1e10b6a591fbb1bfb6dcdd891fda467346b5920a6017 +DIST xtables-addons-1.39.tar.xz 379928 SHA256 ef7a89405c97879efee9944237373c3ecff36e9512aba948e7b40ae005a8946b diff --git a/net-firewall/xtables-addons/metadata.xml b/net-firewall/xtables-addons/metadata.xml index 1bda4d32ed09..b795a140947f 100644 --- a/net-firewall/xtables-addons/metadata.xml +++ b/net-firewall/xtables-addons/metadata.xml @@ -1,9 +1,16 @@ +proxy-maintainers pva@gentoo.org Peter Volkov + Primary maintainer + + + andreis.vinogradovs@gmail.com + Andreis Vinogradovs + Co-maintainer, through proxy maintainers Xtables-addons is the successor to patch-o-matic(-ng). Likewise, it contains diff --git a/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild index d1fa8750351f..48f6a6630f9d 100644 --- a/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild +++ b/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild,v 1.17 2012/11/10 17:23:03 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild,v 1.18 2012/11/27 13:57:14 pinkbyte Exp $ EAPI="4" @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="" IUSE="debug astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier +chathistory +crypt +depester +embedmedia +herbicide +hili +isterique - +juick +keeso +lastseen +metacontacts media +modnok +nativeemoticons - +otroid +p100q +rosenthal shx +standardstyles +xoox +xtazy +zheet" + +juick +keeso +lastseen +metacontacts media +latex +nativeemoticons + +otroid +p100q +spell shx +standardstyles +xmpp +xtazy +zheet" DEPEND="~net-misc/leechcraft-core-${PV} x11-libs/qt-webkit:4 @@ -22,8 +22,8 @@ DEPEND="~net-misc/leechcraft-core-${PV} astrality? ( net-libs/telepathy-qt ) otroid? ( net-libs/libotr ) media? ( x11-libs/qt-multimedia:4 ) - rosenthal? ( app-text/hunspell ) - xoox? ( =net-libs/qxmpp-9999 media-libs/speex ) + spell? ( app-text/hunspell ) + xmpp? ( =net-libs/qxmpp-9999 media-libs/speex ) xtazy? ( x11-libs/qt-dbus:4 ) crypt? ( app-crypt/qca app-crypt/qca-gnupg ) zheet? ( net-libs/libmsn )" @@ -32,7 +32,7 @@ RDEPEND="${DEPEND} net-im/telepathy-mission-control net-voip/telepathy-haze ) - modnok? ( + latex? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] @@ -62,14 +62,14 @@ src_configure() { $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) $(cmake-utils_use_enable media MEDIACALLS) - $(cmake-utils_use_enable modnok AZOTH_MODNOK) + $(cmake-utils_use_enable latex AZOTH_MODNOK) $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS) $(cmake-utils_use_enable otroid AZOTH_OTROID) $(cmake-utils_use_enable p100q AZOTH_P100Q) - $(cmake-utils_use_enable rosenthal AZOTH_ROSENTHAL) + $(cmake-utils_use_enable spell AZOTH_ROSENTHAL) $(cmake-utils_use_enable shx AZOTH_SHX) $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) - $(cmake-utils_use_enable xoox AZOTH_XOOX) + $(cmake-utils_use_enable xmpp AZOTH_XOOX) $(cmake-utils_use_enable xtazy AZOTH_XTAZY) $(cmake-utils_use_enable zheet AZOTH_ZHEET) ) @@ -78,7 +78,7 @@ src_configure() { } pkg_postinst() { - if use rosenthal; then + if use spell; then elog "You have enabled the Azoth Rosenthal plugin for" elog "spellchecking. It uses Hunspell/Myspell dictionaries," elog "so install the ones for languages you use to enable" diff --git a/net-im/leechcraft-azoth/metadata.xml b/net-im/leechcraft-azoth/metadata.xml index 064a7a2f241b..84df73febfee 100644 --- a/net-im/leechcraft-azoth/metadata.xml +++ b/net-im/leechcraft-azoth/metadata.xml @@ -20,14 +20,14 @@ Build plugin for client-side recording of the last online/available time Build plugin for metacontacts support Enable media calls - Build Modnok for in-chat LaTeX formulae rendering + Build Modnok for in-chat LaTeX formulae rendering (deprecated, use 'latex' for new versions) Build support for native Azoth's emoticons packs Build OTRoid, plugin for the Off-the-Record deniable encryption system Build p100q, plugin for psto.net microblogging service - Build Rosenthal, the spellchecker plugin + Build Rosenthal, the spellchecker plugin (deprecated, use 'spell' for new versions) Build shell command executor plugin Build support for standard Azoth styles engine - Build Xoox, gloox-based plugin for XMPP support + Build Xoox, gloox-based plugin for XMPP support (deprecated, use 'xmpp' for new versions) Build Xtazy for publishing currently playing tune Build Zheet, libmsn-based plugin for Windows Live Messenger support diff --git a/net-irc/inspircd/Manifest b/net-irc/inspircd/Manifest index aa663d694693..a1e486bf7326 100644 --- a/net-irc/inspircd/Manifest +++ b/net-irc/inspircd/Manifest @@ -1,5 +1,2 @@ -DIST InspIRCd-2.0.5.tar.bz2 575852 SHA256 425bf79ae1348b398ce6d2348f6cc8baeebe8125f62337e98c136942223f4fc6 SHA512 7bc94a1edfe54412abc56429de5a9475dd142c7242de12cc9dc8d004f2942768bb84a88c2e97815c15597a7aa5bc9063e87890c572841771ad57fa1df46148d6 WHIRLPOOL 0149e45f8714f6b5c9cf3c718742e000e739264acae3862dd3be4bee320029f0c461bdd9c2a41b45b4b4af084d98de57092e50d44f5c7434c6b9c5f85fdbfb3c -DIST InspIRCd-2.0.6rc1.tar.bz2 576727 SHA256 9c3c7385cb7f62224750c6dc3dcc3c26cfaabedbdb5d7f4fc56636d031cde0d1 SHA512 dfae47957e2df61f5f2a07f6dcb4516ffac45e15f6ce9f8a0ba1ff2559fdd12d28f302f44a47d86c216aa6d17ee29f9fb01f20746dd49d00a260ddd3d11053c7 WHIRLPOOL 57d429528a6747ffc4a1a24eeed1bf7e0f326405fe245b8d8515fd9d7900c745e4aea3d6c3e407e735f6fd355fcbc9d6d5158e0c3ed518c1dfcc6a8befc71ad4 -DIST InspIRCd-2.0.7.tar.bz2 591342 SHA256 7052330853f68fcd7271ed613698fe50a56c1dfe929b07458c385f8f59c46ed2 SHA512 52b94107033e3ae1185c876eb41babb1c676df4eadeca63478bbdb65b780f1690d62a38087c25b33a026d644a8221fdbbfe6d938e0948176951d313fe8ab6c08 WHIRLPOOL 9aa42be9ccd8d357594b7360f7a0e36ea4fdbeaefb9bd36307b277ea6d2e4a33b259a0b839ff0a6064c339d0702da5e694de5790743b71c62a643023b508b642 DIST InspIRCd-2.0.8.tar.bz2 591761 SHA256 5fd57df1a2a10f480aefc61272f22fdd8addb5ab3a544582235377b8fa8b9296 SHA512 368af46bf34f6187394ed122476f62e7e716557f739f98e715c8dad3092cea98835dc9be7daae38a20a6ad6bae271a193bf1ef760af49e260d67ab25a7a0f816 WHIRLPOOL 10a097b928378c42fe5c0b496fb013ec3532d10e2c6f3b5bb0c25de93de16525f0198f74264b241f2486900c4f67f07faff8575e8d9ecfab104d73481343bff6 DIST InspIRCd-2.0.9.tar.bz2 595123 SHA256 25222aa22f51e77e27f594acec0c76d7b8f131b6f167c1f3bd9a6ae6a6c0b214 SHA512 f926ea4968f6dc0250c928717e9904476683e1eb0c5095ed72e6d950dfd337fa07a82da0f269e001a40f8852423033ef01653aa5e469a14d3d5e182f33eaf3ac WHIRLPOOL 673cf4aa3f33839fd0767e7a4257786d894976a3c64d1a5002f8f8e26eca1f086415e6e58dddbcf9b0636ae3b36d786972b6cd2e9033581f08d9f7051e06a65f diff --git a/net-irc/inspircd/files/inspircd-2.0.5-r1-init b/net-irc/inspircd/files/inspircd-2.0.5-r1-init deleted file mode 100644 index 70956d657151..000000000000 --- a/net-irc/inspircd/files/inspircd-2.0.5-r1-init +++ /dev/null @@ -1,38 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/files/inspircd-2.0.5-r1-init,v 1.1 2012/03/23 10:27:13 nimiux Exp $ - -extra_commands="rehash version" - -depend() { - need net - provide ircd -} - -start() { - ebegin "Starting InspIRCd" - start-stop-daemon --start --quiet --user inspircd \ - --exec /usr/bin/inspircd -- \ - --config /etc/inspircd/inspircd.conf \ - --logfile /var/log/inspircd/ircd.log &> /dev/null - eend $? -} - -stop() { - ebegin "Stopping InspIRCd" - start-stop-daemon --stop --quiet --exec /usr/bin/inspircd - eend $? -} - -rehash() { - ebegin "Rehashing InspIRCd" - /usr/lib/inspircd/inspircd.launcher/inspircd rehash &> /dev/null - eend $? -} - -version() { - ebegin "Retrieve InspIRCd version" - /usr/lib/inspircd/inspircd.launcher/inspircd version - eend $? -} diff --git a/net-irc/inspircd/files/inspircd-2.0.5-r2-fix-paths-build.patch b/net-irc/inspircd/files/inspircd-2.0.5-r2-fix-paths-build.patch deleted file mode 100644 index 2da0caa88f3e..000000000000 --- a/net-irc/inspircd/files/inspircd-2.0.5-r2-fix-paths-build.patch +++ /dev/null @@ -1,154 +0,0 @@ -diff -Nur a/docs/inspircd.conf.example b/docs/inspircd.conf.example ---- a/docs/inspircd.conf.example 2011-06-24 03:21:01.000000000 +0200 -+++ b/docs/inspircd.conf.example 2012-04-03 19:09:59.649826121 +0200 -@@ -401,11 +401,11 @@ - - # This file has all the information about oper classes, types and o:lines. - # You *MUST* edit it. -- -+ - - # This file has all the information about server links and ulined servers. - # You *MUST* edit it if you intend to link servers. -- -+ - - #-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-# - # # -@@ -415,7 +415,8 @@ - # motd - displayed on connect and when a user executes /MOTD - # rules - displayed when the user executes /RULES - # Modules can also define their own files -- -+ - - # Example of an executable file include. Note this will be read on rehash, - # not when the command is run. -@@ -461,7 +462,7 @@ - # the default of 'inspircd.pid' is used. # - # # - --# -+ - - #-#-#-#-#-#-#-#-#-#-#-#-#- BANLIST LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-#-# - # # -@@ -629,7 +630,8 @@ - - # nouserdns: If enabled, no DNS lookups will be performed on - # connecting users. This can save a lot of resources on very busy servers. -- nouserdns="no"> -+ # Set nouserdns to yes as a workaround for CVE-2012-1836. -+ nouserdns="yes"> - - #-#-#-#-#-#-#-#-#-#-#-# SECURITY CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-# - # # -@@ -907,7 +909,7 @@ - # provide almost all the features of InspIRCd. :) # - # # - # The default does nothing -- we include it for simplicity for you. # -- -+ - - # Here are some pre-built modules.conf files that closely match the - # default configurations of some popular IRCd's. You still may want to -@@ -919,10 +921,10 @@ - # recommended that you make your own modules file based on modules.conf.example. - - # Settings similar to UnrealIRCd defaults. --# -+# - - # Settings similar to Charybdis IRCd defaults. --# -+# - - - ######################################################################### -diff -Nur a/make/template/main.mk b/make/template/main.mk ---- a/make/template/main.mk 2011-06-24 03:21:01.000000000 +0200 -+++ b/make/template/main.mk 2012-04-03 19:09:59.649826121 +0200 -@@ -54,22 +54,22 @@ - CXXFLAGS += -D_ALL_SOURCE -I/usr/local/include - @ENDIF - --@IFNDEF D -- D=0 -+@IFNDEF DEBUGLEVEL -+ DEBUGLEVEL=0 - @ENDIF - - DBGOK=0 --@IFEQ $(D) 0 -+@IFEQ $(DEBUGLEVEL) 0 - CXXFLAGS += -O2 -g1 - HEADER = std-header - DBGOK=1 - @ENDIF --@IFEQ $(D) 1 -+@IFEQ $(DEBUGLEVEL) 1 - CXXFLAGS += -O0 -g3 -Werror - HEADER = debug-header - DBGOK=1 - @ENDIF --@IFEQ $(D) 2 -+@IFEQ $(DEBUGLEVEL) 2 - CXXFLAGS += -O2 -g3 - HEADER = debug-header - DBGOK=1 -@@ -111,10 +111,10 @@ - @GNU_ONLY TARGET = modules/$(M:.so=).so - @ENDIF - --@IFDEF T -+@IFDEF TGT - HEADER = - FOOTER = target -- TARGET = $(T) -+ TARGET = $(TGT) - @ENDIF - - @IFEQ $(DBGOK) 0 -diff -Nur a/src/modules/extra/m_ssl_gnutls.cpp b/src/modules/extra/m_ssl_gnutls.cpp ---- a/src/modules/extra/m_ssl_gnutls.cpp 2011-06-24 03:21:01.000000000 +0200 -+++ b/src/modules/extra/m_ssl_gnutls.cpp 2012-04-03 19:09:59.649826121 +0200 -@@ -20,7 +20,7 @@ - - /* $ModDesc: Provides SSL support for clients */ - /* $CompileFlags: pkgconfincludes("gnutls","/gnutls/gnutls.h","") */ --/* $LinkerFlags: rpath("pkg-config --libs gnutls") pkgconflibs("gnutls","/libgnutls.so","-lgnutls") */ -+/* $LinkerFlags: rpath("pkg-config --libs gnutls") pkgconflibs("gnutls","/libgnutls.so","-lgnutls") -lgcrypt */ - - enum issl_status { ISSL_NONE, ISSL_HANDSHAKING_READ, ISSL_HANDSHAKING_WRITE, ISSL_HANDSHAKEN, ISSL_CLOSING, ISSL_CLOSED }; - -diff -Nur a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp ---- a/src/modules/m_xline_db.cpp 2011-06-24 03:21:01.000000000 +0200 -+++ b/src/modules/m_xline_db.cpp 2012-04-03 19:11:38.389825566 +0200 -@@ -92,7 +92,7 @@ - * -- w00t - */ - ServerInstance->Logs->Log("m_xline_db",DEBUG, "xlinedb: Opening temporary database"); -- f = fopen("data/xline.db.new", "w"); -+ f = fopen("/var/lib/inspircd/data/xline.db.new", "w"); - if (!f) - { - ServerInstance->Logs->Log("m_xline_db",DEBUG, "xlinedb: Cannot create database! %s (%d)", strerror(errno), errno); -@@ -133,7 +133,7 @@ - } - - // Use rename to move temporary to new db - this is guarenteed not to fuck up, even in case of a crash. -- if (rename("data/xline.db.new", "data/xline.db") < 0) -+ if (rename("/var/lib/inspircd/data/xline.db.new", "/var/lib/inspircd/data/xline.db") < 0) - { - ServerInstance->Logs->Log("m_xline_db",DEBUG, "xlinedb: Cannot move new to old database! %s (%d)", strerror(errno), errno); - ServerInstance->SNO->WriteToSnoMask('a', "database: cannot replace old with new db: %s (%d)", strerror(errno), errno); -@@ -149,7 +149,7 @@ - char linebuf[MAXBUF]; - unsigned int lineno = 0; - -- f = fopen("data/xline.db", "r"); -+ f = fopen("/var/lib/inspircd/data/xline.db", "r"); - if (!f) - { - if (errno == ENOENT) diff --git a/net-irc/inspircd/files/inspircd-2.0.6-init b/net-irc/inspircd/files/inspircd-2.0.6-init deleted file mode 100644 index 97696e1b9b61..000000000000 --- a/net-irc/inspircd/files/inspircd-2.0.6-init +++ /dev/null @@ -1,38 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/files/inspircd-2.0.6-init,v 1.1 2012/04/12 20:17:22 nimiux Exp $ - -extra_commands="rehash version" - -depend() { - need net - provide ircd -} - -start() { - ebegin "Starting InspIRCd" - start-stop-daemon --start --quiet --user inspircd \ - --exec /usr/bin/inspircd -- \ - --config /etc/inspircd/inspircd.conf \ - --logfile /var/log/inspircd/ircd.log &> /dev/null - eend $? -} - -stop() { - ebegin "Stopping InspIRCd" - start-stop-daemon --stop --quiet --exec /usr/bin/inspircd - eend $? -} - -rehash() { - ebegin "Rehashing InspIRCd" - /usr/lib/inspircd/inspircd.launcher/inspircd rehash &> /dev/null - eend $? -} - -version() { - ebegin "Retrieve InspIRCd version" - /usr/lib/inspircd/inspircd.launcher/inspircd version - eend $? -} diff --git a/net-irc/inspircd/files/inspircd-2.0.6_rc1-fix-path-builds.patch b/net-irc/inspircd/files/inspircd-2.0.6_rc1-fix-path-builds.patch deleted file mode 100644 index cece33665ebe..000000000000 --- a/net-irc/inspircd/files/inspircd-2.0.6_rc1-fix-path-builds.patch +++ /dev/null @@ -1,132 +0,0 @@ -diff -Nur a/docs/inspircd.conf.example b/docs/inspircd.conf.example ---- a/docs/inspircd.conf.example 2012-04-09 15:38:53.000000000 +0200 -+++ b/docs/inspircd.conf.example 2012-04-12 20:37:48.669878206 +0200 -@@ -404,11 +404,11 @@ - - # This file has all the information about oper classes, types and o:lines. - # You *MUST* edit it. -- -+ - - # This file has all the information about server links and ulined servers. - # You *MUST* edit it if you intend to link servers. -- -+ - - #-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-# - # # -@@ -418,7 +418,8 @@ - # motd - displayed on connect and when a user executes /MOTD - # rules - displayed when the user executes /RULES - # Modules can also define their own files -- -+ - - # Example of an executable file include. Note this will be read on rehash, - # not when the command is run. -@@ -464,7 +465,7 @@ - # the default of 'inspircd.pid' is used. # - # # - --# -+ - - #-#-#-#-#-#-#-#-#-#-#-#-#- BANLIST LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-#-# - # # -@@ -912,7 +913,7 @@ - # provide almost all the features of InspIRCd. :) # - # # - # The default does nothing -- we include it for simplicity for you. # -- -+ - - # Here are some pre-built modules.conf files that closely match the - # default configurations of some popular IRCd's. You still may want to -@@ -924,10 +925,10 @@ - # recommended that you make your own modules file based on modules.conf.example. - - # Settings similar to UnrealIRCd defaults. --# -+# - - # Settings similar to Charybdis IRCd defaults. --# -+# - - - ######################################################################### -diff -Nur a/make/template/main.mk b/make/template/main.mk ---- a/make/template/main.mk 2012-04-09 15:38:53.000000000 +0200 -+++ b/make/template/main.mk 2012-04-12 20:37:48.669878206 +0200 -@@ -54,22 +54,22 @@ - CXXFLAGS += -D_ALL_SOURCE -I/usr/local/include - @ENDIF - --@IFNDEF D -- D=0 -+@IFNDEF DEBUGLEVEL -+ DEBUGLEVEL=0 - @ENDIF - - DBGOK=0 --@IFEQ $(D) 0 -+@IFEQ $(DEBUGLEVEL) 0 - CXXFLAGS += -O2 -g1 - HEADER = std-header - DBGOK=1 - @ENDIF --@IFEQ $(D) 1 -+@IFEQ $(DEBUGLEVEL) 1 - CXXFLAGS += -O0 -g3 -Werror - HEADER = debug-header - DBGOK=1 - @ENDIF --@IFEQ $(D) 2 -+@IFEQ $(DEBUGLEVEL) 2 - CXXFLAGS += -O2 -g3 - HEADER = debug-header - DBGOK=1 -@@ -111,10 +111,10 @@ - @GNU_ONLY TARGET = modules/$(M:.so=).so - @ENDIF - --@IFDEF T -+@IFDEF TGT - HEADER = - FOOTER = target -- TARGET = $(T) -+ TARGET = $(TGT) - @ENDIF - - @IFEQ $(DBGOK) 0 -diff -Nur a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp ---- a/src/modules/m_xline_db.cpp 2012-04-09 15:38:53.000000000 +0200 -+++ b/src/modules/m_xline_db.cpp 2012-04-12 20:37:48.669878206 +0200 -@@ -92,7 +92,7 @@ - * -- w00t - */ - ServerInstance->Logs->Log("m_xline_db",DEBUG, "xlinedb: Opening temporary database"); -- f = fopen("data/xline.db.new", "w"); -+ f = fopen("/var/lib/inspircd/data/xline.db.new", "w"); - if (!f) - { - ServerInstance->Logs->Log("m_xline_db",DEBUG, "xlinedb: Cannot create database! %s (%d)", strerror(errno), errno); -@@ -133,7 +133,7 @@ - } - - // Use rename to move temporary to new db - this is guarenteed not to fuck up, even in case of a crash. -- if (rename("data/xline.db.new", "data/xline.db") < 0) -+ if (rename("/var/lib/inspircd/data/xline.db.new", "/var/lib/inspircd/data/xline.db") < 0) - { - ServerInstance->Logs->Log("m_xline_db",DEBUG, "xlinedb: Cannot move new to old database! %s (%d)", strerror(errno), errno); - ServerInstance->SNO->WriteToSnoMask('a', "database: cannot replace old with new db: %s (%d)", strerror(errno), errno); -@@ -149,7 +149,7 @@ - char linebuf[MAXBUF]; - unsigned int lineno = 0; - -- f = fopen("data/xline.db", "r"); -+ f = fopen("/var/lib/inspircd/data/xline.db", "r"); - if (!f) - { - if (errno == ENOENT) diff --git a/net-irc/inspircd/files/inspircd-2.0.6_rc1-gcc-4.7.patch b/net-irc/inspircd/files/inspircd-2.0.6_rc1-gcc-4.7.patch deleted file mode 100644 index e0bb11aa10bc..000000000000 --- a/net-irc/inspircd/files/inspircd-2.0.6_rc1-gcc-4.7.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nur a/include/inspircd.h b/include/inspircd.h ---- a/include/inspircd.h 2012-04-09 15:38:53.000000000 +0200 -+++ b/include/inspircd.h 2012-06-23 18:05:15.059901531 +0200 -@@ -43,6 +43,7 @@ - #include - #include - #include -+#include - - #include - #include diff --git a/net-irc/inspircd/files/inspircd-2.0.7-fix-path-builds.patch b/net-irc/inspircd/files/inspircd-2.0.7-fix-path-builds.patch deleted file mode 100644 index 26d6ff27b999..000000000000 --- a/net-irc/inspircd/files/inspircd-2.0.7-fix-path-builds.patch +++ /dev/null @@ -1,165 +0,0 @@ -diff -Nur a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example ---- a/docs/conf/inspircd.conf.example 2012-07-01 22:54:27.000000000 +0200 -+++ b/docs/conf/inspircd.conf.example 2012-07-05 19:38:16.299999762 +0200 -@@ -404,11 +404,11 @@ - - # This file has all the information about oper classes, types and o:lines. - # You *MUST* edit it. -- -+ - - # This file has all the information about server links and ulined servers. - # You *MUST* edit it if you intend to link servers. -- -+ - - #-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-# - # # -@@ -418,7 +418,8 @@ - # motd - displayed on connect and when a user executes /MOTD - # rules - displayed when the user executes /RULES - # Modules can also define their own files -- -+ - - # Example of an executable file include. Note this will be read on rehash, - # not when the command is run. -@@ -464,7 +465,7 @@ - # the default of 'inspircd.pid' is used. # - # # - --# -+ - - #-#-#-#-#-#-#-#-#-#-#-#-#- BANLIST LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-#-# - # # -@@ -937,7 +938,7 @@ - # provide almost all the features of InspIRCd. :) # - # # - # The default does nothing -- we include it for simplicity for you. # -- -+ - - # Here are some pre-built modules.conf files that closely match the - # default configurations of some popular IRCd's. You still may want to -@@ -949,10 +950,10 @@ - # recommended that you make your own modules file based on modules.conf.example. - - # Settings similar to UnrealIRCd defaults. --# -+# - - # Settings similar to Charybdis IRCd defaults. --# -+# - - - ######################################################################### -diff -Nur a/make/template/main.mk b/make/template/main.mk ---- a/make/template/main.mk 2012-07-01 22:54:27.000000000 +0200 -+++ b/make/template/main.mk 2012-07-05 20:13:44.789999705 +0200 -@@ -80,22 +80,22 @@ - CXXFLAGS += -D_ALL_SOURCE -I/usr/local/include - @ENDIF - --@IFNDEF D -- D=0 -+@IFNDEF DEBUGLEVEL -+ DEBUGLEVEL=0 - @ENDIF - - DBGOK=0 --@IFEQ $(D) 0 -+@IFEQ $(DEBUGLEVEL) 0 - CXXFLAGS += -O2 -g1 - HEADER = std-header - DBGOK=1 - @ENDIF --@IFEQ $(D) 1 -+@IFEQ $(DEBUGLEVEL) 1 - CXXFLAGS += -O0 -g3 -Werror - HEADER = debug-header - DBGOK=1 - @ENDIF --@IFEQ $(D) 2 -+@IFEQ $(DEBUGLEVEL) 2 - CXXFLAGS += -O2 -g3 - HEADER = debug-header - DBGOK=1 -@@ -137,10 +137,10 @@ - @GNU_ONLY TARGET = modules/$(M:.so=).so - @ENDIF - --@IFDEF T -+@IFDEF TGT - HEADER = - FOOTER = target -- TARGET = $(T) -+ TARGET = $(TGT) - @ENDIF - - @IFEQ $(DBGOK) 0 -@@ -215,8 +215,8 @@ - @-install -d -o $(INSTUID) -m $(INSTMODE_DIR) $(BASE)/data - @-install -d -o $(INSTUID) -m $(INSTMODE_DIR) $(BASE)/logs - @-install -d -m $(INSTMODE_DIR) $(BINPATH) -- @-install -d -m $(INSTMODE_DIR) $(CONPATH)/examples/aliases -- @-install -d -m $(INSTMODE_DIR) $(CONPATH)/examples/modules -+ @-install -d -m $(INSTMODE_DIR) $(CONPATH)/aliases -+ @-install -d -m $(INSTMODE_DIR) $(CONPATH)/modules - @-install -d -m $(INSTMODE_DIR) $(MODPATH) - [ $(BUILDPATH)/bin/ -ef $(BINPATH) ] || install -m $(INSTMODE_BIN) $(BUILDPATH)/bin/inspircd $(BINPATH) - @IFNDEF PURE_STATIC -@@ -224,9 +224,9 @@ - @ENDIF - -install -m $(INSTMODE_BIN) @STARTSCRIPT@ $(BASE) 2>/dev/null - -install -m $(INSTMODE_LIB) tools/gdbargs $(BASE)/.gdbargs 2>/dev/null -- -install -m $(INSTMODE_LIB) docs/conf/*.example $(CONPATH)/examples -- -install -m $(INSTMODE_LIB) docs/conf/aliases/*.example $(CONPATH)/examples/aliases -- -install -m $(INSTMODE_LIB) docs/conf/modules/*.conf.* $(CONPATH)/examples/modules -+ -install -m $(INSTMODE_LIB) docs/conf/*.example $(CONPATH) -+ -install -m $(INSTMODE_LIB) docs/conf/aliases/*.example $(CONPATH)/aliases -+ -install -m $(INSTMODE_LIB) docs/conf/modules/*.conf.* $(CONPATH)/modules - @echo "" - @echo "*************************************" - @echo "* INSTALL COMPLETE! *" -@@ -238,7 +238,7 @@ - @echo ' Modules:' $(MODPATH) - @echo 'To start the ircd, run:' $(BASE)/inspircd start - @echo 'Remember to create your config file:' $(CONPATH)/inspircd.conf -- @echo 'Examples are available at:' $(CONPATH)/examples/ -+ @echo 'Examples are available at:' $(CONPATH)/ - - @GNU_ONLY RCS_FILES = $(wildcard .git/index src/version.sh) - @BSD_ONLY RCS_FILES = src/version.sh -diff -Nur a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp ---- a/src/modules/m_xline_db.cpp 2012-07-01 22:54:27.000000000 +0200 -+++ b/src/modules/m_xline_db.cpp 2012-07-05 19:42:57.689999753 +0200 -@@ -88,7 +88,7 @@ - * -- w00t - */ - ServerInstance->Logs->Log("m_xline_db",DEBUG, "xlinedb: Opening temporary database"); -- f = fopen("data/xline.db.new", "w"); -+ f = fopen("/var/lib/inspircd/data/xline.db.new", "w"); - if (!f) - { - ServerInstance->Logs->Log("m_xline_db",DEBUG, "xlinedb: Cannot create database! %s (%d)", strerror(errno), errno); -@@ -136,7 +136,7 @@ - } - - // Use rename to move temporary to new db - this is guarenteed not to fuck up, even in case of a crash. -- if (rename("data/xline.db.new", "data/xline.db") < 0) -+ if (rename("/var/lib/inspircd/data/xline.db.new", "/var/lib/inspircd/data/xline.db") < 0) - { - ServerInstance->Logs->Log("m_xline_db",DEBUG, "xlinedb: Cannot move new to old database! %s (%d)", strerror(errno), errno); - ServerInstance->SNO->WriteToSnoMask('a', "database: cannot replace old with new db: %s (%d)", strerror(errno), errno); -@@ -152,7 +152,7 @@ - char linebuf[MAXBUF]; - unsigned int lineno = 0; - -- f = fopen("data/xline.db", "r"); -+ f = fopen("/var/lib/inspircd/data/xline.db", "r"); - if (!f) - { - if (errno == ENOENT) diff --git a/net-irc/inspircd/files/inspircd-2.0.7-init b/net-irc/inspircd/files/inspircd-2.0.7-init deleted file mode 100644 index 3180e5c14815..000000000000 --- a/net-irc/inspircd/files/inspircd-2.0.7-init +++ /dev/null @@ -1,38 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/files/inspircd-2.0.7-init,v 1.1 2012/07/07 12:35:20 nimiux Exp $ - -extra_commands="rehash version" - -depend() { - need net - provide ircd -} - -start() { - ebegin "Starting InspIRCd" - start-stop-daemon --start --quiet --user inspircd \ - --exec /usr/bin/inspircd -- \ - --config /etc/inspircd/inspircd.conf \ - --logfile /var/log/inspircd/ircd.log &> /dev/null - eend $? -} - -stop() { - ebegin "Stopping InspIRCd" - start-stop-daemon --stop --quiet --exec /usr/bin/inspircd - eend $? -} - -rehash() { - ebegin "Rehashing InspIRCd" - /usr/lib/inspircd/inspircd.launcher/inspircd rehash &> /dev/null - eend $? -} - -version() { - ebegin "Retrieve InspIRCd version" - /usr/lib/inspircd/inspircd.launcher/inspircd version - eend $? -} diff --git a/net-irc/inspircd/files/inspircd-2.0.9-fix-path-builds.patch b/net-irc/inspircd/files/inspircd-2.0.9-fix-path-builds.patch index c42df687e3e3..f679d7a491ed 100644 --- a/net-irc/inspircd/files/inspircd-2.0.9-fix-path-builds.patch +++ b/net-irc/inspircd/files/inspircd-2.0.9-fix-path-builds.patch @@ -64,7 +64,7 @@ diff -Nur a/make/template/main.mk b/make/template/main.mk BUILDPATH = @BUILD_DIR@ SOCKETENGINE = @SOCKETENGINE@ -CXXFLAGS = -pipe -fPIC -DPIC -+MYCXXFLAGS = -pipe -fPIC -DPIC ++MYCXXFLAGS = -fPIC -DPIC LDLIBS = -pthread -lstdc++ LDFLAGS = CORELDFLAGS = -rdynamic -L. $(LDFLAGS) @@ -76,7 +76,7 @@ diff -Nur a/make/template/main.mk b/make/template/main.mk + MYCXXFLAGS += -Wshadow @ELSE - CXXFLAGS += -pedantic -Woverloaded-virtual -Wshadow -Wformat=2 -Wmissing-format-attribute -Wall -+ MYCXXFLAGS += -pedantic -Woverloaded-virtual -Wshadow -Wformat=2 -Wmissing-format-attribute -Wall ++ MYCXXFLAGS += -pedantic -Woverloaded-virtual -Wshadow -Wformat=2 -Wmissing-format-attribute @ENDIF diff --git a/net-irc/inspircd/inspircd-2.0.5-r2.ebuild b/net-irc/inspircd/inspircd-2.0.5-r2.ebuild deleted file mode 100644 index 863e728da5c9..000000000000 --- a/net-irc/inspircd/inspircd-2.0.5-r2.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-2.0.5-r2.ebuild,v 1.3 2012/05/21 09:39:41 phajdan.jr Exp $ - -EAPI=4 - -inherit eutils flag-o-matic multilib - -DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd" -HOMEPAGE="http://www.inspircd.org/" -SRC_URI="http://github.com/inspircd/inspircd/downloads/InspIRCd-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gnutls ipv6 ldap mysql postgres sqlite ssl" - -RDEPEND=" - dev-lang/perl - ssl? ( dev-libs/openssl ) - gnutls? ( net-libs/gnutls dev-libs/libgcrypt ) - ldap? ( net-nds/openldap ) - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-server ) - sqlite? ( >=dev-db/sqlite-3.0 )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 -1 -1 ${PN} -} - -src_prepare() { - # Patch the inspircd launcher with the inspircd user - sed -i -e "s/@UID@/${PN}/" "${S}/make/template/${PN}" || die - - epatch "${FILESDIR}/${PF}-fix-paths-build.patch" -} - -src_configure() { - local extras="" - local dipv6="--disable-ipv6" - - use ssl && extras="${extras}m_ssl_openssl.cpp," - use gnutls && extras="${extras}m_ssl_gnutls.cpp," - use ldap && extras="${extras}m_ldapauth.cpp," - use mysql && extras="${extras}m_mysql.cpp," - use postgres && extras="${extras}m_pgsql.cpp," - use sqlite && extras="${extras}m_sqlite3.cpp," - - use ipv6 && dipv6="" - - # allow inspircd to be built by root - touch .force-root-ok || die - - if [ -n "${extras}" ]; then - ./configure --disable-interactive \ - --enable-extras=${extras} || die - fi - - ./configure \ - --disable-interactive \ - --uid=${INSPIRCDUSER} \ - $(use_enable ssl openssl) \ - $(use_enable gnutls) \ - --prefix="/usr/$(get_libdir)/${PN}" \ - --config-dir="/etc/${PN}" \ - --binary-dir="/usr/bin" \ - --module-dir="/usr/$(get_libdir)/${PN}/modules" \ - ${dipv6} || die -} - -src_compile() { - append-cxxflags -Iinclude -fPIC - emake LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}" -} - -src_install() { - emake INSTUID=${PN} \ - BINPATH="${D}/usr/bin" \ - BASE="${D}/usr/$(get_libdir)/${PN}/inspircd.launcher" \ - MODPATH="${D}/usr/$(get_libdir)/${PN}/modules/" \ - CONPATH="${D}/etc/${PN}" install - - insinto /etc/"${PN}"/modules - doins docs/modules/* - - insinto /etc/"${PN}"/aliases - doins docs/aliases/* - - insinto /usr/include/"${PN}"/ - doins include/* - - diropts -o"${PN}" -g"${PN}" - dodir /var/run/"${PN}" /var/lib/"${PN}"/data - - newinitd "${FILESDIR}/${PN}-2.0.5-r1-init" "${PN}" - keepdir /var/log/"${PN}"/ -} - -pkg_postinst() { - elog "Before starting ${PN} the first time you should create" - elog "the /etc/${PN}/${PN}.conf file." - elog "You can find example configuration files under /etc/${PN}" - elog "Read the ${PN}.conf.example file carefully before starting " - elog "the service." - elog -} diff --git a/net-irc/inspircd/inspircd-2.0.6_rc1.ebuild b/net-irc/inspircd/inspircd-2.0.6_rc1.ebuild deleted file mode 100644 index 055c38b919f4..000000000000 --- a/net-irc/inspircd/inspircd-2.0.6_rc1.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-2.0.6_rc1.ebuild,v 1.2 2012/06/23 17:16:04 nimiux Exp $ - -EAPI=4 - -inherit eutils flag-o-matic multilib versionator - -MY_PV="$(delete_version_separator 3)" -DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd" -HOMEPAGE="http://inspircd.github.com/" -SRC_URI="http://github.com/inspircd/inspircd/downloads/InspIRCd-${MY_PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="geoip gnutls ipv6 ldap mysql postgres sqlite ssl" - -RDEPEND=" - dev-lang/perl - ssl? ( dev-libs/openssl ) - geoip? ( dev-libs/geoip ) - gnutls? ( net-libs/gnutls dev-libs/libgcrypt ) - ldap? ( net-nds/openldap ) - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-server ) - sqlite? ( >=dev-db/sqlite-3.0 )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 -1 -1 ${PN} -} - -src_prepare() { - # Patch the inspircd launcher with the inspircd user - sed -i -e "s/@UID@/${PN}/" "${S}/make/template/${PN}" || die - - epatch "${FILESDIR}/${PF}-fix-path-builds.patch" - epatch "${FILESDIR}/${PF}-gcc-4.7.patch" -} - -src_configure() { - local extras="" - local essl="--enable-openssl" - local egnutls="--enable-gnutls" - local dipv6="--disable-ipv6" - - use geoip && extras="${extras}m_geoip.cpp," - use gnutls && extras="${extras}m_ssl_gnutls.cpp," - use ldap && extras="${extras}m_ldapauth.cpp," - use mysql && extras="${extras}m_mysql.cpp," - use postgres && extras="${extras}m_pgsql.cpp," - use sqlite && extras="${extras}m_sqlite3.cpp," - use ssl && extras="${extras}m_ssl_openssl.cpp," - - # allow inspircd to be built by root - touch .force-root-ok || die - - if [ -n "${extras}" ]; then - ./configure --disable-interactive \ - --enable-extras=${extras} || die - fi - - use !ssl && essl="" - use !gnutls && egnutls="" - use ipv6 && dipv6="" - - ./configure \ - --disable-interactive \ - --prefix="/usr/$(get_libdir)/${PN}" \ - --config-dir="/etc/${PN}" \ - --binary-dir="/usr/bin" \ - --module-dir="/usr/$(get_libdir)/${PN}/modules" \ - ${essl} ${egnutls} ${dipv6} || die -} - -src_compile() { - append-cxxflags -Iinclude -fPIC - emake LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}" -} - -src_install() { - emake INSTUID=${PN} \ - BINPATH="${D}/usr/bin" \ - BASE="${D}/usr/$(get_libdir)/${PN}/inspircd.launcher" \ - MODPATH="${D}/usr/$(get_libdir)/${PN}/modules/" \ - CONPATH="${D}/etc/${PN}" install - - insinto /etc/"${PN}"/modules - doins docs/modules/* - - insinto /etc/"${PN}"/aliases - doins docs/aliases/* - - insinto /usr/include/"${PN}" - doins include/* - - diropts -o"${PN}" -g"${PN}" - dodir /var/run/"${PN}" /var/lib/"${PN}"/data - - newinitd "${FILESDIR}/${PN}-$(get_version_component_range 1-3)-init" "${PN}" - keepdir /var/log/"${PN}"/ -} - -pkg_postinst() { - elog "Before starting ${PN} the first time you should create" - elog "the /etc/${PN}/${PN}.conf file." - elog "You can find example configuration files under /etc/${PN}" - elog "Read the ${PN}.conf.example file carefully before starting " - elog "the service." - elog -} diff --git a/net-irc/inspircd/inspircd-2.0.7.ebuild b/net-irc/inspircd/inspircd-2.0.7.ebuild deleted file mode 100644 index 8e44e2de8f8a..000000000000 --- a/net-irc/inspircd/inspircd-2.0.7.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-2.0.7.ebuild,v 1.1 2012/07/07 12:35:20 nimiux Exp $ - -EAPI=4 - -inherit eutils flag-o-matic multilib - -DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd" -HOMEPAGE="http://inspircd.github.com/" -SRC_URI="http://github.com/inspircd/inspircd/downloads/InspIRCd-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="geoip gnutls ipv6 ldap mysql postgres sqlite ssl" - -RDEPEND=" - dev-lang/perl - ssl? ( dev-libs/openssl ) - geoip? ( dev-libs/geoip ) - gnutls? ( net-libs/gnutls dev-libs/libgcrypt ) - ldap? ( net-nds/openldap ) - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-server ) - sqlite? ( >=dev-db/sqlite-3.0 )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 -1 -1 ${PN} -} - -src_prepare() { - # Patch the inspircd launcher with the inspircd user - sed -i -e "s/@UID@/${PN}/" "${S}/make/template/${PN}" || die - - epatch "${FILESDIR}/${PF}-fix-path-builds.patch" -} - -src_configure() { - local extras="" - local essl="--enable-openssl" - local egnutls="--enable-gnutls" - local dipv6="--disable-ipv6" - - use geoip && extras="${extras}m_geoip.cpp," - use gnutls && extras="${extras}m_ssl_gnutls.cpp," - use ldap && extras="${extras}m_ldapauth.cpp," - use mysql && extras="${extras}m_mysql.cpp," - use postgres && extras="${extras}m_pgsql.cpp," - use sqlite && extras="${extras}m_sqlite3.cpp," - use ssl && extras="${extras}m_ssl_openssl.cpp," - - # allow inspircd to be built by root - touch .force-root-ok || die - - if [ -n "${extras}" ]; then - ./configure --disable-interactive \ - --enable-extras=${extras} || die - fi - - use !ssl && essl="" - use !gnutls && egnutls="" - use ipv6 && dipv6="" - - ./configure \ - --disable-interactive \ - --prefix="/usr/$(get_libdir)/${PN}" \ - --config-dir="/etc/${PN}" \ - --binary-dir="/usr/bin" \ - --module-dir="/usr/$(get_libdir)/${PN}/modules" \ - ${essl} ${egnutls} ${dipv6} || die -} - -src_compile() { - append-cxxflags -Iinclude -fPIC - emake LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}" -} - -src_install() { - emake INSTUID=${PN} \ - BINPATH="${D}/usr/bin" \ - BASE="${D}/usr/$(get_libdir)/${PN}/inspircd.launcher" \ - MODPATH="${D}/usr/$(get_libdir)/${PN}/modules/" \ - CONPATH="${D}/etc/${PN}" install - - insinto /usr/include/"${PN}" - doins include/* - - diropts -o"${PN}" -g"${PN}" - dodir "/var/run/${PN}" "/var/lib/${PN}/data" - - newinitd "${FILESDIR}/${PF}-init" "${PN}" - keepdir "/var/log/${PN}"/ -} - -pkg_postinst() { - elog "Before starting ${PN} the first time you should create" - elog "the /etc/${PN}/${PN}.conf file." - elog "You can find example configuration files under /etc/${PN}" - elog "Read the ${PN}.conf.example file carefully before starting " - elog "the service." - elog -} diff --git a/net-libs/libopkele/Manifest b/net-libs/libopkele/Manifest index 376d0fa44401..8ac75e6d3c45 100644 --- a/net-libs/libopkele/Manifest +++ b/net-libs/libopkele/Manifest @@ -1,3 +1 @@ -DIST libopkele-0.3.2.tar.bz2 262896 SHA256 ea57289362e7864ea882223e6e863c3a362b7c0e89f844b20f607033fcc41615 -DIST libopkele-2.0.3.tar.bz2 315332 SHA256 8b770f7d12d342ef78236f9e0383d49aae03aa00d4eb48cd25fee093d2730484 SHA512 eaa5106e9ad0737424a7e0eb82b02b492756c840ea7d3ee1a64e434de213d67274c976ce353d4a21855c69932d52cb2589170d94d0eaa0da04a2d56bdf6cb165 WHIRLPOOL ed1d644dea97928bc6d5827fd788b0137b7ceac987db8fbcca38e435cdd08f2bdc001191220a3bcccbb997a12007270e95b5357f3b19fc2bd0f528fb0e1f1e94 DIST libopkele-2.0.4.tar.bz2 321277 SHA256 102e22431e4ec6f1f0baacb6b1b036476f5e5a83400f2174807a090a14f4dc67 SHA512 98515f1e29bbdbb761d2ac2f3c316c006624b4472ba9ea7d1370c188acaa16cdb4d2bc73aa17c7dad99f30c364a0e7abd5e7f1872a578dca94d7a818d161dec9 WHIRLPOOL 575acd7bc4bfcea83f4f5e0235e083072527ae7ccae1e5173913c29ed101d328509e3a974b67f2e0966c4f4e50abb5440ac549ba84508e91fb090af584ffd17e diff --git a/net-libs/libopkele/libopkele-0.3.2.ebuild b/net-libs/libopkele/libopkele-0.3.2.ebuild deleted file mode 100644 index a98b9abccf64..000000000000 --- a/net-libs/libopkele/libopkele-0.3.2.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/net-libs/libopkele/libopkele-0.3.2.ebuild,v 1.4 2012/05/05 02:54:25 jdhore Exp $ - -inherit autotools eutils - -DESCRIPTION="a c++ implementation of an OpenID decentralized identity system" -HOMEPAGE="http://kin.klever.net/libopkele/" -SRC_URI="http://kin.klever.net/dist/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/libpcre - dev-libs/openssl - net-misc/curl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-asneeded.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS NEWS -} diff --git a/net-libs/libopkele/libopkele-2.0.3.ebuild b/net-libs/libopkele/libopkele-2.0.3.ebuild deleted file mode 100644 index 34d913f703a8..000000000000 --- a/net-libs/libopkele/libopkele-2.0.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libopkele/libopkele-2.0.3.ebuild,v 1.3 2012/05/05 02:54:25 jdhore Exp $ - -DESCRIPTION="A C++ implementation of an OpenID decentralized identity system" -HOMEPAGE="http://kin.klever.net/libopkele/" -SRC_URI="http://kin.klever.net/dist/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="app-text/htmltidy - dev-libs/libpcre - dev-libs/openssl - net-misc/curl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS NEWS -} diff --git a/net-libs/libopkele/metadata.xml b/net-libs/libopkele/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/net-libs/libopkele/metadata.xml +++ b/net-libs/libopkele/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild index 135a22dffb87..8763a36d24ad 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild,v 1.4 2012/11/21 20:47:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.16.5.ebuild,v 1.5 2012/11/27 17:41:54 mr_bones_ Exp $ EAPI="4" PYTHON_DEPEND="python? 2:2.6" @@ -67,7 +67,6 @@ src_configure() { ${myconf} } - src_install() { emake DESTDIR="${D}" install use static-libs || find "${D}" -name '*.la' -exec rm -f {} + diff --git a/net-misc/tor/tor-0.2.3.25.ebuild b/net-misc/tor/tor-0.2.3.25.ebuild index 347d7cb4e452..4698f13bf370 100644 --- a/net-misc/tor/tor-0.2.3.25.ebuild +++ b/net-misc/tor/tor-0.2.3.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.4 2012/11/26 21:01:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.5 2012/11/27 20:23:39 blueness Exp $ EAPI="4" @@ -20,7 +20,8 @@ IUSE="+bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux DEPEND="dev-libs/openssl sys-libs/zlib - >=dev-libs/libevent-2.0.14 + dev-libs/libevent + bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor )" diff --git a/profiles/use.local.desc b/profiles/use.local.desc index a322602a0c34..e15f0be0c8b7 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -3936,14 +3936,14 @@ net-im/leechcraft-azoth:keeso - Build plugin for changing text into SoMEtHInG lI net-im/leechcraft-azoth:lastseen - Build plugin for client-side recording of the last online/available time net-im/leechcraft-azoth:media - Enable media calls net-im/leechcraft-azoth:metacontacts - Build plugin for metacontacts support -net-im/leechcraft-azoth:modnok - Build Modnok for in-chat LaTeX formulae rendering +net-im/leechcraft-azoth:modnok - Build Modnok for in-chat LaTeX formulae rendering (deprecated, use 'latex' for new versions) net-im/leechcraft-azoth:nativeemoticons - Build support for native Azoth's emoticons packs net-im/leechcraft-azoth:otroid - Build OTRoid, plugin for the Off-the-Record deniable encryption system net-im/leechcraft-azoth:p100q - Build p100q, plugin for psto.net microblogging service -net-im/leechcraft-azoth:rosenthal - Build Rosenthal, the spellchecker plugin +net-im/leechcraft-azoth:rosenthal - Build Rosenthal, the spellchecker plugin (deprecated, use 'spell' for new versions) net-im/leechcraft-azoth:shx - Build shell command executor plugin net-im/leechcraft-azoth:standardstyles - Build support for standard Azoth styles engine -net-im/leechcraft-azoth:xoox - Build Xoox, gloox-based plugin for XMPP support +net-im/leechcraft-azoth:xoox - Build Xoox, gloox-based plugin for XMPP support (deprecated, use 'xmpp' for new versions) net-im/leechcraft-azoth:xtazy - Build Xtazy for publishing currently playing tune net-im/leechcraft-azoth:zheet - Build Zheet, libmsn-based plugin for Windows Live Messenger support net-im/mcabber:aspell - Adds support for app-text/aspell spell checker. diff --git a/sci-chemistry/cns/cns-1.2.1-r7.ebuild b/sci-chemistry/cns/cns-1.2.1-r7.ebuild index 81fc851b977e..b01e7cccc969 100644 --- a/sci-chemistry/cns/cns-1.2.1-r7.ebuild +++ b/sci-chemistry/cns/cns-1.2.1-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v 1.6 2012/10/19 09:43:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v 1.7 2012/11/27 13:17:37 jlec Exp $ EAPI=3 @@ -138,7 +138,7 @@ src_compile() { LD=$(tc-getFC) \ CCFLAGS="${CFLAGS} -DCNS_ARCH_TYPE_\$(CNS_ARCH_TYPE) \$(EXT_CCFLAGS)" \ LDFLAGS="${LDFLAGS}" \ - F77OPT="${FCFLAGS:- -O2} ${MALIGN}" \ + F77OPT="${FCFLAGS} ${MALIGN}" \ F77STD="${GLOBALS}" \ OMPLIB="${OMPLIB}" \ compiler="${COMP}" \ diff --git a/sci-chemistry/cns/cns-1.3_p7.ebuild b/sci-chemistry/cns/cns-1.3_p7.ebuild index 261aa3d09bd8..0caa1251ad4c 100644 --- a/sci-chemistry/cns/cns-1.3_p7.ebuild +++ b/sci-chemistry/cns/cns-1.3_p7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p7.ebuild,v 1.2 2012/10/19 09:43:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p7.ebuild,v 1.3 2012/11/27 13:17:37 jlec Exp $ EAPI=3 @@ -144,7 +144,7 @@ src_compile() { CCFLAGS="${CFLAGS} -DCNS_ARCH_TYPE_\$(CNS_ARCH_TYPE) \$(EXT_CCFLAGS)" \ CXXFLAGS="${CXXFLAGS} -DCNS_ARCH_TYPE_\$(CNS_ARCH_TYPE) \$(EXT_CCFLAGS)" \ LDFLAGS="${LDFLAGS}" \ - F77OPT="${FFLAGS:- -O2} ${MALIGN}" \ + F77OPT="${FCFLAGS} ${MALIGN}" \ F77STD="${GLOBALS}" \ OMPLIB="${OMPLIB}" \ compiler="${COMP}" \ diff --git a/sci-mathematics/ggnfs/Manifest b/sci-mathematics/ggnfs/Manifest new file mode 100644 index 000000000000..53bcf2b7120b --- /dev/null +++ b/sci-mathematics/ggnfs/Manifest @@ -0,0 +1 @@ +DIST ggnfs-0.77.1.zip 2279013 SHA256 f6509661f22c562b3616e99989d39c160e8f49664e1fe3215d2f0d1441003a7a SHA512 77f5050d1310df5de45e80a25c8421cc9240ce11776fc4af596ce19d8b064b926dcc7e6dd7b2ef12d86056f7af0b67db2f746fc261cba24bbcf1efef06287513 WHIRLPOOL 5cb0e67aebd7ed9001ea2347b2211f9ca84ec50d18982436b111c0abb1c3223c66fbb5d029fa38d43e1137e7e7c7087daca85648fba7da92bbfcfe3760ccf87e diff --git a/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild b/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild new file mode 100644 index 000000000000..474de667c31c --- /dev/null +++ b/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild,v 1.1 2012/11/27 13:32:51 patrick Exp $ + +EAPI=4 +DESCRIPTION="A suite of algorithms to help factoring large integers" +# inactive old homepage exists, this is a fork +HOMEPAGE="https://github.com/radii/ggnfs" +# snapshot because github makes people stupid +SRC_URI="http://dev.gentooexperimental.org/~dreeevil/${P}.zip" + +inherit eutils + +LICENSE="GPL-2" +SLOT="0" +# Need to test if it actually compiles on x86 +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + !sci-mathematics/cado-nfs" # file collisions, fixable + +S=${WORKDIR}/${PN}-master + +src_prepare() { + echo "#define GGNFS_VERSION \"0.77.1-$ARCH\"" > include/version.h + # fix directory symlink, add missing targets, rewrite variable used by portage internally + cd src/lasieve4 && rm -f -r asm && ln -s ppc32 asm || die + sed -i -e 's/all: liblasieve.a/all: liblasieve.a liblasieveI11.a liblasieveI15.a liblasieveI16.a/' asm/Makefile || die + cd "${S}" + sed -i -e 's/ARCH/MARCH/g' Makefile src/Makefile || die + sed -i -e 's/$(LSBINS) strip/$(LSBINS)/' src/Makefile || die #No stripping! +} + +src_configure() { :; } + +src_compile() { + # setting MARCH like this is fugly, but it uses -march=$ARCH - better fix welcome + # it also assumes a recent-ish compiler + cd src + HOST="generic" MARCH="native" emake +} + +src_install() { + mkdir -p "${D}/usr/bin/" + for i in gnfs-lasieve4I11e gnfs-lasieve4I12e gnfs-lasieve4I13e gnfs-lasieve4I14e \ + gnfs-lasieve4I15e gnfs-lasieve4I16e makefb matbuild matprune matsolve pol51m0b pol51m0n \ + pol51opt polyselect procrels sieve sqrt; do + cp "${S}/bin/${i}" "${D}/usr/bin/" || die + done + # TODO: docs? File collisions? +} diff --git a/sci-mathematics/ggnfs/metadata.xml b/sci-mathematics/ggnfs/metadata.xml new file mode 100644 index 000000000000..24cbb90cf0c4 --- /dev/null +++ b/sci-mathematics/ggnfs/metadata.xml @@ -0,0 +1,8 @@ + + + + + patrick@gentoo.org + Patrick Lauer + + diff --git a/sci-mathematics/msieve/files/reduce-printf.patch b/sci-mathematics/msieve/files/reduce-printf.patch new file mode 100644 index 000000000000..dad1dc7db8f3 --- /dev/null +++ b/sci-mathematics/msieve/files/reduce-printf.patch @@ -0,0 +1,62 @@ +diff -Naur msieve-1.50/common/minimize.c msieve-copy/common/minimize.c +--- msieve-1.50/common/minimize.c 2011-07-04 23:32:33.000000000 +0800 ++++ msieve-copy/common/minimize.c 2012-11-26 23:09:22.889240528 +0800 +@@ -210,7 +210,7 @@ + } + } + +- printf("too many line iterations\n"); ++ //printf("too many line iterations\n"); + *min_out = x; + *status = 1; + return fx; +diff -Naur msieve-1.50/gnfs/poly/stage2/optimize.c msieve-copy/gnfs/poly/stage2/optimize.c +--- msieve-1.50/gnfs/poly/stage2/optimize.c 2011-10-15 23:03:39.000000000 +0800 ++++ msieve-copy/gnfs/poly/stage2/optimize.c 2012-11-26 23:14:36.243232414 +0800 +@@ -390,7 +390,7 @@ + score = minimize(best, num_vars, tol, 40, + objective, &opt_data); + +- printf("i %u score %le\n", i, score); ++ //printf("i %u score %le\n", i, score); + for (j = 0; j <= rotate_dim; j++) { + double cj = floor(best[ROTATE0 + j] + 0.5); + mpz_set_d(c->gmp_help1, cj); +@@ -422,7 +422,7 @@ + tol = 1e-5; + score = ifs_rectangular(apoly.coeff, apoly.degree, + best[SKEWNESS]); +- printf("transition score %le\n", score); ++ //printf("transition score %le\n", score); + } + } + +@@ -430,9 +430,9 @@ + #if 0 + printf("norm %.7e skew %lf\n", *pol_norm, best[SKEWNESS]); + for (i = 0; i < 2; i++) +- gmp_printf("%+Zd\n", c->gmp_lina[i]); ++ //gmp_printf("%+Zd\n", c->gmp_lina[i]); + for (i = 0; i <= deg; i++) +- gmp_printf("%+Zd\n", c->gmp_a[i]); ++ //gmp_printf("%+Zd\n", c->gmp_a[i]); + #endif + } + +diff -Naur msieve-1.50/gnfs/poly/stage2/stage2.c msieve-copy/gnfs/poly/stage2/stage2.c +--- msieve-1.50/gnfs/poly/stage2/stage2.c 2011-10-09 09:32:49.000000000 +0800 ++++ msieve-copy/gnfs/poly/stage2/stage2.c 2012-11-26 23:14:30.894232552 +0800 +@@ -122,10 +122,10 @@ + } + + #if 0 +- gmp_printf("%+Zd\n", c->gmp_lina[0]); +- gmp_printf("%+Zd\n", c->gmp_lina[1]); ++ //gmp_printf("%+Zd\n", c->gmp_lina[0]); ++ //gmp_printf("%+Zd\n", c->gmp_lina[1]); + for (i = 0; i <= degree; i++) +- gmp_printf("%+Zd\n", c->gmp_a[i]); ++ //gmp_printf("%+Zd\n", c->gmp_a[i]); + + printf("coeff ratio = %.5lf\n", + fabs(mpz_get_d(c->gmp_a[degree-2])) / coeff_bound); diff --git a/sci-mathematics/msieve/msieve-1.50-r2.ebuild b/sci-mathematics/msieve/msieve-1.50-r2.ebuild index ac7e08d3d61a..28431f377ce8 100644 --- a/sci-mathematics/msieve/msieve-1.50-r2.ebuild +++ b/sci-mathematics/msieve/msieve-1.50-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r2.ebuild,v 1.1 2012/11/25 06:22:38 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r2.ebuild,v 1.2 2012/11/27 17:42:19 mr_bones_ Exp $ EAPI=4 DESCRIPTION="A C library implementing a suite of algorithms to factor large integers" @@ -20,7 +20,7 @@ DEPEND="ecm? ( sci-mathematics/gmp-ecm ) RDEPEND="${DEPEND}" src_prepare() { - sed -i -e 's/-march=k8//' Makefile || die + sed -i -e 's/-march=k8//' Makefile || die sed -i -e 's/CC =/#CC =/' Makefile || die sed -i -e 's/CFLAGS =/CFLAGS +=/' Makefile || die } diff --git a/sci-mathematics/msieve/msieve-1.50-r3.ebuild b/sci-mathematics/msieve/msieve-1.50-r3.ebuild new file mode 100644 index 000000000000..86c5264656f7 --- /dev/null +++ b/sci-mathematics/msieve/msieve-1.50-r3.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r3.ebuild,v 1.2 2012/11/27 17:42:19 mr_bones_ Exp $ + +EAPI=4 +DESCRIPTION="A C library implementing a suite of algorithms to factor large integers" +HOMEPAGE="http://sourceforge.net/projects/msieve/" +SRC_URI="mirror://sourceforge/${PN}/${PN}/Msieve%20v${PV}/${PN}${PV/./}src.tar.gz" + +inherit eutils + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="zlib +ecm mpi" + +DEPEND="sci-mathematics/ggnfs + ecm? ( sci-mathematics/gmp-ecm ) + mpi? ( virtual/mpi ) + zlib? ( sys-libs/zlib )" +RDEPEND="${DEPEND}" + +src_prepare() { + # TODO: Integrate ggnfs properly + epatch "${FILESDIR}/reduce-printf.patch" || die + sed -i -e 's/-march=k8//' Makefile || die + sed -i -e 's/CC =/#CC =/' Makefile || die + sed -i -e 's/CFLAGS =/CFLAGS +=/' Makefile || die +} + +src_compile() { + if use ecm; then + export "ECM=1" + fi + if use mpi; then + export "MPI=1" + fi + if use zlib; then + export "ZLIB=1" + fi + if use amd64; then + emake x86_64 || die "Failed to build" + fi + if use x86; then + emake x86 || die "Failed to build" + fi +} + +src_install() { + mkdir -p "${D}/usr/include/msieve" + mkdir -p "${D}/usr/lib/" + mkdir -p "${D}/usr/share/doc/${P}/" + cp include/* "${D}/usr/include/msieve" || die "Failed to install" + cp libmsieve.a "${D}/usr/lib/" || die "Failed to install" + dobin msieve || die "Failed to install" + cp Readme* "${D}/usr/share/doc/${P}/" || die "Failed to install" +} diff --git a/sys-apps/razercfg/Manifest b/sys-apps/razercfg/Manifest index 8bbd5f194433..8a82b96069a7 100644 --- a/sys-apps/razercfg/Manifest +++ b/sys-apps/razercfg/Manifest @@ -2,3 +2,4 @@ DIST razercfg-0.17.tar.bz2 57411 SHA256 8a8e8ece935f331573c27228cda355aabb04bc1a DIST razercfg-0.17_p20111028.tar.bz2 64911 SHA256 d25d1ae5079641fbd8029b592257c21e5a5a671babd9efe27debe6d3da346ad9 SHA512 1ffc8acb967032346c89e7f68f1ae494a76b0078663cc437ce37307404d1bb5923a9d0845fbc860b40fd8f1ac9be043e5150f1c90e127416c0729131ce4d7895 WHIRLPOOL 7235b66388627ec4cfa6ea73343ab049ecd21a646c01bf4fd4559ba0b4ccb5387d65cf7c39196072985363f2388525d61c6c2ebe9a658444484fc992959ed303 DIST razercfg-0.18.tar.bz2 65648 SHA256 df61b2f929e1ace6772b8f867abc1dc834e0f01f7831f14b52a721613c16f2c8 SHA512 69769fa7b2d5b0abcb6bb10aed92d02376ac946c2066e81ff0ebd04ef4a99cc857f7630f22ff9302a0cd77043b1525fc4eeb49d06eed74d6dbe776a65c1c8bc5 WHIRLPOOL 3667a35f44235c7e19b852f547a004adece31f3e8a7ac6430ec1b78c8c1e86a1c643ee12756f67cf307bddeee4754572b6bc385ed5c3588ac526468972b38886 DIST razercfg-0.19.tar.bz2 65786 SHA256 ac1a78085d2f263354576e7d4b0eae5e95a2f86b9c77facd617499103756b0ab SHA512 27851ae587820d8426781b279f62ef1f8f1ca72734b678b0f7309cf7059c25b720c393ab78ec0e562aa2a394851c6947b34d4286ce317be18d06ab7ac0e273d3 WHIRLPOOL 6a2127c74aa78e03de261fb567e8033e2e92c7b253d07e3adf8747f417b877416bcdf173f915eb4bbf784c852cbec18b1c7e46a5391b2fd49fb9ef915ac552a7 +DIST razercfg-0.19_p20121013.tar.bz2 285995 SHA256 ad9aa1cf1bdc2b05020ab3aaf466171612c0ac3054e8fbe17266e62a0d22821f SHA512 cf1b145905ab92b310c85b946d1c839ceee07961aa86b6065afc673c24c5ba676c3fbc60a05cebf907d192603de0f7f3781ff4b94aad33105f50d683a3e17819 WHIRLPOOL 8ada1ca07ed8ea6b9229d1cc13cac890f524618db93271ec67114028a2de42b521d2bc9fb8351fe72d2a0d6e595ba9c8fbd554adc95d43c39cca52816895c329 diff --git a/sys-apps/razercfg/razercfg-0.19_p20121013.ebuild b/sys-apps/razercfg/razercfg-0.19_p20121013.ebuild new file mode 100644 index 000000000000..6ad72fe9c0c0 --- /dev/null +++ b/sys-apps/razercfg/razercfg-0.19_p20121013.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/razercfg/razercfg-0.19_p20121013.ebuild,v 1.1 2012/11/27 13:57:14 joker Exp $ + +EAPI=4 + +inherit cmake-utils multilib eutils + +DESCRIPTION="Utility for advanced configuration of Razer mice (DeathAdder, Krait, Lachesis)" + +HOMEPAGE="http://bues.ch/cms/hacking/razercfg.html" +SRC_URI="http://dev.gentoo.org/~joker/distfiles/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+pm-utils qt4" + +RDEPEND="${DEPEND} + pm-utils? ( sys-power/pm-utils ) + qt4? ( dev-python/PyQt4 ) + dev-lang/python" + +DEPEND="${DEPEND}" + +src_prepare() { + sed -i \ + -e '/ldconfig/{N;d}' \ + -e '/udevadm control/{N;d}' \ + -e "s:/etc/udev/rules.d/:/$(get_libdir)/udev/rules.d/:" \ + -e 's:01-razer-udev.rules:40-razercfg.rules:' \ + -e "s:/etc/pm/sleep.d:/usr/$(get_libdir)/pm-utils/sleep.d/:" \ + -e 's:50-razer:80razer:' \ + librazer/CMakeLists.txt \ + || die "sed failed" +} + +src_install() { + cmake-utils_src_install + newinitd "${FILESDIR}"/razerd.init.d razerd + dodoc README razer.conf + + if ! use qt4; then + rm "${D}"/usr/bin/qrazercfg + else + make_desktop_entry qrazercfg "Razer Mouse Settings" mouse "Qt;Settings" + fi + + use pm-utils || rm "${D}"/usr/$(get_libdir)/pm-utils/sleep.d/80razer +} + +pkg_postinst() { + udevadm control --reload-rules && udevadm trigger --subsystem-match=usb +} diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest index 460f625416de..3036e1c9ad92 100644 --- a/sys-kernel/aufs-sources/Manifest +++ b/sys-kernel/aufs-sources/Manifest @@ -1,6 +1,9 @@ DIST aufs-sources-3.6.6.tar.xz 142428 SHA256 06858480e67b59206d4a1b7c4cfea56eb7c0faaa9b8fd7aebc2ca318087647c6 SHA512 405199f53f8f5ae61ff6d0a86937254a51b76b9b0f827ee927bb76b3fbcfd550f67954d152735306e2023179dd5a268e420457885d81c1fe8960784d1a71b598 WHIRLPOOL bbca21c15bbde1149b881c0a0396d2abc5e0b3bc77db53d02d7ed1015b5396ebfeccce6c09678217eb250dcc6964038f5d0651e4cf209e29f2b8a32d00c9b3f8 +DIST aufs-sources-3.6.8.tar.xz 142476 SHA256 a758a7b81813c882bfb58fd08be35dd18a9f609dd7d1c1c07b5e043592afa4e7 SHA512 b13192a51443a6620fe0c571b34055ae6a706946a9011547d636b70c3fb226f1fd13304c291e8cf4db149b41eda745300bb767fa804f44b04792e0f467d0668a WHIRLPOOL 27c96a860a64580eb11b7a72991be4c56493981e4c1b3fc23ddedb79bef2339801316d0cc7c51911d8f5a3b39215cc282381dbff272536f979e3785b9d0c1a78 DIST deblob-3.6 108747 SHA256 93df902f141fe72e9fb15b9acde2b2cb35f4632844d9073a94f0e4f15a074cbc SHA512 399a878b7f30f98434d21b50e2f3055788be5305498758ea00d0bc7fe53a891848435933aad0a9c335a68da0d4ba8fdd9aa87c67252e3ebc43c6e2143c183c84 WHIRLPOOL cb15045b152cd9d44d2b92e2a0bff392d53f2d75d2fe0705962c84113ad4703ef7d14401c4534f7c2752a669140b498eea3a0a4c1afdbadc3b2bc498c631437f DIST deblob-check-3.6 477608 SHA256 d0e0e90d766bc474fadfd91b83ccff74bf614cb4d31fab7d60d62b28ba4a90b9 SHA512 b4c152a1b5f20c9e46b0a7c7c76fde531798b7c135757cd6908b793825868cd8f2c4e3d5d5e1f8818e2e989fa344543d5799e0151e3001fafd00faaf97c65512 WHIRLPOOL 7fc07416bd7d5f278854272c25ea30455aed21ec75a6613fbac13751b66a21d131b1820e55f15776f61d6bcba377ef7ef5d49d2bfc964458d5af6c144deba284 DIST genpatches-3.6-8.base.tar.bz2 158928 SHA256 5a79567b0d12a2684255543a14dc38db46c75abda01a2871cc22bfa74d5852de SHA512 74ef54ab9f31a88acfba6f0a39029e1038f1a174bf905a6bf2e2ad89a31c3bbf4209e5fa3f2decbe077c468fbd9926207e453b41401f5b810cee84b185445d59 WHIRLPOOL e2cdc52cb8d3bff37a7bf40d77352b616e177131847570a5dd73cf7a20b8c038fbea192b5d02b5b3e859870d27dae982a344c4080af2f2e681548eed5acac236 DIST genpatches-3.6-8.extras.tar.bz2 17038 SHA256 bf6be402ec3ef125ecaf626379f777a262e2f6776d8f5115ac0834f1e3d18b25 SHA512 614c845d474890ad0fd4271ea133464626498c3877d49c1df9940cfb2bc2a68a13828b6cae590a0d5619cf21521fe119fab782714d0bc37c287e0bba29f22fdf WHIRLPOOL ef8c9a76be1ac027b3d01e47bf22dbe178b2b68e85f4ace1186aedd89e513ff010d6e50e1392e17dde3bfebabcff07c348b04163398c43c045d6e37e78caf954 +DIST genpatches-3.6-9.base.tar.bz2 202356 SHA256 a84f9595721860cb57309fb540560e7292320ee2557165e8ef9cc649b18feec8 SHA512 366fad0e53a2e9b6833a8f05e127d97ed640e797dd114f3e541f3a69b4340bfd641d697f07e2f4c36eaf1080192d0b6af371eee94efe407739ae6f7114433c87 WHIRLPOOL a418e47dfa8a44ff08eed274f22e7468cd4ff9a85cedfe6428877ca35776467bf824c3a6876387d3228db3ce76944e36b3ea5223d751b3f65a8e16aa20022b86 +DIST genpatches-3.6-9.extras.tar.bz2 17029 SHA256 7e22574a6618fbb2eade0610fd130a06a322891f109d5ad79b1b8674da5321c8 SHA512 243ac5d7b78e0e308cfb5536439eb6da01f46bebc1a549c61eb9cb0b1199ccabfad2a7d6186a3b1387417dc40082fc931d37d07ed31bb0e78a0e9afc0e4bf655 WHIRLPOOL 71f32176b12b1b08450854afc52e603ba687628a21d18b1ffb83063cd5db159e53b729901085b57dd969fcf731f3ebdb191a1015c6c98bb1a6015f965d23e543 DIST linux-3.6.tar.bz2 82296001 SHA256 88ae0a20fd39ecae79db0ce8f9397922fae33c8b06a54ed2c883c861126c9771 SHA512 cbaefc2c4c8ab2251c3345b7b2c88d55a49e3468d8b177b05dd6d96a802efa9a052b1a1ecab8b71298bac97f45259516d88253838332b4fdb4307780ebcddce9 WHIRLPOOL e17e3800951f0c3af21015d1a1c99698d0ef70815bd4f131dd60b30baef70d4c255988857533a9a7c058388c2febfcf02d12cde2a7ed46b24fa85aeb260c0251 diff --git a/sys-kernel/aufs-sources/aufs-sources-3.6.8.ebuild b/sys-kernel/aufs-sources/aufs-sources-3.6.8.ebuild new file mode 100644 index 000000000000..54075a377910 --- /dev/null +++ b/sys-kernel/aufs-sources/aufs-sources-3.6.8.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/aufs-sources/aufs-sources-3.6.8.ebuild,v 1.1 2012/11/27 10:39:39 jlec Exp $ + +EAPI=5 +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="9" +K_DEBLOB_AVAILABLE="1" +inherit kernel-2 eutils +detect_version +detect_arch + +AUFS_TARBALL="${P}.tar.xz" + +# git archive -v --remote=git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git aufs3.6 > ${AUFS_TARBALL} +AUFS_URI="http://dev.gentoo.org/~jlec/distfiles/${AUFS_TARBALL}" + +KEYWORDS="~amd64 ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches http://aufs.sourceforge.net/" +IUSE="deblob" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree and aufs3 support" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${AUFS_URI}" + +UNIPATCH_LIST=" + "${WORKDIR}"/aufs3-kbuild.patch + "${WORKDIR}"/aufs3-base.patch" +# ${WORKDIR}/aufs3-proc_map.patch" + +RDEPEND="sys-fs/aufs-util" +DEPEND="" + +src_unpack() { + unpack ${AUFS_TARBALL} + kernel-2_src_unpack +} + +src_prepare() { + cp -i "${WORKDIR}"/include/linux/aufs_type.h include/linux/aufs_type.h || die + cp -ri "${WORKDIR}"/{Documentation,fs} . || die + sed -i "s:__user::g" include/linux/aufs_type.h || die +} + +src_install() { + insinto /usr/include/linux + doins include/linux/aufs_type.h + kernel-2_src_install +} + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index ff1a5ba1c653..299d73eaab08 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -14,6 +14,8 @@ DIST genpatches-3.0-26.base.tar.bz2 687952 SHA256 56974f956d582714b06bdc51f183ee DIST genpatches-3.0-26.extras.tar.bz2 17200 SHA256 259f669c55dfe9b9420b0e2875af0c404f333961b19e5cdd40d8df5f07fc698b SHA512 db922a9c5dfde235990a168ea97ad66f9c381f0502aa301023b71598c23ac0ac4a3dba97ab6b2637eac270da4cfdf5df31e111cf98a22edf1be130303f32fb9b WHIRLPOOL 987ac2a17d34cfd6c1020b461630fdd21a7ff075447229cfd8b8f7d6c54e8d3583d30a7cde60209c09ee6f1931806e85d3e6eb7a43c5bda067bcc9de1fe820cf DIST genpatches-3.0-33.base.tar.bz2 859455 SHA256 5e3155ef4454e46c245a716b284ac6c03387441b71fed4a79063b67d8e985e7e SHA512 122c59562146fca51b2ca9c2eecb92e086e150a1bb5e57cc8cda19724b44eb22f4971e96daec53e6f7c3463bd20529593c4e4b3ee2b243b79567b4a560d92cc6 WHIRLPOOL d31fcdc70d33283837eeb39ea7f1107eb511b8a1c755bf9784b4ace7fbe21075b3900a81165ce6b444df14994bc5b10b0bc4f1e5bc9a033896e1461f0bcba3e4 DIST genpatches-3.0-33.extras.tar.bz2 17200 SHA256 259f669c55dfe9b9420b0e2875af0c404f333961b19e5cdd40d8df5f07fc698b SHA512 db922a9c5dfde235990a168ea97ad66f9c381f0502aa301023b71598c23ac0ac4a3dba97ab6b2637eac270da4cfdf5df31e111cf98a22edf1be130303f32fb9b WHIRLPOOL 987ac2a17d34cfd6c1020b461630fdd21a7ff075447229cfd8b8f7d6c54e8d3583d30a7cde60209c09ee6f1931806e85d3e6eb7a43c5bda067bcc9de1fe820cf +DIST genpatches-3.0-34.base.tar.bz2 898810 SHA256 f6f4c755027d43ea097b2b7dfe8a77f8bfe274b99b2f8ca9b365ed23d4a5ffd2 SHA512 10c8f1b98f0c10fd23a7f457f061fbfe6ef9e4fd763afe21ad429b2c7f3b7622ad15d7f77e765fceb5de08065c95640e26890adc5ef3e1c6b1dc90572eb5ab40 WHIRLPOOL d749e40fadec22944ac157e8d359c123efb52c8e0607fd86b4578cf33cf90a4ac12389826cf65b56a7c3f10e300ca30e43de7e0912183ea7fa11f29a9ef45ffc +DIST genpatches-3.0-34.extras.tar.bz2 17193 SHA256 86c7a9d4ee419f21b63bfa23b52feb9c4b547a1b29498a752620336776aaff91 SHA512 881140d7c2f8a405a6dc99f99e7ca406877410e7fd19ecf04bc8776d9d594688f6f23a9fc473284c6ae78e44d0c825ef39e705eab70c2f3ec7b6b40feba4bd1a WHIRLPOOL f72f0bd1694369f1fa0a1d74a17447421cbcd9f499f658eb500b5a2405824ef4a36748a83d4164d34c5c9eaca85eb1f526f8604e31ceae1e7b32d305e21bd237 DIST genpatches-3.3-10.base.tar.bz2 220562 SHA256 b368ce182ed188b0f144fe05444e44af58e8ea268546ac7bb5f6dfff1dad98d9 SHA512 92a1e20ef3447e61056aedf5b2fab7d54fb6797f88b62dc828d06547da47dfccedb4a1b88987cbb4af4da12769a0f3a079a9e9f3f403d5915113bc3d4c0e2307 WHIRLPOOL 73974650ec892d34d580a24026a75a7d1a3a3858893c23253af0b9508df228d260dc0c22090562c0314329bf9b586f8a60f1850b01c2daeaae1f2d758d70d7b2 DIST genpatches-3.3-10.extras.tar.bz2 17205 SHA256 9356a196eb8aa74110165bc9d04674785693393c34f4a088d60bb0091ceb1bdc SHA512 f3a3be26e3b262773ab214ff251eacd2c21ab6434c75a81b0ae2c725016aba234b858f40a4634a9a28c33868c15b544b5ddf8bf73153ffed79c382793f86d21a WHIRLPOOL af9f4c751c4be08d79fdd56f94153973f40d5e2c110e653c007af7763e384f4fa8d93f4ae1ed4d9324b116cc7b690d182e9e978161270294aa61d8cecf60fa9f DIST genpatches-3.3-9.base.tar.bz2 220169 SHA256 8e33b2c9c3a8a1340160c94b081fe44cadb8a79b6bd3b8bfcfce4c78171dc053 SHA512 b70f65a059fb6c44bf27da80443af8970fcb0d1181c491dce16c9fa5914bf962402968f05d539ddec1ea2dc130c53a2fdd9ce362927cd14791afddbc5d278faf WHIRLPOOL badd40ed57b5d91348881d0cb5c05134b9a2672c792192607951fa4c9664d0d4751872cea1d296bc27ec9a1108c620b8e20cbdbdf2096038fec8b9fdef4f368f diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.0.53.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.0.53.ebuild new file mode 100644 index 000000000000..73c97fba278b --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.0.53.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.0.53.ebuild,v 1.1 2012/11/27 19:14:27 mpagano Exp $ + +EAPI="2" +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="34" +K_DEBLOB_AVAILABLE="1" +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches" +IUSE="deblob" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/hardened-sources/Manifest b/sys-kernel/hardened-sources/Manifest index 79308d9f15f7..804934068b5c 100644 --- a/sys-kernel/hardened-sources/Manifest +++ b/sys-kernel/hardened-sources/Manifest @@ -25,17 +25,20 @@ DIST hardened-patches-2.6.32-133.extras.tar.bz2 776996 SHA256 e5b663a640c3c1122e DIST hardened-patches-2.6.32-142.extras.tar.bz2 886856 SHA256 18ddbf81fdfc187988240c1ab480697150590a9e7a217f8c67958132470e4eb1 SHA512 122a0d0759ae5796ac71043d6eba0b9a7cf132db384058b98ef7ab82b0a3052334ae43057e31ce2331ef674fd6c6b64fe17ff4b1c1b7fe1beae947c6245b9f32 WHIRLPOOL c3b72ee7aeeacae14ed13a16727b8fe77e35c28597b3828433717af1e28359abc2ebeb9f325604e1d580e8a82b234f08c25e84143fd5d899d1c76bab091908cf DIST hardened-patches-2.6.32-143.extras.tar.bz2 877841 SHA256 b10fc69ffd14a4f5f696095e9b823a0743d8a83db07f22122f30af8bf2947736 SHA512 a3be0ca9b66cc495937fa305c7691b020ba4c5945a1d6cd874294878109cc6137656559ded699e0695c385deb8bf7f72a6061739a45bbda7b12c34cb964722de WHIRLPOOL a28a1971b0e78db3ca24f7a07e554994cfdf74faf8fa6dece3b37c82ed4cb6da68e8a09e05ff3e55869c5bf5e55f29a73cc81d20e6150d7eb612ce03db6423f8 DIST hardened-patches-2.6.32-144.extras.tar.bz2 884924 SHA256 2610bb01f97df5629636269290891bd25b58c9d432e9c0934c1e9cf37d547c8a SHA512 41aa7123495a01b757c80ad3f9071302fff2219a9f252549a27d7a296ef4efe3aff191e76c242d944c01a7b228d52abb8387264d9d2d519d4288987b31c7f45d WHIRLPOOL d56a57e443ee743e0da7311fd7619daf4bb6b2708d3bfb73f297dd840faa9cff370ce9acadd279c98fd4fc55e8caaf0350e529c0e7cc53b286f18b5ac8ff3f96 +DIST hardened-patches-2.6.32-145.extras.tar.bz2 882881 SHA256 dde3d5573b69020b007c286e69c04e1894d749c989d8b394e4c03b7d89d3b399 SHA512 8b472dfd1586a8d702e415ed507c1dfb6b6764e1588d2b47823dcd0b28a64b4de4623ec0ab256be9e46b1a7481591c8fc9ddb6215d2ef7d87a3529f8e85ee25c WHIRLPOOL cc4a679bf5075d9ad764b760e591fbf7cbaea6e64b6d31d0e0cc8445fb3f85b37dd052e89efed47799e965ae2a21bf8fb7bb507417283bd8a96368e3b41bcc95 DIST hardened-patches-2.6.32-45.extras.tar.bz2 378165 SHA256 04dd316b257644c104c7660a649abcd48a11fff59e7773988ace8e0da49b930c DIST hardened-patches-3.2.23-2.extras.tar.bz2 585133 SHA256 ce03488bc9cdf2288bb285b70d20eaa1b1049024e2549f427e36f9ea908f0185 SHA512 040390f8690adda5221e0b0b90f4df099389a78fa0a764ce1667c630319c16f8d47182db34e953c38f537216e036487bf1bb2c97889a5dc82508654ea1699237 WHIRLPOOL 841ec91f3d56d811463278771edf6fbec513e8e2b6acbb0bb485449171a948d17c271f6ff98f263c5d39ed357edd966b446936b8ba3b14617fda54d9231abb5f DIST hardened-patches-3.2.30-1.extras.tar.bz2 813742 SHA256 4f0227ab21c559a9fbc5268dbbf4a8b2c45512726a3d93d30d84665678fd9ed3 SHA512 c5660f3a48d0bfc559151c054beba40ec81733f78b208999ed627290bba476c827d76098bf76b79558f42d05def756498f34eb9098fcef963b6762f2e1acd61e WHIRLPOOL c2ee01f43fd51a8c55eb87eaee59b51d9e4c9aaad2ca3198a96ece697c463ef93d1e08ba48d7e7afdca078db35681e1ed48bbf38a84cc34349ee9a5728e67421 DIST hardened-patches-3.2.33-2.extras.tar.bz2 917011 SHA256 c4bc8cf6d98a076b15ac10f27fecddcd3da94041d4ad1894df4bcf5b0ba1f872 SHA512 8519a8e11ca77403e1e1e28f805e8eb986d1b0e4bd581ee401722321243f49d1ea14347cae80530e23b555509477290e5929d8b056178ef1813d3bb222c3fc6c WHIRLPOOL 7735dc096a71e3b305bd05a6e5882c75fd95ed46b042eb3c206b6c9422a0d96002057853a60398a8233a1c8cb5e6bd72678384ff704cb0c6a5b315617bfa0af3 DIST hardened-patches-3.2.33-3.extras.tar.bz2 924900 SHA256 d48ff37d78199d489d3652cd1eb209065f4a2b45e49a19bb24a3ef7e6efe3e8c SHA512 1bfeb06aedbcae9e1252655fbddd9ec776c07cb1900d21332aceb1f24d3aaa2b0162459309a88eba995b0f01aa3bd34ee45a3884c8b13bc28c7b8398acf2bf17 WHIRLPOOL 63b04bf89ca18cdd915ac7ba28473a733ae7f62ee5be01a69d7404a623695bcba34594074231054793229ff2f6b0185a78f522f276641f4fc31b042788ec6f3a DIST hardened-patches-3.2.34-1.extras.tar.bz2 951560 SHA256 bc2eb9a0f206e6aa42d2d570349f0eb55b7b12a21f580be205709966d111a47b SHA512 aad1ba3ec7d8deaf79017096106f6d32cfabd103b8a69a78a5eedd3c948ddb569c8c3ba46e882c462a8189420817ba47ac322024be317276414dbedac81c0cdb WHIRLPOOL e0751be3c7189255839bfdbd9c3a4882a20496f226c956b83d74192e6f3d26c6eea5d6b21cdcc54b0192b6d1c6276613a7fc2e390201268b788867aad2c32bfb +DIST hardened-patches-3.2.34-2.extras.tar.bz2 952905 SHA256 9bf1d310cd24b7985f8de710d11735c056a23db60bad29499ac7b3dd2fbbd6bd SHA512 203146b4a3887f271a4c678fd9329700adc3e5e99ef4227013e2674a001152152fbc8904074abe3dba5e24ed93dd84599c66ec6f5cb0ab04def6197d8e60ff22 WHIRLPOOL 4bf5b38692cb257fef968bfa3fec4cc45d3af979f8a57ac7ec7ac416c26140dae682ffb57ce6970d99d155c80d231c65bd6092b2be11ccc3b9a427b90fedbe51 DIST hardened-patches-3.4.5-1.extras.tar.bz2 548697 SHA256 f77fdd4450cfaa051058383d4c7bce9ae7cf40cc39948a265870c8806fcdc2ef SHA512 b5b516200e0f78f6695f70ae7f7918bbd813647439f2e1df0dc0545439724c18bd5f31379d99b09372cdc91d612ab0cfef3cdeade229425a936a3e2873a56c1f WHIRLPOOL 3bc4be49dbaf31bfc592098b3cbb6c43b7d027f97c0089bf6fa1b4b914cbea4189ab6b63bf38f8dbc1647f011dedc1aa901d1b0679da875a741ca12df9ba4433 DIST hardened-patches-3.5.4-2.extras.tar.bz2 578566 SHA256 505c3848b3ff0f2622f28e26158fcfefa793570efd7ffb07a6070fb627e84682 SHA512 3362f3ef67a8e2759ab4ae8d7065d694873b668c4d369436ff7f2262d4b8123f165bcc65f56ce3a0cca7be4f56b49e589064afa24f8cab3932d09c28f266536b WHIRLPOOL e074e418e3cade3b05bec185ff0a558ecef2903269d92ba2033745cdcde56a540a2ed3638ac5ac75cbee600d722844c53d78a1acaa1c06af4e318e65ce2c77ea DIST hardened-patches-3.6.6-1.extras.tar.bz2 583883 SHA256 45f6f78c49a8437bdfa97136b50d7322c7fa1fcf5ad8f4d191985538659c2271 SHA512 406f22a480c39c5afce754d7fb1cfe6fd3650ac710793b4e19c18f181b55862036c5daef34d7a75843a978a70fdb6acc9277b662bf389ce568887101e39f1662 WHIRLPOOL 49802a7dfc9eb61a6f236bf3ef914400d0f0d0253ebe71d027cee3d11d2e98df6c4a29279a74185721f96ffdf3b5f888bf006c03391e496a1f8e05e5657b63ed DIST hardened-patches-3.6.6-2.extras.tar.bz2 584767 SHA256 95071bbecc45385da8d4d5fbe474ad0078dfb1cc44af40c2badde8e5b7639aea SHA512 6e29fabf14f2d5c1352c6dde94ff61479a22987ba47c535f81a7e76c92151e9567033ae0888775784d5cd64b979659e5f60f8bed906e4bfbaf75a4f04a304ea6 WHIRLPOOL d787aca2829fc80351b0361878b13710b7e2d470587aac33465a3aa9b73190de0cc6d98b04971bd56c480894c3d6cb50e372f8d41ca705ca3d4c91a186297d64 DIST hardened-patches-3.6.7-1.extras.tar.bz2 610969 SHA256 a7aa416543f51df19dad4397fbab019f5ec99c23b24e7f4abbcabb0d8ddda806 SHA512 b9b55ad245136f1d93cbb553d51b757405411b783bcf26378397d0b6992c98d2c2ccffefb2381969a6f0b6977a92cf4a4759e2ef51568e30cdecb8b257381425 WHIRLPOOL ade5a2458c536a2bf58cf87a0244e59e0c8ca3920fe1b43f436cb79a984fd85501373cc6082cb86ac45c9719ecfe71d79068f7b66c5a8aa96eeca5a5ac6d97bc +DIST hardened-patches-3.6.7-2.extras.tar.bz2 609451 SHA256 c5aa1e112a2381a84cbfe0ca3daed7a048494a2ea7b692ce8f7c44f2731ca654 SHA512 b46885d02954f135b17fcdeaa456ba4aaff55dfff8a9082594f58aaefee4f6e2277fb6ad7a1aac05dc3632e94b01d547e8aac4a8769849e10878abf149dd0499 WHIRLPOOL 053d9d4ccd4a386e8a1f4bf53744810e0250615ec9397f89890c085049b1a5da39ff7166a0ece150a59c259ccc4903f5e8885f24e50eb0460916575c4f03baf0 DIST linux-2.6.32.tar.bz2 64424138 SHA256 5099786d80b8407d98a619df00209c2353517f22d804fdd9533b362adcb4504e SHA512 739c67875dcb1a80412a034e7d3dddfb6aea4d7a77f12b572fb5afbb827e6ab5a682df7501c0982966e85948ddf7251b8dc5eeb064b2d264025160d8a903bc82 WHIRLPOOL 762dfd7f4c062fdcda00b7fc45ead0f8cb4e321027769a12d92640012f5768c2033da95f24491adfcd6eb453c2658978d4f170e73e4f8a5ccd263efcbe00429d DIST linux-3.2.tar.bz2 78147838 SHA256 c881fc2b53cf0da7ca4538aa44623a7de043a41f76fd5d0f51a31f6ed699d463 SHA512 1f57b98e8da34b10f37ce94e0f13a994c111d483b104c27a8f58a4a55013a73a9f1ffcebb597be63ce0dfadb92201e93b0e072ba49bac0033026aceb0840c812 WHIRLPOOL 3dc893bde09f064e4614183964a4b9feaab938ca7a739f46f825818a577884eae815f195b52a4c55c571345de59d7ba09631fb68dac481a0837b24868ce60e3d DIST linux-3.4.tar.bz2 80173484 SHA256 a797a15d0b6228381507c14ecf4eec4a6cc5c77cfd521ba3b3e1325e85b5b16d SHA512 597002fa82b70b5052f9e05c1d8547bc5f89d8e1aecfd1765f4033f6d2c5c02d51b6372dbeef12c2eb070ae318a04c39925050cb37a39399961c8b263479fca1 WHIRLPOOL 57e6dd7094db2bc41175d7bb551e8237ea96eacf3710a734e8413915c54304e84ca11455e41c7752882ce81048459555d44d1798bf0775b79c3d74b13aa3a9f2 diff --git a/sys-kernel/hardened-sources/hardened-sources-2.6.32-r141.ebuild b/sys-kernel/hardened-sources/hardened-sources-2.6.32-r141.ebuild new file mode 100644 index 000000000000..d74a40e85f58 --- /dev/null +++ b/sys-kernel/hardened-sources/hardened-sources-2.6.32-r141.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-2.6.32-r141.ebuild,v 1.1 2012/11/27 12:54:27 blueness Exp $ + +EAPI="4" + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="48" +K_DEBLOB_AVAILABLE="1" + +inherit kernel-2 +detect_version + +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-145" +HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2" +SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch" + +DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})" +HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" +IUSE="deblob" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=sys-devel/gcc-4.5" + +pkg_postinst() { + kernel-2_pkg_postinst + + local GRADM_COMPAT="sys-apps/gradm-2.9.1*" + + ewarn + ewarn "Hardened Gentoo provides three different predefined grsecurity level:" + ewarn "[server], [workstation], and [virtualization]." + ewarn + ewarn "Those who intend to use one of these predefined grsecurity levels" + ewarn "should read the help associated with the level. Users importing a" + ewarn "kernel configuration from a kernel prior to ${PN}-2.6.32," + ewarn "should review their selected grsecurity/PaX options carefully." + ewarn + ewarn "Users of grsecurity's RBAC system must ensure they are using" + ewarn "${GRADM_COMPAT}, which is compatible with ${PF}." + ewarn "It is strongly recommended that the following command is issued" + ewarn "prior to booting a ${PF} kernel for the first time:" + ewarn + ewarn "emerge -na =${GRADM_COMPAT}" + ewarn +} diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.34-r1.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.2.34-r1.ebuild new file mode 100644 index 000000000000..dc9a3eeadd1e --- /dev/null +++ b/sys-kernel/hardened-sources/hardened-sources-3.2.34-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.2.34-r1.ebuild,v 1.1 2012/11/27 12:55:55 blueness Exp $ + +EAPI="4" + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="16" +K_DEBLOB_AVAILABLE="1" + +inherit kernel-2 +detect_version + +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2" +HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2" +SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch" + +DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})" +HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" +IUSE="deblob" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=sys-devel/gcc-4.5" + +pkg_postinst() { + kernel-2_pkg_postinst + + local GRADM_COMPAT="sys-apps/gradm-2.9.1*" + + ewarn + ewarn "Hardened Gentoo provides three different predefined grsecurity level:" + ewarn "[server], [workstation], and [virtualization]. Those who intend to" + ewarn "use one of these predefined grsecurity levels should read the help" + ewarn "associated with the level. Because some options require >=gcc-4.5," + ewarn "users with more, than one version of gcc installed should use gcc-config" + ewarn "to select a compatible version." + ewarn + ewarn "Users of grsecurity's RBAC system must ensure they are using" + ewarn "${GRADM_COMPAT}, which is compatible with ${PF}." + ewarn "It is strongly recommended that the following command is issued" + ewarn "prior to booting a ${PF} kernel for the first time:" + ewarn + ewarn "emerge -na =${GRADM_COMPAT}" + ewarn +} diff --git a/sys-kernel/hardened-sources/hardened-sources-3.6.7-r1.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.6.7-r1.ebuild new file mode 100644 index 000000000000..cfb445010b23 --- /dev/null +++ b/sys-kernel/hardened-sources/hardened-sources-3.6.7-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hardened-sources/hardened-sources-3.6.7-r1.ebuild,v 1.1 2012/11/27 12:57:39 blueness Exp $ + +EAPI="4" + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="8" +K_DEBLOB_AVAILABLE="1" + +inherit kernel-2 +detect_version + +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2" +HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2" +SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_EXCLUDE="4200_fbcondecor-0.9.6.patch" + +DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})" +HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" +IUSE="deblob" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=sys-devel/gcc-4.5" + +pkg_postinst() { + kernel-2_pkg_postinst + + local GRADM_COMPAT="sys-apps/gradm-2.9.1*" + + ewarn + ewarn "Hardened Gentoo provides three different predefined grsecurity level:" + ewarn "[server], [workstation], and [virtualization]. Those who intend to" + ewarn "use one of these predefined grsecurity levels should read the help" + ewarn "associated with the level. Because some options require >=gcc-4.5," + ewarn "users with more, than one version of gcc installed should use gcc-config" + ewarn "to select a compatible version." + ewarn + ewarn "Users of grsecurity's RBAC system must ensure they are using" + ewarn "${GRADM_COMPAT}, which is compatible with ${PF}." + ewarn "It is strongly recommended that the following command is issued" + ewarn "prior to booting a ${PF} kernel for the first time:" + ewarn + ewarn "emerge -na =${GRADM_COMPAT}" + ewarn +} diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index 0cc34b4d80f2..ce2318d8889d 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -17,18 +17,11 @@ DIST linux-3.4.tar.bz2 80173484 SHA256 a797a15d0b6228381507c14ecf4eec4a6cc5c77cf DIST linux-3.5.tar.bz2 80978443 SHA256 6ab82beb8cbb895b7523daed7ec3ec5850cf460b96788056f1ef5135c852fd23 SHA512 f6de5aaff351097dbe4b7186baea63004ef9efb73a85ccfd718c5856b282c22fb1431dce8588cb823eb75d1f09cd89f20e4936501e2c536f53ea4aa705e09ecc WHIRLPOOL 227c73e187370f2f5be34041c99ff2ff1bc99de4685d29801558a96d7d128c6f09c4a2ce81ce33cd87148c301e43319b42a8a77443e5db37f604fd97d101b7e7 DIST linux-3.6.tar.bz2 82296001 SHA256 88ae0a20fd39ecae79db0ce8f9397922fae33c8b06a54ed2c883c861126c9771 SHA512 cbaefc2c4c8ab2251c3345b7b2c88d55a49e3468d8b177b05dd6d96a802efa9a052b1a1ecab8b71298bac97f45259516d88253838332b4fdb4307780ebcddce9 WHIRLPOOL e17e3800951f0c3af21015d1a1c99698d0ef70815bd4f131dd60b30baef70d4c255988857533a9a7c058388c2febfcf02d12cde2a7ed46b24fa85aeb260c0251 DIST patch-2.6.32.60.bz2 987764 SHA256 611dbc724cd43617baff4500b0c8470889e4c6071f6ab916bfee7d097783394c SHA512 8228a7a6f7264b1a20802411c13f0d194fd48f5f5965cb96bfac0410b2a945b53c8e458eddafa58247125d3ba04e17dd68636302b57654934046a8bc0538834f WHIRLPOOL 834a654a5cb261226c57295ea3c60f5e405b11197103c4cd8721ff78adb3bbc4ced2c757492ee3b70735c8c28dd0717bfafeb9181280034b764bae18f2ab47b0 -DIST patch-3.0.51.bz2 748943 SHA256 6c5cd5fd6019dd7ab3d8320b8e056739ed2e9b7f76d08649ba0b5d2dcdee5484 SHA512 31a1f8abb8e247ee4a788ba2878891109ba4f1b20777a7a51ac07caf11f266e3e0dd73619b19a19c4c88bae9756ba935cd78c54665c81243cd562501cb010f95 WHIRLPOOL 60771c1ece7bd3740492406d09c3aab118ac0cd9c6fdba145870cc30ba924ff27b052c53460c40c3862079197c3ca0696f1580c5b68db887d988fbd0fc811eec -DIST patch-3.0.52.bz2 761779 SHA256 3d3b42e99be8c9e0c22a5084e7a18436be6e2caa1389737c0b4c4c7b59108742 SHA512 f3d809ff28d906de7e07cc5c9396a71dfecc4a9721b536e9cbad5e83b1c71157aca2093bf120be4aedc1c97a5ed0ea5f8415ba8a98e8d76cd61ab2894e8b0d4e WHIRLPOOL 639431257a06a804cc67d1ebc6d64139e587c882e7dae07d23bea67dadb50dc4ce59d3efede9ff4f85fa3b4e6422745ea75b83441be7fbd923348b9e1629b7b6 DIST patch-3.0.53.bz2 771850 SHA256 861e8ef93b1f6bebf969ad0a66778dc221d66882ad9a1521df5fb6303a90fcb4 SHA512 720b264600c0eedba485157614a12192da44b6ddb69eebc2bf1cdce0a5701b7219777f15278ecc6019ac43901c6042d6c7c2a32d09fdf7b423b35847b278adc5 WHIRLPOOL aa61080f3885aaeb97a69a65dc39566cb898deea3975289a0a910cb835b7ea58bd053212f800460253266632d659451c6bae9b66431d938e7bfbbcdbf9ee2711 -DIST patch-3.2.21.bz2 396600 SHA256 069a8fdad6b95a40ef68563b6b042a2d360777224561b19d6c89d2cecd0c6de4 SHA512 6c8a0467cf349eef6883592cafcc253c41e17e9d52a8fb2cbbc8374247837f71e943980c0f85373a867712b6247513de98f04de24f884b1ce9a118c069d82693 WHIRLPOOL e50ecbb4f412653690a686d288cd81547295b01a7c20376296744bc14a00cbaef782e72b2e6c7f51271eab526e448ae4826795b206b00bf1764fc7b329021172 -DIST patch-3.2.33.bz2 660684 SHA256 ede88f0ac1506c302847affb30c869c6ae7fc222d069fa470a5696b5dbe3d864 SHA512 5dfd989f2406840d5513b6e9efdaae2e64961bc9792db19662838c96d73082e4c55b7f3f58339d2a95e2b32e48d7b2c0c4acd53f988e27fc3ef678b5c1e6d15f WHIRLPOOL ab7a6ce73eb905484022f10336a1057cdabc2eee4292b356258b134e0f2ac9aef73c9ab97687fb8d2ac544b673ffbbdaa377742bc005b5e1ea49880133b08df9 DIST patch-3.2.34.bz2 686556 SHA256 13e09c64e76baf4b69937869a9c4b8fe714c5bd7b6f672c2f5d2745a544b3dee SHA512 88af2121330e8b42fe2bb8e560da729bc5c1e30c63066797b5f0c83268ff2f82853bd2c2e88941fe20b2f9809a0dd50a813f733df5896a1a874c777e9290f58c WHIRLPOOL 2cae2625a14f4f8b91306a856b087ab16b42ef771f2f3c4e0dd39cf54bbc0694b05b38cf258b9bce52d9eddd1ae498c4cbccf01eee0aaa06d0163258e783d764 -DIST patch-3.4.18.bz2 379486 SHA256 d200541f528640d689c7eedab84eff6a2586260eea5f7f1ef449150b0c9de654 SHA512 03e94fc51833fa931119784c80b4a3db6140e5183f6199d2155c6ec36352d4330cd65511b18f2c1504248457490415cd3312bcf801041d7435d4e9904908b184 WHIRLPOOL bf3f04a9d1be3118f12c86882e74389c1d26a23e72660d710ec98a9afbf5b8fb9794bb58ec5c62b2e66b4032161d92444c113ac2936132fd40323972f6827cf5 -DIST patch-3.4.19.bz2 397276 SHA256 038a66bc8e06bcdf0ef2b3b43671943f069afb28a3c5825961296c750b15f7bb SHA512 e9c604fb3b2317875eac9fd535d246ec46a21a39a090f146f863a3f298c3fb94540641d64fd13984a55eed8c6b646d2ec0254903850adec5055a7b19dfa7ca7a WHIRLPOOL 06c09b5887bd71e2a266bec8f4e1786be1549b767c3a7951b989500bfc2f2d4b11a59a794fc2b6524bde570fa1d42d6733050f918165defe1f69f9c544e926e7 DIST patch-3.4.20.bz2 435012 SHA256 faa175295845cfe80dbfaa0689dacde07e9f571a90e989b8b838b28079393bdd SHA512 c507516428a61e66d3e57fc56b6580d35c7453b055b39915018013ec3ee8c5ccbad1dd9934b84c8e4e557425830d2ca445c84b69a5a3cf33e8b68a64e4124161 WHIRLPOOL 159c629d376bdbecc2a850645c2b98ec691ab8f00ca1a0bef3043d5a7adffb9813531869a6a832650b65fcabecf7dfc7f82c616d13d64a7923094572aead9dd4 DIST patch-3.4.9.bz2 206198 SHA256 b60ee02e7fb560310cf7922cad3a8003f40b1a5735a1761a297d86f9ca3d4b1e SHA512 088c09c8ab961024cc693e78a2142571700b11ad5972d0b97dc5c5f800efda680626cd42828971b3e25bba6a925825943587a292b0d350b4654b75b18543ec26 WHIRLPOOL 58294a220d07f34efde24d9954dee0c1b944de2792463a36ac2135ad77957900b2d8d70f5a8445e1c6b63798dc8ecb95f386a468e5d24037bc83f914f769d002 DIST patch-3.5.7.bz2 241834 SHA256 c064888f2c815353b2ca483935a9e79572e2d033559b73971f7f32c8eaa4b66f SHA512 024bfbd23905805bf6ce8326b9e69b2d9cd539038cc8c00f3145b8a482caa6eec3993771c69800784ebab0d9c3d43910a9bd5e561012c67df44f663cfd61afc0 WHIRLPOOL 98239024aa4a702aa80fd53b2efb8614ab64eb23c2b35aeb75bc858ca3df4c05f986dd517f455c8fa04ce05079bd03ac1bc974b873e12f431fa773d7766f7015 -DIST patch-3.6.3.bz2 82975 SHA256 021ad0d1327bd1438c9d1d3af5da95c2389e171858018b96a7daf46851af72b3 SHA512 b3e2fc2d881b4e840496d9d3422e1bb7f4e1d1e8edc46890905add4fb06c89d395b38188835866884f7d2ae02f82606ee61d555f553ed126229e2cfcf7ff5254 WHIRLPOOL f75974dc413823d06300ef7367d1095494c044265e775fdb9d8b14704ea9f59c595f270b301a671d7c949071990db5eb6f803b7beea956cd1babbc4f2ca1eb9e DIST patch-3.6.4.bz2 114549 SHA256 8be8d0e3afbce44831bfef89472430bcc5bd656f9254a1ecc05bdc5b95323c5b SHA512 6117111928cec588e05d541b0c114edeca1ce6a4ccec1e87fa6ceb42b5cf84d999beade47562629b95ca5161346481a5c1349edbcd112d6de15d9720ea2ea7c3 WHIRLPOOL 452fe67ff82eb62197937c06616e8df18b758605c99588aa50a3af034fe800eeae212914e26871af40bb0f16450da9189ceec5ee957e101e2f8b9f5db2496e08 DIST patch-3.6.5.bz2 143511 SHA256 5512be7976b1c7cb84544e2b598187809728b02587d9a037631e5e94c4005397 SHA512 c5be6e8a07327800764552a01be7ef6c6fb3f703edff23217c45df7627f157c171b736db0a253ee8ec0191694f3fd838941f97ef51eb4e9e2eb74caf6b52666a WHIRLPOOL 57a2b20d14a97b93eef1aba1be386c2663f7f697e7e5d9731459ee12508d52d2e992b7ff55b69b8d95d1a5528a2395354c686f21823b86b693ee7eae8ffcd6a5 DIST patch-3.6.6.bz2 152159 SHA256 ea048319b50bffb144c82dba0dc2549dd76fe3f04e4e82889f57c1e6c70e7317 SHA512 04a1379cf02a7fd32d5efb35722acf55db49f82e36202065904cd26f4e0a9c205eb661af3e291148ef077141d1a05cc35959d24dd1a002108b025e9d11893deb WHIRLPOOL dac911ede3b8d3c677c33deeed5d5ff84fb9fb0b092c40bc14753163955bd3ae012cdd9f7ef4fe433197b647506ab694233f7d827c544c0f3c2af8ad5c99d512 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.0.51.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.0.51.ebuild deleted file mode 100644 index dbdbab94bf57..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-3.0.51.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.51.ebuild,v 1.1 2012/11/05 19:02:22 mpagano Exp $ - -EAPI="2" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.0.52.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.0.52.ebuild deleted file mode 100644 index 9e2a3362c9f5..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-3.0.52.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.52.ebuild,v 1.1 2012/11/18 11:30:18 ago Exp $ - -EAPI="2" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.2.21.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.2.21.ebuild deleted file mode 100644 index 51ea8f38c1ff..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-3.2.21.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.2.21.ebuild,v 1.6 2012/11/01 03:46:45 jer Exp $ - -EAPI="2" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sh sparc x86" -IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.2.33.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.2.33.ebuild deleted file mode 100644 index d1bca74eccde..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-3.2.33.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.2.33.ebuild,v 1.1 2012/11/11 21:20:15 ago Exp $ - -EAPI="2" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.4.18.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.4.18.ebuild deleted file mode 100644 index 133cff56acef..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-3.4.18.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.4.18.ebuild,v 1.1 2012/11/05 19:02:22 mpagano Exp $ - -EAPI="2" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.4.19.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.4.19.ebuild deleted file mode 100644 index d52345845772..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-3.4.19.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.4.19.ebuild,v 1.1 2012/11/18 11:30:18 ago Exp $ - -EAPI="2" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="deblob" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.6.3.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.6.3.ebuild deleted file mode 100644 index 4947ca648a71..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-3.6.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.6.3.ebuild,v 1.1 2012/10/21 16:52:48 mpagano Exp $ - -EAPI="2" -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -K_SECURITY_UNSUPPORTED="1" -K_DEBLOB_AVAILABLE="1" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org" -SRC_URI="${KERNEL_URI}" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="deblob" diff --git a/www-apache/anyterm/metadata.xml b/www-apache/anyterm/metadata.xml index dc543f9eda5d..6632069b5aff 100644 --- a/www-apache/anyterm/metadata.xml +++ b/www-apache/anyterm/metadata.xml @@ -1,6 +1,5 @@ - apache web-apps diff --git a/www-apache/libapreq2/Manifest b/www-apache/libapreq2/Manifest index 6a7a0399f311..4a38b583da4f 100644 --- a/www-apache/libapreq2/Manifest +++ b/www-apache/libapreq2/Manifest @@ -1 +1 @@ -DIST libapreq2-2.13.tar.gz 891320 RMD160 8d7d2573624193b6dfbbe354b3771012257c1578 SHA1 db3761625a62230147896b47e9b047660b20ba28 SHA256 5731e6833b32d88e4a5c690e45ddf20fcf969ce3da666c5627d775e92da0cf6e +DIST libapreq2-2.13.tar.gz 891320 SHA256 5731e6833b32d88e4a5c690e45ddf20fcf969ce3da666c5627d775e92da0cf6e diff --git a/www-apache/libapreq2/metadata.xml b/www-apache/libapreq2/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/libapreq2/metadata.xml +++ b/www-apache/libapreq2/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod-auth-mysql/Manifest b/www-apache/mod-auth-mysql/Manifest index c0a595c2968c..8d2443135f27 100644 --- a/www-apache/mod-auth-mysql/Manifest +++ b/www-apache/mod-auth-mysql/Manifest @@ -1,2 +1,2 @@ -DIST mod-auth-mysql_4.3.9-13.diff.gz 20317 RMD160 c16e2cb356081b60dfe51b5dd937b39f51c6c122 SHA1 ee1970632052e0c0e6548bfb59e44c882f7d9413 SHA256 3c99e3e62dd147ecdc1fe01732bcfe46aac29838e6aadefdb896d6433e3bbc55 -DIST mod-auth-mysql_4.3.9.orig.tar.gz 48479 RMD160 06d041bf229007e2d08dc86285f349d33df2e019 SHA1 417efcd2fcd2cce9092843179b52b5901e38aea6 SHA256 ed0d42547808fe9a213cf62e93ffef65e518da774bb497138d126f2de4a54d2e +DIST mod-auth-mysql_4.3.9-13.diff.gz 20317 SHA256 3c99e3e62dd147ecdc1fe01732bcfe46aac29838e6aadefdb896d6433e3bbc55 +DIST mod-auth-mysql_4.3.9.orig.tar.gz 48479 SHA256 ed0d42547808fe9a213cf62e93ffef65e518da774bb497138d126f2de4a54d2e diff --git a/www-apache/mod-auth-mysql/metadata.xml b/www-apache/mod-auth-mysql/metadata.xml index 1bd30cf25759..abf3529deac0 100644 --- a/www-apache/mod-auth-mysql/metadata.xml +++ b/www-apache/mod-auth-mysql/metadata.xml @@ -1,6 +1,5 @@ - apache mysql diff --git a/www-apache/mod_access_dnsbl/metadata.xml b/www-apache/mod_access_dnsbl/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_access_dnsbl/metadata.xml +++ b/www-apache/mod_access_dnsbl/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_anonymize_ip/metadata.xml b/www-apache/mod_anonymize_ip/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_anonymize_ip/metadata.xml +++ b/www-apache/mod_anonymize_ip/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_auth_cookie_mysql2/Manifest b/www-apache/mod_auth_cookie_mysql2/Manifest index 92609b1274b9..4e3da3798222 100644 --- a/www-apache/mod_auth_cookie_mysql2/Manifest +++ b/www-apache/mod_auth_cookie_mysql2/Manifest @@ -1,2 +1 @@ -DIST mod_auth_cookie_mysql2_0.9a.tar.gz 7592 SHA256 8a4c6f838d7e793b891096f23f9a76ffc13e3d4d2f3925676276bdc570b4840e DIST mod_auth_cookie_mysql2_1.0.tar.gz 7406 SHA256 85601beea7a6de0ba8ef466027e6783cebef05c4687dc50460d2fdb06f5babe4 SHA512 66ccffdcbae640c396305506ee588c86ffc937422ac36fc68af1e7977210b4c8a3e8090125facd8acf37667c720853774096d564e02d4ad186d14f714998e5b7 WHIRLPOOL 5ede56d86a10d8cfdf1dd5714c0cb9ea3cdc9c08f99f09575eb95ffb5e9d90b8e6e586d839b252510608376cb67197e000abdc4b2410def81e13b5449d7eeda9 diff --git a/www-apache/mod_auth_cookie_mysql2/metadata.xml b/www-apache/mod_auth_cookie_mysql2/metadata.xml index 8f398d815b6c..1289a22383f2 100644 --- a/www-apache/mod_auth_cookie_mysql2/metadata.xml +++ b/www-apache/mod_auth_cookie_mysql2/metadata.xml @@ -1,8 +1,7 @@ - apache - apache-bugs@gentoo.org + maintainer-needed@gentoo.org diff --git a/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild b/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild deleted file mode 100644 index 7529421b1032..000000000000 --- a/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-0.9a.ebuild,v 1.5 2012/10/16 04:58:52 patrick Exp $ - -inherit eutils apache-module - -KEYWORDS="~x86" - -DESCRIPTION="An Apache2 backend authentication module that uses cookies and MySQL." -HOMEPAGE="http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/" -SRC_URI="http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/${P/-/_}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="virtual/mysql" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P/-/_}" - -APXS2_ARGS="-I/usr/include/mysql -lmysqlclient -lz -c mod_auth_cookie_sql2.c - mod_auth_cookie_sql2_mysql.c" -APACHE2_MOD_FILE="${S}/.libs/mod_auth_cookie_sql2.so" -APACHE2_MOD_CONF="55_${PN}" -APACHE2_MOD_DEFINE="AUTH_COOKIE_MYSQL2" - -DOCFILES="README mod_auth_cookie_mysql.html" - -need_apache2_2 diff --git a/www-apache/mod_auth_imap2/Manifest b/www-apache/mod_auth_imap2/Manifest index 3705082258b5..c72f39db32c2 100644 --- a/www-apache/mod_auth_imap2/Manifest +++ b/www-apache/mod_auth_imap2/Manifest @@ -1 +1 @@ -DIST mod_auth_imap2-2.2.0.tar.gz 12787 RMD160 25867f4c7c0f3f8b4bcd9c7effab6abaef7ebd9c SHA1 88adaa834f85968eefab55b8a3a4f16e621ed89b SHA256 9642a13932010b9587d7b2263f21bed29602253bac18cb6c8847385d13d3cce0 +DIST mod_auth_imap2-2.2.0.tar.gz 12787 SHA256 9642a13932010b9587d7b2263f21bed29602253bac18cb6c8847385d13d3cce0 diff --git a/www-apache/mod_auth_imap2/metadata.xml b/www-apache/mod_auth_imap2/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_auth_imap2/metadata.xml +++ b/www-apache/mod_auth_imap2/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_auth_kerb/metadata.xml b/www-apache/mod_auth_kerb/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_auth_kerb/metadata.xml +++ b/www-apache/mod_auth_kerb/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_auth_mysql/Manifest b/www-apache/mod_auth_mysql/Manifest index 75bc37c73637..92b0081a5597 100644 --- a/www-apache/mod_auth_mysql/Manifest +++ b/www-apache/mod_auth_mysql/Manifest @@ -1 +1 @@ -DIST mod_auth_mysql-3.0.0.tar.gz 19257 RMD160 ef68d6ec7c99c4059a38ba74f41c22e2f88f3863 SHA1 885dd0bfc64210d32e6705fdb10b2c0ca831a27c SHA256 56da2e386583548f2fd9976101633f028d5d4649b46f428ff1d0dd1639efbad4 +DIST mod_auth_mysql-3.0.0.tar.gz 19257 SHA256 56da2e386583548f2fd9976101633f028d5d4649b46f428ff1d0dd1639efbad4 diff --git a/www-apache/mod_auth_mysql/metadata.xml b/www-apache/mod_auth_mysql/metadata.xml index 1bd30cf25759..abf3529deac0 100644 --- a/www-apache/mod_auth_mysql/metadata.xml +++ b/www-apache/mod_auth_mysql/metadata.xml @@ -1,6 +1,5 @@ - apache mysql diff --git a/www-apache/mod_auth_nufw/Manifest b/www-apache/mod_auth_nufw/Manifest index 6608e962208c..6081ab2a2671 100644 --- a/www-apache/mod_auth_nufw/Manifest +++ b/www-apache/mod_auth_nufw/Manifest @@ -1,2 +1,2 @@ -DIST mod_auth_nufw-2.2.1.tar.gz 104300 RMD160 87b5e86f50fa169ed9e9224405f1dd27bcc504f0 SHA1 ebb1837b7d7f86d6e21fe840cfaff9b834b51011 SHA256 fee066dd68c602dd5082691e19e419c4e451a631158611d5992e52e91df154b9 -DIST mod_auth_nufw-2.2.2.tar.bz2 35865 RMD160 6a1e0aa06d01515edf208e9c3fc8d5b253159e99 SHA1 4087c94a9c69a0a42dd0b0b77c53348ecffb31cf SHA256 10a779a7cd6eb1ad6f40ec385e2f58e65f280a6c91916c5616ec3fbac8ab9d13 +DIST mod_auth_nufw-2.2.1.tar.gz 104300 SHA256 fee066dd68c602dd5082691e19e419c4e451a631158611d5992e52e91df154b9 +DIST mod_auth_nufw-2.2.2.tar.bz2 35865 SHA256 10a779a7cd6eb1ad6f40ec385e2f58e65f280a6c91916c5616ec3fbac8ab9d13 diff --git a/www-apache/mod_auth_nufw/metadata.xml b/www-apache/mod_auth_nufw/metadata.xml index 8590a64186dd..30b818ad6a59 100644 --- a/www-apache/mod_auth_nufw/metadata.xml +++ b/www-apache/mod_auth_nufw/metadata.xml @@ -1,7 +1,6 @@ - apache cedk@gentoo.org diff --git a/www-apache/mod_auth_openid/Manifest b/www-apache/mod_auth_openid/Manifest index effd376e7290..c916340568f9 100644 --- a/www-apache/mod_auth_openid/Manifest +++ b/www-apache/mod_auth_openid/Manifest @@ -1,3 +1 @@ -DIST mod_auth_openid-0.2.tar.gz 287183 SHA256 bca62e289934cb5deeaba23ed1ccdd8873f96d706b5e5131c059df30221deb72 -DIST mod_auth_openid-0.4.tar.gz 316670 SHA256 1bfe10508853abc321c2f5a9699d02b28a587591a9292b533f4cbe09e43a4bb4 DIST mod_auth_openid-0.6.tar.gz 328713 SHA256 79e7ca52511d12309ccc3f390255eaade345dcf5959410d352797a22dab6c17b SHA512 ecf20455a797ea1ece70fe8f6d4c46b40e7834fbf0af6b0ad6a22bffba2b09c45c3af61bc0fe7c7c374ef80ec30045ac04a40392333fe799a538b957e9ca9a4f WHIRLPOOL a3183df94cdb6a13e4547f9c1c1f9e078624d127330860ddc67abe42b4f93317c030cce6b8df15008ea599bb8ab66832f5a0de704b358c9e9cda6615ad7f7312 diff --git a/www-apache/mod_auth_openid/metadata.xml b/www-apache/mod_auth_openid/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_auth_openid/metadata.xml +++ b/www-apache/mod_auth_openid/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_auth_openid/mod_auth_openid-0.2-r1.ebuild b/www-apache/mod_auth_openid/mod_auth_openid-0.2-r1.ebuild deleted file mode 100644 index 1e5ae6a06c94..000000000000 --- a/www-apache/mod_auth_openid/mod_auth_openid-0.2-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/mod_auth_openid-0.2-r1.ebuild,v 1.2 2012/10/16 03:07:46 patrick Exp $ - -inherit eutils apache-module autotools - -DESCRIPTION="an OpenID authentication module for the apache webserver" -HOMEPAGE="http://trac.butterfat.net/public/mod_auth_openid" -SRC_URI="http://butterfat.net/releases/mod_auth_openid/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/apr - net-libs/libopkele - >=dev-db/sqlite-3" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTH_OPENID" - -need_apache2_2 - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e '/^ACLOCAL_AMFLAGS=/d' Makefile.am - - AT_M4DIR="acinclude.d" - eautoreconf -} - -src_compile() { - econf --with-apxs="${APXS}" \ - --without-bdb-dir \ - --with-sqlite3=/usr \ - --with-apr-config=/usr/bin/apr-1-config \ - || die "econf failed" - emake || die "emake failed" -} diff --git a/www-apache/mod_auth_openid/mod_auth_openid-0.4.ebuild b/www-apache/mod_auth_openid/mod_auth_openid-0.4.ebuild deleted file mode 100644 index fc5895300cf4..000000000000 --- a/www-apache/mod_auth_openid/mod_auth_openid-0.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/mod_auth_openid-0.4.ebuild,v 1.2 2012/10/16 03:07:46 patrick Exp $ - -EAPI="2" - -inherit apache-module - -DESCRIPTION="An OpenID authentication module for the apache webserver" -HOMEPAGE="http://trac.butterfat.net/public/mod_auth_openid" -SRC_URI="http://butterfat.net/releases/mod_auth_openid/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=net-libs/libopkele-2.0 - >=dev-db/sqlite-3" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTH_OPENID" - -need_apache2_2 - -src_configure() { - econf --with-apxs="${APXS}" \ - --without-bdb-dir \ - --with-sqlite3=/usr \ - --with-apr-config=/usr/bin/apr-1-config \ - || die "econf failed" -} - -src_compile() { - emake || die "emake failed" -} diff --git a/www-apache/mod_auth_pgsql/metadata.xml b/www-apache/mod_auth_pgsql/metadata.xml index efebb66c3324..d06e452b35af 100644 --- a/www-apache/mod_auth_pgsql/metadata.xml +++ b/www-apache/mod_auth_pgsql/metadata.xml @@ -1,6 +1,5 @@ - apache postgresql diff --git a/www-apache/mod_auth_tkt/Manifest b/www-apache/mod_auth_tkt/Manifest index 7dc198b525a9..77356fd174b4 100644 --- a/www-apache/mod_auth_tkt/Manifest +++ b/www-apache/mod_auth_tkt/Manifest @@ -1,2 +1 @@ -DIST mod_auth_tkt-2.0.0rc2.tar.gz 65011 RMD160 b4a29d2b8212207447162fd0d3aa12deb9f0e9aa SHA1 c1f92dd7bb2362e06bf354794e0613f38bfedd37 SHA256 256dea138ddabe46c46e54ebe9ec4b6be812fb2492eb64f314bf688346893072 -DIST mod_auth_tkt-2.1.0.tar.gz 100731 RMD160 ccf9526eca2928bdeb69557034f01c189ba7829c SHA1 9307ef54684a339519786eb3feef8100ebffdfae SHA256 ba456531656be5682f0a6a632a6eccb98c2459753c59b80b843e1d19cc7f8724 +DIST mod_auth_tkt-2.1.0.tar.gz 100731 SHA256 ba456531656be5682f0a6a632a6eccb98c2459753c59b80b843e1d19cc7f8724 diff --git a/www-apache/mod_auth_tkt/metadata.xml b/www-apache/mod_auth_tkt/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_auth_tkt/metadata.xml +++ b/www-apache/mod_auth_tkt/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild b/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild deleted file mode 100644 index ed798e905f8d..000000000000 --- a/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild,v 1.4 2009/09/17 07:45:27 hollow Exp $ - -# test suite is completely broken -RESTRICT="test" - -inherit apache-module versionator - -MY_PV=$(delete_version_separator '_') - -DESCRIPTION="Apache module for cookie based authentication" -HOMEPAGE="http://www.openfusion.com.au/labs/mod_auth_tkt/" -SRC_URI="http://www.openfusion.com.au/labs/dist/${PN}-${MY_PV}.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="as-is" -SLOT="0" -IUSE="" - -DEPEND="dev-lang/perl" -RDEPEND="" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTH_TKT" - -DOCFILES="README" - -S="${WORKDIR}"/${PN}-${MY_PV} - -need_apache2_2 - -src_compile() { - ./configure --apachever=2.2 --apxs=${APXS} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - apache-module_src_install - pod2man --section=5 --release=${PV} doc/${PN}.{pod,5} - doman doc/${PN}.5 -} - -pkg_postinst() { - apache-module_pkg_postinst - einfo "See 'man mod_auth_tkt' for details on the individual directives." - einfo "Remember to change shared secret 'TKTAuthSecret' before using!" - einfo -} diff --git a/www-apache/mod_authn_pam/Manifest b/www-apache/mod_authn_pam/Manifest index 1d2c18de6ad9..a66d832ecc4d 100644 --- a/www-apache/mod_authn_pam/Manifest +++ b/www-apache/mod_authn_pam/Manifest @@ -1 +1 @@ -DIST mod_authn_pam-0.0.1.tar.bz2 3562 RMD160 798362801a67a37e455c48353398c6fbdf0788f8 SHA1 5698dab99d6ccf8c7435f0e31924eaa3d8d165fa SHA256 489672758317a3ee59496a55037ca66fa021750f333bc879cbb1e7bcedbfd9fd +DIST mod_authn_pam-0.0.1.tar.bz2 3562 SHA256 489672758317a3ee59496a55037ca66fa021750f333bc879cbb1e7bcedbfd9fd diff --git a/www-apache/mod_authn_pam/metadata.xml b/www-apache/mod_authn_pam/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_authn_pam/metadata.xml +++ b/www-apache/mod_authn_pam/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_authn_sasl/Manifest b/www-apache/mod_authn_sasl/Manifest index 2949e5a197cd..ab8162d412a8 100644 --- a/www-apache/mod_authn_sasl/Manifest +++ b/www-apache/mod_authn_sasl/Manifest @@ -1,2 +1 @@ -DIST mod_authn_sasl-1.1.tar.bz2 249792 RMD160 56c8f5b4a294de37f0064bf6bb2869646ab9846b SHA1 213d058325da27902312aad147772568c2b33e46 SHA256 d663cf929160d5cea0288f71739c63dc141770cd7ba30996ad8ce357818a04a8 -DIST mod_authn_sasl-1.2.tar.bz2 274790 RMD160 fa0d961e4018a1df02f363647b17042e30e13704 SHA1 eac4e77c19880e03462cacfe6e210b8738097bbf SHA256 4329e1f429560041cebe67b74a588330f382759bcbb91d3e4145b18e59734b57 +DIST mod_authn_sasl-1.2.tar.bz2 274790 SHA256 4329e1f429560041cebe67b74a588330f382759bcbb91d3e4145b18e59734b57 diff --git a/www-apache/mod_authn_sasl/metadata.xml b/www-apache/mod_authn_sasl/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_authn_sasl/metadata.xml +++ b/www-apache/mod_authn_sasl/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild b/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild deleted file mode 100644 index 05fc33e3a586..000000000000 --- a/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2010-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild,v 1.1 2011/10/14 17:24:30 beandog Exp $ - -inherit eutils apache-module - -DESCRIPTION="Cyrus SASL authentication module for Apache." -HOMEPAGE="http://mod-authn-sasl.sourceforge.net/" -SRC_URI="http://downloads.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/${PV}/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/cyrus-sasl" -RDEPEND="${DEPEND}" - -APXS2_ARGS="-c ${PN}.c -lsasl2" -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTHN_SASL" - -need_apache2_2 - -src_install() { - apache-module_src_install -} diff --git a/www-apache/mod_authnz_external/Manifest b/www-apache/mod_authnz_external/Manifest index bba6ccce4c06..0d763956ff0c 100644 --- a/www-apache/mod_authnz_external/Manifest +++ b/www-apache/mod_authnz_external/Manifest @@ -1,3 +1 @@ -DIST mod_authnz_external-3.1.0.tar.gz 171832 RMD160 380398a58b06ba3352f1ff0dc7758dba6d455327 SHA1 0b699abaeaf693edad8f1b7435cab77d28af0bec SHA256 c3b26376042c0ba85d99ef0266af0bc9d893cce2da41b71c640ee3a9c415b86c -DIST mod_authnz_external-3.2.4.tar.gz 37593 RMD160 5abe6e2604a2809b92dc956e30c57bda879f6866 SHA1 517401421ffe6db02a5e5c34f650f653d05affd5 SHA256 a5fad1559a8b825e86be4458290405bb1bb9379576ba072c3f4279400ee3b915 -DIST mod_authnz_external-3.2.6.tar.gz 38194 RMD160 98a4965506536faf515eb20c50dab54394869746 SHA1 400e9032e733ebbb2c82bde766fe7fdfa6dedb16 SHA256 67365145100617647c65ec7778cdfea2e12eb70e61bb8cddb5d90abd7979f5e6 +DIST mod_authnz_external-3.2.6.tar.gz 38194 SHA256 67365145100617647c65ec7778cdfea2e12eb70e61bb8cddb5d90abd7979f5e6 diff --git a/www-apache/mod_authnz_external/metadata.xml b/www-apache/mod_authnz_external/metadata.xml index 4098c90b3233..ba08acf34594 100644 --- a/www-apache/mod_authnz_external/metadata.xml +++ b/www-apache/mod_authnz_external/metadata.xml @@ -1,7 +1,7 @@ - apache +maintainer-needed@gentoo.org mod-auth-external diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.1.0.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.1.0.ebuild deleted file mode 100644 index c8878248f2a2..000000000000 --- a/www-apache/mod_authnz_external/mod_authnz_external-3.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_external/mod_authnz_external-3.1.0.ebuild,v 1.4 2009/09/18 12:11:09 hollow Exp $ - -inherit eutils apache-module - -DESCRIPTION="An Apache2 authentication DSO using external programs" -HOMEPAGE="http://www.unixpapa.com/mod_auth_external.html" -SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="2" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO UPGRADE" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTHNZ_EXTERNAL" - -need_apache2_2 diff --git a/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild b/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild deleted file mode 100644 index 7a76b8db6c67..000000000000 --- a/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authnz_external/mod_authnz_external-3.2.4.ebuild,v 1.1 2009/09/18 12:11:09 hollow Exp $ - -inherit eutils apache-module - -DESCRIPTION="An Apache2 authentication DSO using external programs" -HOMEPAGE="http://code.google.com/p/mod-auth-external/" -SRC_URI="http://mod-auth-external.googlecode.com/files/${P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -DOCFILES="AUTHENTICATORS CHANGES INSTALL INSTALL.HARDCODE README TODO UPGRADE" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTHNZ_EXTERNAL" - -need_apache2_2 diff --git a/www-apache/mod_backtrace/metadata.xml b/www-apache/mod_backtrace/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_backtrace/metadata.xml +++ b/www-apache/mod_backtrace/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_backtrace/mod_backtrace-0.0.1.ebuild b/www-apache/mod_backtrace/mod_backtrace-0.0.1.ebuild deleted file mode 100644 index cdf7557aa864..000000000000 --- a/www-apache/mod_backtrace/mod_backtrace-0.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_backtrace/mod_backtrace-0.0.1.ebuild,v 1.3 2008/03/23 12:05:53 hollow Exp $ - -inherit apache-module eutils confutils - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Apache2 modules to debug segmentation faults in threads" -HOMEPAGE="http://people.apache.org/~trawick/exception_hook.html" -SRC_URI="mirror://gentoo/${P}.c" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="BACKTRACE" - -need_apache2 - -pkg_setup() { - confutils_require_built_with_all www-servers/apache debug -} - -src_unpack() { - mkdir -p "${S}" || die "mkdir S failed" - cp -f "${DISTDIR}/${P}.c" "${S}/${PN}.c" || die "source copy failed" -} diff --git a/www-apache/mod_bw/Manifest b/www-apache/mod_bw/Manifest index 66c3faa786ab..24ebd5191ff4 100644 --- a/www-apache/mod_bw/Manifest +++ b/www-apache/mod_bw/Manifest @@ -1,3 +1 @@ -DIST mod_bw-0.8.tgz 19026 RMD160 ca2e14d9202c80f62cddc9abfb0eb2f42beffdf1 SHA1 eee7c45e06f54f143980ed61e9883d725412e28a SHA256 75d43f586b7662ccca7d67bc67c52e25a341c6caef89a4804fedbeaee25a13b3 -DIST mod_bw-0.91.tgz 23729 RMD160 ca66d134b1a8f019f2099db3c4c620ab4835633c SHA1 cb4de1d4ed362263cbc4b2f559daa8ee9932ab57 SHA256 253cbc51d976ee919e1964b4eba0ee4f5466237ae7dbec678074f73a43f443d7 -DIST mod_bw-0.92.tgz 23816 RMD160 c54bd1166bfaa28c3722376bf428397d2ea841f5 SHA1 4a7e3d27ed789dd03fb3d8f83ff856470f01d15b SHA256 658eb3f63e2181ac0b6fc3ea33f0eaf637d6ef832c7df3a0e3f3d0cd2376cd7f +DIST mod_bw-0.92.tgz 23816 SHA256 658eb3f63e2181ac0b6fc3ea33f0eaf637d6ef832c7df3a0e3f3d0cd2376cd7f diff --git a/www-apache/mod_bw/metadata.xml b/www-apache/mod_bw/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_bw/metadata.xml +++ b/www-apache/mod_bw/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_bw/mod_bw-0.8.ebuild b/www-apache/mod_bw/mod_bw-0.8.ebuild deleted file mode 100644 index da31e0e01eae..000000000000 --- a/www-apache/mod_bw/mod_bw-0.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_bw/mod_bw-0.8.ebuild,v 1.5 2011/10/14 16:52:23 beandog Exp $ - -inherit apache-module - -DESCRIPTION="Bandwidth Management Module for Apache2." -HOMEPAGE="http://www.ivn.cl/apache/" -SRC_URI="http://www.ivn.cl/apache/files/source/${P}.tgz" - -KEYWORDS="amd64 ppc x86" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="sys-devel/libtool" -RDEPEND="" - -APACHE2_MOD_CONF="11_${PN}" -APACHE2_MOD_DEFINE="BW" - -need_apache2_2 - -S="${WORKDIR}/${PN}" diff --git a/www-apache/mod_bw/mod_bw-0.9.1.ebuild b/www-apache/mod_bw/mod_bw-0.9.1.ebuild deleted file mode 100644 index d212d18c1461..000000000000 --- a/www-apache/mod_bw/mod_bw-0.9.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_bw/mod_bw-0.9.1.ebuild,v 1.1 2011/10/14 16:49:38 beandog Exp $ - -inherit apache-module - -DESCRIPTION="Bandwidth Management Module for Apache2." -HOMEPAGE="http://www.ivn.cl/apache/" - -SRC_URI="http://ivn.cl/files/source/${P/9./9}.tgz" - -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="sys-devel/libtool" -RDEPEND="" - -APACHE2_MOD_CONF="11_${PN}" -APACHE2_MOD_DEFINE="BW" - -need_apache2_2 - -S="${WORKDIR}" diff --git a/www-apache/mod_caucho/metadata.xml b/www-apache/mod_caucho/metadata.xml index e022a00fb5a9..ed8c1e2e7469 100644 --- a/www-apache/mod_caucho/metadata.xml +++ b/www-apache/mod_caucho/metadata.xml @@ -1,7 +1,6 @@ - apache java nelchael@gentoo.org diff --git a/www-apache/mod_cband/metadata.xml b/www-apache/mod_cband/metadata.xml index 44e2405be44a..bc261eda93a1 100644 --- a/www-apache/mod_cband/metadata.xml +++ b/www-apache/mod_cband/metadata.xml @@ -1,7 +1,6 @@ - apache nelchael@gentoo.org diff --git a/www-apache/mod_chroot/Manifest b/www-apache/mod_chroot/Manifest index 0fcb4153a6cb..c6d19773451c 100644 --- a/www-apache/mod_chroot/Manifest +++ b/www-apache/mod_chroot/Manifest @@ -1 +1 @@ -DIST mod_chroot-0.5.tar.gz 15055 RMD160 baba1cac0f05953dac5ab7f483bbc49417eaf8ff SHA1 42935c37fb163ff519651ddd0b0fd6982a978015 SHA256 d29c34b52d8eb94a725dc8e7124df0e5a86282cd0c405c792fda70ec9f0f7cac +DIST mod_chroot-0.5.tar.gz 15055 SHA256 d29c34b52d8eb94a725dc8e7124df0e5a86282cd0c405c792fda70ec9f0f7cac diff --git a/www-apache/mod_chroot/metadata.xml b/www-apache/mod_chroot/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_chroot/metadata.xml +++ b/www-apache/mod_chroot/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_common_redirect/Manifest b/www-apache/mod_common_redirect/Manifest index 885879aff615..41c4a0d218f6 100644 --- a/www-apache/mod_common_redirect/Manifest +++ b/www-apache/mod_common_redirect/Manifest @@ -1,2 +1 @@ -DIST mod_common_redirect-0.1.1.tar.gz 3341 RMD160 ec42a1d21b037e54951d00eff105db9879510df1 SHA1 d024d28fc221fe1f4baf24f0f250334cc59ccb2d SHA256 d51b48c5fd140b051055339c79719597e194f38d1cee7149ee98669772d97c23 -DIST mod_common_redirect-0.1.tar.bz2 3272 RMD160 e51937cac8d34d96be7692287cc583eed7eb32a9 SHA1 04c135e8cc41aaf96db57a63e2f9c65a8d1f23c7 SHA256 768d711a34191a9422db90b7e4973cf94258d16478ace1d2e28f034ccdf9e83d +DIST mod_common_redirect-0.1.1.tar.gz 3341 SHA256 d51b48c5fd140b051055339c79719597e194f38d1cee7149ee98669772d97c23 diff --git a/www-apache/mod_common_redirect/metadata.xml b/www-apache/mod_common_redirect/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_common_redirect/metadata.xml +++ b/www-apache/mod_common_redirect/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_common_redirect/mod_common_redirect-0.1.ebuild b/www-apache/mod_common_redirect/mod_common_redirect-0.1.ebuild deleted file mode 100644 index 82f7f111861b..000000000000 --- a/www-apache/mod_common_redirect/mod_common_redirect-0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_common_redirect/mod_common_redirect-0.1.ebuild,v 1.2 2009/09/17 10:36:45 hollow Exp $ - -inherit apache-module - -DESCRIPTION="mod_common_redirect implements common redirects without mod_rewrite overhead" -HOMEPAGE="http://bb.xnull.de/projects/mod_common_redirect/" -SRC_URI="http://bb.xnull.de/projects/mod_common_redirect/dist/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="COMMON_REDIRECT" - -need_apache2 diff --git a/www-apache/mod_cplusplus/Manifest b/www-apache/mod_cplusplus/Manifest index 77dac7c15089..d6df80ef81a8 100644 --- a/www-apache/mod_cplusplus/Manifest +++ b/www-apache/mod_cplusplus/Manifest @@ -1,2 +1 @@ -DIST mod_cplusplus-1.5.4.tar.gz 264205 SHA256 606d167bd1a3b1613fa03c189478d457147db18bfecfe44512b0795bf687256a DIST modcplusplus-2.0.1.tar.gz 265226 SHA256 60f5b00a6e2e389379b42c44142eca553b7d8e078944ff2ed0c709c9474e920a SHA512 efe4f54cbc970f7321a54e9946a4379258681bf5e3d0db086459883147741ee8c6aa6ef17fe8d8d29b2d0028d4e9318fd2bf7f63920b2b2288fe8adff6561cac WHIRLPOOL 37c7384c7775fa536fb37f877d2880568f1889651b3ce6beac170891737aa92d89ee88307476d20294171f71ff96cc16a5ce174d12f40afddbc7fb6fcee91386 diff --git a/www-apache/mod_cplusplus/metadata.xml b/www-apache/mod_cplusplus/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_cplusplus/metadata.xml +++ b/www-apache/mod_cplusplus/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild b/www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild deleted file mode 100644 index 9102b7180cfa..000000000000 --- a/www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_cplusplus/mod_cplusplus-1.5.4.ebuild,v 1.4 2012/10/16 03:01:56 patrick Exp $ - -inherit apache-module autotools - -DESCRIPTION="Easily implement object oriented apache-2.0 handlers with C++" -HOMEPAGE="http://modcplusplus.sourceforge.net/" -SRC_URI="mirror://sourceforge/modcplusplus/${P}.tar.gz" - -LICENSE="BSD" -IUSE="" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="" - -APACHE2_MOD_CONF="51_${PN}" -APACHE2_MOD_DEFINE="CPLUSPLUS" - -DOCFILES="README" - -need_apache2_2 - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e 's/-Werror //g' configure.in - eautoreconf -} - -src_compile() { - econf --with-apxs=${APXS} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - insinto /usr/include/apache2 - doins "${S}"/include/*.h - mv "${S}"/src/.libs/{libmod_cplusplus-1.1.0,mod_cplusplus}.so - apache-module_src_install -} diff --git a/www-apache/mod_depends/Manifest b/www-apache/mod_depends/Manifest index a1a76e1080b0..6d6820131da5 100644 --- a/www-apache/mod_depends/Manifest +++ b/www-apache/mod_depends/Manifest @@ -1 +1 @@ -DIST mod_depends-0.7.0_p200702041.tar.bz2 232205 RMD160 27b79e035ac51b51c943d081b5089f1a66c4c930 SHA1 d1602cbb567d6135227337e05b2d4e5068432040 SHA256 726c3a6f188ce8cd6e55241bef16146824694c4ed24bbb0b469df03f2c5f32a4 +DIST mod_depends-0.7.0_p200702041.tar.bz2 232205 SHA256 726c3a6f188ce8cd6e55241bef16146824694c4ed24bbb0b469df03f2c5f32a4 diff --git a/www-apache/mod_depends/metadata.xml b/www-apache/mod_depends/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_depends/metadata.xml +++ b/www-apache/mod_depends/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_diagnostics/Manifest b/www-apache/mod_diagnostics/Manifest index bd5155832a2f..56d7ebc4f213 100644 --- a/www-apache/mod_diagnostics/Manifest +++ b/www-apache/mod_diagnostics/Manifest @@ -1 +1 @@ -DIST mod_diagnostics-0.0.1.c 6373 RMD160 500edb3a862d34d8592f83165fe22836a3c305f9 SHA1 82d89929f2caa3cca4793c5b12355b06eb55fa55 SHA256 838947b5019dfb865dc2fcaca5acaeff123bde6f83dc2dd9064fb1153cd1ea14 +DIST mod_diagnostics-0.0.1.c 6373 SHA256 838947b5019dfb865dc2fcaca5acaeff123bde6f83dc2dd9064fb1153cd1ea14 diff --git a/www-apache/mod_diagnostics/metadata.xml b/www-apache/mod_diagnostics/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_diagnostics/metadata.xml +++ b/www-apache/mod_diagnostics/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_dnsbl_lookup/Manifest b/www-apache/mod_dnsbl_lookup/Manifest index e184c36a351f..3d98047d7884 100644 --- a/www-apache/mod_dnsbl_lookup/Manifest +++ b/www-apache/mod_dnsbl_lookup/Manifest @@ -1 +1 @@ -DIST mod_dnsbl_lookup-0.91.tar.gz 7344 RMD160 ad9cb142f23aa96d631a2695ca6d07678d19cfa9 SHA1 d991dfec9d9ace8431b5edffde0f8cd4b60af1b5 SHA256 62a2c881c96453bdbf79aa6e3033044074a99ddf749fea734c955e73b26b3d69 +DIST mod_dnsbl_lookup-0.91.tar.gz 7344 SHA256 62a2c881c96453bdbf79aa6e3033044074a99ddf749fea734c955e73b26b3d69 diff --git a/www-apache/mod_dnsbl_lookup/metadata.xml b/www-apache/mod_dnsbl_lookup/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_dnsbl_lookup/metadata.xml +++ b/www-apache/mod_dnsbl_lookup/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_dnssd/Manifest b/www-apache/mod_dnssd/Manifest index d30f77b4933c..c4654e083248 100644 --- a/www-apache/mod_dnssd/Manifest +++ b/www-apache/mod_dnssd/Manifest @@ -1,2 +1 @@ -DIST mod_dnssd-0.5.tar.gz 106994 RMD160 03a7a4ebc63d84eed7914775f7a680e2ff47aef3 SHA1 d881d1b965b9e984992b9410c7aaef5c1343355b SHA256 ddc6df037fc342f925d897e5270f31da11685e99df2f79e067c697b558b66dac -DIST mod_dnssd-0.6.tar.gz 86417 RMD160 75e3d85960761221be6ff1736d6dbe73da01d24f SHA1 22a90b4e3a5c042b47926888bbc41d79d9745b10 SHA256 2cd171d76eba398f03c1d5bcc468a1756f4801cd8ed5bd065086e4374997c5aa +DIST mod_dnssd-0.6.tar.gz 86417 SHA256 2cd171d76eba398f03c1d5bcc468a1756f4801cd8ed5bd065086e4374997c5aa diff --git a/www-apache/mod_dnssd/metadata.xml b/www-apache/mod_dnssd/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_dnssd/metadata.xml +++ b/www-apache/mod_dnssd/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_dnssd/mod_dnssd-0.5.ebuild b/www-apache/mod_dnssd/mod_dnssd-0.5.ebuild deleted file mode 100644 index 5a24b9a53522..000000000000 --- a/www-apache/mod_dnssd/mod_dnssd-0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_dnssd/mod_dnssd-0.5.ebuild,v 1.4 2009/03/09 18:02:04 betelgeuse Exp $ - -EAPI="2" - -inherit apache-module eutils - -KEYWORDS="amd64 x86" - -DESCRIPTION="mod_dnssd is an Apache module which adds Zeroconf support via DNS-SD using Avahi" -HOMEPAGE="http://0pointer.de/lennart/projects/mod_dnssd/" -SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -IUSE="doc" - -DEPEND="net-dns/avahi[dbus]" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="80_${PN}" -APACHE2_MOD_DEFINE="DNSSD" - -need_apache2 - -src_configure() { - econf --with-apxs=${APXS} --disable-lynx || die "econf failed" -} diff --git a/www-apache/mod_evasive/metadata.xml b/www-apache/mod_evasive/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_evasive/metadata.xml +++ b/www-apache/mod_evasive/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_extract_forwarded/metadata.xml b/www-apache/mod_extract_forwarded/metadata.xml index f9164300678d..f900469bd205 100644 --- a/www-apache/mod_extract_forwarded/metadata.xml +++ b/www-apache/mod_extract_forwarded/metadata.xml @@ -1,7 +1,7 @@ - apache +maintainer-needed@gentoo.org Enable support for Apache's internal proxy diff --git a/www-apache/mod_fastcgi/Manifest b/www-apache/mod_fastcgi/Manifest index a84ee6192489..27d71ff29c38 100644 --- a/www-apache/mod_fastcgi/Manifest +++ b/www-apache/mod_fastcgi/Manifest @@ -1,3 +1 @@ -DIST mod_fastcgi-2.4.6.tar.gz 100230 SHA256 a5a887eecc8fe13e4cb1cab4d140188a3d2b5e6f337f8a1cce88ca441ddbe689 -DIST mod_fastcgi-SNAP-0811090952.tar.gz 101299 SHA256 0759ede04552f51f4a2b5f37348030ebf96d82f79dd6e8d14eb384f5866b6130 DIST mod_fastcgi-SNAP-0910052141.tar.gz 103255 SHA256 e6564ae206284806c781834e9e89aa4b0a4dd647b45c6da5cc389c65a984bdc7 SHA512 4ab909bb26104542d44490a30f2a77f71c7f4345902f00e06424f03bbf81858a72a713580ee6081088e6d5154f702a155d25b675111371c087c122ef6d181d95 WHIRLPOOL d576eda007ce0ae598501877abbe34e407d2335d3feedd096b930a8cd7da65107efb906bd5fa75cafc30d9c2bb7bbe7a09bfaa27d40d6812b4db02514276dfd0 diff --git a/www-apache/mod_fastcgi/metadata.xml b/www-apache/mod_fastcgi/metadata.xml index 64a719ea1bfd..48919ac33d6c 100644 --- a/www-apache/mod_fastcgi/metadata.xml +++ b/www-apache/mod_fastcgi/metadata.xml @@ -1,5 +1,8 @@ - apache + + neurogeek@gentoo.org + Jesus Rivero + diff --git a/www-apache/mod_fastcgi/mod_fastcgi-2.4.6-r1.ebuild b/www-apache/mod_fastcgi/mod_fastcgi-2.4.6-r1.ebuild deleted file mode 100644 index 49c38abc7a56..000000000000 --- a/www-apache/mod_fastcgi/mod_fastcgi-2.4.6-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi/mod_fastcgi-2.4.6-r1.ebuild,v 1.5 2012/10/16 02:52:38 patrick Exp $ - -inherit apache-module eutils - -DESCRIPTION="FastCGI is a open extension to CGI without the limitations of server specific APIs." -HOMEPAGE="http://fastcgi.com/" -SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="mod_fastcgi" -IUSE="" - -APXS2_ARGS="-c mod_fastcgi.c fcgi*.c" -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI" - -DOCFILES="CHANGES README docs/LICENSE.TERMS docs/mod_fastcgi.html" - -need_apache2_2 - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PV}-graceful.patch -} diff --git a/www-apache/mod_fastcgi/mod_fastcgi-2.4.6.ebuild b/www-apache/mod_fastcgi/mod_fastcgi-2.4.6.ebuild deleted file mode 100644 index 3b1b588b60b9..000000000000 --- a/www-apache/mod_fastcgi/mod_fastcgi-2.4.6.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/www-apache/mod_fastcgi/mod_fastcgi-2.4.6.ebuild,v 1.4 2012/10/16 02:52:38 patrick Exp $ - -inherit apache-module - -DESCRIPTION="FastCGI is a open extension to CGI without the limitations of server specific APIs." -HOMEPAGE="http://fastcgi.com/" -SRC_URI="http://www.fastcgi.com/dist/${P}.tar.gz" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="mod_fastcgi" -IUSE="" - -APXS2_ARGS="-c mod_fastcgi.c fcgi*.c" -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI" - -DOCFILES="CHANGES README docs/LICENSE.TERMS docs/mod_fastcgi.html" - -need_apache2_2 diff --git a/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0811090952.ebuild b/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0811090952.ebuild deleted file mode 100644 index 452ab7fb2f1d..000000000000 --- a/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0811090952.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/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0811090952.ebuild,v 1.4 2012/10/16 02:52:38 patrick Exp $ - -inherit apache-module eutils - -MY_P="${PN}-SNAP-${PV/2.4.7_pre/}" - -DESCRIPTION="FastCGI is a open extension to CGI without the limitations of server specific APIs." -HOMEPAGE="http://fastcgi.com/" -SRC_URI="http://www.fastcgi.com/dist/${MY_P}.tar.gz" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="mod_fastcgi" -IUSE="" - -APXS2_ARGS="-c mod_fastcgi.c fcgi*.c" -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI" - -DOCFILES="CHANGES README docs/LICENSE.TERMS docs/mod_fastcgi.html" - -S="${WORKDIR}/${MY_P}" - -need_apache2_2 - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/2.4.6-graceful.patch -} diff --git a/www-apache/mod_fastcgi_handler/Manifest b/www-apache/mod_fastcgi_handler/Manifest index 2b8fc57c5b5d..e221114d54b0 100644 --- a/www-apache/mod_fastcgi_handler/Manifest +++ b/www-apache/mod_fastcgi_handler/Manifest @@ -1,4 +1 @@ -DIST mod_fastcgi_handler-0.2.tar.bz2 11249 RMD160 b0e607569cb3099e48690e30f8d738e3b9ab1d54 SHA1 017b75fa4dc87fd0c749e682a44ddc1aaa2879e3 SHA256 f5af4c478282bc472c28f54638bf7f2fa37eecdac604954f6e993c6ff8c69534 -DIST mod_fastcgi_handler-0.4.tar.gz 10984 RMD160 cb7e9a0407443a90a206a8751aef83b10d006aef SHA1 01a88514cea91adb7ae3975adfd1bc13c16cceb1 SHA256 365b739e11d3dee7787bb1ad4936bc72ceb19dd08abada1774fb8f33ee38700a -DIST mod_fastcgi_handler-0.5.tar.gz 10965 RMD160 d7574bae514f3e34dbdb572e2b48de46fdee8435 SHA1 0b665d64ca8c7d6ad0d206e6d11d87d490bcd323 SHA256 7311da4feaf6c9077ec8bbc86e96cb1c2cb6595238734a57053922fecb5c5725 -DIST mod_fastcgi_handler-0.6.tar.gz 10980 RMD160 cbc6b7a5c564a4ec188a7dd3d3a9128b659cb862 SHA1 ba6e88cbf953a6ee82286cdd58c708bfb69a8b54 SHA256 1d1676005a50c77101681c054df3e76939b6885060027882d4a506141637c39e +DIST mod_fastcgi_handler-0.6.tar.gz 10980 SHA256 1d1676005a50c77101681c054df3e76939b6885060027882d4a506141637c39e diff --git a/www-apache/mod_fastcgi_handler/metadata.xml b/www-apache/mod_fastcgi_handler/metadata.xml index 64a719ea1bfd..48919ac33d6c 100644 --- a/www-apache/mod_fastcgi_handler/metadata.xml +++ b/www-apache/mod_fastcgi_handler/metadata.xml @@ -1,5 +1,8 @@ - apache + + neurogeek@gentoo.org + Jesus Rivero + diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.2.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.2.ebuild deleted file mode 100644 index b1fde822d297..000000000000 --- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.2.ebuild,v 1.1 2010/06/19 17:08:51 hollow Exp $ - -inherit apache-module - -DESCRIPTION="A simple FastCGI handler module" -HOMEPAGE="http://bb.xnull.de/projects/mod_fastcgi_handler/" -SRC_URI="http://bb.xnull.de/projects/mod_fastcgi_handler/dist/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI_HANDLER" - -APXS2_ARGS="-o ${PN}.so -c *.c" - -need_apache2 diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.4.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.4.ebuild deleted file mode 100644 index c589589902d8..000000000000 --- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.4.ebuild,v 1.1 2010/12/11 18:51:39 hollow Exp $ - -EAPI="3" - -GITHUB_AUTHOR="hollow" -GITHUB_PROJECT="mod_fastcgi_handler" -GITHUB_COMMIT="8973a51" - -inherit apache-module - -DESCRIPTION="A simple FastCGI handler module" -HOMEPAGE="http://github.com/hollow/mod_fastcgi_handler" -SRC_URI="http://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT} - -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI_HANDLER" - -APXS2_ARGS="-o ${PN}.so -c *.c" - -need_apache2 diff --git a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.5.ebuild b/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.5.ebuild deleted file mode 100644 index 19516dee402f..000000000000 --- a/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fastcgi_handler/mod_fastcgi_handler-0.5.ebuild,v 1.1 2011/03/23 14:13:43 hollow Exp $ - -EAPI="3" - -GITHUB_AUTHOR="hollow" -GITHUB_PROJECT="mod_fastcgi_handler" -GITHUB_COMMIT="c9bd8e0" - -inherit apache-module - -DESCRIPTION="A simple FastCGI handler module" -HOMEPAGE="http://github.com/hollow/mod_fastcgi_handler" -SRC_URI="http://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT} - -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI_HANDLER" - -APXS2_ARGS="-o ${PN}.so -c *.c" - -need_apache2 diff --git a/www-apache/mod_fcgid/Manifest b/www-apache/mod_fcgid/Manifest index 83b2e7cef766..aace05f6d0ac 100644 --- a/www-apache/mod_fcgid/Manifest +++ b/www-apache/mod_fcgid/Manifest @@ -1,3 +1,3 @@ -DIST mod_fcgid-2.3.5.tar.bz2 73275 RMD160 35f153326cd3688fd66f4654a8d72a96cfb5709f SHA1 11034ad8231a6ea1e3c9385b9017e0f8dd7faff0 SHA256 8777c90fe896df770a017ac7a327323c110387fd46ef9b8759eda9e18e304ffd -DIST mod_fcgid-2.3.6.tar.bz2 76357 RMD160 f3dc009de05b68033471f38e50f39cfc8539c2ed SHA1 7f7974f952278e3565793aecf76ac83ebf521f91 SHA256 16a96e6210875cd9cc5350a0dd774c8580f39f43f7f0176702b2d1f1ca502fdd -DIST mod_fcgid-2.3.7.tar.bz2 77924 RMD160 6c917383374da6629f4857f3c922844acabbc47a SHA1 927c44122a28b676694727f70339853f216036b7 SHA256 4fcfadd2804734cc7a266d8c6044b34a21d5a4a1e2e0c1a882fc59a3e012eb80 +DIST mod_fcgid-2.3.5.tar.bz2 73275 SHA256 8777c90fe896df770a017ac7a327323c110387fd46ef9b8759eda9e18e304ffd +DIST mod_fcgid-2.3.6.tar.bz2 76357 SHA256 16a96e6210875cd9cc5350a0dd774c8580f39f43f7f0176702b2d1f1ca502fdd +DIST mod_fcgid-2.3.7.tar.bz2 77924 SHA256 4fcfadd2804734cc7a266d8c6044b34a21d5a4a1e2e0c1a882fc59a3e012eb80 diff --git a/www-apache/mod_fcgid/metadata.xml b/www-apache/mod_fcgid/metadata.xml index b103412c3e00..92f0fc0800bf 100644 --- a/www-apache/mod_fcgid/metadata.xml +++ b/www-apache/mod_fcgid/metadata.xml @@ -1,7 +1,6 @@ - apache ramereth@gentoo.org Lance Albertson diff --git a/www-apache/mod_flvx/Manifest b/www-apache/mod_flvx/Manifest index a48a1282eeeb..67abd450ace6 100644 --- a/www-apache/mod_flvx/Manifest +++ b/www-apache/mod_flvx/Manifest @@ -1 +1 @@ -DIST mod_flvx-0.0.1.tar.bz2 1636 RMD160 d77f2803aab62100fae5997e00f6e26459c4e6c9 SHA1 a65a1cc0f283f069b0bd90bea3e3a0ca808c5128 SHA256 bfcd82f5782f86577124ab88339762fe08e3e5a108e80bb56a20e12a6cc951c2 +DIST mod_flvx-0.0.1.tar.bz2 1636 SHA256 bfcd82f5782f86577124ab88339762fe08e3e5a108e80bb56a20e12a6cc951c2 diff --git a/www-apache/mod_flvx/metadata.xml b/www-apache/mod_flvx/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_flvx/metadata.xml +++ b/www-apache/mod_flvx/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_ftpd/Manifest b/www-apache/mod_ftpd/Manifest index 2f6987106689..ddea45c3505e 100644 --- a/www-apache/mod_ftpd/Manifest +++ b/www-apache/mod_ftpd/Manifest @@ -1 +1 @@ -DIST mod_ftpd-0.14.tar.bz2 330410 RMD160 01823f02b2ae27952eef13946201e1ca9e55285c SHA1 d91b6f4706c73c5fd2fcb28f834d244efbf94cd4 SHA256 f36d3b65a5a200fca0c58e453246635e0f8e94c7f870d2b2f1946fa4a8b06d09 +DIST mod_ftpd-0.14.tar.bz2 330410 SHA256 f36d3b65a5a200fca0c58e453246635e0f8e94c7f870d2b2f1946fa4a8b06d09 diff --git a/www-apache/mod_ftpd/metadata.xml b/www-apache/mod_ftpd/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_ftpd/metadata.xml +++ b/www-apache/mod_ftpd/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_geoip2/metadata.xml b/www-apache/mod_geoip2/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_geoip2/metadata.xml +++ b/www-apache/mod_geoip2/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_gnutls/metadata.xml b/www-apache/mod_gnutls/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_gnutls/metadata.xml +++ b/www-apache/mod_gnutls/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_jk/metadata.xml b/www-apache/mod_jk/metadata.xml index 3a517389219c..7634ab7e6e11 100644 --- a/www-apache/mod_jk/metadata.xml +++ b/www-apache/mod_jk/metadata.xml @@ -1,7 +1,6 @@ - apache java mike@weisso.com diff --git a/www-apache/mod_layout/Manifest b/www-apache/mod_layout/Manifest index 1893bfdbacb6..d812134dfe21 100644 --- a/www-apache/mod_layout/Manifest +++ b/www-apache/mod_layout/Manifest @@ -1,2 +1 @@ -DIST mod_layout-5.0.tar.gz 22760 RMD160 0e8859384e253d3022857eed8f617d6951a3816d SHA1 4412ed74a2fe9afe97b1f3f4b8ef56a430d09aef SHA256 c22ce299dda919e6f260401aeb1d204514b0d0382076eed29b1020711b8438a9 -DIST mod_layout-5.1.tar.gz 12798 RMD160 a9036731ba2e76c05c9e513764f004aab779b898 SHA1 8b9e433a7bc610e530ee8e69a0d1a6253cc8f9b3 SHA256 d00299e3aae38704096477377d20a5c5bcc32fe7802044358a79a31248cd23c6 +DIST mod_layout-5.1.tar.gz 12798 SHA256 d00299e3aae38704096477377d20a5c5bcc32fe7802044358a79a31248cd23c6 diff --git a/www-apache/mod_layout/metadata.xml b/www-apache/mod_layout/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_layout/metadata.xml +++ b/www-apache/mod_layout/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_layout/mod_layout-5.0.ebuild b/www-apache/mod_layout/mod_layout-5.0.ebuild deleted file mode 100644 index 61322a65d803..000000000000 --- a/www-apache/mod_layout/mod_layout-5.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_layout/mod_layout-5.0.ebuild,v 1.4 2008/01/25 17:53:32 drac Exp $ - -inherit apache-module - -KEYWORDS="amd64 ppc x86" - -DESCRIPTION="An Apache2 module for adding custom headers and/or footers." -HOMEPAGE="http://software.tangent.org/" -SRC_URI="http://download.tangent.org/${P}.tar.gz" -LICENSE="as-is" -SLOT="2" -IUSE="" - -DEPEND="" -RDEPEND="" - -APXS2_ARGS="-c ${PN}.c utility.c layout.c" - -APACHE2_MOD_CONF="15_mod_layout" -APACHE2_MOD_DEFINE="LAYOUT" - -DOCFILES="README" - -need_apache2_2 diff --git a/www-apache/mod_ldap_userdir/Manifest b/www-apache/mod_ldap_userdir/Manifest index 6a60068cda3a..20d9316bff46 100644 --- a/www-apache/mod_ldap_userdir/Manifest +++ b/www-apache/mod_ldap_userdir/Manifest @@ -1,3 +1 @@ -DIST mod_ldap_userdir-1.1.12.tar.gz 46947 RMD160 aea889490f2ab4d6b2bf37da17f531ad7af2bfae SHA1 a06ad104467c6311ac9703548d7f0f33c43eacb9 SHA256 7c43b1d5cdf3d260b97d413150cef5774bf5cfc4f7d2b189fc12c5aa6240d3d0 -DIST mod_ldap_userdir-1.1.16.tar.gz 47938 RMD160 b1549c5bc09afec9a53760ae36f755957b9435a0 SHA1 f5d6faf4977f525e4d9e3924906d453897488fbd SHA256 4e441e7494bd7bf50c167007da7e1d941af75247ae6df01e62150843e7acb59b -DIST mod_ldap_userdir-1.1.5.tar.gz 37203 RMD160 bcc0818a41ef0e7a31231995f94d69a3ffe95bf1 SHA1 c19ac1980bb81437508669f4c9e2948b8b8fde80 SHA256 d8f6a38e4b34d965ca5490ccf5869cec972ce35de4748ce1bbcba8a3ee59c9c7 +DIST mod_ldap_userdir-1.1.16.tar.gz 47938 SHA256 4e441e7494bd7bf50c167007da7e1d941af75247ae6df01e62150843e7acb59b diff --git a/www-apache/mod_ldap_userdir/metadata.xml b/www-apache/mod_ldap_userdir/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_ldap_userdir/metadata.xml +++ b/www-apache/mod_ldap_userdir/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.12.ebuild b/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.12.ebuild deleted file mode 100644 index 56246758821b..000000000000 --- a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.12.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.12.ebuild,v 1.4 2009/09/27 19:22:42 nixnut Exp $ - -inherit apache-module - -DESCRIPTION="Apache module that enables ~/public_html from an LDAP directory." -HOMEPAGE="http://horde.net/~jwm/software/mod_ldap_userdir/" -SRC_URI="http://horde.net/~jwm/software/mod_ldap_userdir/${P}.tar.gz" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="ssl" - -DEPEND="ssl? ( dev-libs/openssl ) - net-nds/openldap" -RDEPEND="${DEPEND}" - -need_apache2_2 - -APACHE2_MOD_CONF="47_${PN}" -APACHE2_MOD_DEFINE="LDAP_USERDIR" - -DOCFILES="DIRECTIVES README user-ldif posixAccount-objectclass" - -src_compile() { - econf --with-apxs="${APXS}" \ - $(use_enable ssl tls) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - apache-module_src_install - fperms 600 "${APACHE_MODULES_CONFDIR}"/47_${PN}.conf -} diff --git a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.5.ebuild b/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.5.ebuild deleted file mode 100644 index 618dfbbdce77..000000000000 --- a/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_ldap_userdir/mod_ldap_userdir-1.1.5.ebuild,v 1.3 2008/01/29 16:37:24 hollow Exp $ - -inherit apache-module - -KEYWORDS="ppc x86" - -DESCRIPTION="Apache module that enables ~/public_html from an LDAP directory." -HOMEPAGE="http://horde.net/~jwm/software/mod_ldap_userdir/" -SRC_URI="http://horde.net/~jwm/software/mod_ldap_userdir/${P}.tar.gz" -LICENSE="GPL-1" -SLOT="0" -IUSE="ssl" - -DEPEND="ssl? ( dev-libs/openssl ) - net-nds/openldap" -RDEPEND="${DEPEND}" - -DOCFILES="DIRECTIVES README user-ldif posixAccount-objectclass" - -APACHE2_MOD_CONF="47_mod_ldap_userdir" -APACHE2_MOD_DEFINE="LDAP_USERDIR" - -need_apache - -src_compile() { - local myargs="-lldap -llber" - use ssl && myargs="${myargs} -DTLS=1" - myargs="${myargs} -c ${PN}.c" - - APXS2_ARGS="${myargs}" - - apache-module_src_compile -} - -src_install() { - apache-module_src_install - fperms 600 "${APACHE_MODULES_CONFDIR}"/$(basename ${APACHE2_MOD_CONF}).conf -} diff --git a/www-apache/mod_limitipconn/metadata.xml b/www-apache/mod_limitipconn/metadata.xml index 3423d6587289..d8d06c3ff5ec 100644 --- a/www-apache/mod_limitipconn/metadata.xml +++ b/www-apache/mod_limitipconn/metadata.xml @@ -1,7 +1,6 @@ - apache tomk@gentoo.org Tom Knight diff --git a/www-apache/mod_lisp2/Manifest b/www-apache/mod_lisp2/Manifest index ef746e92dac3..e401c580fff2 100644 --- a/www-apache/mod_lisp2/Manifest +++ b/www-apache/mod_lisp2/Manifest @@ -1 +1 @@ -DIST mod_lisp2-1.3.2.c 27919 RMD160 a5dad736e1271badb0c284a5897b40b33aa01e1e SHA1 8aada9bfd5e0fbd6bf4318eeea463c472caa9e71 SHA256 c279c140da431ea63dc1a97154edf9ac69ddb8b3f80e2083403c7a4d1ca6e322 +DIST mod_lisp2-1.3.2.c 27919 SHA256 c279c140da431ea63dc1a97154edf9ac69ddb8b3f80e2083403c7a4d1ca6e322 diff --git a/www-apache/mod_lisp2/metadata.xml b/www-apache/mod_lisp2/metadata.xml index e4acb3733c29..e3d22d82f052 100644 --- a/www-apache/mod_lisp2/metadata.xml +++ b/www-apache/mod_lisp2/metadata.xml @@ -1,6 +1,5 @@ - apache common-lisp diff --git a/www-apache/mod_loadavg/metadata.xml b/www-apache/mod_loadavg/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_loadavg/metadata.xml +++ b/www-apache/mod_loadavg/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_log_rotate/Manifest b/www-apache/mod_log_rotate/Manifest index 3d93b1e51029..9aa65ba6dac9 100644 --- a/www-apache/mod_log_rotate/Manifest +++ b/www-apache/mod_log_rotate/Manifest @@ -1 +1 @@ -DIST mod_log_rotate-1.00.tar.bz2 4697 RMD160 4f6f1148fb8c1d6da5a92b37ea3cfca7e45f8d5e SHA1 8f0aac1b58464b5dd20c39cb8d53aa85c74c197a SHA256 8a46b9ebecee09ff3dc240dcc28f153b66135764b80e374de60a0a4f1301eb5a +DIST mod_log_rotate-1.00.tar.bz2 4697 SHA256 8a46b9ebecee09ff3dc240dcc28f153b66135764b80e374de60a0a4f1301eb5a diff --git a/www-apache/mod_log_rotate/metadata.xml b/www-apache/mod_log_rotate/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_log_rotate/metadata.xml +++ b/www-apache/mod_log_rotate/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_log_sql/Manifest b/www-apache/mod_log_sql/Manifest index d6ef57945299..93d9e9c07628 100644 --- a/www-apache/mod_log_sql/Manifest +++ b/www-apache/mod_log_sql/Manifest @@ -1,2 +1 @@ -DIST mod_log_sql-1.100.tar.bz2 122507 SHA256 e9a49e01ecea00292ddec0a0bc4f33f0200dd7617bea11b0de92f1fd100025fc DIST mod_log_sql-1.101.tar.bz2 127500 SHA256 0907579b0466844f7f1886af92a9ea36b4815ec869929ba577c74d32b6d69a5e SHA512 30ea586443cf042e52149012613d80ca0c6631847618366905e90f99bfab235ca6e050fa1dbdb98ef54be6d68b34564781c6efb36ba89f7b51e4f3e00892d91f WHIRLPOOL 1fb6c8725a6321fe565a13121592694750354686e6a3035abb80bc7250d3a2884dd0bea0421f2d02768c196eeb409cb7e600e48dfed0fd7f14146d242666d681 diff --git a/www-apache/mod_log_sql/metadata.xml b/www-apache/mod_log_sql/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_log_sql/metadata.xml +++ b/www-apache/mod_log_sql/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_log_sql/mod_log_sql-1.100.ebuild b/www-apache/mod_log_sql/mod_log_sql-1.100.ebuild deleted file mode 100644 index 95c4b81b40ad..000000000000 --- a/www-apache/mod_log_sql/mod_log_sql-1.100.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_log_sql/mod_log_sql-1.100.ebuild,v 1.4 2012/10/16 05:04:46 patrick Exp $ - -inherit apache-module - -KEYWORDS="~amd64 ppc x86" - -DESCRIPTION="An Apache module for logging to an SQL (MySQL) database." -HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_log_sql/" -SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2" -LICENSE="as-is" -SLOT="0" -IUSE="dbi ssl" - -DEPEND="virtual/mysql - dbi? ( dev-db/libdbi ) - ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="42_${PN}" -APACHE2_MOD_DEFINE="LOG_SQL" - -APACHE2_EXECFILES=".libs/${PN}_mysql.so .libs/${PN}_dbi.so .libs/${PN}_ssl.so" - -DOCFILES="AUTHORS CHANGELOG docs/README docs/manual.html \ -contrib/create_tables.sql contrib/make_combined_log.pl contrib/mysql_import_combined_log.pl" - -need_apache2_2 - -src_compile() { - local myconf="--with-apxs=${APXS}" - use ssl && myconf="${myconf} --with-ssl-inc=/usr" - use ssl || myconf="${myconf} --without-ssl-inc" - use dbi && myconf="${myconf} --with-dbi=/usr" - use dbi || myconf="${myconf} --without-dbi" - econf ${myconf} || die "econf failed" - emake || die "emake failed" -} - -pkg_postinst() { - apache-module_pkg_postinst - einfo "Refer to /usr/share/doc/${PF}/ for scripts" - einfo "on how to create logging tables." -} diff --git a/www-apache/mod_loopback/Manifest b/www-apache/mod_loopback/Manifest index caf671424cea..48dc0a90ba35 100644 --- a/www-apache/mod_loopback/Manifest +++ b/www-apache/mod_loopback/Manifest @@ -1 +1 @@ -DIST mod_loopback201.tgz 10807 RMD160 299f5c0cd6e30b2b3883a54ef35e9996600bcd96 SHA1 16fd0c47ce694396f613590f043bcbef8ae1d120 SHA256 c57137895511ee2882bcbe41dc9b98cd21d3c5b394e90d99d57c0700e7a5c61e +DIST mod_loopback201.tgz 10807 SHA256 c57137895511ee2882bcbe41dc9b98cd21d3c5b394e90d99d57c0700e7a5c61e diff --git a/www-apache/mod_loopback/metadata.xml b/www-apache/mod_loopback/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_loopback/metadata.xml +++ b/www-apache/mod_loopback/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_macro/Manifest b/www-apache/mod_macro/Manifest index 74935212762d..3b31c3d6ae37 100644 --- a/www-apache/mod_macro/Manifest +++ b/www-apache/mod_macro/Manifest @@ -1,3 +1,2 @@ -DIST mod_macro-1.1.10.tar.bz2 13517 RMD160 f7da506621f0074d452793d906d3402e47748766 SHA1 64190e39ef1a19105082ddf0e5397ac369843255 SHA256 9ce558d0b182a721a04e5b499ba2684d07c5ba2c7a552d8a844489beb9e339d0 -DIST mod_macro-1.1.11.tar.bz2 14535 RMD160 5d4116774fe77c508b66b239d223059c3d57c92d SHA1 7e0bdb365eeba1096217a15b64e9f6d67a72b9c2 SHA256 21d8c0864beb1524153d09fc27a9e931562dd2b174c9e6407fc5a762d5ed47a7 -DIST mod_macro-1.2.1.tar.gz 16870 RMD160 81539e5aa78bc45a687d51796911c0566ae22da1 SHA1 1ca2295e6487fdbeadb09e4fd208d9aab1036a83 SHA256 f22c6342b36526fb401dea4dba4c2b61a72083da973b9ca1c4777a77d5128fc3 +DIST mod_macro-1.1.10.tar.bz2 13517 SHA256 9ce558d0b182a721a04e5b499ba2684d07c5ba2c7a552d8a844489beb9e339d0 +DIST mod_macro-1.2.1.tar.gz 16870 SHA256 f22c6342b36526fb401dea4dba4c2b61a72083da973b9ca1c4777a77d5128fc3 diff --git a/www-apache/mod_macro/metadata.xml b/www-apache/mod_macro/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_macro/metadata.xml +++ b/www-apache/mod_macro/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_macro/mod_macro-1.1.11.ebuild b/www-apache/mod_macro/mod_macro-1.1.11.ebuild deleted file mode 100644 index bd34fb8f0e8f..000000000000 --- a/www-apache/mod_macro/mod_macro-1.1.11.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_macro/mod_macro-1.1.11.ebuild,v 1.1 2011/10/14 17:15:53 beandog Exp $ - -inherit apache-module - -DESCRIPTION="An Apache2 module providing macros for the Apache config file." -HOMEPAGE="http://www.coelho.net/mod_macro/" -SRC_URI="http://www.coelho.net/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="sys-devel/libtool" -RDEPEND="" - -APACHE2_MOD_CONF="27_${PN}" -APACHE2_MOD_DEFINE="MACRO" - -DOCFILES="CHANGES INSTALL README mod_macro.html" - -need_apache2_2 - -src_install() { - apache-module_src_install - keepdir "${APACHE_CONFDIR}"/macros.d/ - insinto "${APACHE_CONFDIR}"/macros.d/ - doins "${FILESDIR}"/00_example.conf -} diff --git a/www-apache/mod_mono/metadata.xml b/www-apache/mod_mono/metadata.xml index 6cb40de7d3d5..1123c4994f60 100644 --- a/www-apache/mod_mono/metadata.xml +++ b/www-apache/mod_mono/metadata.xml @@ -1,7 +1,6 @@ - apache dotnet The module allows Apache (http://httpd.apache.org) to serve ASP.NET diff --git a/www-apache/mod_musicindex/Manifest b/www-apache/mod_musicindex/Manifest index 47278ed56e76..4930e48c4c40 100644 --- a/www-apache/mod_musicindex/Manifest +++ b/www-apache/mod_musicindex/Manifest @@ -1,2 +1 @@ DIST libapache-mod-musicindex_1.3.7.orig.tar.gz 509573 SHA256 2965d0a7654b6f702a4bda4b1a2472bdceba9935aff1102b984d5ce8e68303b1 SHA512 a05d4c564e30f7e97b664696c04369cd26ecde92a822ab2c3db66fe794c75991e2cf431901ecdb1f96d1f333e090667c4e46ae4fe0299ab7d5367d158bc7f702 WHIRLPOOL cf02893b2e8fa85bca2313e67611374cad7a12def6cb56a8fa4d0c9882e1370fec585566beec6bde66ec1e571dee0802dca33721a0c107001e4e2974a2fff672 -DIST mod_musicindex-1.3.5.tar.gz 488090 SHA256 e9178f8dd6481f2614a17ba1cdf55ec55636cd0802866d236b4230ee801d67ca diff --git a/www-apache/mod_musicindex/metadata.xml b/www-apache/mod_musicindex/metadata.xml index d1c19255a835..f2908df4d5ca 100644 --- a/www-apache/mod_musicindex/metadata.xml +++ b/www-apache/mod_musicindex/metadata.xml @@ -1,7 +1,7 @@ - apache +maintainer-needed@gentoo.org Add MySQL cache backend support diff --git a/www-apache/mod_musicindex/mod_musicindex-1.3.5.ebuild b/www-apache/mod_musicindex/mod_musicindex-1.3.5.ebuild deleted file mode 100644 index 58d74e5811b0..000000000000 --- a/www-apache/mod_musicindex/mod_musicindex-1.3.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_musicindex/mod_musicindex-1.3.5.ebuild,v 1.3 2012/10/16 05:25:22 patrick Exp $ - -EAPI="2" - -inherit apache-module - -DESCRIPTION="mod_musicindex allows nice displaying of directories containing music files" -HOMEPAGE="http://www.parisc-linux.org/~varenet/musicindex/" -SRC_URI="http://www.parisc-linux.org/~varenet/musicindex/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+mp3 +mp4 +flac +vorbis" - -DEPEND="mp3? ( media-libs/libmad ) - mp4? ( media-libs/libmp4v2:0 ) - flac? ( media-libs/flac ) - vorbis? ( media-libs/liboggz )" -RDEPEND="${DEPEND} - sys-devel/libtool" - -APACHE2_MOD_CONF="50_${PN}" -APACHE2_MOD_DEFINE="MUSICINDEX" -DOCFILES="AUTHORS BUGS ChangeLog README UPGRADING" - -need_apache2_2 - -src_configure() { - econf \ - $(use_enable mp3) \ - $(use_enable mp4) \ - $(use_enable flac) \ - $(use_enable vorbis) -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake failed" - apache-module_src_install -} diff --git a/www-apache/mod_nss/metadata.xml b/www-apache/mod_nss/metadata.xml index 49001f08efe6..1508bf7f6ae4 100644 --- a/www-apache/mod_nss/metadata.xml +++ b/www-apache/mod_nss/metadata.xml @@ -1,7 +1,6 @@ -apache lxnay@gentoo.org diff --git a/www-apache/mod_pcgi2/Manifest b/www-apache/mod_pcgi2/Manifest index 2c4dad0803be..88dce91941ba 100644 --- a/www-apache/mod_pcgi2/Manifest +++ b/www-apache/mod_pcgi2/Manifest @@ -1 +1 @@ -DIST mod_pcgi2-2.0.2-src.tar.gz 32214 RMD160 381a6c7a58e52babcc6ffe425673784ac3ce4821 SHA1 dd9c6b6a7c0c90655516601c104a96ee34c42a9f SHA256 853f8a02483774d3cf9f1861d467481086fc75cbd38f5e0a00c265574587a63e +DIST mod_pcgi2-2.0.2-src.tar.gz 32214 SHA256 853f8a02483774d3cf9f1861d467481086fc75cbd38f5e0a00c265574587a63e diff --git a/www-apache/mod_pcgi2/metadata.xml b/www-apache/mod_pcgi2/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_pcgi2/metadata.xml +++ b/www-apache/mod_pcgi2/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_perl/metadata.xml b/www-apache/mod_perl/metadata.xml index e5da8b73aea2..8be00b39dc0e 100644 --- a/www-apache/mod_perl/metadata.xml +++ b/www-apache/mod_perl/metadata.xml @@ -1,7 +1,6 @@ - apache perl idl0r@gentoo.org diff --git a/www-apache/mod_proxy_fcgi/metadata.xml b/www-apache/mod_proxy_fcgi/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_proxy_fcgi/metadata.xml +++ b/www-apache/mod_proxy_fcgi/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_proxy_html/Manifest b/www-apache/mod_proxy_html/Manifest index 6eab516dcbc2..1e2b79283880 100644 --- a/www-apache/mod_proxy_html/Manifest +++ b/www-apache/mod_proxy_html/Manifest @@ -1,3 +1,2 @@ -DIST mod_proxy_html-3.0.0.c.bz2 12061 RMD160 15215218e1da3051ca3642462d943f7ad680f9ce SHA1 dc36b4dd1a7985f43486e37a66b98587f2e1c532 SHA256 77aeb4bfbd34930859d4ed203f5a12083412362c36912f57a9d5271e9f1d17a2 -DIST mod_proxy_html-3.0.1.tar.bz2 19488 RMD160 0a4b4530219ee6e63a12dcbdc51e8275ceec71e6 SHA1 ed91fb0e37e90a1d892c2fa78513ce60791dbb86 SHA256 69b9b4a107788a150d84b897656db443b51e13cb1f712a614ba3f7baad0d195d -DIST mod_proxy_html-3.1.2.tar.bz2 23019 RMD160 68a704720d9a726970fd283b0b8f0016da770227 SHA1 cd31a2af413e9e3315db617880659d5e93aaf09f SHA256 a1aee758bda605e153868b91188ebf2c527b8eeb0f115d11af152078e65895bf +DIST mod_proxy_html-3.0.1.tar.bz2 19488 SHA256 69b9b4a107788a150d84b897656db443b51e13cb1f712a614ba3f7baad0d195d +DIST mod_proxy_html-3.1.2.tar.bz2 23019 SHA256 a1aee758bda605e153868b91188ebf2c527b8eeb0f115d11af152078e65895bf diff --git a/www-apache/mod_proxy_html/metadata.xml b/www-apache/mod_proxy_html/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_proxy_html/metadata.xml +++ b/www-apache/mod_proxy_html/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild b/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild deleted file mode 100644 index b331c80f3ac2..000000000000 --- a/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild,v 1.3 2007/11/25 13:30:42 hollow Exp $ - -inherit apache-module - -KEYWORDS="~amd64 x86" - -DESCRIPTION="An Apache2 module to rewrite links in html pages behind a reverse proxy." -HOMEPAGE="http://apache.webthing.com/mod_proxy_html/" -SRC_URI="mirror://gentoo/${P}.c.bz2" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="app-arch/bzip2 - dev-libs/libxml2" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="27_${PN}" -APACHE2_MOD_DEFINE="PROXY_HTML" - -need_apache2 - -S="${WORKDIR}/${PN}" - -src_unpack() { - mkdir -p "${S}" || die "mkdir S failed" - bzip2 -dc "${DISTDIR}/${P}.c.bz2" > "${S}/${PN}.c" || die "source unpack failed" -} - -src_compile() { - APXS2_ARGS="$(xml2-config --cflags) -c ${PN}.c" - apache-module_src_compile -} diff --git a/www-apache/mod_python/metadata.xml b/www-apache/mod_python/metadata.xml index 99ca41f6b9ce..9008045a3dcc 100644 --- a/www-apache/mod_python/metadata.xml +++ b/www-apache/mod_python/metadata.xml @@ -1,7 +1,6 @@ - apache python Mod_python is an Apache module that embeds the Python interpreter within diff --git a/www-apache/mod_qos/metadata.xml b/www-apache/mod_qos/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_qos/metadata.xml +++ b/www-apache/mod_qos/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_roaming/Manifest b/www-apache/mod_roaming/Manifest index b67fdc4aba8e..12dea03e1b83 100644 --- a/www-apache/mod_roaming/Manifest +++ b/www-apache/mod_roaming/Manifest @@ -1 +1 @@ -DIST mod_roaming-2.0.0.tar.gz 9227 RMD160 b3220f30fbb41a01e3b25fd39811461974f909e9 SHA1 7213894a8168f7a9a1dbe0974b337121a96f6a24 SHA256 7b63e1a486bad5713cc1a8965d4eaf23474cf6614dec32cd76e69e670a7b20ac +DIST mod_roaming-2.0.0.tar.gz 9227 SHA256 7b63e1a486bad5713cc1a8965d4eaf23474cf6614dec32cd76e69e670a7b20ac diff --git a/www-apache/mod_roaming/metadata.xml b/www-apache/mod_roaming/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_roaming/metadata.xml +++ b/www-apache/mod_roaming/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_rpaf/metadata.xml b/www-apache/mod_rpaf/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_rpaf/metadata.xml +++ b/www-apache/mod_rpaf/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_ruby/metadata.xml b/www-apache/mod_ruby/metadata.xml index 7dcdaa3f775a..0040b1162894 100644 --- a/www-apache/mod_ruby/metadata.xml +++ b/www-apache/mod_ruby/metadata.xml @@ -1,6 +1,5 @@ - apache ruby diff --git a/www-apache/mod_scgi/Manifest b/www-apache/mod_scgi/Manifest index 520c75301c48..5dedcd1ad0ca 100644 --- a/www-apache/mod_scgi/Manifest +++ b/www-apache/mod_scgi/Manifest @@ -1,3 +1 @@ -DIST scgi-1.12.tar.gz 28132 SHA256 aac7904154c0cdc1b987365a6b9b84719e36af07a7044d6ced12aa5bb099b754 -DIST scgi-1.13.tar.gz 29247 SHA256 6d616abd6d78be8255a8f1435f21a0a6137b080942cfa3fc7f02ff48f1d95f9f DIST scgi-1.14.tar.gz 29406 SHA256 0cde41e4ae58ea666f17f6b1984e8ed8ebaff92cabac4b1b36f86bc47eb18e75 SHA512 148986aab3a5579b7dd7d15583990844149b799df32221b4d2c354b11361f79727087d63ddd54227d2aae937253997774e521606c7baea6b808b9efef025a01a WHIRLPOOL 969babed626fba1280f46eee7c620c9d42da1ffdabbf7752b849a26704f214773f07aae41849c873ba22f8bdc0c4c7f54455c130ec2992a943accfb328a183c5 diff --git a/www-apache/mod_scgi/metadata.xml b/www-apache/mod_scgi/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_scgi/metadata.xml +++ b/www-apache/mod_scgi/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_scgi/mod_scgi-1.12.ebuild b/www-apache/mod_scgi/mod_scgi-1.12.ebuild deleted file mode 100644 index fe3778ab2b0b..000000000000 --- a/www-apache/mod_scgi/mod_scgi-1.12.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_scgi/mod_scgi-1.12.ebuild,v 1.3 2008/01/15 23:21:39 gmsoft Exp $ - -inherit apache-module - -DESCRIPTION="Apache module for a replacement of the CGI protocol, similar to FastCGI." -HOMEPAGE="http://python.ca/scgi/" -SRC_URI="http://quixote.python.ca/releases/${P/mod_}.tar.gz" - -LICENSE="CNRI" -SLOT="0" -KEYWORDS="~amd64 hppa ~ppc ~x86" -IUSE="" - -DEPEND="www-apps/scgi" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P/mod_}" - -APXS2_S="${S}/apache2" -APACHE2_MOD_FILE="${S}/apache2/.libs/${PN}.so" -APACHE2_MOD_CONF="20_mod_scgi" -APACHE2_MOD_DEFINE="SCGI" - -DOCFILES="PKG-INFO LICENSE.txt CHANGES apache2/README" - -need_apache diff --git a/www-apache/mod_scgi/mod_scgi-1.13.ebuild b/www-apache/mod_scgi/mod_scgi-1.13.ebuild deleted file mode 100644 index 61907af54fe6..000000000000 --- a/www-apache/mod_scgi/mod_scgi-1.13.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_scgi/mod_scgi-1.13.ebuild,v 1.1 2009/09/17 09:02:53 hollow Exp $ - -inherit apache-module - -DESCRIPTION="Apache module for a replacement of the CGI protocol, similar to FastCGI." -HOMEPAGE="http://python.ca/scgi/" -SRC_URI="http://python.ca/scgi/releases/scgi-${PV}.tar.gz" - -LICENSE="CNRI" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="" - -DEPEND="www-apps/scgi" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/scgi-${PV}" - -APXS2_S="${S}/apache2" -APACHE2_MOD_FILE="${S}/apache2/.libs/${PN}.so" -APACHE2_MOD_CONF="20_mod_scgi" -APACHE2_MOD_DEFINE="SCGI" - -DOCFILES="PKG-INFO LICENSE.txt CHANGES.txt apache2/README.txt" - -need_apache diff --git a/www-apache/mod_security/metadata.xml b/www-apache/mod_security/metadata.xml index 78e6f6ff644f..5d1112092a64 100644 --- a/www-apache/mod_security/metadata.xml +++ b/www-apache/mod_security/metadata.xml @@ -1,7 +1,6 @@ - apache flameeyes@gentoo.org Diego E. Pettenò diff --git a/www-apache/mod_slotlimit/metadata.xml b/www-apache/mod_slotlimit/metadata.xml index b06caffc36ff..44838c0a81ea 100644 --- a/www-apache/mod_slotlimit/metadata.xml +++ b/www-apache/mod_slotlimit/metadata.xml @@ -1,10 +1,6 @@ - apache - - apache-bugs@gentoo.org - patrick@gentoo.org diff --git a/www-apache/mod_spin/Manifest b/www-apache/mod_spin/Manifest index 9eff438a4c14..fe35e2045360 100644 --- a/www-apache/mod_spin/Manifest +++ b/www-apache/mod_spin/Manifest @@ -1,2 +1 @@ -DIST mod_spin-1.1.7.tar.bz2 513007 SHA256 d44119d6e67a7f1910b55fcfdd0493d1ee0fd157f219914dba181ba3ef90f854 DIST mod_spin-1.1.9.tar.bz2 701494 SHA256 acca9409b282315ace71127cca11605ab602c87fae32569f5dccbf3038b197a1 SHA512 e7bf517c34dae3423642dd640e8d53d2d77381fe6583f84a333950accd6893c4dee68a643421042aaf1eba25c09adad22e97593d5839f30d82fcb8f45a043912 WHIRLPOOL 4a3694d23e9103bf65a33a548a0faf72bdbb2584c77118c9b1ff16479b5b6f7c7aab4b02712bb8a25ff0fb19b199d6e849be5c7036bd2ccefa1e99ec9090a33a diff --git a/www-apache/mod_spin/metadata.xml b/www-apache/mod_spin/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_spin/metadata.xml +++ b/www-apache/mod_spin/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_spin/mod_spin-1.1.7.ebuild b/www-apache/mod_spin/mod_spin-1.1.7.ebuild deleted file mode 100644 index d5576aef5860..000000000000 --- a/www-apache/mod_spin/mod_spin-1.1.7.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_spin/mod_spin-1.1.7.ebuild,v 1.4 2012/10/16 03:36:34 patrick Exp $ - -inherit apache-module - -DESCRIPTION="A simple template language, with persistent session data tracking and SQL connection pooling" -HOMEPAGE="http://rexursive.com/software/modspin" -SRC_URI="ftp://ftp.rexursive.com/pub/mod-spin/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -APACHE2_MOD_CONF="80_${PN}" -APACHE2_MOD_DEFINE="SPIN" - -DOCFILES="AUTHORS ChangeLog INSTALL NEWS README" - -DEPEND=">=sys-libs/db-4.2 - dev-libs/libxml2 - www-apache/libapreq2" -RDEPEND="${DEPEND}" - -need_apache2_2 - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e 's:^docs/man/man3/rxv_spin_as_functions.3:# &:g' Makefile.am - ./buildconf -} - -src_compile() { - econf --with-apxs=${APXS} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - dolib src/.libs/librxv_spin.so* - apache-module_src_install - doman docs/man/man3/*.3 - dohtml docs/html/* -} diff --git a/www-apache/mod_suphp/Manifest b/www-apache/mod_suphp/Manifest index 584a7c8553b0..6059b1970e68 100644 --- a/www-apache/mod_suphp/Manifest +++ b/www-apache/mod_suphp/Manifest @@ -1 +1 @@ -DIST suphp-0.7.1.tar.gz 386521 RMD160 e5e7e71494af322c3ab33d6a35fbcf96334c098c SHA1 9eb82b62b5f71c01d7d8b2510c685141b78e54f5 SHA256 91d180046f95f66c9ad12f3ca67bba87e2b64338543145e68370babc4434e58a +DIST suphp-0.7.1.tar.gz 386521 SHA256 91d180046f95f66c9ad12f3ca67bba87e2b64338543145e68370babc4434e58a diff --git a/www-apache/mod_suphp/metadata.xml b/www-apache/mod_suphp/metadata.xml index d8eae7f340f1..8a3f2c84d2d7 100644 --- a/www-apache/mod_suphp/metadata.xml +++ b/www-apache/mod_suphp/metadata.xml @@ -1,7 +1,7 @@ - apache +maintainer-needed@gentoo.org Check if script resides in DOCUMENT_ROOT Run scripts with UID/GID specified in Apache diff --git a/www-apache/mod_tcl/metadata.xml b/www-apache/mod_tcl/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_tcl/metadata.xml +++ b/www-apache/mod_tcl/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_tidy/Manifest b/www-apache/mod_tidy/Manifest index 72cdedb69004..c295124850ed 100644 --- a/www-apache/mod_tidy/Manifest +++ b/www-apache/mod_tidy/Manifest @@ -1 +1 @@ -DIST mod_tidy-0.5.5.tar.gz 312340 RMD160 8bc9aa0ed3cb97c9944e8c93a2fe6b65553323a3 SHA1 fe717536c65164bad7272b006ee58d5acfcb7c59 SHA256 3c8d3ca0ac67974efc82040bde224068e9b3024e1a2521664716aa2618310392 +DIST mod_tidy-0.5.5.tar.gz 312340 SHA256 3c8d3ca0ac67974efc82040bde224068e9b3024e1a2521664716aa2618310392 diff --git a/www-apache/mod_tidy/metadata.xml b/www-apache/mod_tidy/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_tidy/metadata.xml +++ b/www-apache/mod_tidy/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_transform/metadata.xml b/www-apache/mod_transform/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_transform/metadata.xml +++ b/www-apache/mod_transform/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_umask/Manifest b/www-apache/mod_umask/Manifest index d1d0d2f47a8a..c08734dd7e33 100644 --- a/www-apache/mod_umask/Manifest +++ b/www-apache/mod_umask/Manifest @@ -1 +1 @@ -DIST mod_umask-0.1.0.tar.bz2 182078 RMD160 8988844331e2c457660933e0f0a2f4f209ee2da1 SHA1 4604b6a34a83e26575b648faf03a770d33776348 SHA256 2be142d562260c895de94600a56b13d8346174b5e2f8a4974adcef23249ec790 +DIST mod_umask-0.1.0.tar.bz2 182078 SHA256 2be142d562260c895de94600a56b13d8346174b5e2f8a4974adcef23249ec790 diff --git a/www-apache/mod_umask/metadata.xml b/www-apache/mod_umask/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_umask/metadata.xml +++ b/www-apache/mod_umask/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_vdbh/Manifest b/www-apache/mod_vdbh/Manifest index efe887f46f09..5aa91227cd9f 100644 --- a/www-apache/mod_vdbh/Manifest +++ b/www-apache/mod_vdbh/Manifest @@ -1 +1 @@ -DIST mod_vdbh-1.0.3.tar.gz 8053 RMD160 bc983d3e21cfe09aee36155630691dca075f572f SHA1 ccd6b7dcd0d9137db7e85957446c0350a0ead907 SHA256 ff034dc4a77d82085dad1b867af8d913034c476d7cc2bf3472e6ae38cef40225 +DIST mod_vdbh-1.0.3.tar.gz 8053 SHA256 ff034dc4a77d82085dad1b867af8d913034c476d7cc2bf3472e6ae38cef40225 diff --git a/www-apache/mod_vdbh/metadata.xml b/www-apache/mod_vdbh/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_vdbh/metadata.xml +++ b/www-apache/mod_vdbh/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_vhost_ldap/Manifest b/www-apache/mod_vhost_ldap/Manifest index 41c906d9f485..2753c4bce314 100644 --- a/www-apache/mod_vhost_ldap/Manifest +++ b/www-apache/mod_vhost_ldap/Manifest @@ -1 +1 @@ -DIST mod_vhost_ldap-1.0.0.tar.bz2 7862 RMD160 da38548074175faab2c232e1e7b5cb88610405b1 SHA1 9e25626265707512798f134d2c371bf6ba6136da SHA256 e14713d736e79ca7760b8ca8bd32fd01e97ef0f14396bdea9373d7bfd8dd1f87 +DIST mod_vhost_ldap-1.0.0.tar.bz2 7862 SHA256 e14713d736e79ca7760b8ca8bd32fd01e97ef0f14396bdea9373d7bfd8dd1f87 diff --git a/www-apache/mod_vhost_ldap/metadata.xml b/www-apache/mod_vhost_ldap/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_vhost_ldap/metadata.xml +++ b/www-apache/mod_vhost_ldap/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_vhs/Manifest b/www-apache/mod_vhs/Manifest index cd0e03f874dd..70560f5f37cc 100644 --- a/www-apache/mod_vhs/Manifest +++ b/www-apache/mod_vhs/Manifest @@ -1 +1 @@ -DIST mod_vhs-1.0.32.tar.gz 20129 RMD160 5c317ee60fc88c1ad997ac4be9c172dfca578f36 SHA1 f4214fac8d80e3a7de708a9805a3981d275206c1 SHA256 f2c8b72393a06532239965b7a9fdd63dd881ab8fd6f9084ffc1e839b039741a5 +DIST mod_vhs-1.0.32.tar.gz 20129 SHA256 f2c8b72393a06532239965b7a9fdd63dd881ab8fd6f9084ffc1e839b039741a5 diff --git a/www-apache/mod_vhs/metadata.xml b/www-apache/mod_vhs/metadata.xml index bb3a8aa3b9fb..b2cb93f30323 100644 --- a/www-apache/mod_vhs/metadata.xml +++ b/www-apache/mod_vhs/metadata.xml @@ -1,7 +1,7 @@ - apache +maintainer-needed@gentoo.org Enable www-apache/mod_suphp support diff --git a/www-apache/mod_watch/Manifest b/www-apache/mod_watch/Manifest index 1422dc67423a..fa0ad999722f 100644 --- a/www-apache/mod_watch/Manifest +++ b/www-apache/mod_watch/Manifest @@ -1 +1 @@ -DIST mod_watch403.tgz 99583 RMD160 016bfdf8c98aa4a9275080a564f842f29f48bd94 SHA1 ea3114b260e1741db200a9323836082610e455d9 SHA256 65c62c6fa0a94bbde5c3453f9827b80ed922f8450527d2e75417a78094aedc40 +DIST mod_watch403.tgz 99583 SHA256 65c62c6fa0a94bbde5c3453f9827b80ed922f8450527d2e75417a78094aedc40 diff --git a/www-apache/mod_watch/metadata.xml b/www-apache/mod_watch/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_watch/metadata.xml +++ b/www-apache/mod_watch/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_whatkilledus/Manifest b/www-apache/mod_whatkilledus/Manifest index bd88356abb05..35f334f0d5df 100644 --- a/www-apache/mod_whatkilledus/Manifest +++ b/www-apache/mod_whatkilledus/Manifest @@ -1 +1 @@ -DIST mod_whatkilledus-0.0.1.c 12244 RMD160 8ad16837732302db4a2d0f2715fd2dfd5743125e SHA1 27b3d36d67b24a0242a82b683b872705de114d63 SHA256 940fed942ed5880ca885fae4fefc5dcb8167cb80c7dc6cfd4a58689714b3d779 +DIST mod_whatkilledus-0.0.1.c 12244 SHA256 940fed942ed5880ca885fae4fefc5dcb8167cb80c7dc6cfd4a58689714b3d779 diff --git a/www-apache/mod_whatkilledus/metadata.xml b/www-apache/mod_whatkilledus/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-apache/mod_whatkilledus/metadata.xml +++ b/www-apache/mod_whatkilledus/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-apache/mod_wsgi/metadata.xml b/www-apache/mod_wsgi/metadata.xml index 7a75945d0d4e..924fefbd69d3 100644 --- a/www-apache/mod_wsgi/metadata.xml +++ b/www-apache/mod_wsgi/metadata.xml @@ -1,7 +1,6 @@ - apache djc@gentoo.org Dirkjan Ochtman diff --git a/www-apache/mod_xml2enc/Manifest b/www-apache/mod_xml2enc/Manifest index 64743dc07acc..4361aee2c7d2 100644 --- a/www-apache/mod_xml2enc/Manifest +++ b/www-apache/mod_xml2enc/Manifest @@ -1,2 +1,2 @@ -DIST mod_xml2enc.c 22380 RMD160 d78ab04ba97c2bb2876578d2d9d536e2c178f6dc SHA1 7ccfeec7dda6664089a22940a71efe8b0c888a80 SHA256 54d2d82c54f60e73eaddb69c00d2fd7be1786c449d5c7bbe045b30e56d19ba24 -DIST mod_xml2enc.h 1479 RMD160 64a475dfa6d6ec5223383350d8bbbfe2d7767873 SHA1 93a015ffb68508be754505cd8cebcd6ecd2bdb11 SHA256 3a4106a2de484812b6c98aa0845333be83e5f659eebe37678986b8829ee3d4a9 +DIST mod_xml2enc.c 22380 SHA256 54d2d82c54f60e73eaddb69c00d2fd7be1786c449d5c7bbe045b30e56d19ba24 +DIST mod_xml2enc.h 1479 SHA256 3a4106a2de484812b6c98aa0845333be83e5f659eebe37678986b8829ee3d4a9 diff --git a/www-apache/mod_xml2enc/metadata.xml b/www-apache/mod_xml2enc/metadata.xml index d5c56b2702a8..2d6c34cc4459 100644 --- a/www-apache/mod_xml2enc/metadata.xml +++ b/www-apache/mod_xml2enc/metadata.xml @@ -1,8 +1,7 @@ - apache - apache-bugs@gentoo.org + maintainer-needed@gentoo.org diff --git a/www-apache/mod_xsendfile/metadata.xml b/www-apache/mod_xsendfile/metadata.xml index c82a0c2c2eb3..8bca261d7b50 100644 --- a/www-apache/mod_xsendfile/metadata.xml +++ b/www-apache/mod_xsendfile/metadata.xml @@ -2,7 +2,6 @@ proxy-maintainers - apache andreis.vinogradovs@gmail.com Andreis Vinogradovs diff --git a/www-apache/modsecurity-crs/metadata.xml b/www-apache/modsecurity-crs/metadata.xml index 51450645398c..7503e0187752 100644 --- a/www-apache/modsecurity-crs/metadata.xml +++ b/www-apache/modsecurity-crs/metadata.xml @@ -1,7 +1,6 @@ - apache flameeyes@gentoo.org Diego E. Pettenò diff --git a/www-apache/passenger/metadata.xml b/www-apache/passenger/metadata.xml index 459fed9a993f..983f0ff025b1 100644 --- a/www-apache/passenger/metadata.xml +++ b/www-apache/passenger/metadata.xml @@ -1,7 +1,6 @@ - apache ruby passenger diff --git a/www-apache/pwauth/Manifest b/www-apache/pwauth/Manifest index 9d9cbaf633ff..dbe1a0f15fec 100644 --- a/www-apache/pwauth/Manifest +++ b/www-apache/pwauth/Manifest @@ -1,2 +1 @@ -DIST pwauth-2.3.2.tar.gz 20581 RMD160 d775b7aeac8fe44f2a9f3abddd8ee47b565fc1f4 SHA1 41306c85ad69e88bdadfab0911e32445464d951f SHA256 eff9a8020292891e892ee5aee369a7c4c2a5c6e2953c9e513f555777252bca91 -DIST pwauth-2.3.5.tar.gz 21234 RMD160 4e2d4e85c49f2edf918b3db0bfa80e452bde6672 SHA1 3d32d427fda801f11adcfeb09886b5c9d8908e65 SHA256 a51870c74e4717c4bc0f233524f8cc19332a900b08c40f54944467a0a8e64928 +DIST pwauth-2.3.5.tar.gz 21234 SHA256 a51870c74e4717c4bc0f233524f8cc19332a900b08c40f54944467a0a8e64928 diff --git a/www-apache/pwauth/metadata.xml b/www-apache/pwauth/metadata.xml index bc80b37e2429..f0b4684da6fe 100644 --- a/www-apache/pwauth/metadata.xml +++ b/www-apache/pwauth/metadata.xml @@ -1,7 +1,7 @@ - apache +maintainer-needed@gentoo.org Ignore leading domain names in username (Windows compat) diff --git a/www-apache/pwauth/pwauth-2.3.2.ebuild b/www-apache/pwauth/pwauth-2.3.2.ebuild deleted file mode 100644 index 2130a32349af..000000000000 --- a/www-apache/pwauth/pwauth-2.3.2.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/pwauth/pwauth-2.3.2.ebuild,v 1.1 2007/09/08 17:43:59 hollow Exp $ - -inherit eutils toolchain-funcs pam - -DESCRIPTION="A Unix Web Authenticator" -HOMEPAGE="http://www.unixpapa.com/pwauth/" -SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="faillog pam ignore-case domain-aware" - -DEPEND="pam? ( virtual/pam )" - -pkg_setup() { - local OPTS - - einfo "You can configure various build time options with ENV variables:" - einfo - einfo " PWAUTH_FAILLOG Path to logfile for login failures" - einfo " (default: /var/log/pwauth.log)" - einfo " PWAUTH_SERVERUIDS Comma seperated list of UIDs allowed to run pwauth" - einfo " (default: 81)" - einfo " PWAUTH_MINUID Minimum UID for which authentication will succeed" - einfo " (default: 1000)" - einfo - - PWAUTH_FAILLOG="${PWAUTH_FAILLOG:-/var/log/pwauth.log}" - PWAUTH_SERVERUIDS="${PWAUTH_SERVERUIDS:-81}" - PWAUTH_MINUID="${PWAUTH_MINUID:-1000}" - - OPTS="${OPTS} -DSERVER_UIDS=${PWAUTH_SERVERUIDS}" - OPTS="${OPTS} -DMIN_UNIX_UID=${PWAUTH_MINUID}" - - if use faillog; then - OPTS="${OPTS} -DFAILLOG_PWAUTH" - OPTS="${OPTS} -DPATH_FAILLOG=\"\\\"${PWAUTH_FAILLOG}\\\"\"" - fi - - if use pam; then - OPTS="${OPTS} -DPAM" - LDFLAGS="-lpam" - else - OPTS="${OPTS} -DSHADOW_SUN" - LDFLAGS="-lcrypt" - fi - - if use ignore-case; then - OPTS="${OPTS} -DIGNORE_CASE" - fi - - if use domain-aware; then - OPTS="${OPTS} -DOMAIN_AWARE" - fi - - CC=$(tc-getCC) - CFLAGS="${CFLAGS} ${OPTS}" -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/pwauth-gentoo.patch -} - -src_install() { - dosbin pwauth unixgroup - fperms 4755 /usr/sbin/pwauth - - use pam && newpamd "${FILESDIR}"/pwauth.pam-include pwauth - - dodoc CHANGES FORM_AUTH INSTALL README -} diff --git a/www-apps/389-dsgw/Manifest b/www-apps/389-dsgw/Manifest index a66842663b59..62cd88f9f526 100644 --- a/www-apps/389-dsgw/Manifest +++ b/www-apps/389-dsgw/Manifest @@ -1,3 +1,3 @@ -DIST 389-dsgw-1.1.5.tar.bz2 748496 RMD160 439a93956e15ec83de2fc8490c49291b28853132 SHA1 9ef4a18ddd09a566402f1fd68bef8f774857d680 SHA256 318bb12e17e45abb4a3993c366526a2a6a26774a9668e5201752549727122ddc -DIST 389-dsgw-1.1.6.tar.bz2 794686 RMD160 9b7b8083adf3f8f7aff35453287c7f6a499d1857 SHA1 2e18c7b3ccb7c98b68917538c2a75eb445b734db SHA256 799a08d5dc2cd7e664c3ead7e3e99c84ddd007f9ab07ed7e05f2ca09c10992ba -DIST 389-dsgw-1.1.7.tar.bz2 725917 RMD160 939f9f22265c37a9f8c30a6a46f449cd50bfd0df SHA1 0eb4e05d7ae763395a9338b0a76f441be51612e7 SHA256 609706c59a5768a2fd96367668e77f66a994e877e668e4f1cccf0bfd64f1ca8b +DIST 389-dsgw-1.1.5.tar.bz2 748496 SHA256 318bb12e17e45abb4a3993c366526a2a6a26774a9668e5201752549727122ddc +DIST 389-dsgw-1.1.6.tar.bz2 794686 SHA256 799a08d5dc2cd7e664c3ead7e3e99c84ddd007f9ab07ed7e05f2ca09c10992ba +DIST 389-dsgw-1.1.7.tar.bz2 725917 SHA256 609706c59a5768a2fd96367668e77f66a994e877e668e4f1cccf0bfd64f1ca8b diff --git a/www-apps/389-dsgw/metadata.xml b/www-apps/389-dsgw/metadata.xml index bbc2ab8f5468..fcfed3b104da 100644 --- a/www-apps/389-dsgw/metadata.xml +++ b/www-apps/389-dsgw/metadata.xml @@ -1,7 +1,6 @@ -apache lxnay@gentoo.org diff --git a/www-apps/scgi/Manifest b/www-apps/scgi/Manifest index 8e99ecc607e6..794518f6c296 100644 --- a/www-apps/scgi/Manifest +++ b/www-apps/scgi/Manifest @@ -1,5 +1 @@ -DIST scgi-1.10.tar.gz 21179 RMD160 513ca63058ee2c7f9d080142a0f04c6f6ac656c3 SHA1 418e911bd2f2f86e0084e56c187baa717546f5ef SHA256 3cad8c19ea988ecdc55fd873df1fe138a3662d9218bd9d2d17399e785dde9821 -DIST scgi-1.12.tar.gz 28132 RMD160 076e24629e565e17fc0efbf036fdad8c4a46bf8a SHA1 ee9e0f14fd1e0ec6f4c0b1adbd01d45bc13d1d46 SHA256 aac7904154c0cdc1b987365a6b9b84719e36af07a7044d6ced12aa5bb099b754 -DIST scgi-1.13.tar.gz 29247 RMD160 746e86bc8db85ba562463fc16ff9cbfbbba70dc1 SHA1 17e090db772faa828abfdd5049e4cbdaa0934812 SHA256 6d616abd6d78be8255a8f1435f21a0a6137b080942cfa3fc7f02ff48f1d95f9f -DIST scgi-1.14.tar.gz 29406 RMD160 8214b939d52c6ba7e4392c70efa829d05941fc25 SHA1 7efcdb2ca0336b20fd579094ce60f0055ef3bfff SHA256 0cde41e4ae58ea666f17f6b1984e8ed8ebaff92cabac4b1b36f86bc47eb18e75 -DIST scgi-1.2.tar.gz 19098 RMD160 857f2fbaa60b829fc752ed56d75228702406a830 SHA1 61aca70cf65393291f135e23df500a433e5d1b4b SHA256 fb71e839b7f22c79b8808c02591c51cc3c6cce597f074f987626c3651bd21f14 +DIST scgi-1.14.tar.gz 29406 SHA256 0cde41e4ae58ea666f17f6b1984e8ed8ebaff92cabac4b1b36f86bc47eb18e75 diff --git a/www-apps/scgi/metadata.xml b/www-apps/scgi/metadata.xml index c054a8cd9b61..4538a68724a6 100644 --- a/www-apps/scgi/metadata.xml +++ b/www-apps/scgi/metadata.xml @@ -1,5 +1,5 @@ -apache +maintainer-needed@gentoo.org diff --git a/www-apps/scgi/scgi-1.10.ebuild b/www-apps/scgi/scgi-1.10.ebuild deleted file mode 100644 index a84d9503a54a..000000000000 --- a/www-apps/scgi/scgi-1.10.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.10.ebuild,v 1.5 2011/04/11 19:01:23 arfrever Exp $ - -EAPI="3" - -inherit distutils - -KEYWORDS="~amd64 hppa ~ppc ~x86" - -DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI." -HOMEPAGE="http://www.mems-exchange.org/software/scgi/" -SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${P}.tar.gz" - -LICENSE="CNRI" -SLOT="0" -IUSE="" - -pkg_postinst() { - distutils_pkg_postinst - einfo "This package does not install mod_scgi!" - einfo "Please 'emerge mod_scgi' if you need it." -} diff --git a/www-apps/scgi/scgi-1.12.ebuild b/www-apps/scgi/scgi-1.12.ebuild deleted file mode 100644 index ec152cfa0c83..000000000000 --- a/www-apps/scgi/scgi-1.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.12.ebuild,v 1.2 2011/04/11 19:01:23 arfrever Exp $ - -EAPI="3" - -inherit distutils - -KEYWORDS="~amd64 ~hppa ~ppc ~x86" - -DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI." -HOMEPAGE="http://www.mems-exchange.org/software/scgi/" -SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${P}.tar.gz" - -LICENSE="CNRI" -SLOT="0" -IUSE="" - -pkg_postinst() { - distutils_pkg_postinst - einfo "This package does not install mod_scgi!" - einfo "Please 'emerge mod_scgi' if you need it." -} diff --git a/www-apps/scgi/scgi-1.13.ebuild b/www-apps/scgi/scgi-1.13.ebuild deleted file mode 100644 index 397c5765542f..000000000000 --- a/www-apps/scgi/scgi-1.13.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.13.ebuild,v 1.3 2011/04/11 19:01:23 arfrever Exp $ - -EAPI="3" - -inherit distutils - -DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI." -HOMEPAGE="http://www.mems-exchange.org/software/scgi/" -SRC_URI="http://python.ca/scgi/releases/${P}.tar.gz" - -LICENSE="CNRI" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -pkg_postinst() { - distutils_pkg_postinst - einfo "This package does not install mod_scgi!" - einfo "Please 'emerge mod_scgi' if you need it." -} diff --git a/www-apps/scgi/scgi-1.2.ebuild b/www-apps/scgi/scgi-1.2.ebuild deleted file mode 100644 index 7da0637ee069..000000000000 --- a/www-apps/scgi/scgi-1.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/scgi/scgi-1.2.ebuild,v 1.4 2011/04/11 19:01:23 arfrever Exp $ - -EAPI="3" - -inherit distutils - -KEYWORDS="x86 ~ppc" - -DESCRIPTION="Replacement for the CGI protocol that is similar to FastCGI." -HOMEPAGE="http://www.mems-exchange.org/software/scgi/" -SRC_URI="http://www.mems-exchange.org/software/files/${PN}/${P}.tar.gz" - -LICENSE="CNRI" -SLOT="0" -IUSE="" - -pkg_postinst() { - distutils_pkg_postinst - einfo "This package does not install mod_scgi!" - einfo "Please 'emerge mod_scgi' if you need it." -} diff --git a/www-client/chromium/chromium-23.0.1271.91.ebuild b/www-client/chromium/chromium-23.0.1271.91.ebuild index 52ab852c9e07..ba0d93676c10 100644 --- a/www-client/chromium/chromium-23.0.1271.91.ebuild +++ b/www-client/chromium/chromium-23.0.1271.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-23.0.1271.91.ebuild,v 1.1 2012/11/27 02:59:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-23.0.1271.91.ebuild,v 1.3 2012/11/27 12:19:34 ago Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -18,7 +18,7 @@ SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="bindist cups gnome gnome-keyring kerberos pulseaudio selinux tcmalloc" RDEPEND="app-arch/bzip2 diff --git a/www-client/firefox-bin/firefox-bin-10.0.11.ebuild b/www-client/firefox-bin/firefox-bin-10.0.11.ebuild index b326d0f0e116..fa6fb26e099b 100644 --- a/www-client/firefox-bin/firefox-bin-10.0.11.ebuild +++ b/www-client/firefox-bin/firefox-bin-10.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-10.0.11.ebuild,v 1.1 2012/11/22 06:50:57 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-10.0.11.ebuild,v 1.2 2012/11/27 12:26:15 ago Exp $ EAPI="4" MOZ_ESR="1" @@ -38,7 +38,7 @@ SRC_URI="${SRC_URI} HOMEPAGE="http://www.mozilla.com/firefox" RESTRICT="strip mirror binchecks" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="startup-notification" diff --git a/www-client/firefox/firefox-10.0.11.ebuild b/www-client/firefox/firefox-10.0.11.ebuild index a912b0fd58e7..1def26aa4d93 100644 --- a/www-client/firefox/firefox-10.0.11.ebuild +++ b/www-client/firefox/firefox-10.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.11.ebuild,v 1.1 2012/11/24 19:18:13 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.11.ebuild,v 1.2 2012/11/27 12:25:41 ago Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -37,7 +37,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="bindist +ipc +minimal pgo selinux system-sqlite +webm" diff --git a/www-client/google-chrome/Manifest b/www-client/google-chrome/Manifest index 6d80d65a03db..32f9790f845d 100644 --- a/www-client/google-chrome/Manifest +++ b/www-client/google-chrome/Manifest @@ -1,5 +1,5 @@ -DIST google-chrome-beta_24.0.1312.14-r167497_amd64.deb 36757854 SHA256 05b6391a3b36c39a8e3d8544dc7ed2749335f052f8b4024b6c7bd5cde35ff0ca SHA512 18ce0845cff79c5568853d8d0d35b3816e716d194c61865f37a36db8d18c7cb356056546ae568f350c5b349524f47409259754b4da6708cf8464e92711df8bb0 WHIRLPOOL 4b44631d58b36c896008f13202d464f997176c01e9f3c62fd834269f9f89d5b7420c4fb073cc8fc40b03c8ef8aa79cc6550de242f15f39e9ac412fd0bd1403fa -DIST google-chrome-beta_24.0.1312.14-r167497_i386.deb 34890812 SHA256 9115ec83f840bbcb4a570104b9afc4a3da2dab2cb35978a347a7acb68d83a273 SHA512 0d0b7c42ccb9546f93fdaab28fe31986bc020e0ecf63e42dbe6d7b277673eb96483ee1c94f818e69c1f1e6f6cb8d828c3c1f391817d1bac88821111b011abff0 WHIRLPOOL 9b2ca2f68206108e7526044b9ad252851cb6eef6e9e0eda2b52cc90559c5627d8cebc6f12922b5612e176b34c68529a2570225441ea76a6b5d818d6976ef7f6e +DIST google-chrome-beta_24.0.1312.25-r169562_amd64.deb 36555906 SHA256 4312e4950e90c465448aca328ef253553d10cb36a662f1a641f4ec85cd77bfea SHA512 916b9d6fadbb0671e35ea9a3f1180f7386324e2cd2db9d34f8581fece33908817ec19c06885983e25a46b08153553fa37dc895c218949b2b5d9836151581a90e WHIRLPOOL 678803ec8a752333426583a90eff12a5d347af239d4a98967ae47cbaaf835d0b0164ecdbce1bec19b28fb8accc38a93cc8d6f345fe053274c9211e1f5d0c5853 +DIST google-chrome-beta_24.0.1312.25-r169562_i386.deb 34886036 SHA256 1554200eae996066fc5ab1ebc09ccfc00625f7a16e31a7d0714e4014ba666003 SHA512 91e2fd6d255baa857cd13794e465463d03f8b4ec40d00f79bc8ab1f7e7aa9a6e105a495a5be3e269f7fc4427755baed45f604c49db4cab07716c1388d38f40f4 WHIRLPOOL eb0d672b0573db06b4562133bc6bded52990a990be05b14088a1691de37c9f60c4cf38bb22943b8d121d67aa25c6fbc3e348b117841a46eb4c12329a6d94c6a0 DIST google-chrome-stable_23.0.1271.91-r167501_amd64.deb 36152460 SHA256 67175e5695563c1bf3f8f2f9f2ad6d0d16545cb28de963b45ac75770775db565 SHA512 7102119e8cd8911127d45bfc59e295c1ea1969d8900b8820e6c56254d2b527958f092a9f22f2cddf106f9d3a6b4961adb4ab259c00eea9946914fd7ad3f80d35 WHIRLPOOL e93a950b8f8f94fe67a97b1e17cef76967119a97e5dbd8a3bd741630dea2e0fdb0dac406bb90e90a6b094593463c1210412ce2515e4ee702d79e4cb876f3e19f DIST google-chrome-stable_23.0.1271.91-r167501_i386.deb 34370914 SHA256 9e2eb151798aa7ec85ca7f5f2f8fd62ebf2b2b68ae30d23997348f3b3f320078 SHA512 998117ea1bd32fdbf004c9373645c0d7b549173c937aa353ce25654c037b7074c9f063720e65d436a9bb5152c354fbfdece0455fbacba66c3859ed4d936a2879 WHIRLPOOL a78788c7720edb812c788383d058e0ce4703abaaae93d6f9c62fd66e478ea7739ba358d91a78ed2d09be48d7a1cc89a6db7cc1298a73760ee0e025c60c9d3791 DIST google-chrome-unstable_25.0.1323.1-r167142_amd64.deb 36780612 SHA256 278e4256ecba55393d48859a5e0fbf3480edd0a7d593aba35ec8f4ca1872cd96 SHA512 89533223a97a5b1fefe06958b41ce2e0a8421237eb804e85b6d880456dde0438ebb4e9692ee06e1794e6a55d3c6b4a1b0c9bdbf8475aaff331bc1a90b386e8bc WHIRLPOOL 7938272829b998091c78d7b15a1aa8a3f87977b6abec186067fa12fe824addc54d8376d218b47c953652bb94a6d3c38486be884068f2e76abbf41d98a51894ff diff --git a/www-client/google-chrome/google-chrome-24.0.1312.14_beta167497.ebuild b/www-client/google-chrome/google-chrome-24.0.1312.25_beta169562.ebuild similarity index 97% rename from www-client/google-chrome/google-chrome-24.0.1312.14_beta167497.ebuild rename to www-client/google-chrome/google-chrome-24.0.1312.25_beta169562.ebuild index 08a3c7000bb5..38faf726240a 100644 --- a/www-client/google-chrome/google-chrome-24.0.1312.14_beta167497.ebuild +++ b/www-client/google-chrome/google-chrome-24.0.1312.25_beta169562.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome/google-chrome-24.0.1312.14_beta167497.ebuild,v 1.1 2012/11/14 23:51:08 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome/google-chrome-24.0.1312.25_beta169562.ebuild,v 1.1 2012/11/27 20:43:38 floppym Exp $ EAPI="4" diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.14.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.14.ebuild index 52ee6b61e027..acf2e81f79b6 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.14.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.14.ebuild,v 1.1 2012/11/22 06:37:54 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.14.ebuild,v 1.2 2012/11/27 12:28:18 ago Exp $ EAPI="4" @@ -29,7 +29,7 @@ HOMEPAGE="http://www.seamonkey-project.org/" RESTRICT="strip mirror binchecks" QA_EXECSTACK="opt/seamonkey/*" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="startup-notification" diff --git a/www-client/seamonkey/seamonkey-2.14-r1.ebuild b/www-client/seamonkey/seamonkey-2.14-r1.ebuild index 889081610fd9..e2366f5e7544 100644 --- a/www-client/seamonkey/seamonkey-2.14-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.14-r1.ebuild,v 1.1 2012/11/25 13:06:02 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.14-r1.ebuild,v 1.2 2012/11/27 12:27:55 ago Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -42,7 +42,7 @@ if [[ ${PV} == *_pre* ]] ; then else # This is where arch teams should change the KEYWORDS. - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" fi SLOT="0" diff --git a/www-misc/log-toolkit/Manifest b/www-misc/log-toolkit/Manifest index ff99a31b9547..0f2a973e828a 100644 --- a/www-misc/log-toolkit/Manifest +++ b/www-misc/log-toolkit/Manifest @@ -1 +1 @@ -DIST log-toolkit-0.9.6.tar.bz2 69062 RMD160 cf2da5bcb5ce16db4d1e02446500be7a5f3c537c SHA1 90c7295a226cdb31ca1ab4c7dbfe69e1f08e054e SHA256 d742400c8efeaaafa2430708174974e8d3fded314ea1961ccf1a2566f6111728 +DIST log-toolkit-0.9.6.tar.bz2 69062 SHA256 d742400c8efeaaafa2430708174974e8d3fded314ea1961ccf1a2566f6111728 diff --git a/www-misc/log-toolkit/metadata.xml b/www-misc/log-toolkit/metadata.xml index 64a719ea1bfd..4538a68724a6 100644 --- a/www-misc/log-toolkit/metadata.xml +++ b/www-misc/log-toolkit/metadata.xml @@ -1,5 +1,5 @@ - apache +maintainer-needed@gentoo.org diff --git a/www-misc/mergelog/Manifest b/www-misc/mergelog/Manifest index f1f1e12beaeb..533a13a186c2 100644 --- a/www-misc/mergelog/Manifest +++ b/www-misc/mergelog/Manifest @@ -1 +1 @@ -DIST mergelog-4.5.tar.gz 39407 RMD160 19e7d067816ebab79da30ab326aa7aa49c3f6ab0 SHA1 bc9bdfddc561301e417a2de949ce3c4203b54c94 SHA256 fd97c5b9ae88fbbf57d3be8d81c479e0df081ed9c4a0ada48b1ab8248a82676d +DIST mergelog-4.5.tar.gz 39407 SHA256 fd97c5b9ae88fbbf57d3be8d81c479e0df081ed9c4a0ada48b1ab8248a82676d diff --git a/www-misc/mergelog/metadata.xml b/www-misc/mergelog/metadata.xml index bcaabdbbd0d3..bcb851541538 100644 --- a/www-misc/mergelog/metadata.xml +++ b/www-misc/mergelog/metadata.xml @@ -1,7 +1,7 @@ -apache +maintainer-needed@gentoo.org The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. diff --git a/www-misc/multisort/Manifest b/www-misc/multisort/Manifest index 222c6ce57103..01a51cf72856 100644 --- a/www-misc/multisort/Manifest +++ b/www-misc/multisort/Manifest @@ -1 +1 @@ -DIST multisort-1.1.tar.gz 3520 RMD160 8adb148df5a7173d4b2023398cdfc1f837b3cbf8 SHA1 ef4ef8ff3c7b61fdb302beb860e77b77e2cab552 SHA256 50cc0e84738f1c9b4b587e4d13564c233be20c693fd2154f2e8a293f3d5bc17d +DIST multisort-1.1.tar.gz 3520 SHA256 50cc0e84738f1c9b4b587e4d13564c233be20c693fd2154f2e8a293f3d5bc17d diff --git a/www-misc/multisort/metadata.xml b/www-misc/multisort/metadata.xml index ff5b6490402e..a40624fba8f0 100644 --- a/www-misc/multisort/metadata.xml +++ b/www-misc/multisort/metadata.xml @@ -1,8 +1,7 @@ -apache - apache-bugs@gentoo.org + maintainer-needed@gentoo.org diff --git a/www-servers/apache/metadata.xml b/www-servers/apache/metadata.xml index 95bcd0924c11..1f1644328f80 100644 --- a/www-servers/apache/metadata.xml +++ b/www-servers/apache/metadata.xml @@ -1,10 +1,6 @@ - apache - - apache-bugs@gentoo.org - pva@gentoo.org diff --git a/www-servers/gunicorn/Manifest b/www-servers/gunicorn/Manifest index c545bcaa1fc1..a005135c03b7 100644 --- a/www-servers/gunicorn/Manifest +++ b/www-servers/gunicorn/Manifest @@ -1,4 +1,4 @@ -DIST gunicorn-0.13.4.tar.gz 283003 SHA256 e653e90547506c58f293b00ab78caf42829812ff6884a88145e1e0b61eee7d11 +DIST gunicorn-0.13.4.tar.gz 283003 SHA256 e653e90547506c58f293b00ab78caf42829812ff6884a88145e1e0b61eee7d11 SHA512 94410b35f46165960f98e276bb730aa63e01eae255f1e25115fdb3ec0e75becf4b68920a88bdd4b339a40a6767cc5683bb2beaedec146c4a412c5cc51ec542cb WHIRLPOOL 79cae1e3007100e7ed4a8512505e1ae4fcb814f8a42193d2e1698b51ebbc58df6e98202aaac02a2f6533e10b6c4b9a628e7e29bbf8fd09d11ec55a1dbd94a08c DIST gunicorn-0.14.6.tar.gz 219695 SHA256 00cb88f3da5bcb6eb96dacd01c1103b9b777fabfd750ee08d9965288a4681a70 DIST gunicorn-0.15.0.tar.gz 119108 SHA256 811f7e9b6b81f5ef4ba07ba071ee8f09ce2c9b16824b75fcaf6452af8bc9a9ad SHA512 0ec27465f408f892dcba078da3bc447783d8201c422848d592055621ad64669f0d44df0fab0f68e7ef845cb2b19b01653cfcf0cd47a4bbda11a6dfbbeb953099 WHIRLPOOL c464bc9e735d2d21e160551e5a99f4ec525f0d59d3b5834810c86f0d7efc84563f58a7f1a7db980e34af6443145f1936ab6df27ed64d72d8ef40943b79ff9d0e DIST gunicorn-0.16.1.tar.gz 344851 SHA256 9d3e189e3e1ee5674a4c2e3c36415b02a0faa136c34077811124fbaa19163b85 SHA512 9f468a2692ba5193d8ed1ec62dcadbb34cc402610ce897f40657daa1a9cd1e4ab84b0bc2ca2ac1fa36b7f011560c8881cd78de28d973fa8f5990597377d7a032 WHIRLPOOL a26f49d254d62c93e95960b553d6064614037949a950ae9ea5fc0b6e524b79d1c915dd41137bee9e1c374bd1f5d9224841699d73f2e524d41c3404f60153c509 diff --git a/www-servers/gunicorn/gunicorn-0.15.0.ebuild b/www-servers/gunicorn/gunicorn-0.15.0.ebuild index 42a8d0e4994a..6bc113451a86 100644 --- a/www-servers/gunicorn/gunicorn-0.15.0.ebuild +++ b/www-servers/gunicorn/gunicorn-0.15.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.15.0.ebuild,v 1.1 2012/10/24 00:39:44 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/gunicorn/gunicorn-0.15.0.ebuild,v 1.3 2012/11/27 13:04:55 ago Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" IUSE="test" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="dev-python/setproctitle" DEPEND="dev-python/setuptools" diff --git a/www-servers/skunkweb/Manifest b/www-servers/skunkweb/Manifest index a16a8891245f..5b04d027dec1 100644 --- a/www-servers/skunkweb/Manifest +++ b/www-servers/skunkweb/Manifest @@ -1 +1 @@ -DIST skunkweb-3.4.4.tar.gz 1411045 RMD160 118b25f272bd10157c3ffb10725f3c4b21067cfa SHA1 44aaff73138dde75a2d620e1539141cf6089b581 SHA256 a7f0bc47788cdb01882d53f433599fc1837013f45b7d13ea67d60a81f8c6f1e0 +DIST skunkweb-3.4.4.tar.gz 1411045 SHA256 a7f0bc47788cdb01882d53f433599fc1837013f45b7d13ea67d60a81f8c6f1e0 diff --git a/www-servers/skunkweb/metadata.xml b/www-servers/skunkweb/metadata.xml index 3bf7acf2add2..b96eb54789f9 100644 --- a/www-servers/skunkweb/metadata.xml +++ b/www-servers/skunkweb/metadata.xml @@ -2,7 +2,6 @@ python - apache SkunkWeb is a multi-process application server written in python, extensively using 'pickle' for caching. Ships with its own web server, diff --git a/x11-libs/motif/motif-2.3.4.ebuild b/x11-libs/motif/motif-2.3.4.ebuild index dceae3f630e4..3a87722e155e 100644 --- a/x11-libs/motif/motif-2.3.4.ebuild +++ b/x11-libs/motif/motif-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4.ebuild,v 1.7 2012/11/20 20:41:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4.ebuild,v 1.8 2012/11/27 15:37:17 jer Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}-s LICENSE="LGPL-2+ MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="examples jpeg png static-libs unicode xft" RDEPEND="x11-libs/libXmu diff --git a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild index 9cd9ebabf5cb..b5c9114c9fc9 100644 --- a/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild +++ b/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild,v 1.1 2012/11/26 12:29:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/bbweather-0.6.3-r1.ebuild,v 1.2 2012/11/27 16:03:45 jer Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://www.netmeister.org/apps/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 hppa ~ppc ~x86" IUSE="" DEPEND="dev-lang/perl diff --git a/x11-plugins/asapm/Manifest b/x11-plugins/asapm/Manifest index 1fe1498169e0..c36651ab9021 100644 --- a/x11-plugins/asapm/Manifest +++ b/x11-plugins/asapm/Manifest @@ -1 +1 @@ -DIST asapm-3.1.tar.gz 63203 RMD160 6ce58998f01787aef9d2411e2615bd6cba15c166 SHA1 12868216b267a37da7f531a66db202f3f2227a7d SHA256 641fba8ffce21725ec63e49f03700174436c265aad2babcdfde4508af23a1b7b +DIST asapm-3.1.tar.gz 63203 SHA256 641fba8ffce21725ec63e49f03700174436c265aad2babcdfde4508af23a1b7b SHA512 01859deccba952428671fd77ce87251b1fe0c21221af13db9b14c9ef28babad11e1582fed02b076f16d66bdab398eeb7a48b5e3cdebcb4e153978e04f022a579 WHIRLPOOL 1cd977520e6bab36275b095b6b79d56ef4be4636ed6752c7f993696cb24cdfb622e9fa4e122e982d0ecacafae76bf666253b80b3cb46e2aa949aca1c82e2614b diff --git a/x11-plugins/asapm/asapm-3.1.ebuild b/x11-plugins/asapm/asapm-3.1.ebuild index 54e0f067fad8..a8922d05afc3 100644 --- a/x11-plugins/asapm/asapm-3.1.ebuild +++ b/x11-plugins/asapm/asapm-3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1.ebuild,v 1.5 2010/11/08 16:29:09 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.1.ebuild,v 1.6 2012/11/27 13:46:16 ago Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://www.tigr.net/afterstep/list.pl" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc -sparc x86" +KEYWORDS="~amd64 ppc -sparc x86" IUSE="jpeg" RDEPEND="x11-libs/libXpm diff --git a/x11-plugins/monto/Manifest b/x11-plugins/monto/Manifest index f853ce222ef1..ad606c254164 100644 --- a/x11-plugins/monto/Manifest +++ b/x11-plugins/monto/Manifest @@ -1 +1 @@ -DIST monto-0.1.1.tar.gz 18033 RMD160 b6e7171ad473603b16e0611e637583283ad37483 SHA1 dcf9ca1662975602892f6136d53171d409716ce2 SHA256 64a4550e285b97addc7dad93ee7ff3dff97cf5ca0ad089440073362e2ba1ff3b +DIST monto-0.1.1.tar.gz 18033 SHA256 64a4550e285b97addc7dad93ee7ff3dff97cf5ca0ad089440073362e2ba1ff3b SHA512 481065a9bf6c9004685d7ebac852abfa88a1d3797bcc3d47fa68deee6afd45055bdddcc4ff12dcf6d2683f7febbc3eabd01d616404bdb10f62d9ba97f8675c80 WHIRLPOOL 24a44a025e30f8cc15413dd0050e3247e22357be998673981ca2a717e9564bbe010408bc0e2934d4aebb02e6166732b217a586eb84edebd1977eb0e8c9f991a0 diff --git a/x11-plugins/monto/monto-0.1.1.ebuild b/x11-plugins/monto/monto-0.1.1.ebuild index 702e238b314a..3680303ea193 100644 --- a/x11-plugins/monto/monto-0.1.1.ebuild +++ b/x11-plugins/monto/monto-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/monto/monto-0.1.1.ebuild,v 1.2 2012/02/15 09:42:49 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/monto/monto-0.1.1.ebuild,v 1.3 2012/11/27 13:38:10 ago Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://dockapps.windowmaker.org/download.php/id/274/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest index 296a8559a228..08d2946fba6f 100644 --- a/x11-wm/enlightenment/Manifest +++ b/x11-wm/enlightenment/Manifest @@ -5,5 +5,4 @@ DIST e16-1.0.6.tar.gz 2212263 SHA256 6ab09e326420982a3b828538bae3f1ea4a2e45b8d5f DIST e16-1.0.7.tar.gz 2223518 SHA256 d36cf57e4125b173608a6f4cbfa53d91f59f047579fe6a40939874293cfe71bc SHA512 ce9c6108e2d87fa669f774577ed48b9a35e5e9b52d0703f20563bfd23918a542b3833023fc5f98967cc1a3da864d47de4747bbd228c49e53b6e9dc505c3a6b0b WHIRLPOOL 33e0bd6cf6f36a7b1af60b92dd6fccb4805ea2ac9daa47d54902cfdba6338cb2a170d6f3afd0fa0f5a335e994c7d564e2a2eb1816ed6b32f6f53102a8ed35fc4 DIST e16-1.0.8.tar.gz 2243485 SHA256 794d842ec30a29e0d6a85a3bd40120151c27419d77d2fd5759b49862063be27f SHA512 f8d8687a40defdbec385ab007351501a2bd5d39addc6d096655ee57b0384e59aa374c9d1860fa81f5405751e706015b920712c9607b04182916d9a5b7bfe22e7 WHIRLPOOL a558555b955951c9ccd039898d6e8b2219ae284f839ca921fe89bfebbf1ae9257826187c65ab81564cb074b1cb17cfd75bddfea7e02492796be6d05be62c237c DIST e16-1.0.9.tar.gz 2256543 SHA256 d435840a4a429cb22f241d7889e82827061f6ef5ccd9bbc8720af51dee053d27 SHA512 75dc4c784bb70a22b5baa6462024164a10bcea325aa479d2c856f8d214910f36fba865f78017f5c71847991015e7164ecb3959b9ee6d8e531c1b938bd5f61d2a WHIRLPOOL 1c11956dee0905a5465bbc900c3e5fb5ded702b091d3e1bb93738101a82efda82270e5b1fb530e3980077a53fecdb6136bbc4b9c564136bf82ec475fc851cdbc -DIST enlightenment-0.17.0-alpha3.tar.bz2 19851245 SHA256 f474e2e1afff9a9193be31c8738dd597931bfc7f9ba37f04a1fc1633bbc73338 SHA512 a4f295fa96d0e015c9575153d58f4bc76f13ff729f8cf7969899aeaed5ed58e0e63e0e98bff58e943f63ce4279c220fc9edbabba61b9cee669db10d68de6c15e WHIRLPOOL f2e7cd94c3902ec35e09fb3de069030e99ccccac586ab5d0a4f721751042b3d78b6c67e8e528c147281cebdfa8c1b7ed7d87d22462c10a28475793b89ed11edb -DIST enlightenment-0.17.0-alpha5.tar.bz2 20188545 SHA256 f91948f84efef0edcf3130f9540a30d6b12322f1c29750d9f4435ad63407a848 SHA512 33d315c51238afe0f5d07a38ee430fc027dc21ef976a98da9540e5108e3e9feff93a804df503fbe92d22cbad5843c46fed8ca5a540559c0d757cfdc21cbf7795 WHIRLPOOL afdbf363125c4b39116325b0f4171ad563b234ea3494d58bdb3833eb54c4dbdbb57e169f883a7203824aedda7ec538c180c070e25c5d90141dc8758e998d579c +DIST enlightenment-0.17.0-alpha6.tar.bz2 20209688 SHA256 6c5d4e3743408c75854ba6c58ef84ee40f42a68b5c1e0d43f2f5604b7fd3bbc6 SHA512 22bb54040f4b1d6cea53195048d8f3b90ae8063ed42390e2ad077b819da753e6e9e8a63c5fbd90787ad4160002603f000191387d2bed15efb180e89672f985e1 WHIRLPOOL 3cfe215d0f5027bbb986c275039a9586143867576d79a3651c6c2ef503a8f6bd9897e7378892257d60cf4f5b70658f08270ce3648412c9639a66d6ff9711537c diff --git a/x11-wm/enlightenment/enlightenment-0.17.0_alpha3.ebuild b/x11-wm/enlightenment/enlightenment-0.17.0_alpha3.ebuild deleted file mode 100644 index e55346c1b29b..000000000000 --- a/x11-wm/enlightenment/enlightenment-0.17.0_alpha3.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.17.0_alpha3.ebuild,v 1.3 2012/11/17 18:49:04 tommy Exp $ - -EAPI="2" - -MY_P=${P/_alpha/-alpha} - -inherit enlightenment - -DESCRIPTION="Enlightenment DR17 window manager" -SRC_URI="http://download.enlightenment.org/releases/${MY_P}.tar.bz2" - -KEYWORDS="~amd64 ~x86" -SLOT="0.17" - -# The @ is just an anchor to expand from -__EVRY_MODS="" -__CONF_MODS=" - +@applications +@dialogs +@display +@edgebindings - +@interaction +@intl +@keybindings +@menus - +@paths +@performance +@randr +@shelves +@theme - +@window-manipulation +@window-remembers" -__NORM_MODS=" - @access +@backlight +@battery +@clock +@comp +@connman +@cpufreq +@dropshadow - +@everything +@fileman +@fileman-opinfo +@gadman +@ibar +@ibox +@illume2 - +@mixer +@msgbus +@notification +@pager +@quickaccess +@shot +@start - +@syscon +@systray +@tasks +@temperature +@tiling +@winlist +@wizard +@xkbswitch" -IUSE_E_MODULES=" - ${__CONF_MODS//@/enlightenment_modules_conf-} - ${__NORM_MODS//@/enlightenment_modules_}" - -IUSE="pam spell static-libs +udev ukit ${IUSE_E_MODULES}" - -RDEPEND=" - pam? ( sys-libs/pam ) - >=dev-libs/efreet-1.7.1 - >=dev-libs/eio-1.7.1 - >=dev-libs/eina-1.7.1[mempool-chained] - || ( >=dev-libs/ecore-1.7.1[X,evas,inotify] >=dev-libs/ecore-1.7.1[xcb,evas,inotify] ) - >=media-libs/edje-1.7.1 - >=dev-libs/e_dbus-1.7.1[libnotify,udev?] - ukit? ( >=dev-libs/e_dbus-1.7.1[udev] ) - enlightenment_modules_connman? ( >=dev-libs/e_dbus-1.7.1[connman] ) - || ( >=media-libs/evas-1.7.1[eet,X,jpeg,png] >=media-libs/evas-1.7.1[eet,xcb,jpeg,png] ) - >=dev-libs/eeze-1.7.1 - x11-libs/xcb-util-keysyms" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/quickstart.diff - enlightenment_src_prepare -} - -src_configure() { - export MY_ECONF=" - --disable-install-sysactions - --disable-elementary - $(use_enable doc) - --disable-device-hal - --disable-mount-hal - $(use_enable nls) - $(use_enable pam) - --enable-device-udev - $(use_enable udev mount-eeze) - $(use_enable ukit mount-udisks) - --disable-physics - " - local u c - for u in ${IUSE_E_MODULES} ; do - u=${u#+} - c=${u#enlightenment_modules_} - MY_ECONF+=" $(use_enable ${u} ${c})" - done - enlightenment_src_configure -} - -src_install() { - enlightenment_src_install - insinto /etc/enlightenment - newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf || die -} diff --git a/x11-wm/enlightenment/enlightenment-0.17.0_alpha5.ebuild b/x11-wm/enlightenment/enlightenment-0.17.0_alpha6.ebuild similarity index 97% rename from x11-wm/enlightenment/enlightenment-0.17.0_alpha5.ebuild rename to x11-wm/enlightenment/enlightenment-0.17.0_alpha6.ebuild index 93b7044777bf..5b06360531f6 100644 --- a/x11-wm/enlightenment/enlightenment-0.17.0_alpha5.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.17.0_alpha6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.17.0_alpha5.ebuild,v 1.1 2012/11/23 22:09:43 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.17.0_alpha6.ebuild,v 1.1 2012/11/27 20:15:36 tommy Exp $ EAPI="2"