diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-12 07:23:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-12 07:23:10 +0000 |
commit | 9a7d9349e7a9558d27ea27b1a2c0cf6b532dfa88 (patch) | |
tree | 190340cf389a2593fafcdb2b83c2f01620c5012f /x11-misc/arphicfonts | |
parent | Removed RDEPEND=${DEPEND} (diff) | |
download | historical-9a7d9349e7a9558d27ea27b1a2c0cf6b532dfa88.tar.gz historical-9a7d9349e7a9558d27ea27b1a2c0cf6b532dfa88.tar.bz2 historical-9a7d9349e7a9558d27ea27b1a2c0cf6b532dfa88.zip |
Removed RDEPEND=${DEPEND}
Diffstat (limited to 'x11-misc/arphicfonts')
-rw-r--r-- | x11-misc/arphicfonts/arphicfonts-0.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/arphicfonts/arphicfonts-0.1-r1.ebuild b/x11-misc/arphicfonts/arphicfonts-0.1-r1.ebuild index d044dcb3c72e..083c5f128bac 100644 --- a/x11-misc/arphicfonts/arphicfonts-0.1-r1.ebuild +++ b/x11-misc/arphicfonts/arphicfonts-0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/arphicfonts/arphicfonts-0.1-r1.ebuild,v 1.4 2002/11/06 15:45:31 stubear Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/arphicfonts/arphicfonts-0.1-r1.ebuild,v 1.5 2002/11/12 07:21:33 vapier Exp $ DESCRIPTION="Arphic Fonts" SRC_URI="ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/gkai00mp.ttf.gz @@ -8,17 +8,17 @@ SRC_URI="ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/gkai00mp.ttf.gz ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/bsmi00lp.ttf.gz ftp://ftp.gnu.org/non-gnu/chinese-fonts-truetype/gbsn00lp.ttf.gz" HOMEPAGE="http://www.arphic.com.tw/" + LICENSE="Arphic" SLOT="0" KEYWORDS="x86" -S=${WORKDIR} DEPEND="virtual/x11 x11-misc/ttmkfdir" -RDEPEND=${DEPEND} + +S="${WORKDIR}" src_install() { - cd ${S} insopts -m0644 insinto /usr/share/fonts/ttf/zh_TW doins b*.ttf |