diff options
author | Olivier Crête <tester@gentoo.org> | 2008-02-16 20:13:09 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-02-16 20:13:09 +0000 |
commit | fc7d8ec77438d17a9a5f1019ba6461d2a6fac293 (patch) | |
tree | 5c99950ada296f66d58a53736ebf0cb220759051 /app-misc/supercat | |
parent | Add possibility to use bash arrays for PATCHES. (diff) | |
download | gentoo-2-fc7d8ec77438d17a9a5f1019ba6461d2a6fac293.tar.gz gentoo-2-fc7d8ec77438d17a9a5f1019ba6461d2a6fac293.tar.bz2 gentoo-2-fc7d8ec77438d17a9a5f1019ba6461d2a6fac293.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/supercat')
-rw-r--r-- | app-misc/supercat/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/supercat/supercat-0.5.5.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-misc/supercat/ChangeLog b/app-misc/supercat/ChangeLog index 20e5ec6a0bcb..ed1f19c8dd06 100644 --- a/app-misc/supercat/ChangeLog +++ b/app-misc/supercat/ChangeLog @@ -1,6 +1,11 @@ # 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.8 2008/01/17 00:14:09 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v 1.9 2008/02/16 20:13:09 tester Exp $ + +*supercat-0.5.5 (16 Feb 2008) + + 16 Feb 2008; Olivier Crête <tester@gentoo.org> +supercat-0.5.5.ebuild: + Version bump 17 Jan 2008; <tester@gentoo.org> -supercat-0.5.3.ebuild, supercat-0.5.4.ebuild: diff --git a/app-misc/supercat/supercat-0.5.5.ebuild b/app-misc/supercat/supercat-0.5.5.ebuild new file mode 100644 index 000000000000..aa918f6a09fb --- /dev/null +++ b/app-misc/supercat/supercat-0.5.5.ebuild @@ -0,0 +1,20 @@ +# 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.1 2008/02/16 20:13: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 +} |