summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2008-11-09 14:41:41 +0000
committerCédric Krier <cedk@gentoo.org>2008-11-09 14:41:41 +0000
commit5f215534a1589019bfe07d571ba9bbca5cbca994 (patch)
tree17a61dc1a4af3c7393afe357523170a7d2e5c507 /net-news/snownews
parentx86 stable, bug #245268 (diff)
downloadgentoo-2-5f215534a1589019bfe07d571ba9bbca5cbca994.tar.gz
gentoo-2-5f215534a1589019bfe07d571ba9bbca5cbca994.tar.bz2
gentoo-2-5f215534a1589019bfe07d571ba9bbca5cbca994.zip
Remove dodoc for README.colors
(Portage version: 2.1.4.5)
Diffstat (limited to 'net-news/snownews')
-rw-r--r--net-news/snownews/ChangeLog5
-rw-r--r--net-news/snownews/snownews-1.5.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-news/snownews/ChangeLog b/net-news/snownews/ChangeLog
index 46d9d6083bb0..bf1a6d435219 100644
--- a/net-news/snownews/ChangeLog
+++ b/net-news/snownews/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-news/snownews
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/snownews/ChangeLog,v 1.25 2008/11/09 14:23:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/snownews/ChangeLog,v 1.26 2008/11/09 14:41:41 cedk Exp $
+
+ 09 Nov 2008; Cédric Krier <cedk@gentoo.org> snownews-1.5.10.ebuild:
+ Remove dodoc for README.colors
09 Nov 2008; Markus Meier <maekke@gentoo.org> snownews-1.5.10.ebuild:
x86 stable, bug #244538
diff --git a/net-news/snownews/snownews-1.5.10.ebuild b/net-news/snownews/snownews-1.5.10.ebuild
index 29c47341b532..b85db0fcc875 100644
--- a/net-news/snownews/snownews-1.5.10.ebuild
+++ b/net-news/snownews/snownews-1.5.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/snownews/snownews-1.5.10.ebuild,v 1.4 2008/11/09 14:23:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/snownews/snownews-1.5.10.ebuild,v 1.5 2008/11/09 14:41:41 cedk Exp $
inherit eutils toolchain-funcs
@@ -43,5 +43,5 @@ src_compile() {
src_install() {
emake PREFIX="${D}/usr" install || die "make install failed"
- dodoc AUTHOR CREDITS README README.colors README.de README.patching
+ dodoc AUTHOR CREDITS README README.de README.patching
}