sci-libs/libticonv: Removing EAPI 4 ebuild 1.1.3
authorGerhard Bräunlich <wippbox@gmx.net>
Fri, 13 Jan 2017 18:11:15 +0000 (19:11 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 15 Jan 2017 10:11:55 +0000 (11:11 +0100)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3454

sci-libs/libticonv/Manifest
sci-libs/libticonv/libticonv-1.1.3.ebuild [deleted file]

index 3bbdb5ace1b83728847990c7908350985a2e7b50..84ca5f84ce93e1f0839b6abf22260fd7cbbc889e 100644 (file)
@@ -1,3 +1,2 @@
-DIST libticonv-1.1.3.tar.bz2 343870 SHA256 330f8f649bc20e19b1d51372a107c132b088aa64561998abd9d336ca8672814a SHA512 94c44b7f2ff4e0cadcfaa2ae86563b330e3933d7543c9877c7e3a90de699fb38736fe92dceaf009a7a893d2d178eae4c46d81da4d917e86e247c52996616609a WHIRLPOOL 07f161727d7cd88def2c82c60b61f0b5d815bdab4a9135825beaf73ca5f90c0563292c3ddbc21843f09ddd377bda6197b09cedfeba080426a1699ca76136863a
 DIST libticonv-1.1.4.tar.bz2 344616 SHA256 1faecc71311bd95c94792cc72dd0844e7881a65156b006f045bb417eddd45183 SHA512 15ceb5acff888c841febc0d3ae96e3df649cce302b4ae2dc4ca150e3cb483337548fff0b32f0308bc759a08e6a167beaa8a2a4349f8ce47a2a7b62755a601018 WHIRLPOOL 7c3b1080809222f98ec519c76cc836c2efde8ada29bcdd26c9b8c2e6dc76b6b8f5aa3850c14f759e01293fb25a2a36676f5ef9662f90c630eab89a55f0d89709
 DIST libticonv-1.1.5.tar.bz2 86036 SHA256 316da6a73bf26b266dd23443882abc4c9fe7013edc3a53e5e301d525c2060878 SHA512 ea589344a656c5c7d28ed45e8da36bf7b746b7a82d77a257ddd305e2ebdc34f0ae14a6090e991f47ef7ad37cdc8d7182181c705fb0814e671ef764ca2a6dc2bf WHIRLPOOL fed46d36f583ac089d37c16be21a45c8d98fd963065f88a1e3f3a5ff46c3b371bec3f9a91c7e235d915ebc4e3616a5ef24aed6914c702e9c793eed9519ae840f
diff --git a/sci-libs/libticonv/libticonv-1.1.3.ebuild b/sci-libs/libticonv/libticonv-1.1.3.ebuild
deleted file mode 100644 (file)
index 5c24c77..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit multilib
-
-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() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_enable iconv)
-}
-
-src_install() {
-       default
-       if use doc; then
-               dohtml docs/html/*
-               docinto charsets
-               dohtml docs/charsets/*
-       fi
-       use static-libs || rm -f "${D}"/usr/$(get_libdir)/${PN}.la
-}