diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-14 15:05:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-14 15:05:20 +0000 |
commit | c68a7f47da0975005437f8ff0664c26972e69f01 (patch) | |
tree | ff8949679b283e2e7b818f7e76ec514d97865c60 /media-gfx | |
parent | New ebuild dev-perl/Sysadm-Install. (diff) | |
download | gentoo-2-c68a7f47da0975005437f8ff0664c26972e69f01.tar.gz gentoo-2-c68a7f47da0975005437f8ff0664c26972e69f01.tar.bz2 gentoo-2-c68a7f47da0975005437f8ff0664c26972e69f01.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/imagemagick/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-6.5.2.9.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-6.5.4.10.ebuild | 176 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-6.5.7.0.ebuild | 176 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-6.5.9.4-r1.ebuild | 175 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-6.6.1.2.ebuild (renamed from media-gfx/imagemagick/imagemagick-6.6.0.10.ebuild) | 2 |
6 files changed, 10 insertions, 531 deletions
diff --git a/media-gfx/imagemagick/ChangeLog b/media-gfx/imagemagick/ChangeLog index 401f9e99bc9a..186694153f42 100644 --- a/media-gfx/imagemagick/ChangeLog +++ b/media-gfx/imagemagick/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/imagemagick # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.390 2010/03/31 10:02:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/ChangeLog,v 1.391 2010/04/14 15:05:20 ssuominen Exp $ + +*imagemagick-6.6.1.2 (14 Apr 2010) + + 14 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> + +imagemagick-6.6.1.2.ebuild: + Version bump. *imagemagick-6.6.0.10 (31 Mar 2010) diff --git a/media-gfx/imagemagick/imagemagick-6.5.2.9.ebuild b/media-gfx/imagemagick/imagemagick-6.5.2.9.ebuild index 94fbba4697f7..e7b0708dc6a9 100644 --- a/media-gfx/imagemagick/imagemagick-6.5.2.9.ebuild +++ b/media-gfx/imagemagick/imagemagick-6.5.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.5.2.9.ebuild,v 1.15 2009/12/26 17:38:06 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.5.2.9.ebuild,v 1.16 2010/04/14 15:05:20 ssuominen Exp $ EAPI="2" @@ -19,7 +19,7 @@ SRC_URI="mirror://imagemagick/${MY_P2}.tar.bz2 RESTRICT="perl? ( userpriv )" LICENSE="imagemagick" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="~x86-fbsd" IUSE="bzip2 +corefonts djvu doc fontconfig fpx graphviz gs hdri jbig jpeg jpeg2k lcms nocxx openexr openmp perl png q8 q32 raw svg tiff truetype X wmf xml zlib" diff --git a/media-gfx/imagemagick/imagemagick-6.5.4.10.ebuild b/media-gfx/imagemagick/imagemagick-6.5.4.10.ebuild deleted file mode 100644 index 937501aae5b2..000000000000 --- a/media-gfx/imagemagick/imagemagick-6.5.4.10.ebuild +++ /dev/null @@ -1,176 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.5.4.10.ebuild,v 1.11 2009/12/26 17:38:06 pva Exp $ - -EAPI="2" - -inherit eutils multilib perl-app toolchain-funcs versionator - -MY_PN=ImageMagick -MY_P=${MY_PN}-${PV%.*} -MY_P2=${MY_PN}-${PV%.*}-${PV#*.*.*.} - -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.imagemagick.org/" -SRC_URI="mirror://imagemagick/${MY_P2}.tar.bz2 - mirror://imagemagick/legacy/${MY_P2}.tar.bz2" - -# perl tests fail with userpriv -RESTRICT="perl? ( userpriv )" -LICENSE="imagemagick" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="autotrace bzip2 +corefonts djvu doc fftw fontconfig fpx graphviz gs hdri - jbig jpeg jpeg2k lcms lqr nocxx openexr openmp perl png q8 q32 raw svg tiff - truetype X wmf xml zlib" - -RDEPEND=" - autotrace? ( >=media-gfx/autotrace-0.31.1 ) - bzip2? ( app-arch/bzip2 ) - djvu? ( app-text/djvu ) - fftw? ( sci-libs/fftw ) - fontconfig? ( media-libs/fontconfig ) - fpx? ( media-libs/libfpx ) - graphviz? ( >=media-gfx/graphviz-2.6 ) - gs? ( app-text/ghostscript-gpl ) - jbig? ( media-libs/jbigkit ) - jpeg? ( >=media-libs/jpeg-6b ) - jpeg2k? ( media-libs/jasper ) - lcms? ( >=media-libs/lcms-1.06 ) - lqr? ( >=media-libs/liblqr-0.1.0 ) - openexr? ( media-libs/openexr ) - perl? ( >=dev-lang/perl-5.8.6-r6 !=dev-lang/perl-5.8.7 ) - png? ( media-libs/libpng ) - raw? ( media-gfx/ufraw ) - tiff? ( >=media-libs/tiff-3.5.5 ) - truetype? ( =media-libs/freetype-2* - corefonts? ( media-fonts/corefonts ) ) - wmf? ( >=media-libs/libwmf-0.2.8 ) - xml? ( >=dev-libs/libxml2-2.4.10 ) - zlib? ( sys-libs/zlib ) - X? ( - x11-libs/libXext - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM - svg? ( >=gnome-base/librsvg-2.9.0 ) - ) - !dev-perl/perlmagick - !media-gfx/graphicsmagick[imagemagick] - !sys-apps/compare - >=sys-devel/libtool-1.5.2-r6" - -DEPEND="${RDEPEND} - >=sys-apps/sed-4 - X? ( x11-proto/xextproto )" - -S="${WORKDIR}/${MY_P2}" - -pkg_setup() { - # for now, only build svg support when X is enabled, as librsvg - # pulls in quite some X dependencies. - if use svg && ! use X ; then - elog "the svg USE-flag requires the X USE-flag set." - elog "disabling svg support for now." - fi - - if use corefonts && ! use truetype ; then - elog "corefonts USE-flag requires the truetype USE-flag to be set." - elog "disabling corefonts support for now." - fi -} - -src_prepare() { - # fix doc dir, bug #91911 - sed -i -e \ - 's:DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}":DOCUMENTATION_PATH="/usr/share/doc/${PF}":g' \ - "${S}"/configure || die -} - -src_configure() { - local myconf - if use q32 ; then - myconf="${myconf} --with-quantum-depth=32" - elif use q8 ; then - myconf="${myconf} --with-quantum-depth=8" - else - myconf="${myconf} --with-quantum-depth=16" - fi - - if use X && use svg ; then - myconf="${myconf} --with-rsvg" - else - myconf="${myconf} --without-rsvg" - fi - - # openmp support only works with >=sys-devel/gcc-4.3, bug #223825 - if use openmp && version_is_at_least 4.3 $(gcc-version) ; then - if built_with_use --missing false =sys-devel/gcc-$(gcc-version)* openmp ; then - myconf="${myconf} --enable-openmp" - else - elog "disabling openmp support (requires >=sys-devel/gcc-4.3 with USE='openmp')" - myconf="${myconf} --disable-openmp" - fi - else - elog "disabling openmp support (requires >=sys-devel/gcc-4.3)" - myconf="${myconf} --disable-openmp" - fi - - use truetype && myconf="${myconf} $(use_with corefonts windows-font-dir /usr/share/fonts/corefonts)" - - econf \ - ${myconf} \ - --without-included-ltdl \ - --with-ltdl-include=/usr/include \ - --with-ltdl-lib=/usr/$(get_libdir) \ - --with-threads \ - --with-modules \ - $(use_with perl) \ - --with-gs-font-dir=/usr/share/fonts/default/ghostscript \ - $(use_enable hdri) \ - $(use_with !nocxx magick-plus-plus) \ - $(use_with autotrace) \ - $(use_with bzip2 bzlib) \ - $(use_with djvu) \ - $(use_with fftw) \ - $(use_with fontconfig) \ - $(use_with fpx) \ - $(use_with gs dps) \ - $(use_with gs gslib) \ - $(use_with graphviz gvc) \ - $(use_with jbig) \ - $(use_with jpeg jpeg) \ - $(use_with jpeg2k jp2) \ - $(use_with lcms) \ - $(use_with openexr) \ - $(use_with png) \ - $(use_with svg rsvg) \ - $(use_with tiff) \ - $(use_with truetype freetype) \ - $(use_with wmf) \ - $(use_with xml) \ - $(use_with zlib) \ - $(use_with X x) -} - -src_test() { - einfo "please note that the tests will only be run when the installed" - einfo "version and current emerging version are the same" - - if has_version ~${CATEGORY}/${P} ; then - emake -j1 check || die "make check failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation of files into image failed" - - # dont need these files with runtime plugins - rm -f "${D}"/usr/$(get_libdir)/*/*/*.{la,a} - - use doc || rm -r "${D}"/usr/share/doc/${PF}/{www,images,index.html} - dodoc NEWS.txt ChangeLog AUTHORS.txt README.txt - - # Fix perllocal.pod file collision - use perl && fixlocalpod -} diff --git a/media-gfx/imagemagick/imagemagick-6.5.7.0.ebuild b/media-gfx/imagemagick/imagemagick-6.5.7.0.ebuild deleted file mode 100644 index 1f73aa3628b3..000000000000 --- a/media-gfx/imagemagick/imagemagick-6.5.7.0.ebuild +++ /dev/null @@ -1,176 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.5.7.0.ebuild,v 1.11 2010/02/11 20:23:27 jer Exp $ - -EAPI="2" - -inherit eutils multilib perl-app toolchain-funcs versionator - -MY_PN=ImageMagick -MY_P=${MY_PN}-${PV%.*} -MY_P2=${MY_PN}-${PV%.*}-${PV#*.*.*.} - -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.imagemagick.org/" -SRC_URI="mirror://imagemagick/${MY_P2}.tar.bz2 - mirror://imagemagick/legacy/${MY_P2}.tar.bz2" - -# perl tests fail with userpriv -RESTRICT="perl? ( userpriv )" -LICENSE="imagemagick" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ppc64 s390 sh sparc x86" -IUSE="autotrace bzip2 +corefonts djvu doc fftw fontconfig fpx graphviz gs hdri - jbig jpeg jpeg2k lcms lqr nocxx openexr openmp perl png q8 q32 raw svg tiff - truetype X wmf xml zlib" - -RDEPEND=" - autotrace? ( >=media-gfx/autotrace-0.31.1 ) - bzip2? ( app-arch/bzip2 ) - djvu? ( app-text/djvu ) - fftw? ( sci-libs/fftw ) - fontconfig? ( media-libs/fontconfig ) - fpx? ( media-libs/libfpx ) - graphviz? ( >=media-gfx/graphviz-2.6 ) - gs? ( app-text/ghostscript-gpl ) - jbig? ( media-libs/jbigkit ) - jpeg? ( >=media-libs/jpeg-6b ) - jpeg2k? ( media-libs/jasper ) - lcms? ( >=media-libs/lcms-1.06 ) - lqr? ( >=media-libs/liblqr-0.1.0 ) - openexr? ( media-libs/openexr ) - perl? ( >=dev-lang/perl-5.8.6-r6 !=dev-lang/perl-5.8.7 ) - png? ( media-libs/libpng ) - raw? ( media-gfx/ufraw ) - tiff? ( >=media-libs/tiff-3.5.5 ) - truetype? ( =media-libs/freetype-2* - corefonts? ( media-fonts/corefonts ) ) - wmf? ( >=media-libs/libwmf-0.2.8 ) - xml? ( >=dev-libs/libxml2-2.4.10 ) - zlib? ( sys-libs/zlib ) - X? ( - x11-libs/libXext - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM - svg? ( >=gnome-base/librsvg-2.9.0 ) - ) - !dev-perl/perlmagick - !media-gfx/graphicsmagick[imagemagick] - !sys-apps/compare - >=sys-devel/libtool-1.5.2-r6" - -DEPEND="${RDEPEND} - >=sys-apps/sed-4 - X? ( x11-proto/xextproto )" - -S="${WORKDIR}/${MY_P2}" - -pkg_setup() { - # for now, only build svg support when X is enabled, as librsvg - # pulls in quite some X dependencies. - if use svg && ! use X ; then - elog "the svg USE-flag requires the X USE-flag set." - elog "disabling svg support for now." - fi - - if use corefonts && ! use truetype ; then - elog "corefonts USE-flag requires the truetype USE-flag to be set." - elog "disabling corefonts support for now." - fi -} - -src_prepare() { - # fix doc dir, bug #91911 - sed -i -e \ - 's:DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}":DOCUMENTATION_PATH="/usr/share/doc/${PF}":g' \ - "${S}"/configure || die -} - -src_configure() { - local myconf - if use q32 ; then - myconf="${myconf} --with-quantum-depth=32" - elif use q8 ; then - myconf="${myconf} --with-quantum-depth=8" - else - myconf="${myconf} --with-quantum-depth=16" - fi - - if use X && use svg ; then - myconf="${myconf} --with-rsvg" - else - myconf="${myconf} --without-rsvg" - fi - - # openmp support only works with >=sys-devel/gcc-4.3, bug #223825 - if use openmp && version_is_at_least 4.3 $(gcc-version) ; then - if built_with_use --missing false =sys-devel/gcc-$(gcc-version)* openmp ; then - myconf="${myconf} --enable-openmp" - else - elog "disabling openmp support (requires >=sys-devel/gcc-4.3 with USE='openmp')" - myconf="${myconf} --disable-openmp" - fi - else - elog "disabling openmp support (requires >=sys-devel/gcc-4.3)" - myconf="${myconf} --disable-openmp" - fi - - use truetype && myconf="${myconf} $(use_with corefonts windows-font-dir /usr/share/fonts/corefonts)" - - econf \ - ${myconf} \ - --without-included-ltdl \ - --with-ltdl-include=/usr/include \ - --with-ltdl-lib=/usr/$(get_libdir) \ - --with-threads \ - --with-modules \ - $(use_with perl) \ - --with-gs-font-dir=/usr/share/fonts/default/ghostscript \ - $(use_enable hdri) \ - $(use_with !nocxx magick-plus-plus) \ - $(use_with autotrace) \ - $(use_with bzip2 bzlib) \ - $(use_with djvu) \ - $(use_with fftw) \ - $(use_with fontconfig) \ - $(use_with fpx) \ - $(use_with gs dps) \ - $(use_with gs gslib) \ - $(use_with graphviz gvc) \ - $(use_with jbig) \ - $(use_with jpeg jpeg) \ - $(use_with jpeg2k jp2) \ - $(use_with lcms) \ - $(use_with openexr) \ - $(use_with png) \ - $(use_with svg rsvg) \ - $(use_with tiff) \ - $(use_with truetype freetype) \ - $(use_with wmf) \ - $(use_with xml) \ - $(use_with zlib) \ - $(use_with X x) -} - -src_test() { - einfo "please note that the tests will only be run when the installed" - einfo "version and current emerging version are the same" - - if has_version ~${CATEGORY}/${P} ; then - emake -j1 check || die "make check failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation of files into image failed" - - # dont need these files with runtime plugins - rm -f "${D}"/usr/$(get_libdir)/*/*/*.{la,a} - - use doc || rm -r "${D}"/usr/share/doc/${PF}/{www,images,index.html} - dodoc NEWS.txt ChangeLog AUTHORS.txt README.txt - - # Fix perllocal.pod file collision - use perl && fixlocalpod -} diff --git a/media-gfx/imagemagick/imagemagick-6.5.9.4-r1.ebuild b/media-gfx/imagemagick/imagemagick-6.5.9.4-r1.ebuild deleted file mode 100644 index c324ac885d36..000000000000 --- a/media-gfx/imagemagick/imagemagick-6.5.9.4-r1.ebuild +++ /dev/null @@ -1,175 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.5.9.4-r1.ebuild,v 1.1 2010/02/15 19:04:44 ssuominen Exp $ - -EAPI="2" - -inherit eutils multilib perl-app toolchain-funcs versionator - -MY_PN=ImageMagick -MY_P=${MY_PN}-${PV%.*} -MY_P2=${MY_PN}-${PV%.*}-${PV#*.*.*.} - -DESCRIPTION="A collection of tools and libraries for many image formats" -HOMEPAGE="http://www.imagemagick.org/" -SRC_URI="mirror://imagemagick/${MY_P2}.tar.bz2 - mirror://imagemagick/legacy/${MY_P2}.tar.bz2" - -# perl tests fail with userpriv -RESTRICT="perl? ( userpriv )" -LICENSE="imagemagick" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="autotrace bzip2 +corefonts djvu doc fftw fontconfig fpx graphviz gs hdri - jbig jpeg jpeg2k lcms lqr nocxx openexr openmp perl png q8 q32 raw - static-libs svg tiff truetype X wmf xml zlib" - -RDEPEND=" - autotrace? ( >=media-gfx/autotrace-0.31.1 ) - bzip2? ( app-arch/bzip2 ) - djvu? ( app-text/djvu ) - fftw? ( sci-libs/fftw ) - fontconfig? ( media-libs/fontconfig ) - fpx? ( media-libs/libfpx ) - graphviz? ( >=media-gfx/graphviz-2.6 ) - gs? ( app-text/ghostscript-gpl ) - jbig? ( media-libs/jbigkit ) - jpeg? ( >=media-libs/jpeg-6b:0 ) - jpeg2k? ( media-libs/jasper ) - lcms? ( >=media-libs/lcms-1.06 ) - lqr? ( >=media-libs/liblqr-0.1.0 ) - openexr? ( media-libs/openexr ) - perl? ( >=dev-lang/perl-5.8.6-r6 ) - png? ( media-libs/libpng ) - raw? ( media-gfx/ufraw ) - tiff? ( >=media-libs/tiff-3.5.5 ) - truetype? ( =media-libs/freetype-2* - corefonts? ( media-fonts/corefonts ) ) - wmf? ( >=media-libs/libwmf-0.2.8 ) - xml? ( >=dev-libs/libxml2-2.4.10 ) - zlib? ( sys-libs/zlib ) - X? ( - x11-libs/libXext - x11-libs/libXt - x11-libs/libICE - x11-libs/libSM - svg? ( >=gnome-base/librsvg-2.9.0 ) - ) - !dev-perl/perlmagick - !media-gfx/graphicsmagick[imagemagick] - !sys-apps/compare - >=sys-devel/libtool-1.5.2-r6" - -DEPEND="${RDEPEND} - >=sys-apps/sed-4 - X? ( x11-proto/xextproto )" - -S="${WORKDIR}/${MY_P2}" - -pkg_setup() { - # for now, only build svg support when X is enabled, as librsvg - # pulls in quite some X dependencies. - if use svg && ! use X ; then - elog "the svg USE-flag requires the X USE-flag set." - elog "disabling svg support for now." - fi - - if use corefonts && ! use truetype ; then - elog "corefonts USE-flag requires the truetype USE-flag to be set." - elog "disabling corefonts support for now." - fi -} - -src_prepare() { - # fix doc dir, bug #91911 - sed -i -e \ - 's:DOCUMENTATION_PATH="${DATA_DIR}/doc/${DOCUMENTATION_RELATIVE_PATH}":DOCUMENTATION_PATH="/usr/share/doc/${PF}":g' \ - "${S}"/configure || die -} - -src_configure() { - local myconf - if use q32 ; then - myconf="${myconf} --with-quantum-depth=32" - elif use q8 ; then - myconf="${myconf} --with-quantum-depth=8" - else - myconf="${myconf} --with-quantum-depth=16" - fi - - if use X && use svg ; then - myconf="${myconf} --with-rsvg" - else - myconf="${myconf} --without-rsvg" - fi - - # openmp support only works with >=sys-devel/gcc-4.3, bug #223825 - if use openmp && version_is_at_least 4.3 $(gcc-version) ; then - if has_version =sys-devel/gcc-$(gcc-version)*[openmp] ; then - myconf="${myconf} --enable-openmp" - else - elog "disabling openmp support (requires >=sys-devel/gcc-4.3 with USE='openmp')" - myconf="${myconf} --disable-openmp" - fi - else - elog "disabling openmp support (requires >=sys-devel/gcc-4.3)" - myconf="${myconf} --disable-openmp" - fi - - use truetype && myconf="${myconf} $(use_with corefonts windows-font-dir /usr/share/fonts/corefonts)" - - econf \ - ${myconf} \ - --without-included-ltdl \ - --with-ltdl-include=/usr/include \ - --with-ltdl-lib=/usr/$(get_libdir) \ - --with-threads \ - --with-modules \ - $(use_with perl) \ - --with-perl-options='INSTALLDIRS=vendor' \ - --with-gs-font-dir=/usr/share/fonts/default/ghostscript \ - $(use_enable hdri) \ - $(use_with !nocxx magick-plus-plus) \ - $(use_with autotrace) \ - $(use_with bzip2 bzlib) \ - $(use_with djvu) \ - $(use_with fftw) \ - $(use_with fontconfig) \ - $(use_with fpx) \ - $(use_with gs dps) \ - $(use_with gs gslib) \ - $(use_with graphviz gvc) \ - $(use_with jbig) \ - $(use_with jpeg jpeg) \ - $(use_with jpeg2k jp2) \ - $(use_with lcms) \ - $(use_with openexr) \ - $(use_with png) \ - $(use_enable static-libs static) \ - $(use_with svg rsvg) \ - $(use_with tiff) \ - $(use_with truetype freetype) \ - $(use_with wmf) \ - $(use_with xml) \ - $(use_with zlib) \ - $(use_with X x) -} - -src_test() { - einfo "please note that the tests will only be run when the installed" - einfo "version and current emerging version are the same" - - if has_version ~${CATEGORY}/${P} ; then - emake -j1 check || die "make check failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install || die - - use doc || rm -r "${D}"/usr/share/doc/${PF}/{www,images,index.html} - dodoc NEWS.txt ChangeLog AUTHORS.txt README.txt - - # Fix perllocal.pod file collision - use perl && fixlocalpod -} diff --git a/media-gfx/imagemagick/imagemagick-6.6.0.10.ebuild b/media-gfx/imagemagick/imagemagick-6.6.1.2.ebuild index b07e116298a9..9b078d32ed3e 100644 --- a/media-gfx/imagemagick/imagemagick-6.6.0.10.ebuild +++ b/media-gfx/imagemagick/imagemagick-6.6.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.6.0.10.ebuild,v 1.1 2010/03/31 10:02:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.6.1.2.ebuild,v 1.1 2010/04/14 15:05:20 ssuominen Exp $ EAPI=3 inherit multilib toolchain-funcs versionator |