public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/elfkickers: elfkickers-2.0a-r4.ebuild ChangeLog elfkickers-2.0a.ebuild elfkickers-2.0a-r3.ebuild elfkickers-2.0a-r1.ebuild elfkickers-2.0a-r2.ebuild
@ 2010-03-05 22:06 Ned Ludd (solar)
  0 siblings, 0 replies; only message in thread
From: Ned Ludd (solar) @ 2010-03-05 22:06 UTC (permalink / raw
  To: gentoo-commits

solar       10/03/05 22:06:34

  Modified:             elfkickers-2.0a-r4.ebuild ChangeLog
  Removed:              elfkickers-2.0a.ebuild elfkickers-2.0a-r3.ebuild
                        elfkickers-2.0a-r1.ebuild elfkickers-2.0a-r2.ebuild
  Log:
  - flush old ebuilds. make sure docs are handled right. (bug 305549)
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-util/elfkickers/elfkickers-2.0a-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/elfkickers/elfkickers-2.0a-r4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/elfkickers/elfkickers-2.0a-r4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/elfkickers/elfkickers-2.0a-r4.ebuild?r1=1.9&r2=1.10

Index: elfkickers-2.0a-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/elfkickers/elfkickers-2.0a-r4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- elfkickers-2.0a-r4.ebuild	4 Mar 2009 17:08:31 -0000	1.9
+++ elfkickers-2.0a-r4.ebuild	5 Mar 2010 22:06:33 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/elfkickers/elfkickers-2.0a-r4.ebuild,v 1.9 2009/03/04 17:08:31 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/elfkickers/elfkickers-2.0a-r4.ebuild,v 1.10 2010/03/05 22:06:33 solar Exp $
 
 inherit eutils multilib toolchain-funcs
 
@@ -42,13 +42,15 @@
 
 src_install() {
 	for d in elfls elftoc rebind sstrip ; do
-		newdoc ${d}/README README.${d}
-		dobin ${d}/${d}{32,64} || die "dobin ${d}{32,64} failed"
-		doman $d/*.1
+		newdoc ${d}/README README.${d} || die
+		dobin ${d}/${d}{32,64} || die
+		for i in ${d}/*.1; do
+		  [ -e ${i} ] && doman ${i}
+		done
 		case $(get_libdir) in
 			lib64) dosym /usr/bin/${d}64 /usr/bin/${d};;
 			lib|lib32) dosym /usr/bin/${d}32 /usr/bin/${d};;
 		esac
 	done
-	dodoc Changelog README
+	dodoc Changelog README || die
 }



1.31                 dev-util/elfkickers/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/elfkickers/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/elfkickers/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/elfkickers/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/elfkickers/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	4 Mar 2009 17:08:31 -0000	1.30
+++ ChangeLog	5 Mar 2010 22:06:33 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/elfkickers
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/elfkickers/ChangeLog,v 1.30 2009/03/04 17:08:31 drizzt Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/elfkickers/ChangeLog,v 1.31 2010/03/05 22:06:33 solar Exp $
+
+  05 Mar 2010; <solar@gentoo.org> -elfkickers-2.0a.ebuild,
+  -elfkickers-2.0a-r1.ebuild, -elfkickers-2.0a-r2.ebuild,
+  -elfkickers-2.0a-r3.ebuild, elfkickers-2.0a-r4.ebuild:
+  - flush old ebuilds. make sure docs are handled right. (bug 305549)
 
   04 Mar 2009; Timothy Redaelli <drizzt@gentoo.org>
   elfkickers-2.0a-r4.ebuild:






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

only message in thread, other threads:[~2010-03-05 22:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-05 22:06 [gentoo-commits] gentoo-x86 commit in dev-util/elfkickers: elfkickers-2.0a-r4.ebuild ChangeLog elfkickers-2.0a.ebuild elfkickers-2.0a-r3.ebuild elfkickers-2.0a-r1.ebuild elfkickers-2.0a-r2.ebuild Ned Ludd (solar)

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