www-servers/pound: Drop old
authorPacho Ramos <pacho@gentoo.org>
Fri, 16 Mar 2018 20:38:31 +0000 (21:38 +0100)
committerPacho Ramos <pacho@gentoo.org>
Fri, 16 Mar 2018 20:42:42 +0000 (21:42 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

www-servers/pound/Manifest
www-servers/pound/metadata.xml
www-servers/pound/pound-2.6.ebuild [deleted file]
www-servers/pound/pound-2.7d.ebuild [deleted file]
www-servers/pound/pound-2.7f.ebuild [deleted file]

index ecaa8656e18e44918051628a89c7a66f646b6c16..73c67241207af1c2f08ec7ff55c3dd7bddbef1bb 100644 (file)
@@ -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
index 5abcc6461591ba9629dceffdec2c6f5bab61a88a..7c2ee308598dff961bc7aeecb5afc2ff5069f942 100644 (file)
@@ -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 (file)
index d7d176e..0000000
+++ /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 (file)
index 79e7d10..0000000
+++ /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 (file)
index 79e7d10..0000000
+++ /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
-}