diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
commit | a23eed6670bbcde5132fb69e80f167a12d73a1c1 (patch) | |
tree | a59de918c9f78531948ecaa2424d4fff769dab79 /x11-misc/ASFiles | |
parent | Numerous small fixes, see ChangeLogs for details. (diff) | |
download | historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.gz historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.bz2 historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'x11-misc/ASFiles')
-rw-r--r-- | x11-misc/ASFiles/ASFiles-1.0.ebuild | 16 | ||||
-rw-r--r-- | x11-misc/ASFiles/ChangeLog | 8 |
2 files changed, 14 insertions, 10 deletions
diff --git a/x11-misc/ASFiles/ASFiles-1.0.ebuild b/x11-misc/ASFiles/ASFiles-1.0.ebuild index c9e7dad31fc3..32dc8572b703 100644 --- a/x11-misc/ASFiles/ASFiles-1.0.ebuild +++ b/x11-misc/ASFiles/ASFiles-1.0.ebuild @@ -1,23 +1,23 @@ -# 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/x11-misc/ASFiles/ASFiles-1.0.ebuild,v 1.10 2003/11/03 07:45:31 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ASFiles/ASFiles-1.0.ebuild,v 1.11 2004/04/14 09:09:01 aliz Exp $ + +inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="NeXTish filemanager, hacked from OffiX" -SRC_URI="http://www.tigr.net/afterstep/download/ASFiles/ASFiles-1.0.tar.gz" +SRC_URI="http://www.tigr.net/afterstep/download/ASFiles/${P}.tar.gz" HOMEPAGE="http://www.tigr.net/afterstep/view.php?applet=ASFiles/data" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc " - +IUSE="" DEPEND=">=x11-wm/afterstep-1.8.8 >=x11-libs/dnd-1.1" RDEPEND=$DEPEND src_unpack() { - unpack ASFiles-1.0.tar.gz - cd ${S} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + unpack ${A} ; cd ${S} + epatch ${FILESDIR}/${PF}-gentoo.diff } src_compile() { diff --git a/x11-misc/ASFiles/ChangeLog b/x11-misc/ASFiles/ChangeLog index 323183fe42bf..ceea0ecee744 100644 --- a/x11-misc/ASFiles/ChangeLog +++ b/x11-misc/ASFiles/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/ASFiles -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ASFiles/ChangeLog,v 1.5 2003/11/03 07:45:31 abhishek Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ASFiles/ChangeLog,v 1.6 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> ASFiles-1.0.ebuild: + Use in SRC_URI, added IUSE=, changed patch to epatch, inherited eutils, + removed S=. 02 Nov 2003; Abhishek Amit <abhishek@gentoo.org> ASFiles-1.0.ebuild, metadata.xml: |