diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-03-23 21:18:51 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-03-23 21:18:51 +0000 |
commit | 6726a7a35bbc7c303ad226d3630d4e0caa1e1767 (patch) | |
tree | a631f033bae2b2936b57a69457e4cbafe87e86f6 /media-fonts/kochi-substitute | |
parent | amd64 stable for log-dispatch-2.10. Cleaned out older versions. (diff) | |
download | historical-6726a7a35bbc7c303ad226d3630d4e0caa1e1767.tar.gz historical-6726a7a35bbc7c303ad226d3630d4e0caa1e1767.tar.bz2 historical-6726a7a35bbc7c303ad226d3630d4e0caa1e1767.zip |
Port to modular X.
Package-Manager: portage-2.1_pre6-r5
Diffstat (limited to 'media-fonts/kochi-substitute')
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} |