public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild cppunit-9999.ebuild ChangeLog
@ 2012-09-27 11:05 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-09-27 11:05 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/09/27 11:05:48

  Modified:             cppunit-9999.ebuild ChangeLog
  Added:                cppunit-1.13.1.ebuild
  Log:
  Bump to latest version.
  
  (Portage version: 2.2.0_alpha132/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/cppunit/cppunit-9999.ebuild

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

Index: cppunit-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cppunit-9999.ebuild	11 Aug 2012 09:29:13 -0000	1.1
+++ cppunit-9999.ebuild	27 Sep 2012 11:05:48 -0000	1.2
@@ -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/cppunit/cppunit-9999.ebuild,v 1.1 2012/08/11 09:29:13 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild,v 1.2 2012/09/27 11:05:48 scarabeus Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 	)"
 
 DOCS=( AUTHORS BUGS NEWS README THANKS TODO doc/FAQ )
-[[ ${PV} = 9999 ]] || DOCS+=" ChangeLog"
+[[ ${PV} = 9999 ]] || DOCS+=( ChangeLog )
 
 src_prepare() {
 	[[ ${PV} = 9999 ]] && eautoreconf
@@ -39,14 +39,14 @@
 		$(use_enable static-libs static) \
 		$(use_enable doc doxygen) \
 		$(use_enable doc dot) \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF}
+		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
 		--htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
 }
 
 src_install() {
 	default
 
-	find "${ED}" -name '*.la' -exec rm -f {} +
+	prune_libtool_files --all
 
 	if use examples ; then
 		find examples -iname "*.o" -delete



1.76                 dev-util/cppunit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	13 Sep 2012 15:36:01 -0000	1.75
+++ ChangeLog	27 Sep 2012 11:05:48 -0000	1.76
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/cppunit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.75 2012/09/13 15:36:01 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.76 2012/09/27 11:05:48 scarabeus Exp $
+
+*cppunit-1.13.1 (27 Sep 2012)
+
+  27 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> +cppunit-1.13.1.ebuild,
+  cppunit-9999.ebuild:
+  Bump to latest version.
 
   13 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> -cppunit-1.12.1-r1.ebuild,
   -files/cppunit-1.10.2-asneeded.patch,



1.1                  dev-util/cppunit/cppunit-1.13.1.ebuild

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

Index: cppunit-1.13.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.1 2012/09/27 11:05:48 scarabeus Exp $

EAPI=4

EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit"
[[ ${PV} = 9999 ]] && inherit git-2 autotools
inherit eutils flag-o-matic

DESCRIPTION="C++ port of the famous JUnit framework for unit testing"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/cppunit"
[[ ${PV} = 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
[[ ${PV} = 9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples static-libs"

RDEPEND=""
DEPEND="${RDEPEND}
	doc? (
		app-doc/doxygen[dot]
		media-gfx/graphviz
	)"

DOCS=( AUTHORS BUGS NEWS README THANKS TODO doc/FAQ )
[[ ${PV} = 9999 ]] || DOCS+=( ChangeLog )

src_prepare() {
	[[ ${PV} = 9999 ]] && eautoreconf
}

src_configure() {
	# Anything else than -O0 breaks on alpha
	use alpha && replace-flags "-O?" -O0

	econf \
		$(use_enable static-libs static) \
		$(use_enable doc doxygen) \
		$(use_enable doc dot) \
		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
		--htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
}

src_install() {
	default

	prune_libtool_files --all

	if use examples ; then
		find examples -iname "*.o" -delete
		insinto /usr/share/${PN}
		doins -r examples
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild cppunit-9999.ebuild ChangeLog
@ 2013-03-03 10:29 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2013-03-03 10:29 UTC (permalink / raw
  To: gentoo-commits

vapier      13/03/03 10:29:04

  Modified:             cppunit-1.13.1.ebuild cppunit-9999.ebuild ChangeLog
  Log:
  Add s390 lovin.
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.12                 dev-util/cppunit/cppunit-1.13.1.ebuild

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

Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cppunit-1.13.1.ebuild	6 Feb 2013 19:39:59 -0000	1.11
+++ cppunit-1.13.1.ebuild	3 Mar 2013 10:29:04 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.11 2013/02/06 19:39:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.12 2013/03/03 10:29:04 vapier Exp $
 
 EAPI=4
 
@@ -14,11 +14,9 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-
 # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
 [[ ${PV} = 9999 ]] || \
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples static-libs"
 
 RDEPEND=""



1.4                  dev-util/cppunit/cppunit-9999.ebuild

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

Index: cppunit-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cppunit-9999.ebuild	1 Dec 2012 11:40:28 -0000	1.3
+++ cppunit-9999.ebuild	3 Mar 2013 10:29:04 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild,v 1.3 2012/12/01 11:40:28 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild,v 1.4 2013/03/03 10:29:04 vapier Exp $
 
 EAPI=5
 
@@ -14,7 +14,9 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-[[ ${PV} = 9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
+[[ ${PV} = 9999 ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples static-libs"
 
 RDEPEND=""



1.88                 dev-util/cppunit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	6 Feb 2013 19:39:59 -0000	1.87
+++ ChangeLog	3 Mar 2013 10:29:04 -0000	1.88
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/cppunit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.87 2013/02/06 19:39:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.88 2013/03/03 10:29:04 vapier Exp $
+
+  03 Mar 2013; Mike Frysinger <vapier@gentoo.org> cppunit-1.13.1.ebuild,
+  cppunit-9999.ebuild:
+  Add s390 lovin.
 
   06 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
   Stable for sparc, wrt bug #454544





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

end of thread, other threads:[~2013-03-03 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 10:29 [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild cppunit-9999.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-27 11:05 Tomas Chvatal (scarabeus)

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