public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-embedded/pk2cmd: pk2cmd-1.20.ebuild ChangeLog
@ 2015-03-21 15:01 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-03-21 15:01 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/21 15:01:13

  Modified:             pk2cmd-1.20.ebuild ChangeLog
  Log:
  use dobin instead of exeinto /usr/bin/ && doexe
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.6                  dev-embedded/pk2cmd/pk2cmd-1.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild?r1=1.5&r2=1.6

Index: pk2cmd-1.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pk2cmd-1.20.ebuild	5 Jan 2015 15:24:14 -0000	1.5
+++ pk2cmd-1.20.ebuild	21 Mar 2015 15:01:13 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild,v 1.5 2015/01/05 15:24:14 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pk2cmd/pk2cmd-1.20.ebuild,v 1.6 2015/03/21 15:01:13 jlec Exp $
 
 EAPI=5
 
@@ -25,12 +25,14 @@
 	epatch "${FILESDIR}/${PN}-add-share-dir-for-dev-file-${PV}.patch"
 
 	# Fix up the Makefile
-	sed -i 's:#TARGET=linux:TARGET=linux:' Makefile
-	sed -i 's:DBG=-O2:DBG=:' Makefile
-	sed -i 's:^CFLAGS=:CFLAGS+=:' Makefile
-	sed -i 's:^LDFLAGS=:LDFLAGS+=:' Makefile
-	sed -i 's:^LIBUSB=/usr/local:LIBUSB=/usr:' Makefile
-	sed -i "s:^CC=g++::" Makefile
+	sed \
+		-e 's:#TARGET=linux:TARGET=linux:' \
+		-e 's:DBG=-O2:DBG=:' \
+		-e 's:^CFLAGS=:CFLAGS+=:' \
+		-e 's:^LDFLAGS=:LDFLAGS+=:' \
+		-e 's:^LIBUSB=/usr/local:LIBUSB=/usr:' \
+		-e "s:^CC=g++::" \
+		-i Makefile || die
 }
 
 src_compile() {
@@ -40,11 +42,9 @@
 src_install() {
 	# Copy the device files and PicKit2 OS
 	insinto "/usr/share/pk2"
-	doins PK2DeviceFile.dat
-	doins PK2V023200.hex
+	doins PK2DeviceFile.dat PK2V023200.hex
 	# Install the program
-	exeinto /usr/bin
-	doexe pk2cmd
+	dobin pk2cmd
 	# Install the documentation
 	dodoc ReadmeForPK2CMDLinux2-6.txt usbhotplug.txt
 }



1.8                  dev-embedded/pk2cmd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/pk2cmd/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/pk2cmd/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/pk2cmd/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/pk2cmd/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 Jan 2015 15:24:14 -0000	1.7
+++ ChangeLog	21 Mar 2015 15:01:13 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/pk2cmd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pk2cmd/ChangeLog,v 1.7 2015/01/05 15:24:14 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/pk2cmd/ChangeLog,v 1.8 2015/03/21 15:01:13 jlec Exp $
+
+  21 Mar 2015; Justin Lecher <jlec@gentoo.org> pk2cmd-1.20.ebuild:
+  use dobin instead of exeinto /usr/bin/ && doexe
 
   05 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -pk2cmd-1.12.0-r1.ebuild,
   pk2cmd-1.20.ebuild:





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

only message in thread, other threads:[~2015-03-21 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-21 15:01 [gentoo-commits] gentoo-x86 commit in dev-embedded/pk2cmd: pk2cmd-1.20.ebuild ChangeLog Justin Lecher (jlec)

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