Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/svnmailer: svnmailer-1.0.9-r1.ebuild ChangeLog svnmailer-1.0.9.ebuild
Date: Wed, 25 Feb 2015 06:12:52
Message-Id: 20150225061248.03FFE1280A@oystercatcher.gentoo.org
1 idella4 15/02/25 06:12:48
2
3 Modified: ChangeLog
4 Added: svnmailer-1.0.9-r1.ebuild
5 Removed: svnmailer-1.0.9.ebuild
6 Log:
7 revbump; convert -> distutils-r1, rm old
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.6 dev-vcs/svnmailer/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 24 Mar 2014 16:19:07 -0000 1.5
25 +++ ChangeLog 25 Feb 2015 06:12:47 -0000 1.6
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-vcs/svnmailer
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v 1.5 2014/03/24 16:19:07 xarthisius Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v 1.6 2015/02/25 06:12:47 idella4 Exp $
32 +
33 +*svnmailer-1.0.9-r1 (25 Feb 2015)
34 +
35 + 25 Feb 2015; Ian Delaney <idella4@g.o> +svnmailer-1.0.9-r1.ebuild,
36 + -svnmailer-1.0.9.ebuild:
37 + revbump; convert -> distutils-r1, rm old
38
39 24 Mar 2014; Kacper Kowalik <xarthisius@g.o> metadata.xml:
40 Drop maintainership
41
42
43
44 1.1 dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: svnmailer-1.0.9-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild,v 1.1 2015/02/25 06:12:47 idella4 Exp $
54
55 EAPI=5
56
57 PYTHON_COMPAT=( python2_7 )
58 DISTUTILS_SINGLE_IMPL=1
59
60 inherit distutils-r1
61
62 DESCRIPTION="A subversion commit notifier written in Python"
63 HOMEPAGE="http://opensource.perlig.de/svnmailer/"
64 SRC_URI="http://storage.perlig.de/svnmailer/${P}.tar.bz2"
65
66 LICENSE="Apache-2.0"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 DEPEND="${DEPEND}
72 dev-vcs/subversion[python,${PYTHON_USEDEP}]
73 virtual/mta"
74 RDEPEND="${DEPEND}"
75
76 pkg_setup() {
77 python-single-r1_pkg_setup
78 }
79
80 python_prepare_all() {
81 sed -i -e "s:man/man1:share/&:" setup.py || die
82 distutils-r1_python_prepare_all
83 }
84
85 python_install_all() {
86 local HTML_DOCS=( docs/. )
87 distutils-r1_python_install_all
88 }