From e4dec45de1e2375ce5dc9d8fd91c445d6597b4a5 Mon Sep 17 00:00:00 2001 From: George Shapovalov Date: Sat, 22 Feb 2003 21:42:09 +0000 Subject: new version, now compiles agains libpng-1.2!, removed problematic earlier ebuilds (1.8.10-r1) --- media-gfx/graphviz/ChangeLog | 9 +++- media-gfx/graphviz/files/digest-graphviz-1.8.10-r1 | 1 - media-gfx/graphviz/files/digest-graphviz-1.9 | 1 + media-gfx/graphviz/graphviz-1.8.10-r1.ebuild | 48 ---------------------- media-gfx/graphviz/graphviz-1.9.ebuild | 46 +++++++++++++++++++++ 5 files changed, 55 insertions(+), 50 deletions(-) delete mode 100644 media-gfx/graphviz/files/digest-graphviz-1.8.10-r1 create mode 100644 media-gfx/graphviz/files/digest-graphviz-1.9 delete mode 100644 media-gfx/graphviz/graphviz-1.8.10-r1.ebuild create mode 100644 media-gfx/graphviz/graphviz-1.9.ebuild (limited to 'media-gfx/graphviz') diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 5b9b1eccd1d2..8db9dbdf5f4c 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,13 @@ # 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.8 2003/02/12 07:01:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.9 2003/02/22 21:42:09 george Exp $ + +*graphviz-1.9 (22 Feb 2003) + + 22 Feb 2003; George Shapovalov graphviz-1.9.ebuild : + new version (#15923) + now compiles against libpng-1.2! + ebuild submitted by Tom Payne *graphviz-1.8.10-r3 (21 Jan 2003) diff --git a/media-gfx/graphviz/files/digest-graphviz-1.8.10-r1 b/media-gfx/graphviz/files/digest-graphviz-1.8.10-r1 deleted file mode 100644 index 83e5bdee4202..000000000000 --- a/media-gfx/graphviz/files/digest-graphviz-1.8.10-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c9663c8e2cde4f7edc2b412cc148330 graphviz-1.8.10.tar.gz 2837389 diff --git a/media-gfx/graphviz/files/digest-graphviz-1.9 b/media-gfx/graphviz/files/digest-graphviz-1.9 new file mode 100644 index 000000000000..e9c8a10ef588 --- /dev/null +++ b/media-gfx/graphviz/files/digest-graphviz-1.9 @@ -0,0 +1 @@ +MD5 5f8d1e1f15594f4869fc9c68f32e7dbb graphviz-1.9.tar.gz 3173162 diff --git a/media-gfx/graphviz/graphviz-1.8.10-r1.ebuild b/media-gfx/graphviz/graphviz-1.8.10-r1.ebuild deleted file mode 100644 index e053a481140e..000000000000 --- a/media-gfx/graphviz/graphviz-1.8.10-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.8.10-r1.ebuild,v 1.2 2003/02/13 12:34:42 vapier Exp $ - -IUSE="tcltk" - -S=${WORKDIR}/${P} -DESCRIPTION="open source graph drawing software" -SRC_URI="http://www.graphviz.org/pub/graphviz/${P}.tar.gz" -HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/" - -SLOT="0" -LICENSE="as-is | ATT" -KEYWORDS="~x86 ~ppc" - -#Can use freetype-1.3 or 2.0, but not both -DEPEND=">=sys-libs/zlib-1.1.3 - >=media-libs/jpeg-6b - media-libs/freetype - tcltk? ( =dev-lang/tk-8.3* )" - -src_unpack() { - unpack ${A} - - cd ${S}/dotneato/common - patch gdgen.c < ${FILESDIR}/gdgen.c.patch -} - -src_compile() { - local myconf - #if no tcltk, this will generate configure warnings, but will - #compile without tcltk support - use tcltk || myconf="${myconf} --without-tcl --without-tk" - - econf ${myconf} || die "./configure failed" - - make || die -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS ChangeLog FAQ.txt INSTALL MINTERMS.txt \ - NEWS README - - dohtml -r . - dodoc doc/*.pdf -} diff --git a/media-gfx/graphviz/graphviz-1.9.ebuild b/media-gfx/graphviz/graphviz-1.9.ebuild new file mode 100644 index 000000000000..eac1b45de8c9 --- /dev/null +++ b/media-gfx/graphviz/graphviz-1.9.ebuild @@ -0,0 +1,46 @@ +# 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.9.ebuild,v 1.1 2003/02/22 21:42:09 george Exp $ + +IUSE="tcltk" + +DESCRIPTION="open source graph drawing software" +SRC_URI="http://www.graphviz.org/pub/graphviz/${P}.tar.gz" +HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/" + +SLOT="0" +LICENSE="as-is | ATT" +KEYWORDS="~x86 ~ppc" + +#Can use freetype-1.3 or 2.0, but not both +DEPEND=">=sys-libs/zlib-1.1.3 + >=media-libs/libpng-1.2* + >=media-libs/jpeg-6b + media-libs/freetype + tcltk? ( =dev-lang/tk-8.3* )" + +src_unpack() { + unpack ${A} + cd ${S} +} + +src_compile() { + local myconf + #if no tcltk, this will generate configure warnings, but will + #compile without tcltk support + use tcltk || myconf="${myconf} --without-tcl --without-tk" + + econf ${myconf} + + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS ChangeLog FAQ.txt INSTALL MINTERMS.txt \ + NEWS README + + dohtml -r . + dodoc doc/*.pdf +} -- cgit v1.2.3-65-gdbad