public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: kde-misc/pyrad/
@ 2017-01-17 21:12 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2017-01-17 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     463bb65de2faaecb37a1b7a2d68579a7f3555c63
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 20:42:40 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 20:42:40 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=463bb65d

kde-misc/pyrad: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/pyrad/metadata.xml       |  9 +++++++++
 kde-misc/pyrad/pyrad-0.7.1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/kde-misc/pyrad/metadata.xml b/kde-misc/pyrad/metadata.xml
new file mode 100644
index 0000000..6e9a43a
--- /dev/null
+++ b/kde-misc/pyrad/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<!-- maintainer-needed -->
+	<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.7.1.ebuild b/kde-misc/pyrad/pyrad-0.7.1.ebuild
new file mode 100644
index 0000000..6f05eaf
--- /dev/null
+++ b/kde-misc/pyrad/pyrad-0.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 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="https://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-apps/pykde4:4[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde-sunset:master commit in: kde-misc/pyrad/
@ 2020-11-30  0:52 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-11-30  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4918cadda890d3320d081566faf460d98fe4f6e9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 15:00:46 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 00:51:52 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4918cadd

kde-misc/pyrad: Remove package for too expensive deps

Missing kde-apps/pykde4 and easier (non-)maintenance without python.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/pyrad/metadata.xml       |  9 ---------
 kde-misc/pyrad/pyrad-0.7.1.ebuild | 30 ------------------------------
 2 files changed, 39 deletions(-)

diff --git a/kde-misc/pyrad/metadata.xml b/kde-misc/pyrad/metadata.xml
deleted file mode 100644
index 6e9a43a5..00000000
--- a/kde-misc/pyrad/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<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.7.1.ebuild b/kde-misc/pyrad/pyrad-0.7.1.ebuild
deleted file mode 100644
index cb623c5d..00000000
--- a/kde-misc/pyrad/pyrad-0.7.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="https://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-apps/pykde4:4[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-30  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17 21:12 [gentoo-commits] proj/kde-sunset:master commit in: kde-misc/pyrad/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2020-11-30  0:52 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox