diff options
author | 2012-01-04 17:14:16 +0000 | |
---|---|---|
committer | 2012-01-04 17:14:16 +0000 | |
commit | bcf9062e38250ca1b2d0b772df2a88510698c1fa (patch) | |
tree | b6cb329371cbe26c2c727a46febff6aba9d15dbb /app-text/lcdf-typetools | |
parent | Stable for AMD64, wrt bug #396903 (diff) | |
download | gentoo-2-bcf9062e38250ca1b2d0b772df2a88510698c1fa.tar.gz gentoo-2-bcf9062e38250ca1b2d0b772df2a88510698c1fa.tar.bz2 gentoo-2-bcf9062e38250ca1b2d0b772df2a88510698c1fa.zip |
Stable for AMD64, wrt bug #396837
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'app-text/lcdf-typetools')
-rw-r--r-- | app-text/lcdf-typetools/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog index d35acd969da4..62d5dd7ce7c8 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.70 2011/07/07 06:03:41 aballier Exp $ +# 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 $ + + 04 Jan 2012; Agostino Sarubbo <ago@gentoo.org> lcdf-typetools-2.91.ebuild: + Stable for AMD64, wrt bug #396837 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> lcdf-typetools-2.91.ebuild: eapi2ify, default enable kpathsea as required by texlive diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild index b9d464b247a9..83be5e4b3efc 100644 --- a/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild +++ b/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.91.ebuild,v 1.2 2011/07/07 06:03:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.91.ebuild,v 1.3 2012/01/04 17:14:16 ago 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" +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" |