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/lxinput/
Date: Tue, 27 Mar 2018 00:45:26
Message-Id: 1522111321.cf9dca4ad3baa59c18916ec2eb65b5924974f09f.bman@gentoo
1 commit: cf9dca4ad3baa59c18916ec2eb65b5924974f09f
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Sun Jan 21 18:10:49 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 00:42:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9dca4a
7
8 lxde-base/lxinput: Remove old
9
10 repo.eapi.deprecated 1
11 lxde-base/lxinput/lxinput-0.3.2.ebuild: 4
12
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 lxde-base/lxinput/Manifest | 1 -
16 lxde-base/lxinput/lxinput-0.3.2.ebuild | 20 --------------------
17 2 files changed, 21 deletions(-)
18
19 diff --git a/lxde-base/lxinput/Manifest b/lxde-base/lxinput/Manifest
20 index 2e26457e069..e009690ad7f 100644
21 --- a/lxde-base/lxinput/Manifest
22 +++ b/lxde-base/lxinput/Manifest
23 @@ -1,2 +1 @@
24 -DIST lxinput-0.3.2.tar.gz 259203 BLAKE2B a6de344e5324cf745ee05e39c9211fb10a4fd1395bc295f08945192c9d833c2ddaa6007242e17db69cfcef1140ef6a932da8970c0e7cf39a2f6e0ac27fd2316e SHA512 50921151d3050fae1e4640aade2b0bf88d94445f95e18c21c3d67a012ec7d33b6b9dada8574898d915a350c37fcd568f376bafff1b804e222543a5cadf87431a
25 DIST lxinput-0.3.5.tar.xz 145356 BLAKE2B e3c96a1232329afa5030adffc17af4adf9afc3eb1049f860fe6ed115eb35d580c24a69a21a9a858790b9213b7d4dc716ab9e30becf42b4f9645f2ec642de538c SHA512 d5233f03c4314ac16fb548db56ae2d17651b29d8a59bfef3e6e6805f6b9bc8100b0711bbc72e31a6bc458eccc6fe1b4a38cf097dbf6a1b04f600bba58ff03f35
26
27 diff --git a/lxde-base/lxinput/lxinput-0.3.2.ebuild b/lxde-base/lxinput/lxinput-0.3.2.ebuild
28 deleted file mode 100644
29 index 3d840aebb50..00000000000
30 --- a/lxde-base/lxinput/lxinput-0.3.2.ebuild
31 +++ /dev/null
32 @@ -1,20 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="4"
37 -
38 -DESCRIPTION="LXDE keyboard and mouse configuration tool"
39 -HOMEPAGE="http://lxde.sourceforge.net/"
40 -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux"
45 -IUSE=""
46 -
47 -RDEPEND="dev-libs/glib:2
48 - x11-libs/gtk+:2"
49 -DEPEND="${RDEPEND}
50 - sys-devel/gettext
51 - virtual/pkgconfig
52 - >=dev-util/intltool-0.40.0"