summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-02-20 19:25:41 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-02-20 19:25:41 +0000
commit5f879586bbfa7bf398b5cc3b12404176008ddcb6 (patch)
treeebb45cb1e03e33e68000eb0cb06dc1ca87236285 /media-libs
parentppc/ppc64 stable wrt #402907 (diff)
downloadgentoo-2-5f879586bbfa7bf398b5cc3b12404176008ddcb6.tar.gz
gentoo-2-5f879586bbfa7bf398b5cc3b12404176008ddcb6.tar.bz2
gentoo-2-5f879586bbfa7bf398b5cc3b12404176008ddcb6.zip
old
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/jbig2dec/ChangeLog5
-rw-r--r--media-libs/jbig2dec/jbig2dec-0.11.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/media-libs/jbig2dec/ChangeLog b/media-libs/jbig2dec/ChangeLog
index 72f269931386..a0468ec39a09 100644
--- a/media-libs/jbig2dec/ChangeLog
+++ b/media-libs/jbig2dec/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/jbig2dec
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2dec/ChangeLog,v 1.17 2012/02/20 19:24:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2dec/ChangeLog,v 1.18 2012/02/20 19:25:41 ssuominen Exp $
+
+ 20 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> -jbig2dec-0.11.ebuild:
+ old
20 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> jbig2dec-0.11-r1.ebuild:
ppc/ppc64 stable wrt #402907
diff --git a/media-libs/jbig2dec/jbig2dec-0.11.ebuild b/media-libs/jbig2dec/jbig2dec-0.11.ebuild
deleted file mode 100644
index b634bbac091a..000000000000
--- a/media-libs/jbig2dec/jbig2dec-0.11.ebuild
+++ /dev/null
@@ -1,34 +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/jbig2dec/jbig2dec-0.11.ebuild,v 1.12 2012/02/09 01:30:33 jer Exp $
-
-EAPI=2
-
-DESCRIPTION="A decoder implementation of the JBIG2 image compression format"
-HOMEPAGE="http://jbig2dec.sourceforge.net/"
-SRC_URI="http://ghostscript.com/~giles/jbig2/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc x86"
-IUSE="png static-libs"
-
-DEPEND="png? ( >=media-libs/libpng-1.4 )"
-RDEPEND=${DEPEND}
-
-RESTRICT="test"
-#the test files are missing from the tarball, nothing is tested and the
-#test function just returns error. permanently restricted, see bug 324275
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable static-libs static) \
- $(use_with png libpng)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc CHANGES README
- find "${D}" -name '*.la' -delete
-}