summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-08 20:57:08 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-08 21:17:33 +0200
commit6aba2004daedaf49a73052e1b0f23dface348c93 (patch)
treebb865bf059f87483178eb26e3df877d91d60d2b1 /xfce-extra
parentxfce-extra/xfce4-weather-plugin: Drop old (diff)
downloadgentoo-6aba2004daedaf49a73052e1b0f23dface348c93.tar.gz
gentoo-6aba2004daedaf49a73052e1b0f23dface348c93.tar.bz2
gentoo-6aba2004daedaf49a73052e1b0f23dface348c93.zip
xfce-extra/xfce4-whiskermenu-plugin: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
index be8ad4bd20ec..4a176cc03e28 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
+++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-whiskermenu-plugin-2.3.0.tar.bz2 156013 BLAKE2B 56b2a55160d9976e91efe7edc65f2e5df931a997b5038b8f5a9d4ae90780bdf8e92732df4891e1c8a25ceb7f0047dd4621097e34398bc2ad479f9d2a2def6547 SHA512 c4dbf7b45d6dca59b0034dbe995ada5f51a09588d2dddbcb940c8c7af0975ebad066763534ac93e65896551e1a9b10459308a4b2f38772fb28d5d7ceabec043d
DIST xfce4-whiskermenu-plugin-2.3.2.tar.bz2 159652 BLAKE2B 4afb6b3ae039a4193e08d4b06130aa757d3c14123798afb360fb696679a3692d10c2de8a5aa2075711e06474380d61ab21fe3186546a9afb871a295811d70f1f SHA512 2b9557b29d1b30b5d46df5f182d64562873defd59cd36e6444da4b73bbdf3835cfb17101f11a3ac6e9f875a9dc4d51e2301a420a888bfa1d7fdc6ae715d92443
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild
deleted file mode 100644
index 5f9fbc17725b..000000000000
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-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 x86"
-IUSE=""
-
-RDEPEND="
- virtual/libintl:=
- x11-libs/gtk+:3=
- >=xfce-base/exo-0.11.0:=
- xfce-base/garcon:=
- xfce-base/libxfce4ui:=
- xfce-base/libxfce4util:=
- xfce-base/xfce4-panel:="
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_AS_NEEDED=OFF
- -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
- -DENABLE_DEVELOPER_MODE=OFF
- )
-
- cmake-utils_src_configure
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}