diff options
author | 2005-11-01 10:40:03 +0000 | |
---|---|---|
committer | 2005-11-01 10:40:03 +0000 | |
commit | 09eea4ff344736622b10cd13944081954ad6c95e (patch) | |
tree | 365699555a96eb1a929337368aa481d1a1e1537f /x11-misc/xsetleds | |
parent | remove stale entry (diff) | |
download | gentoo-2-09eea4ff344736622b10cd13944081954ad6c95e.tar.gz gentoo-2-09eea4ff344736622b10cd13944081954ad6c95e.tar.bz2 gentoo-2-09eea4ff344736622b10cd13944081954ad6c95e.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/xsetleds')
-rw-r--r-- | x11-misc/xsetleds/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsetleds/xsetleds-0.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xsetleds/ChangeLog b/x11-misc/xsetleds/ChangeLog index b7abe27081ca..8b96d3546eeb 100644 --- a/x11-misc/xsetleds/ChangeLog +++ b/x11-misc/xsetleds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsetleds # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v 1.10 2005/04/01 19:15:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v 1.11 2005/11/01 10:40:03 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xsetleds-0.1.3.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> xsetleds-0.1.3.ebuild: stable on ia64 diff --git a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild index e1c9ee262d40..b4c48a463fae 100644 --- a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild +++ b/x11-misc/xsetleds/xsetleds-0.1.3.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-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.12 2005/04/01 19:15:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.13 2005/11/01 10:40:03 nelchael Exp $ DESCRIPTION="small tool to report and change the keyboard LED states of an X display" HOMEPAGE="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/" @@ -15,5 +15,5 @@ DEPEND="virtual/x11" src_install() { einstall || die - dodoc AUTHORS COPYING ChangeLog README TODO + dodoc AUTHORS ChangeLog README TODO } |