diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 06:03:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 06:03:41 +0000 |
commit | 8d0acf560f214489852991ca775f4c872c2b27c3 (patch) | |
tree | e679f726233209a58b431a47cf6f97c67e116e04 /app-text | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-8d0acf560f214489852991ca775f4c872c2b27c3.tar.gz gentoo-2-8d0acf560f214489852991ca775f4c872c2b27c3.tar.bz2 gentoo-2-8d0acf560f214489852991ca775f4c872c2b27c3.zip |
eapi2ify, default enable kpathsea as required by texlive
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/lcdf-typetools/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog index c54a6b2b23b7..d35acd969da4 100644 --- a/app-text/lcdf-typetools/ChangeLog +++ b/app-text/lcdf-typetools/ChangeLog @@ -1,6 +1,9 @@ # 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.69 2011/06/27 14:52:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.70 2011/07/07 06:03:41 aballier Exp $ + + 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> lcdf-typetools-2.91.ebuild: + eapi2ify, default enable kpathsea as required by texlive 27 Jun 2011; Alexis Ballier <aballier@gentoo.org> -lcdf-typetools-2.86.ebuild, -lcdf-typetools-2.87.ebuild, diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild index 3ef130b17070..b9d464b247a9 100644 --- a/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild +++ b/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild @@ -1,6 +1,8 @@ # 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.91.ebuild,v 1.1 2011/06/27 14:50:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild,v 1.2 2011/07/07 06:03:41 aballier Exp $ + +EAPI=2 DESCRIPTION="Font utilities for eg manipulating OTF" SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" @@ -8,14 +10,13 @@ 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" +IUSE="+kpathsea" DEPEND="kpathsea? ( virtual/tex-base )" RDEPEND="${DEPEND}" -src_compile() { - econf $(use_with kpathsea) || die "econf failed" - emake || die "emake failed" +src_configure() { + econf $(use_with kpathsea) } src_install() { |