jlec        15/02/07 11:07:45

  Modified:             metadata.xml ChangeLog
                        mendeleydesktop-1.13.3.ebuild
  Log:
  sci-misc/mendeleydesktop: Add missing python dependency and compatibility 
handling, #539152
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  sci-misc/mendeleydesktop/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/mendeleydesktop/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/mendeleydesktop/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/mendeleydesktop/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml        25 Jan 2015 15:37:11 -0000      1.3
+++ metadata.xml        7 Feb 2015 11:07:44 -0000       1.4
@@ -9,6 +9,15 @@
     <email>[email protected]</email>
     <name>Michael Weber</name>
   </maintainer>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Marius Brehler</name>
+  </maintainer>
+  <maintainer>
+    <email>[email protected]</email>
+    <name>Justin Lecher</name>
+    <description>proxy for Marius</description>
+  </maintainer>
   <longdescription>
 Mendeley(TM) is a free reference manager and academic social network that can 
 help you organize your research, collaborate with others online, and discover 



1.22                 sci-misc/mendeleydesktop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   3 Feb 2015 12:35:27 -0000       1.21
+++ ChangeLog   7 Feb 2015 11:07:44 -0000       1.22
@@ -1,10 +1,10 @@
 # ChangeLog for sci-misc/mendeleydesktop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog,v 1.21 
2015/02/03 12:35:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog,v 1.22 
2015/02/07 11:07:44 jlec Exp $
 
-  03 Feb 2015; Justin Lecher <[email protected]> -mendeleydesktop-1.13.1.ebuild,
-  +mendeleydesktop-1.13.3.ebuild:
-  Version BUmp
+  07 Feb 2015; Justin Lecher <[email protected]> mendeleydesktop-1.13.3.ebuild,
+  metadata.xml:
+  Add missing python dependency and compatibility handling, #539152
 
 *mendeleydesktop-1.13.3 (03 Feb 2015)
 



1.2                  sci-misc/mendeleydesktop/mendeleydesktop-1.13.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.13.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.13.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.13.3.ebuild?r1=1.1&r2=1.2

Index: mendeleydesktop-1.13.3.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.13.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mendeleydesktop-1.13.3.ebuild       3 Feb 2015 12:35:27 -0000       1.1
+++ mendeleydesktop-1.13.3.ebuild       7 Feb 2015 11:07:44 -0000       1.2
@@ -1,10 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.13.3.ebuild,v
 1.1 2015/02/03 12:35:27 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.13.3.ebuild,v
 1.2 2015/02/07 11:07:44 jlec Exp $
 
 EAPI=5
 
-inherit eutils fdo-mime multilib
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils fdo-mime multilib python-single-r1
 
 MY_P_AMD64="${P}-linux-x86_64"
 MY_P_X86="${P}-linux-i486"
@@ -21,15 +23,19 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 RESTRICT="fetch"
 
 DEPEND=""
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
        dev-qt/qtcore:4
        dev-qt/qtgui:4
        dev-qt/qtsvg:4
        dev-qt/qtwebkit:4
-       dev-qt/qtxmlpatterns:4"
+       dev-qt/qtxmlpatterns:4
+       x11-libs/libX11
+       "
 
 QA_PREBUILT="/opt/mendeleydesktop/.*"
 
@@ -84,6 +90,7 @@
        dodoc share/doc/${PN}/Readme.txt
 
        # install binary
+       python_fix_shebang bin/${PN}
        into /opt/${PN}
        dobin bin/*
 




Reply via email to