summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2006-01-02 10:48:50 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2006-01-02 10:48:50 +0000
commit6f72ff76bafad2efe0bbb0dfb63a8acb01ee82b3 (patch)
treef2d19b4fc8df433101e24e0e484c6ef856089519 /x11-plugins/asmem
parentRemoved INSTALL and COPYING from dodoc. Wiped out older versions. (diff)
downloadhistorical-6f72ff76bafad2efe0bbb0dfb63a8acb01ee82b3.tar.gz
historical-6f72ff76bafad2efe0bbb0dfb63a8acb01ee82b3.tar.bz2
historical-6f72ff76bafad2efe0bbb0dfb63a8acb01ee82b3.zip
Removed INSTALL and LICENSE from dodoc
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-plugins/asmem')
-rw-r--r--x11-plugins/asmem/ChangeLog5
-rw-r--r--x11-plugins/asmem/asmem-1.10.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/asmem/ChangeLog b/x11-plugins/asmem/ChangeLog
index 0a1d22a9b223..fd2a8f83f975 100644
--- a/x11-plugins/asmem/ChangeLog
+++ b/x11-plugins/asmem/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/asmem
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.8 2005/06/13 13:19:18 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/ChangeLog,v 1.9 2006/01/02 10:48:50 s4t4n Exp $
+
+ 02 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> asmem-1.10.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/asmem/asmem-1.10.ebuild b/x11-plugins/asmem/asmem-1.10.ebuild
index 19c67f7fb221..bad0089a8980 100644
--- a/x11-plugins/asmem/asmem-1.10.ebuild
+++ b/x11-plugins/asmem/asmem-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/asmem/asmem-1.10.ebuild,v 1.4 2005/02/06 17:36:40 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.10.ebuild,v 1.5 2006/01/02 10:48:50 s4t4n Exp $
inherit eutils
@@ -24,5 +24,5 @@ src_install () {
dodir /usr/share/man/man1
make DESTDIR=${D} install || die
- dodoc CHANGES INSTALL LICENSE README
+ dodoc CHANGES README
}