diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-23 21:00:40 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-23 21:00:40 +0000 |
commit | b0d0e1a8c6cfcdcd627d5376f10929d245a10370 (patch) | |
tree | b98060585b71a4248172d0ed98d1b443bb5a926b /media-fonts | |
parent | Add ~alpha. Tested by Thomas Cort <tcort@cs.ubishops.ca> (diff) | |
download | gentoo-2-b0d0e1a8c6cfcdcd627d5376f10929d245a10370.tar.gz gentoo-2-b0d0e1a8c6cfcdcd627d5376f10929d245a10370.tar.bz2 gentoo-2-b0d0e1a8c6cfcdcd627d5376f10929d245a10370.zip |
Port to modular X.
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'media-fonts')
3 files changed, 24 insertions, 8 deletions
diff --git a/media-fonts/kochi-substitute/ChangeLog b/media-fonts/kochi-substitute/ChangeLog index a8d7319868c7..0ee90a65f346 100644 --- a/media-fonts/kochi-substitute/ChangeLog +++ b/media-fonts/kochi-substitute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/kochi-substitute -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/ChangeLog,v 1.22 2004/10/24 12:23:32 usata Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/ChangeLog,v 1.23 2006/03/23 21:00:40 spyderous Exp $ + + 23 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; + kochi-substitute-20030809.ebuild, kochi-substitute-20030809-r2.ebuild: + Port to modular X. 24 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> kochi-substitute-20030809-r3.ebuild: diff --git a/media-fonts/kochi-substitute/kochi-substitute-20030809-r2.ebuild b/media-fonts/kochi-substitute/kochi-substitute-20030809-r2.ebuild index 50e87d464965..33d47812a211 100644 --- a/media-fonts/kochi-substitute/kochi-substitute-20030809-r2.ebuild +++ b/media-fonts/kochi-substitute/kochi-substitute-20030809-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809-r2.ebuild,v 1.4 2004/10/05 03:23:11 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809-r2.ebuild,v 1.5 2006/03/23 21:00:40 spyderous Exp $ IUSE="X" @@ -14,7 +14,13 @@ SLOT="0" KEYWORDS="~ia64 ~x86 ~alpha ~sparc ~ppc ~hppa ~amd64 ~mips ppc64" DEPEND="virtual/libc - X? ( virtual/x11 )" + X? ( || ( ( x11-apps/mkfontdir + x11-apps/ttmkfdir + media-libs/fontconfig + ) + virtual/x11 + ) + )" S=${WORKDIR}/${PN}-${PV:0:8} FONTPATH="/usr/share/fonts/${PN}" diff --git a/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild b/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild index 91cfe03e8651..1f4c72e171f1 100644 --- a/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild +++ b/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild,v 1.9 2004/07/01 10:48:28 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809.ebuild,v 1.10 2006/03/23 21:00:40 spyderous Exp $ IUSE="X" @@ -15,7 +15,13 @@ SLOT="0" KEYWORDS="ia64 x86 alpha sparc ppc hppa amd64 mips" DEPEND="virtual/libc - X? ( virtual/x11 )" + X? ( || ( ( x11-apps/mkfontdir + x11-apps/ttmkfdir + media-libs/fontconfig + ) + virtual/x11 + ) + )" S=${WORKDIR}/${PN}-${PV:0:8} |