summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/mupdf')
-rw-r--r--app-text/mupdf/ChangeLog6
-rw-r--r--app-text/mupdf/mupdf-0.9.ebuild4
-rw-r--r--app-text/mupdf/mupdf-0.9_p20120221.ebuild4
-rw-r--r--app-text/mupdf/mupdf-1.0_rc1.ebuild4
-rw-r--r--app-text/mupdf/mupdf-9999.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/app-text/mupdf/ChangeLog b/app-text/mupdf/ChangeLog
index e3b35af9666f..a67698796781 100644
--- a/app-text/mupdf/ChangeLog
+++ b/app-text/mupdf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/mupdf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.33 2012/04/07 18:50:27 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.34 2012/04/07 22:10:06 xmw Exp $
+
+ 07 Apr 2012; Michael Weber <xmw@gentoo.org> mupdf-0.9.ebuild,
+ mupdf-0.9_p20120221.ebuild, mupdf-1.0_rc1.ebuild, mupdf-9999.ebuild:
+ Fix libdir parameter to emake install (bug 411199, thanks Kevin Pyle).
*mupdf-1.0_rc1 (07 Apr 2012)
diff --git a/app-text/mupdf/mupdf-0.9.ebuild b/app-text/mupdf/mupdf-0.9.ebuild
index 87de9559f5b5..80090a6679ff 100644
--- a/app-text/mupdf/mupdf-0.9.ebuild
+++ b/app-text/mupdf/mupdf-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-0.9.ebuild,v 1.6 2012/04/07 18:15:30 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-0.9.ebuild,v 1.7 2012/04/07 22:10:06 xmw Exp $
EAPI=4
@@ -42,7 +42,7 @@ src_compile() {
}
src_install() {
- emake prefix="${ED}usr" LIBDIR="${ED}usr/$(get_libdir)" \
+ emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \
build=debug verbose=true ${my_nox11} install
insinto /usr/$(get_libdir)/pkgconfig
diff --git a/app-text/mupdf/mupdf-0.9_p20120221.ebuild b/app-text/mupdf/mupdf-0.9_p20120221.ebuild
index 8dbd1dcca2b9..4c834dc3de3a 100644
--- a/app-text/mupdf/mupdf-0.9_p20120221.ebuild
+++ b/app-text/mupdf/mupdf-0.9_p20120221.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-0.9_p20120221.ebuild,v 1.4 2012/04/07 18:15:30 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-0.9_p20120221.ebuild,v 1.5 2012/04/07 22:10:06 xmw Exp $
EAPI=4
@@ -45,7 +45,7 @@ src_compile() {
}
src_install() {
- emake prefix="${ED}usr" LIBDIR="${ED}usr/$(get_libdir)" \
+ emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \
build=debug verbose=true ${my_nox11} install
insinto /usr/include
diff --git a/app-text/mupdf/mupdf-1.0_rc1.ebuild b/app-text/mupdf/mupdf-1.0_rc1.ebuild
index ea85aadfc719..01fe734ac9d5 100644
--- a/app-text/mupdf/mupdf-1.0_rc1.ebuild
+++ b/app-text/mupdf/mupdf-1.0_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.0_rc1.ebuild,v 1.1 2012/04/07 18:50:27 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.0_rc1.ebuild,v 1.2 2012/04/07 22:10:06 xmw Exp $
EAPI=4
@@ -43,7 +43,7 @@ src_compile() {
}
src_install() {
- emake prefix="${ED}usr" LIBDIR="${ED}usr/$(get_libdir)" \
+ emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \
build=debug verbose=true ${my_nox11} install
insinto /usr/include
diff --git a/app-text/mupdf/mupdf-9999.ebuild b/app-text/mupdf/mupdf-9999.ebuild
index 2fe453df25d8..27ee4a62a68e 100644
--- a/app-text/mupdf/mupdf-9999.ebuild
+++ b/app-text/mupdf/mupdf-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.14 2012/04/07 18:50:27 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.15 2012/04/07 22:10:06 xmw Exp $
EAPI=4
@@ -41,7 +41,7 @@ src_compile() {
}
src_install() {
- emake prefix="${ED}usr" LIBDIR="${ED}usr/$(get_libdir)" \
+ emake prefix="${ED}usr" libdir="${ED}usr/$(get_libdir)" \
build=debug verbose=true ${my_nox11} install
insinto /usr/include