summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 14:11:49 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 14:11:49 +0000
commit26250ed2461d8b339bc02938bd490417622b150e (patch)
treebbfa41200946c7c93c1594c89220bb308810d480 /x11-misc/bbacpi
parentFixed libbtctl version dependency, bug #111096. (diff)
downloadgentoo-2-26250ed2461d8b339bc02938bd490417622b150e.tar.gz
gentoo-2-26250ed2461d8b339bc02938bd490417622b150e.tar.bz2
gentoo-2-26250ed2461d8b339bc02938bd490417622b150e.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/bbacpi')
-rw-r--r--x11-misc/bbacpi/ChangeLog5
-rw-r--r--x11-misc/bbacpi/bbacpi-0.1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/bbacpi/ChangeLog b/x11-misc/bbacpi/ChangeLog
index a69afa144690..cb794ac3356a 100644
--- a/x11-misc/bbacpi/ChangeLog
+++ b/x11-misc/bbacpi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/bbacpi
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.2 2005/07/16 17:21:05 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/ChangeLog,v 1.3 2005/11/01 14:11:49 nelchael Exp $
+
+ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> bbacpi-0.1.3.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
16 Jul 2005; Jonathan Smith <smithj@gentoo.org> bbacpi-0.1.3.ebuild:
stable x86
diff --git a/x11-misc/bbacpi/bbacpi-0.1.3.ebuild b/x11-misc/bbacpi/bbacpi-0.1.3.ebuild
index 9b1b11ff81db..bed5a15e0fb5 100644
--- a/x11-misc/bbacpi/bbacpi-0.1.3.ebuild
+++ b/x11-misc/bbacpi/bbacpi-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/bbacpi/bbacpi-0.1.3.ebuild,v 1.2 2005/07/16 17:21:05 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.3.ebuild,v 1.3 2005/11/01 14:11:49 nelchael Exp $
DESCRIPTION="ACPI monitor for X11"
SRC_URI="mirror://sourceforge/bbacpi/${P}.tar.gz"
@@ -19,5 +19,5 @@ DEPEND="virtual/x11
src_install () {
einstall || die "install failed"
- dodoc README COPYING AUTHORS BUGS ChangeLog TODO
+ dodoc README AUTHORS BUGS ChangeLog TODO
}