summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-03-02 10:45:52 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-03-02 10:45:52 +0000
commit8c9b026ae3dd4b939ed50f0ccc8fc3770d614d0d (patch)
tree07013f9efa7654bc16926ed542892a6b2929f3c2 /app-text/t1utils
parentversion bump, drop old (diff)
downloadgentoo-2-8c9b026ae3dd4b939ed50f0ccc8fc3770d614d0d.tar.gz
gentoo-2-8c9b026ae3dd4b939ed50f0ccc8fc3770d614d0d.tar.bz2
gentoo-2-8c9b026ae3dd4b939ed50f0ccc8fc3770d614d0d.zip
version bump
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/t1utils')
-rw-r--r--app-text/t1utils/ChangeLog7
-rw-r--r--app-text/t1utils/t1utils-1.39.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog
index 2c116114cb2f..ceb17b7487a2 100644
--- a/app-text/t1utils/ChangeLog
+++ b/app-text/t1utils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/t1utils
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.80 2015/02/28 13:20:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.81 2015/03/02 10:45:52 aballier Exp $
+
+*t1utils-1.39 (02 Mar 2015)
+
+ 02 Mar 2015; Alexis Ballier <aballier@gentoo.org> +t1utils-1.39.ebuild:
+ version bump
28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> t1utils-1.38.ebuild:
Stable for ia64, wrt bug #534912
diff --git a/app-text/t1utils/t1utils-1.39.ebuild b/app-text/t1utils/t1utils-1.39.ebuild
new file mode 100644
index 000000000000..e1e94d17ea2e
--- /dev/null
+++ b/app-text/t1utils/t1utils-1.39.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.39.ebuild,v 1.1 2015/03/02 10:45:52 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 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+LICENSE="BSD"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ !<media-libs/freetype-1.4_pre20080316"
+
+src_install () {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc NEWS README
+}