diff options
Diffstat (limited to 'dev-cpp/growler-thread/growler-thread-0.3.4.ebuild')
-rw-r--r-- | dev-cpp/growler-thread/growler-thread-0.3.4.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild b/dev-cpp/growler-thread/growler-thread-0.3.4.ebuild deleted file mode 100644 index 6a4ec1118..000000000 --- a/dev-cpp/growler-thread/growler-thread-0.3.4.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="Pthread wrapper library" -HOMEPAGE="http://www.nas.nasa.gov/~bgreen/growler/" -SRC_URI="${HOMEPAGE}/downloads/growler-thread-${PV}.tar.gz" - -SLOT="0" -LICENSE="NOSA" -KEYWORDS="~amd64 ~x86" -IUSE="doc static-libs" - -RDEPEND=">=dev-cpp/growler-link-0.3.7" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -DOCS=( README NEWS AUTHORS NOSA ChangeLog ) - -src_configure() { - econf \ - $(use_enable doc) \ - $(use_enable static-libs static) \ - --enable-fast-install -} |