summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:26:40 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:26:40 +0000
commit5f406cb694c78bec78a4c9def0c1692c2bb891c3 (patch)
treea4b08c26028b668e25a5b821ad97e6cde336cdd6 /x11-misc/mixer_app
parentRemoved old versions. (diff)
downloadgentoo-2-5f406cb694c78bec78a4c9def0c1692c2bb891c3.tar.gz
gentoo-2-5f406cb694c78bec78a4c9def0c1692c2bb891c3.tar.bz2
gentoo-2-5f406cb694c78bec78a4c9def0c1692c2bb891c3.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/mixer_app')
-rw-r--r--x11-misc/mixer_app/ChangeLog8
-rw-r--r--x11-misc/mixer_app/mixer_app-1.7.0.ebuild6
-rw-r--r--x11-misc/mixer_app/mixer_app-1.8.0.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/mixer_app/ChangeLog b/x11-misc/mixer_app/ChangeLog
index 3a8f12ffc91a..473c8ef745a8 100644
--- a/x11-misc/mixer_app/ChangeLog
+++ b/x11-misc/mixer_app/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/mixer_app
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.15 2004/09/02 22:49:41 pvdabeel Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.16 2005/11/01 13:22:55 nelchael Exp $
+
+ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> mixer_app-1.7.0.ebuild,
+ mixer_app-1.8.0.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
mixer_app-1.8.0.ebuild:
diff --git a/x11-misc/mixer_app/mixer_app-1.7.0.ebuild b/x11-misc/mixer_app/mixer_app-1.7.0.ebuild
index e82fc9f07f89..c168e91751d1 100644
--- a/x11-misc/mixer_app/mixer_app-1.7.0.ebuild
+++ b/x11-misc/mixer_app/mixer_app-1.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.7.0.ebuild,v 1.10 2004/06/28 20:05:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.7.0.ebuild,v 1.11 2005/11/01 13:22:55 nelchael Exp $
#need to do some name mangling
#so that ebuild name adheres to "standart"
@@ -27,6 +27,6 @@ src_install () {
#make DESTDIR=${D} install || die
dobin Mixer.app
- dodoc COPYING README ChangeLog
+ dodoc README ChangeLog
}
diff --git a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild
index e57464d5ceab..1c938a04f1ac 100644
--- a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild
+++ b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.8 2004/09/02 22:49:41 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.9 2005/11/01 13:22:55 nelchael Exp $
#need to do some name mangling
#so that ebuild name adheres to "standart"
@@ -25,5 +25,5 @@ src_compile() {
src_install() {
#make DESTDIR=${D} install || die
dobin Mixer.app
- dodoc COPYING README ChangeLog
+ dodoc README ChangeLog
}