diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 10:04:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 10:04:41 +0000 |
commit | 6367d64b0f4015b22f6b2fd52baa03c209140207 (patch) | |
tree | 8b32c9c20b3e92522c9c6a7faeea93780140e41d /media-fonts/shinonome/shinonome-0.9.8.ebuild | |
parent | (no commit message) (diff) | |
download | gentoo-2-6367d64b0f4015b22f6b2fd52baa03c209140207.tar.gz gentoo-2-6367d64b0f4015b22f6b2fd52baa03c209140207.tar.bz2 gentoo-2-6367d64b0f4015b22f6b2fd52baa03c209140207.zip |
*** empty log message ***
Diffstat (limited to 'media-fonts/shinonome/shinonome-0.9.8.ebuild')
-rw-r--r-- | media-fonts/shinonome/shinonome-0.9.8.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/media-fonts/shinonome/shinonome-0.9.8.ebuild b/media-fonts/shinonome/shinonome-0.9.8.ebuild index ead239971591..ed0fbc432bc2 100644 --- a/media-fonts/shinonome/shinonome-0.9.8.ebuild +++ b/media-fonts/shinonome/shinonome-0.9.8.ebuild @@ -1,15 +1,20 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/shinonome/shinonome-0.9.8.ebuild,v 1.1 2003/06/23 07:14:55 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/shinonome/shinonome-0.9.8.ebuild,v 1.1.1.1 2005/11/30 10:01:26 chriswhite Exp $ DESCRIPTION="Japanese bitmap fonts for X" -SRC_URI="http://openlab.jp/efont/dist/shinonome/${P}-src.tar.bz2" +SRC_URI="http://openlab.jp/efont/dist/shinonome/old/${P}-src.tar.bz2" HOMEPAGE="http://openlab.jp/efont/shinonome/" LICENSE="public-domain" -SLOT=0 +SLOT="0" KEYWORDS="x86" +IUSE="" -DEPEND="virtual/glibc virtual/x11 dev-lang/perl sys-apps/gawk" +DEPEND="virtual/libc + virtual/x11 + dev-lang/perl + sys-apps/gawk" +RDEPEND="" S="${WORKDIR}/${P}-src" |