diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 12:36:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 12:48:34 +0200 |
commit | 84c21818e857f6127a8edd8769d3f07e2c9b2502 (patch) | |
tree | 744faaac063b8d34897db752ed2ea2cad10e397c /app-text/sdcv | |
parent | x11-terms/sakura: Drop 3.3.4 (diff) | |
download | gentoo-84c21818e857f6127a8edd8769d3f07e2c9b2502.tar.gz gentoo-84c21818e857f6127a8edd8769d3f07e2c9b2502.tar.bz2 gentoo-84c21818e857f6127a8edd8769d3f07e2c9b2502.zip |
app-text/sdcv: Drop 0.5.0_beta2 (r0)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-text/sdcv')
-rw-r--r-- | app-text/sdcv/sdcv-0.5.0_beta2.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-text/sdcv/sdcv-0.5.0_beta2.ebuild b/app-text/sdcv/sdcv-0.5.0_beta2.ebuild deleted file mode 100644 index 84bd106223f1..000000000000 --- a/app-text/sdcv/sdcv-0.5.0_beta2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Console version of Stardict program" -HOMEPAGE="http://sdcv.sourceforge.net" -MY_PV="${PV/_beta/-beta}-Source" -MY_PF="${PN}-${MY_PV}" -S="${WORKDIR}/${MY_PF}" -SRC_URI="mirror://sourceforge/${PN}/${MY_PF}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND="sys-libs/zlib - sys-libs/readline:= - >=dev-libs/glib-2.6.1" -DEPEND="${RDEPEND} - nls? ( >=sys-devel/gettext-0.14.1 )" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with nls) - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - cmake-utils_src_compile lang -} - -src_install() { - cmake-utils_src_install - dodoc AUTHORS NEWS -} |