public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydb/
@ 2015-10-29 20:33 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2015-10-29 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     1869920ea6d1b3b415af43a1225fd68201bf4515
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 20:32:54 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 20:32:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1869920e

dev-python/pydb: Migrate to python-single-r1

 dev-python/pydb/pydb-1.26-r2.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/dev-python/pydb/pydb-1.26-r2.ebuild b/dev-python/pydb/pydb-1.26-r2.ebuild
new file mode 100644
index 0000000..0c3bd07
--- /dev/null
+++ b/dev-python/pydb/pydb-1.26-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit elisp-common python-single-r1
+
+DESCRIPTION="Extended python debugger"
+HOMEPAGE="http://bashdb.sourceforge.net/pydb/"
+SRC_URI="mirror://sourceforge/bashdb/${P}.tar.bz2"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="emacs"
+
+DEPEND="
+	emacs? ( virtual/emacs )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	# Fix pydb symlinks.
+	sed -e '/$(LN_S) "$(DESTDIR)$(pkgpythondir)\/$(python_debugger_script)" "$(DESTDIR)$(bindir)\/$(bin_SCRIPTS)"/s/$(DESTDIR)$(pkgpythondir)/$(pkgpythondir)/' -i Makefile.in
+}
+
+src_configure() {
+	econf --with-lispdir="${SITELISP}/${PN}" \
+		EMACS="$(usex emacs "${EMACS}" no)" \
+		--with-python="${PYTHON}"
+#			--with-site-packages=$(python_get_sitedir) \
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydb/
@ 2016-11-09 14:04 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-11-09 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b5b1e536da5cbcfcdb712b57896da7fed63e5ca6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 13:43:43 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Nov  9 14:04:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b1e536

dev-python/pydb: Drop old

Package-Manager: portage-2.3.2

 dev-python/pydb/pydb-1.26-r1.ebuild | 56 -------------------------------------
 1 file changed, 56 deletions(-)

diff --git a/dev-python/pydb/pydb-1.26-r1.ebuild b/dev-python/pydb/pydb-1.26-r1.ebuild
deleted file mode 100644
index c17011e..00000000
--- a/dev-python/pydb/pydb-1.26-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-
-inherit elisp-common python
-
-DESCRIPTION="Extended python debugger"
-HOMEPAGE="http://bashdb.sourceforge.net/pydb/"
-SRC_URI="mirror://sourceforge/bashdb/${P}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs"
-
-DEPEND="
-	emacs? ( virtual/emacs )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	echo "#!/bin/sh" > py-compile
-
-	# Fix pydb symlinks.
-	sed -e '/$(LN_S) "$(DESTDIR)$(pkgpythondir)\/$(python_debugger_script)" "$(DESTDIR)$(bindir)\/$(bin_SCRIPTS)"/s/$(DESTDIR)$(pkgpythondir)/$(pkgpythondir)/' -i Makefile.in
-
-	python_src_prepare
-}
-
-src_configure() {
-	configuration() {
-		econf --with-lispdir="${SITELISP}/${PN}" \
-			EMACS="$(use emacs && echo "${EMACS}" || echo no)" \
-			--with-site-packages=$(python_get_sitedir) \
-			--with-python=$(PYTHON -a)
-	}
-	python_execute_function -s configuration
-}
-
-src_install() {
-	python_src_install
-	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}
-
-pkg_postinst() {
-	python_mod_optimize pydb
-}
-
-pkg_postrm() {
-	python_mod_cleanup pydb
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pydb/
@ 2018-01-18 13:27 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2018-01-18 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     969142921de10cc298647947a6d3de9eee419cfe
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 13:27:09 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 13:27:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96914292

dev-python/pydb: remove last rited package

 dev-python/pydb/Manifest            |  1 -
 dev-python/pydb/metadata.xml        | 16 ----------------
 dev-python/pydb/pydb-1.26-r2.ebuild | 35 -----------------------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-python/pydb/Manifest b/dev-python/pydb/Manifest
deleted file mode 100644
index ca297e7f07e..00000000000
--- a/dev-python/pydb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pydb-1.26.tar.bz2 572184 BLAKE2B f6ab28382d620a528eb603046ae126f624e72ebf0c568f299cd98e43077b657a55284bbfb74dce1a65840e69bd317d300a447f60fabbedcb402c8ec0dd2ab886 SHA512 39365ddcd863404079e4a7159bbbedbfa6a99b3d46e95c07fe14be61a2805b9237df5e51a8a68db159fca2df4b0bd46bddaebbe610d1597064f2df4e64393355

diff --git a/dev-python/pydb/metadata.xml b/dev-python/pydb/metadata.xml
deleted file mode 100644
index c89c9c6aae8..00000000000
--- a/dev-python/pydb/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>grozin@gentoo.org</email>
-		<name>Andrey Grozin</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-		<name>Python</name>
-	</maintainer>
-	<longdescription>Extended python debugger</longdescription>
-	<upstream>
-		<remote-id type="sourceforge">bashdb</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/pydb/pydb-1.26-r2.ebuild b/dev-python/pydb/pydb-1.26-r2.ebuild
deleted file mode 100644
index 78e12b70f39..00000000000
--- a/dev-python/pydb/pydb-1.26-r2.ebuild
+++ /dev/null
@@ -1,35 +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 elisp-common python-single-r1
-
-DESCRIPTION="Extended python debugger"
-HOMEPAGE="http://bashdb.sourceforge.net/pydb/"
-SRC_URI="mirror://sourceforge/bashdb/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="emacs"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-	${PYTHON_DEPS}
-	emacs? ( virtual/emacs )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	# Fix pydb symlinks.
-	sed -e '/$(LN_S) "$(DESTDIR)$(pkgpythondir)\/$(python_debugger_script)" "$(DESTDIR)$(bindir)\/$(bin_SCRIPTS)"/s/$(DESTDIR)$(pkgpythondir)/$(pkgpythondir)/' -i Makefile.in
-}
-
-src_configure() {
-	econf --with-lispdir="${SITELISP}/${PN}" \
-		EMACS="$(usex emacs "${EMACS}" no)" \
-		--with-python="${PYTHON}"
-#			--with-site-packages=$(python_get_sitedir) \
-}


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

end of thread, other threads:[~2018-01-18 13:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29 20:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/pydb/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2016-11-09 14:04 Pacho Ramos
2018-01-18 13:27 Mikle Kolyada

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