diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-04-04 12:55:35 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-04-04 12:55:35 +0000 |
commit | bb85c2017cedc201fc9564598653ee2904161362 (patch) | |
tree | 9de333c3b3858c9a6bd0a1accb0005aaadc39581 /app-misc/supercat | |
parent | stable ppc64, bug 215861 (diff) | |
download | gentoo-2-bb85c2017cedc201fc9564598653ee2904161362.tar.gz gentoo-2-bb85c2017cedc201fc9564598653ee2904161362.tar.bz2 gentoo-2-bb85c2017cedc201fc9564598653ee2904161362.zip |
amd64 stable wrt bug #214797 and remove old version.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/supercat')
-rw-r--r-- | app-misc/supercat/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/supercat/supercat-0.5.4.ebuild | 20 | ||||
-rw-r--r-- | app-misc/supercat/supercat-0.5.5.ebuild | 4 |
3 files changed, 7 insertions, 23 deletions
diff --git a/app-misc/supercat/ChangeLog b/app-misc/supercat/ChangeLog index 1fce138956cf..e503476eddea 100644 --- a/app-misc/supercat/ChangeLog +++ b/app-misc/supercat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/supercat # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v 1.11 2008/03/28 15:22:17 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v 1.12 2008/04/04 12:55:35 coldwind Exp $ + + 04 Apr 2008; Santiago M. Mola <coldwind@gentoo.org> + -supercat-0.5.4.ebuild, supercat-0.5.5.ebuild: + amd64 stable wrt bug #214797 and remove old version. 28 Mar 2008; Ferris McCormick <fmccor@gentoo.org> supercat-0.5.5.ebuild: Add sparc keyword at developer request, Bug #215190, thanks to Tiago Cunha. diff --git a/app-misc/supercat/supercat-0.5.4.ebuild b/app-misc/supercat/supercat-0.5.4.ebuild deleted file mode 100644 index c14d598bdd51..000000000000 --- a/app-misc/supercat/supercat-0.5.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.4.ebuild,v 1.2 2008/01/17 00:14:09 tester Exp $ - -DESCRIPTION="A text file colorizer using powerful regular expressions" -HOMEPAGE="http://supercat.nosredna.net" -SRC_URI="http://supercat.nosredna.net/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" -src_install() { - emake DESTDIR="${D}" install || die "Install failed!" - - dodoc ChangeLog -} diff --git a/app-misc/supercat/supercat-0.5.5.ebuild b/app-misc/supercat/supercat-0.5.5.ebuild index e4871f5bdaa5..6a8b4e4e23e9 100644 --- a/app-misc/supercat/supercat-0.5.5.ebuild +++ b/app-misc/supercat/supercat-0.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.5.ebuild,v 1.3 2008/03/28 15:22:17 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.5.ebuild,v 1.4 2008/04/04 12:55:35 coldwind Exp $ DESCRIPTION="A text file colorizer using powerful regular expressions" HOMEPAGE="http://supercat.nosredna.net" @@ -8,7 +8,7 @@ SRC_URI="http://supercat.nosredna.net/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~sparc x86" +KEYWORDS="amd64 ~sparc x86" IUSE="" DEPEND="" |