diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-24 03:13:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-24 03:13:06 +0100 |
commit | df34f425e5a83878afc9cdae88eeea6190983427 (patch) | |
tree | fb0eb561fe558b1e9eee68bbf494deb4140ef2bb /sci-libs/libtifiles2 | |
parent | media-gfx/povray: Drop 3.7.0.0, EAPI-5-- (diff) | |
download | gentoo-df34f425e5a83878afc9cdae88eeea6190983427.tar.gz gentoo-df34f425e5a83878afc9cdae88eeea6190983427.tar.bz2 gentoo-df34f425e5a83878afc9cdae88eeea6190983427.zip |
sci-libs/libtifiles2: Drop 1.1.6-r1, EAPI-5--
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/libtifiles2')
-rw-r--r-- | sci-libs/libtifiles2/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libtifiles2/libtifiles2-1.1.6-r1.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/sci-libs/libtifiles2/Manifest b/sci-libs/libtifiles2/Manifest index e6d3eb8c3acf..87c03e569953 100644 --- a/sci-libs/libtifiles2/Manifest +++ b/sci-libs/libtifiles2/Manifest @@ -1,2 +1 @@ -DIST libtifiles2-1.1.6.tar.bz2 390447 BLAKE2B 182bd59aa5b45d2f86c64fb17b9ae9de6246cd6ffcd719069d7b94e67a5b5a2d674cbe0824f68a6492aa9844941bb74a59c2f81bea85a460f0463b962e81eb73 SHA512 abc40275e7af921a67b658c6b6aa8ec511e965a3e9e00fcdc676c2b85e1d95dbae0f118e127e0806950d26afde9949251e47eb85af04d8f8ecca777dc3afcd23 DIST libtifiles2-1.1.7.tar.bz2 122454 BLAKE2B 1ae51ccde4a5a9127b015b6fa5ad4d446e56b473330a3d220c6a6b7cb333161e9e9d80cae7ac8985beb0e844ce21ffdc4713847d69986b6d7f5506a5a6b1545f SHA512 e2ef4de0ce8c78f0da4098ec618a7194f9b94a028f9cb54a0ea1c29c00028d7cf144a067d8aaf8010ad094378b6426d05621d530cfbfa05f793f6c1ed41fcaef 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/* -} |