diff options
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.12.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.16.1-r4.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.16.1.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.18.ebuild | 3 |
5 files changed, 14 insertions, 6 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 6e199fc6848b..d9ff6c3f932d 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/graphviz # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.155 2008/04/12 09:48:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.156 2008/05/11 19:54:58 maekke Exp $ + + 11 May 2008; Markus Meier <maekke@gentoo.org> graphviz-2.12.ebuild, + graphviz-2.16.1.ebuild, graphviz-2.16.1-r4.ebuild, graphviz-2.18.ebuild: + add missing flex dependency, bug #221391 12 Apr 2008; Markus Meier <maekke@gentoo.org> graphviz-2.18.ebuild: add java USE-flag for bug #186372 and disable R-bindings for bug #213825 diff --git a/media-gfx/graphviz/graphviz-2.12.ebuild b/media-gfx/graphviz/graphviz-2.12.ebuild index 439e9515ca88..19ba00ce22f1 100644 --- a/media-gfx/graphviz/graphviz-2.12.ebuild +++ b/media-gfx/graphviz/graphviz-2.12.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/media-gfx/graphviz/graphviz-2.12.ebuild,v 1.22 2008/03/11 16:44:56 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.12.ebuild,v 1.23 2008/05/11 19:54:58 maekke Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -37,6 +37,7 @@ RDEPEND=">=media-libs/gd-2.0.28 DEPEND="${RDEPEND} dev-util/pkgconfig + sys-devel/flex perl? ( dev-lang/swig ) python? ( dev-lang/swig ) ruby? ( dev-lang/swig ) diff --git a/media-gfx/graphviz/graphviz-2.16.1-r4.ebuild b/media-gfx/graphviz/graphviz-2.16.1-r4.ebuild index c53afa81d60c..c5711af32f57 100644 --- a/media-gfx/graphviz/graphviz-2.16.1-r4.ebuild +++ b/media-gfx/graphviz/graphviz-2.16.1-r4.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/media-gfx/graphviz/graphviz-2.16.1-r4.ebuild,v 1.7 2008/04/10 16:48:54 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1-r4.ebuild,v 1.8 2008/05/11 19:54:58 maekke Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -41,6 +41,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.20 + sys-devel/flex nls? ( >=sys-devel/gettext-0.14.5 ) perl? ( dev-lang/swig ) python? ( dev-lang/swig ) diff --git a/media-gfx/graphviz/graphviz-2.16.1.ebuild b/media-gfx/graphviz/graphviz-2.16.1.ebuild index 7cc25f7599be..91f30229766d 100644 --- a/media-gfx/graphviz/graphviz-2.16.1.ebuild +++ b/media-gfx/graphviz/graphviz-2.16.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1.ebuild,v 1.2 2007/12/20 10:15:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.16.1.ebuild,v 1.3 2008/05/11 19:54:58 maekke Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -38,6 +38,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.20 + sys-devel/flex nls? ( >=sys-devel/gettext-0.14.5 ) perl? ( dev-lang/swig ) python? ( dev-lang/swig ) diff --git a/media-gfx/graphviz/graphviz-2.18.ebuild b/media-gfx/graphviz/graphviz-2.18.ebuild index 10c0d765dde1..cc3d0285f6e3 100644 --- a/media-gfx/graphviz/graphviz-2.18.ebuild +++ b/media-gfx/graphviz/graphviz-2.18.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/media-gfx/graphviz/graphviz-2.18.ebuild,v 1.3 2008/04/12 09:48:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.18.ebuild,v 1.4 2008/05/11 19:54:58 maekke Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -41,6 +41,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.20 + sys-devel/flex java? ( dev-lang/swig ) nls? ( >=sys-devel/gettext-0.14.5 ) perl? ( dev-lang/swig ) |