diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-06-11 19:38:48 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-06-11 19:38:48 +0000 |
commit | dd028439f96db4941c073a52a08fb69ba00dd41f (patch) | |
tree | 8dc9356b5b5a029414468d48b7616e3d1294ce13 /app-text/t1utils | |
parent | dont try to install non existent files, by Christophe LEFEBVRE, bug #317967 (diff) | |
download | gentoo-2-dd028439f96db4941c073a52a08fb69ba00dd41f.tar.gz gentoo-2-dd028439f96db4941c073a52a08fb69ba00dd41f.tar.bz2 gentoo-2-dd028439f96db4941c073a52a08fb69ba00dd41f.zip |
version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/t1utils')
-rw-r--r-- | app-text/t1utils/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/t1utils/t1utils-1.36.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/app-text/t1utils/ChangeLog b/app-text/t1utils/ChangeLog index e7e46c84edcb..d5b573987d6a 100644 --- a/app-text/t1utils/ChangeLog +++ b/app-text/t1utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/t1utils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.50 2010/01/02 11:39:07 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/ChangeLog,v 1.51 2010/06/11 19:38:48 aballier Exp $ + +*t1utils-1.36 (11 Jun 2010) + + 11 Jun 2010; Alexis Ballier <aballier@gentoo.org> +t1utils-1.36.ebuild: + version bump 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> t1utils-1.35.ebuild: Transfer Prefix keywords diff --git a/app-text/t1utils/t1utils-1.36.ebuild b/app-text/t1utils/t1utils-1.36.ebuild new file mode 100644 index 000000000000..699048c57a81 --- /dev/null +++ b/app-text/t1utils/t1utils-1.36.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/t1utils/t1utils-1.36.ebuild,v 1.1 2010/06/11 19:38:48 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 ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +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 +} |