diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-08-02 17:42:50 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-08-02 17:42:50 +0000 |
commit | 2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1 (patch) | |
tree | 9c52f9d7b95bf1e7452640b10f55fd69d6a12163 /app-text/psutils | |
parent | Initial ebuild to support media-video/vls. (diff) | |
download | historical-2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1.tar.gz historical-2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1.tar.bz2 historical-2cdb9501dfdc5c3f31c696a3d7f6657630e7f7b1.zip |
Repoman fixes
Diffstat (limited to 'app-text/psutils')
-rw-r--r-- | app-text/psutils/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/psutils/psutils-1.17.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-text/psutils/ChangeLog b/app-text/psutils/ChangeLog index 44b74d7bea6c..8fdafaf1daeb 100644 --- a/app-text/psutils/ChangeLog +++ b/app-text/psutils/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-text/psutils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.1 2002/02/01 21:53:10 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/ChangeLog,v 1.2 2002/08/02 17:42:49 phoenix Exp $ *psutils-1.17 (1 Feb 2002) + 2 Aug 2002; phoen][x <phoenix@gentoo.org> psutils-1.17.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/app-text/psutils/psutils-1.17.ebuild b/app-text/psutils/psutils-1.17.ebuild index 878d2bed6aa3..953f1f74029e 100644 --- a/app-text/psutils/psutils-1.17.ebuild +++ b/app-text/psutils/psutils-1.17.ebuild @@ -1,11 +1,14 @@ # 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/psutils/psutils-1.17.ebuild,v 1.4 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17.ebuild,v 1.5 2002/08/02 17:42:49 phoenix Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Post Script Utilities" SRC_URI="ftp://ftp.enst.fr/pub/unix/a2ps/${P}.tar.gz" HOMEPAGE="http://www.tardis.ed.ac.uk/~ajcd/psutils" +KEYWORDS="x86" +SLOT="0" +LICENSE="as-is" DEPEND="virtual/glibc sys-devel/perl" RDEPEND="virtual/glibc" |