diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:36:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:36:10 +0000 |
commit | d6a20bdfc7b48fad805441e29ab6753ca5db37a2 (patch) | |
tree | 94d38e6fa197a3061f21e82677e15b0ee2838748 /sys-apps/xinetd | |
parent | closing bug 28014 (crazy tetex dep by default) (diff) | |
download | historical-d6a20bdfc7b48fad805441e29ab6753ca5db37a2.tar.gz historical-d6a20bdfc7b48fad805441e29ab6753ca5db37a2.tar.bz2 historical-d6a20bdfc7b48fad805441e29ab6753ca5db37a2.zip |
repoman: header fix; whitespace cleanup
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.11.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.12.ebuild | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/sys-apps/xinetd/Manifest b/sys-apps/xinetd/Manifest index 0f9570b615c4..8f288a56d0dd 100644 --- a/sys-apps/xinetd/Manifest +++ b/sys-apps/xinetd/Manifest @@ -1,6 +1,6 @@ MD5 57305a553d603fc2d9ffb719eb2264bb ChangeLog 4132 -MD5 9adef235e2c720ac4f983f94f2d24117 xinetd-2.3.11.ebuild 2043 -MD5 dba102bf90291c08ca116e6cb2f740fe xinetd-2.3.12.ebuild 2048 +MD5 2a9d64345fb69ff1276b41a42eef753d xinetd-2.3.11.ebuild 2033 +MD5 eb821d483b792c20e26cc5f5aa235132 xinetd-2.3.12.ebuild 2039 MD5 469ecc467df958570cae2caad4391dd1 files/digest-xinetd-2.3.11 65 MD5 41406ad0e85906703ed6e0def5b42bed files/svc-xinetd 827 MD5 897e24c3c7cc5a08093dfcb3a71fc0ee files/xconv.pl 3030 diff --git a/sys-apps/xinetd/xinetd-2.3.11.ebuild b/sys-apps/xinetd/xinetd-2.3.11.ebuild index fa6558e161a3..5f3cf7c541fc 100644 --- a/sys-apps/xinetd/xinetd-2.3.11.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.11.ebuild,v 1.6 2003/08/12 04:38:24 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.11.ebuild,v 1.7 2003/09/07 00:36:08 msterret Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -10,7 +10,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="x86 amd64 ppc sparc mips alpha arm hppa" -DEPEND="virtual/glibc +DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" RDEPEND="${DEPEND} dev-lang/perl" @@ -39,7 +39,7 @@ src_install() { newman xinetd/xinetd.log.man xinetd.log.8 newman xinetd/xinetd.man xinetd.8 doman xinetd/itox.8 - + newdoc xinetd/sample.conf xinetd.conf.dist.sample newdoc ${FILESDIR}/xinetd.conf xinetd.conf.default || die dodoc AUDIT INSTALL README TODO CHANGELOG COPYRIGHT diff --git a/sys-apps/xinetd/xinetd-2.3.12.ebuild b/sys-apps/xinetd/xinetd-2.3.12.ebuild index 708f47bbc893..1dce6a1effee 100644 --- a/sys-apps/xinetd/xinetd-2.3.12.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.12.ebuild,v 1.4 2003/08/28 11:00:22 joker Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.12.ebuild,v 1.5 2003/09/07 00:36:08 msterret Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -10,7 +10,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~amd64 ~ppc sparc ~mips ~alpha ~arm ~hppa" -DEPEND="virtual/glibc +DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" RDEPEND="${DEPEND} dev-lang/perl" @@ -39,7 +39,7 @@ src_install() { newman xinetd/xinetd.log.man xinetd.log.8 newman xinetd/xinetd.man xinetd.8 doman xinetd/itox.8 - + newdoc xinetd/sample.conf xinetd.conf.dist.sample newdoc ${FILESDIR}/xinetd.conf xinetd.conf.default || die dodoc AUDIT INSTALL README TODO CHANGELOG COPYRIGHT |