ssuominen    14/04/04 21:17:52

  Modified:             zathura-ps-0.2.2.ebuild zathura-ps-9999.ebuild
                        metadata.xml ChangeLog
  Log:
  Synchronize 0.2.2 with 9999 and punt ref.s to USE="deprecated" since zathura 
>= 0.2.7 removed support for gtk+-2.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.8                  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.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.2.ebuild?rev=1.8&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.7&r2=1.8

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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zathura-ps-0.2.2.ebuild     30 Mar 2014 15:58:05 -0000      1.7
+++ zathura-ps-0.2.2.ebuild     4 Apr 2014 21:17:52 -0000       1.8
@@ -1,32 +1,38 @@
 # Copyright 1999-2014 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.7 
2014/03/30 15:58:05 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-0.2.2.ebuild,v 1.8 
2014/04/04 21:17:52 ssuominen Exp $
 
 EAPI=5
 
 inherit eutils toolchain-funcs
+[[ ${PV} == 9999* ]] && inherit git-2
 
 DESCRIPTION="PostScript plug-in for zathura"
 HOMEPAGE="http://pwmt.org/projects/zathura/";
+if ! [[ ${PV} == 9999* ]]; then
 SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz";
+fi
+EGIT_REPO_URI="git://git.pwmt.org/${PN}.git"
+EGIT_BRANCH="develop"
 
 LICENSE="ZLIB"
 SLOT="0"
+if ! [[ ${PV} == 9999* ]]; then
 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+else
+KEYWORDS=""
+fi
 IUSE=""
 
-RDEPEND=">=app-text/libspectre-0.2.6
-       >=app-text/zathura-0.2.0
-       dev-libs/glib:2
+RDEPEND=">=app-text/libspectre-0.2.6:=
+       >=app-text/zathura-0.2.7
+       dev-libs/glib:2=
        x11-libs/cairo:="
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
 pkg_setup() {
-       #does not render w/o cairo
        myzathuraconf=(
-               PREFIX="${EPREFIX}"/usr
-               WITH_CAIRO=1
                CC="$(tc-getCC)"
                LD="$(tc-getLD)"
                VERBOSE=1



1.3                  app-text/zathura-ps/zathura-ps-9999.ebuild

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

Index: zathura-ps-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zathura-ps-9999.ebuild      14 Aug 2013 11:15:04 -0000      1.2
+++ zathura-ps-9999.ebuild      4 Apr 2014 21:17:52 -0000       1.3
@@ -1,33 +1,38 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-9999.ebuild,v 1.2 
2013/08/14 11:15:04 heroxbd Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/zathura-ps/zathura-ps-9999.ebuild,v 1.3 
2014/04/04 21:17:52 ssuominen Exp $
 
 EAPI=5
 
-inherit eutils git-2 toolchain-funcs
+inherit eutils toolchain-funcs
+[[ ${PV} == 9999* ]] && inherit git-2
 
 DESCRIPTION="PostScript plug-in for zathura"
 HOMEPAGE="http://pwmt.org/projects/zathura/";
+if ! [[ ${PV} == 9999* ]]; then
+SRC_URI="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz";
+fi
 EGIT_REPO_URI="git://git.pwmt.org/${PN}.git"
 EGIT_BRANCH="develop"
 
 LICENSE="ZLIB"
 SLOT="0"
+if ! [[ ${PV} == 9999* ]]; then
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+else
 KEYWORDS=""
-IUSE="+deprecated"
+fi
+IUSE=""
 
-RDEPEND=">=app-text/libspectre-0.2.6
-       >=app-text/zathura-0.2.0[deprecated=]
-       dev-libs/glib:2
+RDEPEND=">=app-text/libspectre-0.2.6:=
+       >=app-text/zathura-0.2.7
+       dev-libs/glib:2=
        x11-libs/cairo:="
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
 pkg_setup() {
-       #does not render w/o cairo
        myzathuraconf=(
-               PREFIX="${EPREFIX}"/usr
-               WITH_CAIRO=1
                CC="$(tc-getCC)"
                LD="$(tc-getLD)"
                VERBOSE=1



1.5                  app-text/zathura-ps/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/zathura-ps/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml        23 Jun 2013 12:59:16 -0000      1.4
+++ metadata.xml        4 Apr 2014 21:17:52 -0000       1.5
@@ -9,9 +9,6 @@
     <email>[email protected]</email>
     <name>Michael Weber</name>
   </maintainer>
-  <use>
-    <flag name="deprecated">Use x11-libs/gtk+:2 instead of 
x11-libs/gtk+:3</flag>
-  </use>
   <upstream>
     <maintainer status="active">
       <email>[email protected]</email>



1.23                 app-text/zathura-ps/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/zathura-ps/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   30 Mar 2014 15:58:05 -0000      1.22
+++ ChangeLog   4 Apr 2014 21:17:52 -0000       1.23
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/zathura-ps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-ps/ChangeLog,v 1.22 
2014/03/30 15:58:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/zathura-ps/ChangeLog,v 1.23 
2014/04/04 21:17:52 ssuominen Exp $
+
+  04 Apr 2014; Samuli Suominen <[email protected]> metadata.xml,
+  zathura-ps-0.2.2.ebuild, zathura-ps-9999.ebuild:
+  Synchronize 0.2.2 with 9999 and punt ref.s to USE="deprecated" since zathura
+  >= 0.2.7 removed support for gtk+-2.
 
   30 Mar 2014; Samuli Suominen <[email protected]> zathura-ps-0.2.2.ebuild:
   Revert back to ~arch because arch stabilization can't be trusted due to the




Reply via email to