* [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
@ 2024-03-06 6:02 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-03-06 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 3054a44ee473d023d0ee281f66878aa1109270d5
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 6 05:45:57 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 06:02:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3054a44e
app-misc/dfshow: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/854726
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
index d6a901fd6e7d..7cd16d1a8fd9 100644
--- a/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
+++ b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -37,6 +37,15 @@ src_prepare() {
eautoreconf
}
+src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/854726
+ # https://github.com/roberthawdon/dfshow/issues/172
+ filter-lto
+
+ default
+}
+
src_install() {
default
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
@ 2024-06-17 22:36 Conrad Kostecki
0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2024-06-17 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 641d75311144dd60bc21ba827103be9a0251b0a5
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu May 30 18:46:49 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:34:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641d7531
app-misc/dfshow: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36907
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild
index dc9ffb493c9b..9cff88a40bc0 100644
--- a/app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild
+++ b/app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild
@@ -6,12 +6,12 @@ EAPI=8
inherit autotools bash-completion-r1 flag-o-matic
MY_PV="${PV//_beta/-beta}"
-DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT"
+DESCRIPTION="Unix-like rewrite of some of the applications from DF-EDIT"
HOMEPAGE="https://github.com/roberthawdon/dfshow"
SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
@ 2024-03-06 6:02 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-03-06 6:02 UTC (permalink / raw
To: gentoo-commits
commit: e22d54e245f0cd2628def36b3fe021ae61df0740
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 6 05:46:35 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 06:02:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22d54e2
app-misc/dfshow: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../dfshow/{dfshow-0.9.1_beta-r1.ebuild => dfshow-0.9.1_beta-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild
similarity index 99%
rename from app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
rename to app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild
index 7cd16d1a8fd9..dc9ffb493c9b 100644
--- a/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
+++ b/app-misc/dfshow/dfshow-0.9.1_beta-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools bash-completion-r1 flag-o-matic
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
@ 2021-01-02 0:49 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-01-02 0:49 UTC (permalink / raw
To: gentoo-commits
commit: f079f95c760141105abbe4022f8b5e5a45979652
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 00:40:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 00:40:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f079f95c
app-misc/dfshow: revbump for libconfig subslot dep
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../dfshow/{dfshow-0.8.2_beta.ebuild => dfshow-0.8.2_beta-r1.ebuild} | 4 ++--
.../dfshow/{dfshow-0.9.1_beta.ebuild => dfshow-0.9.1_beta-r1.ebuild} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-misc/dfshow/dfshow-0.8.2_beta.ebuild b/app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild
similarity index 91%
rename from app-misc/dfshow/dfshow-0.8.2_beta.ebuild
rename to app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild
index 2b75216f7b9..5733b670051 100644
--- a/app-misc/dfshow/dfshow-0.8.2_beta.ebuild
+++ b/app-misc/dfshow/dfshow-0.8.2_beta-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="dev-libs/libconfig
+DEPEND="dev-libs/libconfig:=
sys-libs/ncurses:0=
"
RDEPEND="${DEPEND}"
diff --git a/app-misc/dfshow/dfshow-0.9.1_beta.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
similarity index 93%
rename from app-misc/dfshow/dfshow-0.9.1_beta.ebuild
rename to app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
index 29830de4a64..883ebd7c7fe 100644
--- a/app-misc/dfshow/dfshow-0.9.1_beta.ebuild
+++ b/app-misc/dfshow/dfshow-0.9.1_beta-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="dev-libs/libconfig
+DEPEND="dev-libs/libconfig:=
sys-libs/ncurses:0=
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
@ 2020-11-01 6:05 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2020-11-01 6:05 UTC (permalink / raw
To: gentoo-commits
commit: 804bf63a761c57d16c9df949f3f3bb21b16eeabc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 1 06:04:59 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 1 06:04:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804bf63a
app-misc/dfshow: bump to 0.9.1_beta
Closes: https://bugs.gentoo.org/707260
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/dfshow/Manifest | 1 +
app-misc/dfshow/dfshow-0.9.1_beta.ebuild | 40 ++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-misc/dfshow/Manifest b/app-misc/dfshow/Manifest
index 7ca0248b41d..16cc9eaa7a6 100644
--- a/app-misc/dfshow/Manifest
+++ b/app-misc/dfshow/Manifest
@@ -1 +1,2 @@
DIST dfshow-0.8.2_beta.tar.gz 97733 BLAKE2B 99790b6901760a5e4adc7942fa84d11fb9d5e2f4e60a5d4abc2ce8fed0e86ab5f3def67c2f567b1ca54f1ecdbbe04522d4a75d69694b0ad213a69d86d49514e4 SHA512 1fca7f72c0200df13ac6e640314f9ad94ea3b88eb62a18a606f3a06a02252107f59747fbd404891fff5898b3796650023827ca59ceb690a0aa45e3c0a8bca749
+DIST dfshow-0.9.1_beta.tar.gz 109882 BLAKE2B a8351a4ae1e3d8f0a4166f7642bb32a1ec60723f73d7da9bdc8b496162c4174421e0e369499ace22cfeec64a32b3dbcd9411bdc10c19cc6427d04bc1df298c44 SHA512 c13347075f51c213e804855a1cc432076d8fcd5f278e4945b457fdddc3945e9d743f3dc4f26e4194f6a5b612a4e118081dd3afbb1a4523ae3c962a4fae68494e
diff --git a/app-misc/dfshow/dfshow-0.9.1_beta.ebuild b/app-misc/dfshow/dfshow-0.9.1_beta.ebuild
new file mode 100644
index 00000000000..29830de4a64
--- /dev/null
+++ b/app-misc/dfshow/dfshow-0.9.1_beta.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+MY_PV="${PV//_beta/-beta}"
+DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT"
+HOMEPAGE="https://github.com/roberthawdon/dfshow"
+SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libconfig
+ sys-libs/ncurses:0=
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm -lconfig -ltinfow/' Makefile.am ||
+ die "sed in Makefile.am failed"
+
+ eautoreconf
+}
+
+src_install() {
+ default
+
+ newbashcomp "${S}/misc/auto-completion/bash/sf-completion.bash" sf-completion
+ newbashcomp "${S}/misc/auto-completion/bash/show-completion.bash" show-completion
+
+ insinto /usr/share/zsh/site-functions
+ doins "${S}/misc/auto-completion/zsh/_sf"
+ doins "${S}/misc/auto-completion/zsh/_show"
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
@ 2020-04-14 8:35 Joonas Niilola
0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2020-04-14 8:35 UTC (permalink / raw
To: gentoo-commits
commit: dc1506c5d137ad55365812403b0ed74cf42ee314
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 08:10:59 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 08:34:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1506c5
app-misc/dfshow: drop to m-n
Closes: https://bugs.gentoo.org/694738
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/dfshow/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/app-misc/dfshow/metadata.xml b/app-misc/dfshow/metadata.xml
index 6ba2366d6cc..8a953cf2924 100644
--- a/app-misc/dfshow/metadata.xml
+++ b/app-misc/dfshow/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>pepitsizous@zoho.com</email>
- <name>Angelos Kouratzinos</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription lang="en">
DF-SHOW (Directory File Show) is a Unix-like rewrite of some of
the applications from Larry Kroeker's DF-EDIT (Directory File Editor)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
@ 2020-03-21 15:12 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2020-03-21 15:12 UTC (permalink / raw
To: gentoo-commits
commit: bba042235da71c2ac370a33e299a76a4c5d2373a
Author: Angelos Kouratzinos <pepitsizous <AT> zoho <DOT> com>
AuthorDate: Sat Mar 21 11:22:59 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 15:11:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba04223
app-misc/dfshow: remove old version
Signed-off-by: Angelos Kouratzinos <pepitsizous <AT> zoho.com>
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/15033
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-misc/dfshow/Manifest | 1 -
app-misc/dfshow/dfshow-0.8.0_beta.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/app-misc/dfshow/Manifest b/app-misc/dfshow/Manifest
index 26d4ec08f7f..7ca0248b41d 100644
--- a/app-misc/dfshow/Manifest
+++ b/app-misc/dfshow/Manifest
@@ -1,2 +1 @@
-DIST dfshow-0.8.0_beta.tar.gz 97301 BLAKE2B fa98ef37d23ef39e8512eed410d4a3a9e45aee87d9ee1c35230a9bea47af61c936091117c7232c195cd661ba61b09376ba1db4167bf8388323311f2a2fa7b6a6 SHA512 79cd82916521500d5f6f7ab00770af084f1a52069fe5625b7336f3081084ece6d2773be7f5480c444455ad3151e603d937b3feb279a18502c435c1a05d6d1446
DIST dfshow-0.8.2_beta.tar.gz 97733 BLAKE2B 99790b6901760a5e4adc7942fa84d11fb9d5e2f4e60a5d4abc2ce8fed0e86ab5f3def67c2f567b1ca54f1ecdbbe04522d4a75d69694b0ad213a69d86d49514e4 SHA512 1fca7f72c0200df13ac6e640314f9ad94ea3b88eb62a18a606f3a06a02252107f59747fbd404891fff5898b3796650023827ca59ceb690a0aa45e3c0a8bca749
diff --git a/app-misc/dfshow/dfshow-0.8.0_beta.ebuild b/app-misc/dfshow/dfshow-0.8.0_beta.ebuild
deleted file mode 100644
index c452101f7fc..00000000000
--- a/app-misc/dfshow/dfshow-0.8.0_beta.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_PV="${PV//_beta/-beta}"
-
-DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT"
-HOMEPAGE="https://github.com/roberthawdon/dfshow"
-SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-libs/libconfig
-sys-libs/ncurses:0=
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm -lconfig -ltinfow/' Makefile.am || die "sed in Makefile.am failed"
- eautoreconf
- eautomake --add-missing
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
@ 2019-10-10 5:22 Joonas Niilola
0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2019-10-10 5:22 UTC (permalink / raw
To: gentoo-commits
commit: df68f09db2a59b2d4e0dc98ba79eb67bd190f58c
Author: Angelos Kouratzinos <pepitsizous <AT> zoho <DOT> com>
AuthorDate: Sun Oct 6 22:31:25 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 05:21:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df68f09d
app-misc/dfshow: version bump to 0.8.2 beta
Closes: https://bugs.gentoo.org/696430
Signed-off-by: Angelos Kouratzinos <pepitsizous <AT> zoho.com>
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Closes: https://github.com/gentoo/gentoo/pull/13193
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/dfshow/Manifest | 1 +
app-misc/dfshow/dfshow-0.8.2_beta.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/app-misc/dfshow/Manifest b/app-misc/dfshow/Manifest
index ce73746af13..26d4ec08f7f 100644
--- a/app-misc/dfshow/Manifest
+++ b/app-misc/dfshow/Manifest
@@ -1 +1,2 @@
DIST dfshow-0.8.0_beta.tar.gz 97301 BLAKE2B fa98ef37d23ef39e8512eed410d4a3a9e45aee87d9ee1c35230a9bea47af61c936091117c7232c195cd661ba61b09376ba1db4167bf8388323311f2a2fa7b6a6 SHA512 79cd82916521500d5f6f7ab00770af084f1a52069fe5625b7336f3081084ece6d2773be7f5480c444455ad3151e603d937b3feb279a18502c435c1a05d6d1446
+DIST dfshow-0.8.2_beta.tar.gz 97733 BLAKE2B 99790b6901760a5e4adc7942fa84d11fb9d5e2f4e60a5d4abc2ce8fed0e86ab5f3def67c2f567b1ca54f1ecdbbe04522d4a75d69694b0ad213a69d86d49514e4 SHA512 1fca7f72c0200df13ac6e640314f9ad94ea3b88eb62a18a606f3a06a02252107f59747fbd404891fff5898b3796650023827ca59ceb690a0aa45e3c0a8bca749
diff --git a/app-misc/dfshow/dfshow-0.8.2_beta.ebuild b/app-misc/dfshow/dfshow-0.8.2_beta.ebuild
new file mode 100644
index 00000000000..2b75216f7b9
--- /dev/null
+++ b/app-misc/dfshow/dfshow-0.8.2_beta.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_PV="${PV//_beta/-beta}"
+
+DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT"
+HOMEPAGE="https://github.com/roberthawdon/dfshow"
+SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libconfig
+ sys-libs/ncurses:0=
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm -lconfig -ltinfow/' Makefile.am ||
+ die "sed in Makefile.am failed"
+ eautoreconf
+ eautomake --add-missing
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
@ 2019-09-08 7:55 Joonas Niilola
0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2019-09-08 7:55 UTC (permalink / raw
To: gentoo-commits
commit: f80edb0cf3c0fde8b5e467e6cab291fdd183a3da
Author: Angelos Kouratzinos <pepitsizous <AT> zoho <DOT> com>
AuthorDate: Fri Jul 12 23:06:45 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 8 07:55:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80edb0c
app-misc/dfshow: add ebuild for dfshow
a modern reimplementation of applications from DF-EDIT
Bug: https://bugs.gentoo.org/671874
Signed-off-by: Angelos Kouratzinos <pepitsizous <AT> zoho.com>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/12437
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/dfshow/Manifest | 1 +
app-misc/dfshow/dfshow-0.8.0_beta.ebuild | 30 ++++++++++++++++++++++++++++++
app-misc/dfshow/metadata.xml | 17 +++++++++++++++++
3 files changed, 48 insertions(+)
diff --git a/app-misc/dfshow/Manifest b/app-misc/dfshow/Manifest
new file mode 100644
index 00000000000..ce73746af13
--- /dev/null
+++ b/app-misc/dfshow/Manifest
@@ -0,0 +1 @@
+DIST dfshow-0.8.0_beta.tar.gz 97301 BLAKE2B fa98ef37d23ef39e8512eed410d4a3a9e45aee87d9ee1c35230a9bea47af61c936091117c7232c195cd661ba61b09376ba1db4167bf8388323311f2a2fa7b6a6 SHA512 79cd82916521500d5f6f7ab00770af084f1a52069fe5625b7336f3081084ece6d2773be7f5480c444455ad3151e603d937b3feb279a18502c435c1a05d6d1446
diff --git a/app-misc/dfshow/dfshow-0.8.0_beta.ebuild b/app-misc/dfshow/dfshow-0.8.0_beta.ebuild
new file mode 100644
index 00000000000..c452101f7fc
--- /dev/null
+++ b/app-misc/dfshow/dfshow-0.8.0_beta.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_PV="${PV//_beta/-beta}"
+
+DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT"
+HOMEPAGE="https://github.com/roberthawdon/dfshow"
+SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/libconfig
+sys-libs/ncurses:0=
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm -lconfig -ltinfow/' Makefile.am || die "sed in Makefile.am failed"
+ eautoreconf
+ eautomake --add-missing
+}
diff --git a/app-misc/dfshow/metadata.xml b/app-misc/dfshow/metadata.xml
new file mode 100644
index 00000000000..6ba2366d6cc
--- /dev/null
+++ b/app-misc/dfshow/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pepitsizous@zoho.com</email>
+ <name>Angelos Kouratzinos</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription lang="en">
+ DF-SHOW (Directory File Show) is a Unix-like rewrite of some of
+ the applications from Larry Kroeker's DF-EDIT (Directory File Editor)
+ for MS-DOS and PC-DOS systems, based on the Version 2.3d release from 1986.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-06-17 22:36 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-06 6:02 [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 22:36 Conrad Kostecki
2024-03-06 6:02 Sam James
2021-01-02 0:49 Sam James
2020-11-01 6:05 Sam James
2020-04-14 8:35 Joonas Niilola
2020-03-21 15:12 Andreas Sturmlechner
2019-10-10 5:22 Joonas Niilola
2019-09-08 7:55 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox