diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-14 16:10:46 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-14 16:10:46 +0000 |
commit | 40535469735e2a2dc268bfdf7fd6803b0e1ec943 (patch) | |
tree | 20d80ac27c970f27214c004642c5532d3a1d0fee /x11-apps | |
parent | Remove obsolete versions. The package was never suitable for Prefix, so remov... (diff) | |
download | gentoo-2-40535469735e2a2dc268bfdf7fd6803b0e1ec943.tar.gz gentoo-2-40535469735e2a2dc268bfdf7fd6803b0e1ec943.tar.bz2 gentoo-2-40535469735e2a2dc268bfdf7fd6803b0e1ec943.zip |
Update to use xorg-2 eclass.
(Portage version: 2.2.0_alpha100_p3/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/fonttosfnt/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-apps/fonttosfnt/ChangeLog b/x11-apps/fonttosfnt/ChangeLog index 18caac497a3e..d8b9f9018418 100644 --- a/x11-apps/fonttosfnt/ChangeLog +++ b/x11-apps/fonttosfnt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/fonttosfnt -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/ChangeLog,v 1.29 2010/01/23 18:31:51 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/ChangeLog,v 1.30 2012/04/14 16:10:46 mgorny Exp $ + +*fonttosfnt-1.0.4-r1 (14 Apr 2012) + + 14 Apr 2012; Michał Górny <mgorny@gentoo.org> +fonttosfnt-1.0.4-r1.ebuild: + Update to use xorg-2 eclass. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -fonttosfnt-1.0.3.ebuild: diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild new file mode 100644 index 000000000000..3831ecbf2c6e --- /dev/null +++ b/x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fonttosfnt/fonttosfnt-1.0.4-r1.ebuild,v 1.1 2012/04/14 16:10:46 mgorny Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org fonttosfnt application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +RDEPEND="x11-libs/libX11 + =media-libs/freetype-2* + x11-libs/libfontenc" +DEPEND="${RDEPEND}" |