diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2016-08-24 09:40:13 +0200 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2016-08-24 09:40:13 +0200 |
commit | 31d8a5bf4332b8c0861efa3b74287fa902a8a950 (patch) | |
tree | 639bb40831d4e6382b36ea7f3c0427bd2ce4bb55 /media-sound | |
parent | dev-tex/latex2rtf: Stable for HPPA PPC64 (bug #566032). (diff) | |
download | gentoo-31d8a5bf4332b8c0861efa3b74287fa902a8a950.tar.gz gentoo-31d8a5bf4332b8c0861efa3b74287fa902a8a950.tar.bz2 gentoo-31d8a5bf4332b8c0861efa3b74287fa902a8a950.zip |
media-sound/ardour: new sources location and elog comment
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ardour/ardour-5.0.ebuild | 7 | ||||
-rw-r--r-- | 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 a2320cba9353..e5a98c6ed441 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 a2320cba9353..e5a98c6ed441 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." } |