Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/
Date: Thu, 26 Dec 2019 17:02:27
Message-Id: 1577379737.2c298998b84bb64fa1476a9614c451d2664a5184.blueness@gentoo
1 commit: 2c298998b84bb64fa1476a9614c451d2664a5184
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 17:02:01 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 17:02:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c298998
7
8 app-portage/grs: remove variable from HOMEPAGE
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 app-portage/grs/grs-0.6-r1.ebuild | 2 +-
14 app-portage/grs/grs-0.7.ebuild | 2 +-
15 app-portage/grs/grs-9999.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-portage/grs/grs-0.6-r1.ebuild b/app-portage/grs/grs-0.6-r1.ebuild
19 index 2a967fc5bac..766c78f0f4d 100644
20 --- a/app-portage/grs/grs-0.6-r1.ebuild
21 +++ b/app-portage/grs/grs-0.6-r1.ebuild
22 @@ -15,7 +15,7 @@ else
23 fi
24
25 DESCRIPTION="Suite to build Gentoo Reference Systems"
26 -HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}"
27 +HOMEPAGE="https://dev.gentoo.org/~blueness/grs"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31
32 diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild
33 index 3ff77b9b3a7..778fd58f212 100644
34 --- a/app-portage/grs/grs-0.7.ebuild
35 +++ b/app-portage/grs/grs-0.7.ebuild
36 @@ -19,7 +19,7 @@ else
37 fi
38
39 DESCRIPTION="Suite to build Gentoo Reference Systems"
40 -HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}"
41 +HOMEPAGE="https://dev.gentoo.org/~blueness/grs"
42
43 LICENSE="GPL-2"
44 SLOT="0"
45
46 diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild
47 index 2049ce78eaa..0f7a4781138 100644
48 --- a/app-portage/grs/grs-9999.ebuild
49 +++ b/app-portage/grs/grs-9999.ebuild
50 @@ -19,7 +19,7 @@ else
51 fi
52
53 DESCRIPTION="Suite to build Gentoo Reference Systems"
54 -HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}"
55 +HOMEPAGE="https://dev.gentoo.org/~blueness/grs"
56
57 LICENSE="GPL-2"
58 SLOT="0"