From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-editors/leo/Manifest | 3 +++ app-editors/leo/leo-4.11.ebuild | 35 +++++++++++++++++++++++++++++++++++ app-editors/leo/leo-5.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++ app-editors/leo/leo-5.1.ebuild | 35 +++++++++++++++++++++++++++++++++++ app-editors/leo/metadata.xml | 9 +++++++++ 5 files changed, 118 insertions(+) create mode 100644 app-editors/leo/Manifest create mode 100644 app-editors/leo/leo-4.11.ebuild create mode 100644 app-editors/leo/leo-5.0.ebuild create mode 100644 app-editors/leo/leo-5.1.ebuild create mode 100644 app-editors/leo/metadata.xml (limited to 'app-editors/leo') 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 @@ + + + + python + + leo-editor/leo-editor + leo + + -- cgit v1.2.3-65-gdbad