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/lxappearance/
Date: Tue, 27 Mar 2018 00:24:14
Message-Id: 1522110241.87f0d2bcf2a76c256943c94e1f48ee39b4d6d4ca.bman@gentoo
1 commit: 87f0d2bcf2a76c256943c94e1f48ee39b4d6d4ca
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Sun Jan 28 11:18:56 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 00:24:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f0d2bc
7
8 lxde-base/lxappearance: Remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 lxde-base/lxappearance/Manifest | 2 --
13 lxde-base/lxappearance/lxappearance-0.5.5.ebuild | 25 ------------------------
14 lxde-base/lxappearance/lxappearance-0.6.2.ebuild | 25 ------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest
18 index 5e5b53663d9..4c558853bc9 100644
19 --- a/lxde-base/lxappearance/Manifest
20 +++ b/lxde-base/lxappearance/Manifest
21 @@ -1,3 +1 @@
22 -DIST lxappearance-0.5.5.tar.xz 295756 BLAKE2B b4b2c21e338a148731125d25817e2c5a1ff5aec51cc0f28941d412a33d2ebc50a15cd7649f775097a1d528afb65bc06dd744659b24c51de47bd8be075edc92f8 SHA512 7e6740b598f2b2856650fe94ccdfea94a0717c27dee6415b3abc58b0587acdca6aef22be7ec950e7c76127ef414f06eb70bfdea5f9324d2fb99cbbf2bf78522d
23 -DIST lxappearance-0.6.2.tar.xz 165788 BLAKE2B 9d95af35367c12dfed4994b9122a87df70d6e0e55ae8e4449428a59abeffcd30b6dcb8532d1362521cd081965e47d55be085fd6badbb82157e140e67469fae2b SHA512 ddfd63045cae61f60e2745e7fbdafcf68cdc0443a7ff271ff11a40f39b2e08de902a980f6c68e1615a690690a3c33abc2de8ab854d08f7707be210b0addb67e7
24 DIST lxappearance-0.6.3.tar.xz 165656 BLAKE2B d76d3d9b270e18e46cad44d204d1d5e4faf20bd6c292bf8dd17c2d570fa0276f183489c39f115c189b525643dbd03d0a1b1681f7fa0f61171bc822d8250ef513 SHA512 035cc952a33ac25408a4158cb4e745b17af3f29b5ceedfbe6b37235d16c801658403e862cd35ad7c8ca20fe6186fab1dce74a6e8d3b2eec12a30d532fc21662c
25
26 diff --git a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild b/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
27 deleted file mode 100644
28 index ed7200c4ead..00000000000
29 --- a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -DESCRIPTION="LXDE GTK+ theme switcher"
38 -HOMEPAGE="https://wiki.lxde.org/en/LXAppearance"
39 -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
44 -IUSE="dbus"
45 -
46 -RDEPEND="x11-libs/gtk+:2
47 - dbus? ( dev-libs/dbus-glib )"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig
50 - dev-util/intltool
51 - sys-devel/gettext"
52 -
53 -src_configure() {
54 - econf \
55 - $(use_enable dbus)
56 -}
57
58 diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
59 deleted file mode 100644
60 index 96d571b4061..00000000000
61 --- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
62 +++ /dev/null
63 @@ -1,25 +0,0 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -DESCRIPTION="LXDE GTK+ theme switcher"
70 -HOMEPAGE="https://wiki.lxde.org/en/LXAppearance"
71 -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
72 -
73 -LICENSE="GPL-3"
74 -SLOT="0"
75 -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
76 -IUSE="dbus"
77 -
78 -RDEPEND="x11-libs/gtk+:2
79 - dbus? ( dev-libs/dbus-glib )"
80 -DEPEND="${RDEPEND}
81 - virtual/pkgconfig
82 - dev-util/intltool
83 - sys-devel/gettext"
84 -
85 -src_configure() {
86 - econf \
87 - $(use_enable dbus)
88 -}