From d7ed2b01311f15ba54fe8ea872aab7d59ab2b193 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 29 Jan 2021 18:03:51 +0000 Subject: gentoo resync : 29.01.2021 --- sci-libs/libtifiles2/Manifest | 2 - sci-libs/libtifiles2/libtifiles2-1.1.6-r1.ebuild | 47 ------------------------ 2 files changed, 49 deletions(-) delete mode 100644 sci-libs/libtifiles2/libtifiles2-1.1.6-r1.ebuild (limited to 'sci-libs/libtifiles2') diff --git a/sci-libs/libtifiles2/Manifest b/sci-libs/libtifiles2/Manifest index 979598312f18..8f1c4f35b0e8 100644 --- a/sci-libs/libtifiles2/Manifest +++ b/sci-libs/libtifiles2/Manifest @@ -1,5 +1,3 @@ -DIST libtifiles2-1.1.6.tar.bz2 390447 BLAKE2B 182bd59aa5b45d2f86c64fb17b9ae9de6246cd6ffcd719069d7b94e67a5b5a2d674cbe0824f68a6492aa9844941bb74a59c2f81bea85a460f0463b962e81eb73 SHA512 abc40275e7af921a67b658c6b6aa8ec511e965a3e9e00fcdc676c2b85e1d95dbae0f118e127e0806950d26afde9949251e47eb85af04d8f8ecca777dc3afcd23 DIST libtifiles2-1.1.7.tar.bz2 122454 BLAKE2B 1ae51ccde4a5a9127b015b6fa5ad4d446e56b473330a3d220c6a6b7cb333161e9e9d80cae7ac8985beb0e844ce21ffdc4713847d69986b6d7f5506a5a6b1545f SHA512 e2ef4de0ce8c78f0da4098ec618a7194f9b94a028f9cb54a0ea1c29c00028d7cf144a067d8aaf8010ad094378b6426d05621d530cfbfa05f793f6c1ed41fcaef -EBUILD libtifiles2-1.1.6-r1.ebuild 968 BLAKE2B 8f64170d459619c9824c571cecb61f194b8c88a0860ac1f41c10e128e2a3b7f8a17c58c78037b7436ed231951d1053e22d2b35cf6483f8f0c9257e5a91c74a0a SHA512 1d90214dc84adcec0d76c2e9a8f5efb4d517abbba8f35a5ac33e30ca35fda7c4c584cbcb8054959bac05196d7b887796cb0be71e0a09348b7e939f5ed44ebfb2 EBUILD libtifiles2-1.1.7.ebuild 902 BLAKE2B 3abac43d194cb3d05af02c4e65ab75293278e54b532ffaaefdcf590924327811a0d13bbe70b001d17dfae86588df6a146b381b3ec6729ab1e75c380efcc2c786 SHA512 023447c2ab16041bb8c638c17c26ae2ee504869b2d5bcc1a5e5b4b7538bcd8c7484ac79ff5da3495e4f752720479e93558a2659886e9d4b290905d7e75168326 MISC metadata.xml 690 BLAKE2B 1133dcf45df0e6543185f2c100d8f4a5f96ff4a684c0d5e00260ac488b024424a6cf06733809ba4fadbd304c53871659aa762806f070852951f3db6cc2d65c20 SHA512 cf23ec955770b70eecd478cc2ddc421185d1dc150062c614387a74d040f01f502f0aecd3e28d3aa61e65c7ce89069db75e99286d9b25498410d83ea5b731b467 diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.6-r1.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.6-r1.ebuild deleted file mode 100644 index 6ccf9e28bc6a..000000000000 --- a/sci-libs/libtifiles2/libtifiles2-1.1.6-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Library for TI calculator files" -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=" - app-arch/libarchive - dev-libs/glib:2 - >=sci-libs/libticables2-1.3.3 - >=sci-libs/libticonv-1.1.3 - nls? ( virtual/libintl )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt ) - -src_prepare() { - cd src - sed -i -e "s|types\*.h|$(echo types*.h)|" Makefile.in || die - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --disable-rpath - $(use_enable nls) - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - use doc && dohtml docs/html/* -} -- cgit v1.2.3