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

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
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/midentd/
@ 2016-05-05 17:30 Austin English
  0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-05-05 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5bf55e2d80787dd51171b48ff35cba24c7890dd5
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 17:29:53 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu May  5 17:30:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf55e2d

net-misc/midentd: use -p0 when applying patch in src_prepare()

Gentoo-Bug: https://bugs.gentoo.org/582114

Package-Manager: portage-2.2.26

 net-misc/midentd/midentd-2.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/midentd/midentd-2.3.1-r2.ebuild b/net-misc/midentd/midentd-2.3.1-r2.ebuild
index 07d4e6d..d395faf 100644
--- a/net-misc/midentd/midentd-2.3.1-r2.ebuild
+++ b/net-misc/midentd/midentd-2.3.1-r2.ebuild
@@ -19,7 +19,7 @@ RDEPEND="dev-lang/perl"
 src_prepare() {
 	default
 
-	eapply "${FILESDIR}"/${PV}-pidfile.patch
+	eapply -p0 "${FILESDIR}"/${PV}-pidfile.patch
 	sed -i \
 		-e 's:/usr/local:/usr:' \
 		-e 's:service ident:service auth:' \


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/midentd/
@ 2024-04-25 19:48 Arthur Zamarin
  0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-04-25 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e26a324ef099f95ac9fb6982156c8be77527ea00
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 19:13:31 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 19:45:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26a324e

net-misc/midentd: EAPI 6 -> 8

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../midentd/{midentd-2.3.1-r2.ebuild => midentd-2.3.1-r3.ebuild}    | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-misc/midentd/midentd-2.3.1-r2.ebuild b/net-misc/midentd/midentd-2.3.1-r3.ebuild
similarity index 92%
rename from net-misc/midentd/midentd-2.3.1-r2.ebuild
rename to net-misc/midentd/midentd-2.3.1-r3.ebuild
index c48d07205eae..1abe32b1057f 100644
--- a/net-misc/midentd/midentd-2.3.1-r2.ebuild
+++ b/net-misc/midentd/midentd-2.3.1-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="ident daemon with masquerading and fake replies support"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -10,9 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~sparc x86"
-IUSE=""
 
-DEPEND=""
 RDEPEND="dev-lang/perl"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-25 19:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-05 17:30 [gentoo-commits] repo/gentoo:master commit in: net-misc/midentd/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2024-04-25 19:48 Arthur Zamarin
2016-05-04  0:10 Austin English

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