polynomial-c 15/06/04 12:12:04 Modified: ChangeLog Added: hprofile-3.1.1.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.8 sys-apps/hprofile/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 2 Jun 2015 09:47:49 -0000 1.7 +++ ChangeLog 4 Jun 2015 12:12:04 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/hprofile # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.7 2015/06/02 09:47:49 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.8 2015/06/04 12:12:04 polynomial-c Exp $ + +*hprofile-3.1.1 (04 Jun 2015) + + 04 Jun 2015; Lars Wendler <[email protected]> +hprofile-3.1.1.ebuild: + Version bump. *hprofile-3.1.0 (02 Jun 2015) 1.1 sys-apps/hprofile/hprofile-3.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/hprofile-3.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/hprofile-3.1.1.ebuild?rev=1.1&content-type=text/plain Index: hprofile-3.1.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/hprofile-3.1.1.ebuild,v 1.1 2015/06/04 12:12:04 polynomial-c Exp $ EAPI=5 DESCRIPTION="Utility to manage hardware, network, power or other profiles (fork)" HOMEPAGE="https://github.com/tokiclover/hprofile" SRC_URI="https://github.com/tokiclover/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_prepare() { sed -i '1s:.*:#!/sbin/runscript:' hprofile.initd || die sed -i "/^prefix/s:=.*:=${EPREFIX}/usr:" Makefile || die }
