dlan 14/07/31 22:25:36 Modified: ChangeLog Added: lttng-ust-2.5.0.ebuild lttng-ust-2.4.2.ebuild Removed: lttng-ust-2.4.0.ebuild Log: version bump, also drop old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.3 dev-util/lttng-ust/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 16 May 2014 08:10:16 -0000 1.2 +++ ChangeLog 31 Jul 2014 22:25:36 -0000 1.3 @@ -1,6 +1,13 @@ # 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.2 2014/05/16 08:10:16 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-ust/ChangeLog,v 1.3 2014/07/31 22:25:36 dlan Exp $ + +*lttng-ust-2.5.0 (31 Jul 2014) +*lttng-ust-2.4.2 (31 Jul 2014) + + 31 Jul 2014; Yixun Lan <[email protected]> -lttng-ust-2.4.0.ebuild, + +lttng-ust-2.4.2.ebuild, +lttng-ust-2.5.0.ebuild: + version bump, also drop old *lttng-ust-2.4.1 (16 May 2014) 1.1 dev-util/lttng-ust/lttng-ust-2.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.5.0.ebuild?rev=1.1&content-type=text/plain Index: lttng-ust-2.5.0.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.0.ebuild,v 1.1 2014/07/31 22:25:36 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.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.4.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-ust/lttng-ust-2.4.2.ebuild?rev=1.1&content-type=text/plain Index: lttng-ust-2.4.2.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.4.2.ebuild,v 1.1 2014/07/31 22:25:36 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 }
