summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2006-01-02 10:51:17 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2006-01-02 10:51:17 +0000
commit91a0690154b39725faa0ff4e1750537d82c81559 (patch)
tree76b0136dd714855f5a4f08889532f8d6450ddbd5 /x11-plugins
parentRemoved INSTALL and LICENSE from dodoc (diff)
downloadgentoo-2-91a0690154b39725faa0ff4e1750537d82c81559.tar.gz
gentoo-2-91a0690154b39725faa0ff4e1750537d82c81559.tar.bz2
gentoo-2-91a0690154b39725faa0ff4e1750537d82c81559.zip
Removed LICENSE and INSTALL from dodoc
(Portage version: 2.0.53)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/ascpu/ChangeLog5
-rw-r--r--x11-plugins/ascpu/ascpu-1.10.ebuild6
-rw-r--r--x11-plugins/ascpu/ascpu-1.9.ebuild6
3 files changed, 10 insertions, 7 deletions
diff --git a/x11-plugins/ascpu/ChangeLog b/x11-plugins/ascpu/ChangeLog
index c99902afea1e..2a0332d7a5e6 100644
--- a/x11-plugins/ascpu/ChangeLog
+++ b/x11-plugins/ascpu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/ascpu
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ChangeLog,v 1.14 2005/06/13 13:20:16 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ChangeLog,v 1.15 2006/01/02 10:51:17 s4t4n Exp $
+
+ 02 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> ascpu-1.10.ebuild, ascpu-1.9.ebuild:
+ removed LICENSE and INSTALL from dodoc.
13 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml:
Added metadata.xml (afterstep herd).
diff --git a/x11-plugins/ascpu/ascpu-1.10.ebuild b/x11-plugins/ascpu/ascpu-1.10.ebuild
index 702079b0143b..0cf7ae1d22fe 100644
--- a/x11-plugins/ascpu/ascpu-1.10.ebuild
+++ b/x11-plugins/ascpu/ascpu-1.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.10.ebuild,v 1.7 2005/02/06 17:19:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.10.ebuild,v 1.8 2006/01/02 10:51:17 s4t4n Exp $
inherit eutils
@@ -27,5 +27,5 @@ src_install () {
dodir /usr/share/man/man1
make DESTDIR=${D} install || die
- dodoc README INSTALL LICENSE
+ dodoc README
}
diff --git a/x11-plugins/ascpu/ascpu-1.9.ebuild b/x11-plugins/ascpu/ascpu-1.9.ebuild
index dbdd8bbb2a88..eb1a863f6de7 100644
--- a/x11-plugins/ascpu/ascpu-1.9.ebuild
+++ b/x11-plugins/ascpu/ascpu-1.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.13 2005/01/21 14:45:41 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.9.ebuild,v 1.14 2006/01/02 10:51:17 s4t4n Exp $
inherit eutils
@@ -27,5 +27,5 @@ src_install () {
dodir /usr/share/man/man1
make DESTDIR=${D} install || die
- dodoc README INSTALL LICENSE
+ dodoc README
}