diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-10-20 06:06:02 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-10-20 06:06:02 +0000 |
commit | e569b9cbb2b7fd7b169fe60582270e58be794b16 (patch) | |
tree | 14352393654d2cd956362af61d5c82fe7e11e93b /media-fonts/font-util | |
parent | Bump for 7.0 RC1. (diff) | |
download | gentoo-2-e569b9cbb2b7fd7b169fe60582270e58be794b16.tar.gz gentoo-2-e569b9cbb2b7fd7b169fe60582270e58be794b16.tar.bz2 gentoo-2-e569b9cbb2b7fd7b169fe60582270e58be794b16.zip |
Bump for 7.0 RC1.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'media-fonts/font-util')
-rw-r--r-- | media-fonts/font-util/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/font-util/files/digest-font-util-0.99.1 | 1 | ||||
-rw-r--r-- | media-fonts/font-util/font-util-0.99.1.ebuild | 26 |
3 files changed, 34 insertions, 1 deletions
diff --git a/media-fonts/font-util/ChangeLog b/media-fonts/font-util/ChangeLog index 53107f103401..fb143c2043d1 100644 --- a/media-fonts/font-util/ChangeLog +++ b/media-fonts/font-util/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/font-util # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v 1.7 2005/10/19 04:42:31 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/ChangeLog,v 1.8 2005/10/20 06:06:02 spyderous Exp $ + +*font-util-0.99.1 (20 Oct 2005) + + 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; + +font-util-0.99.1.ebuild: + Bump for 7.0 RC1. 19 Oct 2005; Stephen P. Becker <geoman@gentoo.org> font-util-0.99.0.ebuild: diff --git a/media-fonts/font-util/files/digest-font-util-0.99.1 b/media-fonts/font-util/files/digest-font-util-0.99.1 new file mode 100644 index 000000000000..c18ef041915e --- /dev/null +++ b/media-fonts/font-util/files/digest-font-util-0.99.1 @@ -0,0 +1 @@ +MD5 006214458f6f419b12bcd7590c5e4b66 font-util-0.99.1.tar.bz2 91978 diff --git a/media-fonts/font-util/font-util-0.99.1.ebuild b/media-fonts/font-util/font-util-0.99.1.ebuild new file mode 100644 index 000000000000..322e9d03afeb --- /dev/null +++ b/media-fonts/font-util/font-util-0.99.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-util/font-util-0.99.1.ebuild,v 1.1 2005/10/20 06:06:02 spyderous Exp $ + +# Must be before x-modular eclass is inherited +SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="BigReqs prototype headers" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" +RDEPEND="" +DEPEND="${RDEPEND}" + +src_unpack() { + x-modular_unpack_source + x-modular_patch_source + + # This use of datadir in configure.ac requires me to pass --datadir to + # configure, in addition to the --prefix that's all that is required by + # other packages. + sed -i -e "s:^mapdir.*:mapdir=\"\$datadir/fonts/util\":g" \ + ${S}/configure.ac + + x-modular_reconf_source +} |