From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DATE_IN_PAST_12_24, INVALID_DATE,MAILING_LIST_MULTI,NO_RELAYS autolearn=no autolearn_force=no version=4.0.0 Received: from pm by cvs.gentoo.org with local (Exim 3.30 #1) id 15LOnR-0000pt-00 for gentoo-dev@gentoo.org; Sat, 14 Jul 2001 06:45:21 -0600 From: Parag Mehta To: gentoo-dev Message-ID: <20010714064521.A3124@cvs.gentoo.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline User-Agent: Mutt/1.2.5i Subject: [gentoo-dev] nmap ebuilds - new version Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sat Jul 14 06:46:02 2001 X-Original-Date: Sat, 14 Jul 2001 06:45:21 -0600 X-Archives-Salt: adc0f89d-7cf4-48a7-b3d1-450ac345364d X-Archives-Hash: 85ddc9fb40661aaece33a9507622c78e --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi attached with this mail is the nmap ebuild with the digest file. this is the new release beta26 ebuild. can somebdy please commit it to the cvs. i have tested this ebuild by running the following command to test the ebuild : ebuild foo.ebuild clean unpack compile install regards, parag mehta --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="digest-nmap-2.54_beta26" MD5 9fa0305c82c53576f241dcc8d21b8b60 nmap-2.54BETA26.tgz --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="nmap-2.54_beta26.ebuild" # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Parag Mehta P=nmap-2.54BETA26 A=${P}.tgz S=${WORKDIR}/${P} DESCRIPTION="Portscanner" SRC_URI="http://www.insecure.org/nmap/dist/"${A} HOMEPAGE="http://www.insecure.org/nmap/" DEPEND="virtual/glibc gtk? ( >=x11-libs/gtk+-1.2.8 )" src_compile() { try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man --enable-ipv6 if [ "`use gtk`" ] ; then try make else try make nmap fi } src_install() { try make prefix=${D}/usr mandir=${D}/usr/share/man install dodoc CHANGELOG COPYING HACKING README* cd docs dodoc *.txt docinto html dodoc *.html } --dDRMvlgZJXvWKvBx--