Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ucpp/
Date: Sat, 10 Aug 2019 05:08:51
Message-Id: 1565413713.1556bfd777eb9d4ed6bb53324ce2dcffba8cebeb.juippis@gentoo
1 commit: 1556bfd777eb9d4ed6bb53324ce2dcffba8cebeb
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 28 07:22:55 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 05:08:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1556bfd7
7
8 sys-devel/ucpp: update HOMEPAGE, metadata
9
10 Closes: https://bugs.gentoo.org/679300
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/11847
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 sys-devel/ucpp/metadata.xml | 5 ++++-
16 sys-devel/ucpp/ucpp-1.3.4.ebuild | 3 +--
17 2 files changed, 5 insertions(+), 3 deletions(-)
18
19 diff --git a/sys-devel/ucpp/metadata.xml b/sys-devel/ucpp/metadata.xml
20 index 8e3addd4818..834ac83006d 100644
21 --- a/sys-devel/ucpp/metadata.xml
22 +++ b/sys-devel/ucpp/metadata.xml
23 @@ -5,8 +5,11 @@
24 <email>office@g.o</email>
25 <name>Gentoo Office project</name>
26 </maintainer>
27 -<maintainer type="project">
28 + <maintainer type="project">
29 <email>sci@g.o</email>
30 <name>Gentoo Science Project</name>
31 </maintainer>
32 + <upstream>
33 + <remote-id type="gitlab">scarabeusiv/ucpp</remote-id>
34 + </upstream>
35 </pkgmetadata>
36
37 diff --git a/sys-devel/ucpp/ucpp-1.3.4.ebuild b/sys-devel/ucpp/ucpp-1.3.4.ebuild
38 index 3886413bf1b..c7e8b1fec9e 100644
39 --- a/sys-devel/ucpp/ucpp-1.3.4.ebuild
40 +++ b/sys-devel/ucpp/ucpp-1.3.4.ebuild
41 @@ -4,9 +4,8 @@
42 EAPI=7
43
44 DESCRIPTION="A quick and light preprocessor, but anyway fully compliant to C99"
45 -HOMEPAGE="https://code.google.com/p/ucpp/"
46 +HOMEPAGE="https://gitlab.com/scarabeusiv/ucpp"
47 SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
48 -
49 LICENSE="BSD"
50 SLOT="0"
51 KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux"