From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/
Date: Sun, 8 Sep 2019 07:55:23 +0000 (UTC) [thread overview]
Message-ID: <1567929306.f80edb0cf3c0fde8b5e467e6cab291fdd183a3da.juippis@gentoo> (raw)
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>
next reply other threads:[~2019-09-08 7:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-08 7:55 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-10-10 5:22 [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/ Joonas Niilola
2020-03-21 15:12 Andreas Sturmlechner
2020-04-14 8:35 Joonas Niilola
2020-11-01 6:05 Sam James
2021-01-02 0:49 Sam James
2024-03-06 6:02 Sam James
2024-03-06 6:02 Sam James
2024-06-17 22:36 Conrad Kostecki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1567929306.f80edb0cf3c0fde8b5e467e6cab291fdd183a3da.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox