summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Vasilevski <yvasilev@gentoo.org>2009-12-14 15:10:50 +0000
committerYuri Vasilevski <yvasilev@gentoo.org>2009-12-14 15:10:50 +0000
commita8145fb9e8b035d74f02a64e4142aa2c46a7385a (patch)
tree08c4275003ef8004f876cbe4529c01a6f763137b /x11-plugins
parentFixed dodoc QA notice, fixes bug #296838. Thanks flameeyes. (diff)
downloadgentoo-2-a8145fb9e8b035d74f02a64e4142aa2c46a7385a.tar.gz
gentoo-2-a8145fb9e8b035d74f02a64e4142aa2c46a7385a.tar.bz2
gentoo-2-a8145fb9e8b035d74f02a64e4142aa2c46a7385a.zip
Fixed dodoc QA notice, fixes bug #296840. Thanks flameeyes.
(Portage version: 2.1.7.14/cvs/Linux i686)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/matchbox-applet-volume/ChangeLog6
-rw-r--r--x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-plugins/matchbox-applet-volume/ChangeLog b/x11-plugins/matchbox-applet-volume/ChangeLog
index e8870ab175b7..deade807984e 100644
--- a/x11-plugins/matchbox-applet-volume/ChangeLog
+++ b/x11-plugins/matchbox-applet-volume/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/matchbox-applet-volume
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog,v 1.7 2009/03/14 03:51:30 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog,v 1.8 2009/12/14 15:10:50 yvasilev Exp $
+
+ 14 Dec 2009; Yuri Vasilevski <yvasilev@gentoo.org>
+ matchbox-applet-volume-0.1.ebuild:
+ Fixed dodoc QA notice, fixes bug #296840. Thanks flameeyes.
14 Mar 2009; <solar@gentoo.org> matchbox-applet-volume-0.1.ebuild:
keyword ~amd64
diff --git a/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild b/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild
index 0c2703907f7f..c337fd2e7803 100644
--- a/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild
+++ b/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 2006-2009 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v 1.6 2009/03/14 03:51:30 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v 1.7 2009/12/14 15:10:50 yvasilev Exp $
inherit versionator
@@ -33,5 +33,5 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "Installation failed"
- dodoc AUTHORS Changelog INSTALL NEWS README
+ dodoc AUTHORS ChangeLog INSTALL NEWS README
}