[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2024-09-21 Thread Petr Vaněk
commit: d7eb598f8755f4525545fbe83aa271f392ff9420
Author: Petr Vaněk  gentoo  org>
AuthorDate: Sat Sep 21 07:11:07 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Sat Sep 21 07:24:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7eb598f

x11-misc/menumaker: drop 0.99.12

Signed-off-by: Petr Vaněk  gentoo.org>

 x11-misc/menumaker/Manifest |  1 -
 x11-misc/menumaker/menumaker-0.99.12.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2024-09-14 Thread Joonas Niilola
commit: ac61119aa1b50f7f5ac03038154ee234dd8f7da8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Sep  1 16:26:00 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Sep 14 07:09:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac61119a

x11-misc/menumaker: use https

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/menumaker/menumaker-0.99.12.ebuild | 2 +-
 x11-misc/menumaker/menumaker-0.99.14.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --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"

diff --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"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2023-05-06 Thread Arthur Zamarin
commit: 3dbf5bfddfedfee15e0333ce0b7fc98f8294b051
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  6 09:11:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  6 09:11:07 2023 +
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  gentoo.org>

 x11-misc/menumaker/menumaker-0.99.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --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"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2023-05-05 Thread Miroslav Šulc
commit: d2a420578b09f006276510af0b55369bd30bdbee
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat May  6 05:16:52 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat May  6 05:16:52 2023 +
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  gentoo.org>

 x11-misc/menumaker/Manifest |  1 +
 x11-misc/menumaker/menumaker-0.99.14.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --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

diff --git a/x11-misc/menumaker/menumaker-0.99.14.ebuild 
b/x11-misc/menumaker/menumaker-0.99.14.ebuild
new file mode 100644
index ..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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2021-06-02 Thread Ionen Wolkens
commit: afb234574eef3ba6ae9c86dfe6424165e440602e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Jun  3 06:52:09 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Jun  3 06:54:15 2021 +
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  gentoo.org>

 x11-misc/menumaker/menumaker-0.99.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --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
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2021-03-20 Thread Joonas Niilola
commit: 75903e911089d9c095722a0983c00019a810d2ed
Author: Chris Mayo  gmail  com>
AuthorDate: Thu Mar 18 19:26:57 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Mar 20 06:59:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75903e91

x11-misc/menumaker: remove myself as maintainer

Signed-off-by: Chris Mayo  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19995
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/menumaker/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   aklh...@gmail.com
-   Chris Mayo
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   


menumaker



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/, x11-misc/menumaker/files/

2021-03-20 Thread Joonas Niilola
commit: 215a7dcde967789b2a53ab947d03fd91488cbdf0
Author: Chris Mayo  gmail  com>
AuthorDate: Thu Mar 18 19:26:57 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Mar 20 06:59:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215a7dcd

x11-misc/menumaker: remove old 0.99.11

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Chris Mayo  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/menumaker/Manifest|   1 -
 .../files/menumaker-0.99.11-AM_PATH_PYTHON.patch   | 100 -
 x11-misc/menumaker/menumaker-0.99.11.ebuild|  58 
 3 files changed, 159 deletions(-)

diff --git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest
index 199c44262ce..10cb05fd2c6 100644
--- a/x11-misc/menumaker/Manifest
+++ b/x11-misc/menumaker/Manifest
@@ -1,2 +1 @@
-DIST menumaker-0.99.11.tar.gz 205196 BLAKE2B 
5f1fa9cbf4fd739499db86f9173fbbea2c96900597d13185f2a2f2b5746a0a2c05d12b115782488cb5b1df1f48638bb831dbee4bb14c414fc11328f43d241c46
 SHA512 
b45b8f2de4e63bad673bf4463ac074b068d4889cf37644962d51e1514d07bef827679d060d1503e59ea4bfc460fdc643d850921b3a02babd1ea57249511ffa5a
 DIST menumaker-0.99.12.tar.gz 206208 BLAKE2B 
c909a103bd031f385a1b7c19c8f17ac97310b3f19b2cf3eeb4b77ebfa82ac388cb9d76b1c88523942ce9d20016ba86bd4fa3741b31e3f6cd9ca63e10c8cab65e
 SHA512 
dceef85da4d68a7f13bb59e1d93a51632d4134e55c59fa9cdf4ec4497eb502959c1b65ccaa56c2410f2fc5a770a9b023ddec05e80d186c88cdc1a351e1869af6

diff --git a/x11-misc/menumaker/files/menumaker-0.99.11-AM_PATH_PYTHON.patch 
b/x11-misc/menumaker/files/menumaker-0.99.11-AM_PATH_PYTHON.patch
deleted file mode 100644
index 73cf9b6ff80..000
--- a/x11-misc/menumaker/files/menumaker-0.99.11-AM_PATH_PYTHON.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index b00b7bc..1c6f12b 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -1,15 +1,53 @@
--ACLOCAL_AMFLAGS = -I m4
--
- SUBDIRS = doc
- 
- dist_bin_SCRIPTS = mmaker
- 
--nobase_dist_pkgdata_DATA = *.py MenuMaker/*.py Prophet/*.py 
Prophet/Desktop/*.py Prophet/Legacy/*.py Prophet/Debian/*.py 
Prophet/Debian/menu/*
-+python_PYTHON = \
-+  Config.py \
-+  Keywords.py \
-+  Paths.py
-+
-+pythonMenuMakerdir = $(pythondir)/MenuMaker
-+pythonMenuMaker_PYTHON = \
-+  MenuMaker/BlackBox.py \
-+  MenuMaker/CLI.py \
-+  MenuMaker/Deskmenu.py \
-+  MenuMaker/FluxBox.py \
-+  MenuMaker/IceWM.py \
-+  MenuMaker/__init__.py \
-+  MenuMaker/OpenBox3.py \
-+  MenuMaker/PekWM.py \
-+  MenuMaker/WindowMaker.py \
-+  MenuMaker/xBox.py \
-+  MenuMaker/Xfce4.py
-+
-+pythonProphetdir = $(pythondir)/Prophet
-+pythonProphet_PYTHON = \
-+  Prophet/Categories.py \
-+  Prophet/__init__.py
-+
-+pythonProphetDesktopdir = $(pythondir)/Prophet/Desktop
-+pythonProphetDesktop_PYTHON = \
-+  Prophet/Desktop/__init__.py
-+
-+pythonProphetLegacydir = $(pythondir)/Prophet/Legacy
-+pythonProphetLegacy_PYTHON = \
-+  Prophet/Legacy/Development.py \
-+  Prophet/Legacy/Editor.py \
-+  Prophet/Legacy/Emulator.py \
-+  Prophet/Legacy/Graphics.py \
-+  Prophet/Legacy/__init__.py \
-+  Prophet/Legacy/Multimedia.py \
-+  Prophet/Legacy/Network.py \
-+  Prophet/Legacy/Shell.py
- 
--install-exec-local :
--  echo "#!/usr/bin/env $(PYTHON_BIN)" > $(DESTDIR)/$(bindir)/mmaker
--  echo "import sys; sys.path = ['$(pkgdatadir)'] + sys.path" >> 
$(DESTDIR)/$(bindir)/mmaker
--  echo "import MenuMaker.CLI" >> $(DESTDIR)/$(bindir)/mmaker
-+pythonProphetDebiandir = $(pythondir)/Prophet/Debian
-+pythonProphetDebian_PYTHON = \
-+  Prophet/Debian/__init__.py
- 
--install-data-local :
--  $(PYTHON) -c 'import compileall; 
compileall.compile_dir(dir="$(DESTDIR)/$(pkgdatadir)", ddir="$(pkgdatadir)")'
-+pythonProphetDebianMenudir = $(pythondir)/Prophet/Debian/menu
-+dist_pythonProphetDebianMenu_DATA = \
-+  Prophet/Debian/menu/debian-2.2r5 \
-+  Prophet/Debian/menu/debian-8.1 \
-+  Prophet/Debian/menu/ubuntu-5.04 \
-+  Prophet/Debian/menu/ubuntu-5.10
-diff --git a/configure.ac b/configure.ac
-index 248ffcb..1bde23b 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -2,22 +2,12 @@ AC_INIT(MenuMaker, 0.99.11)
- 
- AM_INIT_AUTOMAKE
- 
--#AZ_PYTHON_DEFAULT
-+AM_PATH_PYTHON
- 
--#AZ_PYTHON_WITH
--
--#if test -z "$PYTHON"; then
--#AZ_PYTHON_PATH
--#fi
--
--#AZ_PYTHON_VERSION_ENSURE([2.7])
--
--#AZ_PYTHON_RUN
--
--AX_PYTHON
--
--AC_CONFIG_FILES([Makefile])
--AC_CONFIG_FILES([doc/Makefile])
--AC_CONFIG_FILES([Config.py])
-+AC_CONFIG_FILES([
-+  Makefile
-+  doc/Makefile
-+  Config.py
-+])
- 
- AC_OUTPUT

diff --git a/x11-misc/menumaker/menumaker-0.99.11.ebuild 
b/x11-misc/menumaker/menumaker-0.99.11.ebuild
deleted file mode 100644
index 9a121fbfd82..000
--- a/x11-misc/menumaker/menumaker-0.99.11.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under t

[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2021-02-26 Thread Sam James
commit: ded2d6c1889670e00c838ab1840a940767bac64b
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 26 15:18:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 15:18:51 2021 +
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  gentoo.org>

 x11-misc/menumaker/menumaker-0.99.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --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"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2021-02-26 Thread Sam James
commit: b3a9c23c7ea827482fa64d781df5a5c3232f4ef5
Author: Chris Mayo  gmail  com>
AuthorDate: Thu Feb 25 19:31:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 26 14:38:48 2021 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19656
Signed-off-by: Sam James  gentoo.org>

 x11-misc/menumaker/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --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 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

menumaker




[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/, x11-misc/menumaker/files/

2020-06-28 Thread Joonas Niilola
commit: 62e9539442d47e810e9af04f4b45076ec7df5b28
Author: Chris Mayo  gmail  com>
AuthorDate: Sun Jun 14 18:16:45 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 28 10:40:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e95394

x11-misc/menumaker: remove old 0.99.10

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Chris Mayo  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16207
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/menumaker/Manifest|   1 -
 .../files/menumaker-0.99.10-AM_PATH_PYTHON.patch   | 100 -
 x11-misc/menumaker/menumaker-0.99.10.ebuild|  58 
 3 files changed, 159 deletions(-)

diff --git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest
index 075a2e4b8c1..199c44262ce 100644
--- a/x11-misc/menumaker/Manifest
+++ b/x11-misc/menumaker/Manifest
@@ -1,3 +1,2 @@
-DIST menumaker-0.99.10.tar.gz 202580 BLAKE2B 
2fb53359a6e4b14fe8966c3fbb6d0f381a3ad9e52463d37edbef47a409b0ecf4f17bd7221395987d4cd49f363007aa97f0d6182595a571f1baab4e7977c06bff
 SHA512 
e7a731ac848089cbdb845fdb0e344b48e70d3bb7220870127d3616549d31fa62b61a48e3efff52d7767b597a4407a8548e776c16976072d0aa7f5c96740cd207
 DIST menumaker-0.99.11.tar.gz 205196 BLAKE2B 
5f1fa9cbf4fd739499db86f9173fbbea2c96900597d13185f2a2f2b5746a0a2c05d12b115782488cb5b1df1f48638bb831dbee4bb14c414fc11328f43d241c46
 SHA512 
b45b8f2de4e63bad673bf4463ac074b068d4889cf37644962d51e1514d07bef827679d060d1503e59ea4bfc460fdc643d850921b3a02babd1ea57249511ffa5a
 DIST menumaker-0.99.12.tar.gz 206208 BLAKE2B 
c909a103bd031f385a1b7c19c8f17ac97310b3f19b2cf3eeb4b77ebfa82ac388cb9d76b1c88523942ce9d20016ba86bd4fa3741b31e3f6cd9ca63e10c8cab65e
 SHA512 
dceef85da4d68a7f13bb59e1d93a51632d4134e55c59fa9cdf4ec4497eb502959c1b65ccaa56c2410f2fc5a770a9b023ddec05e80d186c88cdc1a351e1869af6

diff --git a/x11-misc/menumaker/files/menumaker-0.99.10-AM_PATH_PYTHON.patch 
b/x11-misc/menumaker/files/menumaker-0.99.10-AM_PATH_PYTHON.patch
deleted file mode 100644
index 8e645a8b2fb..000
--- a/x11-misc/menumaker/files/menumaker-0.99.10-AM_PATH_PYTHON.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-Use AM_PATH_PYTHON instead of broken hacks
-
 a/configure.ac
-+++ b/configure.ac
-@@ -1,23 +1,13 @@
--AC_INIT(MenuMaker, 0.99.10)
-+AC_INIT([MenuMaker], [0.99.10])
- 
- AM_INIT_AUTOMAKE
- 
--#AZ_PYTHON_DEFAULT
-+AM_PATH_PYTHON
- 
--#AZ_PYTHON_WITH
--
--#if test -z "$PYTHON"; then
--#AZ_PYTHON_PATH
--#fi
--
--#AZ_PYTHON_VERSION_ENSURE([2.7])
--
--#AZ_PYTHON_RUN
--
--AX_PYTHON
--
--AC_CONFIG_FILES([Makefile])
--AC_CONFIG_FILES([doc/Makefile])
--AC_CONFIG_FILES([Config.py])
-+AC_CONFIG_FILES([
-+  Makefile
-+  doc/Makefile
-+  Config.py
-+])
- 
- AC_OUTPUT
 a/Makefile.am
-+++ b/Makefile.am
-@@ -1,15 +1,53 @@
--ACLOCAL_AMFLAGS = -I m4
--
- SUBDIRS = doc
- 
- dist_bin_SCRIPTS = mmaker
- 
--nobase_dist_pkgdata_DATA = *.py MenuMaker/*.py Prophet/*.py 
Prophet/Desktop/*.py Prophet/Legacy/*.py Prophet/Debian/*.py 
Prophet/Debian/menu/*
-+python_PYTHON = \
-+  Config.py \
-+  Keywords.py \
-+  Paths.py
-+
-+pythonMenuMakerdir = $(pythondir)/MenuMaker
-+pythonMenuMaker_PYTHON = \
-+  MenuMaker/BlackBox.py \
-+  MenuMaker/CLI.py \
-+  MenuMaker/Deskmenu.py \
-+  MenuMaker/FluxBox.py \
-+  MenuMaker/IceWM.py \
-+  MenuMaker/__init__.py \
-+  MenuMaker/OpenBox3.py \
-+  MenuMaker/PekWM.py \
-+  MenuMaker/WindowMaker.py \
-+  MenuMaker/xBox.py \
-+  MenuMaker/Xfce4.py
-+
-+pythonProphetdir = $(pythondir)/Prophet
-+pythonProphet_PYTHON = \
-+  Prophet/Categories.py \
-+  Prophet/__init__.py
-+
-+pythonProphetDesktopdir = $(pythondir)/Prophet/Desktop
-+pythonProphetDesktop_PYTHON = \
-+  Prophet/Desktop/__init__.py
-+
-+pythonProphetLegacydir = $(pythondir)/Prophet/Legacy
-+pythonProphetLegacy_PYTHON = \
-+  Prophet/Legacy/Development.py \
-+  Prophet/Legacy/Editor.py \
-+  Prophet/Legacy/Emulator.py \
-+  Prophet/Legacy/Graphics.py \
-+  Prophet/Legacy/__init__.py \
-+  Prophet/Legacy/Multimedia.py \
-+  Prophet/Legacy/Network.py \
-+  Prophet/Legacy/Shell.py
- 
--install-exec-local :
--  echo "#!/usr/bin/env $(PYTHON_BIN)" > $(DESTDIR)/$(bindir)/mmaker
--  echo "import sys; sys.path = ['$(pkgdatadir)'] + sys.path" >> 
$(DESTDIR)/$(bindir)/mmaker
--  echo "import MenuMaker.CLI" >> $(DESTDIR)/$(bindir)/mmaker
-+pythonProphetDebiandir = $(pythondir)/Prophet/Debian
-+pythonProphetDebian_PYTHON = \
-+  Prophet/Debian/__init__.py
- 
--install-data-local :
--  $(PYTHON) -c 'import compileall; 
compileall.compile_dir(dir="$(DESTDIR)/$(pkgdatadir)", ddir="$(pkgdatadir)")'
-+pythonProphetDebianMenudir = $(pythondir)/Prophet/Debian/menu
-+dist_pythonProphetDebianMenu_DATA = \
-+  Prophet/Debian/menu/debian-2.2r5 \
-+  Prophet/Debian/menu/debian-8.1 \
-+  Prophet/Debian/menu/ubuntu-5.04 \
-+  Prophet/Debian/menu/ubuntu-

[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/files/, x11-misc/menumaker/

2020-06-28 Thread Joonas Niilola
commit: ae59c31266e4b61d6d78ad3dde1eba6f7ba4b833
Author: Chris Mayo  gmail  com>
AuthorDate: Sun Jun 14 18:16:45 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 28 10:40:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae59c312

x11-misc/menumaker: bump to 0.99.12

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Chris Mayo  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/menumaker/Manifest|   1 +
 .../files/menumaker-0.99.12-AM_PATH_PYTHON.patch   | 101 +
 x11-misc/menumaker/menumaker-0.99.12.ebuild|  49 ++
 3 files changed, 151 insertions(+)

diff --git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest
index 5bd926640a2..075a2e4b8c1 100644
--- a/x11-misc/menumaker/Manifest
+++ b/x11-misc/menumaker/Manifest
@@ -1,2 +1,3 @@
 DIST menumaker-0.99.10.tar.gz 202580 BLAKE2B 
2fb53359a6e4b14fe8966c3fbb6d0f381a3ad9e52463d37edbef47a409b0ecf4f17bd7221395987d4cd49f363007aa97f0d6182595a571f1baab4e7977c06bff
 SHA512 
e7a731ac848089cbdb845fdb0e344b48e70d3bb7220870127d3616549d31fa62b61a48e3efff52d7767b597a4407a8548e776c16976072d0aa7f5c96740cd207
 DIST menumaker-0.99.11.tar.gz 205196 BLAKE2B 
5f1fa9cbf4fd739499db86f9173fbbea2c96900597d13185f2a2f2b5746a0a2c05d12b115782488cb5b1df1f48638bb831dbee4bb14c414fc11328f43d241c46
 SHA512 
b45b8f2de4e63bad673bf4463ac074b068d4889cf37644962d51e1514d07bef827679d060d1503e59ea4bfc460fdc643d850921b3a02babd1ea57249511ffa5a
+DIST menumaker-0.99.12.tar.gz 206208 BLAKE2B 
c909a103bd031f385a1b7c19c8f17ac97310b3f19b2cf3eeb4b77ebfa82ac388cb9d76b1c88523942ce9d20016ba86bd4fa3741b31e3f6cd9ca63e10c8cab65e
 SHA512 
dceef85da4d68a7f13bb59e1d93a51632d4134e55c59fa9cdf4ec4497eb502959c1b65ccaa56c2410f2fc5a770a9b023ddec05e80d186c88cdc1a351e1869af6

diff --git a/x11-misc/menumaker/files/menumaker-0.99.12-AM_PATH_PYTHON.patch 
b/x11-misc/menumaker/files/menumaker-0.99.12-AM_PATH_PYTHON.patch
new file mode 100644
index 000..4df6939ce01
--- /dev/null
+++ b/x11-misc/menumaker/files/menumaker-0.99.12-AM_PATH_PYTHON.patch
@@ -0,0 +1,101 @@
+diff --git a/Makefile.am b/Makefile.am
+index b00b7bc..e1395ac 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -1,15 +1,54 @@
+-ACLOCAL_AMFLAGS = -I m4
+-
+ SUBDIRS = doc
+ 
+ dist_bin_SCRIPTS = mmaker
+ 
+-nobase_dist_pkgdata_DATA = *.py MenuMaker/*.py Prophet/*.py 
Prophet/Desktop/*.py Prophet/Legacy/*.py Prophet/Debian/*.py 
Prophet/Debian/menu/*
++python_PYTHON = \
++  Config.py \
++  Keywords.py \
++  Paths.py
++
++pythonMenuMakerdir = $(pythondir)/MenuMaker
++pythonMenuMaker_PYTHON = \
++  MenuMaker/BlackBox.py \
++  MenuMaker/CLI.py \
++  MenuMaker/Deskmenu.py \
++  MenuMaker/FluxBox.py \
++  MenuMaker/IceWM.py \
++  MenuMaker/__init__.py \
++  MenuMaker/JWM.py \
++  MenuMaker/OpenBox3.py \
++  MenuMaker/PekWM.py \
++  MenuMaker/WindowMaker.py \
++  MenuMaker/xBox.py \
++  MenuMaker/Xfce4.py
++
++pythonProphetdir = $(pythondir)/Prophet
++pythonProphet_PYTHON = \
++  Prophet/Categories.py \
++  Prophet/__init__.py
++
++pythonProphetDesktopdir = $(pythondir)/Prophet/Desktop
++pythonProphetDesktop_PYTHON = \
++  Prophet/Desktop/__init__.py
++
++pythonProphetLegacydir = $(pythondir)/Prophet/Legacy
++pythonProphetLegacy_PYTHON = \
++  Prophet/Legacy/Development.py \
++  Prophet/Legacy/Editor.py \
++  Prophet/Legacy/Emulator.py \
++  Prophet/Legacy/Graphics.py \
++  Prophet/Legacy/__init__.py \
++  Prophet/Legacy/Multimedia.py \
++  Prophet/Legacy/Network.py \
++  Prophet/Legacy/Shell.py
+ 
+-install-exec-local :
+-  echo "#!/usr/bin/env $(PYTHON_BIN)" > $(DESTDIR)/$(bindir)/mmaker
+-  echo "import sys; sys.path = ['$(pkgdatadir)'] + sys.path" >> 
$(DESTDIR)/$(bindir)/mmaker
+-  echo "import MenuMaker.CLI" >> $(DESTDIR)/$(bindir)/mmaker
++pythonProphetDebiandir = $(pythondir)/Prophet/Debian
++pythonProphetDebian_PYTHON = \
++  Prophet/Debian/__init__.py
+ 
+-install-data-local :
+-  $(PYTHON) -c 'import compileall; 
compileall.compile_dir(dir="$(DESTDIR)/$(pkgdatadir)", ddir="$(pkgdatadir)")'
++pythonProphetDebianMenudir = $(pythondir)/Prophet/Debian/menu
++dist_pythonProphetDebianMenu_DATA = \
++  Prophet/Debian/menu/debian-2.2r5 \
++  Prophet/Debian/menu/debian-8.1 \
++  Prophet/Debian/menu/ubuntu-5.04 \
++  Prophet/Debian/menu/ubuntu-5.10
+diff --git a/configure.ac b/configure.ac
+index 9ffeee7..604af4e 100644
+--- a/configure.ac
 b/configure.ac
+@@ -2,22 +2,12 @@ AC_INIT(MenuMaker, 0.99.12)
+ 
+ AM_INIT_AUTOMAKE
+ 
+-#AZ_PYTHON_DEFAULT
++AM_PATH_PYTHON
+ 
+-#AZ_PYTHON_WITH
+-
+-#if test -z "$PYTHON"; then
+-#AZ_PYTHON_PATH
+-#fi
+-
+-#AZ_PYTHON_VERSION_ENSURE([2.7])
+-
+-#AZ_PYTHON_RUN
+-
+-AX_PYTHON
+-
+-AC_CONFIG_FILES([Makefile])
+-AC_CONFIG_FILES([doc/Makefile])
+-AC_CONFIG_FILES([Config.py])
++AC_CONFIG_FILES([
++  Makefile
++  doc/Makefile
++  

[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2020-05-11 Thread Agostino Sarubbo
commit: 3a1c85732bf5ab5e73b720216a14fbe441d44598
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 11 16:48:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 11 16:49:07 2020 +
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  gentoo.org>

 x11-misc/menumaker/menumaker-0.99.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --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"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2020-05-07 Thread Agostino Sarubbo
commit: ed2a75f6802aa2ac5cb8215a77f76afd03e297c5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May  8 06:37:24 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May  8 06:37:24 2020 +
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  gentoo.org>

 x11-misc/menumaker/menumaker-0.99.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --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"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2020-02-10 Thread Michał Górny
commit: 270dea3b19878a678a8b94917a3a013cd2d160ac
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 10 21:17:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 10 21:25:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=270dea3b

x11-misc/menumaker: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 x11-misc/menumaker/menumaker-0.99.10.ebuild | 2 +-
 x11-misc/menumaker/menumaker-0.99.11.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --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
 

diff --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
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2019-12-07 Thread Joonas Niilola
commit: 7558b932fb512477408d4e70a33fb91f9e570cb2
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec  7 12:46:00 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec  7 12:47:07 2019 +
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  gentoo.org>

 x11-misc/menumaker/menumaker-0.99.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --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
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2019-12-07 Thread Joonas Niilola
commit: 6fd27d346afca95437c8b4521b3c8655cf365214
Author: Chris Mayo  gmail  com>
AuthorDate: Thu Dec  5 19:42:20 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec  7 12:47:06 2019 +
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  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13887
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/menumaker/menumaker-0.99.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --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
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/, x11-misc/menumaker/files/

2019-07-31 Thread Joonas Niilola
commit: 2b6d96d3b2bdc002e02139a75abec0e6f3197be7
Author: Chris Mayo  gmail  com>
AuthorDate: Sun Jul 28 16:40:32 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jul 31 17:00:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6d96d3

x11-misc/menumaker: bump to 0.99.11 and EAPI 7

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Chris Mayo  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12564
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/menumaker/Manifest|   1 +
 .../files/menumaker-0.99.11-AM_PATH_PYTHON.patch   | 100 +
 x11-misc/menumaker/menumaker-0.99.11.ebuild|  58 
 3 files changed, 159 insertions(+)

diff --git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest
index f485759ac26..5bd926640a2 100644
--- a/x11-misc/menumaker/Manifest
+++ b/x11-misc/menumaker/Manifest
@@ -1 +1,2 @@
 DIST menumaker-0.99.10.tar.gz 202580 BLAKE2B 
2fb53359a6e4b14fe8966c3fbb6d0f381a3ad9e52463d37edbef47a409b0ecf4f17bd7221395987d4cd49f363007aa97f0d6182595a571f1baab4e7977c06bff
 SHA512 
e7a731ac848089cbdb845fdb0e344b48e70d3bb7220870127d3616549d31fa62b61a48e3efff52d7767b597a4407a8548e776c16976072d0aa7f5c96740cd207
+DIST menumaker-0.99.11.tar.gz 205196 BLAKE2B 
5f1fa9cbf4fd739499db86f9173fbbea2c96900597d13185f2a2f2b5746a0a2c05d12b115782488cb5b1df1f48638bb831dbee4bb14c414fc11328f43d241c46
 SHA512 
b45b8f2de4e63bad673bf4463ac074b068d4889cf37644962d51e1514d07bef827679d060d1503e59ea4bfc460fdc643d850921b3a02babd1ea57249511ffa5a

diff --git a/x11-misc/menumaker/files/menumaker-0.99.11-AM_PATH_PYTHON.patch 
b/x11-misc/menumaker/files/menumaker-0.99.11-AM_PATH_PYTHON.patch
new file mode 100644
index 000..73cf9b6ff80
--- /dev/null
+++ b/x11-misc/menumaker/files/menumaker-0.99.11-AM_PATH_PYTHON.patch
@@ -0,0 +1,100 @@
+diff --git a/Makefile.am b/Makefile.am
+index b00b7bc..1c6f12b 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -1,15 +1,53 @@
+-ACLOCAL_AMFLAGS = -I m4
+-
+ SUBDIRS = doc
+ 
+ dist_bin_SCRIPTS = mmaker
+ 
+-nobase_dist_pkgdata_DATA = *.py MenuMaker/*.py Prophet/*.py 
Prophet/Desktop/*.py Prophet/Legacy/*.py Prophet/Debian/*.py 
Prophet/Debian/menu/*
++python_PYTHON = \
++  Config.py \
++  Keywords.py \
++  Paths.py
++
++pythonMenuMakerdir = $(pythondir)/MenuMaker
++pythonMenuMaker_PYTHON = \
++  MenuMaker/BlackBox.py \
++  MenuMaker/CLI.py \
++  MenuMaker/Deskmenu.py \
++  MenuMaker/FluxBox.py \
++  MenuMaker/IceWM.py \
++  MenuMaker/__init__.py \
++  MenuMaker/OpenBox3.py \
++  MenuMaker/PekWM.py \
++  MenuMaker/WindowMaker.py \
++  MenuMaker/xBox.py \
++  MenuMaker/Xfce4.py
++
++pythonProphetdir = $(pythondir)/Prophet
++pythonProphet_PYTHON = \
++  Prophet/Categories.py \
++  Prophet/__init__.py
++
++pythonProphetDesktopdir = $(pythondir)/Prophet/Desktop
++pythonProphetDesktop_PYTHON = \
++  Prophet/Desktop/__init__.py
++
++pythonProphetLegacydir = $(pythondir)/Prophet/Legacy
++pythonProphetLegacy_PYTHON = \
++  Prophet/Legacy/Development.py \
++  Prophet/Legacy/Editor.py \
++  Prophet/Legacy/Emulator.py \
++  Prophet/Legacy/Graphics.py \
++  Prophet/Legacy/__init__.py \
++  Prophet/Legacy/Multimedia.py \
++  Prophet/Legacy/Network.py \
++  Prophet/Legacy/Shell.py
+ 
+-install-exec-local :
+-  echo "#!/usr/bin/env $(PYTHON_BIN)" > $(DESTDIR)/$(bindir)/mmaker
+-  echo "import sys; sys.path = ['$(pkgdatadir)'] + sys.path" >> 
$(DESTDIR)/$(bindir)/mmaker
+-  echo "import MenuMaker.CLI" >> $(DESTDIR)/$(bindir)/mmaker
++pythonProphetDebiandir = $(pythondir)/Prophet/Debian
++pythonProphetDebian_PYTHON = \
++  Prophet/Debian/__init__.py
+ 
+-install-data-local :
+-  $(PYTHON) -c 'import compileall; 
compileall.compile_dir(dir="$(DESTDIR)/$(pkgdatadir)", ddir="$(pkgdatadir)")'
++pythonProphetDebianMenudir = $(pythondir)/Prophet/Debian/menu
++dist_pythonProphetDebianMenu_DATA = \
++  Prophet/Debian/menu/debian-2.2r5 \
++  Prophet/Debian/menu/debian-8.1 \
++  Prophet/Debian/menu/ubuntu-5.04 \
++  Prophet/Debian/menu/ubuntu-5.10
+diff --git a/configure.ac b/configure.ac
+index 248ffcb..1bde23b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -2,22 +2,12 @@ AC_INIT(MenuMaker, 0.99.11)
+ 
+ AM_INIT_AUTOMAKE
+ 
+-#AZ_PYTHON_DEFAULT
++AM_PATH_PYTHON
+ 
+-#AZ_PYTHON_WITH
+-
+-#if test -z "$PYTHON"; then
+-#AZ_PYTHON_PATH
+-#fi
+-
+-#AZ_PYTHON_VERSION_ENSURE([2.7])
+-
+-#AZ_PYTHON_RUN
+-
+-AX_PYTHON
+-
+-AC_CONFIG_FILES([Makefile])
+-AC_CONFIG_FILES([doc/Makefile])
+-AC_CONFIG_FILES([Config.py])
++AC_CONFIG_FILES([
++  Makefile
++  doc/Makefile
++  Config.py
++])
+ 
+ AC_OUTPUT

diff --git a/x11-misc/menumaker/menumaker-0.99.11.ebuild 
b/x11-misc/menumaker/menumaker-0.99.11.ebuild
new file mode 100644
index 000..ab1ac978b11
--- /dev/null
+++ b/x11-misc/menumaker/menumaker-0.99.11.ebuild
@@ -0,0 +1,58 @@
+# Cop

[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2018-06-24 Thread Pacho Ramos
commit: 9c7890a3609c44fa8b2ac99b5327caed7c2402ee
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 17:25:21 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 17:25:21 2018 +
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

 x11-misc/menumaker/menumaker-0.99.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --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
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/files/, x11-misc/menumaker/

2017-01-20 Thread David Seifert
commit: a86031ea832f089e34eb518858d1df8d9c426655
Author: Chris Mayo  gmail  com>
AuthorDate: Thu Jan 19 20:11:52 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jan 20 09:57:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86031ea

x11-misc/menumaker: bump to 0.99.10

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3547

 x11-misc/menumaker/Manifest|   1 +
 .../files/menumaker-0.99.10-AM_PATH_PYTHON.patch   | 100 +
 x11-misc/menumaker/menumaker-0.99.10.ebuild|  59 
 3 files changed, 160 insertions(+)

diff --git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest
index d3cf5a6..cae1002 100644
--- a/x11-misc/menumaker/Manifest
+++ b/x11-misc/menumaker/Manifest
@@ -1 +1,2 @@
+DIST menumaker-0.99.10.tar.gz 202580 SHA256 
7e22db0f0d937d33bb338e03f6eac9aa549b9a790c666e519b13de39de66a4d6 SHA512 
e7a731ac848089cbdb845fdb0e344b48e70d3bb7220870127d3616549d31fa62b61a48e3efff52d7767b597a4407a8548e776c16976072d0aa7f5c96740cd207
 WHIRLPOOL 
25db03310dd3847ad419d7e47c4a7e39e527b383027af889292ae693187e72360f3bdf4d77e25d42091945dc277f95562e9bdc43ba84b38e4530bf03914d5ac3
 DIST menumaker-0.99.9.tar.gz 177303 SHA256 
653361fa8d739e0adba788f187ae2545e0a9c510fd7544c31b7fbc25e87e0e2f SHA512 
57ee20f61be366836270170d452f8e9e77cd9fe2abe2e6e0bb5f630d6e328ff4445b95135f4820c2cf80408f629dc801741f8c4bd19b1f12446367b225299229
 WHIRLPOOL 
fe48bef65fe299d8ab0930c90e6b82710e89cf36f02e9705fd5ccdb54372b4870e954161a8cc0c07232aa0cddf8bd98ae95b7279d21bbb2e274b32d3b3a73f57

diff --git a/x11-misc/menumaker/files/menumaker-0.99.10-AM_PATH_PYTHON.patch 
b/x11-misc/menumaker/files/menumaker-0.99.10-AM_PATH_PYTHON.patch
new file mode 100644
index ..8e645a8
--- /dev/null
+++ b/x11-misc/menumaker/files/menumaker-0.99.10-AM_PATH_PYTHON.patch
@@ -0,0 +1,100 @@
+Use AM_PATH_PYTHON instead of broken hacks
+
+--- a/configure.ac
 b/configure.ac
+@@ -1,23 +1,13 @@
+-AC_INIT(MenuMaker, 0.99.10)
++AC_INIT([MenuMaker], [0.99.10])
+ 
+ AM_INIT_AUTOMAKE
+ 
+-#AZ_PYTHON_DEFAULT
++AM_PATH_PYTHON
+ 
+-#AZ_PYTHON_WITH
+-
+-#if test -z "$PYTHON"; then
+-#AZ_PYTHON_PATH
+-#fi
+-
+-#AZ_PYTHON_VERSION_ENSURE([2.7])
+-
+-#AZ_PYTHON_RUN
+-
+-AX_PYTHON
+-
+-AC_CONFIG_FILES([Makefile])
+-AC_CONFIG_FILES([doc/Makefile])
+-AC_CONFIG_FILES([Config.py])
++AC_CONFIG_FILES([
++  Makefile
++  doc/Makefile
++  Config.py
++])
+ 
+ AC_OUTPUT
+--- a/Makefile.am
 b/Makefile.am
+@@ -1,15 +1,53 @@
+-ACLOCAL_AMFLAGS = -I m4
+-
+ SUBDIRS = doc
+ 
+ dist_bin_SCRIPTS = mmaker
+ 
+-nobase_dist_pkgdata_DATA = *.py MenuMaker/*.py Prophet/*.py 
Prophet/Desktop/*.py Prophet/Legacy/*.py Prophet/Debian/*.py 
Prophet/Debian/menu/*
++python_PYTHON = \
++  Config.py \
++  Keywords.py \
++  Paths.py
++
++pythonMenuMakerdir = $(pythondir)/MenuMaker
++pythonMenuMaker_PYTHON = \
++  MenuMaker/BlackBox.py \
++  MenuMaker/CLI.py \
++  MenuMaker/Deskmenu.py \
++  MenuMaker/FluxBox.py \
++  MenuMaker/IceWM.py \
++  MenuMaker/__init__.py \
++  MenuMaker/OpenBox3.py \
++  MenuMaker/PekWM.py \
++  MenuMaker/WindowMaker.py \
++  MenuMaker/xBox.py \
++  MenuMaker/Xfce4.py
++
++pythonProphetdir = $(pythondir)/Prophet
++pythonProphet_PYTHON = \
++  Prophet/Categories.py \
++  Prophet/__init__.py
++
++pythonProphetDesktopdir = $(pythondir)/Prophet/Desktop
++pythonProphetDesktop_PYTHON = \
++  Prophet/Desktop/__init__.py
++
++pythonProphetLegacydir = $(pythondir)/Prophet/Legacy
++pythonProphetLegacy_PYTHON = \
++  Prophet/Legacy/Development.py \
++  Prophet/Legacy/Editor.py \
++  Prophet/Legacy/Emulator.py \
++  Prophet/Legacy/Graphics.py \
++  Prophet/Legacy/__init__.py \
++  Prophet/Legacy/Multimedia.py \
++  Prophet/Legacy/Network.py \
++  Prophet/Legacy/Shell.py
+ 
+-install-exec-local :
+-  echo "#!/usr/bin/env $(PYTHON_BIN)" > $(DESTDIR)/$(bindir)/mmaker
+-  echo "import sys; sys.path = ['$(pkgdatadir)'] + sys.path" >> 
$(DESTDIR)/$(bindir)/mmaker
+-  echo "import MenuMaker.CLI" >> $(DESTDIR)/$(bindir)/mmaker
++pythonProphetDebiandir = $(pythondir)/Prophet/Debian
++pythonProphetDebian_PYTHON = \
++  Prophet/Debian/__init__.py
+ 
+-install-data-local :
+-  $(PYTHON) -c 'import compileall; 
compileall.compile_dir(dir="$(DESTDIR)/$(pkgdatadir)", ddir="$(pkgdatadir)")'
++pythonProphetDebianMenudir = $(pythondir)/Prophet/Debian/menu
++dist_pythonProphetDebianMenu_DATA = \
++  Prophet/Debian/menu/debian-2.2r5 \
++  Prophet/Debian/menu/debian-8.1 \
++  Prophet/Debian/menu/ubuntu-5.04 \
++  Prophet/Debian/menu/ubuntu-5.10

diff --git a/x11-misc/menumaker/menumaker-0.99.10.ebuild 
b/x11-misc/menumaker/menumaker-0.99.10.ebuild
new file mode 100644
index ..7cb6eaa
--- /dev/null
+++ b/x11-misc/menumaker/menumaker-0.99.10.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distribu

[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2017-01-15 Thread Pacho Ramos
commit: 86f1292d45cea6c96389183e913f4b2fd939ba9d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 15 11:14:55 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 15 11:20:30 2017 +
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

 x11-misc/menumaker/Manifest|  1 -
 x11-misc/menumaker/menumaker-0.99.7.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2017-01-10 Thread Agostino Sarubbo
commit: b1bc07c20367f298a13c1b0900534bb31efdce36
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 14:53:22 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 14:53:22 2017 +
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  gentoo.org>

 x11-misc/menumaker/menumaker-0.99.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --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"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2016-12-05 Thread Göktürk Yüksek
commit: dd3ffccf496c1f6de8457cf710de037e87b3603b
Author: Chris Mayo  gmail  com>
AuthorDate: Mon Dec  5 21:07:56 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Dec  5 21:14:24 2016 +
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

 x11-misc/menumaker/Manifest|  1 +
 x11-misc/menumaker/menumaker-0.99.9.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --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

diff --git a/x11-misc/menumaker/menumaker-0.99.9.ebuild 
b/x11-misc/menumaker/menumaker-0.99.9.ebuild
new file mode 100644
index ..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
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2016-12-05 Thread Göktürk Yüksek
commit: 176f8284446bb6f88a5f5e3c8e27a68d516fc589
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon Dec  5 21:12:28 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon Dec  5 21:14:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176f8284

x11-misc/menumaker: add a proxied maintainer

Package-Manager: portage-2.3.0

 x11-misc/menumaker/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   aklh...@gmail.com
+   Chris Mayo
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

menumaker




[gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/

2016-10-29 Thread Michał Górny
commit: 501c86426fe2ac24831e1fc0abb1bbb75e26b75d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 29 21:11:47 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 29 21:17:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501c8642

x11-misc/menumaker: Remove Python team from maintainers

 x11-misc/menumaker/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   pyt...@gentoo.org
-   Python
-   
+   

menumaker