summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-12-29 14:19:01 +0000
committerPacho Ramos <pacho@gentoo.org>2014-12-29 14:19:01 +0000
commit33d26df1e99781de1f8d5ea768168ca954b45f0e (patch)
tree0844ea28177d9078465aeac08ce26e89f11c2b22 /net-misc/midentd
parentversion bump, bug #533780, proxy for maintainer, thanks Nikoli (diff)
downloadgentoo-2-33d26df1e99781de1f8d5ea768168ca954b45f0e.tar.gz
gentoo-2-33d26df1e99781de1f8d5ea768168ca954b45f0e.tar.bz2
gentoo-2-33d26df1e99781de1f8d5ea768168ca954b45f0e.zip
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)
Diffstat (limited to 'net-misc/midentd')
-rw-r--r--net-misc/midentd/ChangeLog7
-rw-r--r--net-misc/midentd/midentd-2.3.1-r1.ebuild18
2 files changed, 14 insertions, 11 deletions
diff --git a/net-misc/midentd/ChangeLog b/net-misc/midentd/ChangeLog
index dc7162bc9d48..2a26dc66130b 100644
--- a/net-misc/midentd/ChangeLog
+++ b/net-misc/midentd/ChangeLog
@@ -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>
diff --git a/net-misc/midentd/midentd-2.3.1-r1.ebuild b/net-misc/midentd/midentd-2.3.1-r1.ebuild
index 074f2f4a067c..85006c915f20 100644
--- a/net-misc/midentd/midentd-2.3.1-r1.ebuild
+++ b/net-misc/midentd/midentd-2.3.1-r1.ebuild
@@ -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