aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/soltrack/soltrack-2.2.ebuild')
-rw-r--r--sci-astronomy/soltrack/soltrack-2.2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sci-astronomy/soltrack/soltrack-2.2.ebuild b/sci-astronomy/soltrack/soltrack-2.2.ebuild
deleted file mode 100644
index 6904eae..0000000
--- a/sci-astronomy/soltrack/soltrack-2.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="A simple, free, fast and accurate routine to compute the position of the Sun"
-HOMEPAGE="http://soltrack.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use static-libs CREATE_STATICLIB)
- )
- cmake-utils_src_configure
-}