Gentoo Archives: gentoo-commits

From: Andreas Schuerch <nativemad@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/
Date: Wed, 24 Aug 2016 07:41:00
Message-Id: 1472024413.31d8a5bf4332b8c0861efa3b74287fa902a8a950.nativemad@gentoo
1 commit: 31d8a5bf4332b8c0861efa3b74287fa902a8a950
2 Author: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 07:40:13 2016 +0000
4 Commit: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 07:40:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d8a5bf
7
8 media-sound/ardour: new sources location and elog comment
9
10 Package-Manager: portage-2.2.28
11
12 media-sound/ardour/ardour-5.0.ebuild | 7 +++++--
13 media-sound/ardour/ardour-9999.ebuild | 7 +++++--
14 2 files changed, 10 insertions(+), 4 deletions(-)
15
16 diff --git a/media-sound/ardour/ardour-5.0.ebuild b/media-sound/ardour/ardour-5.0.ebuild
17 index a2320cb..e5a98c6 100644
18 --- a/media-sound/ardour/ardour-5.0.ebuild
19 +++ b/media-sound/ardour/ardour-5.0.ebuild
20 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
21 inherit git-r3
22 else
23 KEYWORDS="~amd64 ~x86"
24 - SRC_URI="http://community.ardour.org/srctar -> ${P}.tar.bz2"
25 + SRC_URI="http://fossies.org/linux/misc/Ardour-${PV}.0.tar.bz2 -> ${P}.tar.bz2"
26 S="${WORKDIR}/Ardour-${PV}.0"
27 fi
28
29 @@ -136,5 +136,8 @@ src_install() {
30
31 pkg_postinst() {
32 elog "If you are using Ardour and want to keep its development alive"
33 - elog "then please consider to make a donation upstream at ${HOMEPAGE}"
34 + elog "then please consider to make a donation upstream at ${HOMEPAGE}."
35 + elog "Please do _not_ report problems with the package to ${PN} upstream."
36 + elog "If you think you've found a bug, check the upstream binary package"
37 + elog "before you report anything to upstream."
38 }
39
40 diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild
41 index a2320cb..e5a98c6 100644
42 --- a/media-sound/ardour/ardour-9999.ebuild
43 +++ b/media-sound/ardour/ardour-9999.ebuild
44 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
45 inherit git-r3
46 else
47 KEYWORDS="~amd64 ~x86"
48 - SRC_URI="http://community.ardour.org/srctar -> ${P}.tar.bz2"
49 + SRC_URI="http://fossies.org/linux/misc/Ardour-${PV}.0.tar.bz2 -> ${P}.tar.bz2"
50 S="${WORKDIR}/Ardour-${PV}.0"
51 fi
52
53 @@ -136,5 +136,8 @@ src_install() {
54
55 pkg_postinst() {
56 elog "If you are using Ardour and want to keep its development alive"
57 - elog "then please consider to make a donation upstream at ${HOMEPAGE}"
58 + elog "then please consider to make a donation upstream at ${HOMEPAGE}."
59 + elog "Please do _not_ report problems with the package to ${PN} upstream."
60 + elog "If you think you've found a bug, check the upstream binary package"
61 + elog "before you report anything to upstream."
62 }