* [gentoo-commits] repo/gentoo:master commit in: app-misc/egads/
@ 2017-11-03 23:40 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-11-03 23:40 UTC (permalink / raw
To: gentoo-commits
commit: 4904b314cebe14befad3417f344d22b023f3f4e0
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 3 22:46:43 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 3 23:40:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4904b314
app-misc/egads: EAPI 6 bump.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
app-misc/egads/egads-0.9.5-r1.ebuild | 48 ++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/app-misc/egads/egads-0.9.5-r1.ebuild b/app-misc/egads/egads-0.9.5-r1.ebuild
new file mode 100644
index 00000000000..47f7d23b3a5
--- /dev/null
+++ b/app-misc/egads/egads-0.9.5-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib toolchain-funcs
+
+DESCRIPTION="Entropy Gathering And Distribution System"
+HOMEPAGE="http://www.securesoftware.com/download_egads.htm"
+SRC_URI="http://www.securesoftware.com/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+EGADS_DATADIR=/var/run/egads
+
+src_prepare() {
+ default
+ sed -i \
+ -e '/^BINDIR/d' \
+ -e '/^LIBDIR/d' \
+ -e '/^INCLUDEDIR/d' \
+ "${S}"/Makefile.in || die "Failed to fix Makefile.in"
+ tc-export CC AR RANLIB
+}
+
+src_configure() {
+ econf \
+ --with-egads-datadir="${EGADS_DATADIR}" \
+ --with-bindir=/usr/sbin
+}
+
+src_compile() {
+ emake LIBDIR="/usr/$(get_libdir)"
+}
+
+src_install() {
+ keepdir ${EGADS_DATADIR}
+ fperms +t ${EGADS_DATADIR}
+ # NOT parallel safe, and no DESTDIR support
+ emake -j1 install \
+ BINDIR="${D}"/usr/sbin \
+ LIBDIR="${D}"/usr/$(get_libdir) \
+ INCLUDEDIR="${D}"/usr/include
+
+ dodoc README* doc/*.txt doc/*.html
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/egads/
@ 2019-10-07 8:59 Agostino Sarubbo
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2019-10-07 8:59 UTC (permalink / raw
To: gentoo-commits
commit: 5074f0b89cbc8cfb2b5f6f87206405ae76dc4697
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 08:59:39 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 08:59:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5074f0b8
app-misc/egads: x86 stable wrt bug #696262
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-misc/egads/egads-0.9.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/egads/egads-0.9.5-r1.ebuild b/app-misc/egads/egads-0.9.5-r1.ebuild
index 47f7d23b3a5..415f97ec203 100644
--- a/app-misc/egads/egads-0.9.5-r1.ebuild
+++ b/app-misc/egads/egads-0.9.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://www.securesoftware.com/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
EGADS_DATADIR=/var/run/egads
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/egads/
@ 2019-10-07 9:09 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-10-07 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 0b384fbd7d5ded30c1df8e81c155f7ef098beec6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 09:06:13 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 09:09:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b384fbd
app-misc/egads: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/egads/egads-0.9.5.ebuild | 51 ---------------------------------------
1 file changed, 51 deletions(-)
diff --git a/app-misc/egads/egads-0.9.5.ebuild b/app-misc/egads/egads-0.9.5.ebuild
deleted file mode 100644
index e6296724932..00000000000
--- a/app-misc/egads/egads-0.9.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="Entropy Gathering And Distribution System"
-HOMEPAGE="http://www.securesoftware.com/download_${PN}.htm"
-SRC_URI="http://www.securesoftware.com/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-egadsdatadir=/var/run/egads
-
-src_unpack() {
- unpack ${A}
- sed -i \
- -e '/^BINDIR/d' \
- -e '/^LIBDIR/d' \
- -e '/^INCLUDEDIR/d' \
- "${S}"/Makefile.in || die "Failed to fix Makefile.in"
- tc-export CC AR RANLIB
-}
-
-src_compile() {
- econf \
- --with-egads-datadir="${egadsdatadir}" \
- --with-bindir=/usr/sbin \
- || die
- emake LIBDIR="/usr/$(get_libdir)" || die
-}
-
-src_install() {
- keepdir ${egadsdatadir}
- fperms +t ${egadsdatadir}
- # NOT parallel safe, and no DESTDIR support
- emake -j1 install \
- BINDIR="${D}"/usr/sbin \
- LIBDIR="${D}"/usr/$(get_libdir) \
- INCLUDEDIR="${D}"/usr/include \
- || die
- dodoc README* doc/*.txt
- dohtml doc/*.html
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/egads/
@ 2022-03-10 21:12 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-03-10 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 7b05523aa37442aeb5118c74a91ee8a81f914aed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 05:10:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 21:10:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b05523a
app-misc/egads: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/egads/egads-0.9.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/egads/egads-0.9.5-r1.ebuild b/app-misc/egads/egads-0.9.5-r1.ebuild
index e6a0e21f3755..032827037c57 100644
--- a/app-misc/egads/egads-0.9.5-r1.ebuild
+++ b/app-misc/egads/egads-0.9.5-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
-inherit multilib toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Entropy Gathering And Distribution System"
HOMEPAGE="http://www.securesoftware.com/download_egads.htm"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-10 21:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07 9:09 [gentoo-commits] repo/gentoo:master commit in: app-misc/egads/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2022-03-10 21:12 Sam James
2019-10-07 8:59 Agostino Sarubbo
2017-11-03 23:40 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox