public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig: gnuconfig-20110202.ebuild gnuconfig-20120116.ebuild gnuconfig-99999999.ebuild gnuconfig-20110814.ebuild gnuconfig-20100924.ebuild ChangeLog
@ 2012-05-15  3:03 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2012-05-15  3:03 UTC (permalink / raw
  To: gentoo-commits

vapier      12/05/15 03:03:33

  Modified:             gnuconfig-20110202.ebuild gnuconfig-20120116.ebuild
                        gnuconfig-99999999.ebuild gnuconfig-20110814.ebuild
                        gnuconfig-20100924.ebuild ChangeLog
  Log:
  Simplify version extraction from ChangeLog.
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-devel/gnuconfig/gnuconfig-20110202.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110202.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110202.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110202.ebuild?r1=1.3&r2=1.4

Index: gnuconfig-20110202.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110202.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnuconfig-20110202.ebuild	15 Aug 2011 03:25:55 -0000	1.3
+++ gnuconfig-20110202.ebuild	15 May 2012 03:03:33 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110202.ebuild,v 1.3 2011/08/15 03:25:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110202.ebuild,v 1.4 2012/05/15 03:03:33 vapier Exp $
 
 EAPI="2"
 
@@ -25,7 +25,7 @@
 maint_pkg_create() {
 	cd "${S}"
 
-	local ver=$(head -n 1 ChangeLog | awk '{print $1}' | sed -e 's:-::g')
+	local ver=$(gawk '{ gsub(/-/, "", $1); print $1; exit }' ChangeLog)
 	[[ ${#ver} != 8 ]] && die "invalid version '${ver}'"
 
 	cp "${FILESDIR}"/${PV}/*.patch . || die



1.4                  sys-devel/gnuconfig/gnuconfig-20120116.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild?r1=1.3&r2=1.4

Index: gnuconfig-20120116.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnuconfig-20120116.ebuild	26 Apr 2012 12:15:06 -0000	1.3
+++ gnuconfig-20120116.ebuild	15 May 2012 03:03:33 -0000	1.4
@@ -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/sys-devel/gnuconfig/gnuconfig-20120116.ebuild,v 1.3 2012/04/26 12:15:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20120116.ebuild,v 1.4 2012/05/15 03:03:33 vapier Exp $
 
 EAPI="2"
 
@@ -27,7 +27,7 @@
 maint_pkg_create() {
 	cd "${S}"
 
-	local ver=$(head -n 1 ChangeLog | awk '{print $1}' | sed -e 's:-::g')
+	local ver=$(gawk '{ gsub(/-/, "", $1); print $1; exit }' ChangeLog)
 	[[ ${#ver} != 8 ]] && die "invalid version '${ver}'"
 
 	cp "${FILESDIR}"/${PV}/*.patch . || die



1.10                 sys-devel/gnuconfig/gnuconfig-99999999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild?r1=1.9&r2=1.10

Index: gnuconfig-99999999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnuconfig-99999999.ebuild	26 Apr 2012 12:15:06 -0000	1.9
+++ gnuconfig-99999999.ebuild	15 May 2012 03:03:33 -0000	1.10
@@ -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/sys-devel/gnuconfig/gnuconfig-99999999.ebuild,v 1.9 2012/04/26 12:15:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild,v 1.10 2012/05/15 03:03:33 vapier Exp $
 
 EAPI="2"
 
@@ -27,7 +27,7 @@
 maint_pkg_create() {
 	cd "${S}"
 
-	local ver=$(head -n 1 ChangeLog | awk '{print $1}' | sed -e 's:-::g')
+	local ver=$(gawk '{ gsub(/-/, "", $1); print $1; exit }' ChangeLog)
 	[[ ${#ver} != 8 ]] && die "invalid version '${ver}'"
 
 	cp "${FILESDIR}"/${PV}/*.patch . || die



1.3                  sys-devel/gnuconfig/gnuconfig-20110814.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild?r1=1.2&r2=1.3

Index: gnuconfig-20110814.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnuconfig-20110814.ebuild	3 Mar 2012 22:23:19 -0000	1.2
+++ gnuconfig-20110814.ebuild	15 May 2012 03:03:33 -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/sys-devel/gnuconfig/gnuconfig-20110814.ebuild,v 1.2 2012/03/03 22:23:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild,v 1.3 2012/05/15 03:03:33 vapier Exp $
 
 EAPI="2"
 
@@ -25,7 +25,7 @@
 maint_pkg_create() {
 	cd "${S}"
 
-	local ver=$(head -n 1 ChangeLog | awk '{print $1}' | sed -e 's:-::g')
+	local ver=$(gawk '{ gsub(/-/, "", $1); print $1; exit }' ChangeLog)
 	[[ ${#ver} != 8 ]] && die "invalid version '${ver}'"
 
 	cp "${FILESDIR}"/${PV}/*.patch . || die



1.4                  sys-devel/gnuconfig/gnuconfig-20100924.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20100924.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20100924.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20100924.ebuild?r1=1.3&r2=1.4

Index: gnuconfig-20100924.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20100924.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnuconfig-20100924.ebuild	6 Feb 2011 11:35:41 -0000	1.3
+++ gnuconfig-20100924.ebuild	15 May 2012 03:03:33 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20100924.ebuild,v 1.3 2011/02/06 11:35:41 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20100924.ebuild,v 1.4 2012/05/15 03:03:33 vapier Exp $
 
 inherit eutils
 if [[ ${PV} == "99999999" ]] ; then
@@ -23,7 +23,7 @@
 maint_pkg_create() {
 	cd "${S}"
 
-	local ver=$(head -n 1 ChangeLog | awk '{print $1}' | sed -e 's:-::g')
+	local ver=$(gawk '{ gsub(/-/, "", $1); print $1; exit }' ChangeLog)
 	[[ ${#ver} != 8 ]] && die "invalid version '${ver}'"
 
 	cp "${FILESDIR}"/${PV}/*.patch . || die



1.64                 sys-devel/gnuconfig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	26 Apr 2012 12:15:06 -0000	1.63
+++ ChangeLog	15 May 2012 03:03:33 -0000	1.64
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/gnuconfig
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.63 2012/04/26 12:15:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.64 2012/05/15 03:03:33 vapier Exp $
+
+  15 May 2012; Mike Frysinger <vapier@gentoo.org> gnuconfig-20100924.ebuild,
+  gnuconfig-20110202.ebuild, gnuconfig-20110814.ebuild,
+  gnuconfig-20120116.ebuild, gnuconfig-99999999.ebuild:
+  Simplify version extraction from ChangeLog.
 
   26 Apr 2012; Alexis Ballier <aballier@gentoo.org> gnuconfig-20120116.ebuild,
   gnuconfig-99999999.ebuild:






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

only message in thread, other threads:[~2012-05-15  3:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15  3:03 [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig: gnuconfig-20110202.ebuild gnuconfig-20120116.ebuild gnuconfig-99999999.ebuild gnuconfig-20110814.ebuild gnuconfig-20100924.ebuild ChangeLog Mike Frysinger (vapier)

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