summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-08-28 15:06:49 +0000
committerMamoru Komachi <usata@gentoo.org>2004-08-28 15:06:49 +0000
commit95f77f01f0663cbafe4770473cbda93a3b069642 (patch)
tree40228b3ceb887c0bbfea5b3c0c97c3d85f16f4f1 /app-text/t1utils/t1utils-1.32.ebuild
parentSwitched virtual/modutils to sys-apps/module-init-tools (diff)
downloadgentoo-2-95f77f01f0663cbafe4770473cbda93a3b069642.tar.gz
gentoo-2-95f77f01f0663cbafe4770473cbda93a3b069642.tar.bz2
gentoo-2-95f77f01f0663cbafe4770473cbda93a3b069642.zip
Version bumped. Marked 1.28 stable on x86 and ppc.
Diffstat (limited to 'app-text/t1utils/t1utils-1.32.ebuild')
-rw-r--r--app-text/t1utils/t1utils-1.32.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/t1utils/t1utils-1.32.ebuild b/app-text/t1utils/t1utils-1.32.ebuild
new file mode 100644
index 000000000000..0d019850dfdf
--- /dev/null
+++ b/app-text/t1utils/t1utils-1.32.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.32.ebuild,v 1.1 2004/08/28 15:06:49 usata Exp $
+
+IUSE=""
+
+DESCRIPTION="Type 1 Font utilities"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
+HOMEPAGE="http://www.lcdf.org/type/#t1utils"
+KEYWORDS="~x86 ~sparc ~alpha ~ppc ~ia64 ~amd64"
+SLOT="0"
+LICENSE="BSD"
+
+DEPEND="virtual/libc"
+
+src_install () {
+ einstall || die
+ dodoc NEWS README
+}