Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mx5000tools/
Date: Sat, 25 May 2019 20:59:27
Message-Id: 1558817792.e906219337f4cb924415a77eaa4c7fbfdfe2d4ef.asturm@gentoo
1 commit: e906219337f4cb924415a77eaa4c7fbfdfe2d4ef
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 20:56:32 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 20:56:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9062193
7
8 app-misc/mx5000tools: Drop 0.1.2 (r0)
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-misc/mx5000tools/mx5000tools-0.1.2.ebuild | 38 ---------------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/app-misc/mx5000tools/mx5000tools-0.1.2.ebuild b/app-misc/mx5000tools/mx5000tools-0.1.2.ebuild
17 deleted file mode 100644
18 index 71ca5f515e9..00000000000
19 --- a/app-misc/mx5000tools/mx5000tools-0.1.2.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit autotools
28 -
29 -DESCRIPTION="Tools for controlling the LCD on a Logitech MX5000 keyboard"
30 -HOMEPAGE="https://web.archive.org/web/20160409073317/http://home.gna.org/mx5000tools/"
31 -SRC_URI="https://web.archive.org/web/20170225160711/http://download.gna.org/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2+"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc ppc64 x86"
36 -
37 -RDEPEND="media-libs/netpbm:="
38 -DEPEND="${RDEPEND}"
39 -
40 -PATCHES=( "${FILESDIR}/${P}-find-netpbm-header.patch" )
41 -
42 -src_prepare() {
43 - default
44 -
45 - eautoreconf
46 -}
47 -src_configure() {
48 - local myeconfargs=(
49 - --disable-static
50 - )
51 -
52 - econf "${myeconfargs[@]}"
53 -}
54 -
55 -src_install() {
56 - default
57 -
58 - find "${D}" -name '*.la' -delete || die
59 -}