summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-01-09 15:48:59 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-01-09 15:48:59 +0000
commita625cbf7d9d3bbf3261e71ae86e30c113cd69d40 (patch)
tree0545628ca044aaa645c364898f1e0785e906da18
parentx86 stable wrt bug #396359 (diff)
downloadgentoo-2-a625cbf7d9d3bbf3261e71ae86e30c113cd69d40.tar.gz
gentoo-2-a625cbf7d9d3bbf3261e71ae86e30c113cd69d40.tar.bz2
gentoo-2-a625cbf7d9d3bbf3261e71ae86e30c113cd69d40.zip
version bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
-rw-r--r--app-text/t1utils/ChangeLog9
-rw-r--r--app-text/t1utils/t1utils-1.37.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog
index 0c921d4dea99..3539b3af52b4 100644
--- a/app-text/t1utils/ChangeLog
+++ b/app-text/t1utils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/t1utils
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.60 2011/06/13 20:55:04 mattst88 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.61 2012/01/09 15:48:59 aballier Exp $
+
+*t1utils-1.37 (09 Jan 2012)
+
+ 09 Jan 2012; Alexis Ballier <aballier@gentoo.org> +t1utils-1.37.ebuild:
+ version bump
13 Jun 2011; Matt Turner <mattst88@gentoo.org> t1utils-1.36.ebuild:
Added ~mips, bug 342513
diff --git a/app-text/t1utils/t1utils-1.37.ebuild b/app-text/t1utils/t1utils-1.37.ebuild
new file mode 100644
index 000000000000..1225b9ec0e59
--- /dev/null
+++ b/app-text/t1utils/t1utils-1.37.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.37.ebuild,v 1.1 2012/01/09 15:48:59 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 ~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
+}