diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-06 17:01:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-06 17:01:02 +0000 |
commit | ca9f9ae8fa23c4c164e14a5b3650cb251ed5aee8 (patch) | |
tree | 9d2d81e70266d9bd36b66ec04ace085c663ab8c6 /media-libs | |
parent | Drop alpha keywords (diff) | |
download | gentoo-2-ca9f9ae8fa23c4c164e14a5b3650cb251ed5aee8.tar.gz gentoo-2-ca9f9ae8fa23c4c164e14a5b3650cb251ed5aee8.tar.bz2 gentoo-2-ca9f9ae8fa23c4c164e14a5b3650cb251ed5aee8.zip |
media-libs/jasper: Drop old
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/jasper/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/jasper/jasper-1.900.1-r3.ebuild | 42 | ||||
-rw-r--r-- | media-libs/jasper/jasper-1.900.1-r4.ebuild | 42 | ||||
-rw-r--r-- | media-libs/jasper/metadata.xml | 10 |
4 files changed, 10 insertions, 90 deletions
diff --git a/media-libs/jasper/ChangeLog b/media-libs/jasper/ChangeLog index 2d1bd84bf903..39d78fc7df1f 100644 --- a/media-libs/jasper/ChangeLog +++ b/media-libs/jasper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/jasper # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.73 2012/09/30 17:15:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.74 2012/10/06 17:01:02 jlec Exp $ + + 06 Oct 2012; Justin Lecher <jlec@gentoo.org> -jasper-1.900.1-r3.ebuild, + -jasper-1.900.1-r4.ebuild, metadata.xml: + Drop old 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> jasper-1.900.1-r5.ebuild: ia64/s390/sh/sparc stable wrt #429120 diff --git a/media-libs/jasper/jasper-1.900.1-r3.ebuild b/media-libs/jasper/jasper-1.900.1-r3.ebuild deleted file mode 100644 index b31ae16c74f1..000000000000 --- a/media-libs/jasper/jasper-1.900.1-r3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r3.ebuild,v 1.15 2011/04/04 19:11:12 scarabeus Exp $ - -EAPI=3 - -inherit libtool eutils - -DESCRIPTION="software-based implementation of the codec specified in the JPEG-2000 Part-1 standard" -HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/" -SRC_URI="http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip - mirror://gentoo/${P}-fixes-20081208.patch.bz2" - -LICENSE="JasPer2.0" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="jpeg opengl static-libs" - -RDEPEND="jpeg? ( virtual/jpeg ) - opengl? ( virtual/opengl media-libs/freeglut )" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_prepare() { - epatch "${WORKDIR}"/${P}-fixes-20081208.patch - - elibtoolize -} - -src_configure() { - econf \ - $(use_enable jpeg libjpeg) \ - $(use_enable opengl) \ - $(use_enable static-libs static) \ - --enable-shared -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc NEWS README doc/* - find "${ED}" -name '*.la' -delete -} diff --git a/media-libs/jasper/jasper-1.900.1-r4.ebuild b/media-libs/jasper/jasper-1.900.1-r4.ebuild deleted file mode 100644 index 88c12c69de2c..000000000000 --- a/media-libs/jasper/jasper-1.900.1-r4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.900.1-r4.ebuild,v 1.6 2012/04/26 21:10:33 aballier Exp $ - -EAPI=3 - -inherit libtool eutils - -DESCRIPTION="software-based implementation of the codec specified in the JPEG-2000 Part-1 standard" -HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/" -SRC_URI="http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip - mirror://gentoo/${P}-fixes-20081208.patch.bz2" - -LICENSE="JasPer2.0" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="jpeg opengl static-libs" - -RDEPEND="jpeg? ( virtual/jpeg ) - opengl? ( virtual/opengl media-libs/freeglut )" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_prepare() { - epatch "${WORKDIR}"/${P}-fixes-20081208.patch - epatch "${FILESDIR}"/CVE-2011-4516+7.patch - elibtoolize -} - -src_configure() { - econf \ - $(use_enable jpeg libjpeg) \ - $(use_enable opengl) \ - $(use_enable static-libs static) \ - --enable-shared -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc NEWS README doc/* - find "${ED}" -name '*.la' -delete -} diff --git a/media-libs/jasper/metadata.xml b/media-libs/jasper/metadata.xml index de148eb64427..a74a7c77110e 100644 --- a/media-libs/jasper/metadata.xml +++ b/media-libs/jasper/metadata.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<maintainer> -<email>phosphan@gentoo.org</email> -<description>Added this as requirement for OpenDX, free for adoption</description> -</maintainer> + <herd>sci</herd> + <maintainer> + <email>phosphan@gentoo.org</email> + <description>Added this as requirement for OpenDX, free for adoption</description> + </maintainer> </pkgmetadata> |