* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2016-10-29 21:17 Michał Górny
0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2016-10-29 21:17 UTC (permalink / raw
To: gentoo-commits
commit: 501c86426fe2ac24831e1fc0abb1bbb75e26b75d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 21:11:47 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 21:17:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501c8642
x11-misc/menumaker: Remove Python team from maintainers
| 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
--git a/x11-misc/menumaker/metadata.xml b/x11-misc/menumaker/metadata.xml
index f68accf..d4241ea 100644
--- a/x11-misc/menumaker/metadata.xml
+++ b/x11-misc/menumaker/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">menumaker</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2016-12-05 21:14 Göktürk Yüksek
0 siblings, 0 replies; 19+ messages in thread
From: Göktürk Yüksek @ 2016-12-05 21:14 UTC (permalink / raw
To: gentoo-commits
commit: dd3ffccf496c1f6de8457cf710de037e87b3603b
Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Mon Dec 5 21:07:56 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 21:14:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3ffccf
x11-misc/menumaker: bump to 0.99.9
Package-Manager: portage-2.3.0
| 1 +
| 46 ++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
--git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest
index 02fc8a5..c04ee38 100644
--- a/x11-misc/menumaker/Manifest
+++ b/x11-misc/menumaker/Manifest
@@ -1 +1,2 @@
DIST menumaker-0.99.7.tar.gz 138857 SHA256 dc319aa063aa8ec017af3f736cc6e4f7578e145289976c109a4cb19df3b3c445 SHA512 b8d6236480b2945d77c05cf3f2a070b70d43786f0e443c1cf244bf91abfea1964a2dc89bc363140a7c6334764e747afdd173ee585a23ceef7f85acde9049cd19 WHIRLPOOL 075e7d4676bd93705828dcc75151706d95086c00092012b8ff9cb35c0df41ef867fd2d9f130219e625e49637c96849e136a7f94c4a0657ac906b9b987d9f2b41
+DIST menumaker-0.99.9.tar.gz 177303 SHA256 653361fa8d739e0adba788f187ae2545e0a9c510fd7544c31b7fbc25e87e0e2f SHA512 57ee20f61be366836270170d452f8e9e77cd9fe2abe2e6e0bb5f630d6e328ff4445b95135f4820c2cf80408f629dc801741f8c4bd19b1f12446367b225299229 WHIRLPOOL fe48bef65fe299d8ab0930c90e6b82710e89cf36f02e9705fd5ccdb54372b4870e954161a8cc0c07232aa0cddf8bd98ae95b7279d21bbb2e274b32d3b3a73f57
--git a/x11-misc/menumaker/menumaker-0.99.9.ebuild b/x11-misc/menumaker/menumaker-0.99.9.ebuild
new file mode 100644
index 00000000..20171d7
--- /dev/null
+++ b/x11-misc/menumaker/menumaker-0.99.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit python-single-r1
+
+DESCRIPTION="Utility that scans through the system and generates a menu of installed programs"
+HOMEPAGE="http://menumaker.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+
+IUSE="doc"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+ doc? ( sys-apps/texinfo )"
+
+src_configure() {
+ PYTHON_BIN="${PYTHON}" econf
+}
+
+src_compile() {
+ default
+
+ if use doc; then
+ cd doc || die
+ emake html || die "Generation of documentation failed"
+ fi
+}
+
+src_install() {
+ emake -j1 DESTDIR="${D}" install || die "emake install failed"
+
+ python_optimize "${D}"/usr/share/menumaker
+
+ if use doc; then
+ docinto html
+ dodoc doc/mmaker.html/*
+ fi
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2016-12-05 21:14 Göktürk Yüksek
0 siblings, 0 replies; 19+ messages in thread
From: Göktürk Yüksek @ 2016-12-05 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 176f8284446bb6f88a5f5e3c8e27a68d516fc589
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 21:12:28 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 21:14:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176f8284
x11-misc/menumaker: add a proxied maintainer
Package-Manager: portage-2.3.0
| 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
--git a/x11-misc/menumaker/metadata.xml b/x11-misc/menumaker/metadata.xml
index d4241ea..fd651f7 100644
--- a/x11-misc/menumaker/metadata.xml
+++ b/x11-misc/menumaker/metadata.xml
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>aklhfex@gmail.com</email>
+ <name>Chris Mayo</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">menumaker</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2017-01-10 14:55 Agostino Sarubbo
0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2017-01-10 14:55 UTC (permalink / raw
To: gentoo-commits
commit: b1bc07c20367f298a13c1b0900534bb31efdce36
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 14:53:22 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 14:53:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bc07c2
x11-misc/menumaker: amd64 stable wrt bug #601796
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/x11-misc/menumaker/menumaker-0.99.9.ebuild b/x11-misc/menumaker/menumaker-0.99.9.ebuild
index 20171d7..966d86c 100644
--- a/x11-misc/menumaker/menumaker-0.99.9.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="doc"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2017-01-15 11:20 Pacho Ramos
0 siblings, 0 replies; 19+ messages in thread
From: Pacho Ramos @ 2017-01-15 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 86f1292d45cea6c96389183e913f4b2fd939ba9d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 11:14:55 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 11:20:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f1292d
x11-misc/menumaker: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
| 1 -
| 59 ------------------------------
2 files changed, 60 deletions(-)
--git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest
index c04ee38..d3cf5a6 100644
--- a/x11-misc/menumaker/Manifest
+++ b/x11-misc/menumaker/Manifest
@@ -1,2 +1 @@
-DIST menumaker-0.99.7.tar.gz 138857 SHA256 dc319aa063aa8ec017af3f736cc6e4f7578e145289976c109a4cb19df3b3c445 SHA512 b8d6236480b2945d77c05cf3f2a070b70d43786f0e443c1cf244bf91abfea1964a2dc89bc363140a7c6334764e747afdd173ee585a23ceef7f85acde9049cd19 WHIRLPOOL 075e7d4676bd93705828dcc75151706d95086c00092012b8ff9cb35c0df41ef867fd2d9f130219e625e49637c96849e136a7f94c4a0657ac906b9b987d9f2b41
DIST menumaker-0.99.9.tar.gz 177303 SHA256 653361fa8d739e0adba788f187ae2545e0a9c510fd7544c31b7fbc25e87e0e2f SHA512 57ee20f61be366836270170d452f8e9e77cd9fe2abe2e6e0bb5f630d6e328ff4445b95135f4820c2cf80408f629dc801741f8c4bd19b1f12446367b225299229 WHIRLPOOL fe48bef65fe299d8ab0930c90e6b82710e89cf36f02e9705fd5ccdb54372b4870e954161a8cc0c07232aa0cddf8bd98ae95b7279d21bbb2e274b32d3b3a73f57
diff --git a/x11-misc/menumaker/menumaker-0.99.7.ebuild b/x11-misc/menumaker/menumaker-0.99.7.ebuild
deleted file mode 100644
index a0f6bfa..00000000
--- a/x11-misc/menumaker/menumaker-0.99.7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit multilib python
-
-DESCRIPTION="Utility that scans through the system and generates a menu of installed programs"
-HOMEPAGE="http://menumaker.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-IUSE="doc"
-
-DEPEND="doc? ( sys-apps/texinfo )"
-RDEPEND=""
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_configure() {
- econf PYTHON="$(PYTHON)"
-}
-
-src_compile() {
- emake -j1 || die "emake failed"
-
- if use doc; then
- cd doc
- emake html || die "Generation of documentation failed"
- fi
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "emake install failed"
- python_need_rebuild
-
- find "${D}" "(" -name "*.pyc" -o -name "*.pyo" ")" -print0 | xargs -0 rm -fr
-
- dodoc ChangeLog README NEWS AUTHORS INSTALL
-
- if use doc; then
- dohtml doc/mmaker.html/*
- fi
-}
-
-pkg_postinst() {
- python_mod_optimize /usr/$(get_libdir)/menumaker
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/menumaker
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2018-06-24 17:27 Pacho Ramos
0 siblings, 0 replies; 19+ messages in thread
From: Pacho Ramos @ 2018-06-24 17:27 UTC (permalink / raw
To: gentoo-commits
commit: 9c7890a3609c44fa8b2ac99b5327caed7c2402ee
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 17:25:21 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 17:25:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7890a3
x11-misc/menumaker: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/x11-misc/menumaker/menumaker-0.99.10.ebuild b/x11-misc/menumaker/menumaker-0.99.10.ebuild
index 07a220f4d6f..16187245d17 100644
--- a/x11-misc/menumaker/menumaker-0.99.10.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit autotools python-r1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2019-12-07 12:47 Joonas Niilola
0 siblings, 0 replies; 19+ messages in thread
From: Joonas Niilola @ 2019-12-07 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 7558b932fb512477408d4e70a33fb91f9e570cb2
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 7 12:46:00 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 12:47:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7558b932
x11-misc/menumaker: add python3.8 support
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/x11-misc/menumaker/menumaker-0.99.11.ebuild b/x11-misc/menumaker/menumaker-0.99.11.ebuild
index 5b87f54707e..81798732faf 100644
--- a/x11-misc/menumaker/menumaker-0.99.11.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
inherit autotools python-r1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2019-12-07 12:47 Joonas Niilola
0 siblings, 0 replies; 19+ messages in thread
From: Joonas Niilola @ 2019-12-07 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 6fd27d346afca95437c8b4521b3c8655cf365214
Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Thu Dec 5 19:42:20 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 12:47:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd27d34
x11-misc/menumaker: add Python 3.7 support
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13887
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/x11-misc/menumaker/menumaker-0.99.11.ebuild b/x11-misc/menumaker/menumaker-0.99.11.ebuild
index 14d2b4ab344..5b87f54707e 100644
--- a/x11-misc/menumaker/menumaker-0.99.11.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit autotools python-r1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2020-02-10 21:25 Michał Górny
0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2020-02-10 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 270dea3b19878a678a8b94917a3a013cd2d160ac
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 21:17:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 21:25:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270dea3b
x11-misc/menumaker: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/x11-misc/menumaker/menumaker-0.99.10.ebuild b/x11-misc/menumaker/menumaker-0.99.10.ebuild
index b531cdbc0e1..b7fbd34187e 100644
--- a/x11-misc/menumaker/menumaker-0.99.10.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.10.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit autotools python-r1
--git a/x11-misc/menumaker/menumaker-0.99.11.ebuild b/x11-misc/menumaker/menumaker-0.99.11.ebuild
index 21e96334954..0b9d81b0f83 100644
--- a/x11-misc/menumaker/menumaker-0.99.11.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit autotools python-r1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2020-05-08 6:38 Agostino Sarubbo
0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2020-05-08 6:38 UTC (permalink / raw
To: gentoo-commits
commit: ed2a75f6802aa2ac5cb8215a77f76afd03e297c5
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 06:37:24 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 8 06:37:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2a75f6
x11-misc/menumaker: amd64 stable wrt bug #718374
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/x11-misc/menumaker/menumaker-0.99.11.ebuild b/x11-misc/menumaker/menumaker-0.99.11.ebuild
index 0b9d81b0f83..4bb4e7b765a 100644
--- a/x11-misc/menumaker/menumaker-0.99.11.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="doc"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2020-05-11 16:49 Agostino Sarubbo
0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2020-05-11 16:49 UTC (permalink / raw
To: gentoo-commits
commit: 3a1c85732bf5ab5e73b720216a14fbe441d44598
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 11 16:48:16 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 11 16:49:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1c8573
x11-misc/menumaker: x86 stable wrt bug #718374
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/x11-misc/menumaker/menumaker-0.99.11.ebuild b/x11-misc/menumaker/menumaker-0.99.11.ebuild
index 4bb4e7b765a..ee23f561bd8 100644
--- a/x11-misc/menumaker/menumaker-0.99.11.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2021-02-26 14:38 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-02-26 14:38 UTC (permalink / raw
To: gentoo-commits
commit: b3a9c23c7ea827482fa64d781df5a5c3232f4ef5
Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Thu Feb 25 19:31:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 14:38:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a9c23c
x11-misc/menumaker: Mark ALLARCHES
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19656
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 +
1 file changed, 1 insertion(+)
--git a/x11-misc/menumaker/metadata.xml b/x11-misc/menumaker/metadata.xml
index fd651f75dd2..735d21bbe5b 100644
--- a/x11-misc/menumaker/metadata.xml
+++ b/x11-misc/menumaker/metadata.xml
@@ -9,6 +9,7 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="sourceforge">menumaker</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2021-02-26 15:18 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-02-26 15:18 UTC (permalink / raw
To: gentoo-commits
commit: ded2d6c1889670e00c838ab1840a940767bac64b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 15:18:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 15:18:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded2d6c1
x11-misc/menumaker: Stabilize 0.99.12 ALLARCHES, #772056
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/x11-misc/menumaker/menumaker-0.99.12.ebuild b/x11-misc/menumaker/menumaker-0.99.12.ebuild
index 1bad651efc6..1c1fad134bf 100644
--- a/x11-misc/menumaker/menumaker-0.99.12.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.12.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
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2021-03-20 7:00 Joonas Niilola
0 siblings, 0 replies; 19+ messages in thread
From: Joonas Niilola @ 2021-03-20 7:00 UTC (permalink / raw
To: gentoo-commits
commit: 75903e911089d9c095722a0983c00019a810d2ed
Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Thu Mar 18 19:26:57 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 06:59:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75903e91
x11-misc/menumaker: remove myself as maintainer
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19995
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
--git a/x11-misc/menumaker/metadata.xml b/x11-misc/menumaker/metadata.xml
index 31ff8161665..281b6021f57 100644
--- a/x11-misc/menumaker/metadata.xml
+++ b/x11-misc/menumaker/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" proxied="yes">
- <email>aklhfex@gmail.com</email>
- <name>Chris Mayo</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!-- maintainer-needed -->
<stabilize-allarches/>
<upstream>
<remote-id type="sourceforge">menumaker</remote-id>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2021-06-03 6:54 Ionen Wolkens
0 siblings, 0 replies; 19+ messages in thread
From: Ionen Wolkens @ 2021-06-03 6:54 UTC (permalink / raw
To: gentoo-commits
commit: afb234574eef3ba6ae9c86dfe6424165e440602e
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 06:52:09 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 06:54:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb23457
x11-misc/menumaker: add python3_{9,10}
Tested and works as expected, no differences in generated menus.
Closes: https://bugs.gentoo.org/789144
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/x11-misc/menumaker/menumaker-0.99.12.ebuild b/x11-misc/menumaker/menumaker-0.99.12.ebuild
index 1c1fad134bf..c865064930c 100644
--- a/x11-misc/menumaker/menumaker-0.99.12.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.12.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit autotools python-single-r1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2023-05-06 5:17 Miroslav Šulc
0 siblings, 0 replies; 19+ messages in thread
From: Miroslav Šulc @ 2023-05-06 5:17 UTC (permalink / raw
To: gentoo-commits
commit: d2a420578b09f006276510af0b55369bd30bdbee
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat May 6 05:16:52 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat May 6 05:16:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a42057
x11-misc/menumaker: bump to 0.99.14, eapi8, py3.11
Closes: https://bugs.gentoo.org/897348
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
| 1 +
| 49 +++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
--git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest
index 10cb05fd2c69..4fcd2e61d58e 100644
--- a/x11-misc/menumaker/Manifest
+++ b/x11-misc/menumaker/Manifest
@@ -1 +1,2 @@
DIST menumaker-0.99.12.tar.gz 206208 BLAKE2B c909a103bd031f385a1b7c19c8f17ac97310b3f19b2cf3eeb4b77ebfa82ac388cb9d76b1c88523942ce9d20016ba86bd4fa3741b31e3f6cd9ca63e10c8cab65e SHA512 dceef85da4d68a7f13bb59e1d93a51632d4134e55c59fa9cdf4ec4497eb502959c1b65ccaa56c2410f2fc5a770a9b023ddec05e80d186c88cdc1a351e1869af6
+DIST menumaker-0.99.14.tar.gz 205664 BLAKE2B b86e46ec07ea14b695c9350e5156081db7a5ae278a7356d98ae1e1a488d83da02d3efd547f9c7d3ac5bdc894b77085434a05e27fd76c09cafc88f1cbce4c428a SHA512 81d44c1917d0fd4cd1c8b7cdd4ce12795fee7cc286959a7fc9dc6f84a096ea850a4348d98b6a7dce153c5d07fdb8b3aaf13f3476a9f34dd56646af3097d406d0
--git a/x11-misc/menumaker/menumaker-0.99.14.ebuild b/x11-misc/menumaker/menumaker-0.99.14.ebuild
new file mode 100644
index 000000000000..20c089275a97
--- /dev/null
+++ b/x11-misc/menumaker/menumaker-0.99.14.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="Utility that scans through the system and generates a menu of installed programs"
+HOMEPAGE="http://menumaker.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE="doc"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+ doc? ( sys-apps/texinfo )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.99.12-AM_PATH_PYTHON.patch
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ ECONF_SOURCE="${S}" econf PYTHON="${EPYTHON}"
+}
+
+src_compile() {
+ default
+ use doc && emake html
+}
+
+src_install() {
+ default
+ use doc && emake DESTDIR="${D}" install-html
+ python_optimize
+ python_fix_shebang "${ED}"/usr/bin/mmaker
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2023-05-06 9:11 Arthur Zamarin
0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2023-05-06 9:11 UTC (permalink / raw
To: gentoo-commits
commit: 3dbf5bfddfedfee15e0333ce0b7fc98f8294b051
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 6 09:11:07 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 6 09:11:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbf5bfd
x11-misc/menumaker: Stabilize 0.99.14 ALLARCHES, #905799
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/x11-misc/menumaker/menumaker-0.99.14.ebuild b/x11-misc/menumaker/menumaker-0.99.14.ebuild
index 20c089275a97..adea47767a3c 100644
--- a/x11-misc/menumaker/menumaker-0.99.14.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.14.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2024-09-14 7:09 Joonas Niilola
0 siblings, 0 replies; 19+ messages in thread
From: Joonas Niilola @ 2024-09-14 7:09 UTC (permalink / raw
To: gentoo-commits
commit: ac61119aa1b50f7f5ac03038154ee234dd8f7da8
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Sep 1 16:26:00 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 07:09:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac61119a
x11-misc/menumaker: use https
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
| 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--git a/x11-misc/menumaker/menumaker-0.99.12.ebuild b/x11-misc/menumaker/menumaker-0.99.12.ebuild
index 236df97b16f1..613170273a87 100644
--- a/x11-misc/menumaker/menumaker-0.99.12.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.12.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_10 )
inherit autotools python-single-r1
DESCRIPTION="Utility that scans through the system and generates a menu of installed programs"
-HOMEPAGE="http://menumaker.sourceforge.net/"
+HOMEPAGE="https://menumaker.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="BSD"
--git a/x11-misc/menumaker/menumaker-0.99.14.ebuild b/x11-misc/menumaker/menumaker-0.99.14.ebuild
index cce59403426d..d8c339c659f3 100644
--- a/x11-misc/menumaker/menumaker-0.99.14.ebuild
+++ b/x11-misc/menumaker/menumaker-0.99.14.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..11} )
inherit autotools python-single-r1
DESCRIPTION="Utility that scans through the system and generates a menu of installed programs"
-HOMEPAGE="http://menumaker.sourceforge.net/"
+HOMEPAGE="https://menumaker.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
@ 2024-09-21 7:24 Petr Vaněk
0 siblings, 0 replies; 19+ messages in thread
From: Petr Vaněk @ 2024-09-21 7:24 UTC (permalink / raw
To: gentoo-commits
commit: d7eb598f8755f4525545fbe83aa271f392ff9420
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 07:11:07 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 07:24:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7eb598f
x11-misc/menumaker: drop 0.99.12
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
| 1 -
| 49 -----------------------------
2 files changed, 50 deletions(-)
--git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest
index 4fcd2e61d58e..0fb263182c36 100644
--- a/x11-misc/menumaker/Manifest
+++ b/x11-misc/menumaker/Manifest
@@ -1,2 +1 @@
-DIST menumaker-0.99.12.tar.gz 206208 BLAKE2B c909a103bd031f385a1b7c19c8f17ac97310b3f19b2cf3eeb4b77ebfa82ac388cb9d76b1c88523942ce9d20016ba86bd4fa3741b31e3f6cd9ca63e10c8cab65e SHA512 dceef85da4d68a7f13bb59e1d93a51632d4134e55c59fa9cdf4ec4497eb502959c1b65ccaa56c2410f2fc5a770a9b023ddec05e80d186c88cdc1a351e1869af6
DIST menumaker-0.99.14.tar.gz 205664 BLAKE2B b86e46ec07ea14b695c9350e5156081db7a5ae278a7356d98ae1e1a488d83da02d3efd547f9c7d3ac5bdc894b77085434a05e27fd76c09cafc88f1cbce4c428a SHA512 81d44c1917d0fd4cd1c8b7cdd4ce12795fee7cc286959a7fc9dc6f84a096ea850a4348d98b6a7dce153c5d07fdb8b3aaf13f3476a9f34dd56646af3097d406d0
diff --git a/x11-misc/menumaker/menumaker-0.99.12.ebuild b/x11-misc/menumaker/menumaker-0.99.12.ebuild
deleted file mode 100644
index 613170273a87..000000000000
--- a/x11-misc/menumaker/menumaker-0.99.12.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="Utility that scans through the system and generates a menu of installed programs"
-HOMEPAGE="https://menumaker.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-IUSE="doc"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- doc? ( sys-apps/texinfo )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-AM_PATH_PYTHON.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- ECONF_SOURCE="${S}" econf PYTHON="${EPYTHON}"
-}
-
-src_compile() {
- default
- use doc && emake html
-}
-
-src_install() {
- default
- use doc && emake DESTDIR="${D}" install-html
- python_optimize
- python_fix_shebang "${ED}"/usr/bin/mmaker
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2024-09-21 7:24 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-08 6:38 [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 7:24 Petr Vaněk
2024-09-14 7:09 Joonas Niilola
2023-05-06 9:11 Arthur Zamarin
2023-05-06 5:17 Miroslav Šulc
2021-06-03 6:54 Ionen Wolkens
2021-03-20 7:00 Joonas Niilola
2021-02-26 15:18 Sam James
2021-02-26 14:38 Sam James
2020-05-11 16:49 Agostino Sarubbo
2020-02-10 21:25 Michał Górny
2019-12-07 12:47 Joonas Niilola
2019-12-07 12:47 Joonas Niilola
2018-06-24 17:27 Pacho Ramos
2017-01-15 11:20 Pacho Ramos
2017-01-10 14:55 Agostino Sarubbo
2016-12-05 21:14 Göktürk Yüksek
2016-12-05 21:14 Göktürk Yüksek
2016-10-29 21:17 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox