public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/mdidentd/
@ 2016-05-04  0:10 Austin English
  0 siblings, 0 replies; only message in thread
From: Austin English @ 2016-05-04  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     76a5090b45b2b0961118a45546d135a9f5469fb8
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 00:08:25 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:08:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a5090b

net-misc/mdidentd: remove old version

Package-Manager: portage-2.2.26

 net-misc/mdidentd/mdidentd-1.04c.ebuild | 45 ---------------------------------
 1 file changed, 45 deletions(-)

diff --git a/net-misc/mdidentd/mdidentd-1.04c.ebuild b/net-misc/mdidentd/mdidentd-1.04c.ebuild
deleted file mode 100644
index c028d30..0000000
--- a/net-misc/mdidentd/mdidentd-1.04c.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils user
-
-DESCRIPTION="This is an identd with provides registering of idents"
-HOMEPAGE="http://druglord.freelsd.org/ezbounce/"
-SRC_URI="http://druglord.freelsd.org/ezbounce/files/ezbounce-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="ssl"
-
-DEPEND="ssl? ( dev-libs/openssl )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/ezbounce-${PV}
-
-pkg_setup() {
-	enewgroup mdidentd
-	enewuser mdidentd -1 -1 /dev/null mdidentd
-}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/1.04a-security.patch
-	epatch "${FILESDIR}"/1.04a-pidfile.patch
-	epatch "${FILESDIR}"/1.04a-glibc210.patch
-}
-
-src_compile() {
-	econf $(use_with ssl) || die
-	emake CXX="$(tc-getCXX)" -C mdidentd CXX_OPTIMIZATIONS="${CXXFLAGS}" || die
-}
-
-src_install() {
-	dosbin mdidentd/mdidentd || die
-	dodoc mdidentd/README
-
-	newinitd "${FILESDIR}"/mdidentd.init.d mdidentd
-	newconfd "${FILESDIR}"/mdidentd.conf.d mdidentd
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-04  0:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04  0:10 [gentoo-commits] repo/gentoo:master commit in: net-misc/mdidentd/ Austin English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox