diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2007-06-04 08:30:22 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2007-06-04 08:30:22 +0000 |
commit | 4907f7587836a76ee134a97dc7448fe320ea11a7 (patch) | |
tree | 2221bc2e769e7c7b3e7476156a405b207b073cf9 /media-fonts/liberation-fonts-ttf | |
parent | stable x86, bug 180364 (diff) | |
download | gentoo-2-4907f7587836a76ee134a97dc7448fe320ea11a7.tar.gz gentoo-2-4907f7587836a76ee134a97dc7448fe320ea11a7.tar.bz2 gentoo-2-4907f7587836a76ee134a97dc7448fe320ea11a7.zip |
Changing package versioning to parallel redhat.
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-fonts/liberation-fonts-ttf')
4 files changed, 30 insertions, 4 deletions
diff --git a/media-fonts/liberation-fonts-ttf/ChangeLog b/media-fonts/liberation-fonts-ttf/ChangeLog index 9439c402cfac..0f873a6c329d 100644 --- a/media-fonts/liberation-fonts-ttf/ChangeLog +++ b/media-fonts/liberation-fonts-ttf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/liberation-fonts-ttf # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog,v 1.4 2007/06/03 09:06:39 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog,v 1.5 2007/06/04 08:30:22 je_fro Exp $ + +*liberation-fonts-0.2 (04 Jun 2007) + + 04 Jun 2007; Jeff Gardner <je_fro@gentoo.org> + +liberation-fonts-0.2.ebuild: + Changing package versioning to parallel redhat. 03 Jun 2007; Jeff Gardner <je_fro@gentoo.org> -liberation-fonts-ttf-3.ebuild: diff --git a/media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-0.2 b/media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-0.2 new file mode 100644 index 000000000000..785629a21857 --- /dev/null +++ b/media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-0.2 @@ -0,0 +1,3 @@ +MD5 77728078a17e39f7c242b42c3bf6feb8 liberation-fonts-ttf-3.tar.gz 648223 +RMD160 40b33ec4415cfabafbf9a6fb5f7c335722edd14b liberation-fonts-ttf-3.tar.gz 648223 +SHA256 174cf27c57612971434ec8cc4a52bfd37bad8408e9b9219539c6d5113df6ff8f liberation-fonts-ttf-3.tar.gz 648223 diff --git a/media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-ttf-2 b/media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-ttf-2 deleted file mode 100644 index 494139788681..000000000000 --- a/media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-ttf-2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 360dee2d73159522db3be6af8ec23294 liberation-fonts-ttf-2.tar.gz 650283 -RMD160 d44de105f7df90760dfcbc6eec5b7e8f0f6d93bc liberation-fonts-ttf-2.tar.gz 650283 -SHA256 9393307bcd1c318dc8f8c5efe176eacd1e3998eccee03baeffd793da8ad94d9b liberation-fonts-ttf-2.tar.gz 650283 diff --git a/media-fonts/liberation-fonts-ttf/liberation-fonts-0.2.ebuild b/media-fonts/liberation-fonts-ttf/liberation-fonts-0.2.ebuild new file mode 100644 index 000000000000..2af13a525c42 --- /dev/null +++ b/media-fonts/liberation-fonts-ttf/liberation-fonts-0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-0.2.ebuild,v 1.1 2007/06/04 08:30:22 je_fro Exp $ + +inherit font +MY_P="${PN}-ttf" +MY_PV="3" + +DESCRIPTION="A GPL-2 TrueType font replacement, courtesy of Red Hat." +SRC_URI="https://www.redhat.com/f/fonts/${MY_P}-${MY_PV}.tar.gz" +HOMEPAGE="http://www.redhat.com" +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2-with-exceptions" +IUSE="X" + +FONT_S=${S} +FONT_SUFFIX="ttf" + +DOCS="License.txt" |