diff options
author | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:35 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:35 +0100 |
commit | 677e18223af9cc75dc8997c66cc53eb7d75bfb38 (patch) | |
tree | 1f60463158be63d6ed3b582ea7d55af9114b0e30 /x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | |
parent | x11-libs/gtkmathview: update EAPI 6 -> 8 (diff) | |
download | gentoo-677e18223af9cc75dc8997c66cc53eb7d75bfb38.tar.gz gentoo-677e18223af9cc75dc8997c66cc53eb7d75bfb38.tar.bz2 gentoo-677e18223af9cc75dc8997c66cc53eb7d75bfb38.zip |
x11-libs/librfm: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/887423
Closes: https://bugs.gentoo.org/892129
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs/librfm/librfm-5.3.16.3-r1.ebuild')
-rw-r--r-- | x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild deleted file mode 100644 index cdb51d846231..000000000000 --- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -MY_P="${PN}5-${PV}" - -DESCRIPTION="The basic library used by some rfm applications, such as Rodent filemanager" -HOMEPAGE="http://xffm.org/libxffm.html" -SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.22.5:2 - >=dev-libs/libdbh-5.0.13 - >=dev-libs/libtubo-5.0.13 - >=dev-libs/libxml2-2.4.0:2 - >=dev-libs/libzip-0.9:0= - >=gnome-base/librsvg-2.26:2 - >=x11-libs/cairo-1.12.6[X] - >=x11-libs/gtk+-3.12:3[X] - >=x11-libs/pango-1.28.0[X] - !<x11-misc/rodent-5 -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - sed -i -e "s|-O2|${CFLAGS}|" m4/rfm-conditionals.m4 || die - eautoreconf -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} |