public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xsetleds: xsetleds-0.1.3-r1.ebuild xsetleds-0.1.3.ebuild ChangeLog
@ 2014-09-03  9:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-09-03  9:03 UTC (permalink / raw
  To: gentoo-commits

jer         14/09/03 09:03:56

  Modified:             xsetleds-0.1.3.ebuild ChangeLog
  Added:                xsetleds-0.1.3-r1.ebuild
  Log:
  einstall -> EAPI 5 default (bug #521674). Respect CC. Fix some coding issues.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.17                 x11-misc/xsetleds/xsetleds-0.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild?r1=1.16&r2=1.17

Index: xsetleds-0.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xsetleds-0.1.3.ebuild	7 Jan 2008 10:42:10 -0000	1.16
+++ xsetleds-0.1.3.ebuild	3 Sep 2014 09:03:56 -0000	1.17
@@ -1,6 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.16 2008/01/07 10:42:10 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.17 2014/09/03 09:03:56 jer Exp $
+
+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/"
@@ -9,16 +12,23 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="x86 ppc sparc alpha hppa ~mips amd64 ia64"
-IUSE=""
 
-RDEPEND="x11-libs/libX11
-	x11-libs/libXtst"
-DEPEND="${RDEPEND}
+RDEPEND="
+	x11-libs/libX11
+	x11-libs/libXtst
+"
+DEPEND="
+	${RDEPEND}
 	x11-proto/inputproto
 	x11-proto/xextproto
-	x11-proto/xproto"
+	x11-proto/xproto
+"
 
-src_install() {
-	einstall || die
-	dodoc AUTHORS ChangeLog README TODO
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/${P}-assignment.patch \
+		"${FILESDIR}"/${P}-isalpha.patch
+	tc-export CC
 }
+
+DOCS=( AUTHORS ChangeLog README TODO )



1.17                 x11-misc/xsetleds/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsetleds/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsetleds/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsetleds/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	17 Mar 2013 16:13:46 -0000	1.16
+++ ChangeLog	3 Sep 2014 09:03:56 -0000	1.17
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/xsetleds
-# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v 1.16 2013/03/17 16:13:46 hwoarang Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v 1.17 2014/09/03 09:03:56 jer Exp $
+
+*xsetleds-0.1.3-r1 (03 Sep 2014)
+
+  03 Sep 2014; Jeroen Roovers <jer@gentoo.org> xsetleds-0.1.3.ebuild,
+  +xsetleds-0.1.3-r1.ebuild, +files/xsetleds-0.1.3-assignment.patch,
+  +files/xsetleds-0.1.3-isalpha.patch:
+  einstall -> EAPI 5 default (bug #521674). Respect CC. Fix some coding issues.
 
   17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Add proxy-maintainers to metadata.xml



1.1                  x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: xsetleds-0.1.3-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3-r1.ebuild,v 1.1 2014/09/03 09:03:56 jer Exp $

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-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 )





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-03  9:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-03  9:03 [gentoo-commits] gentoo-x86 commit in x11-misc/xsetleds: xsetleds-0.1.3-r1.ebuild xsetleds-0.1.3.ebuild ChangeLog Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox