public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/lttng-modules: ChangeLog lttng-modules-2.6.0_rc1.ebuild lttng-modules-2.5.1.ebuild lttng-modules-2.4.1.ebuild lttng-modules-2.4.2.ebuild
@ 2014-11-22  0:27 Yixun Lan (dlan)
  0 siblings, 0 replies; only message in thread
From: Yixun Lan (dlan) @ 2014-11-22  0:27 UTC (permalink / raw
  To: gentoo-commits

dlan        14/11/22 00:27:57

  Modified:             ChangeLog
  Added:                lttng-modules-2.6.0_rc1.ebuild
                        lttng-modules-2.5.1.ebuild
  Removed:              lttng-modules-2.4.1.ebuild
                        lttng-modules-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-modules/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-modules/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-modules/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-modules/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/lttng-modules/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	31 Jul 2014 21:53:25 -0000	1.3
+++ ChangeLog	22 Nov 2014 00:27:57 -0000	1.4
@@ -1,6 +1,14 @@
 # ChangeLog for dev-util/lttng-modules
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-modules/ChangeLog,v 1.3 2014/07/31 21:53:25 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-modules/ChangeLog,v 1.4 2014/11/22 00:27:57 dlan Exp $
+
+*lttng-modules-2.6.0_rc1 (22 Nov 2014)
+*lttng-modules-2.5.1 (22 Nov 2014)
+
+  22 Nov 2014; Yixun Lan <dlan@gentoo.org> -lttng-modules-2.4.1.ebuild,
+  -lttng-modules-2.4.2.ebuild, +lttng-modules-2.5.1.ebuild,
+  +lttng-modules-2.6.0_rc1.ebuild:
+  bump new, drop old
 
 *lttng-modules-2.5.0 (31 Jul 2014)
 *lttng-modules-2.4.2 (31 Jul 2014)



1.1                  dev-util/lttng-modules/lttng-modules-2.6.0_rc1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-modules/lttng-modules-2.6.0_rc1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-modules/lttng-modules-2.6.0_rc1.ebuild?rev=1.1&content-type=text/plain

Index: lttng-modules-2.6.0_rc1.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-modules/lttng-modules-2.6.0_rc1.ebuild,v 1.1 2014/11/22 00:27:57 dlan Exp $

EAPI=5

inherit linux-mod

MY_P="${P/_rc/-rc}"
DESCRIPTION="LTTng Kernel Tracer Modules"
HOMEPAGE="http://lttng.org"
SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

BUILD_TARGETS="default"

CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS
	~HAVE_SYSCALL_TRACEPOINTS ~PERF_EVENTS ~EVENT_TRACING ~KPROBES KRETPROBES"

MODULE_NAMES="true"

S="${WORKDIR}/${MY_P}"

pkg_pretend() {
	if kernel_is lt 2 6 27; then
		eerror "${PN} require Linux kernel >= 2.6.27"
		die "Please update your kernel!"
	fi
}

src_install() {
	for i in $(find "${S}" -name "*.ko" -print); do
		local val=${i##${S}/}
		local modules+="${val%%.ko}(misc:) "
	done
	MODULE_NAMES=${modules}

	linux-mod_src_install
	dodoc ChangeLog README.md TODO
}



1.1                  dev-util/lttng-modules/lttng-modules-2.5.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-modules/lttng-modules-2.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-modules/lttng-modules-2.5.1.ebuild?rev=1.1&content-type=text/plain

Index: lttng-modules-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-modules/lttng-modules-2.5.1.ebuild,v 1.1 2014/11/22 00:27:57 dlan Exp $

EAPI=5

inherit linux-mod

MY_P="${P/_rc/-rc}"
DESCRIPTION="LTTng Kernel Tracer Modules"
HOMEPAGE="http://lttng.org"
SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

BUILD_TARGETS="default"

CONFIG_CHECK="MODULES KALLSYMS HIGH_RES_TIMERS TRACEPOINTS
	~HAVE_SYSCALL_TRACEPOINTS ~PERF_EVENTS ~EVENT_TRACING ~KPROBES KRETPROBES"

MODULE_NAMES="true"

S="${WORKDIR}/${MY_P}"

pkg_pretend() {
	if kernel_is lt 2 6 27; then
		eerror "${PN} require Linux kernel >= 2.6.27"
		die "Please update your kernel!"
	fi
}

src_install() {
	for i in $(find "${S}" -name "*.ko" -print); do
		local val=${i##${S}/}
		local modules+="${val%%.ko}(misc:) "
	done
	MODULE_NAMES=${modules}

	linux-mod_src_install
	dodoc ChangeLog README TODO
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-22  0:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-22  0:27 [gentoo-commits] gentoo-x86 commit in dev-util/lttng-modules: ChangeLog lttng-modules-2.6.0_rc1.ebuild lttng-modules-2.5.1.ebuild lttng-modules-2.4.1.ebuild lttng-modules-2.4.2.ebuild Yixun Lan (dlan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox