public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/netkit-fingerd: ChangeLog netkit-fingerd-0.17-r3.ebuild
Date: Tue, 18 Jan 2011 20:10:56 +0000 (UTC)	[thread overview]
Message-ID: <20110118201056.7A23920054@flycatcher.gentoo.org> (raw)

vapier      11/01/18 20:10:56

  Modified:             ChangeLog netkit-fingerd-0.17-r3.ebuild
  Log:
  Punt IUSE=xinetd since we don't check it #351853 by Dean Matzkov.  Update to EAPI=2 in the process.
  
  (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 net-misc/netkit-fingerd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netkit-fingerd/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netkit-fingerd/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netkit-fingerd/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netkit-fingerd/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	18 Oct 2010 07:24:17 -0000	1.19
+++ ChangeLog	18 Jan 2011 20:10:56 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/netkit-fingerd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-fingerd/ChangeLog,v 1.19 2010/10/18 07:24:17 leio Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-fingerd/ChangeLog,v 1.20 2011/01/18 20:10:56 vapier Exp $
+
+  18 Jan 2011; Mike Frysinger <vapier@gentoo.org>
+  netkit-fingerd-0.17-r3.ebuild:
+  Punt IUSE=xinetd since we don't check it #351853 by Dean Matzkov. Update
+  to EAPI=2 in the process.
 
   18 Oct 2010; Mart Raudsepp <leio@gentoo.org>
   netkit-fingerd-0.17-r3.ebuild:



1.4                  net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild?r1=1.3&r2=1.4

Index: netkit-fingerd-0.17-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- netkit-fingerd-0.17-r3.ebuild	18 Oct 2010 07:24:17 -0000	1.3
+++ netkit-fingerd-0.17-r3.ebuild	18 Jan 2011 20:10:56 -0000	1.4
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild,v 1.3 2010/10/18 07:24:17 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild,v 1.4 2011/01/18 20:10:56 vapier Exp $
+
+EAPI="2"
 
 inherit eutils toolchain-funcs
 
@@ -13,13 +15,11 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="xinetd"
+IUSE=""
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	sed -i \
 		-e '/^LDFLAGS=$/d' \
 		-e '/CFLAGS/s:-O2::' \
@@ -28,18 +28,20 @@
 	epatch "${FILESDIR}"/${P}-name-check.patch #80286
 }
 
-src_compile() {
+src_configure() {
 	tc-export CC
 	if tc-is-cross-compiler; then
 		touch MCONFIG
 	else
 		./configure || die
 	fi
+}
+
+src_compile() {
 	emake CC="${CC}" || die
 }
 
 src_install() {
-	into /usr
 	dobin finger/finger || die
 	dosbin fingerd/fingerd || die
 	dosym fingerd /usr/sbin/in.fingerd
@@ -48,5 +50,5 @@
 	dodoc README ChangeLog BUGS
 
 	insinto /etc/xinetd.d
-	newins "${FILESDIR}"/fingerd.xinetd fingerd
+	newins "${FILESDIR}"/fingerd.xinetd fingerd || die
 }






             reply	other threads:[~2011-01-18 20:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-18 20:10 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-10-18  7:24 [gentoo-commits] gentoo-x86 commit in net-misc/netkit-fingerd: ChangeLog netkit-fingerd-0.17-r3.ebuild Mart Raudsepp (leio)
2010-02-27 18:39 Ned Ludd (solar)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110118201056.7A23920054@flycatcher.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox