diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-04 05:23:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-04 05:23:51 +0000 |
commit | 7a8519392a22d459d014287ac7178ffb088134dc (patch) | |
tree | 95618f45029bb09ca7535aeb086b64581354e141 /www-proxy | |
parent | Removed old ebuilds. Marked 200410 stable on x86, alpha, ppc and ppc-macos. (... (diff) | |
download | gentoo-2-7a8519392a22d459d014287ac7178ffb088134dc.tar.gz gentoo-2-7a8519392a22d459d014287ac7178ffb088134dc.tar.bz2 gentoo-2-7a8519392a22d459d014287ac7178ffb088134dc.zip |
ia64 KEYWORDS #57092
Diffstat (limited to 'www-proxy')
-rw-r--r-- | www-proxy/squid/squid-2.5.7.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www-proxy/squid/squid-2.5.7.ebuild b/www-proxy/squid/squid-2.5.7.ebuild index 13218ff97e48..d11451f7dafb 100644 --- a/www-proxy/squid/squid-2.5.7.ebuild +++ b/www-proxy/squid/squid-2.5.7.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-proxy/squid/squid-2.5.7.ebuild,v 1.2 2004/10/17 03:19:29 cyfred Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-proxy/squid/squid-2.5.7.ebuild,v 1.3 2004/11/04 05:23:51 vapier Exp $ inherit eutils -IUSE="pam ldap ssl sasl snmp debug uclibc selinux" - #lame archive versioning scheme.. S_PV=${PV%.*} S_PL=${PV##*.} @@ -19,6 +17,11 @@ S=${WORKDIR}/${S_PP} SRC_URI="ftp://ftp.squid-cache.org/pub/squid-2/STABLE/${S_PP}.tar.bz2 http://dev.gentoo.org/~cyfred/distfiles/squid-2.5.STABLE7-patches-${PATCH_VERSION}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +IUSE="pam ldap ssl sasl snmp debug uclibc selinux" + RDEPEND="virtual/libc pam? ( >=sys-libs/pam-0.75 ) ldap? ( >=net-nds/openldap-2.1.26 ) @@ -26,9 +29,6 @@ RDEPEND="virtual/libc sasl? ( >=dev-libs/cyrus-sasl-1.5.27 ) selinux? ( sec-policy/selinux-squid )" DEPEND="${RDEPEND} dev-lang/perl" -LICENSE="GPL-2" -KEYWORDS="x86 amd64 alpha ppc sparc hppa ppc64" -SLOT="0" src_unpack() { unpack ${A} || die |