diff options
author | Thilo Bangert <bangert@gentoo.org> | 2009-10-14 08:23:54 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2009-10-14 08:23:54 +0000 |
commit | 164967fe5a490f983b7a1f011a507fab38bf73f1 (patch) | |
tree | 280d7240fbd06ad06a24645f667759140d87fb0c | |
parent | eapi=2 - fix timezone info for chrooted process (bug #226491) (diff) | |
download | gentoo-2-164967fe5a490f983b7a1f011a507fab38bf73f1.tar.gz gentoo-2-164967fe5a490f983b7a1f011a507fab38bf73f1.tar.bz2 gentoo-2-164967fe5a490f983b7a1f011a507fab38bf73f1.zip |
remove old versions - remove static and ssl USE flags
(Portage version: 2.2_rc42/cvs/Linux i686)
-rw-r--r-- | www-servers/pound/ChangeLog | 8 | ||||
-rw-r--r-- | www-servers/pound/pound-2.4.3.ebuild | 59 | ||||
-rw-r--r-- | www-servers/pound/pound-2.4.4.ebuild | 59 | ||||
-rw-r--r-- | www-servers/pound/pound-2.4.5-r1.ebuild (renamed from www-servers/pound/pound-2.4.5.ebuild) | 12 |
4 files changed, 11 insertions, 127 deletions
diff --git a/www-servers/pound/ChangeLog b/www-servers/pound/ChangeLog index 054fd82be7a1..d96955121de1 100644 --- a/www-servers/pound/ChangeLog +++ b/www-servers/pound/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-servers/pound # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.41 2009/07/07 12:58:16 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.42 2009/10/14 08:23:53 bangert Exp $ + +*pound-2.4.5-r1 (14 Oct 2009) + + 14 Oct 2009; Thilo Bangert <bangert@gentoo.org> -pound-2.4.3.ebuild, + -pound-2.4.4.ebuild, -pound-2.4.5.ebuild, +pound-2.4.5-r1.ebuild: + remove old versions - remove static and ssl USE flags (dont work anymore) *pound-2.4.5 (07 Jul 2009) diff --git a/www-servers/pound/pound-2.4.3.ebuild b/www-servers/pound/pound-2.4.3.ebuild deleted file mode 100644 index ac849f94c901..000000000000 --- a/www-servers/pound/pound-2.4.3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.4.3.ebuild,v 1.1 2008/05/31 16:06:45 bangert Exp $ - -inherit flag-o-matic - -MY_P="${P/p/P}" -DESCRIPTION="A http/https reverse-proxy and load-balancer." -SRC_URI="http://www.apsis.ch/pound/${MY_P}.tgz" -HOMEPAGE="http://www.apsis.ch/pound/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" -IUSE="ssl dynscaler static" - -DEPEND="ssl? ( dev-libs/openssl )" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - use static && append-ldflags -static - - econf \ - $(use_with ssl) \ - $(use_enable dynscaler) \ - || die "configure failed" - - emake || die "compile failed" -} - -src_install() { - dodir /usr/sbin - cp "${S}"/pound "${D}"/usr/sbin/ - cp "${S}"/poundctl "${D}"/usr/sbin/ - - doman pound.8 - doman poundctl.8 - dodoc README FAQ - - dodir /etc/init.d - newinitd "${FILESDIR}"/pound.init-1.9 pound - - insinto /etc - newins "${FILESDIR}"/pound-2.2.cfg pound.cfg -} - -pkg_postinst() { - elog "No demo-/sample-configfile is included in the distribution -" - elog "read the man-page for more info." - elog "A sample (localhost:8888 -> localhost:80) for gentoo is given in \"/etc/pound.cfg\"." - echo - ewarn "You will have to upgrade you configuration file, if you are" - ewarn "upgrading from a version <= 2.0." - echo - ewarn "The 'WebDAV' config statement is no longer supported!" - ewarn "Please adjust your configuration, if necessary." - echo -} diff --git a/www-servers/pound/pound-2.4.4.ebuild b/www-servers/pound/pound-2.4.4.ebuild deleted file mode 100644 index a925e6e67f0a..000000000000 --- a/www-servers/pound/pound-2.4.4.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.4.4.ebuild,v 1.1 2009/01/27 19:39:52 bangert Exp $ - -inherit flag-o-matic - -MY_P="${P/p/P}" -DESCRIPTION="A http/https reverse-proxy and load-balancer." -SRC_URI="http://www.apsis.ch/pound/${MY_P}.tgz" -HOMEPAGE="http://www.apsis.ch/pound/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" -IUSE="ssl dynscaler static" - -DEPEND="ssl? ( dev-libs/openssl )" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - use static && append-ldflags -static - - econf \ - $(use_with ssl) \ - $(use_enable dynscaler) \ - || die "configure failed" - - emake || die "compile failed" -} - -src_install() { - dodir /usr/sbin - cp "${S}"/pound "${D}"/usr/sbin/ - cp "${S}"/poundctl "${D}"/usr/sbin/ - - doman pound.8 - doman poundctl.8 - dodoc README FAQ - - dodir /etc/init.d - newinitd "${FILESDIR}"/pound.init-1.9 pound - - insinto /etc - newins "${FILESDIR}"/pound-2.2.cfg pound.cfg -} - -pkg_postinst() { - elog "No demo-/sample-configfile is included in the distribution -" - elog "read the man-page for more info." - elog "A sample (localhost:8888 -> localhost:80) for gentoo is given in \"/etc/pound.cfg\"." - echo - ewarn "You will have to upgrade you configuration file, if you are" - ewarn "upgrading from a version <= 2.0." - echo - ewarn "The 'WebDAV' config statement is no longer supported!" - ewarn "Please adjust your configuration, if necessary." - echo -} diff --git a/www-servers/pound/pound-2.4.5.ebuild b/www-servers/pound/pound-2.4.5-r1.ebuild index 6c3930aaf4b4..90a849e87369 100644 --- a/www-servers/pound/pound-2.4.5.ebuild +++ b/www-servers/pound/pound-2.4.5-r1.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.4.5.ebuild,v 1.1 2009/07/07 12:58:16 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.4.5-r1.ebuild,v 1.1 2009/10/14 08:23:54 bangert Exp $ EAPI="2" -inherit flag-o-matic - MY_P="${P/p/P}" DESCRIPTION="A http/https reverse-proxy and load-balancer." SRC_URI="http://www.apsis.ch/pound/${MY_P}.tgz" @@ -14,18 +12,16 @@ HOMEPAGE="http://www.apsis.ch/pound/" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" -IUSE="ssl dynscaler static" +IUSE="dynscaler" -DEPEND="ssl? ( dev-libs/openssl )" +DEPEND="dev-libs/libpcre + dev-libs/openssl" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_configure() { - use static && append-ldflags -static - econf \ - $(use_with ssl) \ $(use_enable dynscaler) \ || die "configure failed" } |