From: Alexis Ballier Date: Mon, 9 Jan 2012 15:48:59 +0000 (+0000) Subject: version bump X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff5e32913ff4c2f2357dbd8324cdc0de04ec7ebd;p=gentoo.git version bump Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64 --- diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog index 62d5dd7ce7c8..e015aed4b8cd 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.71 2012/01/04 17:14:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.72 2012/01/09 15:47:20 aballier Exp $ + +*lcdf-typetools-2.92 (09 Jan 2012) + + 09 Jan 2012; Alexis Ballier + +lcdf-typetools-2.92.ebuild: + version bump 04 Jan 2012; Agostino Sarubbo lcdf-typetools-2.91.ebuild: Stable for AMD64, wrt bug #396837 diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.92.ebuild new file mode 100644 index 000000000000..888ea466aa2d --- /dev/null +++ b/app-text/lcdf-typetools/lcdf-typetools-2.92.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.92.ebuild,v 1.1 2012/01/09 15:47:21 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 ~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 +} diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog index 0c921d4dea99..3539b3af52b4 100644 --- a/app-text/t1utils/ChangeLog +++ b/app-text/t1utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/t1utils -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.60 2011/06/13 20:55:04 mattst88 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.61 2012/01/09 15:48:59 aballier Exp $ + +*t1utils-1.37 (09 Jan 2012) + + 09 Jan 2012; Alexis Ballier +t1utils-1.37.ebuild: + version bump 13 Jun 2011; Matt Turner t1utils-1.36.ebuild: Added ~mips, bug 342513 diff --git a/app-text/t1utils/t1utils-1.37.ebuild b/app-text/t1utils/t1utils-1.37.ebuild new file mode 100644 index 000000000000..1225b9ec0e59 --- /dev/null +++ b/app-text/t1utils/t1utils-1.37.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.37.ebuild,v 1.1 2012/01/09 15:48:59 aballier Exp $ + +IUSE="" + +DESCRIPTION="Type 1 Font utilities" +SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" +HOMEPAGE="http://www.lcdf.org/type/#t1utils" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +SLOT="0" +LICENSE="BSD" + +DEPEND="" +RDEPEND="${DEPEND} + !