diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-01-20 23:35:53 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-01-20 23:35:53 +0000 |
commit | eb06e7b41b6c6966c0bcec765c34f99728784fb3 (patch) | |
tree | a85fd31989bfd66e5193c3ceae798b9da19d5b40 /media-gfx | |
parent | Belated commit (diff) | |
download | gentoo-2-eb06e7b41b6c6966c0bcec765c34f99728784fb3.tar.gz gentoo-2-eb06e7b41b6c6966c0bcec765c34f99728784fb3.tar.bz2 gentoo-2-eb06e7b41b6c6966c0bcec765c34f99728784fb3.zip |
Solved file collision problem, bug #78740. Ebuild clean up
(Portage version: 2.0.51-r14)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/imagemagick/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/imagemagick/files/digest-imagemagick-6.0.7.1 | 1 | ||||
-rw-r--r-- | media-gfx/imagemagick/files/digest-imagemagick-6.0.8.1 | 1 | ||||
-rw-r--r-- | media-gfx/imagemagick/files/digest-imagemagick-6.1.0.1 | 1 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-6.0.7.1.ebuild | 80 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-6.0.8.1.ebuild | 80 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-6.1.0.1.ebuild | 80 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-6.1.8.8.ebuild | 6 |
8 files changed, 9 insertions, 247 deletions
diff --git a/media-gfx/imagemagick/ChangeLog b/media-gfx/imagemagick/ChangeLog index 296ac963c39d..a051335f32a9 100644 --- a/media-gfx/imagemagick/ChangeLog +++ b/media-gfx/imagemagick/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/imagemagick # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.118 2005/01/20 20:11:41 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.119 2005/01/20 23:35:53 sekretarz Exp $ + + 21 Jan 2005; Karol Wojtaszek <sekretarz@gentoo.org> + -imagemagick-6.0.7.1.ebuild, -imagemagick-6.0.8.1.ebuild, + -imagemagick-6.1.0.1.ebuild, imagemagick-6.1.8.8.ebuild: + Solved file collision problem, bug #78740. Ebuild clean up 20 Jan 2005; Hardave Riar <hardave@gentoo.org> imagemagick-6.1.8.8.ebuild: Stable on mips, bug #77932. diff --git a/media-gfx/imagemagick/files/digest-imagemagick-6.0.7.1 b/media-gfx/imagemagick/files/digest-imagemagick-6.0.7.1 deleted file mode 100644 index 2eb6b05ce28e..000000000000 --- a/media-gfx/imagemagick/files/digest-imagemagick-6.0.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6c9f5bd9afa95b747480040abd456784 ImageMagick-6.0.7-1.tar.bz2 5752309 diff --git a/media-gfx/imagemagick/files/digest-imagemagick-6.0.8.1 b/media-gfx/imagemagick/files/digest-imagemagick-6.0.8.1 deleted file mode 100644 index ce2d27797f3a..000000000000 --- a/media-gfx/imagemagick/files/digest-imagemagick-6.0.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 aa6ada892fa16a00cc40affc91653ec4 ImageMagick-6.0.8-1.tar.bz2 4527213 diff --git a/media-gfx/imagemagick/files/digest-imagemagick-6.1.0.1 b/media-gfx/imagemagick/files/digest-imagemagick-6.1.0.1 deleted file mode 100644 index 33a06a674c6b..000000000000 --- a/media-gfx/imagemagick/files/digest-imagemagick-6.1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1ab788ab6fef208741627cbaf98fb420 ImageMagick-6.1.0-1.tar.bz2 4535582 diff --git a/media-gfx/imagemagick/imagemagick-6.0.7.1.ebuild b/media-gfx/imagemagick/imagemagick-6.0.7.1.ebuild deleted file mode 100644 index dc491a153533..000000000000 --- a/media-gfx/imagemagick/imagemagick-6.0.7.1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.0.7.1.ebuild,v 1.15 2005/01/10 19:37:30 sekretarz Exp $ - -inherit libtool flag-o-matic eutils - -MY_PN=ImageMagick -MY_P=${MY_PN}-${PV%.*} -MY_P2=${MY_PN}-${PV%.*}-${PV#*.*.*.} - -S=${WORKDIR}/${MY_P} -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.imagemagick.org/" -SRC_URI="ftp://ftp.imagemagick.org/pub/${MY_PN}/${MY_P2}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 mips ppc64 ia64" -IUSE="X cups jpeg lcms mpeg png truetype tiff xml2 wmf jbig perl graphviz" - -DEPEND=">=sys-apps/sed-4 - app-arch/bzip2 - sys-libs/zlib - X? ( virtual/x11 ) - cups? ( virtual/ghostscript ) - jpeg? ( >=media-libs/jpeg-6b ) - lcms? ( >=media-libs/lcms-1.06 ) - mpeg? ( media-video/mpeg2vidcodec ) - png? ( media-libs/libpng ) - tiff? ( >=media-libs/tiff-3.5.5 ) - xml2? ( >=dev-libs/libxml2-2.4.10 ) - truetype? ( =media-libs/freetype-2* ) - wmf? ( media-libs/libwmf ) - jbig? ( media-libs/jbigkit ) - perl? ( dev-lang/perl ) - graphviz? ( media-gfx/graphviz )" - -src_compile() { - - local myconf="" - use X || myconf="${myconf} --with-x=no" - use cups || myconf="${myconf} --with-gslib" - use jpeg || myconf="${myconf} --without-jpeg --without-jp2" - use lcms || myconf="${myconf} --without-lcms" - use mpeg || myconf="${myconf} --without-mpeg2" - use tiff || myconf="${myconf} --without-tiff" - use xml2 || myconf="${myconf} --without-xml" - use truetype || myconf="${myconf} --without-ttf" - use wmf || myconf="${myconf} --without-wmf" - use jbig || myconf="${myconf} --without-jbig" - use perl || myconf="${myconf} --without-perl" - use graphviz || myconf="${myconf} --without-dot" - - # Netscape is still used ? More people should have Mozilla - sed -i 's:netscape:mozilla:g' configure - - econf \ - --enable-shared \ - --enable-lzw \ - --with-fpx \ - --without-hdf \ - --with-threads \ - --with-bzlib \ - --without-dot \ - --with-modules \ - ${myconf} || die - - emake || die "compile problem" -} - -src_install() { - make DESTDIR=${D} install - mydoc="*.txt" - - rm -f ${D}/usr/share/ImageMagick/*.txt - - dosed "s:-I/usr/include ::" /usr/bin/Magick-config - dosed "s:-I/usr/include ::" /usr/bin/Magick++-config - -} diff --git a/media-gfx/imagemagick/imagemagick-6.0.8.1.ebuild b/media-gfx/imagemagick/imagemagick-6.0.8.1.ebuild deleted file mode 100644 index 5bc0c81c6eca..000000000000 --- a/media-gfx/imagemagick/imagemagick-6.0.8.1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.0.8.1.ebuild,v 1.4 2005/01/10 19:37:30 sekretarz Exp $ - -inherit libtool flag-o-matic eutils - -MY_PN=ImageMagick -MY_P=${MY_PN}-${PV%.*} -MY_P2=${MY_PN}-${PV%.*}-${PV#*.*.*.} - -S=${WORKDIR}/${MY_P} -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.imagemagick.org/" -SRC_URI="ftp://ftp.imagemagick.org/pub/${MY_PN}/${MY_P2}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips ~ppc64 ia64" -IUSE="X cups jpeg lcms mpeg png truetype tiff xml2 wmf jbig perl graphviz" - -DEPEND=">=sys-apps/sed-4 - app-arch/bzip2 - sys-libs/zlib - X? ( virtual/x11 ) - cups? ( virtual/ghostscript ) - jpeg? ( >=media-libs/jpeg-6b ) - lcms? ( >=media-libs/lcms-1.06 ) - mpeg? ( media-video/mpeg2vidcodec ) - png? ( media-libs/libpng ) - tiff? ( >=media-libs/tiff-3.5.5 ) - xml2? ( >=dev-libs/libxml2-2.4.10 ) - truetype? ( =media-libs/freetype-2* ) - wmf? ( media-libs/libwmf ) - jbig? ( media-libs/jbigkit ) - perl? ( dev-lang/perl ) - graphviz? ( media-gfx/graphviz )" - -src_compile() { - - local myconf="" - use X || myconf="${myconf} --with-x=no" - use cups || myconf="${myconf} --with-gslib" - use jpeg || myconf="${myconf} --without-jpeg --without-jp2" - use lcms || myconf="${myconf} --without-lcms" - use mpeg || myconf="${myconf} --without-mpeg2" - use tiff || myconf="${myconf} --without-tiff" - use xml2 || myconf="${myconf} --without-xml" - use truetype || myconf="${myconf} --without-ttf" - use wmf || myconf="${myconf} --without-wmf" - use jbig || myconf="${myconf} --without-jbig" - use perl || myconf="${myconf} --without-perl" - use graphviz || myconf="${myconf} --without-dot" - - # Netscape is still used ? More people should have Mozilla - sed -i 's:netscape:mozilla:g' configure - - econf \ - --enable-shared \ - --enable-lzw \ - --with-fpx \ - --without-hdf \ - --with-threads \ - --with-bzlib \ - --without-dot \ - --with-modules \ - ${myconf} || die - - emake || die "compile problem" -} - -src_install() { - make DESTDIR=${D} install - mydoc="*.txt" - - rm -f ${D}/usr/share/ImageMagick/*.txt - - dosed "s:-I/usr/include ::" /usr/bin/Magick-config - dosed "s:-I/usr/include ::" /usr/bin/Magick++-config - -} diff --git a/media-gfx/imagemagick/imagemagick-6.1.0.1.ebuild b/media-gfx/imagemagick/imagemagick-6.1.0.1.ebuild deleted file mode 100644 index 2784da42a62c..000000000000 --- a/media-gfx/imagemagick/imagemagick-6.1.0.1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.1.0.1.ebuild,v 1.8 2005/01/10 19:37:30 sekretarz Exp $ - -inherit libtool flag-o-matic eutils - -MY_PN=ImageMagick -MY_P=${MY_PN}-${PV%.*} -MY_P2=${MY_PN}-${PV%.*}-${PV#*.*.*.} - -S=${WORKDIR}/${MY_P} -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.imagemagick.org/" -SRC_URI="ftp://ftp.imagemagick.org/pub/${MY_PN}/${MY_P2}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" -IUSE="X cups jpeg lcms mpeg png truetype tiff xml2 wmf jbig perl graphviz" - -DEPEND="app-arch/bzip2 - sys-libs/zlib - X? ( virtual/x11 ) - cups? ( virtual/ghostscript ) - lcms? ( >=media-libs/lcms-1.06 ) - mpeg? ( media-video/mpeg2vidcodec ) - png? ( media-libs/libpng ) - tiff? ( >=media-libs/tiff-3.5.5 ) - xml2? ( >=dev-libs/libxml2-2.4.10 ) - truetype? ( =media-libs/freetype-2* ) - wmf? ( media-libs/libwmf ) - jbig? ( media-libs/jbigkit ) - jpeg? ( >=media-libs/jpeg-6b ) - perl? ( dev-lang/perl ) - graphviz? ( media-gfx/graphviz )" - -src_compile() { - - local myconf="" - use X || myconf="${myconf} --with-x=no" - use cups || myconf="${myconf} --with-gslib" - use jpeg || myconf="${myconf} --without-jpeg --without-jp2" - use lcms || myconf="${myconf} --without-lcms" - use mpeg || myconf="${myconf} --without-mpeg2" - use tiff || myconf="${myconf} --without-tiff" - use xml2 || myconf="${myconf} --without-xml" - use truetype || myconf="${myconf} --without-ttf" - use wmf || myconf="${myconf} --without-wmf" - use jbig || myconf="${myconf} --without-jbig" - use perl || myconf="${myconf} --without-perl" - use graphviz || myconf="${myconf} --without-dot" - - # Netscape is still used ? More people should have Mozilla - sed -i 's:netscape:mozilla:g' configure - - econf \ - --enable-shared \ - --enable-lzw \ - --with-fpx \ - --without-hdf \ - --with-threads \ - --with-bzlib \ - --without-dot \ - --with-modules \ - --with-zlib \ - ${myconf} || die - - emake || die "compile problem" -} - -src_install() { - make DESTDIR=${D} install - mydoc="*.txt www/*" - - rm -f ${D}/usr/share/ImageMagick/*.txt - - dosed "s:-I/usr/include ::" /usr/bin/Magick-config - dosed "s:-I/usr/include ::" /usr/bin/Magick++-config - -} diff --git a/media-gfx/imagemagick/imagemagick-6.1.8.8.ebuild b/media-gfx/imagemagick/imagemagick-6.1.8.8.ebuild index 4c6edc67422d..01aaeaeb0587 100644 --- a/media-gfx/imagemagick/imagemagick-6.1.8.8.ebuild +++ b/media-gfx/imagemagick/imagemagick-6.1.8.8.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/imagemagick/imagemagick-6.1.8.8.ebuild,v 1.11 2005/01/20 20:11:41 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.1.8.8.ebuild,v 1.12 2005/01/20 23:35:53 sekretarz Exp $ inherit libtool flag-o-matic eutils @@ -82,8 +82,8 @@ src_install() { #bug 69705 rm -f ${D}/usr/lib/libltdl* - #bug 73464 - rm -f ${D}/usr/lib/perl5/5.8.6/x86_64-linux/perllocal.pod + #bug 73464 and 78740 + rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod dosed "s:-I/usr/include ::" /usr/bin/Magick-config dosed "s:-I/usr/include ::" /usr/bin/Magick++-config |