pinkbyte 14/09/08 11:19:19 Modified: ChangeLog Added: cocaine-core-0.9.2-r1.ebuild Removed: cocaine-core-0.9.2.ebuild Log: Revision bump: EAPI 5, add subslot to dev-libs/boost dependency, fix building with newer boost, wrt bug #497320. Thanks to Franz Fellner <alpine.art.de AT gmail.com> for provided patch. Drop old revision (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path 1.2 net-misc/cocaine-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cocaine-core/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cocaine-core/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cocaine-core/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/cocaine-core/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 28 Jan 2013 08:00:44 -0000 1.1 +++ ChangeLog 8 Sep 2014 11:19:19 -0000 1.2 @@ -1,6 +1,14 @@ # ChangeLog for net-misc/cocaine-core -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cocaine-core/ChangeLog,v 1.1 2013/01/28 08:00:44 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/cocaine-core/ChangeLog,v 1.2 2014/09/08 11:19:19 pinkbyte Exp $ + +*cocaine-core-0.9.2-r1 (08 Sep 2014) + + 08 Sep 2014; Sergey Popov <[email protected]> -cocaine-core-0.9.2.ebuild, + +cocaine-core-0.9.2-r1.ebuild, +files/cocaine-core-0.9.2-boost-1.53.patch: + Revision bump: EAPI 5, add subslot to dev-libs/boost dependency, fix building + with newer boost, wrt bug #497320. Thanks to Franz Fellner <alpine.art.de AT + gmail.com> for provided patch. Drop old revision *cocaine-core-0.9.2 (28 Jan 2013) 1.1 net-misc/cocaine-core/cocaine-core-0.9.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cocaine-core/cocaine-core-0.9.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cocaine-core/cocaine-core-0.9.2-r1.ebuild?rev=1.1&content-type=text/plain Index: cocaine-core-0.9.2-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/cocaine-core/cocaine-core-0.9.2-r1.ebuild,v 1.1 2014/09/08 11:19:19 pinkbyte Exp $ EAPI=5 inherit eutils cmake-utils DESCRIPTION="Cloud platform, core parts" HOMEPAGE="http://reverbrain.com/cocaine/" SRC_URI="https://github.com/cocaine/${PN}/archive/${PV}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-libs/boost:= <net-libs/zeromq-3 dev-libs/libev dev-libs/msgpack dev-libs/libcgroup " RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-boost-1.53.patch" )
