diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-02-27 22:42:41 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-02-27 22:42:41 +0000 |
commit | 74f9c29bbd02446ebe348acff04ebf74bfcfd640 (patch) | |
tree | 10bdd8623ac35b6af2ae8ec935bcda87691178dd /net-www | |
parent | stable on alpha (diff) | |
download | gentoo-2-74f9c29bbd02446ebe348acff04ebf74bfcfd640.tar.gz gentoo-2-74f9c29bbd02446ebe348acff04ebf74bfcfd640.tar.bz2 gentoo-2-74f9c29bbd02446ebe348acff04ebf74bfcfd640.zip |
Marked as stable and changed Slot.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/privoxy/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/privoxy/privoxy-3.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/privoxy/ChangeLog b/net-www/privoxy/ChangeLog index 7bf02ef82d59..a7149117d8bb 100644 --- a/net-www/privoxy/ChangeLog +++ b/net-www/privoxy/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for net-www/privoxy # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/privoxy/ChangeLog,v 1.8 2003/02/15 08:14:33 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/privoxy/ChangeLog,v 1.9 2003/02/27 22:42:41 mholzer Exp $ *privoxy-3.0.0 (14 Dec 2002) + 27 Feb 2003; Martin Holzer <mholzer@gentoo.org> privoxy-3.0.0.ebuild : + Marked as stable and changed SLOT="2" to prevent broken package. + Closes #16462. + 15 Feb 2003; Mark Guertin <gerk@gentoo.org> privoxy-3.0.0.ebuild : set ~ppc in keywords diff --git a/net-www/privoxy/privoxy-3.0.0.ebuild b/net-www/privoxy/privoxy-3.0.0.ebuild index 554faba9a452..14cd62f81416 100644 --- a/net-www/privoxy/privoxy-3.0.0.ebuild +++ b/net-www/privoxy/privoxy-3.0.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/privoxy/privoxy-3.0.0.ebuild,v 1.3 2003/02/15 08:14:33 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/privoxy/privoxy-3.0.0.ebuild,v 1.4 2003/02/27 22:42:41 mholzer Exp $ S="${WORKDIR}/${P}-stable" HOMEPAGE="http://www.privoxy.org" DESCRIPTION="A web proxy with advanced filtering capabilities for protecting privacy against internet junk." SRC_URI="mirror://sourceforge/ijbswa/${P}-stable-src.tar.gz" -SLOT="0" +SLOT="2" KEYWORDS="~x86 ~ppc" LICENSE="GPL-2" |