commit:     2ba80abaa8053abb558403bd454e6a12548db39e
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 00:10:19 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:10:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba80aba

net-misc/midentd: remove old version

Package-Manager: portage-2.2.26

 net-misc/midentd/midentd-2.3.1-r1.ebuild | 42 --------------------------------
 1 file changed, 42 deletions(-)

diff --git a/net-misc/midentd/midentd-2.3.1-r1.ebuild 
b/net-misc/midentd/midentd-2.3.1-r1.ebuild
deleted file mode 100644
index 16c0c10..0000000
--- a/net-misc/midentd/midentd-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="ident daemon with masquerading and fake replies support"
-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_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 || die
-}
-
-src_install() {
-       dosbin midentd midentd.logcycle
-
-       insinto /etc/xinetd.d
-       newins midentd.xinetd midentd
-       newinitd "${FILESDIR}"/midentd.rc midentd
-       newconfd "${FILESDIR}"/midentd.conf.d midentd
-
-       dodoc CHANGELOG README
-
-       dodir /var/log
-       touch "${D}"/var/log/midentd.log
-       fowners nobody:nobody /var/log/midentd.log
-}

Reply via email to