patrick 15/07/02 04:31:33 Modified: ChangeLog Added: handystats-1.11.3.ebuild Log: Bump (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 dev-libs/handystats/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/handystats/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/handystats/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/handystats/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/handystats/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 30 Jun 2015 05:45:32 -0000 1.3 +++ ChangeLog 2 Jul 2015 04:31:33 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/handystats # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/handystats/ChangeLog,v 1.3 2015/06/30 05:45:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/handystats/ChangeLog,v 1.4 2015/07/02 04:31:33 patrick Exp $ + +*handystats-1.11.3 (02 Jul 2015) + + 02 Jul 2015; Patrick Lauer <[email protected]> +handystats-1.11.3.ebuild: + Bump *handystats-1.11.1 (30 Jun 2015) 1.1 dev-libs/handystats/handystats-1.11.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/handystats/handystats-1.11.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/handystats/handystats-1.11.3.ebuild?rev=1.1&content-type=text/plain Index: handystats-1.11.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/handystats/handystats-1.11.3.ebuild,v 1.1 2015/07/02 04:31:33 patrick Exp $ EAPI=5 RESTRICT="test" inherit cmake-utils DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics with low overhead." HOMEPAGE="https://github.com/shindo/handystats" SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${DEPEND} dev-cpp/gtest dev-libs/boost"
