public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/midentd: midentd-2.3.1-r1.ebuild ChangeLog
Date: Mon, 29 Dec 2014 14:19:01 +0000 (UTC)	[thread overview]
Message-ID: <20141229141901.2C9D0E6CF@oystercatcher.gentoo.org> (raw)

pacho       14/12/29 14:19:01

  Modified:             midentd-2.3.1-r1.ebuild ChangeLog
  Log:
  HOMEPAGE dead for a long time (#533784 by Jonas Stein)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.7                  net-misc/midentd/midentd-2.3.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/midentd/midentd-2.3.1-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/midentd/midentd-2.3.1-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/midentd/midentd-2.3.1-r1.ebuild?r1=1.6&r2=1.7

Index: midentd-2.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/midentd/midentd-2.3.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- midentd-2.3.1-r1.ebuild	4 Dec 2006 02:30:15 -0000	1.6
+++ midentd-2.3.1-r1.ebuild	29 Dec 2014 14:19:01 -0000	1.7
@@ -1,33 +1,33 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/midentd/midentd-2.3.1-r1.ebuild,v 1.6 2006/12/04 02:30:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/midentd/midentd-2.3.1-r1.ebuild,v 1.7 2014/12/29 14:19:01 pacho Exp $
 
+EAPI=5
 inherit eutils
 
 DESCRIPTION="ident daemon with masquerading and fake replies support"
-HOMEPAGE="http://panorama.sth.ac.at/midentd/"
-SRC_URI="http://panorama.sth.ac.at/midentd/files/${P}.tar.gz"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~sparc x86"
 IUSE=""
 
+DEPEND=""
 RDEPEND="dev-lang/perl"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${PV}-pidfile.patch
 	sed -i \
 		-e 's:/usr/local:/usr:' \
 		-e 's:service ident:service auth:' \
 		-e 's:disable = no:disable = yes:' \
-		midentd.xinetd
+		midentd.xinetd || die
 }
 
 src_install() {
-	dosbin midentd midentd.logcycle || die
+	dosbin midentd midentd.logcycle
 
 	insinto /etc/xinetd.d
 	newins midentd.xinetd midentd



1.8                  net-misc/midentd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/midentd/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	14 May 2007 19:45:45 -0000	1.7
+++ ChangeLog	29 Dec 2014 14:19:01 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/midentd
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/midentd/ChangeLog,v 1.7 2007/05/14 19:45:45 bangert Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/midentd/ChangeLog,v 1.8 2014/12/29 14:19:01 pacho Exp $
+
+  29 Dec 2014; Pacho Ramos <pacho@gentoo.org> midentd-2.3.1-r1.ebuild:
+  HOMEPAGE dead for a long time (#533784 by Jonas Stein)
 
   14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
   add <herd>no-herd</herd>





                 reply	other threads:[~2014-12-29 14:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20141229141901.2C9D0E6CF@oystercatcher.gentoo.org \
    --to=pacho@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