commit:     5cd931fea9f69ad1dd6ca5875c482286a08940fd
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Jan 13 18:48:03 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:12:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd931fe

sci-libs/libtifiles2: Removing EAPI 4 file 1.1.5

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3455

 sci-libs/libtifiles2/Manifest                 |  1 -
 sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild | 45 ---------------------------
 2 files changed, 46 deletions(-)

diff --git a/sci-libs/libtifiles2/Manifest b/sci-libs/libtifiles2/Manifest
index 55ef3d4..006519e 100644
--- a/sci-libs/libtifiles2/Manifest
+++ b/sci-libs/libtifiles2/Manifest
@@ -1,3 +1,2 @@
-DIST libtifiles2-1.1.5.tar.bz2 460500 SHA256 
4e701c98863c778c3f6fa465e426af23df88c9feee6fc9a9ca224a629a91e274 SHA512 
77bae380dafc9c127f032ff6d09674a13d3327f992564a25ce2172d0897dc51ee1b7adf2e2d7ae170dd482add3f71d793bb9857e1b6f3a6e5ddc54a18c5680e3
 WHIRLPOOL 
14f0a9edb4f81a9fb0e820c1af192a47a98abcdf1e644c510e1955477f1b786cd9db96e08813124e2f2b634dc28f9fe6246367184221e94634eb4a1d690e17da
 DIST libtifiles2-1.1.6.tar.bz2 390447 SHA256 
ec4d6acd1d135ee04256d04a5e1512c1ccaf82ad01e48f5e24d5c4da31ce898f SHA512 
abc40275e7af921a67b658c6b6aa8ec511e965a3e9e00fcdc676c2b85e1d95dbae0f118e127e0806950d26afde9949251e47eb85af04d8f8ecca777dc3afcd23
 WHIRLPOOL 
40b6973ccdf141f4079790a40731997bd93518284007d16c2fca5e4d54ffab900f72394111471b4174f37fcddefbcff9bde7e0709e19f88c86b9cd8fd5664554
 DIST libtifiles2-1.1.7.tar.bz2 122454 SHA256 
9ac63b49e97b09b30b37bbc84aeb15fa7967bceb944e56141c5cd5a528acc982 SHA512 
e2ef4de0ce8c78f0da4098ec618a7194f9b94a028f9cb54a0ea1c29c00028d7cf144a067d8aaf8010ad094378b6426d05621d530cfbfa05f793f6c1ed41fcaef
 WHIRLPOOL 
ddc3269e7cf9bc1eb45b55f182b94d2c4ea20666455d5280b71b0e4d0f6244c857896234685700228d8c2465ac09074e672e67f102339e4bbda9ceb5893dc14c

diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild 
b/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild
deleted file mode 100644
index 3f09fda..00000000
--- a/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit multilib
-
-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="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() {
-       sed -e '/define _ZLIBIOAPI_H/ a#define OF(x) x' \
-               -i src/minizip/ioapi.h || die #403387
-}
-
-src_configure() {
-       econf \
-               --disable-rpath \
-               $(use_enable nls) \
-               $(use_enable static-libs static)
-}
-
-src_install() {
-       default
-       use doc && dohtml docs/html/*
-       use static-libs || rm -f "${D}"/usr/$(get_libdir)/${PN}.la
-}

Reply via email to