summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-18 21:02:10 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-18 21:02:10 +0000
commitaa2b7fc6faf65064b9028bd3c3d5950829957cfa (patch)
treed064684f05136f6a469816c1a2eed94bba31c7e0 /net-ftp
parentsecurity fixes + apache/php stabilization x86 (diff)
downloadhistorical-aa2b7fc6faf65064b9028bd3c3d5950829957cfa.tar.gz
historical-aa2b7fc6faf65064b9028bd3c3d5950829957cfa.tar.bz2
historical-aa2b7fc6faf65064b9028bd3c3d5950829957cfa.zip
Add support for USE=selinux #106354 by petre rodan and USE=tcpd/readline #102867 by Francisco Javier.
Package-Manager: portage-2.0.52-r1 http://ronaldmcnightrider.ytmnd.com/
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/tftp-hpa/ChangeLog6
-rw-r--r--net-ftp/tftp-hpa/Manifest18
-rw-r--r--net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild19
3 files changed, 32 insertions, 11 deletions
diff --git a/net-ftp/tftp-hpa/ChangeLog b/net-ftp/tftp-hpa/ChangeLog
index 51e1850ab1c3..69946668a8bd 100644
--- a/net-ftp/tftp-hpa/ChangeLog
+++ b/net-ftp/tftp-hpa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/tftp-hpa
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/ChangeLog,v 1.9 2005/09/15 23:21:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/ChangeLog,v 1.10 2005/09/18 21:02:10 vapier Exp $
+
+ 18 Sep 2005; Mike Frysinger <vapier@gentoo.org> tftp-hpa-0.40-r1.ebuild:
+ Add support for USE=selinux #106354 by petre rodan and USE=tcpd/readline
+ #102867 by Francisco Javier.
15 Sep 2005; Aron Griffis <agriffis@gentoo.org> tftp-hpa-0.40-r1.ebuild:
Mark 0.40-r1 stable on alpha
diff --git a/net-ftp/tftp-hpa/Manifest b/net-ftp/tftp-hpa/Manifest
index aa2a9245ca9d..5c692750e90a 100644
--- a/net-ftp/tftp-hpa/Manifest
+++ b/net-ftp/tftp-hpa/Manifest
@@ -1,7 +1,15 @@
-MD5 b58f40f6e55b78c2378a541a93fce64c tftp-hpa-0.40-r1.ebuild 829
-MD5 cd149a8177b642fc44a9686a4718d8cf ChangeLog 3903
-MD5 6beaaff025cc211c3776bf3c633e4c1f tftp-hpa-0.34-r1.ebuild 766
-MD5 0deba94161c48e49f0e2ee02afde4940 files/in.tftpd.rc6 443
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 0b942a8eed3507099acec26ffd91bd07 tftp-hpa-0.40-r1.ebuild 1019
+MD5 689d10c6858e5427e738cb373ef30296 ChangeLog 4084
MD5 9e0867241bab97104a2d82fb8035725b files/in.tftpd.confd 145
-MD5 2f7c453cd0fde112ffac93387966fad3 files/digest-tftp-hpa-0.34-r1 65
+MD5 0deba94161c48e49f0e2ee02afde4940 files/in.tftpd.rc6 443
MD5 64b89cea2b9b468a4c4068b0ec5382a4 files/digest-tftp-hpa-0.40-r1 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDLdX1gIKl8Uu19MoRAvG8AJ44YOrfkAT912V5q92vylK7G4vgYACeLyrF
+PqhC5GGhSuAwB/B8RTa9dI0=
+=0uM0
+-----END PGP SIGNATURE-----
diff --git a/net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild b/net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild
index c5504caca029..5efa04bcb865 100644
--- a/net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild
+++ b/net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild,v 1.7 2005/09/15 23:21:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild,v 1.8 2005/09/18 21:02:10 vapier Exp $
DESCRIPTION="port of the OpenBSD TFTP server"
HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
@@ -9,12 +9,21 @@ SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sparc x86"
-IUSE=""
+IUSE="readline selinux tcpd"
-DEPEND="!virtual/tftp"
+DEPEND="readline? ( sys-libs/readline )
+ tcpd? ( sys-apps/tcp-wrappers )
+ selinux? ( sec-policy/selinux-tftpd )
+ !virtual/tftp"
PROVIDE="virtual/tftp"
-RDEPEND="${DEPEND}
- sys-apps/tcp-wrappers"
+
+src_compile() {
+ econf \
+ $(use_with tcpd tcpwrappers) \
+ $(use_with readline) \
+ || die
+ emake || die
+}
src_install() {
make INSTALLROOT="${D}" install || die