dlan 14/10/19 14:20:17 Modified: ChangeLog Added: tuned-2.4.1.ebuild Log: version bump (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.2 sys-apps/tuned/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/tuned/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 29 Aug 2014 04:08:59 -0000 1.1 +++ ChangeLog 19 Oct 2014 14:20:17 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/tuned # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuned/ChangeLog,v 1.1 2014/08/29 04:08:59 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuned/ChangeLog,v 1.2 2014/10/19 14:20:17 dlan Exp $ + +*tuned-2.4.1 (19 Oct 2014) + + 19 Oct 2014; Yixun Lan <[email protected]> +tuned-2.4.1.ebuild: + version bump *tuned-2.3.0 (29 Aug 2014) 1.1 sys-apps/tuned/tuned-2.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/tuned-2.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/tuned-2.4.1.ebuild?rev=1.1&content-type=text/plain Index: tuned-2.4.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/tuned/tuned-2.4.1.ebuild,v 1.1 2014/10/19 14:20:17 dlan Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 systemd DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices" HOMEPAGE="https://fedorahosted.org/tuned/" SRC_URI="https://fedorahosted.org/releases/t/u/tuned/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" COMMON_DEPEND="${PYTHON_DEPS} dev-python/configobj[${PYTHON_USEDEP}] dev-python/decorator[${PYTHON_USEDEP}] dev-python/pyudev[${PYTHON_USEDEP}] " DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND} sys-power/powertop dev-util/systemtap " REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { sed -i \ -e "/^UNITDIR = /s:\$(shell rpm --eval '%{_unitdir}'):$(systemd_get_unitdir):" \ -e "/\$(DESTDIR)\/run\/tuned/d" \ Makefile ||die } src_install() { default newinitd "${FILESDIR}"/tuned.initd tuned python_fix_shebang "${ED}" }
