public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/sparsehash: sparsehash-1.5.2.ebuild ChangeLog
@ 2009-09-01  8:26 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-01  8:26 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/01 08:26:42

  Modified:             ChangeLog
  Added:                sparsehash-1.5.2.ebuild
  Log:
  Bump to 1.5.2, fixes #281020
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-cpp/sparsehash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Mar 2008 19:02:16 -0000	1.2
+++ ChangeLog	1 Sep 2009 08:26:42 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-cpp/sparsehash
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.2 2008/03/07 19:02:16 dev-zero Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.3 2009/09/01 08:26:42 patrick Exp $
+
+*sparsehash-1.5.2 (01 Sep 2009)
+
+  01 Sep 2009; Patrick Lauer <patrick@gentoo.org> +sparsehash-1.5.2.ebuild:
+  Bump to 1.5.2, fixes #281020
 
 *sparsehash-1.1 (07 Mar 2008)
 



1.1                  dev-cpp/sparsehash/sparsehash-1.5.2.ebuild

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

Index: sparsehash-1.5.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild,v 1.1 2009/09/01 08:26:42 patrick Exp $

DESCRIPTION="An extremely memory-efficient hash_map implementation."
HOMEPAGE="http://code.google.com/p/google-sparsehash/"
SRC_URI="http://google-sparsehash.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	# Installs just every piece
	rm -rf "${D}/usr/share/doc"

	dodoc AUTHORS ChangeLog NEWS README TODO
	dohtml doc/*
}






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

* [gentoo-commits] gentoo-x86 commit in dev-cpp/sparsehash: sparsehash-1.5.2.ebuild ChangeLog
@ 2011-02-07 14:27 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-07 14:27 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/02/07 14:27:40

  Modified:             sparsehash-1.5.2.ebuild ChangeLog
  Log:
  x86 stable wrt bug #353570
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-cpp/sparsehash/sparsehash-1.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild?r1=1.1&r2=1.2

Index: sparsehash-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sparsehash-1.5.2.ebuild	1 Sep 2009 08:26:42 -0000	1.1
+++ sparsehash-1.5.2.ebuild	7 Feb 2011 14:27:39 -0000	1.2
@@ -1,13 +1,13 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild,v 1.1 2009/09/01 08:26:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild,v 1.2 2011/02/07 14:27:39 phajdan.jr Exp $
 
 DESCRIPTION="An extremely memory-efficient hash_map implementation."
 HOMEPAGE="http://code.google.com/p/google-sparsehash/"
 SRC_URI="http://google-sparsehash.googlecode.com/files/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND=""



1.4                  dev-cpp/sparsehash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	1 Sep 2009 08:26:42 -0000	1.3
+++ ChangeLog	7 Feb 2011 14:27:39 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/sparsehash
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.3 2009/09/01 08:26:42 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.4 2011/02/07 14:27:39 phajdan.jr Exp $
+
+  07 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  sparsehash-1.5.2.ebuild:
+  x86 stable wrt bug #353570
 
 *sparsehash-1.5.2 (01 Sep 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-cpp/sparsehash: sparsehash-1.5.2.ebuild ChangeLog
@ 2011-02-11 13:04 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-11 13:04 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/11 13:04:05

  Modified:             sparsehash-1.5.2.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #353570
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-cpp/sparsehash/sparsehash-1.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild?r1=1.2&r2=1.3

Index: sparsehash-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sparsehash-1.5.2.ebuild	7 Feb 2011 14:27:39 -0000	1.2
+++ sparsehash-1.5.2.ebuild	11 Feb 2011 13:04:04 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild,v 1.2 2011/02/07 14:27:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild,v 1.3 2011/02/11 13:04:04 hwoarang Exp $
 
 DESCRIPTION="An extremely memory-efficient hash_map implementation."
 HOMEPAGE="http://code.google.com/p/google-sparsehash/"
 SRC_URI="http://google-sparsehash.googlecode.com/files/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""



1.5                  dev-cpp/sparsehash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/sparsehash/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	7 Feb 2011 14:27:39 -0000	1.4
+++ ChangeLog	11 Feb 2011 13:04:04 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/sparsehash
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.4 2011/02/07 14:27:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.5 2011/02/11 13:04:04 hwoarang Exp $
+
+  11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> sparsehash-1.5.2.ebuild:
+  Stable on amd64 wrt bug #353570
 
   07 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   sparsehash-1.5.2.ebuild:






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

end of thread, other threads:[~2011-02-11 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 13:04 [gentoo-commits] gentoo-x86 commit in dev-cpp/sparsehash: sparsehash-1.5.2.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-07 14:27 PaweA Hajdan (phajdan.jr)
2009-09-01  8:26 Patrick Lauer (patrick)

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