diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-28 11:25:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-28 11:25:02 +0000 |
commit | 8e9196d4d68a2d12a05be1cbbb176d00b49517fc (patch) | |
tree | dc2e0b8c6f5bf4bfe8e222ae9921e0788e5863b5 /media-libs/jbigkit | |
parent | Version bump wrt #307131, thanks to Michael C. Ferguson for reporting. (diff) | |
download | gentoo-2-8e9196d4d68a2d12a05be1cbbb176d00b49517fc.tar.gz gentoo-2-8e9196d4d68a2d12a05be1cbbb176d00b49517fc.tar.bz2 gentoo-2-8e9196d4d68a2d12a05be1cbbb176d00b49517fc.zip |
Fix repoman warnings and drop mips to ~mips
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/jbigkit')
-rw-r--r-- | media-libs/jbigkit/jbigkit-1.6-r1.ebuild | 8 | ||||
-rw-r--r-- | media-libs/jbigkit/jbigkit-2.0.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/jbigkit/jbigkit-1.6-r1.ebuild b/media-libs/jbigkit/jbigkit-1.6-r1.ebuild index 64122f4f5b73..dc0db0166687 100644 --- a/media-libs/jbigkit/jbigkit-1.6-r1.ebuild +++ b/media-libs/jbigkit/jbigkit-1.6-r1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-1.6-r1.ebuild,v 1.20 2007/07/12 08:53:33 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-1.6-r1.ebuild,v 1.21 2010/02/28 11:25:02 ssuominen Exp $ inherit eutils multilib toolchain-funcs -DESCRIPTION="highly effective data compression algorithm for bi-level high-resolution images such as fax pages or scanned documents" +DESCRIPTION="data compression algorithm for bi-level high-resolution images" HOMEPAGE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/" SRC_URI="http://www.cl.cam.ac.uk/~mgk25/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" DEPEND=">=sys-apps/sed-4" diff --git a/media-libs/jbigkit/jbigkit-2.0.ebuild b/media-libs/jbigkit/jbigkit-2.0.ebuild index 7762e390fc11..3c83aaca1905 100644 --- a/media-libs/jbigkit/jbigkit-2.0.ebuild +++ b/media-libs/jbigkit/jbigkit-2.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.0.ebuild,v 1.1 2010/02/28 11:21:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.0.ebuild,v 1.2 2010/02/28 11:25:02 ssuominen Exp $ EAPI=2 inherit eutils toolchain-funcs -DESCRIPTION="highly effective data compression algorithm for bi-level high-resolution images such as fax pages or scanned documents" +DESCRIPTION="data compression algorithm for bi-level high-resolution images" HOMEPAGE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/" SRC_URI="http://www.cl.cam.ac.uk/~mgk25/download/${P}.tar.gz" |