commit: a140e47f3c1e6f830b5a2ae4cc402ada1a6326b1 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Dec 25 19:05:33 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Dec 25 19:17:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a140e47f
dev-lang/opendylan: [QA] Port to git-r3 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-lang/opendylan/opendylan-2013.1-r1.ebuild | 6 +----- dev-lang/opendylan/opendylan-2013.2.ebuild | 6 +----- dev-lang/opendylan/opendylan-2014.1.ebuild | 6 +----- dev-lang/opendylan/opendylan-9999.ebuild | 10 ++++------ 4 files changed, 7 insertions(+), 21 deletions(-) diff --git a/dev-lang/opendylan/opendylan-2013.1-r1.ebuild b/dev-lang/opendylan/opendylan-2013.1-r1.ebuild index 7fcf1bf9ed3..a5a3a00fc97 100644 --- a/dev-lang/opendylan/opendylan-2013.1-r1.ebuild +++ b/dev-lang/opendylan/opendylan-2013.1-r1.ebuild @@ -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 diff --git a/dev-lang/opendylan/opendylan-2013.2.ebuild b/dev-lang/opendylan/opendylan-2013.2.ebuild index 6b3cea128a9..1d752a9bd30 100644 --- a/dev-lang/opendylan/opendylan-2013.2.ebuild +++ b/dev-lang/opendylan/opendylan-2013.2.ebuild @@ -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 diff --git a/dev-lang/opendylan/opendylan-2014.1.ebuild b/dev-lang/opendylan/opendylan-2014.1.ebuild index b3508943a92..6bced74464e 100644 --- a/dev-lang/opendylan/opendylan-2014.1.ebuild +++ b/dev-lang/opendylan/opendylan-2014.1.ebuild @@ -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 diff --git a/dev-lang/opendylan/opendylan-9999.ebuild b/dev-lang/opendylan/opendylan-9999.ebuild index f77e1cf2bc2..6315b304da3 100644 --- a/dev-lang/opendylan/opendylan-9999.ebuild +++ b/dev-lang/opendylan/opendylan-9999.ebuild @@ -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
