* [gentoo-commits] repo/gentoo:master commit in: sys-fs/lde/
@ 2017-02-26 22:49 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-02-26 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 51120e8b675c85dfdb10113a5e56e47e81c13d10
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 22:49:11 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 22:49:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51120e8b
sys-fs/lde: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-fs/lde/lde-2.6.1.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/sys-fs/lde/lde-2.6.1.ebuild b/sys-fs/lde/lde-2.6.1.ebuild
deleted file mode 100644
index c80084b73f..0000000000
--- a/sys-fs/lde/lde-2.6.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="ext2fs and minix disk editor for linux"
-HOMEPAGE="http://lde.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}
- dev-util/yacc"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-no-shadowing.patch #141881
-}
-
-src_install() {
- into /
- dosbin lde || die
- newman doc/lde.man lde.8
- dodoc WARNING README TODO
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/lde/
@ 2017-02-26 22:49 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-02-26 22:49 UTC (permalink / raw
To: gentoo-commits
commit: aad03638ce6c227fe4340aa9f6216d8f96950850
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 22:48:16 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 22:49:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad03638
sys-fs/lde: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-fs/lde/lde-2.6.1-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/sys-fs/lde/lde-2.6.1-r1.ebuild b/sys-fs/lde/lde-2.6.1-r1.ebuild
new file mode 100644
index 0000000000..18a1283d9b
--- /dev/null
+++ b/sys-fs/lde/lde-2.6.1-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="ext2fs and minix disk editor for linux"
+HOMEPAGE="http://lde.sourceforge.net/"
+SRC_URI="mirror://sourceforge/lde/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="
+ ${RDEPEND}
+ dev-util/yacc"
+
+S="${WORKDIR}/${PN}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-no-shadowing.patch"
+)
+
+DOCS=( WARNING README TODO COPYING )
+
+RESTRICT="test"
+
+src_install() {
+ dosbin "${PN}"
+ newman "doc/${PN}.man" "${PN}.8"
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/lde/
@ 2021-08-18 23:18 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-08-18 23:18 UTC (permalink / raw
To: gentoo-commits
commit: 1124a7c8003ab7a89448842698c834a3a6154600
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 18 23:06:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 23:18:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1124a7c8
sys-fs/lde: fix build with autoconf 2.71
Revbump required because the failure wasn't actually
"fatal" with autoconf 2.71 (it'd install a botched
set of files).
Closes: https://bugs.gentoo.org/776862
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/lde/{lde-2.6.1-r1.ebuild => lde-2.6.1-r2.ebuild} | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sys-fs/lde/lde-2.6.1-r1.ebuild b/sys-fs/lde/lde-2.6.1-r2.ebuild
similarity index 84%
rename from sys-fs/lde/lde-2.6.1-r1.ebuild
rename to sys-fs/lde/lde-2.6.1-r2.ebuild
index ed69cd92632..c0b1f458410 100644
--- a/sys-fs/lde/lde-2.6.1-r1.ebuild
+++ b/sys-fs/lde/lde-2.6.1-r2.ebuild
@@ -36,7 +36,13 @@ RESTRICT="test"
src_prepare() {
default
+ # Remove prebuilt lde binary (so that failures to compile are fatal!)
+ # bug #776862
+ rm lde || die
+
cd macros || die
+ # bug #775968 again
+ touch ar-lib install-sh || die
mv configure.{in,ac} || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-08-18 23:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-18 23:18 [gentoo-commits] repo/gentoo:master commit in: sys-fs/lde/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2017-02-26 22:49 Patrice Clement
2017-02-26 22:49 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox