mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/opendylan: [QA] Port to git-r3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -5,20 +5,16 @@ EAPI=4
|
||||
|
||||
inherit autotools
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
DESCRIPTION="OpenDylan language runtime environment"
|
||||
|
||||
HOMEPAGE="http://opendylan.org"
|
||||
SRC_URI="http://opendylan.org/downloads/${PN}/${PV}/${P}-sources.tar.bz2"
|
||||
|
||||
LICENSE="Opendylan"
|
||||
SLOT="0"
|
||||
|
||||
# not tested on x86
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
IUSE=""
|
||||
RESTRICT="test"
|
||||
|
||||
# the boehm-gc check is "wrong" and reported upstream
|
||||
# but for now static-libs useflag is needed
|
||||
|
||||
@@ -5,20 +5,16 @@ EAPI=4
|
||||
|
||||
inherit autotools toolchain-funcs
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
DESCRIPTION="OpenDylan language runtime environment"
|
||||
|
||||
HOMEPAGE="http://opendylan.org"
|
||||
SRC_URI="http://opendylan.org/downloads/${PN}/${PV}/${P}-sources.tar.bz2"
|
||||
|
||||
LICENSE="Opendylan"
|
||||
SLOT="0"
|
||||
|
||||
# not tested on x86
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
IUSE=""
|
||||
RESTRICT="test"
|
||||
|
||||
# the boehm-gc check is "wrong" and reported upstream
|
||||
# but for now static-libs useflag is needed
|
||||
|
||||
@@ -5,20 +5,16 @@ EAPI=4
|
||||
|
||||
inherit autotools toolchain-funcs
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
DESCRIPTION="OpenDylan language runtime environment"
|
||||
|
||||
HOMEPAGE="http://opendylan.org"
|
||||
SRC_URI="http://opendylan.org/downloads/${PN}/${PV}/${P}-sources.tar.bz2"
|
||||
|
||||
LICENSE="Opendylan"
|
||||
SLOT="0"
|
||||
|
||||
# not tested on x86
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
IUSE=""
|
||||
RESTRICT="test"
|
||||
|
||||
# the boehm-gc check is "wrong" and reported upstream
|
||||
# but for now static-libs useflag is needed
|
||||
|
||||
@@ -3,20 +3,18 @@
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit autotools git-2
|
||||
EGIT_SUBMODULES=( '*' )
|
||||
EGIT_REPO_URI="https://github.com/dylan-lang/opendylan.git"
|
||||
|
||||
RESTRICT="test"
|
||||
inherit autotools git-r3
|
||||
|
||||
DESCRIPTION="OpenDylan language runtime environment"
|
||||
|
||||
HOMEPAGE="http://opendylan.org"
|
||||
EGIT_HAS_SUBMODULES="1"
|
||||
EGIT_REPO_URI="https://github.com/dylan-lang/opendylan.git"
|
||||
|
||||
LICENSE="Opendylan"
|
||||
SLOT="0"
|
||||
|
||||
IUSE=""
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="dev-libs/boehm-gc[threads]
|
||||
dev-lang/perl
|
||||
|
||||
Reference in New Issue
Block a user