Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/rss2email/
Date: Thu, 29 Aug 2019 10:06:02
Message-Id: 1567073141.0710aed88b0e8504a298c2e96d6346c24dbba13d.mgorny@gentoo
1 commit: 0710aed88b0e8504a298c2e96d6346c24dbba13d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 05:30:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 10:05:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0710aed8
7
8 net-mail/rss2email: Fix DoublePrefixInPath
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-mail/rss2email/rss2email-2.71-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-mail/rss2email/rss2email-2.71-r1.ebuild b/net-mail/rss2email/rss2email-2.71-r1.ebuild
16 index b8476f50487..1fbb40b3218 100644
17 --- a/net-mail/rss2email/rss2email-2.71-r1.ebuild
18 +++ b/net-mail/rss2email/rss2email-2.71-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -44,8 +44,8 @@ src_prepare() {
26
27 src_install() {
28 my_install() {
29 - insinto "$(python_get_sitedir)"/${PN}
30 - newins rss2email.py main.py || die
31 + python_moduleinto ${PN}
32 + python_newscript rss2email.py main.py
33 }
34 python_foreach_impl my_install