diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-08-16 20:41:26 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-08-16 20:41:26 +0000 |
commit | d0c33b2e7fd41f9121b5269ed582a419120398f2 (patch) | |
tree | ffae400e4ee27a5338167f49942c57b68375c3de /media-gfx | |
parent | Stable on alpha wrt Bug #141390. (diff) | |
download | gentoo-2-d0c33b2e7fd41f9121b5269ed582a419120398f2.tar.gz gentoo-2-d0c33b2e7fd41f9121b5269ed582a419120398f2.tar.bz2 gentoo-2-d0c33b2e7fd41f9121b5269ed582a419120398f2.zip |
Kill old, vulnerable versions.
Diffstat (limited to 'media-gfx')
8 files changed, 0 insertions, 386 deletions
diff --git a/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.5 b/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.5 deleted file mode 100644 index fc5e47619e0b..000000000000 --- a/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 bcbfa575bda5357478b97ff6430b8bde GraphicsMagick-1.1.5.tar.bz2 4949815 diff --git a/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.5-r1 b/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.5-r1 deleted file mode 100644 index fc5e47619e0b..000000000000 --- a/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bcbfa575bda5357478b97ff6430b8bde GraphicsMagick-1.1.5.tar.bz2 4949815 diff --git a/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.6 b/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.6 deleted file mode 100644 index 40f2fb17c113..000000000000 --- a/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee85aef3cde13432a3f2e5604b758f9c GraphicsMagick-1.1.6.tar.bz2 4959704 diff --git a/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.6-r1 b/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.6-r1 deleted file mode 100644 index 40f2fb17c113..000000000000 --- a/media-gfx/graphicsmagick/files/digest-graphicsmagick-1.1.6-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee85aef3cde13432a3f2e5604b758f9c GraphicsMagick-1.1.6.tar.bz2 4959704 diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.1.5-r1.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.1.5-r1.ebuild deleted file mode 100644 index 4ca9e25bbefd..000000000000 --- a/media-gfx/graphicsmagick/graphicsmagick-1.1.5-r1.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/graphicsmagick-1.1.5-r1.ebuild,v 1.3 2006/04/02 21:35:17 vapier Exp $ - -inherit libtool flag-o-matic perl-app - -MY_PN=GraphicsMagick -MY_P=${MY_PN}-${PV} - -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.graphicsmagick.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="X gs jbig jpeg2k jpeg lcms lzw perl png tiff truetype wmf xml" - -RDEPEND="app-arch/bzip2 - sys-libs/zlib - X? ( || ( - ( x11-libs/libXext x11-libs/libXt x11-libs/libX11 x11-libs/libICE x11-libs/libSM ) - virtual/x11 - ) ) - gs? ( virtual/ghostscript ) - jbig? ( media-libs/jbigkit ) - jpeg2k? ( media-libs/jasper ) - jpeg? ( >=media-libs/jpeg-6b ) - lcms? ( >=media-libs/lcms-1.06 ) - perl? ( dev-lang/perl ) - png? ( media-libs/libpng ) - tiff? ( >=media-libs/tiff-3.5.5 ) - xml? ( >=dev-libs/libxml2-2.4.10 ) - truetype? ( =media-libs/freetype-2* ) - wmf? ( >=media-libs/libwmf-0.2.5 )" -DEPEND="${RDEPEND} - X? ( || ( ( x11-proto/xextproto x11-proto/xproto ) virtual/x11 ) )" - -S=${WORKDIR}/${MY_P} - -src_compile() { - local myconf="" - myconf="${myconf} $(use_with X x)" - myconf="${myconf} $(use_with jbig)" - myconf="${myconf} $(use_with jpeg2k)" - myconf="${myconf} $(use_with jpeg)" - myconf="${myconf} $(use_with lcms)" - myconf="${myconf} $(use_enable lzw)" - myconf="${myconf} $(use_with png)" - myconf="${myconf} $(use_with tiff)" - myconf="${myconf} $(use_with truetype ttf)" - myconf="${myconf} $(use_with wmf)" - myconf="${myconf} $(use_with xml xml)" - - # Netscape is still used ? More people should have Mozilla - sed -i 's:netscape:mozilla:g' configure - - econf \ - --with-gs-font-dir=/usr/share/fonts/default/ghostscript \ - --enable-shared \ - --with-quantum-depth=16 \ - --with-threads \ - --with-bzlib \ - --without-perl \ - ${myconf} || die - - # make PerlMagick using portage tools instead of Makefile to avoid sandbox issues - if use perl ; then - cd PerlMagick - perl-app_src_prep - perl-app_src_compile - cd .. - fi - - emake || die "compile problem" -} - -src_install() { - make DESTDIR=${D} install || die - - if use perl ; then - cd PerlMagick - perl-module_src_install - cd .. - fi - - dosym /usr/lib/${MY_P}/ /usr/lib/GraphicsMagick - - rm -f ${D}/usr/share/GraphicsMagick/*.txt - - dosed "s:-I/usr/include ::" /usr/bin/GraphicsMagick-config - dosed "s:-I/usr/include ::" /usr/bin/GraphicsMagick++-config -} diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.1.5.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.1.5.ebuild deleted file mode 100644 index 08f3868e8975..000000000000 --- a/media-gfx/graphicsmagick/graphicsmagick-1.1.5.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/graphicsmagick-1.1.5.ebuild,v 1.4 2006/04/02 21:35:17 vapier Exp $ - -inherit libtool flag-o-matic perl-app - -MY_PN=GraphicsMagick -MY_P=${MY_PN}-${PV} - -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.graphicsmagick.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="X gs jbig jpeg2k jpeg lcms lzw perl png tiff truetype wmf xml" - -RDEPEND="app-arch/bzip2 - sys-libs/zlib - X? ( || ( - ( x11-libs/libXext x11-libs/libXt x11-libs/libX11 x11-libs/libICE x11-libs/libSM ) - virtual/x11 - ) ) - gs? ( virtual/ghostscript ) - jbig? ( media-libs/jbigkit ) - jpeg2k? ( media-libs/jasper ) - jpeg? ( >=media-libs/jpeg-6b ) - lcms? ( >=media-libs/lcms-1.06 ) - perl? ( dev-lang/perl ) - png? ( media-libs/libpng ) - tiff? ( >=media-libs/tiff-3.5.5 ) - xml? ( >=dev-libs/libxml2-2.4.10 ) - truetype? ( =media-libs/freetype-2* ) - wmf? ( >=media-libs/libwmf-0.2.5 )" -DEPEND="${RDEPEND} - X? ( || ( ( x11-proto/xextproto x11-proto/xproto ) virtual/x11 ) )" - -S=${WORKDIR}/${MY_P} - -src_compile() { - local myconf="" - myconf="${myconf} $(use_with X x)" - myconf="${myconf} $(use_with jbig)" - myconf="${myconf} $(use_with jpeg2k)" - myconf="${myconf} $(use_with jpeg)" - myconf="${myconf} $(use_with lcms)" - myconf="${myconf} $(use_enable lzw)" - myconf="${myconf} $(use_with png)" - myconf="${myconf} $(use_with tiff)" - myconf="${myconf} $(use_with ttf)" - myconf="${myconf} $(use_with wmf)" - myconf="${myconf} $(use_with xml xml)" - - # Netscape is still used ? More people should have Mozilla - sed -i 's:netscape:mozilla:g' configure - - econf \ - --enable-shared \ - --with-quantum-depth=16 \ - --with-threads \ - --with-bzlib \ - --without-perl \ - ${myconf} || die - - # make PerlMagick using portage tools instead of Makefile to avoid sandbox issues - if use perl ; then - cd PerlMagick - perl-app_src_prep - perl-app_src_compile - cd .. - fi - - emake || die "compile problem" -} - -src_install() { - make DESTDIR=${D} install || die - - if use perl ; then - cd PerlMagick - perl-module_src_install - cd .. - fi - - dosym /usr/lib/${MY_P}/ /usr/lib/GraphicsMagick - - rm -f ${D}/usr/share/GraphicsMagick/*.txt - - dosed "s:-I/usr/include ::" /usr/bin/GraphicsMagick-config - dosed "s:-I/usr/include ::" /usr/bin/GraphicsMagick++-config -} diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.1.6-r1.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.1.6-r1.ebuild deleted file mode 100644 index d1ef8b92cf91..000000000000 --- a/media-gfx/graphicsmagick/graphicsmagick-1.1.6-r1.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/graphicsmagick-1.1.6-r1.ebuild,v 1.7 2006/04/02 21:35:17 vapier Exp $ - -inherit libtool flag-o-matic perl-app - -MY_PN=GraphicsMagick -MY_P=${MY_PN}-${PV} - -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.graphicsmagick.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="ppc ~ppc64 ~sparc x86" -IUSE="X gs jbig jpeg2k jpeg lcms lzw perl png tiff truetype wmf xml doc" - -RDEPEND="app-arch/bzip2 - sys-libs/zlib - X? ( || ( - ( x11-libs/libXext x11-libs/libXt x11-libs/libX11 x11-libs/libICE x11-libs/libSM ) - virtual/x11 - ) ) - gs? ( virtual/ghostscript ) - jbig? ( media-libs/jbigkit ) - jpeg2k? ( media-libs/jasper ) - jpeg? ( >=media-libs/jpeg-6b ) - lcms? ( >=media-libs/lcms-1.06 ) - perl? ( dev-lang/perl ) - png? ( media-libs/libpng ) - tiff? ( >=media-libs/tiff-3.5.5 ) - xml? ( >=dev-libs/libxml2-2.4.10 ) - truetype? ( =media-libs/freetype-2* ) - wmf? ( >=media-libs/libwmf-0.2.5 )" -DEPEND="${RDEPEND} - X? ( || ( ( x11-proto/xextproto x11-proto/xproto ) virtual/x11 ) )" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/xwd-dos.patch -} - -src_compile() { - local myconf="" - myconf="${myconf} $(use_with X x)" - myconf="${myconf} $(use_with jbig)" - myconf="${myconf} $(use_with jpeg2k)" - myconf="${myconf} $(use_with jpeg)" - myconf="${myconf} $(use_with lcms)" - myconf="${myconf} $(use_enable lzw)" - myconf="${myconf} $(use_with png)" - myconf="${myconf} $(use_with tiff)" - myconf="${myconf} $(use_with truetype ttf)" - myconf="${myconf} $(use_with wmf)" - myconf="${myconf} $(use_with xml xml)" - - # Netscape is still used ? More people should have Mozilla - sed -i 's:netscape:mozilla:g' configure - - econf \ - --with-gs-font-dir=/usr/share/fonts/default/ghostscript \ - --enable-shared \ - --with-quantum-depth=16 \ - --with-threads \ - --with-bzlib \ - --without-perl \ - ${myconf} || die - - # make PerlMagick using portage tools instead of Makefile to avoid sandbox issues - if use perl ; then - cd PerlMagick - perl-app_src_prep - perl-app_src_compile - cd .. - fi - - emake || die "compile problem" -} - -src_install() { - make DESTDIR=${D} install || die - - if use perl ; then - cd PerlMagick - perl-module_src_install - cd .. - fi - - dosym /usr/lib/${MY_P}/ /usr/lib/GraphicsMagick - - rm -f ${D}/usr/share/GraphicsMagick/*.txt - rm -rf ${D}/usr/share/${MY_P}/www - - if use doc; then - dohtml -r www/* - fi - - dosed "s:-I/usr/include ::" /usr/bin/GraphicsMagick-config - dosed "s:-I/usr/include ::" /usr/bin/GraphicsMagick++-config -} diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.1.6.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.1.6.ebuild deleted file mode 100644 index 60981d5b60ca..000000000000 --- a/media-gfx/graphicsmagick/graphicsmagick-1.1.6.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphicsmagick/graphicsmagick-1.1.6.ebuild,v 1.4 2006/04/02 21:35:17 vapier Exp $ - -inherit libtool flag-o-matic perl-app - -MY_PN=GraphicsMagick -MY_P=${MY_PN}-${PV} - -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.graphicsmagick.org/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="X gs jbig jpeg2k jpeg lcms lzw perl png tiff truetype wmf xml" - -RDEPEND="app-arch/bzip2 - sys-libs/zlib - X? ( || ( - ( x11-libs/libXext x11-libs/libXt x11-libs/libX11 x11-libs/libICE x11-libs/libSM ) - virtual/x11 - ) ) - gs? ( virtual/ghostscript ) - jbig? ( media-libs/jbigkit ) - jpeg2k? ( media-libs/jasper ) - jpeg? ( >=media-libs/jpeg-6b ) - lcms? ( >=media-libs/lcms-1.06 ) - perl? ( dev-lang/perl ) - png? ( media-libs/libpng ) - tiff? ( >=media-libs/tiff-3.5.5 ) - xml? ( >=dev-libs/libxml2-2.4.10 ) - truetype? ( =media-libs/freetype-2* ) - wmf? ( >=media-libs/libwmf-0.2.5 )" -DEPEND="${RDEPEND} - X? ( || ( ( x11-proto/xextproto x11-proto/xproto ) virtual/x11 ) )" - -S=${WORKDIR}/${MY_P} - -src_compile() { - local myconf="" - myconf="${myconf} $(use_with X x)" - myconf="${myconf} $(use_with jbig)" - myconf="${myconf} $(use_with jpeg2k)" - myconf="${myconf} $(use_with jpeg)" - myconf="${myconf} $(use_with lcms)" - myconf="${myconf} $(use_enable lzw)" - myconf="${myconf} $(use_with png)" - myconf="${myconf} $(use_with tiff)" - myconf="${myconf} $(use_with truetype ttf)" - myconf="${myconf} $(use_with wmf)" - myconf="${myconf} $(use_with xml xml)" - - # Netscape is still used ? More people should have Mozilla - sed -i 's:netscape:mozilla:g' configure - - econf \ - --with-gs-font-dir=/usr/share/fonts/default/ghostscript \ - --enable-shared \ - --with-quantum-depth=16 \ - --with-threads \ - --with-bzlib \ - --without-perl \ - ${myconf} || die - - # make PerlMagick using portage tools instead of Makefile to avoid sandbox issues - if use perl ; then - cd PerlMagick - perl-app_src_prep - perl-app_src_compile - cd .. - fi - - emake || die "compile problem" -} - -src_install() { - make DESTDIR=${D} install || die - - if use perl ; then - cd PerlMagick - perl-module_src_install - cd .. - fi - - dosym /usr/lib/${MY_P}/ /usr/lib/GraphicsMagick - - rm -f ${D}/usr/share/GraphicsMagick/*.txt - - dosed "s:-I/usr/include ::" /usr/bin/GraphicsMagick-config - dosed "s:-I/usr/include ::" /usr/bin/GraphicsMagick++-config -} |