Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/
Date: Fri, 18 Sep 2020 09:45:57
Message-Id: 1600422345.b00ffab989d34a36e3d0c2419c9e4c4374ff7c22.mgorny@gentoo
1 commit: b00ffab989d34a36e3d0c2419c9e4c4374ff7c22
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 18 09:44:01 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 18 09:45:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00ffab9
7
8 xfce-extra/xfce4-whiskermenu-plugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-whiskermenu-plugin/Manifest | 2 -
13 .../xfce4-whiskermenu-plugin-2.4.4.ebuild | 51 ----------------------
14 .../xfce4-whiskermenu-plugin-2.4.5.ebuild | 51 ----------------------
15 3 files changed, 104 deletions(-)
16
17 diff --git a/xfce-extra/xfce4-whiskermenu-plugin/Manifest b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
18 index 8f88e1b1244..a6119a60eb0 100644
19 --- a/xfce-extra/xfce4-whiskermenu-plugin/Manifest
20 +++ b/xfce-extra/xfce4-whiskermenu-plugin/Manifest
21 @@ -1,3 +1 @@
22 -DIST xfce4-whiskermenu-plugin-2.4.4.tar.bz2 172157 BLAKE2B 9e5e12448a35e55285a6e291f0c988ce3797f33b0c72aa5b2be54aafdd15463b75dd726a04116aae8b1721adc9cca93188779a428641bda133883034c19d1203 SHA512 2fe27567d301f66de4648f1c3104a2ecb90c3b25672d5babcde69507559628a3a74b14d1526ff70dd75d64f7d056c8baae645f5a9291bf8c5e30a1a8258721ba
23 -DIST xfce4-whiskermenu-plugin-2.4.5.tar.bz2 173510 BLAKE2B cccc2b382ff7e38bb64df94b40000c65fd1f8b4813aaaff7d36df620eb8a3c587059c6e58faa7bb0a2f509c2d0a2ff5b5f2c22a08ec45a314ed1d9bc5785705a SHA512 59ac5fd2fc5c21d0a4678b815d55d3ea8334636c826b0e3181b276b7b3f11c61390e1bb5387d3d102a6cd79e12a5c28a2252bff2fee57f9e9e4b16bf84a68ad5
24 DIST xfce4-whiskermenu-plugin-2.4.6.tar.bz2 173341 BLAKE2B 03d6ddbe72bf6de6713643bc9df4a6b824f5c7d3792ca8dc73552fa4b0c717fa719f56a4b9fa30c5d435c0f923e7f0260a330f883c9140762338908b586e3137 SHA512 9e947b73735549d81110323bfd7d6f29c91653b12e1aa616b9ca6f0ff99c8a7948ca383422d7b2aa0ac35297488fda6edc699ae4f72883539d6311672818b62c
25
26 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
27 deleted file mode 100644
28 index a6a2f103336..00000000000
29 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.4.ebuild
30 +++ /dev/null
31 @@ -1,51 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake xdg-utils
38 -
39 -DESCRIPTION="Alternate application launcher for Xfce"
40 -HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/"
41 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 x86"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - virtual/libintl
50 - x11-libs/gtk+:3
51 - xfce-base/exo:=
52 - xfce-base/garcon:=
53 - xfce-base/libxfce4ui:=
54 - xfce-base/libxfce4util:=
55 - xfce-base/xfce4-panel:=
56 -"
57 -DEPEND="
58 - ${RDEPEND}
59 -"
60 -BDEPEND="
61 - sys-devel/gettext
62 - virtual/pkgconfig
63 -"
64 -
65 -src_configure() {
66 - local mycmakeargs=(
67 - -DENABLE_AS_NEEDED=OFF
68 - -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
69 - -DENABLE_DEVELOPER_MODE=OFF
70 - -DENABLE_LINK_TIME_OPTIMIZATION=OFF
71 - )
72 -
73 - cmake_src_configure
74 -}
75 -
76 -pkg_postinst() {
77 - xdg_icon_cache_update
78 -}
79 -
80 -pkg_postrm() {
81 - xdg_icon_cache_update
82 -}
83
84 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
85 deleted file mode 100644
86 index 38cde10a058..00000000000
87 --- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.4.5.ebuild
88 +++ /dev/null
89 @@ -1,51 +0,0 @@
90 -# Copyright 1999-2020 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=7
94 -
95 -inherit cmake xdg-utils
96 -
97 -DESCRIPTION="Alternate application launcher for Xfce"
98 -HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/"
99 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
100 -
101 -LICENSE="GPL-2+"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
104 -IUSE=""
105 -
106 -RDEPEND="
107 - virtual/libintl
108 - x11-libs/gtk+:3
109 - xfce-base/exo:=
110 - xfce-base/garcon:=
111 - xfce-base/libxfce4ui:=
112 - xfce-base/libxfce4util:=
113 - xfce-base/xfce4-panel:=
114 -"
115 -DEPEND="
116 - ${RDEPEND}
117 -"
118 -BDEPEND="
119 - sys-devel/gettext
120 - virtual/pkgconfig
121 -"
122 -
123 -src_configure() {
124 - local mycmakeargs=(
125 - -DENABLE_AS_NEEDED=OFF
126 - -DENABLE_LINKER_OPTIMIZED_HASH_TABLES=OFF
127 - -DENABLE_DEVELOPER_MODE=OFF
128 - -DENABLE_LINK_TIME_OPTIMIZATION=OFF
129 - )
130 -
131 - cmake_src_configure
132 -}
133 -
134 -pkg_postinst() {
135 - xdg_icon_cache_update
136 -}
137 -
138 -pkg_postrm() {
139 - xdg_icon_cache_update
140 -}