diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-17 12:51:15 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-17 12:51:15 +0100 |
commit | dbdd79933eb29803233127e47b16b81d6fc44d8c (patch) | |
tree | 163415fad13c1db2c56ec1fe99b5ab635e390dea /sci-libs | |
parent | sci-libs/libsc: Remove old (diff) | |
download | gentoo-dbdd79933eb29803233127e47b16b81d6fc44d8c.tar.gz gentoo-dbdd79933eb29803233127e47b16b81d6fc44d8c.tar.bz2 gentoo-dbdd79933eb29803233127e47b16b81d6fc44d8c.zip |
sci-libs/libticonv: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libticonv/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libticonv/libticonv-1.1.4.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/sci-libs/libticonv/Manifest b/sci-libs/libticonv/Manifest index 62910082886d..25a7d26591ed 100644 --- a/sci-libs/libticonv/Manifest +++ b/sci-libs/libticonv/Manifest @@ -1,2 +1 @@ -DIST libticonv-1.1.4.tar.bz2 344616 BLAKE2B 38ab1d2c60873c8c544de13a605429212d75799d665470a2aabcde0f74bdd42a71b2ef7fce25cd41a691bb7f43ca68e0db8dce44643e22bea5db405865de80b8 SHA512 15ceb5acff888c841febc0d3ae96e3df649cce302b4ae2dc4ca150e3cb483337548fff0b32f0308bc759a08e6a167beaa8a2a4349f8ce47a2a7b62755a601018 DIST libticonv-1.1.5.tar.bz2 86036 BLAKE2B 494494f59c8fbdad183c2e7d4b66f3313ce1b968b5898b31da9bc3d54f73aafbe93ce676928dd9b986fa5eaafe12ad333e9dc0da2e3abf94bddfeebf481727e2 SHA512 ea589344a656c5c7d28ed45e8da36bf7b746b7a82d77a257ddd305e2ebdc34f0ae14a6090e991f47ef7ad37cdc8d7182181c705fb0814e671ef764ca2a6dc2bf diff --git a/sci-libs/libticonv/libticonv-1.1.4.ebuild b/sci-libs/libticonv/libticonv-1.1.4.ebuild deleted file mode 100644 index d36975c9db21..000000000000 --- a/sci-libs/libticonv/libticonv-1.1.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Charset conversion library 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="doc iconv static-libs" - -RDEPEND="dev-libs/glib:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) - -src_configure() { - local myeconfargs=( - $(use_enable iconv) - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - if use doc; then - dohtml docs/html/* - docinto charsets - dohtml docs/charsets/* - fi -} |