jer         14/05/18 04:32:24

  Modified:             ChangeLog
  Added:                treeline-1.9.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.58                 x11-misc/treeline/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.58&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?rev=1.58&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   5 Sep 2013 19:44:50 -0000       1.57
+++ ChangeLog   18 May 2014 04:32:24 -0000      1.58
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/treeline
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.57 
2013/09/05 19:44:50 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/ChangeLog,v 1.58 
2014/05/18 04:32:24 jer Exp $
+
+*treeline-1.9.4 (18 May 2014)
+
+  18 May 2014; Jeroen Roovers <[email protected]> +treeline-1.9.4.ebuild:
+  Version bump.
 
   05 Sep 2013; Michał Górny <[email protected]> treeline-1.4.1-r1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.



1.1                  x11-misc/treeline/treeline-1.9.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.9.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/treeline/treeline-1.9.4.ebuild?rev=1.1&content-type=text/plain

Index: treeline-1.9.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/treeline/treeline-1.9.4.ebuild,v 
1.1 2014/05/18 04:32:24 jer Exp $

EAPI=5

PYTHON_COMPAT=( python3_3 )
PYTHON_REQ_USE="xml"

inherit eutils python-single-r1

DESCRIPTION="TreeLine is a structured information storage program."
HOMEPAGE="http://treeline.bellz.org/";
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""

DEPEND="
        ${PYTHON_DEPS}
"
RDEPEND="
        ${DEPEND}
        dev-python/PyQt4[X,${PYTHON_USEDEP}]
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

S="${WORKDIR}/TreeLine"

src_prepare() {
        rm doc/LICENSE || die

        python_export PYTHON_SITEDIR
        sed -i "s;prefixDir, 'lib;'${PYTHON_SITEDIR};" install.py || die
}

src_install() {
        "${EPYTHON}" install.py -x -p /usr/ -d /usr/share/doc/${PF} -b "${D}" 
|| die
}




Reply via email to