summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-04-08 01:30:03 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-04-08 01:30:03 +0000
commit817c5ac24faa956413b6912eb05a74322be2baa9 (patch)
treecd3298620e7e31db7e1b147fb9a2786d686afe83 /sys-apps
parentFixed dependancies. Note this currently links against a fixed gcc version (Ma... (diff)
downloadgentoo-2-817c5ac24faa956413b6912eb05a74322be2baa9.tar.gz
gentoo-2-817c5ac24faa956413b6912eb05a74322be2baa9.tar.bz2
gentoo-2-817c5ac24faa956413b6912eb05a74322be2baa9.zip
Fixed as per bug #47032 - missing documentation
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/gtk-cpuspeedy/ChangeLog6
-rw-r--r--sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/gtk-cpuspeedy/ChangeLog b/sys-apps/gtk-cpuspeedy/ChangeLog
index 1c203c877acd..66396d5fb550 100644
--- a/sys-apps/gtk-cpuspeedy/ChangeLog
+++ b/sys-apps/gtk-cpuspeedy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/gtk-cpuspeedy
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/ChangeLog,v 1.2 2004/03/29 13:33:43 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/ChangeLog,v 1.3 2004/04/08 01:30:03 dragonheart Exp $
+
+ 08 Apr 2004; Daniel Black <dragonheart@gentoo.org> gtk-cpuspeedy-0.1.ebuild:
+ Lukasz Strzygowski <lucass@gentoo.pl> felt that COPYING was missing from doc.
+ NEWS was not present in this version. Fixed as per bug #47032
29 Mar 2004; David Holm <dholm@gentoo.org> gtk-cpuspeedy-0.1.ebuild:
Added to ~ppc.
diff --git a/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild b/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild
index ce2ea7339be3..f3084d172147 100644
--- a/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild
+++ b/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild,v 1.2 2004/03/29 13:33:43 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtk-cpuspeedy/gtk-cpuspeedy-0.1.ebuild,v 1.3 2004/04/08 01:30:03 dragonheart Exp $
DESCRIPTION="Graphical GTK+-2 frontend for cpuspeedy."
SRC_URI="mirror://sourceforge/cpuspeedy/${P}.tar.gz"
@@ -39,5 +39,5 @@ RDEPEND=">=sys-apps/cpuspeedy-0.2
src_install() {
einstall || die "einstall failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ChangeLog INSTALL COPYING README
}