mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/mercury-extras: drop unused multilib.eclass
Closes: https://bugs.gentoo.org/933817 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
committed by
Florian Schmaus
parent
9f82b53b18
commit
73ee547e3f
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit multilib vcs-clean
|
||||
inherit vcs-clean
|
||||
|
||||
PATCHSET_VER="1"
|
||||
MY_P=mercury-srcdist-${PV}
|
||||
@@ -12,6 +12,7 @@ DESCRIPTION="Additional libraries and tools that are not part of the Mercury sta
|
||||
HOMEPAGE="https://www.mercurylang.org/index.html"
|
||||
SRC_URI="https://dl.mercurylang.org/release/${MY_P}.tar.gz
|
||||
https://dev.gentoo.org/~keri/distfiles/mercury-extras/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"
|
||||
S="${WORKDIR}"/${MY_P}/extras
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="0"
|
||||
@@ -41,8 +42,6 @@ RDEPEND="
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}"/${MY_P}/extras
|
||||
|
||||
mercury_pkgs() {
|
||||
echo "
|
||||
align_right/align_right:bin:
|
||||
|
||||
Reference in New Issue
Block a user