summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-05 15:11:36 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-05 15:11:36 +0000
commitce7c8d9ba12da258f074f9deb36f7ba7e2201bcd (patch)
treee8495decb2319eabfd35e013f23822659394d8a1 /media-libs
parentUpdate eapi4 usage to have nicer ebuild. (diff)
downloadgentoo-2-ce7c8d9ba12da258f074f9deb36f7ba7e2201bcd.tar.gz
gentoo-2-ce7c8d9ba12da258f074f9deb36f7ba7e2201bcd.tar.bz2
gentoo-2-ce7c8d9ba12da258f074f9deb36f7ba7e2201bcd.zip
Drop useless dodoc line.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gegl/ChangeLog5
-rw-r--r--media-libs/gegl/gegl-0.1.6.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog
index 891b36fe2981..2fbe717fd30e 100644
--- a/media-libs/gegl/ChangeLog
+++ b/media-libs/gegl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gegl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.55 2011/05/05 14:53:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.56 2011/05/05 15:11:36 scarabeus Exp $
+
+ 05 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> gegl-0.1.6.ebuild:
+ Drop useless dodoc line.
05 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> gegl-0.1.6.ebuild:
Update eapi4 usage to have nicer ebuild.
diff --git a/media-libs/gegl/gegl-0.1.6.ebuild b/media-libs/gegl/gegl-0.1.6.ebuild
index 1cc930851a7e..23231aed016e 100644
--- a/media-libs/gegl/gegl-0.1.6.ebuild
+++ b/media-libs/gegl/gegl-0.1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.17 2011/05/05 14:53:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.18 2011/05/05 15:11:36 scarabeus Exp $
EAPI=4
@@ -99,5 +99,4 @@ src_test() {
src_install() {
default
find "${ED}" -name '*.la' -delete
- dodoc ChangeLog INSTALL README NEWS
}