diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-09 19:52:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-09 19:52:26 +0000 |
commit | fd7cb2e2de114f8a738e2befb2476ac6152dd150 (patch) | |
tree | 9e5e9942f623dc7f040dc8cea5adf8f51d31b705 /sys-apps/xinetd | |
parent | stable on alpha (diff) | |
download | historical-fd7cb2e2de114f8a738e2befb2476ac6152dd150.tar.gz historical-fd7cb2e2de114f8a738e2befb2476ac6152dd150.tar.bz2 historical-fd7cb2e2de114f8a738e2befb2476ac6152dd150.zip |
stable on alpha
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/xinetd/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.12.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog index 7804c06a7a1f..713dc609ed9e 100644 --- a/sys-apps/xinetd/ChangeLog +++ b/sys-apps/xinetd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/xinetd -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.25 2003/12/29 03:56:16 kumba Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.26 2004/01/09 19:49:02 agriffis Exp $ + + 09 Jan 2004; Aron Griffis <agriffis@gentoo.org> xinetd-2.3.12.ebuild: + stable on alpha 28 Dec 2003; Joshua Kinard <kumba@gentoo.org> xinetd-2.3.12.ebuild: Move to mips stable (~mips -> mips) diff --git a/sys-apps/xinetd/Manifest b/sys-apps/xinetd/Manifest index fd449945a8f0..3f84f47721f0 100644 --- a/sys-apps/xinetd/Manifest +++ b/sys-apps/xinetd/Manifest @@ -1,7 +1,7 @@ -MD5 781452cbd9c7358e146be5c8017f706b ChangeLog 4241 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 14c13917f077e9565969d8b52ea545c0 ChangeLog 4335 MD5 2a9d64345fb69ff1276b41a42eef753d xinetd-2.3.11.ebuild 2033 -MD5 46ac4c9f1221d815ca92b7642bb9761d xinetd-2.3.12.ebuild 2050 +MD5 fbf814c404eb34b75d8a9c0ec6d29780 xinetd-2.3.12.ebuild 2048 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 469ecc467df958570cae2caad4391dd1 files/digest-xinetd-2.3.11 65 MD5 80bdf9f954db1de9c7956540826c456c files/digest-xinetd-2.3.12 65 MD5 897e24c3c7cc5a08093dfcb3a71fc0ee files/xconv.pl 3030 diff --git a/sys-apps/xinetd/xinetd-2.3.12.ebuild b/sys-apps/xinetd/xinetd-2.3.12.ebuild index 07f042b58f07..0a3197a7f74c 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. +# 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.12.ebuild,v 1.8 2003/12/29 03:56:16 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.12.ebuild,v 1.9 2004/01/09 19:49:02 agriffis Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -8,7 +8,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc sparc mips ~alpha ~arm ~hppa ia64 ppc64" +KEYWORDS="x86 ~amd64 ~ppc sparc mips alpha ~arm ~hppa ia64 ppc64" DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" |