diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-07-15 23:30:35 +0200 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2021-07-15 16:55:27 -0500 |
commit | bbd7de89934908232803a762b75099f76b1cfa48 (patch) | |
tree | 45c6fc6fdbde95f89a6e3d171bec89ad942e6d8e /www-servers/pound | |
parent | net-analyzer/monitoring-plugins: Stabilize 2.3.1 sparc, #802318 (diff) | |
download | gentoo-bbd7de89934908232803a762b75099f76b1cfa48.tar.gz gentoo-bbd7de89934908232803a762b75099f76b1cfa48.tar.bz2 gentoo-bbd7de89934908232803a762b75099f76b1cfa48.zip |
www-servers/pound: drop old version
Closes: https://bugs.gentoo.org/714084
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/21665
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'www-servers/pound')
-rw-r--r-- | www-servers/pound/Manifest | 1 | ||||
-rw-r--r-- | www-servers/pound/pound-2.7f-r1.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/www-servers/pound/Manifest b/www-servers/pound/Manifest index db05fcced464..5e80194f89a2 100644 --- a/www-servers/pound/Manifest +++ b/www-servers/pound/Manifest @@ -1,2 +1 @@ -DIST Pound-2.7f.tgz 186719 BLAKE2B 39a31b43c5945db1b5ad008e2f43d3026728ea5bdc3de0fa8c0b68a743d0bea4b86dd61a527ea140e6b0546732f0c66c863e78131432af32ab5b0874a7c1f705 SHA512 292f4f7b4363365829f204b687080eae9e17b9a67ae7eb6021eb5a028321191d97abd9633d5664db5ebca6467795f73a787be4a0bd29360d737865930ff81830 DIST Pound-3.0.tgz 75905 BLAKE2B 8834d2d57c81bf792d803bc2aef7ad5d17243539ea3fddab777ab3dbd7f903a2f771762ee8d4818c63b7c6380c253dc7c7465e10225f884c2bb968af3dfab831 SHA512 28426fa2d66efa310fce43fc57b87b6cd9d646573161ab880b139feec856710306002af623f023907bb77f8b37979cf2332dc3e16cde48c6d349d813c6ac47e2 diff --git a/www-servers/pound/pound-2.7f-r1.ebuild b/www-servers/pound/pound-2.7f-r1.ebuild deleted file mode 100644 index 2054ebbc149e..000000000000 --- a/www-servers/pound/pound-2.7f-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# 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" - -DEPEND="dev-libs/libpcre - dev-libs/openssl:0 -" -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 -} |