diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-03-11 20:06:22 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-03-11 20:06:22 +0000 |
commit | 5d03884c8e0bc9dba44e2488ea6d70dfc3bea46c (patch) | |
tree | f759ae15ac8623702a17d4769a55d9016a828e01 /media-fonts | |
parent | Removed stale SRC_URI (diff) | |
download | historical-5d03884c8e0bc9dba44e2488ea6d70dfc3bea46c.tar.gz historical-5d03884c8e0bc9dba44e2488ea6d70dfc3bea46c.tar.bz2 historical-5d03884c8e0bc9dba44e2488ea6d70dfc3bea46c.zip |
Updated SRC_URI
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/shinonome/Manifest | 6 | ||||
-rw-r--r-- | media-fonts/shinonome/shinonome-0.9.8.ebuild | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/media-fonts/shinonome/Manifest b/media-fonts/shinonome/Manifest index 9c47640959b8..056ceb4e58a1 100644 --- a/media-fonts/shinonome/Manifest +++ b/media-fonts/shinonome/Manifest @@ -1,6 +1,6 @@ -MD5 2647e9b5a2b98f5aebff355368dcdccd files/digest-shinonome-0.9.8 72 -MD5 d772a5082a7c835baae47530b8c4842c files/digest-shinonome-0.9.10 70 -MD5 7f65976deef7d4ac37fa19ab6fc7da69 shinonome-0.9.8.ebuild 1198 +MD5 9ae3a63062c6236899f32a25ea48578e shinonome-0.9.8.ebuild 1215 MD5 0c578b7b7c9253cc586c79a3898b8df9 shinonome-0.9.10.ebuild 1265 MD5 4eb9315f0f91e527d18cb6b939f79623 ChangeLog 1104 MD5 9088d4a413fe0b465560c753492acf1f metadata.xml 175 +MD5 2647e9b5a2b98f5aebff355368dcdccd files/digest-shinonome-0.9.8 72 +MD5 d772a5082a7c835baae47530b8c4842c files/digest-shinonome-0.9.10 70 diff --git a/media-fonts/shinonome/shinonome-0.9.8.ebuild b/media-fonts/shinonome/shinonome-0.9.8.ebuild index ead239971591..ecd5e096c63c 100644 --- a/media-fonts/shinonome/shinonome-0.9.8.ebuild +++ b/media-fonts/shinonome/shinonome-0.9.8.ebuild @@ -1,15 +1,19 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/03/11 20:06:22 usata 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" -DEPEND="virtual/glibc virtual/x11 dev-lang/perl sys-apps/gawk" +DEPEND="virtual/glibc + virtual/x11 + dev-lang/perl + sys-apps/gawk" +RDEPEND="" S="${WORKDIR}/${P}-src" |