[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/files/, x11-misc/xsetleds/

2022-09-17 Thread Sam James
commit: b285885a1572877bed466f356c9f3f7ce8abb853
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 18 02:10:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 18 02:10:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b285885a

x11-misc/xsetleds: extra implicit decl. fixes

Bug: https://bugs.gentoo.org/870571
Signed-off-by: Sam James  gentoo.org>

 ...ds-0.1.3-configure-implicit-function-decl.patch | 60 ++
 ...ds-0.1.3-r2.ebuild => xsetleds-0.1.3-r3.ebuild} |  0
 2 files changed, 60 insertions(+)

diff --git 
a/x11-misc/xsetleds/files/xsetleds-0.1.3-configure-implicit-function-decl.patch 
b/x11-misc/xsetleds/files/xsetleds-0.1.3-configure-implicit-function-decl.patch
index 4055e7a459a0..3235053c8b7e 100644
--- 
a/x11-misc/xsetleds/files/xsetleds-0.1.3-configure-implicit-function-decl.patch
+++ 
b/x11-misc/xsetleds/files/xsetleds-0.1.3-configure-implicit-function-decl.patch
@@ -13,3 +13,63 @@ is written for autoconf 2.13.
  EOF
  if { (eval echo configure:1063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
+@@ -1304,6 +1304,7 @@ else
+ #line 1305 "configure"
+ #include "confdefs.h"
+ #include 
++#include 
+ #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+ #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+ #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+@@ -2477,7 +2478,7 @@ for ac_kw in inline __inline__ __inline; do
+ #include "confdefs.h"
+ 
+ int main() {
+-} $ac_kw foo() {
++} int $ac_kw foo() {
+ ; return 0; }
+ EOF
+ if { (eval echo configure:2484: \"$ac_compile\") 1>&5; (eval $ac_compile) 
2>&5; }; then
+@@ -2855,13 +2856,14 @@ else
+   cat > conftest.$ac_ext <
+ /* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $ac_func(); below.  */
+ #include 
+ /* Override any gcc2 internal prototype to avoid an error.  */
+ /* We use char because int might match the return type of a gcc2
+ builtin and then its argument prototype would still apply.  */
+-char $ac_func();
++int $ac_func();
+ 
+ int main() {
+ 
+@@ -2934,14 +2936,13 @@ else
+* does it exist and is it safe to write into the mmap'd area
+* how to use it (BSD variants)  */
+ #include 
++#include 
+ #include 
+ #include 
++#include 
++#include 
+ 
+-/* This mess was copied from the GNU getpagesize.h.  */
+ #ifndef HAVE_GETPAGESIZE
+-# ifdef HAVE_UNISTD_H
+-#  include 
+-# endif
+ 
+ /* Assume that all systems that can run configure have sys/param.h.  */
+ # ifndef HAVE_SYS_PARAM_H
+@@ -2981,7 +2982,7 @@ else
+ #ifdef __cplusplus
+ extern "C" { void *malloc(unsigned); }
+ #else
+-char *malloc();
++void *malloc();
+ #endif
+ 
+ int

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r3.ebuild
similarity index 100%
rename from x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
rename to x11-misc/xsetleds/xsetleds-0.1.3-r3.ebuild



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/, x11-misc/xsetleds/files/

2022-09-17 Thread Sam James
commit: bbb8661765e69f8f978d4894026cf0aff603f586
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 18 01:19:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 18 01:26:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb86617

x11-misc/xsetleds: update EAPI 6 -> 8, fix implicit func. declarations

Closes: https://bugs.gentoo.org/870571
Signed-off-by: Sam James  gentoo.org>

 ...xsetleds-0.1.3-configure-implicit-function-decl.patch | 15 +++
 x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild   | 16 +---
 2 files changed, 24 insertions(+), 7 deletions(-)

diff --git 
a/x11-misc/xsetleds/files/xsetleds-0.1.3-configure-implicit-function-decl.patch 
b/x11-misc/xsetleds/files/xsetleds-0.1.3-configure-implicit-function-decl.patch
new file mode 100644
index ..4055e7a459a0
--- /dev/null
+++ 
b/x11-misc/xsetleds/files/xsetleds-0.1.3-configure-implicit-function-decl.patch
@@ -0,0 +1,15 @@
+https://bugs.gentoo.org/870571
+
+Not sent upstream as it's a generated file and configure.in
+is written for autoconf 2.13.
+--- a/configure
 b/configure
+@@ -1057,7 +1057,7 @@ cat > conftest.$ac_ext << EOF
+ #line 1058 "configure"
+ #include "confdefs.h"
+ 
+-main(){return(0);}
++int main(){return(0);}
+ EOF
+ if { (eval echo configure:1063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } 
&& test -s conftest${ac_exeext}; then
+   ac_cv_prog_cc_works=yes

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
index 1de8663792e8..5a8da903b1c3 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit toolchain-funcs
 
-DESCRIPTION="small tool to report and change the keyboard LED states of an X 
display"
+DESCRIPTION="Small tool to report and change the keyboard LED states of an X 
display"
 HOMEPAGE="https://github.com/bmeurer/xsetleds;
 SRC_URI="
ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz
@@ -23,14 +24,15 @@ DEPEND="
${RDEPEND}
x11-base/xorg-proto
 "
+
 PATCHES=(
"${FILESDIR}"/${P}-assignment.patch
"${FILESDIR}"/${P}-isalpha.patch
+   "${FILESDIR}"/${P}-configure-implicit-function-decl.patch
 )
 
-src_prepare() {
-   default
+src_configure() {
tc-export CC
-}
 
-DOCS=( AUTHORS ChangeLog README TODO )
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2021-10-19 Thread Jakov Smolić
commit: 41d36b1325eccfcd7ee63b1031b311dee4a7dea5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Oct 19 19:06:15 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Oct 19 19:09:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d36b13

x11-misc/xsetleds: Update SRC_URI

jer@ is retired and I've archived the distfiles in my devspace

Signed-off-by: Jakov Smolić  gentoo.org>

 x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
index 741d565b461..1de8663792e 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="small tool to report and change the keyboard LED 
states of an X dis
 HOMEPAGE="https://github.com/bmeurer/xsetleds;
 SRC_URI="
ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz
-   https://dev.gentoo.org/~jer/${P}.tar.gz
+   https://dev.gentoo.org/~jsmolic/distfiles/${P}.tar.gz
 "
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2021-03-17 Thread Sam James
commit: 256bc445c9d9f1f6d3dc9df1ee9071d3df0ed7fb
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 09:03:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 09:08:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256bc445

x11-misc/xsetleds: drop 0.1.3-r1

Bug: https://bugs.gentoo.org/776487
Signed-off-by: Sam James  gentoo.org>

 x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild | 31 --
 1 file changed, 31 deletions(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
deleted file mode 100644
index 6c0a7070272..000
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="small tool to report and change the keyboard LED states of an X 
display"
-HOMEPAGE="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/;
-SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86"
-
-RDEPEND="
-   x11-libs/libX11
-   x11-libs/libXtst
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-assignment.patch \
-   "${FILESDIR}"/${P}-isalpha.patch
-   tc-export CC
-}
-
-DOCS=( AUTHORS ChangeLog README TODO )



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2021-03-17 Thread Sam James
commit: c1f624e6f746b1da935c5b039efc735db85f877c
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 08:57:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 08:57:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f624e6

x11-misc/xsetleds: Stabilize 0.1.3-r2 sparc, #776487

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
index 24035052302..741d565b461 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2021-03-15 Thread Sam James
commit: 1bc73ebc80492b1fb14f8bdd9b569c13a0d6c38c
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:24:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:24:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc73ebc

x11-misc/xsetleds: Stabilize 0.1.3-r2 ppc, #776487

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
index d0d8b22be07..24035052302 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2021-03-15 Thread Sam James
commit: d60c5e223898650a114306ebc24086066954e049
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:20:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:21:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60c5e22

x11-misc/xsetleds: Stabilize 0.1.3-r2 amd64, #776487

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
index d4870ab4037..d0d8b22be07 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2021-03-15 Thread Sam James
commit: f2f77e19304521e32312bed949ff819db761d281
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 21:16:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 21:18:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f77e19

x11-misc/xsetleds: Stabilize 0.1.3-r2 x86, #776487

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
index cd140527393..d4870ab4037 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2017-10-13 Thread Jeroen Roovers
commit: 1d1d6e3080bcdb6a5a38ae01ffa074e73eb05726
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 13:50:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 13:50:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1d6e30

x11-misc/xsetleds: Fix HOMEPAGE, add alternative SRC_URI.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild | 38 ++
 1 file changed, 38 insertions(+)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
new file mode 100644
index 000..a7fea73b665
--- /dev/null
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="small tool to report and change the keyboard LED states of an X 
display"
+HOMEPAGE="https://github.com/bmeurer/xsetleds;
+SRC_URI="
+   ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz
+   https://dev.gentoo.org/~jer/${P}.tar.gz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXtst
+"
+DEPEND="
+   ${RDEPEND}
+   x11-proto/inputproto
+   x11-proto/xextproto
+   x11-proto/xproto
+"
+PATCHES=(
+   "${FILESDIR}"/${P}-assignment.patch
+   "${FILESDIR}"/${P}-isalpha.patch
+)
+
+src_prepare() {
+   default
+   tc-export CC
+}
+
+DOCS=( AUTHORS ChangeLog README TODO )



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2017-10-13 Thread Jonas Stein
commit: e681a43557d5afef6d70c1ffdb7579a8ecf03f6c
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Oct 13 10:39:04 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Fri Oct 13 10:39:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e681a435

x11-misc/xsetleds: Proxied maintainer retired

Removed proxied maintainer from metadata.
Mail returned to sender.

Closes: https://bugs.gentoo.org/633176
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 x11-misc/xsetleds/metadata.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/x11-misc/xsetleds/metadata.xml b/x11-misc/xsetleds/metadata.xml
index 6c6e166da53..2ba8e9e851e 100644
--- a/x11-misc/xsetleds/metadata.xml
+++ b/x11-misc/xsetleds/metadata.xml
@@ -1,17 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   jss...@chello.no
-   John S. Skogtvedt
-   Proxied maintainer
-   

desktop-m...@gentoo.org
Gentoo Desktop Miscellaneous Project

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2017-10-02 Thread Jonas Stein
commit: b993935f4cabb5382cb0bfa94b6da55f928b482d
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Oct  2 23:18:49 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Oct  2 23:18:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b993935f

x11-misc/xsetleds: Update contact

changed "Unknown" to the name as written in the public bugzilla account.
removed retired developer from description

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-misc/xsetleds/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xsetleds/metadata.xml b/x11-misc/xsetleds/metadata.xml
index 1d079d79d99..6c6e166da53 100644
--- a/x11-misc/xsetleds/metadata.xml
+++ b/x11-misc/xsetleds/metadata.xml
@@ -3,8 +3,8 @@
 

jss...@chello.no
-   Unknown
-   seem...@gentoo.org as a proxy maintainer.  Please 
refer to jss2k2
+   John S. Skogtvedt
+   Proxied maintainer


desktop-m...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2017-08-04 Thread Patrice Clement
commit: 9bf447feeda842a127117330c0908c8e4e89651d
Author: Harri Nieminen  gmail  com>
AuthorDate: Fri Aug  4 15:12:10 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Aug  5 02:58:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf447fe

x11-misc/xsetleds: remove old and fix metadata.

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5297

 x11-misc/xsetleds/metadata.xml  | 20 ++--
 x11-misc/xsetleds/xsetleds-0.1.3.ebuild | 33 -
 2 files changed, 10 insertions(+), 43 deletions(-)

diff --git a/x11-misc/xsetleds/metadata.xml b/x11-misc/xsetleds/metadata.xml
index c6c57a2c9f0..1d079d79d99 100644
--- a/x11-misc/xsetleds/metadata.xml
+++ b/x11-misc/xsetleds/metadata.xml
@@ -2,16 +2,16 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-  jss...@chello.no
-  Unknown
-  seem...@gentoo.org as a proxy maintainer.  Please refer to 
jss2k2
-
-
-  desktop-m...@gentoo.org
-  Gentoo Desktop Miscellaneous Project
+   jss...@chello.no
+   Unknown
+   seem...@gentoo.org as a proxy maintainer.  Please 
refer to jss2k2

-
-  proxy-ma...@gentoo.org
-  Proxy Maintainers
+   
+   desktop-m...@gentoo.org
+   Gentoo Desktop Miscellaneous Project
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers

 

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild
deleted file mode 100644
index 669e0a8e352..000
--- a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="small tool to report and change the keyboard LED states of an X 
display"
-HOMEPAGE="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/;
-SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa ~mips amd64 ia64"
-
-RDEPEND="
-   x11-libs/libX11
-   x11-libs/libXtst
-"
-DEPEND="
-   ${RDEPEND}
-   x11-proto/inputproto
-   x11-proto/xextproto
-   x11-proto/xproto
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-assignment.patch \
-   "${FILESDIR}"/${P}-isalpha.patch
-   tc-export CC
-}
-
-DOCS=( AUTHORS ChangeLog README TODO )



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2017-05-12 Thread Agostino Sarubbo
commit: 29127ce4bfa4ea7a4a1753a5da11f5901b90a042
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May 12 14:52:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May 12 14:54:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29127ce4

x11-misc/xsetleds: sparc stable wrt bug #616864

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
index b4f74d0c2e6..880156be365 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ~sparc x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc sparc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2017-04-30 Thread Jeroen Roovers
commit: 7965b484eb01b81dfefa23dcf7303c8a60bfbcae
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Apr 30 08:38:22 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Apr 30 08:41:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7965b484

x11-misc/xsetleds: Stable for HPPA (bug #616864).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
index 9b852297b79..b4f74d0c2e6 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ~sparc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2017-04-04 Thread Tobias Klausmann
commit: 2e16a69a3405cda57cda6a98e79e4192d478ce9e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Apr  4 19:27:47 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Apr  4 19:27:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e16a69a

x11-misc/xsetleds-0.1.3-r1: add alpha keyword

Gentoo-Bug: 613104

 x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
index e439c5dad6e..9b852297b79 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2017-03-22 Thread Michael Weber
commit: ab48d8f001eb8d57ec8fafdf7070157da009df29
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 21 15:34:32 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Mar 22 07:29:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab48d8f0

x11-misc/xsetleds: ppc stable (bug 613104)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
index 0fc51fd1b4f..e439c5dad6e 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2017-03-21 Thread Agostino Sarubbo
commit: ed5522993c9378274e509eaab40f773f38cd7757
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 21 14:32:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 21 14:32:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed552299

x11-misc/xsetleds: x86 stable wrt bug #613104

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
index 9d37dca34d9..0fc51fd1b4f 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
 
 RDEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xsetleds/

2017-03-20 Thread Agostino Sarubbo
commit: 85c527fb1620851f767cad7dca5b15432050760e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 20 11:03:58 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 20 11:03:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c527fb

x11-misc/xsetleds: amd64 stable wrt bug #613104

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
index 8c13fb3b324..9d37dca34d9 100644
--- a/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ 
SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
 
 RDEPEND="
x11-libs/libX11