diff options
author | Hardave Rior <hardave@gentoo.org> | 2005-07-14 07:38:03 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2005-07-14 07:38:03 +0000 |
commit | 7aa784c03b76bae04309b4c41ed5064bb4e145a9 (patch) | |
tree | be0a320868c4d5c50f661022b35c7f5570c7008b /media-libs/jasper | |
parent | Update pkg_postinst instructions to explicitly state that /etc/profile.d/bsh-... (diff) | |
download | historical-7aa784c03b76bae04309b4c41ed5064bb4e145a9.tar.gz historical-7aa784c03b76bae04309b4c41ed5064bb4e145a9.tar.bz2 historical-7aa784c03b76bae04309b4c41ed5064bb4e145a9.zip |
Keyworded ~mips
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-libs/jasper')
-rw-r--r-- | media-libs/jasper/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/jasper/Manifest | 14 | ||||
-rw-r--r-- | media-libs/jasper/jasper-1.701.0.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/media-libs/jasper/ChangeLog b/media-libs/jasper/ChangeLog index 8917896c825d..f527753ba5f3 100644 --- a/media-libs/jasper/ChangeLog +++ b/media-libs/jasper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/jasper # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.16 2005/07/04 22:26:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/ChangeLog,v 1.17 2005/07/14 07:38:03 hardave Exp $ + + 14 Jul 2005; Hardave Riar <hardave@gentoo.org> jasper-1.701.0.ebuild: + Keyworded ~mips 04 Jul 2005; Bryan Ăstergaard <kloeri@gentoo.org> jasper-1.701.0.ebuild: Add ~alpha keyword. diff --git a/media-libs/jasper/Manifest b/media-libs/jasper/Manifest index 7debce50d07f..c0a3c80d6a27 100644 --- a/media-libs/jasper/Manifest +++ b/media-libs/jasper/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e282768cebec842b9865a183d18acdfd ChangeLog 1923 +MD5 c314c7d242d9d7e2ba227003bae5d0cd ChangeLog 2015 +MD5 b39d3e393ff4c7e3cf58ec5038dddf23 jasper-1.701.0.ebuild 899 MD5 7886cad6b0db799f4a0524df0d66bb85 metadata.xml 301 -MD5 9f46d5a910274a6e83445eb41e79884e jasper-1.701.0.ebuild 892 MD5 eb6f2a9a926450dd4edac79c0a3251f3 files/digest-jasper-1.701.0 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCybegKf2g/qXtneoRAlAzAJ91962fVhr40x+tPP94axWW79dO8ACgmh2X -7RcxjzKIQbYJ7+By2jX5gno= -=5hFV ------END PGP SIGNATURE----- diff --git a/media-libs/jasper/jasper-1.701.0.ebuild b/media-libs/jasper/jasper-1.701.0.ebuild index 052f50ab70c8..7b800975996a 100644 --- a/media-libs/jasper/jasper-1.701.0.ebuild +++ b/media-libs/jasper/jasper-1.701.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.701.0.ebuild,v 1.14 2005/07/04 22:26:28 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jasper/jasper-1.701.0.ebuild,v 1.15 2005/07/14 07:38:03 hardave Exp $ DESCRIPTION="JasPer is a software-based implementation of the codec specified in the emerging 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" LICENSE="JasPer" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86" IUSE="opengl jpeg" DEPEND="app-arch/unzip" |