diff options
Diffstat (limited to 'app-editors/leo')
-rw-r--r-- | app-editors/leo/Manifest | 2 | ||||
-rw-r--r-- | app-editors/leo/leo-4.11.ebuild | 35 | ||||
-rw-r--r-- | app-editors/leo/leo-5.0.ebuild | 36 |
3 files changed, 0 insertions, 73 deletions
diff --git a/app-editors/leo/Manifest b/app-editors/leo/Manifest index 6bc13108f74e..cb441557aa38 100644 --- a/app-editors/leo/Manifest +++ b/app-editors/leo/Manifest @@ -1,3 +1 @@ -DIST Leo-4.11-final.zip 7282503 SHA256 eb1fd0e07533db4886fd7962a7d7431244b75239fd161395859e20a7e0f6ba62 SHA512 01bd8e433d25d16d3a824fb917da1f974a3a06fa19f25c0686031e03af62bad281fc10a62ac95ef463b0cc0acdb8c566f25b434a28dd12469cc489f4fc60e526 WHIRLPOOL 64c2d229c2a2ad6887739ee94de98c89f09d5fb1f2246fc446b4bb52496d52e412bcdf258fbbe12b85ed17372c2bd4272c246da65234114087fee02d27c7ac2b -DIST Leo-5.0-final.zip 8628999 SHA256 5635ac753b011a43a3096e5dc18e2d5c6e9f628a40c0ba628c789bccb10928d1 SHA512 771b00857143ea6de48bc0f1ace5c4518265462c8720a5b52868cf0490f4de7f4d987fd939141e00bf0c7abaddf1cb4b18a6186151739f6ec2024fd50d564c6e WHIRLPOOL b9cc3c22dcc4da204a00cdd2eec48f3e001cd5e4ba20e730f4bef0aadbc4e6c6f03521e1e04bc313b8f29479f1e839dbaac322af8b32a99bb46304677f135db1 DIST Leo-5.1-final.zip 9028778 SHA256 2d742f9825959ba5c7624d1179b9f3065e14e055c90272fbce199f91770de826 SHA512 a8e1d42c0b7c8f6aa4465295515ef19965a03142997a1b65304fd72a2c541248b7dba66d7be295465fd6dbdd7fcd5c6e6542d222edb71ddcab093c0c360340b1 WHIRLPOOL b1a5bb5ba2a2a6c8afe3339a0097d0dadd01e7c18b3270784f69eb608691808bc99cf887be1079340f797b9659cd00ba2d372d3e37bf62b28774ed571a743301 diff --git a/app-editors/leo/leo-4.11.ebuild b/app-editors/leo/leo-4.11.ebuild deleted file mode 100644 index 3f8d39fe9ffc..000000000000 --- a/app-editors/leo/leo-4.11.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2:2.6" -PYTHON_USE_WITH="tk" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-pypy-* *-jython" - -inherit distutils eutils - -MY_P="Leo-${PV}-final" - -DESCRIPTION="Leo: Literate Editor with Outlines" -HOMEPAGE="http://leo.sourceforge.net/ https://pypi.python.org/pypi/leo" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="app-text/silvercity - dev-python/PyQt4[X]" - -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${MY_P}" - -src_install() { - distutils_src_install - dohtml -r leo/doc/html/* || die "dohtml failed" -} diff --git a/app-editors/leo/leo-5.0.ebuild b/app-editors/leo/leo-5.0.ebuild deleted file mode 100644 index a7e9881f7c67..000000000000 --- a/app-editors/leo/leo-5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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" -MY_PN="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_PN}" - -python_install_all() { - use doc && local HTML_DOCS=( leo/doc/html/. ) - distutils-r1_python_install_all -} |