diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-03 00:57:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-03 00:57:33 +0000 |
commit | 84c99920319f9cec14916e952b8660115ce79f20 (patch) | |
tree | fa608e76eeaab8448e442ebba815c123c3ae4aac | |
parent | make sure we build with -fno-strict-aliasing (diff) | |
download | historical-84c99920319f9cec14916e952b8660115ce79f20.tar.gz historical-84c99920319f9cec14916e952b8660115ce79f20.tar.bz2 historical-84c99920319f9cec14916e952b8660115ce79f20.zip |
remove debug code
Package-Manager: portage-2.0.53_rc7
-rw-r--r-- | sys-apps/xinetd/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.14.ebuild | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sys-apps/xinetd/Manifest b/sys-apps/xinetd/Manifest index 90b38586182b..17939154d5e4 100644 --- a/sys-apps/xinetd/Manifest +++ b/sys-apps/xinetd/Manifest @@ -22,11 +22,11 @@ MD5 1f24b28f485355ae6fa0f9e4008553c5 files/xinetd.confd 289 MD5 5e5499c1d0e11aa5ef488642d7c3e5db files/xinetd.rc6 868 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 0ab919c245efca6ef554559091b2ae33 xinetd-2.3.13.ebuild 1999 -MD5 a623795bb4b7660f0e0fda4cf3d1529e xinetd-2.3.14.ebuild 1655 +MD5 804e49475d669a2796fca33ed68113d9 xinetd-2.3.14.ebuild 1631 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDZEAOgIKl8Uu19MoRAo0eAJkB2VFLzQBObZS7sVa7xobRxjocXACfQ02a -e25KwWUthGZP8LAyUrO+nNg= -=GhGg +iD8DBQFDaWClgIKl8Uu19MoRAkJNAJ9E5IsCFK86GzOc4lCuUmp2Vgy/EwCeMVFY +SmOJmQ3YfnIEYwYeEvJHsDI= +=IeHG -----END PGP SIGNATURE----- diff --git a/sys-apps/xinetd/xinetd-2.3.14.ebuild b/sys-apps/xinetd/xinetd-2.3.14.ebuild index 1cc36cdbf7d4..c015b8fef69b 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-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.14.ebuild,v 1.1 2005/10/30 03:37:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.14.ebuild,v 1.2 2005/11/03 00:57:33 vapier Exp $ inherit eutils @@ -21,7 +21,6 @@ PROVIDE="virtual/inetd" src_unpack() { unpack ${A} cd "${S}" - cp Makefile.in{,.orig} epatch "${FILESDIR}"/${P}-DESTDIR.patch epatch "${FILESDIR}"/${P}-install-contrib.patch epatch "${FILESDIR}"/${P}-config.patch |