summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-06-25 22:20:12 +0000
committerMike Frysinger <vapier@gentoo.org>2003-06-25 22:20:12 +0000
commitcd33472ea6ab41bd56332154b09ad02ce2451ab0 (patch)
treee0d1930ce1008d70b3cee7de441d30f376794046 /net-ftp
parentsecurity update (diff)
downloadhistorical-cd33472ea6ab41bd56332154b09ad02ce2451ab0.tar.gz
historical-cd33472ea6ab41bd56332154b09ad02ce2451ab0.tar.bz2
historical-cd33472ea6ab41bd56332154b09ad02ce2451ab0.zip
touchups
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/jftpgw/jftpgw-0.13.1.ebuild11
-rw-r--r--net-ftp/jftpgw/jftpgw-0.13.4.ebuild13
2 files changed, 9 insertions, 15 deletions
diff --git a/net-ftp/jftpgw/jftpgw-0.13.1.ebuild b/net-ftp/jftpgw/jftpgw-0.13.1.ebuild
index a1cf5f24884a..b593795c5b13 100644
--- a/net-ftp/jftpgw/jftpgw-0.13.1.ebuild
+++ b/net-ftp/jftpgw/jftpgw-0.13.1.ebuild
@@ -1,25 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/jftpgw/jftpgw-0.13.1.ebuild,v 1.2 2003/02/13 14:04:19 vapier Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/jftpgw/jftpgw-0.13.1.ebuild,v 1.3 2003/06/25 22:20:11 vapier Exp $
DESCRIPTION="A small FTP gateway"
HOMEPAGE="http://www.mcknight.de/jftpgw/"
SRC_URI="http://www.mcknight.de/jftpgw/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
DEPEND="virtual/glibc"
-S="${WORKDIR}/${P}"
-FILEDIR="/usr/portage/net-ftp/jftpgw/files"
src_compile() {
econf \
--sysconfdir=${D}/etc/jftpgw \
- --with-logpath=${D}/etc/jftpgw || die "./configure failed"
+ --with-logpath=${D}/etc/jftpgw \
+ || die "./configure failed"
emake || die
}
diff --git a/net-ftp/jftpgw/jftpgw-0.13.4.ebuild b/net-ftp/jftpgw/jftpgw-0.13.4.ebuild
index 970142abc33a..6413891f5e4c 100644
--- a/net-ftp/jftpgw/jftpgw-0.13.4.ebuild
+++ b/net-ftp/jftpgw/jftpgw-0.13.4.ebuild
@@ -1,25 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/jftpgw/jftpgw-0.13.4.ebuild,v 1.1 2003/04/06 09:31:15 phoenix Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/jftpgw/jftpgw-0.13.4.ebuild,v 1.2 2003/06/25 22:20:12 vapier Exp $
DESCRIPTION="A small FTP gateway"
HOMEPAGE="http://www.mcknight.de/jftpgw/"
SRC_URI="http://www.mcknight.de/jftpgw/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
DEPEND="virtual/glibc"
-S="${WORKDIR}/${P}"
-FILEDIR="/usr/portage/net-ftp/jftpgw/files"
src_compile() {
econf \
--sysconfdir=${D}/etc/jftpgw \
- --with-logpath=${D}/etc/jftpgw || die "./configure failed"
+ --with-logpath=${D}/etc/jftpgw \
+ || die "./configure failed"
emake || die
}