diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-03-25 02:29:31 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-03-25 02:29:31 +0000 |
commit | d3b816d1962eef96d0fbb51303d4b55b5278475a (patch) | |
tree | b0c9e4f0799dc53204e9cee014109307ec9cf459 /media-fonts/freefont-ttf | |
parent | adding sys-block/open-iscsi local use flags (diff) | |
download | gentoo-2-d3b816d1962eef96d0fbb51303d4b55b5278475a.tar.gz gentoo-2-d3b816d1962eef96d0fbb51303d4b55b5278475a.tar.bz2 gentoo-2-d3b816d1962eef96d0fbb51303d4b55b5278475a.zip |
Version bump. https://savannah.gnu.org/forum/forum.php?forum_id=5248
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-fonts/freefont-ttf')
-rw-r--r-- | media-fonts/freefont-ttf/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/freefont-ttf/freefont-ttf-20080323.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/media-fonts/freefont-ttf/ChangeLog b/media-fonts/freefont-ttf/ChangeLog index 89ecc3a3dc45..d860ccc52f5d 100644 --- a/media-fonts/freefont-ttf/ChangeLog +++ b/media-fonts/freefont-ttf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/freefont-ttf # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/freefont-ttf/ChangeLog,v 1.5 2008/02/24 12:13:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/freefont-ttf/ChangeLog,v 1.6 2008/03/25 02:29:31 dirtyepic Exp $ + +*freefont-ttf-20080323 (25 Mar 2008) + + 25 Mar 2008; Ryan Hill <dirtyepic@gentoo.org> + +freefont-ttf-20080323.ebuild: + Version bump. https://savannah.gnu.org/forum/forum.php?forum_id=5248 24 Feb 2008; Raúl Porcel <armin76@gentoo.org> freefont-ttf-20060126.ebuild: diff --git a/media-fonts/freefont-ttf/freefont-ttf-20080323.ebuild b/media-fonts/freefont-ttf/freefont-ttf-20080323.ebuild new file mode 100644 index 000000000000..7499589d8bef --- /dev/null +++ b/media-fonts/freefont-ttf/freefont-ttf-20080323.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/freefont-ttf/freefont-ttf-20080323.ebuild,v 1.1 2008/03/25 02:29:31 dirtyepic Exp $ + +inherit font + +DESCRIPTION="TrueType Unicode fonts from the Free UCS Outline Fonts Project" +HOMEPAGE="http://savannah.nongnu.org/projects/freefont/" +SRC_URI="mirror://gnu/freefont/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +FONT_SUFFIX="ttf" +S="${WORKDIR}/freefont-${PV}" +FONT_S="${S}" +DOCS="CREDITS" + +RESTRICT="strip binchecks" |