diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-12-07 02:02:13 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-12-07 02:02:13 +0000 |
commit | 83dc76becdf14414ce6a15ac79d40f4b9c0cb4f9 (patch) | |
tree | 89a6cf5dfbf0292ce292bf13c661285bdf1e43e0 /media-fonts/font-bh-lucidatypewriter-75dpi | |
parent | re-add font-bh-lucidatypewriter-100dpi-1.0.0 for ppc, bug #347741 (diff) | |
download | gentoo-2-83dc76becdf14414ce6a15ac79d40f4b9c0cb4f9.tar.gz gentoo-2-83dc76becdf14414ce6a15ac79d40f4b9c0cb4f9.tar.bz2 gentoo-2-83dc76becdf14414ce6a15ac79d40f4b9c0cb4f9.zip |
re-add font-bh-lucidatypewriter-75dpi-1.0.0 for ppc, bug #347741
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-fonts/font-bh-lucidatypewriter-75dpi')
-rw-r--r-- | media-fonts/font-bh-lucidatypewriter-75dpi/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.0.ebuild | 17 |
2 files changed, 22 insertions, 1 deletions
diff --git a/media-fonts/font-bh-lucidatypewriter-75dpi/ChangeLog b/media-fonts/font-bh-lucidatypewriter-75dpi/ChangeLog index 77541bc46e5f..54843b7910f2 100644 --- a/media-fonts/font-bh-lucidatypewriter-75dpi/ChangeLog +++ b/media-fonts/font-bh-lucidatypewriter-75dpi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/font-bh-lucidatypewriter-75dpi # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-lucidatypewriter-75dpi/ChangeLog,v 1.28 2010/11/20 17:07:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-lucidatypewriter-75dpi/ChangeLog,v 1.29 2010/12/07 02:02:13 chithanh Exp $ + + 07 Dec 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +font-bh-lucidatypewriter-75dpi-1.0.0.ebuild: + re-add font-bh-lucidatypewriter-75dpi-1.0.0 for ppc, bug #347741 20 Nov 2010; Michał Górny <mgorny@gentoo.org> -font-bh-lucidatypewriter-75dpi-1.0.0.ebuild: diff --git a/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.0.ebuild b/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.0.ebuild new file mode 100644 index 000000000000..3c933c8f6bca --- /dev/null +++ b/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi-1.0.0.ebuild,v 1.13 2010/12/07 02:02:13 chithanh Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Bigelow & Holmes Lucida bitmap fonts" +KEYWORDS="ppc" +RDEPEND="" +DEPEND="${RDEPEND} + x11-apps/bdftopcf + >=media-fonts/font-util-0.99.2" + +CONFIGURE_OPTIONS="--with-mapfiles=${XDIR}/share/fonts/util" |