diff options
author | Alin Năstac <mrness@gentoo.org> | 2009-05-09 12:59:47 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2009-05-09 12:59:47 +0000 |
commit | 6e4b96463f58a9fe4f6f2cf8bdac2b6b4efa0f53 (patch) | |
tree | a1900111ffecd4a0ba2b8fc906b3c656584c7553 /net-proxy | |
parent | Bump to 2.7.18, closes #268871 (diff) | |
download | gentoo-2-6e4b96463f58a9fe4f6f2cf8bdac2b6b4efa0f53.tar.gz gentoo-2-6e4b96463f58a9fe4f6f2cf8bdac2b6b4efa0f53.tar.bz2 gentoo-2-6e4b96463f58a9fe4f6f2cf8bdac2b6b4efa0f53.zip |
Version bump. Migrate to EAPI 2.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/wwwoffle/ChangeLog | 10 | ||||
-rw-r--r-- | net-proxy/wwwoffle/wwwoffle-2.9e.ebuild (renamed from net-proxy/wwwoffle/wwwoffle-2.9c.ebuild) | 15 |
2 files changed, 15 insertions, 10 deletions
diff --git a/net-proxy/wwwoffle/ChangeLog b/net-proxy/wwwoffle/ChangeLog index e35f78887ec7..053bd010beb2 100644 --- a/net-proxy/wwwoffle/ChangeLog +++ b/net-proxy/wwwoffle/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-proxy/wwwoffle -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/wwwoffle/ChangeLog,v 1.44 2008/07/24 17:45:13 armin76 Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/wwwoffle/ChangeLog,v 1.45 2009/05/09 12:59:47 mrness Exp $ + +*wwwoffle-2.9e (09 May 2009) + + 09 May 2009; Alin Năstac <mrness@gentoo.org> -wwwoffle-2.9c.ebuild, + +wwwoffle-2.9e.ebuild: + Version bump. Migrate to EAPI 2. 24 Jul 2008; Raúl Porcel <armin76@gentoo.org> wwwoffle-2.9d.ebuild: x86 stable wrt #231691 diff --git a/net-proxy/wwwoffle/wwwoffle-2.9c.ebuild b/net-proxy/wwwoffle/wwwoffle-2.9e.ebuild index 0e6081ddf49b..d7feba50ed1d 100644 --- a/net-proxy/wwwoffle/wwwoffle-2.9c.ebuild +++ b/net-proxy/wwwoffle/wwwoffle-2.9e.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/wwwoffle/wwwoffle-2.9c.ebuild,v 1.9 2008/05/15 22:10:33 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/wwwoffle/wwwoffle-2.9e.ebuild,v 1.1 2009/05/09 12:59:47 mrness Exp $ + +EAPI="2" inherit eutils @@ -8,7 +10,7 @@ DESCRIPTION="Web caching proxy suitable for non-permanent Internet connections" SRC_URI="http://www.gedanken.demon.co.uk/download-wwwoffle/${P}.tgz" HOMEPAGE="http://www.gedanken.demon.co.uk/wwwoffle" -KEYWORDS="amd64 ppc ppc64 sparc x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" LICENSE="GPL-2" IUSE="gnutls ipv6 zlib" @@ -21,18 +23,15 @@ DEPEND="dev-lang/perl # Unsure whether to depend on >=www-misc/htdig-3.1.6-r4 or not -src_unpack() { - unpack ${A} - +src_prepare() { sed -i -e 's#$(TAR) xpf #$(TAR) --no-same-owner -xpf #' \ "${S}/cache/Makefile.in" } -src_compile() { +src_configure() { econf $(use_with zlib) \ $(use_with gnutls) \ $(use_with ipv6) || die "econf failed" - emake || die "emake failed" } src_install() { |