diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:37:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:37:57 +0000 |
commit | 92387f6ccc6ff6efcc8560bed4dc9fca084ce831 (patch) | |
tree | d33970b7c75469af2e172942900d680ac14bdf9c /net-proxy/privoxy | |
parent | Drop unnessecary die (diff) | |
download | gentoo-2-92387f6ccc6ff6efcc8560bed4dc9fca084ce831.tar.gz gentoo-2-92387f6ccc6ff6efcc8560bed4dc9fca084ce831.tar.bz2 gentoo-2-92387f6ccc6ff6efcc8560bed4dc9fca084ce831.zip |
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy/privoxy')
-rw-r--r-- | net-proxy/privoxy/ChangeLog | 7 | ||||
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.12.ebuild | 9 | ||||
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.13_beta.ebuild | 9 | ||||
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.14_beta.ebuild | 9 | ||||
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.15_beta.ebuild | 9 | ||||
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.16.ebuild | 6 | ||||
-rw-r--r-- | net-proxy/privoxy/privoxy-3.0.17.ebuild | 6 |
7 files changed, 28 insertions, 27 deletions
diff --git a/net-proxy/privoxy/ChangeLog b/net-proxy/privoxy/ChangeLog index 5690582e3940..d5c45085a1ea 100644 --- a/net-proxy/privoxy/ChangeLog +++ b/net-proxy/privoxy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-proxy/privoxy # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.66 2012/03/18 14:19:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/ChangeLog,v 1.67 2012/04/25 16:37:57 jlec Exp $ + + 25 Apr 2012; Justin Lecher <jlec@gentoo.org> privoxy-3.0.12.ebuild, + privoxy-3.0.13_beta.ebuild, privoxy-3.0.14_beta.ebuild, + privoxy-3.0.15_beta.ebuild, privoxy-3.0.16.ebuild, privoxy-3.0.17.ebuild: + Drop unnessecary die *privoxy-3.0.19 (18 Mar 2012) diff --git a/net-proxy/privoxy/privoxy-3.0.12.ebuild b/net-proxy/privoxy/privoxy-3.0.12.ebuild index ff28edd04bfc..7a04a434be4a 100644 --- a/net-proxy/privoxy/privoxy-3.0.12.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.12.ebuild,v 1.8 2010/06/06 14:37:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.12.ebuild,v 1.9 2012/04/25 16:37:57 jlec Exp $ EAPI="2" @@ -35,7 +35,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch # autoreconf needs to be called even if we don't modify any autotools source files # See main makefile - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { @@ -47,8 +47,7 @@ src_configure() { --with-user=privoxy \ --with-group=privoxy \ --sysconfdir=/etc/privoxy \ - --docdir=/usr/share/doc/${PF} \ - || die "econf failed" + --docdir=/usr/share/doc/${PF} } src_install () { diff --git a/net-proxy/privoxy/privoxy-3.0.13_beta.ebuild b/net-proxy/privoxy/privoxy-3.0.13_beta.ebuild index 0a1bf0c320e1..e30b5f121db0 100644 --- a/net-proxy/privoxy/privoxy-3.0.13_beta.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.13_beta.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.13_beta.ebuild,v 1.2 2010/01/23 18:32:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.13_beta.ebuild,v 1.3 2012/04/25 16:37:57 jlec Exp $ EAPI="2" @@ -36,7 +36,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch # autoreconf needs to be called even if we don't modify any autotools source files # See main makefile - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { @@ -48,8 +48,7 @@ src_configure() { --with-user=privoxy \ --with-group=privoxy \ --sysconfdir=/etc/privoxy \ - --docdir=/usr/share/doc/${PF} \ - || die "econf failed" + --docdir=/usr/share/doc/${PF} } src_install () { diff --git a/net-proxy/privoxy/privoxy-3.0.14_beta.ebuild b/net-proxy/privoxy/privoxy-3.0.14_beta.ebuild index 1c8e471fe53c..22d3dc29ae62 100644 --- a/net-proxy/privoxy/privoxy-3.0.14_beta.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.14_beta.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.14_beta.ebuild,v 1.2 2010/01/23 18:32:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.14_beta.ebuild,v 1.3 2012/04/25 16:37:57 jlec Exp $ EAPI="2" @@ -36,7 +36,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch # autoreconf needs to be called even if we don't modify any autotools source files # See main makefile - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { @@ -48,8 +48,7 @@ src_configure() { --with-user=privoxy \ --with-group=privoxy \ --sysconfdir=/etc/privoxy \ - --docdir=/usr/share/doc/${PF} \ - || die "econf failed" + --docdir=/usr/share/doc/${PF} } src_install () { diff --git a/net-proxy/privoxy/privoxy-3.0.15_beta.ebuild b/net-proxy/privoxy/privoxy-3.0.15_beta.ebuild index 42644577eafd..41e400aaa155 100644 --- a/net-proxy/privoxy/privoxy-3.0.15_beta.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.15_beta.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.15_beta.ebuild,v 1.2 2010/01/23 18:32:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.15_beta.ebuild,v 1.3 2012/04/25 16:37:57 jlec Exp $ EAPI="2" @@ -36,7 +36,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch # autoreconf needs to be called even if we don't modify any autotools source files # See main makefile - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { @@ -48,8 +48,7 @@ src_configure() { --with-user=privoxy \ --with-group=privoxy \ --sysconfdir=/etc/privoxy \ - --docdir=/usr/share/doc/${PF} \ - || die "econf failed" + --docdir=/usr/share/doc/${PF} } src_install () { diff --git a/net-proxy/privoxy/privoxy-3.0.16.ebuild b/net-proxy/privoxy/privoxy-3.0.16.ebuild index 319967b90a46..cf44cbc475db 100644 --- a/net-proxy/privoxy/privoxy-3.0.16.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.16.ebuild,v 1.1 2010/05/08 11:00:50 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.16.ebuild,v 1.2 2012/04/25 16:37:57 jlec Exp $ EAPI="2" @@ -36,7 +36,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch # autoreconf needs to be called even if we don't modify any autotools source files # See main makefile - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { diff --git a/net-proxy/privoxy/privoxy-3.0.17.ebuild b/net-proxy/privoxy/privoxy-3.0.17.ebuild index e5565fb0a40c..2890ef883a0c 100644 --- a/net-proxy/privoxy/privoxy-3.0.17.ebuild +++ b/net-proxy/privoxy/privoxy-3.0.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.17.ebuild,v 1.7 2011/03/01 15:18:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/privoxy/privoxy-3.0.17.ebuild,v 1.8 2012/04/25 16:37:57 jlec Exp $ EAPI="2" @@ -36,7 +36,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch # autoreconf needs to be called even if we don't modify any autotools source files # See main makefile - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { |