summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-18 11:44:01 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-18 11:45:45 +0200
commitb00ffab989d34a36e3d0c2419c9e4c4374ff7c22 (patch)
treee46aa94672860ce8f059deabf587e41b61457761 /xfce-extra
parentxfce-extra/xfce4-time-out-plugin: Remove old (diff)
downloadgentoo-b00ffab989d34a36e3d0c2419c9e4c4374ff7c22.tar.gz
gentoo-b00ffab989d34a36e3d0c2419c9e4c4374ff7c22.tar.bz2
gentoo-b00ffab989d34a36e3d0c2419c9e4c4374ff7c22.zip
xfce-extra/xfce4-whiskermenu-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/Manifest2
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.4.ebuild51
-rw-r--r--xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.5.ebuild51
3 files changed, 0 insertions, 104 deletions
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
index 8f88e1b12449..a6119a60eb0f 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
+++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
@@ -1,3 +1 @@
-DIST xfce4-whiskermenu-plugin-2.4.4.tar.bz2 172157 BLAKE2B 9e5e12448a35e55285a6e291f0c988ce3797f33b0c72aa5b2be54aafdd15463b75dd726a04116aae8b1721adc9cca93188779a428641bda133883034c19d1203 SHA512 2fe27567d301f66de4648f1c3104a2ecb90c3b25672d5babcde69507559628a3a74b14d1526ff70dd75d64f7d056c8baae645f5a9291bf8c5e30a1a8258721ba
-DIST xfce4-whiskermenu-plugin-2.4.5.tar.bz2 173510 BLAKE2B cccc2b382ff7e38bb64df94b40000c65fd1f8b4813aaaff7d36df620eb8a3c587059c6e58faa7bb0a2f509c2d0a2ff5b5f2c22a08ec45a314ed1d9bc5785705a SHA512 59ac5fd2fc5c21d0a4678b815d55d3ea8334636c826b0e3181b276b7b3f11c61390e1bb5387d3d102a6cd79e12a5c28a2252bff2fee57f9e9e4b16bf84a68ad5
DIST xfce4-whiskermenu-plugin-2.4.6.tar.bz2 173341 BLAKE2B 03d6ddbe72bf6de6713643bc9df4a6b824f5c7d3792ca8dc73552fa4b0c717fa719f56a4b9fa30c5d435c0f923e7f0260a330f883c9140762338908b586e3137 SHA512 9e947b73735549d81110323bfd7d6f29c91653b12e1aa616b9ca6f0ff99c8a7948ca383422d7b2aa0ac35297488fda6edc699ae4f72883539d6311672818b62c
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.4.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.4.ebuild
deleted file mode 100644
index a6a2f1033366..000000000000
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.4.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
-}
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.5.ebuild b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.5.ebuild
deleted file mode 100644
index 38cde10a0586..000000000000
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.5.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
-}