diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-03-09 19:40:51 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-03-09 19:40:51 +0000 |
commit | 2ed8bb37de41ca7b56a3afcaa136ed752596b248 (patch) | |
tree | e62fb1bec5124d3acfc4a11d426e379f8efb1338 /app-misc | |
parent | Version bump (diff) | |
download | gentoo-2-2ed8bb37de41ca7b56a3afcaa136ed752596b248.tar.gz gentoo-2-2ed8bb37de41ca7b56a3afcaa136ed752596b248.tar.bz2 gentoo-2-2ed8bb37de41ca7b56a3afcaa136ed752596b248.zip |
stable on x86 and alpha
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/dailystrips/ChangeLog | 14 | ||||
-rw-r--r-- | app-misc/dailystrips/dailystrips-1.0.25.ebuild | 4 |
2 files changed, 11 insertions, 7 deletions
diff --git a/app-misc/dailystrips/ChangeLog b/app-misc/dailystrips/ChangeLog index 790dd4f3500a..5c355b994a04 100644 --- a/app-misc/dailystrips/ChangeLog +++ b/app-misc/dailystrips/ChangeLog @@ -1,22 +1,26 @@ # ChangeLog for app-misc/dailystrips # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/dailystrips/ChangeLog,v 1.7 2003/02/12 04:57:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dailystrips/ChangeLog,v 1.8 2003/03/09 19:40:51 agriffis Exp $ - 16 Jan 2003; Aron Griffis <agriffis@gentoo.org> dailystrips-1.0.25.ebuild : +*dailystrips-1.0.25 (13 Oct 2002) + + 09 Mar 2003; Aron Griffis <agriffis@gentoo.org> dailystrips-1.0.25.ebuild: + Mark stable on x86 and alpha + + 16 Jan 2003; Aron Griffis <agriffis@gentoo.org> dailystrips-1.0.25.ebuild: Add ~alpha to KEYWORDS -*dailystrips-1.0.25 <13 Oct 2002> 13 Oct 2002; Phil Bordelon <sunflare@gentoo.org> dailystrips-1.0.25.ebuild: Version bump. Bump submitted by Daniel Sabo <danielsabo@myrealbox.com>; see Bug #7189. -*dailystrips-1.0.24-r1 <05 Jun 2002> +*dailystrips-1.0.24-r1 (05 Jun 2002) 05 June 2002; Nicholas Jones <carpaski@gentoo.org> John Duksta updated the ebuild to also install the dailystrips-clean script. -*dailystrips-1.0.24 <24 May 2002> +*dailystrips-1.0.24 (24 May 2002) 19 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> dailystrips-1.0.24.ebuild : Updated to mirror://sourceforge in SRC_URI. diff --git a/app-misc/dailystrips/dailystrips-1.0.25.ebuild b/app-misc/dailystrips/dailystrips-1.0.25.ebuild index f1923c059706..7208df04b5cf 100644 --- a/app-misc/dailystrips/dailystrips-1.0.25.ebuild +++ b/app-misc/dailystrips/dailystrips-1.0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/dailystrips/dailystrips-1.0.25.ebuild,v 1.6 2003/02/13 08:55:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/dailystrips/dailystrips-1.0.25.ebuild,v 1.7 2003/03/09 19:40:51 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="dailystrips automatically downloads your favorite online comics from the web." @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/dailystrips/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~alpha" +KEYWORDS="x86 alpha" DEPEND=">=dev-perl/libwww-perl-5.50" |