diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-06-04 17:08:14 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-06-04 17:08:14 +0000 |
commit | 2101d441137017375b3ed06de19ff63213cecf2b (patch) | |
tree | 654f5832d8669464a05ad2a1a3aee78351b479da /media-fonts/liberation-fonts-ttf | |
parent | Version bump, multiple fixes including nfs, ubc, cpt vzqd, fuse ioprio and fa... (diff) | |
download | gentoo-2-2101d441137017375b3ed06de19ff63213cecf2b.tar.gz gentoo-2-2101d441137017375b3ed06de19ff63213cecf2b.tar.bz2 gentoo-2-2101d441137017375b3ed06de19ff63213cecf2b.zip |
previous commit totally broke the package. We are also a source based distro and should name matching the tarball, not the RPM file. This commit reverses the brokenness.
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-fonts/liberation-fonts-ttf')
-rw-r--r-- | media-fonts/liberation-fonts-ttf/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-ttf-3 (renamed from media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-0.2) | 0 | ||||
-rw-r--r-- | media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3.ebuild (renamed from media-fonts/liberation-fonts-ttf/liberation-fonts-0.2.ebuild) | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-fonts/liberation-fonts-ttf/ChangeLog b/media-fonts/liberation-fonts-ttf/ChangeLog index 0f873a6c329d..ac101dbec48b 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.5 2007/06/04 08:30:22 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/ChangeLog,v 1.6 2007/06/04 17:08:14 cardoe Exp $ + + 04 Jun 2007; Doug Goldstein <doug@gentoo.org> + -liberation-fonts-0.2.ebuild, +liberation-fonts-ttf-3.ebuild: + previous commit totally broke the package. We are also a source based distro + and should name matching the tarball, not the RPM file. This commit reverses + the brokenness. *liberation-fonts-0.2 (04 Jun 2007) diff --git a/media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-0.2 b/media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-ttf-3 index 785629a21857..785629a21857 100644 --- a/media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-0.2 +++ b/media-fonts/liberation-fonts-ttf/files/digest-liberation-fonts-ttf-3 diff --git a/media-fonts/liberation-fonts-ttf/liberation-fonts-0.2.ebuild b/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3.ebuild index 2af13a525c42..4cd2b22668f6 100644 --- a/media-fonts/liberation-fonts-ttf/liberation-fonts-0.2.ebuild +++ b/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3.ebuild @@ -1,13 +1,11 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts-ttf/liberation-fonts-ttf-3.ebuild,v 1.3 2007/06/04 17:08:14 cardoe 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" +SRC_URI="https://www.redhat.com/f/fonts/${P}.tar.gz" HOMEPAGE="http://www.redhat.com" KEYWORDS="~amd64 ~x86" SLOT="0" |