* [gentoo-commits] repo/gentoo:master commit in: x11-misc/viewglob/
@ 2021-02-27 1:00 99% Sam James
0 siblings, 0 replies; 1+ results
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 [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-02-27 1:00 99% [gentoo-commits] repo/gentoo:master commit in: x11-misc/viewglob/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox