polynomial-c 15/06/07 11:20:38 Modified: ChangeLog Added: hprofile-3.2.2.ebuild Removed: hprofile-3.0.5.ebuild hprofile-3.1.0.ebuild Log: Version bump. Removed old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.9 sys-apps/hprofile/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 4 Jun 2015 12:12:04 -0000 1.8 +++ ChangeLog 7 Jun 2015 11:20:38 -0000 1.9 @@ -1,6 +1,12 @@ # 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.8 2015/06/04 12:12:04 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.9 2015/06/07 11:20:38 polynomial-c Exp $ + +*hprofile-3.2.2 (07 Jun 2015) + + 07 Jun 2015; Lars Wendler <[email protected]> -hprofile-3.0.5.ebuild, + -hprofile-3.1.0.ebuild, +hprofile-3.2.2.ebuild: + Version bump. Removed old. *hprofile-3.1.1 (04 Jun 2015) 1.1 sys-apps/hprofile/hprofile-3.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/hprofile-3.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/hprofile-3.2.2.ebuild?rev=1.1&content-type=text/plain Index: hprofile-3.2.2.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.2.2.ebuild,v 1.1 2015/06/07 11:20:38 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 }
