commit: d6374cff722eafae1ea6b2839868acf262372731 Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me> AuthorDate: Sun Feb 4 15:08:53 2024 +0000 Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me> CommitDate: Sun Feb 4 15:11:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=d6374cff
dev-util/dcd: stabilize 0.15.2 for amd64, x86 Additionally add github upstream to metadata.xml. Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me> dev-util/dcd/dcd-0.15.2.ebuild | 6 +++--- dev-util/dcd/metadata.xml | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/dev-util/dcd/dcd-0.15.2.ebuild b/dev-util/dcd/dcd-0.15.2.ebuild index 764505b..c7c8c61 100644 --- a/dev-util/dcd/dcd-0.15.2.ebuild +++ b/dev-util/dcd/dcd-0.15.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dlang-community/DCD" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="systemd" CONTAINERS="116a02872039efbd0289828cd5eeff6f60bdf539" @@ -24,7 +24,7 @@ SRC_URI=" " S="${WORKDIR}/DCD-${PV}" -DLANG_VERSION_RANGE="2.095-" +DLANG_VERSION_RANGE="2.095-2.106" DLANG_PACKAGE_TYPE="single" inherit dlang systemd bash-completion-r1 diff --git a/dev-util/dcd/metadata.xml b/dev-util/dcd/metadata.xml index 920817d..1abb09a 100644 --- a/dev-util/dcd/metadata.xml +++ b/dev-util/dcd/metadata.xml @@ -1,3 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata/> \ No newline at end of file +<pkgmetadata> + <upstream> + <remote-id type="github">dlang-community/DCD</remote-id> + </upstream> +</pkgmetadata>
