Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/
Date: Sat, 05 Aug 2017 02:59:04
Message-Id: 1501901917.9bf447feeda842a127117330c0908c8e4e89651d.monsieurp@gentoo
1 commit: 9bf447feeda842a127117330c0908c8e4e89651d
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Fri Aug 4 15:12:10 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 5 02:58:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf447fe
7
8 x11-misc/xsetleds: remove old and fix metadata.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/5297
12
13 x11-misc/xsetleds/metadata.xml | 20 ++++++++++----------
14 x11-misc/xsetleds/xsetleds-0.1.3.ebuild | 33 ---------------------------------
15 2 files changed, 10 insertions(+), 43 deletions(-)
16
17 diff --git a/x11-misc/xsetleds/metadata.xml b/x11-misc/xsetleds/metadata.xml
18 index c6c57a2c9f0..1d079d79d99 100644
19 --- a/x11-misc/xsetleds/metadata.xml
20 +++ b/x11-misc/xsetleds/metadata.xml
21 @@ -2,16 +2,16 @@
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 <maintainer type="person">
25 - <email>jss2k2@××××××.no</email>
26 - <name>Unknown</name>
27 - <description>seemant@g.o as a proxy maintainer. Please refer to jss2k2</description>
28 -</maintainer>
29 -<maintainer type="project">
30 - <email>desktop-misc@g.o</email>
31 - <name>Gentoo Desktop Miscellaneous Project</name>
32 + <email>jss2k2@××××××.no</email>
33 + <name>Unknown</name>
34 + <description>seemant@g.o as a proxy maintainer. Please refer to jss2k2</description>
35 </maintainer>
36 -<maintainer type="project">
37 - <email>proxy-maint@g.o</email>
38 - <name>Proxy Maintainers</name>
39 + <maintainer type="project">
40 + <email>desktop-misc@g.o</email>
41 + <name>Gentoo Desktop Miscellaneous Project</name>
42 + </maintainer>
43 + <maintainer type="project">
44 + <email>proxy-maint@g.o</email>
45 + <name>Proxy Maintainers</name>
46 </maintainer>
47 </pkgmetadata>
48
49 diff --git a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild
50 deleted file mode 100644
51 index 669e0a8e352..00000000000
52 --- a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild
53 +++ /dev/null
54 @@ -1,33 +0,0 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=5
59 -inherit eutils toolchain-funcs
60 -
61 -DESCRIPTION="small tool to report and change the keyboard LED states of an X display"
62 -HOMEPAGE="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/"
63 -SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz"
64 -
65 -LICENSE="GPL-2"
66 -SLOT="0"
67 -KEYWORDS="x86 ppc sparc alpha hppa ~mips amd64 ia64"
68 -
69 -RDEPEND="
70 - x11-libs/libX11
71 - x11-libs/libXtst
72 -"
73 -DEPEND="
74 - ${RDEPEND}
75 - x11-proto/inputproto
76 - x11-proto/xextproto
77 - x11-proto/xproto
78 -"
79 -
80 -src_prepare() {
81 - epatch \
82 - "${FILESDIR}"/${P}-assignment.patch \
83 - "${FILESDIR}"/${P}-isalpha.patch
84 - tc-export CC
85 -}
86 -
87 -DOCS=( AUTHORS ChangeLog README TODO )