public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-1.23.ebuild
@ 2009-05-19  7:17 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2009-05-19  7:17 UTC (permalink / raw
  To: gentoo-commits

vapier      09/05/19 07:17:53

  Modified:             ChangeLog
  Added:                unifdef-1.23.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-util/unifdef/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	19 May 2009 07:14:45 -0000	1.5
+++ ChangeLog	19 May 2009 07:17:53 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/unifdef
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.5 2009/05/19 07:14:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.6 2009/05/19 07:17:53 vapier Exp $
+
+*unifdef-1.23 (19 May 2009)
+
+  19 May 2009; Mike Frysinger <vapier@gentoo.org> +unifdef-1.23.ebuild:
+  Version bump.
 
   19 May 2009; Mike Frysinger <vapier@gentoo.org> unifdef-1.20.ebuild:
   Fix build error with glibc-2.10 due to getline() #270369 by Harris



1.1                  dev-util/unifdef/unifdef-1.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild?rev=1.1&content-type=text/plain

Index: unifdef-1.23.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild,v 1.1 2009/05/19 07:17:53 vapier Exp $

DESCRIPTION="remove #ifdef'ed lines from a file while otherwise leaving the file alone"
HOMEPAGE="http://freshmeat.net/projects/unifdef/"
SRC_URI="mirror://gentoo/${P}.tar.lzma"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd"
IUSE=""

S=${WORKDIR}/${P}/Debian

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i 's:\<getline\>:get_line:' */unifdef.c || die #270369
}

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc ../README.Gentoo README
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-1.23.ebuild
@ 2010-01-09  3:18 Jonathan Callen (abcd)
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Callen (abcd) @ 2010-01-09  3:18 UTC (permalink / raw
  To: gentoo-commits

abcd        10/01/09 03:18:58

  Modified:             ChangeLog unifdef-1.23.ebuild
  Log:
  Remove unneeded sed; add prefix keywords
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-util/unifdef/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	19 May 2009 07:17:53 -0000	1.6
+++ ChangeLog	9 Jan 2010 03:18:57 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/unifdef
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.6 2009/05/19 07:17:53 vapier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.7 2010/01/09 03:18:57 abcd Exp $
+
+  09 Jan 2010; Jonathan Callen <abcd@gentoo.org> unifdef-1.23.ebuild:
+  Remove unneeded sed; add prefix keywords
 
 *unifdef-1.23 (19 May 2009)
 



1.2                  dev-util/unifdef/unifdef-1.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild?r1=1.1&r2=1.2

Index: unifdef-1.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unifdef-1.23.ebuild	19 May 2009 07:17:53 -0000	1.1
+++ unifdef-1.23.ebuild	9 Jan 2010 03:18:58 -0000	1.2
@@ -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/unifdef/unifdef-1.23.ebuild,v 1.1 2009/05/19 07:17:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild,v 1.2 2010/01/09 03:18:58 abcd Exp $
 
 DESCRIPTION="remove #ifdef'ed lines from a file while otherwise leaving the file alone"
 HOMEPAGE="http://freshmeat.net/projects/unifdef/"
@@ -8,17 +8,11 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 S=${WORKDIR}/${P}/Debian
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	sed -i 's:\<getline\>:get_line:' */unifdef.c || die #270369
-}
-
 src_install() {
 	emake install DESTDIR="${D}" || die
 	dodoc ../README.Gentoo README






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

* [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-1.23.ebuild
@ 2010-01-15  3:15 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2010-01-15  3:15 UTC (permalink / raw
  To: gentoo-commits

vapier      10/01/15 03:15:06

  Modified:             ChangeLog unifdef-1.23.ebuild
  Log:
  Pull in xz-utils for $A #299988 by Matt Turner.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-util/unifdef/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	9 Jan 2010 03:18:57 -0000	1.7
+++ ChangeLog	15 Jan 2010 03:15:06 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/unifdef
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.7 2010/01/09 03:18:57 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/ChangeLog,v 1.8 2010/01/15 03:15:06 vapier Exp $
+
+  15 Jan 2010; Mike Frysinger <vapier@gentoo.org> unifdef-1.23.ebuild:
+  Pull in xz-utils for $A #299988 by Matt Turner.
 
   09 Jan 2010; Jonathan Callen <abcd@gentoo.org> unifdef-1.23.ebuild:
   Remove unneeded sed; add prefix keywords
@@ -21,7 +24,7 @@
   03 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> unifdef-1.20.ebuild:
   Add ~x86-fbsd keyword.
 
-*unifdef-1.0 (08 Oct 2006)
+*unifdef-1.20 (08 Oct 2006)
 
   08 Oct 2006; Mike Frysinger <vapier@gentoo.org> +unifdef-1.20.ebuild:
   Initial import.  Ebuild submitted by me.



1.3                  dev-util/unifdef/unifdef-1.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild?r1=1.2&r2=1.3

Index: unifdef-1.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unifdef-1.23.ebuild	9 Jan 2010 03:18:58 -0000	1.2
+++ unifdef-1.23.ebuild	15 Jan 2010 03:15:06 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild,v 1.2 2010/01/09 03:18:58 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/unifdef/unifdef-1.23.ebuild,v 1.3 2010/01/15 03:15:06 vapier Exp $
 
 DESCRIPTION="remove #ifdef'ed lines from a file while otherwise leaving the file alone"
 HOMEPAGE="http://freshmeat.net/projects/unifdef/"
@@ -11,6 +11,9 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
+DEPEND="app-arch/xz-utils"
+RDEPEND=""
+
 S=${WORKDIR}/${P}/Debian
 
 src_install() {






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

end of thread, other threads:[~2010-01-15  3:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-19  7:17 [gentoo-commits] gentoo-x86 commit in dev-util/unifdef: ChangeLog unifdef-1.23.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-09  3:18 Jonathan Callen (abcd)
2010-01-15  3:15 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