dev-ada/aunit: stabilize and remove old
authorTupone Alfredo <tupone@gentoo.org>
Sat, 10 Nov 2018 14:26:33 +0000 (15:26 +0100)
committerTupone Alfredo <tupone@gentoo.org>
Sat, 10 Nov 2018 14:26:54 +0000 (15:26 +0100)
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-ada/aunit/Manifest
dev-ada/aunit/aunit-2017.ebuild [deleted file]
dev-ada/aunit/aunit-2018.ebuild

index a7d6cd4b6b228654db1a4b8a082e9e4dad5fef4d..760c7773292eb7068de01218e6cd433c920a19b8 100644 (file)
@@ -1,2 +1 @@
-DIST aunit-gpl-2017-src.tar.gz 638311 BLAKE2B aa551202677983451d1c8c9f248d85d58f6de442797ee5a3c14d418de1cd8e9a58a82ee7b8bb5b64da924265ef26c64b5d69e86f0103f0721b2c6e007896f6bb SHA512 8aad7acc472af127d7c140fb80bd8f1e26866daba2817a436851704bb9048c8347284c5cf2dd05c0c65590cf05ff01d035c3612a698d19607347e961174b3ab4
 DIST aunit-gpl-2018-src.tar.gz 639544 BLAKE2B a7d7469b0ec4951517b113a794dca4399a27d6d5d848194fc5bfa7728a5cd04644e4b5f1247eb3cfbab64c0294502ac70cdd6e7052cd60b788c7892eddb4294e SHA512 3409b490978e9160e3ec2d9214d50f846c4c38f7a728cd4ff306d6454d1e0944023342f17a580b0449cb528f42d3c608adec58b61318284237d02b7f77498513
diff --git a/dev-ada/aunit/aunit-2017.ebuild b/dev-ada/aunit/aunit-2017.ebuild
deleted file mode 100644 (file)
index b56e557..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multiprocessing
-
-MYP=${PN}-gpl-${PV}-src
-
-DESCRIPTION="Ada unit testing framework"
-HOMEPAGE="http://libre.adacore.com/tools/aunit/"
-SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed000
-       -> ${MYP}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnat_2016 +gnat_2017"
-
-RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
-       gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )"
-DEPEND="${RDEPEND}
-       dev-ada/gprbuild[gnat_2016=,gnat_2017=]"
-
-REQUIRED_USE="^^ ( gnat_2016 gnat_2017 )"
-
-S="${WORKDIR}"/${MYP}
-
-PATCHES=( "${FILESDIR}"/${PN}-2016-gentoo.patch )
-
-src_compile() {
-       emake GPRBUILD="gprbuild -j$(makeopts_jobs)"
-}
-
-src_install() {
-       emake INSTALL="${D}"usr install
-       einstalldocs
-       mv "${D}"usr/share/doc/${PN}/* "${D}"usr/share/doc/${PF}/ || die
-       rmdir "${D}"usr/share/doc/${PN} || die
-       mv "${D}"usr/share/examples/${PN} "${D}"usr/share/doc/${PF}/examples || die
-       rmdir "${D}"usr/share/examples || die
-}
index 48583df18f6f08248d70f33c5653e2ae4b6ceb37..ccb8643f3730776fb3d263adc5b1f9cb28bac18c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819e0c7a447df26c27ab3
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2016 gnat_2017 +gnat_2018"
 
 RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )