summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-08 20:52:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-08 20:52:07 +0000
commitbb42aaa722e3cb7383d102f9482c5e9f146c8a5c (patch)
tree64a19b7b4b1fbcf1392f3f78e4baac5f3dc484ea /app-text/lcdf-typetools
parentRemove old. (diff)
downloadgentoo-2-bb42aaa722e3cb7383d102f9482c5e9f146c8a5c.tar.gz
gentoo-2-bb42aaa722e3cb7383d102f9482c5e9f146c8a5c.tar.bz2
gentoo-2-bb42aaa722e3cb7383d102f9482c5e9f146c8a5c.zip
version bump
(Portage version: 2.2.0_alpha120/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.94.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog
index bdbd5bc88a8b..d61678765d9b 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.87 2012/07/09 13:45:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.88 2012/08/08 20:52:07 aballier Exp $
+
+*lcdf-typetools-2.94 (08 Aug 2012)
+
+ 08 Aug 2012; Alexis Ballier <aballier@gentoo.org>
+ +lcdf-typetools-2.94.ebuild:
+ version bump
09 Jul 2012; Alexis Ballier <aballier@gentoo.org>
-lcdf-typetools-2.85.ebuild:
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.94.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.94.ebuild
new file mode 100644
index 000000000000..f22a6207e03a
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.94.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.94.ebuild,v 1.1 2012/08/08 20:52:07 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 ~amd64-fbsd ~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
+}