* [gentoo-commits] repo/gentoo:master commit in: sys-apps/gpet/
@ 2020-02-10 0:18 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-02-10 0:18 UTC (permalink / raw
To: gentoo-commits
commit: ae8ba39eb2d302a9cb7028ba897598de00be40ab
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 00:18:04 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 00:18:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8ba39e
sys-apps/gpet: Port to EAPI 7
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-apps/gpet/gpet-0.4.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/sys-apps/gpet/gpet-0.4.ebuild b/sys-apps/gpet/gpet-0.4.ebuild
index 116891f3994..70a0b701a92 100644
--- a/sys-apps/gpet/gpet-0.4.ebuild
+++ b/sys-apps/gpet/gpet-0.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="GTK+ based TOMOYO policy editor"
HOMEPAGE="http://en.sourceforge.jp/projects/gpet/"
@@ -10,13 +10,14 @@ SRC_URI="mirror://sourceforge.jp/gpet/53178/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
-RDEPEND="gnome-base/gconf
+RDEPEND="
+ gnome-base/gconf
sys-devel/gettext
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/pango"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/intltool
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/gpet/
@ 2021-09-26 12:11 Naohiro Aota
0 siblings, 0 replies; 3+ messages in thread
From: Naohiro Aota @ 2021-09-26 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 4a51e264c19ae2b3942bbaef2e70ae914ff7a97e
Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 12:07:01 2021 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 12:08:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a51e264
sys-apps/gpet: fix documentation install path
Closes: https://bugs.gentoo.org/810766
Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
sys-apps/gpet/{gpet-0.4.ebuild => gpet-0.4-r1.ebuild} | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/sys-apps/gpet/gpet-0.4.ebuild b/sys-apps/gpet/gpet-0.4-r1.ebuild
similarity index 72%
rename from sys-apps/gpet/gpet-0.4.ebuild
rename to sys-apps/gpet/gpet-0.4-r1.ebuild
index 70a0b701a92..520e9504266 100644
--- a/sys-apps/gpet/gpet-0.4.ebuild
+++ b/sys-apps/gpet/gpet-0.4-r1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit autotools
+
DESCRIPTION="GTK+ based TOMOYO policy editor"
HOMEPAGE="http://en.sourceforge.jp/projects/gpet/"
SRC_URI="mirror://sourceforge.jp/gpet/53178/${P}.tar.bz2"
@@ -21,3 +23,10 @@ DEPEND="${RDEPEND}"
BDEPEND="
dev-util/intltool
virtual/pkgconfig"
+
+src_prepare() {
+ default
+
+ sed -i -e "/^gpetdocdir =/s!doc/gpet!doc/${P}!" Makefile.am || die
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/gpet/
@ 2021-10-01 11:24 Naohiro Aota
0 siblings, 0 replies; 3+ messages in thread
From: Naohiro Aota @ 2021-10-01 11:24 UTC (permalink / raw
To: gentoo-commits
commit: f0b8ae137626b49fbfb7ccbe56c166f57116baee
Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 1 00:49:29 2021 +0000
Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Fri Oct 1 11:23:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b8ae13
sys-apps/gpet: fix the doc file path (again)
Closes: https://bugs.gentoo.org/815088
Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
sys-apps/gpet/gpet-0.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/gpet/gpet-0.4-r1.ebuild b/sys-apps/gpet/gpet-0.4-r1.ebuild
index 520e9504266..0fc96d64a9f 100644
--- a/sys-apps/gpet/gpet-0.4-r1.ebuild
+++ b/sys-apps/gpet/gpet-0.4-r1.ebuild
@@ -27,6 +27,6 @@ BDEPEND="
src_prepare() {
default
- sed -i -e "/^gpetdocdir =/s!doc/gpet!doc/${P}!" Makefile.am || die
+ sed -i -e "/^gpetdocdir =/s!doc/gpet!doc/${PF}!" Makefile.am || die
eautoreconf
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-01 11:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-10 0:18 [gentoo-commits] repo/gentoo:master commit in: sys-apps/gpet/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2021-09-26 12:11 Naohiro Aota
2021-10-01 11:24 Naohiro Aota
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox