diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-util/shunit2 | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/shunit2')
-rw-r--r-- | dev-util/shunit2/Manifest | 3 | ||||
-rw-r--r-- | dev-util/shunit2/metadata.xml | 14 | ||||
-rw-r--r-- | dev-util/shunit2/shunit2-2.1.6-r1.ebuild | 26 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-util/shunit2/Manifest b/dev-util/shunit2/Manifest deleted file mode 100644 index 54dd62418803..000000000000 --- a/dev-util/shunit2/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST shunit2-2.1.6.tgz 61558 BLAKE2B 0568dbe6ff9234346d85925a7f27dc2c8e9003a3266ef0bf7c1bb5f73e06ce758c7ff82933899c9a99e37c189d2efdc111fe5132c69a4d80535dc4d14b7ec8d5 SHA512 c78cf349d72a9048e4932108a62b2d1873019b9b1909c3fb1bd7e873e7bb62df58c1941d916508dc60ef6ba0261a2bc6ee9e25d654eefdcce997682f2bc748d7 -EBUILD shunit2-2.1.6-r1.ebuild 547 BLAKE2B f85d146421c60c42669c418c596cb078b3ac1b402d8bd4687d684a9c3e56a8ee0fe2994cf7cd3e69f437e7a87bf1ed60cf8809220d69841eaf3932feebbd6b07 SHA512 617fdbc114ac334c52fbfa0d5580a062799f8aebf03a16398ef786f8ffd28140273161d18b468665f8dd2ccce93d43d93c10f1170c8e6d8573ce8124935b8251 -MISC metadata.xml 554 BLAKE2B fa966d5f0a498ec0c3327ce604f1a628120c138510890a59c0bc12fd955300cd2e399d6e36fa9720138713a5365751051ce83cd743bc7aabaddda65f5b08e446 SHA512 a548ed7c3551878031b1df0a9c45886e46271034f477f1c34ed1cea69c750176875a61ad526ecc59df5a59aa5c22fc0948ca2cf831feee5bb1178cfb76849dea diff --git a/dev-util/shunit2/metadata.xml b/dev-util/shunit2/metadata.xml deleted file mode 100644 index 45da850feec0..000000000000 --- a/dev-util/shunit2/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription> - shUnit2 is a xUnit unit test framework for Bourne based shell scripts, and - it is designed to work in a similar manner to JUnit, PyUnit, etc. If you - have ever had the desire to write a unit test for a shell script, shUnit2 - can do the job. - </longdescription> - <upstream> - <remote-id type="google-code">shunit2</remote-id> - <remote-id type="github">kward/shunit2</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild b/dev-util/shunit2/shunit2-2.1.6-r1.ebuild deleted file mode 100644 index dd75e0e1c249..000000000000 --- a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Unit-test framework for Bourne-based shell scripts" -HOMEPAGE="https://github.com/kward/shunit2" -SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -src_install() { - dobin src/shunit2 - - # For backwards compat to <=2.1.5 - dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2 - - dodoc -r examples - dodoc doc/*.txt - - docinto html - dodoc doc/*.{html,css} -} |