diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:12:14 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:12:14 +0000 |
commit | a4213748c37f10bb8cd19c9cc2ff19bb3bb30b1b (patch) | |
tree | 02c26580c6fba7872b1677e633571f98f1342191 /sys-power | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-a4213748c37f10bb8cd19c9cc2ff19bb3bb30b1b.tar.gz gentoo-2-a4213748c37f10bb8cd19c9cc2ff19bb3bb30b1b.tar.bz2 gentoo-2-a4213748c37f10bb8cd19c9cc2ff19bb3bb30b1b.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/cpuspeedy/ChangeLog | 8 | ||||
-rw-r--r-- | sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-power/cpuspeedy/ChangeLog b/sys-power/cpuspeedy/ChangeLog index ff9198c25de9..511aa5d78df4 100644 --- a/sys-power/cpuspeedy/ChangeLog +++ b/sys-power/cpuspeedy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/cpuspeedy -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpuspeedy/ChangeLog,v 1.7 2011/07/20 15:05:24 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpuspeedy/ChangeLog,v 1.8 2014/08/10 20:12:14 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> cpuspeedy-0.4.1.ebuild: + QA: drop trailing '.' from DESCRIPTION 20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #34534 @@ -90,4 +93,3 @@ 29 Mar 2004; Daniel Black <dragonheart@gentoo.org> cpuspeedy-0.2.ebuild, metadata.xml,files/cpuspeedy-0.2.patch: Inital import - thanks to Lukasz Strzygowski <lucass@gentoo.pl> in bug #45841 - diff --git a/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild b/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild index caddc5ce58ed..a0f46601abbb 100644 --- a/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild +++ b/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild,v 1.5 2010/06/28 23:24:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpuspeedy/cpuspeedy-0.4.1.ebuild,v 1.6 2014/08/10 20:12:14 slyfox Exp $ EAPI=3 PYTHON_DEPEND="2" inherit python -DESCRIPTION="A simple and easy to use program to control the speed and the voltage of CPUs on the fly." +DESCRIPTION="A simple and easy to use program to control the speed and the voltage of CPUs on the fly" HOMEPAGE="http://cpuspeedy.sourceforge.net/" SRC_URI="mirror://sourceforge/cpuspeedy/${P}.tar.gz" |