diff options
author | 2005-12-07 21:52:43 +0000 | |
---|---|---|
committer | 2005-12-07 21:52:43 +0000 | |
commit | b4380769d57d5b4e2dbacfa06c324035d6e879d7 (patch) | |
tree | b69533c5d12e8ce1305b3f4a8844b629f7bd45de /media-fonts/font-bh-ttf | |
parent | Marked ~amd64, bug 114793. (diff) | |
download | historical-b4380769d57d5b4e2dbacfa06c324035d6e879d7.tar.gz historical-b4380769d57d5b4e2dbacfa06c324035d6e879d7.tar.bz2 historical-b4380769d57d5b4e2dbacfa06c324035d6e879d7.zip |
Pull old versions.
Package-Manager: portage-2.0.53
Diffstat (limited to 'media-fonts/font-bh-ttf')
-rw-r--r-- | media-fonts/font-bh-ttf/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/font-bh-ttf/files/digest-font-bh-ttf-0.99.0 | 1 | ||||
-rw-r--r-- | media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild | 28 |
3 files changed, 5 insertions, 30 deletions
diff --git a/media-fonts/font-bh-ttf/ChangeLog b/media-fonts/font-bh-ttf/ChangeLog index 8a8ee6f0b0e6..4c939e9fa7db 100644 --- a/media-fonts/font-bh-ttf/ChangeLog +++ b/media-fonts/font-bh-ttf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/font-bh-ttf # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-ttf/ChangeLog,v 1.9 2005/12/07 11:25:39 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-ttf/ChangeLog,v 1.10 2005/12/07 21:42:25 spyderous Exp $ + + 07 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + -font-bh-ttf-0.99.0.ebuild: + Pull old versions. *font-bh-ttf-0.99.1 (07 Dec 2005) diff --git a/media-fonts/font-bh-ttf/files/digest-font-bh-ttf-0.99.0 b/media-fonts/font-bh-ttf/files/digest-font-bh-ttf-0.99.0 deleted file mode 100644 index e30f8c484fc1..000000000000 --- a/media-fonts/font-bh-ttf/files/digest-font-bh-ttf-0.99.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ab5fe2f25544d820897b61b4b73efa9a font-bh-ttf-0.99.0.tar.bz2 386316 diff --git a/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild b/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild deleted file mode 100644 index ebf78356f057..000000000000 --- a/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-ttf/font-bh-ttf-0.99.0.ebuild,v 1.9 2005/11/09 15:01:12 geoman Exp $ - -# Must be before x-modular eclass is inherited -SNAPSHOT="yes" - -inherit x-modular - - -DESCRIPTION="BigReqs prototype headers" -KEYWORDS="~amd64 ~arm ~ia64 ~mips ~s390 ~sparc ~x86" -RDEPEND="" -DEPEND="${RDEPEND} - x11-apps/mkfontdir - x11-apps/mkfontscale - media-libs/fontconfig - x11-misc/ttmkfdir" - -src_unpack() { - x-modular_unpack_source - x-modular_patch_source - - sed -i -e "s:^fontdir =.*:fontdir = \$(datadir)/fonts/\$(FONT_DIR):g" \ - ${S}/Makefile.am - - x-modular_reconf_source -} |