summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-01-09 15:47:21 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-01-09 15:47:21 +0000
commit6bd226bc2daaaba5e1ea54fa09efac87544f12e5 (patch)
treef6441ed0dec5cfcc6f0a5d9ae98e02167bb00941 /app-text/lcdf-typetools
parentx86 stable wrt bug #396359 (diff)
downloadgentoo-2-6bd226bc2daaaba5e1ea54fa09efac87544f12e5.tar.gz
gentoo-2-6bd226bc2daaaba5e1ea54fa09efac87544f12e5.tar.bz2
gentoo-2-6bd226bc2daaaba5e1ea54fa09efac87544f12e5.zip
version bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/lcdf-typetools')
-rw-r--r--app-text/lcdf-typetools/ChangeLog8
-rw-r--r--app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog
index 62d5dd7ce7c8..e015aed4b8cd 100644
--- a/app-text/lcdf-typetools/ChangeLog
+++ b/app-text/lcdf-typetools/ChangeLog
@@ -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
index 000000000000..888ea466aa2d
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild
@@ -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
+}