summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-11-22 17:48:11 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-11-22 17:48:11 +0000
commit7724e6e39edfc3aaf70712878bcd62c0263c1b8a (patch)
treeaaf605465c4bc5416dd7884fdab369c7e7a21381 /dev-vcs/svnmailer
parentDrop maintainer due retirement, bug #82110 (diff)
downloadgentoo-2-7724e6e39edfc3aaf70712878bcd62c0263c1b8a.tar.gz
gentoo-2-7724e6e39edfc3aaf70712878bcd62c0263c1b8a.tar.bz2
gentoo-2-7724e6e39edfc3aaf70712878bcd62c0263c1b8a.zip
Version bump, drop old, claim maintainership
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/svnmailer')
-rw-r--r--dev-vcs/svnmailer/ChangeLog9
-rw-r--r--dev-vcs/svnmailer/files/svnmailer-1.0.8-python2.5.diff47
-rw-r--r--dev-vcs/svnmailer/metadata.xml4
-rw-r--r--dev-vcs/svnmailer/svnmailer-1.0.9.ebuild (renamed from dev-vcs/svnmailer/svnmailer-1.0.8-r2.ebuild)8
4 files changed, 14 insertions, 54 deletions
diff --git a/dev-vcs/svnmailer/ChangeLog b/dev-vcs/svnmailer/ChangeLog
index 015ee440adc4..85a5ba121f6b 100644
--- a/dev-vcs/svnmailer/ChangeLog
+++ b/dev-vcs/svnmailer/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-vcs/svnmailer
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v 1.3 2011/04/06 19:50:25 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v 1.4 2011/11/22 17:48:11 xarthisius Exp $
+
+*svnmailer-1.0.9 (22 Nov 2011)
+
+ 22 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> +svnmailer-1.0.9.ebuild,
+ -files/svnmailer-1.0.8-python2.5.diff, -svnmailer-1.0.8-r2.ebuild,
+ metadata.xml:
+ Version bump, drop old, claim maintainership
06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
svnmailer-1.0.8-r2.ebuild:
diff --git a/dev-vcs/svnmailer/files/svnmailer-1.0.8-python2.5.diff b/dev-vcs/svnmailer/files/svnmailer-1.0.8-python2.5.diff
deleted file mode 100644
index 348f26f36a0a..000000000000
--- a/dev-vcs/svnmailer/files/svnmailer-1.0.8-python2.5.diff
+++ /dev/null
@@ -1,47 +0,0 @@
-Index: src/lib/svnmailer/notifier/_base.py
-===================================================================
---- src/lib/svnmailer/notifier/_base.py
-+++ src/lib/svnmailer/notifier/_base.py 2007-05-01 00:54:23.000000000 +0200
-@@ -345,7 +345,6 @@
- @return: The two encodings
- @rtype: C{tuple} of C{str}
- """
-- from encodings import exceptions
-
- enc1 = enc2 = default
- if not change.wasAdded() or change.wasCopied():
-@@ -353,7 +352,7 @@
- enc1 = self._getContentEncoding(
- change.getBasePath(), change.getBaseRevision()
- )
-- except exceptions.LookupError:
-+ except LookupError:
- # fall back
- pass
-
-@@ -364,7 +363,7 @@
- enc2 = self._getContentEncoding(
- change.path, change.revision
- )
-- except exceptions.LookupError:
-+ except LookupError:
- # fall back
- pass
-
-@@ -389,7 +388,6 @@
- @exception encodings.exception.LookupError: The specified encoding
- is not implemented or no encoding was specified
- """
-- from encodings import exceptions
-
- # first try the svn:mime-type
- enc = self.getEncodingFromMimeType(path, revision)
-@@ -427,7 +425,7 @@
- codecs.lookup(enc)
- return enc
-
-- raise exceptions.LookupError("No Encoding configured")
-+ raise LookupError("No Encoding configured")
-
-
- def getEncodingFromMimeType(self, path, revision):
diff --git a/dev-vcs/svnmailer/metadata.xml b/dev-vcs/svnmailer/metadata.xml
index f2e512386082..b49b20a09d80 100644
--- a/dev-vcs/svnmailer/metadata.xml
+++ b/dev-vcs/svnmailer/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
- <name>Default assignee for orphaned packages</name>
+ <email>xarthisius@gentoo.org</email>
+ <name>Kacper Kowalik</name>
</maintainer>
</pkgmetadata>
diff --git a/dev-vcs/svnmailer/svnmailer-1.0.8-r2.ebuild b/dev-vcs/svnmailer/svnmailer-1.0.9.ebuild
index e264378aa212..d86c8b1faa4c 100644
--- a/dev-vcs/svnmailer/svnmailer-1.0.8-r2.ebuild
+++ b/dev-vcs/svnmailer/svnmailer-1.0.9.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.8-r2.ebuild,v 1.3 2011/04/06 19:50:25 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.9.ebuild,v 1.1 2011/11/22 17:48:11 xarthisius Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit distutils eutils
+inherit distutils
DESCRIPTION="A subversion commit notifier written in Python"
HOMEPAGE="http://opensource.perlig.de/svnmailer/"
@@ -30,10 +30,10 @@ pkg_setup() {
src_prepare() {
distutils_src_prepare
- epatch "${FILESDIR}"/${P}-python2.5.diff
+ sed -i -e "s:man/man1:share/&:" setup.py || die
}
src_install() {
distutils_src_install
- dohtml -r docs/* || die "failed to install HTML documentation"
+ dohtml -r docs/* || die
}