pinkbyte 14/07/06 21:07:01 Modified: ChangeLog cppunit-9999.ebuild Added: cppunit-1.13.2-r2.ebuild Removed: cppunit-1.13.2-r1.ebuild cppunit-1.13.2.ebuild Log: Install docs, accidentally dropped during multilib conversion, drop old revisions (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path 1.93 dev-util/cppunit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.93&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.93&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.92&r2=1.93 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- ChangeLog 7 Jun 2014 11:53:44 -0000 1.92 +++ ChangeLog 6 Jul 2014 21:07:00 -0000 1.93 @@ -1,6 +1,13 @@ # ChangeLog for dev-util/cppunit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.92 2014/06/07 11:53:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.93 2014/07/06 21:07:00 pinkbyte Exp $ + +*cppunit-1.13.2-r2 (06 Jul 2014) + + 06 Jul 2014; Sergey Popov <pinkb...@gentoo.org> -cppunit-1.13.2.ebuild, + -cppunit-1.13.2-r1.ebuild, +cppunit-1.13.2-r2.ebuild, cppunit-9999.ebuild: + Install docs, accidentally dropped during multilib conversion, drop old + revisions *cppunit-1.13.2-r1 (07 Jun 2014) 1.8 dev-util/cppunit/cppunit-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild?r1=1.7&r2=1.8 Index: cppunit-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cppunit-9999.ebuild 7 Jun 2014 11:53:44 -0000 1.7 +++ cppunit-9999.ebuild 6 Jul 2014 21:07:00 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.7 2014/06/07 11:53:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-9999.ebuild,v 1.8 2014/07/06 21:07:00 pinkbyte Exp $ EAPI=5 @@ -56,6 +56,7 @@ } multilib_src_install_all() { + einstalldocs prune_libtool_files --all if use examples ; then 1.1 dev-util/cppunit/cppunit-1.13.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild?rev=1.1&content-type=text/plain Index: cppunit-1.13.2-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild,v 1.1 2014/07/06 21:07:00 pinkbyte Exp $ EAPI=5 EGIT_REPO_URI="git://anongit.freedesktop.org/libreoffice/cppunit" [[ ${PV} = 9999 ]] && inherit git-r3 autotools inherit eutils flag-o-matic multilib-minimal 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" # 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="" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] media-gfx/graphviz )" DOCS=( AUTHORS BUGS NEWS README THANKS TODO doc/FAQ ) [[ ${PV} = 9999 ]] || DOCS+=( ChangeLog ) MULTILIB_CHOST_TOOLS=( /usr/bin/cppunit-config ) src_prepare() { [[ ${PV} = 9999 ]] && eautoreconf } src_configure() { # Anything else than -O0 breaks on alpha use alpha && replace-flags "-O?" -O0 multilib-minimal_src_configure } multilib_src_configure() { ECONF_SOURCE=${S} \ econf \ $(use_enable static-libs static) \ $(multilib_native_use_enable doc doxygen) \ $(multilib_native_use_enable doc dot) \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ --disable-silent-rules } multilib_src_install_all() { einstalldocs prune_libtool_files --all if use examples ; then find examples -iname "*.o" -delete insinto /usr/share/${PN} doins -r examples fi }