diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-29 19:22:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-29 21:02:34 +0200 |
commit | 668487a46c1a3d25246370eaf0af86f804698686 (patch) | |
tree | a2ee376240e320b1c3b821796bde0e84f7cf9d8d /dev-libs/libfstrcmp | |
parent | dev-util/rpmdevtools: drop 9.5 (diff) | |
download | gentoo-668487a46c1a3d25246370eaf0af86f804698686.tar.gz gentoo-668487a46c1a3d25246370eaf0af86f804698686.tar.bz2 gentoo-668487a46c1a3d25246370eaf0af86f804698686.zip |
dev-libs/libfstrcmp: drop 0.7
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libfstrcmp')
-rw-r--r-- | dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild deleted file mode 100644 index 91ebc6ed8a52..000000000000 --- a/dev-libs/libfstrcmp/libfstrcmp-0.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Make fuzzy comparisons of strings and byte arrays" -HOMEPAGE="http://fstrcmp.sourceforge.net/" - -LICENSE="GPL-3+" -IUSE="doc test" -SLOT="0" - -SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/fstrcmp-0.7.D001" -KEYWORDS="amd64 x86" - -DEPEND=" - sys-apps/groff - doc? ( app-text/ghostscript-gpl ) - test? ( app-text/ghostscript-gpl ) -" -RESTRICT="!test? ( test )" - -src_prepare() { - default - eautoreconf -} - -src_compile() { - emake all-bin - use doc && emake all-doc -} - -src_install() { - emake DESTDIR="${D}" install-bin install-include install-libdir install-man - use doc && emake DESTDIR="${D}" install-doc - einstalldocs -} |