From f70a1bfc721336d4fc7dfb711c2f518a6b18cf16 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 30 Sep 2020 17:27:54 +0100 Subject: gentoo resync : 30.09.2020 --- sci-libs/libticables2/libticables2-1.3.3-r1.ebuild | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 sci-libs/libticables2/libticables2-1.3.3-r1.ebuild (limited to 'sci-libs/libticables2/libticables2-1.3.3-r1.ebuild') diff --git a/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild b/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild deleted file mode 100644 index 6696e6c73d35..000000000000 --- a/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib - -DESCRIPTION="Library to handle different link cables for 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="debug doc nls static-libs usb" - -RDEPEND=" - dev-libs/glib:2 - usb? ( virtual/libusb:1 ) - nls? ( virtual/libintl )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) - -src_configure() { - # --disable-libusb $(use_enable usb libusb10) would enable virtual/libusb:1 - econf \ - --disable-rpath \ - $(use_enable debug logging) \ - $(use_enable nls) \ - $(use_enable static-libs static) \ - $(use_enable usb libusb) \ - $(use_enable usb libusb10) -} - -src_install() { - default - use doc && dohtml docs/html/* - use static-libs || rm -f "${ED}"/usr/$(get_libdir)/${PN}.la -} - -pkg_postinst() { - elog "Please read README in /usr/share/doc/${PF}" - elog "if you encounter any problem with a link cable" -} -- cgit v1.2.3