diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:07:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:07:33 +0000 |
commit | 286f46b7767e8f06fdc30258f586c9d5939d2048 (patch) | |
tree | 5c9ecfc59a9b44844688d1c306e2a57a5df41ef8 | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | gentoo-2-286f46b7767e8f06fdc30258f586c9d5939d2048.tar.gz gentoo-2-286f46b7767e8f06fdc30258f586c9d5939d2048.tar.bz2 gentoo-2-286f46b7767e8f06fdc30258f586c9d5939d2048.zip |
don't assign S=${WORKDIR}/${P}
-rw-r--r-- | media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild | 3 | ||||
-rw-r--r-- | media-fonts/monafont/monafont-2.22.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild b/media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild index ff76a3727f3d..d7d5c899f7ab 100644 --- a/media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild +++ b/media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild,v 1.5 2004/07/01 10:48:14 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild,v 1.6 2004/07/14 17:04:33 agriffis Exp $ IUSE="" @@ -8,7 +8,6 @@ inherit rpm eutils RPM_V="2" -S=${WORKDIR}/${P} DESCRIPTION="Simple interface for editing the font path for the X font server" HOMEPAGE="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/" SRC_URI="ftp://rpmfind.net/linux/rawhide/1.0/SRPMS/SRPMS/${P}-${RPM_V}.src.rpm diff --git a/media-fonts/monafont/monafont-2.22.ebuild b/media-fonts/monafont/monafont-2.22.ebuild index 899b196d4545..64f51dae3d3f 100644 --- a/media-fonts/monafont/monafont-2.22.ebuild +++ b/media-fonts/monafont/monafont-2.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/monafont-2.22.ebuild,v 1.8 2004/06/24 22:29:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/monafont/monafont-2.22.ebuild,v 1.9 2004/07/14 17:07:33 agriffis Exp $ DESCRIPTION="Japanese bitmap fonts suitable for browsing 2ch" HOMEPAGE="http://monafont.sourceforge.net" @@ -14,7 +14,6 @@ DEPEND="virtual/x11 sys-apps/sed" RDEPEND="" -S="${WORKDIR}/${P}" FONTDIR=/usr/share/fonts/${PN} src_unpack() { |