dlan 14/11/22 00:29:04 Modified: ChangeLog Added: lttng-ust-2.5.1.ebuild lttng-ust-2.6.0_rc2.ebuild Removed: lttng-ust-2.4.1.ebuild lttng-ust-2.4.2.ebuild Log: bump new, drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.4 dev-util/lttng-ust/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 31 Jul 2014 22:25:36 -0000 1.3 +++ ChangeLog 22 Nov 2014 00:29:04 -0000 1.4 @@ -1,6 +1,14 @@ # ChangeLog for dev-util/lttng-ust # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v 1.3 2014/07/31 22:25:36 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v 1.4 2014/11/22 00:29:04 dlan Exp $ + +*lttng-ust-2.6.0_rc2 (22 Nov 2014) +*lttng-ust-2.5.1 (22 Nov 2014) + + 22 Nov 2014; Yixun Lan <[email protected]> -lttng-ust-2.4.1.ebuild, + -lttng-ust-2.4.2.ebuild, +lttng-ust-2.5.1.ebuild, + +lttng-ust-2.6.0_rc2.ebuild: + bump new, drop old *lttng-ust-2.5.0 (31 Jul 2014) *lttng-ust-2.4.2 (31 Jul 2014) 1.1 dev-util/lttng-ust/lttng-ust-2.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.5.1.ebuild?rev=1.1&content-type=text/plain Index: lttng-ust-2.5.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.5.1.ebuild,v 1.1 2014/11/22 00:29:04 dlan Exp $ EAPI=5 inherit autotools MY_P="${P/_rc/-rc}" DESCRIPTION="Linux Trace Toolkit - UST library" HOMEPAGE="http://lttng.org" SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND="dev-libs/userspace-rcu" RDEPEND="${DEPEND}" src_prepare() { if ! use examples; then sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die fi eautoreconf } 1.1 dev-util/lttng-ust/lttng-ust-2.6.0_rc2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.6.0_rc2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.6.0_rc2.ebuild?rev=1.1&content-type=text/plain Index: lttng-ust-2.6.0_rc2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.6.0_rc2.ebuild,v 1.1 2014/11/22 00:29:04 dlan Exp $ EAPI=5 inherit autotools MY_P="${P/_rc/-rc}" DESCRIPTION="Linux Trace Toolkit - UST library" HOMEPAGE="http://lttng.org" SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND="dev-libs/userspace-rcu" RDEPEND="${DEPEND}" S="${WORKDIR}"/${MY_P} src_prepare() { if ! use examples; then sed -i -e '/SUBDIRS/s:examples::' doc/Makefile.am || die fi eautoreconf }
