public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/oroborus-keylaunch: oroborus-keylaunch-1.3.9.ebuild ChangeLog
@ 2012-06-04 19:39 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2012-06-04 19:39 UTC (permalink / raw
  To: gentoo-commits

xmw         12/06/04 19:39:09

  Modified:             oroborus-keylaunch-1.3.9.ebuild ChangeLog
  Log:
  Fix SRC_URI, EAPI-4 (reported by df, bug 416129)
  
  (Portage version: 2.1.10.63/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild?r1=1.1&r2=1.2

Index: oroborus-keylaunch-1.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oroborus-keylaunch-1.3.9.ebuild	31 May 2010 15:52:47 -0000	1.1
+++ oroborus-keylaunch-1.3.9.ebuild	4 Jun 2012 19:39:09 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild,v 1.1 2010/05/31 15:52:47 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild,v 1.2 2012/06/04 19:39:09 xmw Exp $
 
-EAPI=2
+EAPI=4
 
 MY_PN=${PN/oroborus-//}
 
@@ -22,11 +22,12 @@
 S=${WORKDIR}/${MY_PN}-${PV}
 
 src_prepare() {
-	sed -i -e "s: -g -O2 -Wall::" \
-		-e "/^install:/s/install-docs//" Makefile.in || die
+	sed -e "s: -g -O2 -Wall::" \
+		-e "/^install:/s/install-docs//" \
+		-i Makefile.in || die
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc README docs/example_rc debian/changelog || die
+	emake DESTDIR="${D}" install
+	dodoc README docs/example_rc debian/changelog
 }



1.2                  x11-misc/oroborus-keylaunch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	31 May 2010 15:52:47 -0000	1.1
+++ ChangeLog	4 Jun 2012 19:39:09 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/oroborus-keylaunch
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/ChangeLog,v 1.1 2010/05/31 15:52:47 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/ChangeLog,v 1.2 2012/06/04 19:39:09 xmw Exp $
+
+  04 Jun 2012; Michael Weber <xmw@gentoo.org> oroborus-keylaunch-1.3.9.ebuild:
+  Fix SRC_URI, EAPI-4 (reported by df, bug 416129)
 
 *oroborus-keylaunch-1.3.9 (31 May 2010)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/oroborus-keylaunch: oroborus-keylaunch-1.3.9.ebuild ChangeLog
@ 2012-06-04 19:40 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2012-06-04 19:40 UTC (permalink / raw
  To: gentoo-commits

xmw         12/06/04 19:40:29

  Modified:             oroborus-keylaunch-1.3.9.ebuild ChangeLog
  Log:
  Fix SRC_URI, EAPI-4 (reported by df, bug 416129)
  
  (Portage version: 2.1.10.63/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild?r1=1.2&r2=1.3

Index: oroborus-keylaunch-1.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oroborus-keylaunch-1.3.9.ebuild	4 Jun 2012 19:39:09 -0000	1.2
+++ oroborus-keylaunch-1.3.9.ebuild	4 Jun 2012 19:40:29 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild,v 1.2 2012/06/04 19:39:09 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/oroborus-keylaunch-1.3.9.ebuild,v 1.3 2012/06/04 19:40:29 xmw Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="utility for binding keys in Oroborus"
 HOMEPAGE="http://www.oroborus.org"
-SRC_URI="http://ftp.debian.org/debian/pool/main/k/${MY_PN}/${MY_PN}_${PV}.tar.gz"
+SRC_URI="mirror://debian/pool/main/k/${MY_PN}/${MY_PN}_${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



1.3                  x11-misc/oroborus-keylaunch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	4 Jun 2012 19:39:09 -0000	1.2
+++ ChangeLog	4 Jun 2012 19:40:29 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/oroborus-keylaunch
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/ChangeLog,v 1.2 2012/06/04 19:39:09 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-keylaunch/ChangeLog,v 1.3 2012/06/04 19:40:29 xmw Exp $
+
+  04 Jun 2012; Michael Weber <xmw@gentoo.org> oroborus-keylaunch-1.3.9.ebuild:
+  Fix SRC_URI, EAPI-4 (reported by df, bug 416129)
 
   04 Jun 2012; Michael Weber <xmw@gentoo.org> oroborus-keylaunch-1.3.9.ebuild:
   Fix SRC_URI, EAPI-4 (reported by df, bug 416129)






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-04 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 19:39 [gentoo-commits] gentoo-x86 commit in x11-misc/oroborus-keylaunch: oroborus-keylaunch-1.3.9.ebuild ChangeLog Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-04 19:40 Michael Weber (xmw)

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