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

commit:     9116ef908b4789964f92bd37deccd2b671ed3c7f
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 23:32:47 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=9116ef90

net-misc/fakeidentd: remove old version

Package-Manager: portage-2.2.26

 net-misc/fakeidentd/fakeidentd-2.6.ebuild | 41 -------------------------------
 1 file changed, 41 deletions(-)

diff --git a/net-misc/fakeidentd/fakeidentd-2.6.ebuild b/net-misc/fakeidentd/fakeidentd-2.6.ebuild
deleted file mode 100644
index 1d7695a..0000000
--- a/net-misc/fakeidentd/fakeidentd-2.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="A static, secure identd.  One source file only!"
-HOMEPAGE="http://www.guru-group.fi/~too/sw/"
-SRC_URI="http://www.guru-group.fi/~too/sw/identd.readme -> ${P}.readme
-	http://www.guru-group.fi/~too/sw/releases/identd.c -> ${P}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh sparc x86"
-IUSE=""
-
-echoit() {
-	echo "$@"
-	"$@"
-}
-
-src_unpack() {
-	mkdir -p "${S}"
-	echoit cp "${DISTDIR}"/${P}.{c,readme} "${S}" || die
-}
-
-src_compile() {
-	echoit $(tc-getCC) ${CFLAGS} ${LDFLAGS} \
-		-DTRG=\"${PN}\" -DUSE_UNIX_OS -DVERSION=\"${PV}\" \
-		-o ${PN} ${P}.c || die
-}
-
-src_install() {
-	dosbin ${PN} || die
-	newdoc ${P}.readme identd.readme
-
-	newinitd "${FILESDIR}"/fakeidentd.rc fakeidentd
-	newconfd "${FILESDIR}"/fakeidentd.confd fakeidentd
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/fakeidentd/
@ 2022-04-18 18:07 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-04-18 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     b45d2ac157b1438da51e161ee506a322afabb39e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 18:04:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 18:04:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45d2ac1

net-misc/fakeidentd: update EAPI 6 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/fakeidentd/fakeidentd-2.6-r1.ebuild | 20 +++++++-------------
 net-misc/fakeidentd/metadata.xml             |  2 +-
 2 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/net-misc/fakeidentd/fakeidentd-2.6-r1.ebuild b/net-misc/fakeidentd/fakeidentd-2.6-r1.ebuild
index a1b1584dfa28..60a633ebe65a 100644
--- a/net-misc/fakeidentd/fakeidentd-2.6-r1.ebuild
+++ b/net-misc/fakeidentd/fakeidentd-2.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-inherit toolchain-funcs
+inherit edo toolchain-funcs
 
 DESCRIPTION="A static, secure identd.  One source file only!"
 HOMEPAGE="http://www.guru-group.fi/~too/sw/"
@@ -13,22 +13,16 @@ SRC_URI="http://www.guru-group.fi/~too/sw/identd.readme -> ${P}.readme
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-echoit() {
-	echo "$@"
-	"$@"
-}
 
 src_unpack() {
-	mkdir -p "${S}"
-	echoit cp "${DISTDIR}"/${P}.{c,readme} "${S}" || die
+	mkdir -p "${S}" || die
+	edo cp "${DISTDIR}"/${P}.{c,readme} "${S}"
 }
 
 src_compile() {
-	echoit $(tc-getCC) ${CFLAGS} ${LDFLAGS} \
+	edo $(tc-getCC) ${CFLAGS} ${LDFLAGS} \
 		-DTRG=\"${PN}\" -DUSE_UNIX_OS -DVERSION=\"${PV}\" \
-		-o ${PN} ${P}.c || die
+		-o ${PN} ${P}.c
 }
 
 src_install() {

diff --git a/net-misc/fakeidentd/metadata.xml b/net-misc/fakeidentd/metadata.xml
index 85e4ed814fa2..115e9d64a669 100644
--- a/net-misc/fakeidentd/metadata.xml
+++ b/net-misc/fakeidentd/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<!-- maintainer-needed -->
 </pkgmetadata>


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

end of thread, other threads:[~2022-04-18 18:07 UTC | newest]

Thread overview: 2+ messages (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/fakeidentd/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2022-04-18 18:07 Sam James

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