* [gentoo-commits] repo/gentoo:master commit in: x11-misc/viewglob/
@ 2017-11-26 23:33 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-11-26 23:33 UTC (permalink / raw
To: gentoo-commits
commit: 07d209fb98a01e94daf89cf956d6521311197969
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 13:13:12 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:31:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d209fb
x11-misc/viewglob: [QA] Consistent whitespace in metadata.xml
x11-misc/viewglob/metadata.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/x11-misc/viewglob/metadata.xml b/x11-misc/viewglob/metadata.xml
index bf53ae30f04..d35fe20ba4c 100644
--- a/x11-misc/viewglob/metadata.xml
+++ b/x11-misc/viewglob/metadata.xml
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>shell-tools@gentoo.org</email>
- <name>Gentoo Shell Tools Project</name>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="project">
+ <email>shell-tools@gentoo.org</email>
+ <name>Gentoo Shell Tools Project</name>
+ </maintainer>
+ <longdescription lang="en">
Viewglob is a package that graphically displays the results of a shell
glob, helping beginners of shell usage become acclimitised to filename
generation. In addition, it acts as a basic replacement for ls, by
tracking shell directory changes. It is compatible with zsh and bash,
and helper files and documentation are provided.
</longdescription>
- <upstream>
- <remote-id type="sourceforge">viewglob</remote-id>
- </upstream>
+ <upstream>
+ <remote-id type="sourceforge">viewglob</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/viewglob/
@ 2021-02-27 1:00 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-02-27 1:00 UTC (permalink / raw
To: gentoo-commits
commit: 9d1770570b346555c12a8fa5ef5653927dfbebe5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 00:38:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 01:00:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d177057
x11-misc/viewglob: port to EAPI 7
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/viewglob/viewglob-2.0.4-r1.ebuild | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 deletions(-)
diff --git a/x11-misc/viewglob/viewglob-2.0.4-r1.ebuild b/x11-misc/viewglob/viewglob-2.0.4-r1.ebuild
index 002f4494df2..ebff9e4c194 100644
--- a/x11-misc/viewglob/viewglob-2.0.4-r1.ebuild
+++ b/x11-misc/viewglob/viewglob-2.0.4-r1.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils readme.gentoo
+inherit autotools readme.gentoo-r1
DESCRIPTION="Graphical display of directories and globs referenced at the shell prompt"
HOMEPAGE="http://viewglob.sourceforge.net/"
@@ -14,21 +12,31 @@ SRC_URI="mirror://sourceforge/viewglob/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
+BDEPEND="virtual/pkgconfig"
RDEPEND="
dev-libs/glib:2
x11-libs/gtk+:2
|| ( app-shells/bash:* app-shells/zsh )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-underlinking.patch
"${FILESDIR}"/${P}-format-security.patch
)
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
src_install() {
- autotools-utils_src_install
- readme.gentoo_src_install
+ default
+
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-27 1:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-26 23:33 [gentoo-commits] repo/gentoo:master commit in: x11-misc/viewglob/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2021-02-27 1:00 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox