summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-01-20 11:00:45 +0100
committerMichał Górny <mgorny@gentoo.org>2019-01-20 11:41:53 +0100
commitd07a71c0262bd95545bb69ad365d53831799d677 (patch)
treefe67504fcc625ac61625e501035a2eeb83201c3c /xfce-extra/xfce4-whiskermenu-plugin
parentdev-python/cython: Drop old (diff)
downloadgentoo-d07a71c0262bd95545bb69ad365d53831799d677.tar.gz
gentoo-d07a71c0262bd95545bb69ad365d53831799d677.tar.bz2
gentoo-d07a71c0262bd95545bb69ad365d53831799d677.zip
xfce-extra/xfce4-whiskermenu-plugin: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-whiskermenu-plugin')
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.5.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 587b2760accd..76b9bb04e340 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
+++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
@@ -1,3 +1,2 @@
-DIST xfce4-whiskermenu-plugin-2.1.5.tar.bz2 166227 BLAKE2B c7e1a460692495a19a76f789ab69c3ce9bff91a4fd6507202cf4e78950b8f29ab2585b5142ecab9d009b3e08fe8161d82c51a442c055f63b7012fd73fa972136 SHA512 54e308b516ef1694f9649578cb8297f830132e456e1f498183074386956873f7f9f6ea8a0167d506086a87ae17acfbfd8a2b34eb6f0acb97f896872f8799b1f1
DIST xfce4-whiskermenu-plugin-2.3.0.tar.bz2 156013 BLAKE2B 56b2a55160d9976e91efe7edc65f2e5df931a997b5038b8f5a9d4ae90780bdf8e92732df4891e1c8a25ceb7f0047dd4621097e34398bc2ad479f9d2a2def6547 SHA512 c4dbf7b45d6dca59b0034dbe995ada5f51a09588d2dddbcb940c8c7af0975ebad066763534ac93e65896551e1a9b10459308a4b2f38772fb28d5d7ceabec043d
DIST xfce4-whiskermenu-plugin-2.3.1.tar.bz2 157734 BLAKE2B 3faf9876ea3c68250a9eb653b422bdd4b8b9879399b4e7d6cefe099689692ca8603e14ce6eb9acc2c99030a3330468423a21b765c2ade9a1862765a8c2b46483 SHA512 f09a3a496aec5c29e6604657c0eb6dbc1bab731b56b34067dfe2548670dd4837741c55ebbb9f98505c6569effee170936cdd48dd0d79947d50b17f85410a38ea
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.5.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.5.ebuild
deleted file mode 100644
index 95857d01f507..000000000000
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.1.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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
-}