diff options
author | Marius Mauch <genone@gentoo.org> | 2003-10-10 01:43:48 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2003-10-10 01:43:48 +0000 |
commit | 5fde1b7004c8b2f9e8ec4611b1a3214004674105 (patch) | |
tree | 775eb5bcc80a712e05409096a45e96cd77e0b7a2 /media-gfx | |
parent | fix a typo - rev bump (diff) | |
download | gentoo-2-5fde1b7004c8b2f9e8ec4611b1a3214004674105.tar.gz gentoo-2-5fde1b7004c8b2f9e8ec4611b1a3214004674105.tar.bz2 gentoo-2-5fde1b7004c8b2f9e8ec4611b1a3214004674105.zip |
coreutils-5 bugfix
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/graphviz/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.10.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 039f2306ae4a..543b7aeb01e1 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/graphviz # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.18 2003/09/28 14:07:42 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.19 2003/10/10 01:43:31 genone Exp $ + + 10 Oct 2003; Marius Mauch <genone@gentoo.org> graphviz-1.10.ebuild: + small fix to make sort from coreutils-5 happy *graphviz-1.10 (27 Sep 2003) diff --git a/media-gfx/graphviz/Manifest b/media-gfx/graphviz/Manifest index 1ecd767f74ce..4592609dd277 100644 --- a/media-gfx/graphviz/Manifest +++ b/media-gfx/graphviz/Manifest @@ -1,9 +1,9 @@ MD5 047f7bfbc1d9050e61bf41bcf3090600 graphviz-1.8.10.ebuild 1191 MD5 01ecc4acc9c20fc3891bc057a441829e graphviz-1.8.10-r3.ebuild 1960 MD5 d6160b4c9466ac4453e984cfde9f3f39 graphviz-1.9.ebuild 1101 -MD5 37071ff584f615b3ac066fd4827e5000 graphviz-1.10.ebuild 1099 +MD5 ef4f700c391f4187ccba117405c78c41 graphviz-1.10.ebuild 1162 MD5 47f4a86ba45ffafdea2d765b42462528 graphviz-1.8.10-r2.ebuild 1261 -MD5 3294d18e44aacf9dc6af92e5da13f3ba ChangeLog 3082 +MD5 af70717929e35d62ffefec15ad8959c3 ChangeLog 3200 MD5 1737afe4c207e5a3efb388e1f558850f files/digest-graphviz-1.9 190 MD5 5e8726d7d859188692efcfe9e9155761 files/gdgen.c.patch 756 MD5 378952274e1900d18448028732e49690 files/digest-graphviz-1.8.10 68 diff --git a/media-gfx/graphviz/graphviz-1.10.ebuild b/media-gfx/graphviz/graphviz-1.10.ebuild index 81c0b27d907f..7622311d3d67 100644 --- a/media-gfx/graphviz/graphviz-1.10.ebuild +++ b/media-gfx/graphviz/graphviz-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.1 2003/09/27 16:52:48 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.2 2003/10/10 01:43:31 genone Exp $ IUSE="tcltk" @@ -23,6 +23,7 @@ DEPEND=">=sys-libs/zlib-1.1.3 src_unpack() { unpack ${A} cd ${S} + sed -i -e "s:+0 -1:-k 1,2:" "${S}/dotneato/common/Makefile.in" } src_compile() { |