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
commitb5e4a1a701cd954868aec525eed32c815aa2c7c8 (patch)
tree98bfbbc649c0c753f5b51cf8a9290956a5293d17 /net-ftp
parentsecurity update (diff)
downloadgentoo-2-b5e4a1a701cd954868aec525eed32c815aa2c7c8.tar.gz
gentoo-2-b5e4a1a701cd954868aec525eed32c815aa2c7c8.tar.bz2
gentoo-2-b5e4a1a701cd954868aec525eed32c815aa2c7c8.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
}