diff options
Diffstat (limited to 'sci-libs/libdap/libdap-3.17.0.ebuild')
-rw-r--r-- | sci-libs/libdap/libdap-3.17.0.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-libs/libdap/libdap-3.17.0.ebuild b/sci-libs/libdap/libdap-3.17.0.ebuild deleted file mode 100644 index df92add0b7e3..000000000000 --- a/sci-libs/libdap/libdap-3.17.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Implementation of a C++ SDK for DAP 2.0 and 3.2" -HOMEPAGE="http://opendap.org/" -SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz" - -LICENSE="|| ( LGPL-2.1 URI )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs test" - -# needs network connection -# FAIL: getdapTest -RESTRICT="test" - -RDEPEND=" - dev-libs/libxml2:2 - net-misc/curl - sys-libs/zlib -" - -DEPEND="${RDEPEND} - test? ( dev-util/cppunit ) -" - -DOCS=( README NEWS README.dodsrc ) |