diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:33:03 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 02:33:03 +0000 |
commit | 9a85e4584c5eef4803233d8980d7292f6a517e3e (patch) | |
tree | a7a0fe6d95e59a2ee544ed2eae9e3771e60e1eca /app-arch/kfilecoder | |
parent | fix the libIDLConf-file so that gnome-config --cflags libIDL returns the corr... (diff) | |
download | gentoo-2-9a85e4584c5eef4803233d8980d7292f6a517e3e.tar.gz gentoo-2-9a85e4584c5eef4803233d8980d7292f6a517e3e.tar.bz2 gentoo-2-9a85e4584c5eef4803233d8980d7292f6a517e3e.zip |
don't do A=
Diffstat (limited to 'app-arch/kfilecoder')
-rw-r--r-- | app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild b/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild index 0a3440945212..6c1909edac08 100644 --- a/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild +++ b/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild,v 1.6 2001/09/19 19:37:47 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild,v 1.7 2001/11/10 02:33:03 hallski Exp $ -A=${P}.tar.bz2 S=${WORKDIR}/${P} DESCRIPTION="Archiver with passwd management " -SRC_URI="http://download.sourceforge.net/kfilecoder/${A}" +SRC_URI="http://download.sourceforge.net/kfilecoder/${P}.tar.bz2" HOMEPAGE="http://kfilecoder.sourceforge.net" DEPEND=">=kde-base/kdebase-2.1.1" |