Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/alacarte/
Date: Tue, 31 May 2022 18:24:24
Message-Id: 1654021423.9fd027ba0aabeb70b0a3f8d8f66abe7a85ec7253.mattst88@gentoo
1 commit: 9fd027ba0aabeb70b0a3f8d8f66abe7a85ec7253
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 17:48:42 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 18:23:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd027ba
7
8 x11-misc/alacarte: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-misc/alacarte/Manifest | 1 -
13 x11-misc/alacarte/alacarte-3.42.0.ebuild | 37 --------------------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/x11-misc/alacarte/Manifest b/x11-misc/alacarte/Manifest
17 index 456e1e7e4dc8..2e5d949aca3a 100644
18 --- a/x11-misc/alacarte/Manifest
19 +++ b/x11-misc/alacarte/Manifest
20 @@ -1,2 +1 @@
21 -DIST alacarte-3.42.0.tar.xz 203836 BLAKE2B e020529acd5b6b716c8e1b876b3edc1107cf61fbcebb648ce7f593e830f0ae7ea3445a5ccda2cd798e0441e999cff2e9e4630a7b2fe0b711adef56bf59931c25 SHA512 df56f79e0697268ceebd15614c9e6c6bbef82c10c64c90b39eac1718043edb1a1ea71d03798705d94407cf2dcc3fead6c2d08ff6c5a9ca710574eb15ffed68d1
22 DIST alacarte-3.44.1.tar.xz 253364 BLAKE2B ebd542430f909291d06c1094aac52f87760547013f012167fa5616609251a6cb48b258122424a119b3ab10e6e2289d9a282dd66da3dcf5590b09d9c686a8934b SHA512 84b1cebdcbb53e2cca5a1425829b00db0b2a11e308584ea96179c2d0451d8c77fa6a995ae4671a024fab72869c7d2e9986dc310bfab38fe8b7b2f54d383501ca
23
24 diff --git a/x11-misc/alacarte/alacarte-3.42.0.ebuild b/x11-misc/alacarte/alacarte-3.42.0.ebuild
25 deleted file mode 100644
26 index 5010be1235b6..000000000000
27 --- a/x11-misc/alacarte/alacarte-3.42.0.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="6"
34 -PYTHON_COMPAT=( python3_{7..10} )
35 -PYTHON_REQ_USE="xml"
36 -
37 -inherit gnome2 python-single-r1
38 -
39 -DESCRIPTION="Simple GNOME menu editor"
40 -HOMEPAGE="https://gitlab.gnome.org/GNOME/alacarte"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
45 -IUSE=""
46 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
47 -
48 -COMMON_DEPEND="
49 - ${PYTHON_DEPS}
50 - $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]')
51 - >=gnome-base/gnome-menus-3.5.3:3[introspection]
52 -"
53 -RDEPEND="${COMMON_DEPEND}
54 - x11-libs/gdk-pixbuf:2[introspection]
55 - x11-libs/gtk+:3[introspection]
56 -"
57 -DEPEND="${COMMON_DEPEND}
58 - >=dev-util/intltool-0.40.0
59 - sys-devel/gettext
60 - virtual/pkgconfig
61 -"
62 -
63 -src_install() {
64 - gnome2_src_install
65 - python_optimize
66 -}