diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-31 17:23:18 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-31 17:23:18 +0000 |
commit | 98c0c7bd8c1ac3716f24282cae17450fe5b86388 (patch) | |
tree | 725b47e973b3629f87a6330c8d396c890b8af875 /app-text/a2ps | |
parent | New version. Patches seems to be no longer actual (gcc 2.95) (diff) | |
download | historical-98c0c7bd8c1ac3716f24282cae17450fe5b86388.tar.gz historical-98c0c7bd8c1ac3716f24282cae17450fe5b86388.tar.bz2 historical-98c0c7bd8c1ac3716f24282cae17450fe5b86388.zip |
Added KEYWORDS, LICENSE, and SLOT
Diffstat (limited to 'app-text/a2ps')
-rw-r--r-- | app-text/a2ps/a2ps-4.13b-r3.ebuild | 5 | ||||
-rw-r--r-- | app-text/a2ps/a2ps-4.13b-r4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/a2ps/a2ps-4.13b-r3.ebuild b/app-text/a2ps/a2ps-4.13b-r3.ebuild index cdea045fee54..382236903282 100644 --- a/app-text/a2ps/a2ps-4.13b-r3.ebuild +++ b/app-text/a2ps/a2ps-4.13b-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r3.ebuild,v 1.5 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r3.ebuild,v 1.6 2002/07/31 17:23:18 kabau Exp $ S=${WORKDIR}/${P/b/} DESCRIPTION="a2ps is an Any to PostScript filter" @@ -14,6 +14,9 @@ DEPEND=">=app-text/ghostscript-6.23 RDEPEND="${DEPEND} nls? ( sys-devel/gettext )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { diff --git a/app-text/a2ps/a2ps-4.13b-r4.ebuild b/app-text/a2ps/a2ps-4.13b-r4.ebuild index e8c93af8cf04..3e480f92eb80 100644 --- a/app-text/a2ps/a2ps-4.13b-r4.ebuild +++ b/app-text/a2ps/a2ps-4.13b-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r4.ebuild,v 1.1 2002/05/15 23:27:58 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r4.ebuild,v 1.2 2002/07/31 17:23:18 kabau Exp $ S=${WORKDIR}/${P/b/} DESCRIPTION="a2ps is an Any to PostScript filter" @@ -8,6 +8,7 @@ SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/${P}.tar.gz" HOMEPAGE="http://www-inf.enst.fr/~demaille/a2ps" SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND=">=app-text/ghostscript-6.23 |