summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-14 14:03:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-14 09:54:29 +0200
commit95dff4b54fe528c5cd8b44582ed3f26c54b6d157 (patch)
treee24f6a108568885b706fa9de1db639f2a189b6a1 /lxde-base/lxrandr
parentapp-shells/bash-completion: add missing user-info eclass (diff)
downloadgentoo-95dff4b54fe528c5cd8b44582ed3f26c54b6d157.tar.gz
gentoo-95dff4b54fe528c5cd8b44582ed3f26c54b6d157.tar.bz2
gentoo-95dff4b54fe528c5cd8b44582ed3f26c54b6d157.zip
*/*: Remove last-rited GTK2-based LXDE packages
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxde-base/lxrandr')
-rw-r--r--lxde-base/lxrandr/lxrandr-0.3.2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/lxde-base/lxrandr/lxrandr-0.3.2.ebuild b/lxde-base/lxrandr/lxrandr-0.3.2.ebuild
deleted file mode 100644
index 897e0acce0fc..000000000000
--- a/lxde-base/lxrandr/lxrandr-0.3.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PLOCALES="af ar ast be bg bn_IN bn ca cs da de el en_GB es et eu fa fi fo
-fr frp gl he hr hu id is ja kk ko lg lt ml ms nb nl nn pa pl ps pt_BR pt
-ro ru sk sl sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_TW"
-
-PLOCALE_BACKUP="en_GB"
-
-inherit l10n
-
-DESCRIPTION="LXDE GUI interface to RandR extention"
-HOMEPAGE="https://wiki.lxde.org/en/LXRandR"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ppc x86 ~x86-linux"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/libXrandr
- x11-apps/xrandr"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40.0
- sys-devel/gettext
- virtual/pkgconfig
- x11-base/xorg-proto"
-
-src_prepare() {
- default
- export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}"
- l10n_get_locales > po/LINGUAS || die
-}