patrick 14/10/25 03:42:11 Modified: ChangeLog Added: pound-2.7d.ebuild Log: Bump (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.54 www-servers/pound/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 10 Aug 2014 20:08:55 -0000 1.53 +++ ChangeLog 25 Oct 2014 03:42:11 -0000 1.54 @@ -1,6 +1,11 @@ # ChangeLog for www-servers/pound # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.53 2014/08/10 20:08:55 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.54 2014/10/25 03:42:11 patrick Exp $ + +*pound-2.7d (25 Oct 2014) + + 25 Oct 2014; Patrick Lauer <patr...@gentoo.org> +pound-2.7d.ebuild: + Bump 10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> pound-2.5.ebuild, pound-2.6.ebuild, pound-2.7a.ebuild: 1.1 www-servers/pound/pound-2.7d.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/pound-2.7d.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/pound/pound-2.7d.ebuild?rev=1.1&content-type=text/plain Index: pound-2.7d.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.7d.ebuild,v 1.1 2014/10/25 03:42:11 patrick Exp $ 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 }