diff options
Diffstat (limited to 'dev-cpp/tclap/tclap-1.2.1.ebuild')
| -rw-r--r-- | dev-cpp/tclap/tclap-1.2.1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-cpp/tclap/tclap-1.2.1.ebuild b/dev-cpp/tclap/tclap-1.2.1.ebuild deleted file mode 100644 index 10640380338c..000000000000 --- a/dev-cpp/tclap/tclap-1.2.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -inherit eutils - -DESCRIPTION="Simple templatized C++ library for parsing command line arguments" -HOMEPAGE="https://sourceforge.net/projects/tclap/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc x86 ~amd64-linux" -IUSE="doc" - -DEPEND="doc? ( app-doc/doxygen )" - -src_configure() { - econf $(use_enable doc doxygen) -} - -src_install() { - emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}/html" install -} |
