Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/aggregate-flim/
Date: Thu, 18 Apr 2019 03:56:02
Message-Id: 1555559713.947434ef883f414b34e13a47ddf2c65d26b17af4.robbat2@gentoo
1 commit: 947434ef883f414b34e13a47ddf2c65d26b17af4
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 12 19:14:53 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 03:55:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947434ef
7
8 net-misc/aggregate-flim: update HOMEPAGE, SRC_URI
9
10 Closes: https://bugs.gentoo.org/680392
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 (cherry picked from commit d1ea0197a33acf37f27e31a6d9a3f9624966f8b5)
13 Fixes: https://github.com/gentoo/gentoo/pull/11664/
14 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
15
16 net-misc/aggregate-flim/aggregate-flim-1.0.2.ebuild | 10 ++++------
17 1 file changed, 4 insertions(+), 6 deletions(-)
18
19 diff --git a/net-misc/aggregate-flim/aggregate-flim-1.0.2.ebuild b/net-misc/aggregate-flim/aggregate-flim-1.0.2.ebuild
20 index 818d9b76714..d2ab83b20b5 100644
21 --- a/net-misc/aggregate-flim/aggregate-flim-1.0.2.ebuild
22 +++ b/net-misc/aggregate-flim/aggregate-flim-1.0.2.ebuild
23 @@ -1,19 +1,17 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=0
29
30 -MY_PN="${PN/-flim}"
31 -MY_P="${MY_PN}-${PV}"
32 +MY_P="${PN/-flim}-${PV}"
33 DESCRIPTION="aggregate is a tool for aggregating CIDR networks"
34 -HOMEPAGE="http://www.vergenet.net/linux/aggregate-flim/"
35 -SRC_URI="http://www.vergenet.net/linux/aggregate-flim/download/${MY_P}.tar.gz"
36 +HOMEPAGE="http://horms.net/projects/aggregate/"
37 +SRC_URI="http://horms.net/projects/aggregate/download/${MY_P}.tar.gz"
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="amd64 x86"
41 IUSE=""
42 DEPEND="dev-libs/vanessa-logger"
43 -#RDEPEND=""
44 S=${WORKDIR}/${MY_P}
45
46 src_install() {