diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-editors/leo | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-editors/leo')
-rw-r--r-- | app-editors/leo/Manifest | 3 | ||||
-rw-r--r-- | app-editors/leo/leo-4.11.ebuild | 35 | ||||
-rw-r--r-- | app-editors/leo/leo-5.0.ebuild | 36 | ||||
-rw-r--r-- | app-editors/leo/leo-5.1.ebuild | 35 | ||||
-rw-r--r-- | app-editors/leo/metadata.xml | 9 |
5 files changed, 118 insertions, 0 deletions
diff --git a/app-editors/leo/Manifest b/app-editors/leo/Manifest new file mode 100644 index 000000000000..6bc13108f74e --- /dev/null +++ b/app-editors/leo/Manifest @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..c096d5f55a8f --- /dev/null +++ b/app-editors/leo/leo-4.11.ebuild @@ -0,0 +1,35 @@ +# 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/ http://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 new file mode 100644 index 000000000000..a7e9881f7c67 --- /dev/null +++ b/app-editors/leo/leo-5.0.ebuild @@ -0,0 +1,36 @@ +# 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 +} diff --git a/app-editors/leo/leo-5.1.ebuild b/app-editors/leo/leo-5.1.ebuild new file mode 100644 index 000000000000..719f3f565160 --- /dev/null +++ b/app-editors/leo/leo-5.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 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" + +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 +} diff --git a/app-editors/leo/metadata.xml b/app-editors/leo/metadata.xml new file mode 100644 index 000000000000..31615d44deee --- /dev/null +++ b/app-editors/leo/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <upstream> + <remote-id type="github">leo-editor/leo-editor</remote-id> + <remote-id type="sourceforge">leo</remote-id> + </upstream> +</pkgmetadata> |