diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-01-02 10:53:52 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-01-02 10:53:52 +0000 |
commit | d954bb5ef746a3a3a25bfd2257f4d302e330f80a (patch) | |
tree | 7a5d0a90c2756bd7f1d6b00303a4fa3255e9404a /x11-plugins | |
parent | Removed LICENSE and INSTALL from dodoc (diff) | |
download | historical-d954bb5ef746a3a3a25bfd2257f4d302e330f80a.tar.gz historical-d954bb5ef746a3a3a25bfd2257f4d302e330f80a.tar.bz2 historical-d954bb5ef746a3a3a25bfd2257f4d302e330f80a.zip |
Removed COPYING and INSTALL from dodoc
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/asclock/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/asclock/asclock-2.0.12.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/asclock/ChangeLog b/x11-plugins/asclock/ChangeLog index dce3bdc597d0..0aeed532da66 100644 --- a/x11-plugins/asclock/ChangeLog +++ b/x11-plugins/asclock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/asclock # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.11 2005/12/16 11:45:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.12 2006/01/02 10:53:52 s4t4n Exp $ + + 02 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> asclock-2.0.12.ebuild: + removed COPYING and INSTALL from dodoc. 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> asclock-2.0.12.ebuild: Remove GNUish cp -a call. Bug #103487. diff --git a/x11-plugins/asclock/asclock-2.0.12.ebuild b/x11-plugins/asclock/asclock-2.0.12.ebuild index 6775a0327f54..e8e2bab2dc05 100644 --- a/x11-plugins/asclock/asclock-2.0.12.ebuild +++ b/x11-plugins/asclock/asclock-2.0.12.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/asclock/asclock-2.0.12.ebuild,v 1.11 2005/12/16 11:45:24 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12.ebuild,v 1.12 2006/01/02 10:53:52 s4t4n Exp $ IUSE="" DESCRIPTION="Clock applet for AfterStep" @@ -48,5 +48,5 @@ src_install () { dobin asclock dodir usr/share/asclock cp -pPR themes/* ${D}/usr/share/asclock - dodoc COPYING INSTALL README README.THEMES TODO + dodoc README README.THEMES TODO } |