diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-08 23:01:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-08 23:01:40 +0000 |
commit | 81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca (patch) | |
tree | ce1e8d5cd3f24ff3f7abcc462541cd14ac8492a7 /app-text/ttf2pt1 | |
parent | Change XVendorString to be compatible with upstream so people can strstr for ... (diff) | |
download | historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.tar.gz historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.tar.bz2 historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.zip |
add inherit eutils
Diffstat (limited to 'app-text/ttf2pt1')
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild | 4 | ||||
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild index 2f894aae83b1..27a31a87eaf0 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.17 2004/03/12 09:18:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.18 2004/04/08 22:59:57 vapier Exp $ + +inherit eutils DESCRIPTION="Converts True Type to Type 1 fonts" HOMEPAGE="http://ttf2pt1.sourceforge.net/" diff --git a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild index 34ebffb54373..425d7264cd07 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.15 2004/03/12 09:18:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.16 2004/04/08 23:00:07 vapier Exp $ + +inherit eutils DESCRIPTION="Converts True Type to Type 1 fonts" HOMEPAGE="http://ttf2pt1.sourceforge.net/" |