diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-02-10 16:41:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-02-10 16:41:14 +0000 |
commit | cfe62673643b08fd359104ed9771123e88ecbb7d (patch) | |
tree | 43c179315c5c5b2e79ff15568476f24981c8df26 /app-text/t1utils/t1utils-1.33.ebuild | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-cfe62673643b08fd359104ed9771123e88ecbb7d.tar.gz gentoo-2-cfe62673643b08fd359104ed9771123e88ecbb7d.tar.bz2 gentoo-2-cfe62673643b08fd359104ed9771123e88ecbb7d.zip |
version bump
(Portage version: 2.1.4.2)
Diffstat (limited to 'app-text/t1utils/t1utils-1.33.ebuild')
-rw-r--r-- | app-text/t1utils/t1utils-1.33.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/t1utils/t1utils-1.33.ebuild b/app-text/t1utils/t1utils-1.33.ebuild new file mode 100644 index 000000000000..cc7a6569c90e --- /dev/null +++ b/app-text/t1utils/t1utils-1.33.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.33.ebuild,v 1.1 2008/02/10 16:41:14 aballier 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +SLOT="0" +LICENSE="BSD" + +DEPEND="virtual/libc" + +src_install () { + einstall || die + dodoc NEWS README +} |