summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda XU <heroxbd@gentoo.org>2013-08-14 11:13:10 +0000
committerBenda XU <heroxbd@gentoo.org>2013-08-14 11:13:10 +0000
commit716b477c27eea68f04670544780b2bb5d556da69 (patch)
tree302a504cd4798f8ad9e96bc2ff3134c86f619f83 /app-text/zathura-ps
parentAdd temporary workaround for bug 480942 (diff)
downloadgentoo-2-716b477c27eea68f04670544780b2bb5d556da69.tar.gz
gentoo-2-716b477c27eea68f04670544780b2bb5d556da69.tar.bz2
gentoo-2-716b477c27eea68f04670544780b2bb5d556da69.zip
revert previous D to ED commit and use PREFIX variable to make a better support for Prefix
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/zathura-ps')
-rw-r--r--app-text/zathura-ps/ChangeLog7
-rw-r--r--app-text/zathura-ps/zathura-ps-0.2.0.ebuild5
-rw-r--r--app-text/zathura-ps/zathura-ps-0.2.1.ebuild5
-rw-r--r--app-text/zathura-ps/zathura-ps-0.2.2.ebuild5
4 files changed, 15 insertions, 7 deletions
diff --git a/app-text/zathura-ps/ChangeLog b/app-text/zathura-ps/ChangeLog
index 8e3a0c8d3e89..833f27514408 100644
--- a/app-text/zathura-ps/ChangeLog
+++ b/app-text/zathura-ps/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/zathura-ps
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-ps/ChangeLog,v 1.16 2013/08/14 01:58:01 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-ps/ChangeLog,v 1.17 2013/08/14 11:13:10 heroxbd Exp $
+
+ 14 Aug 2013; Benda Xu <heroxbd@gentoo.org> zathura-ps-0.2.0.ebuild,
+ zathura-ps-0.2.1.ebuild, zathura-ps-0.2.2.ebuild:
+ revert previous D to ED commit and use PREFIX variable to make a better
+ support for Prefix
14 Aug 2013; Benda Xu <heroxbd@gentoo.org> zathura-ps-0.2.1.ebuild,
zathura-ps-0.2.2.ebuild:
diff --git a/app-text/zathura-ps/zathura-ps-0.2.0.ebuild b/app-text/zathura-ps/zathura-ps-0.2.0.ebuild
index 8027373c5dba..5ce22ec89dbd 100644
--- a/app-text/zathura-ps/zathura-ps-0.2.0.ebuild
+++ b/app-text/zathura-ps/zathura-ps-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.0.ebuild,v 1.5 2013/01/11 16:38:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.0.ebuild,v 1.6 2013/08/14 11:13:10 heroxbd Exp $
EAPI=4
inherit toolchain-funcs
@@ -24,10 +24,11 @@ DEPEND="${RDEPEND}
pkg_setup() {
myzathuraconf=(
+ PREFIX="${EPREFIX}"/usr
CC="$(tc-getCC)"
LD="$(tc-getLD)"
VERBOSE=1
- DESTDIR="${ED}"
+ DESTDIR="${D}"
)
}
diff --git a/app-text/zathura-ps/zathura-ps-0.2.1.ebuild b/app-text/zathura-ps/zathura-ps-0.2.1.ebuild
index 8970a3ea8a28..500ae86f59e4 100644
--- a/app-text/zathura-ps/zathura-ps-0.2.1.ebuild
+++ b/app-text/zathura-ps/zathura-ps-0.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.1.ebuild,v 1.3 2013/08/14 01:58:01 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.1.ebuild,v 1.4 2013/08/14 11:13:10 heroxbd Exp $
EAPI=5
inherit toolchain-funcs
@@ -24,10 +24,11 @@ DEPEND="${RDEPEND}
pkg_setup() {
myzathuraconf=(
+ PREFIX="${EPREFIX}"/usr
CC="$(tc-getCC)"
LD="$(tc-getLD)"
VERBOSE=1
- DESTDIR="${ED}"
+ DESTDIR="${D}"
)
}
diff --git a/app-text/zathura-ps/zathura-ps-0.2.2.ebuild b/app-text/zathura-ps/zathura-ps-0.2.2.ebuild
index d8d08a66ef65..7a864c0df521 100644
--- a/app-text/zathura-ps/zathura-ps-0.2.2.ebuild
+++ b/app-text/zathura-ps/zathura-ps-0.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.2.ebuild,v 1.3 2013/08/14 01:58:01 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.2.ebuild,v 1.4 2013/08/14 11:13:10 heroxbd Exp $
EAPI=5
@@ -25,11 +25,12 @@ DEPEND="${RDEPEND}
pkg_setup() {
#does not render w/o cairo
myzathuraconf=(
+ PREFIX="${EPREFIX}"/usr
WITH_CAIRO=1
CC="$(tc-getCC)"
LD="$(tc-getLD)"
VERBOSE=1
- DESTDIR="${ED}"
+ DESTDIR="${D}"
)
}