From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/
Date: Mon, 5 Dec 2016 21:14:51 +0000 (UTC) [thread overview]
Message-ID: <1480972464.dd3ffccf496c1f6de8457cf710de037e87b3603b.gokturk@gentoo> (raw)
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
+}
next reply other threads:[~2016-12-05 21:14 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-05 21:14 Göktürk Yüksek [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 7:24 [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/ 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-05-08 6:38 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-10-29 21:17 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1480972464.dd3ffccf496c1f6de8457cf710de037e87b3603b.gokturk@gentoo \
--to=gokturk@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox