diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 19:31:32 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 19:31:32 +0100 |
commit | 031ceb4bc4a53dca5c20906459ff08b8c48f7c5e (patch) | |
tree | ee1b081d58989215ab12530f6cd38e58277a1649 /dev-ada/aunit | |
parent | Remove masked for removal packages (diff) | |
download | gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.gz gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.bz2 gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.zip |
Remove masked for removal packages
Diffstat (limited to 'dev-ada/aunit')
-rw-r--r-- | dev-ada/aunit/Manifest | 3 | ||||
-rw-r--r-- | dev-ada/aunit/aunit-1.05.ebuild | 50 | ||||
-rw-r--r-- | dev-ada/aunit/aunit-2.01.ebuild | 51 | ||||
-rw-r--r-- | dev-ada/aunit/aunit-2.03.ebuild | 51 | ||||
-rw-r--r-- | dev-ada/aunit/metadata.xml | 9 |
5 files changed, 0 insertions, 164 deletions
diff --git a/dev-ada/aunit/Manifest b/dev-ada/aunit/Manifest deleted file mode 100644 index 6cfe5d69f1e6..000000000000 --- a/dev-ada/aunit/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST aunit-1.05.tar.bz2 109000 SHA256 76a7240203ab708743bc40fe29209e04b3edbe429a4dfb35be580fc80d490b09 SHA512 3a51f3d614061bed124636852b3677f95a739b0ffc748d2f6570cd2bfcf73db36364504b07e4169e268861bdce5a22e2d3a467d809a8776a8e407e83a7364a77 WHIRLPOOL eb403e4e30887ae202302d8b26ba3909190bd05d721688cde685b98539eb37c4db52f9a07e9547be380d735593dfd349a2e4d1f55153d5b2cdb38d3caa0403fe -DIST aunit-2.01.tar.bz2 186622 SHA256 fca41d07a7e5a7f82e8f53fb8d579c250ae5436adf9f677dfa2d3f657453b8f9 SHA512 6a07745cc6d4027b48064240d9511634725201ed3f59f3adb6907ec3b58409cca472cd0790c364ceb412c14fec7633d62277cdaf94c66458fab5c11c8fe058bf WHIRLPOOL fea15eeece2023f6388e7ad9dafcdd93c1d263b8a356549d85189ab137868b7e7d7641cf72440dfb39c4ebba37bd19dd665e6d434b506b84882955aa04bd46a7 -DIST aunit-2.03.tar.bz2 218201 SHA256 b57862b01094e9db2d564aeb25377cf91a678802f4124e455a432e1ec8fb8367 SHA512 f3afb4ae05e493eb598368f223dc8dc1740ee11b58f00394b6bececba4a2c7409ed2b48bbc7104a4099ac919e51e741ebe2738133410274240ccecd23fb2ad7d WHIRLPOOL 4e3b46b8156fc25fb2f1270cb08273b81ed5e054c196453745a77a1e99302857b7ecd36a6c071981e7e09f1efc7cb5d1dac933053f60dd5828bb0aa62fc7570a diff --git a/dev-ada/aunit/aunit-1.05.ebuild b/dev-ada/aunit/aunit-1.05.ebuild deleted file mode 100644 index cf7eacee4d89..000000000000 --- a/dev-ada/aunit/aunit-1.05.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit gnat - -IUSE="" - -DESCRIPTION="Aunit, Ada unit testing framework" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -HOMEPAGE="https://libre.adacore.com/aunit/" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" -SLOT="0" - -DEPEND="virtual/ada" -RDEPEND="${DEPEND}" - -lib_compile() { - gnatmake -Paunit - gnatmake -Paunit_dyn -} - -lib_install() { - mv aunit/lib/* ${DL} - chmod 0444 ${DL}/*.ali -} - -src_install () { - dodir ${AdalibSpecsDir}/${PN} - insinto ${AdalibSpecsDir}/${PN} - doins aunit/*/*.ad? - - dodir ${AdalibDataDir}/${PN} - insinto ${AdalibDataDir}/${PN} - doins -r support/aunit.xml template/ - - #set up environment - echo "LDPATH=%DL%" > ${LibEnv} - echo "ADA_OBJECTS_PATH=%DL%" >> ${LibEnv} - echo "ADA_INCLUDE_PATH=/usr/include/ada/${PN}" >> ${LibEnv} - - gnat_src_install - - dodoc README docs/aunit.txt - dohtml docs/aunit.{html,css} - doinfo docs/aunit.info - cp -dPr test/ docs/aunit.pdf "${D}/usr/share/doc/${PF}" -} diff --git a/dev-ada/aunit/aunit-2.01.ebuild b/dev-ada/aunit/aunit-2.01.ebuild deleted file mode 100644 index 14a7c20a5e27..000000000000 --- a/dev-ada/aunit/aunit-2.01.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit gnat - -IUSE="" - -DESCRIPTION="Aunit, Ada unit testing framework" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -HOMEPAGE="https://libre.adacore.com/aunit/" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" -SLOT="0" - -DEPEND="virtual/ada" -RDEPEND="${DEPEND}" - -lib_compile() { - cd aunit - SUPPORT_EXCEPTION=yes SUPPORT_CALENDAR=yes gnatmake -Paunit_build - SUPPORT_EXCEPTION=yes SUPPORT_CALENDAR=yes gnatmake -Paunit_build_dyn -} - -lib_install() { - mv aunit/lib/* ${DL} - chmod 0444 ${DL}/*.ali -} - -src_install () { - dodir ${AdalibSpecsDir}/${PN} - insinto ${AdalibSpecsDir}/${PN} - doins aunit/*/*.ad? aunit/framework/*/*.ad? - - dodir ${AdalibDataDir}/${PN} - insinto ${AdalibDataDir}/${PN} - doins -r support/aunit.xml template/ - - #set up environment - echo "LDPATH=%DL%" > ${LibEnv} - echo "ADA_OBJECTS_PATH=%DL%" >> ${LibEnv} - echo "ADA_INCLUDE_PATH=/usr/include/ada/${PN}" >> ${LibEnv} - - gnat_src_install - - dodoc README docs/aunit.txt - dohtml docs/aunit.{html,css} - doinfo docs/aunit.info - cp -dPr test/ docs/aunit.pdf "${D}/usr/share/doc/${PF}" -} diff --git a/dev-ada/aunit/aunit-2.03.ebuild b/dev-ada/aunit/aunit-2.03.ebuild deleted file mode 100644 index 4df95e2f9b10..000000000000 --- a/dev-ada/aunit/aunit-2.03.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit gnat - -IUSE="" - -DESCRIPTION="Aunit, Ada unit testing framework" -SRC_URI="https://dev.gentoo.org/~george/src/${P}.tar.bz2" -HOMEPAGE="https://libre.adacore.com/aunit/" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" -SLOT="0" - -DEPEND="virtual/ada" -RDEPEND="${DEPEND}" - -lib_compile() { - cd aunit - SUPPORT_EXCEPTION=yes SUPPORT_CALENDAR=yes gnatmake -Paunit_build - SUPPORT_EXCEPTION=yes SUPPORT_CALENDAR=yes gnatmake -Paunit_build_dyn -} - -lib_install() { - mv aunit/lib/* ${DL} - chmod 0444 ${DL}/*.ali -} - -src_install () { - dodir ${AdalibSpecsDir}/${PN} - insinto ${AdalibSpecsDir}/${PN} - doins aunit/*/*.ad? aunit/framework/*/*.ad? - - dodir ${AdalibDataDir}/${PN} - insinto ${AdalibDataDir}/${PN} - doins -r support/aunit.xml template/ - - #set up environment - echo "LDPATH=%DL%" > ${LibEnv} - echo "ADA_OBJECTS_PATH=%DL%" >> ${LibEnv} - echo "ADA_INCLUDE_PATH=/usr/include/ada/${PN}" >> ${LibEnv} - - gnat_src_install - - dodoc README docs/aunit.txt - dohtml docs/aunit.{html,css} - doinfo docs/aunit.info - cp -dPr test/ docs/aunit.pdf "${D}/usr/share/doc/${PF}" -} diff --git a/dev-ada/aunit/metadata.xml b/dev-ada/aunit/metadata.xml deleted file mode 100644 index 2c93d7be153e..000000000000 --- a/dev-ada/aunit/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>ada@gentoo.org</email> - <name>Gentoo Resources for Ada</name> -</maintainer> -<longdescription>AUnit is a set of Ada packages based on the xUnit family of unit test frameworks. It's intended as a developer's tool to facilitate confident writing and evolution of Ada software. It is purposely lightweight, as one of its main goals is to make it easy to develop and run unit tests, rather than to generate artifacts for process management. The framework supports easy composition of sets of unit tests to provide flexibility in determining what tests to run for a given purpose.</longdescription> -</pkgmetadata> |