summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Bainbridge <chrb@gentoo.org>2007-02-19 17:19:36 +0000
committerChris Bainbridge <chrb@gentoo.org>2007-02-19 17:19:36 +0000
commit14f8ab054421107aafcb257123c021ee6276700d (patch)
treeae8f013dc8db835d9069793c8ef5386f235f6bcc /media-gfx
parentStable on ppc wrt bug 167634 (diff)
downloadgentoo-2-14f8ab054421107aafcb257123c021ee6276700d.tar.gz
gentoo-2-14f8ab054421107aafcb257123c021ee6276700d.tar.bz2
gentoo-2-14f8ab054421107aafcb257123c021ee6276700d.zip
Remove unsupported 'dot -c', bug #130418
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/graphviz/ChangeLog5
-rw-r--r--media-gfx/graphviz/graphviz-1.16-r1.ebuild6
2 files changed, 5 insertions, 6 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog
index 4e97e102c7ce..4dae655f29ab 100644
--- a/media-gfx/graphviz/ChangeLog
+++ b/media-gfx/graphviz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/graphviz
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.104 2007/02/16 16:26:02 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.105 2007/02/19 17:19:36 chrb Exp $
+
+ 19 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-1.16-r1.ebuild:
+ Remove unsupported 'dot -c', bug #130418
16 Feb 2007; Chris Bainbridge <chrb@gentoo.org> graphviz-2.8-r2.ebuild,
graphviz-2.12.ebuild:
diff --git a/media-gfx/graphviz/graphviz-1.16-r1.ebuild b/media-gfx/graphviz/graphviz-1.16-r1.ebuild
index d0beb229d9e2..71d319e00208 100644
--- a/media-gfx/graphviz/graphviz-1.16-r1.ebuild
+++ b/media-gfx/graphviz/graphviz-1.16-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.16-r1.ebuild,v 1.6 2007/02/11 00:14:35 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.16-r1.ebuild,v 1.7 2007/02/19 17:19:36 chrb Exp $
inherit eutils flag-o-matic
@@ -71,7 +71,3 @@ src_install() {
dohtml -r .
dodoc doc/*.pdf doc/Dot.ref
}
-
-pkg_postinst() {
- dot -c
-}