Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/
Date: Mon, 07 Jun 2021 08:33:39
Message-Id: 1623054803.0d9dff77b28b18ed940b681c2a0f222e6367fffc.juippis@gentoo
1 commit: 0d9dff77b28b18ed940b681c2a0f222e6367fffc
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat May 8 17:28:13 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 7 08:33:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9dff77
7
8 x11-misc/menulibre: remove unused eclass, update HOMEPAGE
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 x11-misc/menulibre/menulibre-2.2.1-r2.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild b/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild
18 index addb2bb8bd7..49bff656b3a 100644
19 --- a/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild
20 +++ b/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -6,10 +6,10 @@ EAPI=7
28 PYTHON_COMPAT=( python3_{7..9} )
29 PYTHON_REQ_USE="xml"
30 DISTUTILS_IN_SOURCE_BUILD=1
31 -inherit desktop distutils-r1 xdg-utils
32 +inherit distutils-r1 xdg-utils
33
34 DESCRIPTION="Advanced freedesktop.org compliant menu editor"
35 -HOMEPAGE="https://bluesabre.org/projects/menulibre/"
36 +HOMEPAGE="https://bluesabre.org/menulibre/"
37 SRC_URI="https://launchpad.net/${PN}/$(ver_cut 1-2)/${PV}/+download/${P}.tar.gz"
38
39 LICENSE="GPL-3"