public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber (xmw)" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/oroborus-keylaunch: oroborus-keylaunch-1.3.9.ebuild ChangeLog
Date: Mon,  4 Jun 2012 19:39:09 +0000 (UTC)	[thread overview]
Message-ID: <20120604193909.568F42004B@flycatcher.gentoo.org> (raw)

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)
 






             reply	other threads:[~2012-06-04 19:39 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120604193909.568F42004B@flycatcher.gentoo.org \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox