version bump
authorAlexis Ballier <aballier@gentoo.org>
Mon, 9 Jan 2012 15:48:59 +0000 (15:48 +0000)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 9 Jan 2012 15:48:59 +0000 (15:48 +0000)
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64

app-text/lcdf-typetools/ChangeLog
app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild [new file with mode: 0644]
app-text/t1utils/ChangeLog
app-text/t1utils/t1utils-1.37.ebuild [new file with mode: 0644]

index 62d5dd7ce7c8cc22e0f68b97ad273e6f5dfade3b..e015aed4b8cd9919a223ac442c1fc59ffde9e337 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/lcdf-typetools
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.71 2012/01/04 17:14:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.72 2012/01/09 15:47:20 aballier Exp $
+
+*lcdf-typetools-2.92 (09 Jan 2012)
+
+  09 Jan 2012; Alexis Ballier <aballier@gentoo.org>
+  +lcdf-typetools-2.92.ebuild:
+  version bump
 
   04 Jan 2012; Agostino Sarubbo <ago@gentoo.org> lcdf-typetools-2.91.ebuild:
   Stable for AMD64, wrt bug #396837
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild
new file mode 100644 (file)
index 0000000..888ea46
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild,v 1.1 2012/01/09 15:47:21 aballier Exp $
+
+EAPI=2
+
+DESCRIPTION="Font utilities for eg manipulating OTF"
+SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"
+HOMEPAGE="http://www.lcdf.org/type/#typetools"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="+kpathsea"
+
+DEPEND="kpathsea? ( virtual/tex-base )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       econf $(use_with kpathsea)
+}
+
+src_install() {
+       emake DESTDIR="${D}" install || die "emake install failed"
+       dodoc NEWS README ONEWS
+}
index 0c921d4dea994038273367babfbdb1a1453a0657..3539b3af52b47a3f7a90d0d6cec37fe11709721c 100644 (file)
@@ -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 (file)
index 0000000..1225b9e
--- /dev/null
@@ -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
+}