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: media-plugins/ams-lv2/
Date: Tue, 22 Aug 2017 21:31:56
Message-Id: 1503437507.e708ca4ee8f452e38762a378c8bf15703ed1a035.mgorny@gentoo
1 commit: e708ca4ee8f452e38762a378c8bf15703ed1a035
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Aug 22 11:54:04 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 21:31:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e708ca4e
7
8 media-plugins/ams-lv2: HOMEPAGE 301 redirect to HTTPS
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild b/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild
16 index e2db6163db0..badb755250c 100644
17 --- a/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild
18 +++ b/media-plugins/ams-lv2/ams-lv2-1.1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -7,8 +7,8 @@ PYTHON_REQ_USE="threads(+)"
26 inherit waf-utils python-any-r1
27
28 DESCRIPTION="A port of the AMS internal modules to LV2 plugins to create modular synthesizers"
29 -HOMEPAGE="http://objectivewave.wordpress.com/ams-lv2/"
30 -SRC_URI="https://github.com/blablack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 +HOMEPAGE="https://objectivewave.wordpress.com/ams-lv2/"
32 +SRC_URI="https://github.com/blablack/ams-lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"