diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-17 12:51:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-17 12:51:16 +0100 |
commit | 140ac9b1164e5ee61057596de03fb56b642b463e (patch) | |
tree | a6c4e9687ea7253ec5b638b55e0f4116b1c606fb /sci-libs/libticalcs2/libticalcs2-1.1.8.ebuild | |
parent | sci-libs/libticonv: Remove old (diff) | |
download | gentoo-140ac9b1164e5ee61057596de03fb56b642b463e.tar.gz gentoo-140ac9b1164e5ee61057596de03fb56b642b463e.tar.bz2 gentoo-140ac9b1164e5ee61057596de03fb56b642b463e.zip |
sci-libs/libticalcs2: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/libticalcs2/libticalcs2-1.1.8.ebuild')
-rw-r--r-- | sci-libs/libticalcs2/libticalcs2-1.1.8.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-libs/libticalcs2/libticalcs2-1.1.8.ebuild b/sci-libs/libticalcs2/libticalcs2-1.1.8.ebuild deleted file mode 100644 index c40ed386d70d..000000000000 --- a/sci-libs/libticalcs2/libticalcs2-1.1.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Library for communication with TI calculators" -HOMEPAGE="http://lpg.ticalc.org/prj_tilp/" -SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc nls static-libs" - -RDEPEND=" - dev-libs/glib:2 - >=sci-libs/libticables2-1.3.3 - >=sci-libs/libticonv-1.1.3 - >=sci-libs/libtifiles2-1.1.5 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) - -src_configure() { - local myeconfargs=( - --disable-rpath - $(use_enable nls) - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - use doc && dohtml docs/html/* -} |