diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 10:40:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 11:20:41 +0100 |
commit | 1ad1cd7f2987ed18ee6faef7f63665fe9a98832f (patch) | |
tree | 6aafb290822e99541da783d979a66302d54f9857 /app-text/aiksaurus | |
parent | app-shells/loksh: drop 7.0 (diff) | |
download | gentoo-1ad1cd7f2987ed18ee6faef7f63665fe9a98832f.tar.gz gentoo-1ad1cd7f2987ed18ee6faef7f63665fe9a98832f.tar.bz2 gentoo-1ad1cd7f2987ed18ee6faef7f63665fe9a98832f.zip |
app-text/aiksaurus: drop 1.2.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/aiksaurus')
-rw-r--r-- | app-text/aiksaurus/aiksaurus-1.2.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
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) -} |