diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-06-18 17:11:07 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-06-18 17:11:07 +0000 |
commit | 70da476b564a336ba71451d3af67625c4377f6e1 (patch) | |
tree | ba45efb8e678968928f807ff99bb2f96bc77e394 /sys-apps/xinetd | |
parent | Adjust the pdns blocker. (diff) | |
download | gentoo-2-70da476b564a336ba71451d3af67625c4377f6e1.tar.gz gentoo-2-70da476b564a336ba71451d3af67625c4377f6e1.tar.bz2 gentoo-2-70da476b564a336ba71451d3af67625c4377f6e1.zip |
Stable on x86. Bug #137141.
(Portage version: 2.1.1_pre1)
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/xinetd/files/digest-xinetd-2.3.13 | 2 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.14.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog index c5c273f063e3..1dfc35d2feb3 100644 --- a/sys-apps/xinetd/ChangeLog +++ b/sys-apps/xinetd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/xinetd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.39 2006/04/13 13:01:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.40 2006/06/18 17:11:07 ticho Exp $ + + 18 Jun 2006; Andrej Kacian <ticho@gentoo.org> xinetd-2.3.14.ebuild: + Stable on x86. Bug #137141. 13 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> xinetd-2.3.14.ebuild: Add ~x86-fbsd keyword. diff --git a/sys-apps/xinetd/files/digest-xinetd-2.3.13 b/sys-apps/xinetd/files/digest-xinetd-2.3.13 index fe5a3b9d926f..3af66ebfabe2 100644 --- a/sys-apps/xinetd/files/digest-xinetd-2.3.13 +++ b/sys-apps/xinetd/files/digest-xinetd-2.3.13 @@ -1 +1,3 @@ MD5 4295b5fe12350f09b5892b363348ac8b xinetd-2.3.13.tar.gz 297548 +RMD160 1a601f4238e13cf20c2ad8a807ea35a84331c6a8 xinetd-2.3.13.tar.gz 297548 +SHA256 eddfd1bf3684eaff3a7ba424421d3126878a7469ced0f3d370c7cf66bde64522 xinetd-2.3.13.tar.gz 297548 diff --git a/sys-apps/xinetd/xinetd-2.3.14.ebuild b/sys-apps/xinetd/xinetd-2.3.14.ebuild index 5a3aa0cd4227..97815b0fa2fb 100644 --- a/sys-apps/xinetd/xinetd-2.3.14.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.14.ebuild,v 1.4 2006/04/13 13:01:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.14.ebuild,v 1.5 2006/06/18 17:11:07 ticho Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="perl tcpd" DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" |