Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/, net-libs/telepathy-qt/files/
Date: Thu, 02 Jun 2016 13:55:28
Message-Id: 1464875711.e0f543be37dced078b3600e411808b5a7275e6be.johu@gentoo
1 commit: e0f543be37dced078b3600e411808b5a7275e6be
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 11:27:04 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 13:55:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f543be
7
8 net-libs/telepathy-qt: Unify patch naming
9
10 Package-Manager: portage-2.3.0_rc1
11
12 ...ult-source.patch => telepathy-qt-0.9.6.1-default-source.patch} | 0
13 ...1-yes-release.patch => telepathy-qt-0.9.6.1-yes-release.patch} | 0
14 net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild | 8 ++++----
15 3 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-libs/telepathy-qt/files/0.9.6.1-default-source.patch b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-default-source.patch
18 similarity index 100%
19 rename from net-libs/telepathy-qt/files/0.9.6.1-default-source.patch
20 rename to net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-default-source.patch
21
22 diff --git a/net-libs/telepathy-qt/files/0.9.6.1-yes-release.patch b/net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch
23 similarity index 100%
24 rename from net-libs/telepathy-qt/files/0.9.6.1-yes-release.patch
25 rename to net-libs/telepathy-qt/files/telepathy-qt-0.9.6.1-yes-release.patch
26
27 diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild
28 index 6b376bc..7de0313 100644
29 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild
30 +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.6.1.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 +# Copyright 1999-2016 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $Id$
36
37 @@ -51,10 +51,10 @@ DEPEND="${RDEPEND}
38 DOCS=( AUTHORS ChangeLog HACKING NEWS README )
39
40 PATCHES=(
41 - "${FILESDIR}/${PV}-default-source.patch"
42 - "${FILESDIR}/${PV}-yes-release.patch"
43 + "${FILESDIR}/${P}-default-source.patch"
44 + "${FILESDIR}/${P}-yes-release.patch"
45 "${FILESDIR}/${P}-gstreamer-1.5.patch"
46 - "${FILESDIR}/${PN}-0.9.6.1-qtpath.patch"
47 + "${FILESDIR}/${P}-qtpath.patch"
48 )
49
50 pkg_setup() {