jlec 15/04/13 08:26:36 Modified: goby-cpp-2.0.1.ebuild ChangeLog Log: Regenerate protocols, bug #514556 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild?r1=1.1&r2=1.2 Index: goby-cpp-2.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- goby-cpp-2.0.1.ebuild 19 Jul 2012 10:46:06 -0000 1.1 +++ goby-cpp-2.0.1.ebuild 13 Apr 2015 08:26:36 -0000 1.2 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild,v 1.1 2012/07/19 10:46:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/goby-cpp-2.0.1.ebuild,v 1.2 2015/04/13 08:26:36 jlec Exp $ -EAPI=4 +EAPI=5 AUTOTOOLS_AUTORECONF=yes @@ -24,9 +24,19 @@ S="${WORKDIR}/${PV}/cpp" +PATCHES=( + "${FILESDIR}"/${P}-underlinking.patch +) + src_prepare() { sed \ -e '/BUILD_TIMESTAMP/s:\(goby/timestamp.h\):$(top_srcdir)/src/\1:g' \ -i src/Makefile.am || die + + pushd src/goby > /dev/null || die + cp "${FILESDIR}"/*.proto . || die + protoc --cpp_out=. *.proto || die + popd > /dev/null || die + autotools-utils_src_prepare } 1.5 sci-biology/goby-cpp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/goby-cpp/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 11 Mar 2013 15:22:58 -0000 1.4 +++ ChangeLog 13 Apr 2015 08:26:36 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for sci-biology/goby-cpp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/ChangeLog,v 1.4 2013/03/11 15:22:58 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/goby-cpp/ChangeLog,v 1.5 2015/04/13 08:26:36 jlec Exp $ + + 13 Apr 2015; Justin Lecher <[email protected]> +files/Alignments.proto, + +files/Reads.proto, +files/goby-cpp-2.0.1-underlinking.patch, + goby-cpp-2.0.1.ebuild: + Regenerate protocols, bug #514556 11 Mar 2013; Justin Lecher <[email protected]> metadata.xml: Drop Andrey as maintainer so that bugs get assigned to sci-biology directly @@ -20,4 +25,3 @@ 25 Sep 2011; Andrey Kislyuk <[email protected]> +goby-cpp-1.9.7.3.ebuild, +metadata.xml: New package, ebuild written by me -
