diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-25 23:08:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-25 23:08:57 +0000 |
commit | afeb97108b1feda45197a928e48b9f1b3a35ea85 (patch) | |
tree | fffcc4c199c088591654896eb4e9496d78542d89 /media-gfx/graphviz | |
parent | stable on x86/hppa (diff) | |
download | historical-afeb97108b1feda45197a928e48b9f1b3a35ea85.tar.gz historical-afeb97108b1feda45197a928e48b9f1b3a35ea85.tar.bz2 historical-afeb97108b1feda45197a928e48b9f1b3a35ea85.zip |
old
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r-- | media-gfx/graphviz/files/digest-graphviz-1.8.10 | 1 | ||||
-rw-r--r-- | media-gfx/graphviz/files/digest-graphviz-1.8.10-r2 | 1 | ||||
-rw-r--r-- | media-gfx/graphviz/files/digest-graphviz-1.8.10-r3 | 1 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.8.10-r2.ebuild | 46 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.8.10-r3.ebuild | 74 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.8.10.ebuild | 50 |
6 files changed, 0 insertions, 173 deletions
diff --git a/media-gfx/graphviz/files/digest-graphviz-1.8.10 b/media-gfx/graphviz/files/digest-graphviz-1.8.10 deleted file mode 100644 index 83e5bdee4202..000000000000 --- a/media-gfx/graphviz/files/digest-graphviz-1.8.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c9663c8e2cde4f7edc2b412cc148330 graphviz-1.8.10.tar.gz 2837389 diff --git a/media-gfx/graphviz/files/digest-graphviz-1.8.10-r2 b/media-gfx/graphviz/files/digest-graphviz-1.8.10-r2 deleted file mode 100644 index 83e5bdee4202..000000000000 --- a/media-gfx/graphviz/files/digest-graphviz-1.8.10-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c9663c8e2cde4f7edc2b412cc148330 graphviz-1.8.10.tar.gz 2837389 diff --git a/media-gfx/graphviz/files/digest-graphviz-1.8.10-r3 b/media-gfx/graphviz/files/digest-graphviz-1.8.10-r3 deleted file mode 100644 index 83e5bdee4202..000000000000 --- a/media-gfx/graphviz/files/digest-graphviz-1.8.10-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c9663c8e2cde4f7edc2b412cc148330 graphviz-1.8.10.tar.gz 2837389 diff --git a/media-gfx/graphviz/graphviz-1.8.10-r2.ebuild b/media-gfx/graphviz/graphviz-1.8.10-r2.ebuild deleted file mode 100644 index fba3b5f1850a..000000000000 --- a/media-gfx/graphviz/graphviz-1.8.10-r2.ebuild +++ /dev/null @@ -1,46 +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-r2.ebuild,v 1.2 2003/02/13 12:34:47 vapier 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 -#!!!requires libpng-1.0.x!!! -DEPEND=">=sys-libs/zlib-1.1.3 - =media-libs/libpng-1.0* - >=media-libs/jpeg-6b - media-libs/freetype - tcltk? ( =dev-lang/tk-8.3* )" - -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" - - #libpng-1.0 got tweaked to nicely coexist with libpng-1.2 - #need to set correct path to the .h's and libs - econf ${myconf} \ - --with-pngincludedir=/usr/include/libpng10/ \ - --with-pnglibdir=/usr/lib/ || 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.8.10-r3.ebuild b/media-gfx/graphviz/graphviz-1.8.10-r3.ebuild deleted file mode 100644 index 5da8909283bc..000000000000 --- a/media-gfx/graphviz/graphviz-1.8.10-r3.ebuild +++ /dev/null @@ -1,74 +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-r3.ebuild,v 1.5 2003/11/16 18:56:43 brad_mssw 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 ~sparc amd64" - -#Can use freetype-1.3 or 2.0, but not both -#!!!requires libpng-1.0.x!!! -DEPEND=">=sys-libs/zlib-1.1.3 - =media-libs/libpng-1.0* - >=media-libs/jpeg-6b - media-libs/freetype - tcltk? ( =dev-lang/tk-8.3* )" - -src_unpack() { - unpack ${A} - cd ${S} - - mv configure configure-orig - sed -e "s:lpng:lpng10:" configure-orig > configure - chmod a+x configure - mv Config.mk Config.mk-orig - sed -e "s:lpng:lpng10:" Config.mk-orig > Config.mk - - cd gd - mv Makefile.orig Makefile.orig-orig - sed -e "s:lpng:lpng10:" Makefile.orig-orig > Makefile.orig - mv nmakefile nmakefile-orig - sed -e "s:lpng:lpng10:" nmakefile-orig > nmakefile - - cd ../contrib - mv Makefile Makefile-orig - sed -e "s:lpng:lpng10:" Makefile-orig>Makefile - cd prune - mv Makefile Makefile-orig - sed -e "s:lpng:lpng10:" Makefile-orig>Makefile - - cd ../../dotneato/common - mv nmakefile nmakefile-orig - sed -e "s:lpng:lpng10:" nmakefile-orig > nmakefile -} - -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" - - #libpng-1.0 got tweaked to nicely coexist with libpng-1.2 - #need to set correct path to the .h's and libs - econf ${myconf} \ - --with-pngincludedir=/usr/include/libpng10/ \ - --with-pnglibdir=/usr/lib/ || 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.8.10.ebuild b/media-gfx/graphviz/graphviz-1.8.10.ebuild deleted file mode 100644 index 8f5537dcd54d..000000000000 --- a/media-gfx/graphviz/graphviz-1.8.10.ebuild +++ /dev/null @@ -1,50 +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.ebuild,v 1.5 2003/11/16 18:56:43 brad_mssw 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 amd64" - -#Can use freetype-1.3 or 2.0, but not both -#!!!requires libpng-1.0.x!!! -DEPEND=">=sys-libs/zlib-1.1.3 - =media-libs/libpng-1.0* - >=media-libs/jpeg-6b - media-libs/freetype - tcltk? ( =dev-lang/tk-8.3* )" - -#src_unpack() { -# unpack ${A} -# -# cd ${S}/agraph -# patch scan.l < ${FILESDIR}/${P}-scan.l.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 -} |