diff options
author | 2004-05-07 10:26:24 +0000 | |
---|---|---|
committer | 2004-05-07 10:26:24 +0000 | |
commit | d5c06311e3b335c1187296019d11623466a41f5a (patch) | |
tree | 4169df89dbc7f34b896da8918eb4b2dc6c30f9dc /app-text/c2ps | |
parent | Marked as stable. (Manifest recommit) (diff) | |
download | gentoo-2-d5c06311e3b335c1187296019d11623466a41f5a.tar.gz gentoo-2-d5c06311e3b335c1187296019d11623466a41f5a.tar.bz2 gentoo-2-d5c06311e3b335c1187296019d11623466a41f5a.zip |
add missing IUSE=""
Diffstat (limited to 'app-text/c2ps')
-rw-r--r-- | app-text/c2ps/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/c2ps/c2ps-4.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-text/c2ps/ChangeLog b/app-text/c2ps/ChangeLog index 09a49c5cab52..8ae1b7f04309 100644 --- a/app-text/c2ps/ChangeLog +++ b/app-text/c2ps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/c2ps -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/ChangeLog,v 1.3 2003/07/29 13:52:52 lanius Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/ChangeLog,v 1.4 2004/05/07 10:26:24 lanius Exp $ + + 07 May 2004; Heinrich Wendel <lanius@gentoo.org> c2ps-4.0.ebuild: + add missing IUSE="" 29 Jul 2003; lanius@gentoo.org c2ps-4.0.ebuild: stable bump diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild index 24e1b69a1605..0a3f0a375ab8 100644 --- a/app-text/c2ps/c2ps-4.0.ebuild +++ b/app-text/c2ps/c2ps-4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.4 2003/08/05 18:43:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.5 2004/05/07 10:26:24 lanius Exp $ DESCRIPTION="Generates a beautified ps document from a source file (c/c++)" HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps" @@ -9,6 +9,7 @@ SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" src_compile() { emake || die |