summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-08-24 11:05:18 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-24 11:05:18 +0200
commit542f207792eff1593c1b61c99418422162a6cb92 (patch)
tree119d9d33a766ba6dfc230d70c42331db3de2044d /app-text/t1utils/t1utils-1.41-r1.ebuild
parentdev-ml/ocaml-migrate-parsetree: bump to 1.0.4 (diff)
downloadgentoo-542f207792eff1593c1b61c99418422162a6cb92.tar.gz
gentoo-542f207792eff1593c1b61c99418422162a6cb92.tar.bz2
gentoo-542f207792eff1593c1b61c99418422162a6cb92.zip
app-text/t1utils: bump eapi, fix missing docs, bug #628712
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-text/t1utils/t1utils-1.41-r1.ebuild')
-rw-r--r--app-text/t1utils/t1utils-1.41-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-text/t1utils/t1utils-1.41-r1.ebuild b/app-text/t1utils/t1utils-1.41-r1.ebuild
new file mode 100644
index 000000000000..810aff2d6510
--- /dev/null
+++ b/app-text/t1utils/t1utils-1.41-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+LICENSE="BSD"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ !<media-libs/freetype-1.4_pre20080316"
+
+DOCS=( NEWS.md README.md )