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/t1utils | |
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/t1utils')
-rw-r--r-- | app-text/t1utils/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/t1utils/t1utils-1.23.ebuild | 5 | ||||
-rw-r--r-- | app-text/t1utils/t1utils-1.25.ebuild | 5 |
3 files changed, 15 insertions, 3 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog index f39d3eb1db58..18abb4adacb3 100644 --- a/app-text/t1utils/ChangeLog +++ b/app-text/t1utils/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for app-text/t1utils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.2 2002/03/13 09:04:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.3 2002/08/02 17:42:50 phoenix Exp $ *t1utils-1.25 (12 Mar 2002) + + 2 Aug 2002; phoen][x <phoenix@gentoo.org> t1utils-1.25.ebuild : + Added LICENSE, KEYWORDS, SLOT. 12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> t1utils-1.25 : @@ -13,6 +16,9 @@ *t1utils-1.23 (1 Feb 2002) + 2 Aug 2002; phoen][x <phoenix@gentoo.org> t1utils-1.23.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/t1utils/t1utils-1.23.ebuild b/app-text/t1utils/t1utils-1.23.ebuild index 11a39bdcb452..fcfa3753b38e 100644 --- a/app-text/t1utils/t1utils-1.23.ebuild +++ b/app-text/t1utils/t1utils-1.23.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/t1utils/t1utils-1.23.ebuild,v 1.3 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.23.ebuild,v 1.4 2002/08/02 17:42:50 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="Type 1 Font utilities" SRC_URI="http://www.lcdf.org/~eddietwo/type/${P}.tar.gz" HOMEPAGE="http://www.lcdf.org/~eddietwo/" +KEYWORDS="x86" +SLOT="0" +LICENSE="BSD" DEPEND="virtual/glibc" diff --git a/app-text/t1utils/t1utils-1.25.ebuild b/app-text/t1utils/t1utils-1.25.ebuild index fea493f26415..a561c3b44440 100644 --- a/app-text/t1utils/t1utils-1.25.ebuild +++ b/app-text/t1utils/t1utils-1.25.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/t1utils/t1utils-1.25.ebuild,v 1.3 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.25.ebuild,v 1.4 2002/08/02 17:42:50 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="Type 1 Font utilities" SRC_URI="http://www.lcdf.org/~eddietwo/type/${P}.tar.gz" HOMEPAGE="http://www.lcdf.org/~eddietwo/" +KEYWORDS="x86" +SLOT="0" +LICENSE="BSD" DEPEND="virtual/glibc" |