diff options
author | 2020-01-04 13:16:14 +0300 | |
---|---|---|
committer | 2020-01-04 13:16:14 +0300 | |
commit | adb836b3001a040e1945adbd2fb68ae6606ca6fc (patch) | |
tree | 3768cd6512c4643dc8d1e1c5aede8e8870a7ff31 /dev-python/bicyclerepair | |
parent | dev-python: remove last-rited pkgs (diff) | |
download | gentoo-adb836b3001a040e1945adbd2fb68ae6606ca6fc.tar.gz gentoo-adb836b3001a040e1945adbd2fb68ae6606ca6fc.tar.bz2 gentoo-adb836b3001a040e1945adbd2fb68ae6606ca6fc.zip |
dev-python: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/bicyclerepair')
6 files changed, 0 insertions, 130 deletions
diff --git a/dev-python/bicyclerepair/Manifest b/dev-python/bicyclerepair/Manifest deleted file mode 100644 index 6b370b29c36c..000000000000 --- a/dev-python/bicyclerepair/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bicyclerepair-0.9.tar.gz 165025 BLAKE2B f1d2aba79da4aab161a7f07cc662a4d39d61e15a388d3dca7f8f4f513913b64db4522848ebe1a47db34b23b62ee7be73ea450e1072f72e673e94a8b3ee31e56a SHA512 e80495ccd01d72964eaf3dc8cc4430215ffb563710893c52141e8393125dafd085ba485a2228fed0ceb364515efe08db1947201e73f318498788a9e3581765ff diff --git a/dev-python/bicyclerepair/bicyclerepair-0.9-r3.ebuild b/dev-python/bicyclerepair/bicyclerepair-0.9-r3.ebuild deleted file mode 100644 index 32c6a6c8f2ce..000000000000 --- a/dev-python/bicyclerepair/bicyclerepair-0.9-r3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 elisp-common - -DESCRIPTION="Bicycle Repair Man is the Python Refactoring Browser" -HOMEPAGE="http://bicyclerepair.sourceforge.net/" -SRC_URI="mirror://sourceforge/bicyclerepair/${P}.tar.gz" - -LICENSE="icu GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86" -IUSE="emacs" - -DEPEND=" - emacs? ( - app-emacs/pymacs[${PYTHON_USEDEP}] - app-emacs/python-mode - )" -RDEPEND="${DEPEND}" - -SITEFILE="50${PN}-gentoo.el" - -PATCHES=( - "${FILESDIR}/${P}-idle.patch" - "${FILESDIR}/${P}-invalid-syntax.patch" -) - -python_prepare_all() { - # bikeemacs.py contains non-ASCII characters in comments. - sed -e '1s/$/\t-*- coding: latin-1 -*-/' -i ide-integration/bikeemacs.py || die "sed failed" - - distutils-r1_python_prepare_all -} - -python_test() { - "${PYTHON}" testall.py || die -} - -src_install() { - distutils-r1_src_install - - use emacs && elisp-site-file-install "${FILESDIR}/${SITEFILE}" -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-python/bicyclerepair/files/50bicyclerepair-gentoo.el b/dev-python/bicyclerepair/files/50bicyclerepair-gentoo.el deleted file mode 100644 index edad427b54e0..000000000000 --- a/dev-python/bicyclerepair/files/50bicyclerepair-gentoo.el +++ /dev/null @@ -1,10 +0,0 @@ - -;;; bicyclerepair site-lisp configuration - -(add-hook - 'python-mode-hook - (lambda () - (unless (fboundp 'brm-menu) - (require 'pymacs) - (pymacs-load "bikeemacs" "brm-") - (brm-init)))) diff --git a/dev-python/bicyclerepair/files/bicyclerepair-0.9-idle.patch b/dev-python/bicyclerepair/files/bicyclerepair-0.9-idle.patch deleted file mode 100644 index ff7e6f8d80bd..000000000000 --- a/dev-python/bicyclerepair/files/bicyclerepair-0.9-idle.patch +++ /dev/null @@ -1,41 +0,0 @@ -=== modified file 'ide-integration/BicycleRepairMan_Idle.py' ---- ide-integration/BicycleRepairMan_Idle.py 2008-07-21 20:08:33 +0000 -+++ ide-integration/BicycleRepairMan_Idle.py 2008-07-21 20:15:02 +0000 -@@ -300,21 +300,21 @@ - return 1 - - -- def confirm_buffer_is_saved(self, editwin): -- if not editwin.get_saved(): -- name = (editwin.short_title()or -- editwin.long_title()or -- "Untitled") -- reply = tkMessageBox.askokcancel("Bicycle Repair Man", -- "The buffer for %s is not saved.\n\n"%name+ -- "Save it and continue?", -- master = self.editwin.text) -- &nbs p; self.editwin.text.focus_set() -- if reply: -- editwin.io.save(None) -- else: -- return 0 -- return 1 -+ def confirm_buffer_is_saved(self, editwin): -+ if not editwin.get_saved(): -+ name = (editwin.short_title()or -+ editwin.long_title()or -+ "Untitled") -+ reply = tkMessageBox.askokcancel("Bicycle Repair Man", -+ "The buffer for %s is not saved.\n\n"%name+ -+ "Save it and continue?", -+ master = self.editwin.text) -+ self.editwin.text.focus_set() -+ if reply: -+ editwin.io.save(None) -+ else: -+ return 0 -+ return 1 - - def errorbox(self, title, message): - tkMessageBox.showerror(title, message, master = self.editwin.text) - diff --git a/dev-python/bicyclerepair/files/bicyclerepair-0.9-invalid-syntax.patch b/dev-python/bicyclerepair/files/bicyclerepair-0.9-invalid-syntax.patch deleted file mode 100644 index c32fdb621217..000000000000 --- a/dev-python/bicyclerepair/files/bicyclerepair-0.9-invalid-syntax.patch +++ /dev/null @@ -1,11 +0,0 @@ -=== modified file 'bike/query/getPackageDependencies.py' ---- bike/query/getPackageDependencies.py 2008-07-21 19:37:44 +0000 -+++ bike/query/getPackageDependencies.py 2008-07-21 19:38:11 +0000 -@@ -2,5 +2,5 @@ - - # fileInPackage is the filename of a file in the package hierarchy - def getPackageDependencies(fileInPackage): -- -+ pass - - diff --git a/dev-python/bicyclerepair/metadata.xml b/dev-python/bicyclerepair/metadata.xml deleted file mode 100644 index 7bf4b4e5aa51..000000000000 --- a/dev-python/bicyclerepair/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">bicyclerepair</remote-id> - </upstream> -</pkgmetadata> |