public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: ChangeLog cpptest-1.1.2.ebuild
@ 2012-10-04 15:52 Sebastian Pipping (sping)
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping (sping) @ 2012-10-04 15:52 UTC (permalink / raw
  To: gentoo-commits

sping       12/10/04 15:52:19

  Modified:             ChangeLog
  Added:                cpptest-1.1.2.ebuild
  Log:
  dev-util/cpptest: 1.1.2
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-util/cpptest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	21 May 2012 19:03:45 -0000	1.15
+++ ChangeLog	4 Oct 2012 15:52:19 -0000	1.16
@@ -1,6 +1,11 @@
 # 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.15 2012/05/21 19:03:45 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.16 2012/10/04 15:52:19 sping Exp $
+
+*cpptest-1.1.2 (04 Oct 2012)
+
+  04 Oct 2012; Sebastian Pipping <sping@gentoo.org> +cpptest-1.1.2.ebuild:
+  Bump to 1.1.2
 
   21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> cpptest-1.1.0.ebuild,
   cpptest-1.1.1.ebuild:



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

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

Index: cpptest-1.1.2.ebuild
===================================================================
# 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.2.ebuild,v 1.1 2012/10/04 15:52:19 sping Exp $

EAPI=2

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_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 || die

	find "${D}" -type f -name '*.la' -delete || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: ChangeLog cpptest-1.1.2.ebuild
@ 2012-11-04  1:29 Sebastian Pipping (sping)
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping (sping) @ 2012-11-04  1:29 UTC (permalink / raw
  To: gentoo-commits

sping       12/11/04 01:29:20

  Modified:             ChangeLog cpptest-1.1.2.ebuild
  Log:
  dev-util/cpptest: QA
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-util/cpptest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Oct 2012 15:52:19 -0000	1.16
+++ ChangeLog	4 Nov 2012 01:29:20 -0000	1.17
@@ -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.16 2012/10/04 15:52:19 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.17 2012/11/04 01:29:20 sping Exp $
+
+  04 Nov 2012; Sebastian Pipping <sping@gentoo.org> cpptest-1.1.2.ebuild:
+  Apply EAPI 4 patch by Vicente Olivert Riera (bug #441310)
 
 *cpptest-1.1.2 (04 Oct 2012)
 



1.2                  dev-util/cpptest/cpptest-1.1.2.ebuild

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

Index: cpptest-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cpptest-1.1.2.ebuild	4 Oct 2012 15:52:19 -0000	1.1
+++ cpptest-1.1.2.ebuild	4 Nov 2012 01:29:20 -0000	1.2
@@ -1,8 +1,9 @@
 # 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.2.ebuild,v 1.1 2012/10/04 15:52:19 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.2.ebuild,v 1.2 2012/11/04 01:29:20 sping Exp $
 
-EAPI=2
+EAPI=4
+inherit eutils
 
 DESCRIPTION="Simple but powerful unit testing framework for C++"
 HOMEPAGE="http://cpptest.sourceforge.net/"
@@ -16,6 +17,8 @@
 DEPEND="doc? ( app-doc/doxygen )"
 RDEPEND=""
 
+DOCS=( AUTHORS BUGS NEWS README )
+
 src_configure() {
 	econf \
 		$(use_enable doc) \
@@ -23,8 +26,6 @@
 }
 
 src_install() {
-	emake install DESTDIR="${D}" || die "emake install failed"
-	dodoc AUTHORS BUGS NEWS README || die
-
-	find "${D}" -type f -name '*.la' -delete || die
-}
+	default
+	prune_libtool_files
+}
\ No newline at end of file





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

* [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: ChangeLog cpptest-1.1.2.ebuild
@ 2012-11-06 17:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-06 17:10 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/06 17:10:22

  Modified:             ChangeLog cpptest-1.1.2.ebuild
  Log:
  Stable for amd64, wrt bug #441310
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.18                 dev-util/cpptest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	4 Nov 2012 01:29:20 -0000	1.17
+++ ChangeLog	6 Nov 2012 17:10:22 -0000	1.18
@@ -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.17 2012/11/04 01:29:20 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.18 2012/11/06 17:10:22 ago Exp $
+
+  06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> cpptest-1.1.2.ebuild:
+  Stable for amd64, wrt bug #441310
 
   04 Nov 2012; Sebastian Pipping <sping@gentoo.org> cpptest-1.1.2.ebuild:
   Apply EAPI 4 patch by Vicente Olivert Riera (bug #441310)



1.3                  dev-util/cpptest/cpptest-1.1.2.ebuild

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

Index: cpptest-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cpptest-1.1.2.ebuild	4 Nov 2012 01:29:20 -0000	1.2
+++ cpptest-1.1.2.ebuild	6 Nov 2012 17:10:22 -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.2.ebuild,v 1.2 2012/11/04 01:29:20 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.2.ebuild,v 1.3 2012/11/06 17:10:22 ago Exp $
 
 EAPI=4
 inherit eutils
@@ -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 )"





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

* [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: ChangeLog cpptest-1.1.2.ebuild
@ 2012-11-20 20:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-20 20:57 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/20 20:57:36

  Modified:             ChangeLog cpptest-1.1.2.ebuild
  Log:
  Stable for x86, wrt bug #441310
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.20                 dev-util/cpptest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	7 Nov 2012 12:05:19 -0000	1.19
+++ ChangeLog	20 Nov 2012 20:57:36 -0000	1.20
@@ -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.19 2012/11/07 12:05:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.20 2012/11/20 20:57:36 ago Exp $
+
+  20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> cpptest-1.1.2.ebuild:
+  Stable for x86, wrt bug #441310
 
   07 Nov 2012; Anthony G. Basile <blueness@gentoo.org> cpptest-1.1.2.ebuild:
   stable ppc ppc64, bug #441310



1.5                  dev-util/cpptest/cpptest-1.1.2.ebuild

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

Index: cpptest-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cpptest-1.1.2.ebuild	7 Nov 2012 12:05:19 -0000	1.4
+++ cpptest-1.1.2.ebuild	20 Nov 2012 20:57:36 -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.2.ebuild,v 1.4 2012/11/07 12:05:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.2.ebuild,v 1.5 2012/11/20 20:57:36 ago Exp $
 
 EAPI=4
 inherit eutils
@@ -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 )"





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

end of thread, other threads:[~2012-11-20 20:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-06 17:10 [gentoo-commits] gentoo-x86 commit in dev-util/cpptest: ChangeLog cpptest-1.1.2.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-20 20:57 Agostino Sarubbo (ago)
2012-11-04  1:29 Sebastian Pipping (sping)
2012-10-04 15:52 Sebastian Pipping (sping)

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