diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2020-08-20 21:56:06 +0200 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-09-02 02:01:45 -0400 |
commit | 731d9b7f6463d50f1d1f9801ad66e5e0fa3cde49 (patch) | |
tree | 219112322d962a13bcd62f4d140e6c81848bd9af /mate-base | |
parent | mate-base/mate-panel: drop 1.22.2-r1 (diff) | |
download | gentoo-731d9b7f6463d50f1d1f9801ad66e5e0fa3cde49.tar.gz gentoo-731d9b7f6463d50f1d1f9801ad66e5e0fa3cde49.tar.bz2 gentoo-731d9b7f6463d50f1d1f9801ad66e5e0fa3cde49.zip |
mate-base/mate-menus: drop 1.22.1-r1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-menus/Manifest | 1 | ||||
-rw-r--r-- | mate-base/mate-menus/mate-menus-1.22.1-r1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/mate-base/mate-menus/Manifest b/mate-base/mate-menus/Manifest index 03b0ebdd06cb..defb74c71f1d 100644 --- a/mate-base/mate-menus/Manifest +++ b/mate-base/mate-menus/Manifest @@ -1,2 +1 @@ -DIST mate-menus-1.22.1.tar.xz 351080 BLAKE2B 3ec947d6befefc838580547970ad7753c914077faa8cde2f37b9f3c48cd5d1223f382b67992826017e8ab16353c7fd2b4749a0fbd615668c0a4c6ad638c26014 SHA512 2766cafa35c11da6f6d5d6129a5e39c09e73ca97f72382df757091198260a342d278c53f88cddf75e174231443c1015198dfa1800b3601d5b770553ec7047a00 DIST mate-menus-1.24.0.tar.xz 404028 BLAKE2B 18bea0a6c21444b0b568564d0c15ba0e231643dfcb9c74d6ab9a08cd57cab2289436dada030397737667f5a51c4ab39ab06fff3f585347ebb5f7afc40957acc0 SHA512 27f8ba0666b08fbcfc3f02a42e4b9f3d3431e3d171be0fe9569f412b2f9ead370fff15833feb920b64d2a067e81354970df2ee1c465f10faa3dbd9c97af20406 diff --git a/mate-base/mate-menus/mate-menus-1.22.1-r1.ebuild b/mate-base/mate-menus/mate-menus-1.22.1-r1.ebuild deleted file mode 100644 index d9c99716e9be..000000000000 --- a/mate-base/mate-menus/mate-menus-1.22.1-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -GNOME2_LA_PUNT="yes" - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -DESCRIPTION="MATE menu system, implementing the F.D.O cross-desktop spec" -LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+" -SLOT="0" - -IUSE="debug +introspection" - -COMMON_DEPEND=">=dev-libs/glib-2.50:2 - virtual/libintl - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )" - -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - >=dev-util/intltool-0.40 - sys-devel/gettext:* - virtual/pkgconfig:*" - -src_configure() { - # Do NOT compile with --disable-debug/--enable-debug=no as it disables API - # usage checks. - mate_src_configure \ - --enable-debug=$(usex debug yes minimum) \ - $(use_enable introspection) -} - -src_install() { - mate_src_install - - exeinto /etc/X11/xinit/xinitrc.d/ - newexe "${FILESDIR}/10-xdg-menu-mate-r1" "10-xdg-menu-mate" -} |