diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-03 12:54:52 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-03 12:54:52 +0000 |
commit | b351c9a7ca244803f69e4261d9fb4e738c56b0b4 (patch) | |
tree | 26d300fd47857313b9f2d51a3a2b9ae4057cd315 /x11-misc/stripclub | |
parent | Fix DEPEND/RDEPEND that got reversed. Use autotools eclass insetad of autorec... (diff) | |
download | historical-b351c9a7ca244803f69e4261d9fb4e738c56b0b4.tar.gz historical-b351c9a7ca244803f69e4261d9fb4e738c56b0b4.tar.bz2 historical-b351c9a7ca244803f69e4261d9fb4e738c56b0b4.zip |
Fixed SRC_URI, stable on x86.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/stripclub')
-rw-r--r-- | x11-misc/stripclub/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/stripclub/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/stripclub/stripclub-0.9.1.2.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/x11-misc/stripclub/ChangeLog b/x11-misc/stripclub/ChangeLog index 296067119d9d..16b2fca3024a 100644 --- a/x11-misc/stripclub/ChangeLog +++ b/x11-misc/stripclub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/stripclub # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/ChangeLog,v 1.2 2005/06/20 12:32:12 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/ChangeLog,v 1.3 2005/11/03 12:54:52 nelchael Exp $ + + 03 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> + stripclub-0.9.1.2.ebuild: + Fixed SRC_URI, stable on x86. 20 Jun 2005; David Holm <dholm@gentoo.org> stripclub-0.9.1.2.ebuild: Added to ~ppc. diff --git a/x11-misc/stripclub/Manifest b/x11-misc/stripclub/Manifest index 8584678ba528..11b783d634e6 100644 --- a/x11-misc/stripclub/Manifest +++ b/x11-misc/stripclub/Manifest @@ -1,5 +1,5 @@ -MD5 922ed34ec2312547947827756f0267be ChangeLog 492 -MD5 93f02cf17e28c71ad2a43ecc2399b56f metadata.xml 279 -MD5 fa712b8b025a64c6fa76607794f6ba59 stripclub-0.9.1.2.ebuild 921 +MD5 1346263b2e8da94bdc36b8b1550f31ec ChangeLog 609 MD5 6e01d2597e3b88bd08927dfc46355880 files/digest-stripclub-0.9.1.2 68 MD5 c4c077c1aae2d8c62d82fa7abc9f3216 files/stripclub-0.9.1.2-Makefile.linux.patch 863 +MD5 93f02cf17e28c71ad2a43ecc2399b56f metadata.xml 279 +MD5 9f14f6af7b8095d3f419a78821f5ab91 stripclub-0.9.1.2.ebuild 897 diff --git a/x11-misc/stripclub/stripclub-0.9.1.2.ebuild b/x11-misc/stripclub/stripclub-0.9.1.2.ebuild index 0d64a92ff890..5738c7cc0f61 100644 --- a/x11-misc/stripclub/stripclub-0.9.1.2.ebuild +++ b/x11-misc/stripclub/stripclub-0.9.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/stripclub-0.9.1.2.ebuild,v 1.2 2005/06/20 12:32:12 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/stripclub/stripclub-0.9.1.2.ebuild,v 1.3 2005/11/03 12:54:52 nelchael Exp $ inherit eutils @@ -8,11 +8,11 @@ MY_P="${PN}_${PV}" DESCRIPTION="A webcomic reader." HOMEPAGE="http://stripclub.sourceforge.net/" -SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/stripclub/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/stripclub/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" IUSE="" DEPEND=">=x11-libs/fltk-1.1.4 |