From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- app-text/aiksaurus/aiksaurus-1.2.1.ebuild | 32 ------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 app-text/aiksaurus/aiksaurus-1.2.1.ebuild (limited to 'app-text/aiksaurus/aiksaurus-1.2.1.ebuild') diff --git a/app-text/aiksaurus/aiksaurus-1.2.1.ebuild b/app-text/aiksaurus/aiksaurus-1.2.1.ebuild deleted file mode 100644 index b0454f1c5135..000000000000 --- a/app-text/aiksaurus/aiksaurus-1.2.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit flag-o-matic libtool - -DESCRIPTION="A thesaurus lib, tool and database" -HOMEPAGE="https://sourceforge.net/projects/aiksaurus" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="gtk" - -RDEPEND="gtk? ( x11-libs/gtk+:2 )" -DEPEND="${RDEPEND} - gtk? ( virtual/pkgconfig )" - -PATCHES=( "${FILESDIR}/${P}-gcc43.patch" ) - -src_prepare() { - default - # Needed to make relink work on FreeBSD, without it won't install. - # Also needed for a sane .so versionning there. - elibtoolize -} - -src_configure() { - filter-flags -fno-exceptions - econf $(use_with gtk) -} -- cgit v1.2.3