summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-02-03 14:20:50 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-02-03 14:20:50 +0000
commitd1477cfd7851860ba32c9d4a9bb0dd40c458768d (patch)
treed3777a6fe5f00496f015c751d34089a532d5e0fb /app-text/lcdf-typetools
parentMask sys-devel/flex-2.5.35_p10 for bug #353609 (diff)
downloadgentoo-2-d1477cfd7851860ba32c9d4a9bb0dd40c458768d.tar.gz
gentoo-2-d1477cfd7851860ba32c9d4a9bb0dd40c458768d.tar.bz2
gentoo-2-d1477cfd7851860ba32c9d4a9bb0dd40c458768d.zip
version bump
(Portage version: 2.2.0_alpha19/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.87.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog
index 2e7da44318d4..0841f12c3690 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.63 2011/01/24 09:18:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.64 2011/02/03 14:20:50 aballier Exp $
+
+*lcdf-typetools-2.87 (03 Feb 2011)
+
+ 03 Feb 2011; Alexis Ballier <aballier@gentoo.org>
+ +lcdf-typetools-2.87.ebuild:
+ version bump
24 Jan 2011; Alexis Ballier <aballier@gentoo.org>
-lcdf-typetools-2.79.ebuild, -lcdf-typetools-2.83.ebuild:
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.87.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.87.ebuild
new file mode 100644
index 000000000000..b797f65acad4
--- /dev/null
+++ b/app-text/lcdf-typetools/lcdf-typetools-2.87.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 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.87.ebuild,v 1.1 2011/02/03 14:20:50 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 ~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_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
+}