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-places-plugin/
Date: Sat, 31 Dec 2022 13:31:52
Message-Id: 1672493501.f1d55cd06a6822072ab706e36ed7ee9343701052.mgorny@gentoo
1 commit: f1d55cd06a6822072ab706e36ed7ee9343701052
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 13:29:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 13:31:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d55cd0
7
8 xfce-extra/xfce4-places-plugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-extra/xfce4-places-plugin/Manifest | 2 -
13 .../xfce4-places-plugin-1.8.1.ebuild | 40 ------------------
14 .../xfce4-places-plugin-1.8.2.ebuild | 49 ----------------------
15 3 files changed, 91 deletions(-)
16
17 diff --git a/xfce-extra/xfce4-places-plugin/Manifest b/xfce-extra/xfce4-places-plugin/Manifest
18 index 3cf33fd8a248..380cbdb663f3 100644
19 --- a/xfce-extra/xfce4-places-plugin/Manifest
20 +++ b/xfce-extra/xfce4-places-plugin/Manifest
21 @@ -1,3 +1 @@
22 -DIST xfce4-places-plugin-1.8.1.tar.bz2 380906 BLAKE2B 3b5c82fe3fb9fbcc0b9aa79df62da06025f5dd154d4323787d52cbf659351dcc808a4c6e8d4148332eb31a8d292b51d58dba6c81fdf49443b94928a1e82f66f0 SHA512 c0db29050df6ff2862a6ebc6f89d92e39f0c0511f9e719a979b5132935655078a5f5418b8b87bee2fbccaa37f5489d503dc1ae329eb7fd88970dc55b31db3324
23 -DIST xfce4-places-plugin-1.8.2.tar.bz2 388168 BLAKE2B 4ffd6fddae71c40c82dd86427c742865a237d48650480db9b817e04f35d6b142896f51f63772f9ab3ca15f1fdccee492d442ee78a1033394154e561075ee66ac SHA512 ad298407183ea499bd4a7c923e80141886c7ca809f4af4184074a1c98e73c72fbf610e06bccdffe3c1bacce39d945dc094d0ea9a82ca67ff7f8b79c8d9c5c53d
24 DIST xfce4-places-plugin-1.8.3.tar.bz2 388661 BLAKE2B c824db5b7cfb1458c3562ab8dc1334d8fd7223ede49c62f52def23c16899848490907a044998e205a31837c96264415c9cfe2ef7adac5ddabd9f4440cafae562 SHA512 31ab8a47606c6406e93a753c55eb902fb25828f2c89c31814c11534dde327e656678ffcd590b41ebfab0a761bfcf0dae72e1ca3bb84eef5d0592f52114556ac9
25
26 diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.1.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.1.ebuild
27 deleted file mode 100644
28 index 73c45a20f680..000000000000
29 --- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.1.ebuild
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="A panel plug-in to provide quick access to files, folders and removable media"
38 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
39 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
44 -IUSE="libnotify"
45 -
46 -RDEPEND=">=dev-libs/glib-2.42:2
47 - >=x11-libs/gtk+-3.22:3
48 - x11-libs/libX11:=
49 - >=xfce-base/exo-0.6:=
50 - >=xfce-base/libxfce4ui-4.13:=
51 - >=xfce-base/libxfce4util-4.12:=
52 - >=xfce-base/xfce4-panel-4.12:=
53 - >=xfce-base/xfconf-4.12:=
54 - libnotify? ( >=x11-libs/libnotify-0.7:= )"
55 -DEPEND="${RDEPEND}
56 - dev-util/intltool
57 - sys-devel/gettext
58 - virtual/pkgconfig"
59 -
60 -src_configure() {
61 - local myconf=(
62 - $(use_enable libnotify notifications)
63 - )
64 -
65 - econf "${myconf[@]}"
66 -}
67 -
68 -src_install() {
69 - default
70 - find "${D}" -name '*.la' -delete || die
71 -}
72
73 diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.2.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.2.ebuild
74 deleted file mode 100644
75 index 6dbca3313e8d..000000000000
76 --- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.2.ebuild
77 +++ /dev/null
78 @@ -1,49 +0,0 @@
79 -# Copyright 1999-2022 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=8
83 -
84 -DESCRIPTION="A panel plug-in to provide quick access to files, folders and removable media"
85 -HOMEPAGE="
86 - https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
87 - https://gitlab.xfce.org/panel-plugins/xfce4-places-plugin/
88 -"
89 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
90 -
91 -LICENSE="GPL-2+"
92 -SLOT="0"
93 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
94 -IUSE="libnotify"
95 -
96 -DEPEND="
97 - >=dev-libs/glib-2.50:2
98 - >=x11-libs/gtk+-3.22:3
99 - x11-libs/libX11:=
100 - >=xfce-base/exo-0.6:=
101 - >=xfce-base/libxfce4ui-4.13:=
102 - >=xfce-base/libxfce4util-4.12:=
103 - >=xfce-base/xfce4-panel-4.12:=
104 - >=xfce-base/xfconf-4.12:=
105 - libnotify? ( >=x11-libs/libnotify-0.7:= )
106 -"
107 -RDEPEND="
108 - ${DEPEND}
109 -"
110 -BDEPEND="
111 - dev-util/intltool
112 - sys-devel/gettext
113 - virtual/pkgconfig
114 -"
115 -
116 -src_configure() {
117 - local myconf=(
118 - $(use_enable libnotify notifications)
119 - )
120 -
121 - econf "${myconf[@]}"
122 -}
123 -
124 -src_install() {
125 - default
126 - find "${D}" -name '*.la' -delete || die
127 -}