diff options
author | 2011-02-15 17:08:39 +0000 | |
---|---|---|
committer | 2011-02-15 17:08:39 +0000 | |
commit | 57ab6617b1ee700a5810f39dae1d652339901489 (patch) | |
tree | b3f9a2bd73a3f4fbc7aa973ab36f714eeb9804c6 /dev-vcs/gitolite-gentoo/files | |
parent | Use Python 2. (diff) | |
download | historical-57ab6617b1ee700a5810f39dae1d652339901489.tar.gz historical-57ab6617b1ee700a5810f39dae1d652339901489.tar.bz2 historical-57ab6617b1ee700a5810f39dae1d652339901489.zip |
Version bump to 1.5.9. Remove old ebuilds.
Package-Manager: portage-2.2.0_alpha23/cvs/Linux x86_64
Diffstat (limited to 'dev-vcs/gitolite-gentoo/files')
-rw-r--r-- | dev-vcs/gitolite-gentoo/files/gitolite-gentoo-1.5.8.1-missing-bracket.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-vcs/gitolite-gentoo/files/gitolite-gentoo-1.5.8.1-missing-bracket.patch b/dev-vcs/gitolite-gentoo/files/gitolite-gentoo-1.5.8.1-missing-bracket.patch deleted file mode 100644 index 9d67463bfb60..000000000000 --- a/dev-vcs/gitolite-gentoo/files/gitolite-gentoo-1.5.8.1-missing-bracket.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 4a04df5f1d06d78f04a52b04291548d3e70de870 Mon Sep 17 00:00:00 2001 -From: Christian Ruppert <idl0r@gentoo.org> -Date: Mon, 17 Jan 2011 11:31:25 +0100 -Subject: [PATCH] Add missing curly bracket - ---- - src/gitolite.pm | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/src/gitolite.pm b/src/gitolite.pm -index 336c292..550cf1c 100644 ---- a/src/gitolite.pm -+++ b/src/gitolite.pm -@@ -1253,6 +1253,7 @@ sub export_key_metadata { - } - } - close(PUBKEY); -+} - - sub get_repo_umask { - my $repo = shift; --- -1.7.3.4 - |