diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-22 22:58:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-22 22:58:27 +0000 |
commit | b5f5062c7322b5228ea98c26c71c6292a63e1e57 (patch) | |
tree | 765e019f8f13122705fa3ce28e0c91f1c3a25f35 /sys-apps/xinetd | |
parent | stable on ia64 (diff) | |
download | historical-b5f5062c7322b5228ea98c26c71c6292a63e1e57.tar.gz historical-b5f5062c7322b5228ea98c26c71c6292a63e1e57.tar.bz2 historical-b5f5062c7322b5228ea98c26c71c6292a63e1e57.zip |
gnuconfig no longer needed
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/Manifest | 12 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.13.ebuild | 10 |
2 files changed, 2 insertions, 20 deletions
diff --git a/sys-apps/xinetd/Manifest b/sys-apps/xinetd/Manifest index 838fc52aa5c6..bcad61f1fac1 100644 --- a/sys-apps/xinetd/Manifest +++ b/sys-apps/xinetd/Manifest @@ -1,9 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 738c06931d427117e14dccd4f911700f ChangeLog 5367 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 60a713e5661a53d9b8ea559a672dfa3d xinetd-2.3.13.ebuild 1987 +MD5 1a03f57ec8f70d784d822784bfa3963c xinetd-2.3.13.ebuild 1909 MD5 897e24c3c7cc5a08093dfcb3a71fc0ee files/xconv.pl 3030 MD5 ccad3f7878ea7a1e078796419717c4b2 files/xinetd.conf 459 MD5 1f24b28f485355ae6fa0f9e4008553c5 files/xinetd.confd 289 @@ -18,10 +15,3 @@ MD5 6eb573e86ba7cad19ea240848a88767a files/etc.xinetd.d/echo-tcp 238 MD5 15e73cb0db884334cef7ac44ced9fa6c files/etc.xinetd.d/echo-udp 263 MD5 02bc3d5745432ee4b5b11b9c2e03c731 files/etc.xinetd.d/time-tcp 270 MD5 70829ea9fe03a6e343efa635c9f263e0 files/etc.xinetd.d/time-udp 272 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFB3DPmroRuSHgZdywRAgKpAJ9XfOiEonBa/KlsFykUDF0h8pDIEwCaA1+K -v4B4cXdXW++g3GSorH7RsY4= -=vOYm ------END PGP SIGNATURE----- diff --git a/sys-apps/xinetd/xinetd-2.3.13.ebuild b/sys-apps/xinetd/xinetd-2.3.13.ebuild index d293e582b2f7..3737f7fc4792 100644 --- a/sys-apps/xinetd/xinetd-2.3.13.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.13.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # 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.12 2005/01/02 23:57:51 ciaranm Exp $ - -inherit gnuconfig +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.13.ebuild,v 1.13 2005/02/22 22:58:27 vapier Exp $ DESCRIPTION="powerful replacement for inetd" HOMEPAGE="http://www.xinetd.org/" @@ -19,12 +17,6 @@ RDEPEND="${DEPEND} dev-lang/perl" PROVIDE="virtual/inetd" -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - src_compile() { local myconf use tcpd && myconf="--with-libwrap" |