public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: cpptest-1.1.1.ebuild ChangeLog
@ 2010-03-26  4:59 Sebastian Pipping (sping)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping (sping) @ 2010-03-26  4:59 UTC (permalink / raw
  To: gentoo-commits

sping       10/03/26 04:59:22

  Modified:             ChangeLog
  Added:                cpptest-1.1.1.ebuild
  Log:
  dev-util/cpptest: Trivial-bump to 1.1.1
  (Portage version: 2.2_rc67_p26/cvs/Linux i686)

Revision  Changes    Path
1.10                 dev-util/cpptest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	18 Jan 2010 16:22:38 -0000	1.9
+++ ChangeLog	26 Mar 2010 04:59:22 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/cpptest
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.9 2010/01/18 16:22:38 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.10 2010/03/26 04:59:22 sping Exp $
+
+*cpptest-1.1.1 (26 Mar 2010)
+
+  26 Mar 2010; Sebastian Pipping <sping@gentoo.org> +cpptest-1.1.1.ebuild:
+  Trivial-bump to 1.1.1
 
   18 Jan 2010; Robert Buchholz <rbu@gentoo.org> metadata.xml:
   Dropping maintenance, adding sping



1.1                  dev-util/cpptest/cpptest-1.1.1.ebuild

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

Index: cpptest-1.1.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.1 2010/03/26 04:59:22 sping Exp $

EAPI=2
inherit autotools

DESCRIPTION="Simple but powerful unit testing framework for C++"
HOMEPAGE="http://cpptest.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc"

DEPEND="doc? ( app-doc/doxygen )"
RDEPEND=""

src_prepare() {
	epatch "${FILESDIR}/${PN}-1.1.0-htmldir.patch"
	eautoreconf
}

src_configure() {
	econf \
		$(use_enable doc) \
		--htmldir=/usr/share/doc/${PF}/html/
}

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"
	dodoc AUTHORS BUGS NEWS README
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: cpptest-1.1.1.ebuild ChangeLog
@ 2012-01-02 13:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-02 13:52 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/02 13:52:02

  Modified:             cpptest-1.1.1.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #397017
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/cpptest/cpptest-1.1.1.ebuild

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

Index: cpptest-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cpptest-1.1.1.ebuild	26 Mar 2010 04:59:22 -0000	1.1
+++ cpptest-1.1.1.ebuild	2 Jan 2012 13:52:02 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.1 2010/03/26 04:59:22 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.2 2012/01/02 13:52:02 ago Exp $
 
 EAPI=2
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 DEPEND="doc? ( app-doc/doxygen )"



1.11                 dev-util/cpptest/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	26 Mar 2010 04:59:22 -0000	1.10
+++ ChangeLog	2 Jan 2012 13:52:02 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cpptest
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.10 2010/03/26 04:59:22 sping Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.11 2012/01/02 13:52:02 ago Exp $
+
+  02 Jan 2012; Agostino Sarubbo <ago@gentoo.org> cpptest-1.1.1.ebuild:
+  Stable for AMD64, wrt bug #397017
 
 *cpptest-1.1.1 (26 Mar 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: cpptest-1.1.1.ebuild ChangeLog
@ 2012-01-04  3:18 Sebastian Pipping (sping)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping (sping) @ 2012-01-04  3:18 UTC (permalink / raw
  To: gentoo-commits

sping       12/01/04 03:18:40

  Modified:             cpptest-1.1.1.ebuild ChangeLog
  Log:
  dev-util/cpptest: Remove .la files
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/cpptest/cpptest-1.1.1.ebuild

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

Index: cpptest-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cpptest-1.1.1.ebuild	2 Jan 2012 13:52:02 -0000	1.2
+++ cpptest-1.1.1.ebuild	4 Jan 2012 03:18:40 -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/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.2 2012/01/02 13:52:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.3 2012/01/04 03:18:40 sping Exp $
 
 EAPI=2
 inherit autotools
@@ -30,5 +30,7 @@
 
 src_install() {
 	emake install DESTDIR="${D}" || die "emake install failed"
-	dodoc AUTHORS BUGS NEWS README
+	dodoc AUTHORS BUGS NEWS README || die
+
+	find "${D}" -type f -name '*.la' -delete || die
 }



1.12                 dev-util/cpptest/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	2 Jan 2012 13:52:02 -0000	1.11
+++ ChangeLog	4 Jan 2012 03:18:40 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cpptest
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.11 2012/01/02 13:52:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.12 2012/01/04 03:18:40 sping Exp $
+
+  04 Jan 2012; Sebastian Pipping <sping@gentoo.org> cpptest-1.1.1.ebuild:
+  Remove .la files (bug #397017, comment 2)
 
   02 Jan 2012; Agostino Sarubbo <ago@gentoo.org> cpptest-1.1.1.ebuild:
   Stable for AMD64, wrt bug #397017






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: cpptest-1.1.1.ebuild ChangeLog
@ 2012-01-05 11:44 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2012-01-05 11:44 UTC (permalink / raw
  To: gentoo-commits

xmw         12/01/05 11:44:53

  Modified:             cpptest-1.1.1.ebuild ChangeLog
  Log:
  ppc/ppc64/sparc stable (bug 397017)
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-util/cpptest/cpptest-1.1.1.ebuild

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

Index: cpptest-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cpptest-1.1.1.ebuild	4 Jan 2012 03:18:40 -0000	1.3
+++ cpptest-1.1.1.ebuild	5 Jan 2012 11:44:53 -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/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.3 2012/01/04 03:18:40 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.4 2012/01/05 11:44:53 xmw Exp $
 
 EAPI=2
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 sparc ~x86"
 IUSE="doc"
 
 DEPEND="doc? ( app-doc/doxygen )"



1.13                 dev-util/cpptest/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	4 Jan 2012 03:18:40 -0000	1.12
+++ ChangeLog	5 Jan 2012 11:44:53 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cpptest
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.12 2012/01/04 03:18:40 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.13 2012/01/05 11:44:53 xmw Exp $
+
+  05 Jan 2012; Michael Weber <xmw@gentoo.org> cpptest-1.1.1.ebuild:
+  ppc/ppc64/sparc stable (bug 397017)
 
   04 Jan 2012; Sebastian Pipping <sping@gentoo.org> cpptest-1.1.1.ebuild:
   Remove .la files (bug #397017, comment 2)






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

* [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: cpptest-1.1.1.ebuild ChangeLog
@ 2012-01-15 15:24 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-15 15:24 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/15 15:24:13

  Modified:             cpptest-1.1.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #397017
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-util/cpptest/cpptest-1.1.1.ebuild

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

Index: cpptest-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cpptest-1.1.1.ebuild	5 Jan 2012 11:44:53 -0000	1.4
+++ cpptest-1.1.1.ebuild	15 Jan 2012 15:24:13 -0000	1.5
@@ -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/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.4 2012/01/05 11:44:53 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.5 2012/01/15 15:24:13 phajdan.jr Exp $
 
 EAPI=2
 inherit autotools
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="doc"
 
 DEPEND="doc? ( app-doc/doxygen )"



1.14                 dev-util/cpptest/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cpptest/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	5 Jan 2012 11:44:53 -0000	1.13
+++ ChangeLog	15 Jan 2012 15:24:13 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cpptest
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.13 2012/01/05 11:44:53 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.14 2012/01/15 15:24:13 phajdan.jr Exp $
+
+  15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> cpptest-1.1.1.ebuild:
+  x86 stable wrt bug #397017
 
   05 Jan 2012; Michael Weber <xmw@gentoo.org> cpptest-1.1.1.ebuild:
   ppc/ppc64/sparc stable (bug 397017)






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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-26  4:59 [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: cpptest-1.1.1.ebuild ChangeLog Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-02 13:52 Agostino Sarubbo (ago)
2012-01-04  3:18 Sebastian Pipping (sping)
2012-01-05 11:44 Michael Weber (xmw)
2012-01-15 15:24 PaweA Hajdan (phajdan.jr)

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