summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharIes17 <charles17@arcor.de>2018-01-28 12:18:56 +0100
committerAaron Bauman <bman@gentoo.org>2018-03-26 20:24:01 -0400
commit87f0d2bcf2a76c256943c94e1f48ee39b4d6d4ca (patch)
tree3aa6e84cdd90e6a5eaab1144ca75acc0ce61dd68
parentlxde-base/lxappearance: Adjust HOMEPAGE (diff)
downloadgentoo-87f0d2bcf2a76c256943c94e1f48ee39b4d6d4ca.tar.gz
gentoo-87f0d2bcf2a76c256943c94e1f48ee39b4d6d4ca.tar.bz2
gentoo-87f0d2bcf2a76c256943c94e1f48ee39b4d6d4ca.zip
lxde-base/lxappearance: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--lxde-base/lxappearance/Manifest2
-rw-r--r--lxde-base/lxappearance/lxappearance-0.5.5.ebuild25
-rw-r--r--lxde-base/lxappearance/lxappearance-0.6.2.ebuild25
3 files changed, 0 insertions, 52 deletions
diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest
index 5e5b53663d90..4c558853bc99 100644
--- a/lxde-base/lxappearance/Manifest
+++ b/lxde-base/lxappearance/Manifest
@@ -1,3 +1 @@
-DIST lxappearance-0.5.5.tar.xz 295756 BLAKE2B b4b2c21e338a148731125d25817e2c5a1ff5aec51cc0f28941d412a33d2ebc50a15cd7649f775097a1d528afb65bc06dd744659b24c51de47bd8be075edc92f8 SHA512 7e6740b598f2b2856650fe94ccdfea94a0717c27dee6415b3abc58b0587acdca6aef22be7ec950e7c76127ef414f06eb70bfdea5f9324d2fb99cbbf2bf78522d
-DIST lxappearance-0.6.2.tar.xz 165788 BLAKE2B 9d95af35367c12dfed4994b9122a87df70d6e0e55ae8e4449428a59abeffcd30b6dcb8532d1362521cd081965e47d55be085fd6badbb82157e140e67469fae2b SHA512 ddfd63045cae61f60e2745e7fbdafcf68cdc0443a7ff271ff11a40f39b2e08de902a980f6c68e1615a690690a3c33abc2de8ab854d08f7707be210b0addb67e7
DIST lxappearance-0.6.3.tar.xz 165656 BLAKE2B d76d3d9b270e18e46cad44d204d1d5e4faf20bd6c292bf8dd17c2d570fa0276f183489c39f115c189b525643dbd03d0a1b1681f7fa0f61171bc822d8250ef513 SHA512 035cc952a33ac25408a4158cb4e745b17af3f29b5ceedfbe6b37235d16c801658403e862cd35ad7c8ca20fe6186fab1dce74a6e8d3b2eec12a30d532fc21662c
diff --git a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild b/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
deleted file mode 100644
index ed7200c4ead5..000000000000
--- a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="LXDE GTK+ theme switcher"
-HOMEPAGE="https://wiki.lxde.org/en/LXAppearance"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="dbus"
-
-RDEPEND="x11-libs/gtk+:2
- dbus? ( dev-libs/dbus-glib )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-src_configure() {
- econf \
- $(use_enable dbus)
-}
diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
deleted file mode 100644
index 96d571b4061b..000000000000
--- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="LXDE GTK+ theme switcher"
-HOMEPAGE="https://wiki.lxde.org/en/LXAppearance"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="dbus"
-
-RDEPEND="x11-libs/gtk+:2
- dbus? ( dev-libs/dbus-glib )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-src_configure() {
- econf \
- $(use_enable dbus)
-}