diff options
Diffstat (limited to 'dev-cpp/growler-link/growler-link-0.3.7.ebuild')
-rw-r--r-- | dev-cpp/growler-link/growler-link-0.3.7.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-cpp/growler-link/growler-link-0.3.7.ebuild b/dev-cpp/growler-link/growler-link-0.3.7.ebuild deleted file mode 100644 index 2810cf6e9..000000000 --- a/dev-cpp/growler-link/growler-link-0.3.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit fortran-2 - -DESCRIPTION="The lowest-level Growler library" -HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/" -SRC_URI="${HOMEPAGE}/downloads/growler-link-${PV}.tar.gz" - -SLOT="0" -LICENSE="NOSA" -KEYWORDS="~amd64 ~x86" -IUSE="doc fortran static-libs tcpd" - -RDEPEND=" - dev-libs/boost - tcpd? ( sys-apps/tcp-wrappers )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -PATCHES=( - "${FILESDIR}"/${PV}-gcc4.patch - "${FILESDIR}"/${PV}-gcc4.7.patch - ) - -src_configure() { - local myeconfargs=( - $(use_enable doc) - $(use_enable tcpd) - $(use_enable static-libs static) - ) - econf ${myeconfargs[@]} -} |