diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 19:45:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 19:59:31 +0100 |
commit | 5cb7dd8c750925bde155476da497cc52ba05b85d (patch) | |
tree | 5c47f4b4c0af4f370d15e25ddce03a028c8adaf6 /dev-cpp/tclap | |
parent | app-text/ocrad: drop 0.26 (diff) | |
download | gentoo-5cb7dd8c750925bde155476da497cc52ba05b85d.tar.gz gentoo-5cb7dd8c750925bde155476da497cc52ba05b85d.tar.bz2 gentoo-5cb7dd8c750925bde155476da497cc52ba05b85d.zip |
dev-cpp/tclap: drop 1.2.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/tclap')
-rw-r--r-- | dev-cpp/tclap/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/tclap/tclap-1.2.2.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-cpp/tclap/Manifest b/dev-cpp/tclap/Manifest index 03f98edcb5c8..22a9096c51c6 100644 --- a/dev-cpp/tclap/Manifest +++ b/dev-cpp/tclap/Manifest @@ -1,2 +1 @@ -DIST tclap-1.2.2.tar.gz 231714 BLAKE2B 94fc3d5253c08a305e5f75f6b4b7ab556e94980193502b64665ff828609cde20f340e3fe18cef12011da07ae2db2c2bb52a08f112d052d74c45be8290d525092 SHA512 516ec17f82a61277922bc8c0ed66973300bf42a738847fbbd2912c6405c34f94a13e47dc964854a5b26a9a9f1f518cce682ca54e769d6016851656c647866107 DIST tclap-1.2.5.tar.gz 4140723 BLAKE2B e3b48dc602ddd64887ca7764008e2ac406866fd7c17bd5b6f31e248b43f18ed6b1c8415fc29a505b3035befcb9716b3259680c7e53a51ad9df107e1cbad92eea SHA512 3b5b3d76e8ff21133001f5f9589fa6ec143729909bf0b9cc9934377bce178360c161fb5c1f4c4d9e9c74b09cff3d65f1d5100e61d4a732283524a78b6f236b10 diff --git a/dev-cpp/tclap/tclap-1.2.2.ebuild b/dev-cpp/tclap/tclap-1.2.2.ebuild deleted file mode 100644 index 60b7212faf46..000000000000 --- a/dev-cpp/tclap/tclap-1.2.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2007-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Simple templatized C++ library for parsing command line arguments" -HOMEPAGE="http://tclap.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux" -IUSE="doc" - -BDEPEND="doc? ( app-doc/doxygen )" - -src_configure() { - econf $(use_enable doc doxygen) -} - -src_test() { - emake -j1 check -} - -src_install() { - emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}/html" install -} |