summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-02-21 15:58:14 +0000
committerMichał Górny <mgorny@gentoo.org>2015-02-21 15:58:14 +0000
commit2f3f8386a5608919c8e764cb0bf778379cee09a2 (patch)
tree3afee941615e65a1db51b80e1bfa0fbc77a04424 /sys-power
parentVersion bump (diff)
downloadgentoo-2-2f3f8386a5608919c8e764cb0bf778379cee09a2.tar.gz
gentoo-2-2f3f8386a5608919c8e764cb0bf778379cee09a2.tar.bz2
gentoo-2-2f3f8386a5608919c8e764cb0bf778379cee09a2.zip
Update HOMEPAGE & SRC_URI, https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/18 by Michael Mair-Keimberger.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/ncpufreqd/ChangeLog8
-rw-r--r--sys-power/ncpufreqd/ncpufreqd-2.4.ebuild11
2 files changed, 12 insertions, 7 deletions
diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog
index 988b299060ff..4586c967071b 100644
--- a/sys-power/ncpufreqd/ChangeLog
+++ b/sys-power/ncpufreqd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/ncpufreqd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.26 2013/03/11 19:47:09 creffett Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.27 2015/02/21 15:58:14 mgorny Exp $
+
+ 21 Feb 2015; Michał Górny <mgorny@gentoo.org> ncpufreqd-2.4.ebuild:
+ Update HOMEPAGE & SRC_URI, https://github.com/gentoo/gentoo-portage-rsync-
+ mirror/pull/18 by Michael Mair-Keimberger.
11 Mar 2013; Chris Reffett <creffett@gentoo.org> ncpufreqd-2.4.ebuild:
Bump EAPI wrt bug 460572
diff --git a/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
index 1203b3fff29f..4ce28f9b18ce 100644
--- a/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
+++ b/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v 1.6 2013/03/11 19:47:09 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v 1.7 2015/02/21 15:58:14 mgorny Exp $
EAPI="5"
inherit cmake-utils
DESCRIPTION="Daemon controlling CPU speed and temperature"
-HOMEPAGE="http://projects.simpledesigns.com.pl/project/ncpufreqd/"
-SRC_URI="http://projects.simpledesigns.com.pl/get/${P}.tar.bz2"
+HOMEPAGE="https://bitbucket.org/nelchael/ncpufreqd"
+SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
LICENSE="ZLIB"
SLOT="0"
@@ -16,7 +16,8 @@ KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="virtual/logger"
+DEPEND="virtual/logger
+ app-arch/xz-utils"
RDEPEND="${DEPEND}"
src_install() {