diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-11-13 17:40:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-11-13 17:40:16 +0000 |
commit | 05c7a662ecf56f0949a046ef86a84a25bdb8d431 (patch) | |
tree | 4b9041408936c3efcec6490923fab8731a2ea5fb /app-text | |
parent | version bump (diff) | |
download | gentoo-2-05c7a662ecf56f0949a046ef86a84a25bdb8d431.tar.gz gentoo-2-05c7a662ecf56f0949a046ef86a84a25bdb8d431.tar.bz2 gentoo-2-05c7a662ecf56f0949a046ef86a84a25bdb8d431.zip |
version bump
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/t1utils/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/t1utils/t1utils-1.35.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog index 5f0679f8a628..3fcd7ee0f494 100644 --- a/app-text/t1utils/ChangeLog +++ b/app-text/t1utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/t1utils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.48 2009/09/23 16:39:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.49 2009/11/13 17:40:16 aballier Exp $ + +*t1utils-1.35 (13 Nov 2009) + + 13 Nov 2009; Alexis Ballier <aballier@gentoo.org> +t1utils-1.35.ebuild: + version bump 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> t1utils-1.34.ebuild: Remove virtual/libc diff --git a/app-text/t1utils/t1utils-1.35.ebuild b/app-text/t1utils/t1utils-1.35.ebuild new file mode 100644 index 000000000000..00f14c7580c4 --- /dev/null +++ b/app-text/t1utils/t1utils-1.35.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.35.ebuild,v 1.1 2009/11/13 17:40:16 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 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +SLOT="0" +LICENSE="BSD" + +DEPEND="" +RDEPEND="${DEPEND} + !<media-libs/freetype-1.4_pre20080316" + +src_install () { + emake DESTDIR="${D}" install || die "make install failed" + dodoc NEWS README +} |