summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-09-24 05:53:14 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-09-24 05:53:14 +0000
commit21024421e3b534c49a606090a83924c5e6f9b4f8 (patch)
tree771ab87eedced9cfc3d2b902675d3a83f6d1a237 /media-gfx/graphviz
parentFix building without java and libxslt >=1.1.5, closes bug #106174 (diff)
downloadgentoo-2-21024421e3b534c49a606090a83924c5e6f9b4f8.tar.gz
gentoo-2-21024421e3b534c49a606090a83924c5e6f9b4f8.tar.bz2
gentoo-2-21024421e3b534c49a606090a83924c5e6f9b4f8.zip
Added sys-devel/gettext to DEPEND; bug #81395
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r--media-gfx/graphviz/ChangeLog8
-rw-r--r--media-gfx/graphviz/graphviz-1.10.ebuild3
-rw-r--r--media-gfx/graphviz/graphviz-1.12-r1.ebuild3
-rw-r--r--media-gfx/graphviz/graphviz-1.12.ebuild3
-rw-r--r--media-gfx/graphviz/graphviz-1.16.ebuild3
-rw-r--r--media-gfx/graphviz/graphviz-2.2.1-r1.ebuild3
-rw-r--r--media-gfx/graphviz/graphviz-2.2.1.ebuild3
-rw-r--r--media-gfx/graphviz/graphviz-2.2.ebuild3
-rw-r--r--media-gfx/graphviz/graphviz-2.4.ebuild3
-rw-r--r--media-gfx/graphviz/graphviz-2.6.ebuild3
10 files changed, 25 insertions, 10 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog
index 8787f5039eb6..34ce5bd6368d 100644
--- a/media-gfx/graphviz/ChangeLog
+++ b/media-gfx/graphviz/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-gfx/graphviz
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.60 2005/09/15 07:15:55 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.61 2005/09/24 05:53:14 halcy0n Exp $
+
+ 24 Sep 2005; Mark Loeser <halcy0n@gentoo.org> graphviz-1.10.ebuild,
+ graphviz-1.12.ebuild, graphviz-1.12-r1.ebuild, graphviz-1.16.ebuild,
+ graphviz-2.2.ebuild, graphviz-2.2.1.ebuild, graphviz-2.2.1-r1.ebuild,
+ graphviz-2.4.ebuild, graphviz-2.6.ebuild:
+ Added sys-devel/gettext to DEPEND; bug #81395
*graphviz-2.6 (15 Sep 2005)
diff --git a/media-gfx/graphviz/graphviz-1.10.ebuild b/media-gfx/graphviz/graphviz-1.10.ebuild
index 840ee04b55bd..0b2e234ec79e 100644
--- a/media-gfx/graphviz/graphviz-1.10.ebuild
+++ b/media-gfx/graphviz/graphviz-1.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# 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.23 2005/08/13 18:40:32 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.24 2005/09/24 05:53:14 halcy0n Exp $
inherit gnuconfig
@@ -18,6 +18,7 @@ DEPEND=">=sys-libs/zlib-1.1.3
>=media-libs/libpng-1.2
>=media-libs/jpeg-6b
media-libs/freetype
+ sys-devel/gettext
tcltk? ( >=dev-lang/tk-8.3 )"
src_unpack() {
diff --git a/media-gfx/graphviz/graphviz-1.12-r1.ebuild b/media-gfx/graphviz/graphviz-1.12-r1.ebuild
index 550011636d4f..21ca28f4011d 100644
--- a/media-gfx/graphviz/graphviz-1.12-r1.ebuild
+++ b/media-gfx/graphviz/graphviz-1.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.12-r1.ebuild,v 1.7 2005/05/30 04:43:16 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.12-r1.ebuild,v 1.8 2005/09/24 05:53:14 halcy0n Exp $
inherit gnuconfig eutils
@@ -20,6 +20,7 @@ DEPEND=">=sys-libs/zlib-1.1.3
>=media-libs/jpeg-6b
media-libs/freetype
dev-util/pkgconfig
+ sys-devel/gettext
tcltk? ( >=dev-lang/tk-8.3 )"
src_unpack() {
diff --git a/media-gfx/graphviz/graphviz-1.12.ebuild b/media-gfx/graphviz/graphviz-1.12.ebuild
index 0f0231246281..53ff3a33125e 100644
--- a/media-gfx/graphviz/graphviz-1.12.ebuild
+++ b/media-gfx/graphviz/graphviz-1.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.12.ebuild,v 1.6 2005/05/30 04:43:16 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.12.ebuild,v 1.7 2005/09/24 05:53:14 halcy0n Exp $
inherit gnuconfig
@@ -18,6 +18,7 @@ DEPEND=">=sys-libs/zlib-1.1.3
>=media-libs/libpng-1.2
>=media-libs/jpeg-6b
media-libs/freetype
+ sys-devel/gettext
tcltk? ( >=dev-lang/tk-8.3 )"
src_unpack() {
diff --git a/media-gfx/graphviz/graphviz-1.16.ebuild b/media-gfx/graphviz/graphviz-1.16.ebuild
index f291028d6479..17a05860bcb8 100644
--- a/media-gfx/graphviz/graphviz-1.16.ebuild
+++ b/media-gfx/graphviz/graphviz-1.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.16.ebuild,v 1.17 2005/09/13 17:01:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.16.ebuild,v 1.18 2005/09/24 05:53:14 halcy0n Exp $
inherit gnuconfig eutils flag-o-matic
@@ -20,6 +20,7 @@ DEPEND=">=sys-libs/zlib-1.1.3
>=media-libs/jpeg-6b
media-libs/freetype
dev-util/pkgconfig
+ sys-devel/gettext
>=media-libs/gd-2.0.29
media-libs/fontconfig
tcltk? ( >=dev-lang/tk-8.3 )"
diff --git a/media-gfx/graphviz/graphviz-2.2.1-r1.ebuild b/media-gfx/graphviz/graphviz-2.2.1-r1.ebuild
index 8e8c05d3dad9..90c0d46dad6d 100644
--- a/media-gfx/graphviz/graphviz-2.2.1-r1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.2.1-r1.ebuild,v 1.3 2005/08/02 19:31:15 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.2.1-r1.ebuild,v 1.4 2005/09/24 05:53:14 halcy0n Exp $
DESCRIPTION="Open Source Graph Visualization Software"
HOMEPAGE="http://www.graphviz.org/"
@@ -18,6 +18,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3
media-libs/fontconfig
dev-libs/expat
sys-libs/zlib
+ sys-devel/gettext
tcltk? ( >=dev-lang/tk-8.3 )
cairo? ( >=x11-libs/libsvg-cairo-0.1.3 )"
DEPEND="${RDEPEND}
diff --git a/media-gfx/graphviz/graphviz-2.2.1.ebuild b/media-gfx/graphviz/graphviz-2.2.1.ebuild
index 2e2eb3d65baf..eb42f42d6061 100644
--- a/media-gfx/graphviz/graphviz-2.2.1.ebuild
+++ b/media-gfx/graphviz/graphviz-2.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.2.1.ebuild,v 1.5 2005/07/09 22:16:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.2.1.ebuild,v 1.6 2005/09/24 05:53:14 halcy0n Exp $
DESCRIPTION="Open Source Graph Visualization Software"
HOMEPAGE="http://www.graphviz.org/"
@@ -18,6 +18,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3
media-libs/fontconfig
dev-libs/expat
sys-libs/zlib
+ sys-devel/gettext
tcltk? ( >=dev-lang/tk-8.3 )"
DEPEND="${RDEPEND}
diff --git a/media-gfx/graphviz/graphviz-2.2.ebuild b/media-gfx/graphviz/graphviz-2.2.ebuild
index 4a4bec062942..fc8576954fe8 100644
--- a/media-gfx/graphviz/graphviz-2.2.ebuild
+++ b/media-gfx/graphviz/graphviz-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.2.ebuild,v 1.2 2005/07/09 22:16:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.2.ebuild,v 1.3 2005/09/24 05:53:14 halcy0n Exp $
inherit gnuconfig eutils flag-o-matic
@@ -21,6 +21,7 @@ DEPEND=">=sys-libs/zlib-1.1.3
dev-util/pkgconfig
>=media-libs/gd-2.0.32
media-libs/fontconfig
+ sys-devel/gettext
tcltk? ( >=dev-lang/tk-8.3 )"
src_unpack() {
diff --git a/media-gfx/graphviz/graphviz-2.4.ebuild b/media-gfx/graphviz/graphviz-2.4.ebuild
index 57b2fba48a84..17992d8c3637 100644
--- a/media-gfx/graphviz/graphviz-2.4.ebuild
+++ b/media-gfx/graphviz/graphviz-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.4.ebuild,v 1.1 2005/08/02 20:15:54 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.4.ebuild,v 1.2 2005/09/24 05:53:14 halcy0n Exp $
DESCRIPTION="Open Source Graph Visualization Software"
HOMEPAGE="http://www.graphviz.org/"
@@ -16,6 +16,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3
>=media-libs/jpeg-6b
media-libs/freetype
media-libs/fontconfig
+ sys-devel/gettext
dev-libs/expat
sys-libs/zlib
tcltk? ( >=dev-lang/tk-8.3 )
diff --git a/media-gfx/graphviz/graphviz-2.6.ebuild b/media-gfx/graphviz/graphviz-2.6.ebuild
index 8e9d9cc45bee..ffc7790b6b50 100644
--- a/media-gfx/graphviz/graphviz-2.6.ebuild
+++ b/media-gfx/graphviz/graphviz-2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.6.ebuild,v 1.1 2005/09/15 07:15:55 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.6.ebuild,v 1.2 2005/09/24 05:53:14 halcy0n Exp $
DESCRIPTION="Open Source Graph Visualization Software"
HOMEPAGE="http://www.graphviz.org/"
@@ -18,6 +18,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3
media-libs/fontconfig
dev-libs/expat
sys-libs/zlib
+ sys-devel/gettext
tcltk? ( >=dev-lang/tk-8.3 )
cairo? ( >=x11-libs/libsvg-cairo-0.1.3 )"