summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-22 09:54:19 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-22 10:55:44 +0100
commit14119f8003f06acb02fb13be363e565b64fed046 (patch)
treee735eb0c9766d83af4a6ff4b63c072e1c435088f
parentdev-python/boto3: Bump to 1.16.58 (diff)
downloadgentoo-14119f8003f06acb02fb13be363e565b64fed046.tar.gz
gentoo-14119f8003f06acb02fb13be363e565b64fed046.tar.bz2
gentoo-14119f8003f06acb02fb13be363e565b64fed046.zip
xfce-extra/xfce4-whiskermenu-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.6.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
index 93d8b81ba985..3385fe80738e 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
+++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-whiskermenu-plugin-2.4.6.tar.bz2 173341 BLAKE2B 03d6ddbe72bf6de6713643bc9df4a6b824f5c7d3792ca8dc73552fa4b0c717fa719f56a4b9fa30c5d435c0f923e7f0260a330f883c9140762338908b586e3137 SHA512 9e947b73735549d81110323bfd7d6f29c91653b12e1aa616b9ca6f0ff99c8a7948ca383422d7b2aa0ac35297488fda6edc699ae4f72883539d6311672818b62c
DIST xfce4-whiskermenu-plugin-2.5.2.tar.bz2 175122 BLAKE2B f535b6ff9d98ebc7b305ecfc03c9389b516e4176e67f341bb4e867df13965fd8416f9281e3fbe5b0b3fe70afa395256553f92fde62d8a0627e0559241baeb690 SHA512 165d4b95808f60dbf7e3a363488af7de24abc5fc16c22e2e62954651f6445b4a2cd4561d148930355876d01327c58b453accac864bb0d4495b5be6faef223644
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.6.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.6.ebuild
deleted file mode 100644
index a6a2f1033366..000000000000
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Alternate application launcher for Xfce"
-HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-RDEPEND="
- virtual/libintl
- x11-libs/gtk+:3
- xfce-base/exo:=
- xfce-base/garcon:=
- xfce-base/libxfce4ui:=
- xfce-base/libxfce4util:=
- xfce-base/xfce4-panel:=
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_AS_NEEDED=OFF
- -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
- -DENABLE_DEVELOPER_MODE=OFF
- -DENABLE_LINK_TIME_OPTIMIZATION=OFF
- )
-
- cmake_src_configure
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}