summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-20 12:18:32 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-20 12:24:01 +0200
commitaf409959195138b7a3efba40c9aa8019851ca30d (patch)
tree0e5ab29fa4b5e05dd0c66563147cfd5e7c08827c /dev-vcs/git-cola/files
parentsci-libs/alglib: Drop old (diff)
downloadgentoo-af409959195138b7a3efba40c9aa8019851ca30d.tar.gz
gentoo-af409959195138b7a3efba40c9aa8019851ca30d.tar.bz2
gentoo-af409959195138b7a3efba40c9aa8019851ca30d.zip
dev-vcs/git-cola: Clean old
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-vcs/git-cola/files')
-rw-r--r--dev-vcs/git-cola/files/git-cola-1.9.1-system-ssh-askpass.patch16
-rw-r--r--dev-vcs/git-cola/files/git-cola-1.9.3-disable-tests.patch21
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-vcs/git-cola/files/git-cola-1.9.1-system-ssh-askpass.patch b/dev-vcs/git-cola/files/git-cola-1.9.1-system-ssh-askpass.patch
deleted file mode 100644
index 0aa476fe83ea..000000000000
--- a/dev-vcs/git-cola/files/git-cola-1.9.1-system-ssh-askpass.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/cola/app.py b/cola/app.py
-index f9236de..4636c81 100644
---- a/cola/app.py
-+++ b/cola/app.py
-@@ -66,9 +66,9 @@ def setup_environment():
- elif ssh_askpass:
- askpass = ssh_askpass
- elif sys.platform == 'darwin':
-- askpass = resources.share('bin', 'ssh-askpass-darwin')
-+ askpass = resources.prefix('bin', 'ssh-askpass-darwin')
- else:
-- askpass = resources.share('bin', 'ssh-askpass')
-+ askpass = resources.prefix('bin', 'ssh-askpass')
-
- compat.setenv('GIT_ASKPASS', askpass)
- compat.setenv('SSH_ASKPASS', askpass)
diff --git a/dev-vcs/git-cola/files/git-cola-1.9.3-disable-tests.patch b/dev-vcs/git-cola/files/git-cola-1.9.3-disable-tests.patch
deleted file mode 100644
index 79f1ec2ff8bc..000000000000
--- a/dev-vcs/git-cola/files/git-cola-1.9.3-disable-tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur cola-1.3.7.21.orig/test/git_test.py cola-1.3.7.21/test/git_test.py
---- cola-1.3.7.21.orig/test/git_test.py 2009-04-30 13:56:22.352319047 +0200
-+++ cola-1.3.7.21/test/git_test.py 2009-04-30 13:56:53.123149963 +0200
-@@ -24,17 +24,6 @@
- version = self.git.version()[STDOUT]
- self.failUnless(version.startswith('git version'))
-
-- def test_tag(self):
-- """Test running 'git tag'"""
-- tags = self.git.tag()[STDOUT].splitlines()
-- self.failUnless( 'v1.0.0' in tags )
--
-- def test_show(self):
-- """Test running 'git show'"""
-- sha = '1b9742bda5d26a4f250fa64657f66ed20624a084'
-- contents = self.git.show(sha)[STDOUT].splitlines()
-- self.failUnless(contents[0] == '/build')
--
- def test_stdout(self):
- """Test overflowing the stdout buffer"""
- # Write to stdout only