commit: 31d8a5bf4332b8c0861efa3b74287fa902a8a950
Author: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 07:40:13 2016 +0000
Commit: Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 07:40:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d8a5bf
media-sound/ardour: new sources location and elog comment
Package-Manager: portage-2.2.28
media-sound/ardour/ardour-5.0.ebuild | 7 +++++--
media-sound/ardour/ardour-9999.ebuild | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/media-sound/ardour/ardour-5.0.ebuild
b/media-sound/ardour/ardour-5.0.ebuild
index a2320cb..e5a98c6 100644
--- a/media-sound/ardour/ardour-5.0.ebuild
+++ b/media-sound/ardour/ardour-5.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
KEYWORDS="~amd64 ~x86"
- SRC_URI="http://community.ardour.org/srctar -> ${P}.tar.bz2"
+ SRC_URI="http://fossies.org/linux/misc/Ardour-${PV}.0.tar.bz2 ->
${P}.tar.bz2"
S="${WORKDIR}/Ardour-${PV}.0"
fi
@@ -136,5 +136,8 @@ src_install() {
pkg_postinst() {
elog "If you are using Ardour and want to keep its development alive"
- elog "then please consider to make a donation upstream at ${HOMEPAGE}"
+ elog "then please consider to make a donation upstream at ${HOMEPAGE}."
+ elog "Please do _not_ report problems with the package to ${PN}
upstream."
+ elog "If you think you've found a bug, check the upstream binary
package"
+ elog "before you report anything to upstream."
}
diff --git a/media-sound/ardour/ardour-9999.ebuild
b/media-sound/ardour/ardour-9999.ebuild
index a2320cb..e5a98c6 100644
--- a/media-sound/ardour/ardour-9999.ebuild
+++ b/media-sound/ardour/ardour-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
KEYWORDS="~amd64 ~x86"
- SRC_URI="http://community.ardour.org/srctar -> ${P}.tar.bz2"
+ SRC_URI="http://fossies.org/linux/misc/Ardour-${PV}.0.tar.bz2 ->
${P}.tar.bz2"
S="${WORKDIR}/Ardour-${PV}.0"
fi
@@ -136,5 +136,8 @@ src_install() {
pkg_postinst() {
elog "If you are using Ardour and want to keep its development alive"
- elog "then please consider to make a donation upstream at ${HOMEPAGE}"
+ elog "then please consider to make a donation upstream at ${HOMEPAGE}."
+ elog "Please do _not_ report problems with the package to ${PN}
upstream."
+ elog "If you think you've found a bug, check the upstream binary
package"
+ elog "before you report anything to upstream."
}