diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-04-06 20:15:30 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-04-06 20:15:30 +0000 |
commit | dd1baf013045461033bdea6e3c57d62269993164 (patch) | |
tree | e8eef0ca193eb8e02b1164a9aab27cd2e6ccf8ae /sys-apps/xinetd | |
parent | add arm keyword (diff) | |
download | historical-dd1baf013045461033bdea6e3c57d62269993164.tar.gz historical-dd1baf013045461033bdea6e3c57d62269993164.tar.bz2 historical-dd1baf013045461033bdea6e3c57d62269993164.zip |
Added hppa to KEYWORDS.
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.10.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.9.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog index ddaf551534fb..29680e363f01 100644 --- a/sys-apps/xinetd/ChangeLog +++ b/sys-apps/xinetd/ChangeLog @@ -1,9 +1,12 @@ # 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.18 2003/03/30 21:29:31 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.19 2003/04/06 20:15:30 gmsoft Exp $ *xinetd-2.3.10 (26 Mar 2003) + 06 Apr 2003; Guy Martin <gmsoft@gentoo.org> xinetd-2.3.10.ebuild : + Added ~hppa to KEYWORDS. + 26 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xinetd-2.3.10.ebuild, xinetd-2.3.7.ebuild, xinetd-2.3.9.ebuild: provide virtual/inetd @@ -15,6 +18,9 @@ *xinetd-2.3.9 (24 Oct 2002) + 06 Apr 2003; Guy Martin <gmsoft@gentoo.org> xinetd-2.3.9.ebuild : + Added hppa to KEYWORDS. + 30 Mar 2003; Christian Birchinger <joker@gentoo.org> xinetd-2.3.9.ebuild: Added sparc stable keyword diff --git a/sys-apps/xinetd/xinetd-2.3.10.ebuild b/sys-apps/xinetd/xinetd-2.3.10.ebuild index f2ee7964a935..2d2e934c11f9 100644 --- a/sys-apps/xinetd/xinetd-2.3.10.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.10.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.10.ebuild,v 1.2 2003/03/27 07:19:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.10.ebuild,v 1.3 2003/04/06 20:15:30 gmsoft Exp $ #SPV=the directory in files/ to grab the goodies from @@ -12,7 +12,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~x86" +KEYWORDS="~x86 ~hppa" DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" diff --git a/sys-apps/xinetd/xinetd-2.3.9.ebuild b/sys-apps/xinetd/xinetd-2.3.9.ebuild index 6fdbf8d57872..4349394b7bcf 100644 --- a/sys-apps/xinetd/xinetd-2.3.9.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.9.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.9.ebuild,v 1.8 2003/03/30 21:29:31 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.9.ebuild,v 1.9 2003/04/06 20:15:30 gmsoft 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" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ~ppc sparc alpha" +KEYWORDS="x86 ~ppc sparc alpha hppa" DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" |