public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/zathura-ps: zathura-ps-0.2.1.ebuild zathura-ps-0.2.0.ebuild zathura-ps-0.2.2.ebuild ChangeLog
@ 2013-08-14 11:13 Benda XU (heroxbd)
  0 siblings, 0 replies; only message in thread
From: Benda XU (heroxbd) @ 2013-08-14 11:13 UTC (permalink / raw
  To: gentoo-commits

heroxbd     13/08/14 11:13:10

  Modified:             zathura-ps-0.2.1.ebuild zathura-ps-0.2.0.ebuild
                        zathura-ps-0.2.2.ebuild ChangeLog
  Log:
  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)

Revision  Changes    Path
1.4                  app-text/zathura-ps/zathura-ps-0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.1.ebuild?r1=1.3&r2=1.4

Index: zathura-ps-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- zathura-ps-0.2.1.ebuild	14 Aug 2013 01:58:01 -0000	1.3
+++ zathura-ps-0.2.1.ebuild	14 Aug 2013 11:13:10 -0000	1.4
@@ -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 @@
 
 pkg_setup() {
 	myzathuraconf=(
+		PREFIX="${EPREFIX}"/usr
 		CC="$(tc-getCC)"
 		LD="$(tc-getLD)"
 		VERBOSE=1
-		DESTDIR="${ED}"
+		DESTDIR="${D}"
 		)
 }
 



1.6                  app-text/zathura-ps/zathura-ps-0.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.0.ebuild?r1=1.5&r2=1.6

Index: zathura-ps-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zathura-ps-0.2.0.ebuild	11 Jan 2013 16:38:01 -0000	1.5
+++ zathura-ps-0.2.0.ebuild	14 Aug 2013 11:13:10 -0000	1.6
@@ -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 @@
 
 pkg_setup() {
 	myzathuraconf=(
+		PREFIX="${EPREFIX}"/usr
 		CC="$(tc-getCC)"
 		LD="$(tc-getLD)"
 		VERBOSE=1
-		DESTDIR="${ED}"
+		DESTDIR="${D}"
 		)
 }
 



1.4                  app-text/zathura-ps/zathura-ps-0.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.2.ebuild?r1=1.3&r2=1.4

Index: zathura-ps-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- zathura-ps-0.2.2.ebuild	14 Aug 2013 01:58:01 -0000	1.3
+++ zathura-ps-0.2.2.ebuild	14 Aug 2013 11:13:10 -0000	1.4
@@ -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 @@
 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}"
 	)
 }
 



1.17                 app-text/zathura-ps/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/zathura-ps/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	14 Aug 2013 01:58:01 -0000	1.16
+++ ChangeLog	14 Aug 2013 11:13:10 -0000	1.17
@@ -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:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-14 11:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 11:13 [gentoo-commits] gentoo-x86 commit in app-text/zathura-ps: zathura-ps-0.2.1.ebuild zathura-ps-0.2.0.ebuild zathura-ps-0.2.2.ebuild ChangeLog Benda XU (heroxbd)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox