dlan        15/07/14 09:23:46

  Modified:             ChangeLog
  Added:                tuned-2.5.0.ebuild
  Removed:              tuned-2.3.0.ebuild
  Log:
  version bump & drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.3                  sys-apps/tuned/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/tuned/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   19 Oct 2014 14:20:17 -0000      1.2
+++ ChangeLog   14 Jul 2015 09:23:46 -0000      1.3
@@ -1,6 +1,12 @@
 # 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.2 2014/10/19 
14:20:17 dlan Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuned/ChangeLog,v 1.3 2015/07/14 
09:23:46 dlan Exp $
+
+*tuned-2.5.0 (14 Jul 2015)
+
+  14 Jul 2015; Yixun Lan <[email protected]> -tuned-2.3.0.ebuild,
+  +tuned-2.5.0.ebuild:
+  version bump & drop old
 
 *tuned-2.4.1 (19 Oct 2014)
 



1.1                  sys-apps/tuned/tuned-2.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/tuned-2.5.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/tuned/tuned-2.5.0.ebuild?rev=1.1&content-type=text/plain

Index: tuned-2.5.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/tuned/tuned-2.5.0.ebuild,v 1.1 
2015/07/14 09:23:46 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}"
}




Reply via email to