diff options
author | Dror Levin <spatz@gentoo.org> | 2011-01-19 17:44:56 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2011-01-19 17:44:56 +0000 |
commit | 9a0e9bf01bedaf7d79e817b1b128437a2c7f10e5 (patch) | |
tree | d9adf78848c79a9d76f75f4c77b3c7003fa07214 /media-fonts | |
parent | Partially reverted my previous commit (see ChangeLog) (diff) | |
download | gentoo-2-9a0e9bf01bedaf7d79e817b1b128437a2c7f10e5.tar.gz gentoo-2-9a0e9bf01bedaf7d79e817b1b128437a2c7f10e5.tar.bz2 gentoo-2-9a0e9bf01bedaf7d79e817b1b128437a2c7f10e5.zip |
Version bump.
(Portage version: 2.2.0_alpha17/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/liberation-fonts/ChangeLog | 10 | ||||
-rw-r--r-- | media-fonts/liberation-fonts/liberation-fonts-1.06.0.20100721.ebuild | 31 | ||||
-rw-r--r-- | media-fonts/liberation-fonts/metadata.xml | 17 |
3 files changed, 45 insertions, 13 deletions
diff --git a/media-fonts/liberation-fonts/ChangeLog b/media-fonts/liberation-fonts/ChangeLog index f61ab76db261..d29c0c734fb8 100644 --- a/media-fonts/liberation-fonts/ChangeLog +++ b/media-fonts/liberation-fonts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/liberation-fonts -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 1.11 2010/10/15 21:29:36 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/ChangeLog,v 1.12 2011/01/19 17:44:56 spatz Exp $ + +*liberation-fonts-1.06.0.20100721 (19 Jan 2011) + + 19 Jan 2011; Dror Levin <spatz@gentoo.org> + +liberation-fonts-1.06.0.20100721.ebuild, metadata.xml: + Version bump. 15 Oct 2010; Brent Baude <ranger@gentoo.org> liberation-fonts-1.05.ebuild: stable ppc, bug 338351 diff --git a/media-fonts/liberation-fonts/liberation-fonts-1.06.0.20100721.ebuild b/media-fonts/liberation-fonts/liberation-fonts-1.06.0.20100721.ebuild new file mode 100644 index 000000000000..12af9ee64f53 --- /dev/null +++ b/media-fonts/liberation-fonts/liberation-fonts-1.06.0.20100721.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-1.06.0.20100721.ebuild,v 1.1 2011/01/19 17:44:56 spatz Exp $ + +EAPI=3 + +inherit font + +DESCRIPTION="A GPL-2 Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat" +HOMEPAGE="https://fedorahosted.org/liberation-fonts" +SRC_URI="!fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${PN}-ttf-${PV}.tar.gz ) +fontforge? ( https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.gz )" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +SLOT="0" +LICENSE="GPL-2-with-exceptions" +IUSE="fontforge X" + +FONT_SUFFIX="ttf" + +FONT_CONF=( "${FILESDIR}/60-liberation.conf" ) + +DEPEND="fontforge? ( media-gfx/fontforge )" +RDEPEND="" + +if use fontforge; then + FONT_S="${S}/${PN}-ttf-${PV%.*}.$(date +%Y%m%d)" +else + FONT_S="${WORKDIR}/${PN}-ttf-${PV}" + S=${FONT_S} +fi diff --git a/media-fonts/liberation-fonts/metadata.xml b/media-fonts/liberation-fonts/metadata.xml index 9ede75d16ce7..d47af31d999f 100644 --- a/media-fonts/liberation-fonts/metadata.xml +++ b/media-fonts/liberation-fonts/metadata.xml @@ -1,15 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>fonts</herd> -<maintainer> -<email>je_fro@gentoo.org</email> -<name>Jeff Gardner</name> -</maintainer> -<use> - <flag name='fontforge'>Use <pkg>media-gfx/fontforge</pkg> to build fonts from source</flag> -</use> -<longdescription lang="en"> -</longdescription> + <herd>fonts</herd> + <use> + <flag name='fontforge'>Use <pkg>media-gfx/fontforge</pkg> to build fonts from source</flag> + </use> + <longdescription lang="en"> + </longdescription> </pkgmetadata> - |