patrick     15/04/24 02:33:25

  Modified:             ChangeLog
  Added:                leo-5.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.35                 app-editors/leo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   25 Dec 2014 11:13:19 -0000      1.34
+++ ChangeLog   24 Apr 2015 02:33:25 -0000      1.35
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/leo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.34 2014/12/25 
11:13:19 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.35 2015/04/24 
02:33:25 patrick Exp $
+
+*leo-5.1 (24 Apr 2015)
+
+  24 Apr 2015; Patrick Lauer <patr...@gentoo.org> +leo-5.1.ebuild:
+  Bump
 
   25 Dec 2014; Michał Górny <mgo...@gentoo.org> leo-5.0.ebuild:
   Add missing PYTHON_USEDEP.



1.1                  app-editors/leo/leo-5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/leo-5.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/leo-5.1.ebuild?rev=1.1&content-type=text/plain

Index: leo-5.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-5.1.ebuild,v 1.1 
2015/04/24 02:33:25 patrick Exp $

EAPI=5

# Not py3 prepared
# https://bugs.launchpad.net/leo-editor/+bug/1399895
PYTHON_COMPAT=( python2_7 )
PYTHON_REQUIRED_USE="tk"

inherit distutils-r1

MY_P="Leo-${PV}-final"

DESCRIPTION="Leo: Literate Editor with Outlines"
HOMEPAGE="https://github.com/leo-editor/leo-editor/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"

RDEPEND="app-text/silvercity[${PYTHON_USEDEP}]
        dev-python/PyQt4[X,${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        app-arch/unzip"

S="${WORKDIR}/${MY_P}"

python_install_all() {
        use doc && local HTML_DOCS=( leo/doc/html/. )
        distutils-r1_python_install_all
}




Reply via email to