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 /kde-misc/pyrad | |
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 'kde-misc/pyrad')
-rw-r--r-- | kde-misc/pyrad/Manifest | 2 | ||||
-rw-r--r-- | kde-misc/pyrad/metadata.xml | 14 | ||||
-rw-r--r-- | kde-misc/pyrad/pyrad-0.6.2-r1.ebuild | 27 | ||||
-rw-r--r-- | kde-misc/pyrad/pyrad-0.7.1.ebuild | 31 |
4 files changed, 74 insertions, 0 deletions
diff --git a/kde-misc/pyrad/Manifest b/kde-misc/pyrad/Manifest new file mode 100644 index 000000000000..9a8195b7773d --- /dev/null +++ b/kde-misc/pyrad/Manifest @@ -0,0 +1,2 @@ +DIST pyRadKDE-0.6.2.tar.gz 21325 SHA256 7a37ef2255a12e4e45806c85ac571caf980e9b19cc3875cd8caeb38216cb4c1a SHA512 4de2f26a522c01870ac1069fd99acc7555cd56cf348d797b8ee61983598e8ac6ad27a52e23019ee0d14d5341053ee121e1013ca25510f93fac79beb432d6f1b6 WHIRLPOOL d0439b2080eaacb7b1af3f979e20db1230b614f833a91ed842624f226b8cfbb278791b1a63f783c9f3273ebfa66fe682df02ac3d47e4dbc6ad5e666970c46e0b +DIST pyRadKDE-0.7.1.tar.gz 24109 SHA256 87f5d7f0cbacef5d7e2d45bd2c2fdaed0ffbb9f34cf84a347a9acd14ac3217f9 SHA512 593ce1485cae58d532fad78c6cd7bb5dfcb1169277a47a2198426328e8ed7d1a4d31661fbfb10c28a2acf05d8d8ebaf1250f37bcb242071e40cbc8e49fc4e05f WHIRLPOOL d0da188dee3714aef40a55b6fd9834e4b3f7faf65e40673cc342422377b38ce32662e7cca7244bf092e594cbc42a85a103b04d96c0a7d7565119c609ffafcc3b diff --git a/kde-misc/pyrad/metadata.xml b/kde-misc/pyrad/metadata.xml new file mode 100644 index 000000000000..ca462769a28d --- /dev/null +++ b/kde-misc/pyrad/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>proxy-maintainers</herd> + <maintainer> + <email>arne_bab@web.de</email> + <name>Arne Babenhauserheide</name> + </maintainer> + <herd>kde</herd> + <upstream> + <remote-id type="pypi">pyRadKDE</remote-id> + <remote-id type="bitbucket">ArneBab/pyrad</remote-id> + </upstream> +</pkgmetadata> diff --git a/kde-misc/pyrad/pyrad-0.6.2-r1.ebuild b/kde-misc/pyrad/pyrad-0.6.2-r1.ebuild new file mode 100644 index 000000000000..6c30f6798a80 --- /dev/null +++ b/kde-misc/pyrad/pyrad-0.6.2-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +MY_PN="pyRadKDE" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A wheel type command interface for KDE, heavily inspired by Kommando" +HOMEPAGE="http://bitbucket.org/ArneBab/pyrad https://pypi.python.org/pypi/pyRadKDE" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +S=${WORKDIR}/${MY_P} + +RDEPEND="kde-base/pykde4:4[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/kde-misc/pyrad/pyrad-0.7.1.ebuild b/kde-misc/pyrad/pyrad-0.7.1.ebuild new file mode 100644 index 000000000000..0d2691c98f53 --- /dev/null +++ b/kde-misc/pyrad/pyrad-0.7.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +MY_PN="pyRadKDE" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A wheel type command interface for KDE, heavily inspired by Kommando" +HOMEPAGE="http://bitbucket.org/ArneBab/pyrad https://pypi.python.org/pypi/pyRadKDE" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +S=${WORKDIR}/${MY_P} + +RDEPEND=" + kde-apps/kdialog:4 + kde-base/pykde4:4[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" |