diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-04-28 09:22:55 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-08-10 08:08:33 +0300 |
commit | 1556bfd777eb9d4ed6bb53324ce2dcffba8cebeb (patch) | |
tree | 738d005cd4a12c0b1d1ef532b4e8c2732fcadbc3 /sys-devel/ucpp | |
parent | app-emulation/docker-credential-helpers: add 0.6.3 (diff) | |
download | gentoo-1556bfd777eb9d4ed6bb53324ce2dcffba8cebeb.tar.gz gentoo-1556bfd777eb9d4ed6bb53324ce2dcffba8cebeb.tar.bz2 gentoo-1556bfd777eb9d4ed6bb53324ce2dcffba8cebeb.zip |
sys-devel/ucpp: update HOMEPAGE, metadata
Closes: https://bugs.gentoo.org/679300
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11847
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-devel/ucpp')
-rw-r--r-- | sys-devel/ucpp/metadata.xml | 5 | ||||
-rw-r--r-- | sys-devel/ucpp/ucpp-1.3.4.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-devel/ucpp/metadata.xml b/sys-devel/ucpp/metadata.xml index 8e3addd48188..834ac83006d0 100644 --- a/sys-devel/ucpp/metadata.xml +++ b/sys-devel/ucpp/metadata.xml @@ -5,8 +5,11 @@ <email>office@gentoo.org</email> <name>Gentoo Office project</name> </maintainer> -<maintainer type="project"> + <maintainer type="project"> <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> </maintainer> + <upstream> + <remote-id type="gitlab">scarabeusiv/ucpp</remote-id> + </upstream> </pkgmetadata> diff --git a/sys-devel/ucpp/ucpp-1.3.4.ebuild b/sys-devel/ucpp/ucpp-1.3.4.ebuild index 3886413bf1ba..c7e8b1fec9e8 100644 --- a/sys-devel/ucpp/ucpp-1.3.4.ebuild +++ b/sys-devel/ucpp/ucpp-1.3.4.ebuild @@ -4,9 +4,8 @@ EAPI=7 DESCRIPTION="A quick and light preprocessor, but anyway fully compliant to C99" -HOMEPAGE="https://code.google.com/p/ucpp/" +HOMEPAGE="https://gitlab.com/scarabeusiv/ucpp" SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" - LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86 ~amd64-linux" |