summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-11-07 16:04:20 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-11-07 16:04:20 +0000
commit4360a3e432bee171312d901f3d796b2e05a61b20 (patch)
tree52a8c0d7ac71a6cfa079177141058966534f1c79 /x11-plugins/wmcalendar
parentadded ~mips keyword (diff)
downloadgentoo-2-4360a3e432bee171312d901f3d796b2e05a61b20.tar.gz
gentoo-2-4360a3e432bee171312d901f3d796b2e05a61b20.tar.bz2
gentoo-2-4360a3e432bee171312d901f3d796b2e05a61b20.zip
Removed COPYING and INSTALL from dodoc.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmcalendar')
-rw-r--r--x11-plugins/wmcalendar/ChangeLog5
-rw-r--r--x11-plugins/wmcalendar/wmcalendar-0.5.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmcalendar/ChangeLog b/x11-plugins/wmcalendar/ChangeLog
index cf510c49fd24..f4c6ed11df21 100644
--- a/x11-plugins/wmcalendar/ChangeLog
+++ b/x11-plugins/wmcalendar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcalendar
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.7 2005/09/13 09:53:05 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.8 2005/11/07 16:04:20 s4t4n Exp $
+
+ 07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmcalendar-0.5.0.ebuild:
+ Removed INSTALL and COPYING from dodoc.
13 Sep 2005; Michele Noberasco <s4t4n@gentoo.org> wmcalendar-0.5.0.ebuild:
Added some magic sed to remove unneeded SYSTEM variable from Makefile,
diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.0.ebuild b/x11-plugins/wmcalendar/wmcalendar-0.5.0.ebuild
index f8b284110bba..d6fe66dee19d 100644
--- a/x11-plugins/wmcalendar/wmcalendar-0.5.0.ebuild
+++ b/x11-plugins/wmcalendar/wmcalendar-0.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0.ebuild,v 1.6 2005/09/13 09:53:05 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.0.ebuild,v 1.7 2005/11/07 16:04:20 s4t4n Exp $
inherit eutils
@@ -40,5 +40,5 @@ src_install()
{
dodir /usr/bin /usr/man/man1
make DESTDIR=${D}/usr install || die
- cd .. && dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO || die
+ cd .. && dodoc BUGS CHANGES HINTS README TODO || die
}