Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxpanel/
Date: Tue, 27 Mar 2018 22:19:23
Message-Id: 1522189147.89ce493666037489c3fef29109d7d461185e4ce4.bman@gentoo
1 commit: 89ce493666037489c3fef29109d7d461185e4ce4
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Tue Mar 27 18:01:38 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 22:19:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ce4936
7
8 lxde-base/lxpanel: Remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/7653
12
13 lxde-base/lxpanel/Manifest | 2 -
14 lxde-base/lxpanel/lxpanel-0.8.1.ebuild | 71 ----------------------------------
15 lxde-base/lxpanel/lxpanel-0.8.2.ebuild | 62 -----------------------------
16 3 files changed, 135 deletions(-)
17
18 diff --git a/lxde-base/lxpanel/Manifest b/lxde-base/lxpanel/Manifest
19 index e7a9ded64db..41f95a25bce 100644
20 --- a/lxde-base/lxpanel/Manifest
21 +++ b/lxde-base/lxpanel/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST lxpanel-0.8.1.tar.xz 1485612 BLAKE2B 0c53be0610300f1edf4e9a2e014e0d299889100dc97f097c909e20484a7d2ed2b9e74dc118443ce110d58cef1f0ea0db44a25dc15de717d09774bddd9556b04d SHA512 cebad5e9399618adcc47ad0f2542bd57ce6cd707d65e9f1f67e2a435607e91e948c14102eb5534bb8d60a964277ef98658ec8d7a0109121a4b4f6067b385e39d
24 -DIST lxpanel-0.8.2.tar.xz 1488548 BLAKE2B 9ded67a0aba220c2f5683e66371a2d3a5362c400dfb2827546682f86be1e4817545b0139e8b9ffdb5d17615e2e5209ba2258dc199b39249135cbd31598d9ba55 SHA512 abab9175c4a4e591a33c39fbc41754e458eea60c79f5a40d56848338b910a867bafed09b4d1f2596a588beb79bfb5efe54c798ff5f7b0ee74f6245a1b0417918
25 DIST lxpanel-0.9.2.tar.xz 1514748 BLAKE2B 31b0f949b7023364df3eb00b2386c505e14146c2b818407326347baf1dfa09b3e2e0c30c38416430c7dccad04f1fd5731a6ff80b21ea87a930492399027a056f SHA512 d7b5733345233a44466b6786133b8c3f3c9217a5195654b8dde3447a0dfc198082d991b2bc0cc60ddf200ebb95d636885b36d5642c11f4cd913f66228c12bd3a
26 DIST lxpanel-0.9.3.tar.xz 1515144 BLAKE2B f069a519d0e4bd611d57a956ba585b8dde953174198d01dc264e2b111df17e2925c79bd85dc8549d7b2098147122c04ace6ed775d0a3ea7594b0b39c1f9045c0 SHA512 c6aea97f66ee1d576822fda0bf1aed3849b3c74bab856816b7d23331e48b26005f1ba12eddcc0abbf5a6f08add3cb4a0674ccd13f118cec0b6294edd6f1b2343
27
28 diff --git a/lxde-base/lxpanel/lxpanel-0.8.1.ebuild b/lxde-base/lxpanel/lxpanel-0.8.1.ebuild
29 deleted file mode 100644
30 index ec0b3433bfc..00000000000
31 --- a/lxde-base/lxpanel/lxpanel-0.8.1.ebuild
32 +++ /dev/null
33 @@ -1,71 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -
39 -inherit autotools eutils readme.gentoo versionator
40 -
41 -MAJOR_VER="$(get_version_component_range 1-2)"
42 -
43 -DESCRIPTION="Lightweight X11 desktop panel for LXDE"
44 -HOMEPAGE="https://wiki.lxde.org/en/LXPanel"
45 -SRC_URI="mirror://sourceforge/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20${MAJOR_VER}.x/${P}.tar.xz"
46 -
47 -LICENSE="GPL-2"
48 -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
49 -SLOT="0"
50 -IUSE="+alsa wifi"
51 -RESTRICT="test" # bug 249598
52 -
53 -RDEPEND="dev-libs/keybinder:0=
54 - x11-libs/gtk+:2
55 - >=x11-libs/libfm-1.2.0[gtk]
56 - x11-libs/libwnck:1
57 - x11-libs/libXmu
58 - x11-libs/libXpm
59 - x11-libs/cairo
60 - x11-libs/gdk-pixbuf
61 - x11-libs/libX11
62 - lxde-base/lxmenu-data
63 - lxde-base/menu-cache
64 - alsa? ( media-libs/alsa-lib )
65 - wifi? ( net-wireless/wireless-tools )"
66 -DEPEND="${RDEPEND}
67 - virtual/pkgconfig
68 - sys-devel/gettext"
69 -
70 -DOC_CONTENTS="If you have problems with broken icons shown in the main panel,
71 -you will have to configure panel settings via its menu.
72 -This will not be an issue with first time installations."
73 -
74 -src_prepare() {
75 - #bug #415595
76 - sed -i "s:-Werror::" configure.ac || die
77 - eautoreconf
78 -}
79 -
80 -src_configure() {
81 - local plugins="netstatus,volume,cpu,deskno,batt, \
82 - kbled,xkb,thermal,cpufreq,monitors"
83 -
84 - use wifi && plugins+=",netstat"
85 - use alsa && plugins+=",volumealsa"
86 - [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb
87 -
88 - econf $(use_enable alsa) --with-x --with-plugins="${plugins}"
89 - # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x
90 -}
91 -
92 -src_install () {
93 - emake DESTDIR="${D}" install
94 - dodoc AUTHORS ChangeLog README
95 -
96 - # Get rid of the .la files.
97 - find "${D}" -name '*.la' -delete
98 -
99 - readme.gentoo_create_doc
100 -}
101 -
102 -pkg_postinst() {
103 - readme.gentoo_print_elog
104 -}
105
106 diff --git a/lxde-base/lxpanel/lxpanel-0.8.2.ebuild b/lxde-base/lxpanel/lxpanel-0.8.2.ebuild
107 deleted file mode 100644
108 index 2fe4da6e7e7..00000000000
109 --- a/lxde-base/lxpanel/lxpanel-0.8.2.ebuild
110 +++ /dev/null
111 @@ -1,62 +0,0 @@
112 -# Copyright 1999-2017 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI="6"
116 -
117 -inherit readme.gentoo-r1
118 -
119 -DESCRIPTION="Lightweight X11 desktop panel for LXDE"
120 -HOMEPAGE="https://wiki.lxde.org/en/LXPanel"
121 -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
122 -
123 -LICENSE="GPL-2"
124 -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
125 -SLOT="0"
126 -IUSE="+alsa wifi"
127 -
128 -RDEPEND="dev-libs/keybinder:0=
129 - x11-libs/gtk+:2
130 - >=x11-libs/libfm-1.2.0[gtk]
131 - x11-libs/libwnck:1
132 - x11-libs/libXmu
133 - x11-libs/libXpm
134 - x11-libs/cairo
135 - x11-libs/gdk-pixbuf
136 - x11-libs/libX11
137 - lxde-base/lxmenu-data
138 - lxde-base/menu-cache
139 - alsa? ( media-libs/alsa-lib )
140 - wifi? ( net-wireless/wireless-tools )"
141 -DEPEND="${RDEPEND}
142 - virtual/pkgconfig
143 - sys-devel/gettext"
144 -
145 -DOC_CONTENTS="If you have problems with broken icons shown in the main panel,
146 -you will have to configure panel settings via its menu.
147 -This will not be an issue with first time installations."
148 -
149 -src_configure() {
150 - local plugins="netstatus,volume,cpu,deskno,batt, \
151 - kbled,xkb,thermal,cpufreq,monitors"
152 -
153 - use wifi && plugins+=",netstat"
154 - use alsa && plugins+=",volumealsa"
155 - [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb
156 -
157 - econf $(use_enable alsa) --with-x --with-plugins="${plugins}"
158 - # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x
159 -}
160 -
161 -src_install () {
162 - emake DESTDIR="${D}" install
163 - dodoc AUTHORS ChangeLog README
164 -
165 - # Get rid of the .la files.
166 - find "${D}" -name '*.la' -delete
167 -
168 - readme.gentoo_create_doc
169 -}
170 -
171 -pkg_postinst() {
172 - readme.gentoo_print_elog
173 -}