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/ttf2pt1/ttf2pt1-3.3.3.ebuild | |
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/ttf2pt1/ttf2pt1-3.3.3.ebuild')
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild index 1981601e2518..ef0a1ddea306 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.3.3.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/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.6 2002/07/11 06:30:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.7 2002/08/02 17:42:50 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts True Type to Type 1 fonts" SRC_URI="http://download.sourceforge.net/ttf2pt1/${P}.tgz" HOMEPAGE="http://ttf2pt1.sourceforge.net" +KEYWORDS="x86" +SLOT="0" +LICENSE="as-is" RDEPEND="virtual/glibc >=media-libs/freetype-2.0" |