diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-23 23:10:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-23 23:10:25 +0000 |
commit | 18cf1ca7df1a3c86b7093f8d33a000485a696f6a (patch) | |
tree | fa8d1079cd941e1a15795d02ca7e5dec2ff20a07 /sys-apps | |
parent | arm KEYWORD (diff) | |
download | historical-18cf1ca7df1a3c86b7093f8d33a000485a696f6a.tar.gz historical-18cf1ca7df1a3c86b7093f8d33a000485a696f6a.tar.bz2 historical-18cf1ca7df1a3c86b7093f8d33a000485a696f6a.zip |
arm KEYWORD
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.13.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.13.ebuild b/sys-apps/xinetd/xinetd-2.3.13.ebuild index ef107c97fe83..5e60fceeb9da 100644 --- a/sys-apps/xinetd/xinetd-2.3.13.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.13.ebuild,v 1.4 2004/04/26 14:35:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.13.ebuild,v 1.5 2004/05/23 23:10:25 vapier Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -8,12 +8,13 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~mips ~alpha ~hppa ~ia64 ~ppc64 s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 ~ppc64 s390" +IUSE="" DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" -RDEPEND="${DEPEND} dev-lang/perl" - +RDEPEND="${DEPEND} + dev-lang/perl" PROVIDE="virtual/inetd" src_compile() { @@ -49,7 +50,7 @@ src_install() { insinto /etc ; doins ${FILESDIR}/xinetd.conf || die } -pkg_postinst(){ +pkg_postinst() { einfo "This ebuild introduces the /etc/xinetd.d includedir with a default" einfo "/etc/xinetd.conf file. Check your config files if you're upgrading from an older" einfo "ebuild version. You should browse /etc/xinetd.conf and the files in /etc/xinetd.d." |