summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-04-09 07:23:30 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-04-09 07:23:30 +0000
commita4db7c417125ae706bc8f1b399aa18b3e8173ab6 (patch)
tree8d7fc97ea30b5c51920712784b83cbf6a88bf25d /app-text/lcdf-typetools
parentRemove old versions. (diff)
downloadgentoo-2-a4db7c417125ae706bc8f1b399aa18b3e8173ab6.tar.gz
gentoo-2-a4db7c417125ae706bc8f1b399aa18b3e8173ab6.tar.bz2
gentoo-2-a4db7c417125ae706bc8f1b399aa18b3e8173ab6.zip
version bump
(Portage version: 2.2_rc28/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.78.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog
index 736ca567166f..f292432213ce 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.36 2009/03/18 19:11:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.37 2009/04/09 07:23:30 aballier Exp $
+
+*lcdf-typetools-2.78 (09 Apr 2009)
+
+ 09 Apr 2009; Alexis Ballier <aballier@gentoo.org>
+ +lcdf-typetools-2.78.ebuild:
+ version bump
18 Mar 2009; Raúl Porcel <armin76@gentoo.org> lcdf-typetools-2.69.ebuild:
arm/s390/sh stable wrt #253551
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.78.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.78.ebuild
new file mode 100644
index 000000000000..dd9cecf8ac29
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.78.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 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.78.ebuild,v 1.1 2009/04/09 07:23:30 aballier Exp $
+
+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 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE="kpathsea"
+
+DEPEND="kpathsea? ( virtual/tex-base )"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ econf $(use_with kpathsea) || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc NEWS README ONEWS
+}