diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-03-16 21:38:31 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-03-16 21:42:42 +0100 |
commit | fd20237fb71eeb4bfea530f53f32acf66695a27e (patch) | |
tree | 801e0f7d536e18b884cb8948a9e385ce4cd460aa /www-servers | |
parent | sci-libs/parmgridgen: Drop old (diff) | |
download | gentoo-fd20237fb71eeb4bfea530f53f32acf66695a27e.tar.gz gentoo-fd20237fb71eeb4bfea530f53f32acf66695a27e.tar.bz2 gentoo-fd20237fb71eeb4bfea530f53f32acf66695a27e.zip |
www-servers/pound: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/pound/Manifest | 2 | ||||
-rw-r--r-- | www-servers/pound/metadata.xml | 3 | ||||
-rw-r--r-- | www-servers/pound/pound-2.6.ebuild | 55 | ||||
-rw-r--r-- | www-servers/pound/pound-2.7d.ebuild | 50 | ||||
-rw-r--r-- | www-servers/pound/pound-2.7f.ebuild | 50 |
5 files changed, 0 insertions, 160 deletions
diff --git a/www-servers/pound/Manifest b/www-servers/pound/Manifest index ecaa8656e18e..73c67241207a 100644 --- a/www-servers/pound/Manifest +++ b/www-servers/pound/Manifest @@ -1,3 +1 @@ -DIST Pound-2.6.tgz 180595 BLAKE2B 614507fb1e5373dd5cb340004dd7ffb7be3f08735168381c0bb2f62e463de3c3a14230f354e5eaa0bc359ba7c5ac531acb4a812af5b1d452055e43727c495e55 SHA512 ec397740672ab3784322136e9e0ab7ac059c888453f2bdaf00cf64795a0ff9985d9d60a77a78491f64f2d0a63cce0b18a5df4f9b74a97ab9065a591ac046ad36 -DIST Pound-2.7d.tgz 184801 BLAKE2B 005383acc65401a29f9d43705f6ca03b62a788b048bb4e031f6da41d7e5410be3573faa7b59420e457897b4dd5114a72c46b9f6f6789c6678a36b1940b98c94c SHA512 3a64a910327c3acbc43daaaca28612fe5f98f89937612844fc2a4de9d638499465783b09782daceda0a10f8cfdf396d233fa231fb967b7889213898078015416 DIST Pound-2.7f.tgz 186719 BLAKE2B 39a31b43c5945db1b5ad008e2f43d3026728ea5bdc3de0fa8c0b68a743d0bea4b86dd61a527ea140e6b0546732f0c66c863e78131432af32ab5b0874a7c1f705 SHA512 292f4f7b4363365829f204b687080eae9e17b9a67ae7eb6021eb5a028321191d97abd9633d5664db5ebca6467795f73a787be4a0bd29360d737865930ff81830 diff --git a/www-servers/pound/metadata.xml b/www-servers/pound/metadata.xml index 5abcc6461591..7c2ee308598d 100644 --- a/www-servers/pound/metadata.xml +++ b/www-servers/pound/metadata.xml @@ -12,7 +12,4 @@ SSL wrapper for those Web servers that do not offer it natively. Pound is distributed under the GPL - no warranty, it's free to use, copy and give away. </longdescription> - <use> - <flag name="dynscaler">Enable dynamic rescaling of back-end priorities</flag> - </use> </pkgmetadata> diff --git a/www-servers/pound/pound-2.6.ebuild b/www-servers/pound/pound-2.6.ebuild deleted file mode 100644 index d7d176e63a5e..000000000000 --- a/www-servers/pound/pound-2.6.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit eutils - -MY_P=${P/p/P} -DESCRIPTION="A http/https reverse-proxy and load-balancer" -HOMEPAGE="http://www.apsis.ch/pound/" -SRC_URI="http://www.apsis.ch/pound/${MY_P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc x86" -IUSE="dynscaler" - -DEPEND="dev-libs/libpcre - dev-libs/openssl" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_configure() { - econf \ - $(use_enable dynscaler) -} - -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.7d.ebuild b/www-servers/pound/pound-2.7d.ebuild deleted file mode 100644 index 79e7d10fc790..000000000000 --- a/www-servers/pound/pound-2.7d.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -MY_P=${P/p/P} -DESCRIPTION="A http/https reverse-proxy and load-balancer" -HOMEPAGE="http://www.apsis.ch/pound/" -SRC_URI="http://www.apsis.ch/pound/${MY_P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-libs/libpcre - dev-libs/openssl" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -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.7f.ebuild b/www-servers/pound/pound-2.7f.ebuild deleted file mode 100644 index 79e7d10fc790..000000000000 --- a/www-servers/pound/pound-2.7f.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -MY_P=${P/p/P} -DESCRIPTION="A http/https reverse-proxy and load-balancer" -HOMEPAGE="http://www.apsis.ch/pound/" -SRC_URI="http://www.apsis.ch/pound/${MY_P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="dev-libs/libpcre - dev-libs/openssl" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -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 -} |