diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2016-09-23 10:36:16 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-24 15:30:39 +0200 |
commit | 6943e3b45ac81c6ed5ebfdbe1e33a1ea317fcaa6 (patch) | |
tree | 3146711f06a69376301be9f6cc8e3d818f0cc1d3 /sci-visualization/fig2sxd/fig2sxd-0.21.ebuild | |
parent | sci-visualization/fig2sxd: Version bump to 0.22.1 + EAPI bump to 6 (diff) | |
download | gentoo-6943e3b45ac81c6ed5ebfdbe1e33a1ea317fcaa6.tar.gz gentoo-6943e3b45ac81c6ed5ebfdbe1e33a1ea317fcaa6.tar.bz2 gentoo-6943e3b45ac81c6ed5ebfdbe1e33a1ea317fcaa6.zip |
sci-visualization/fig2sxd: Removing EAPI 4 ebuild
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2391
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-visualization/fig2sxd/fig2sxd-0.21.ebuild')
-rw-r--r-- | sci-visualization/fig2sxd/fig2sxd-0.21.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-visualization/fig2sxd/fig2sxd-0.21.ebuild b/sci-visualization/fig2sxd/fig2sxd-0.21.ebuild deleted file mode 100644 index de8db02186d7..000000000000 --- a/sci-visualization/fig2sxd/fig2sxd-0.21.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Utility to convert files in xfig format to OpenOffice.org Draw format" -LICENSE="GPL-2" -PVD=2 - -HOMEPAGE="https://sourceforge.net/projects/fig2sxd" -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz - mirror://sourceforge/${PN}/${PN}_${PV}-${PVD}.diff.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND="sys-libs/zlib" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${WORKDIR}"/${PN}_${PV}-${PVD}.diff - epatch "${FILESDIR}"/${PN}-0.20-ldflags.patch - epatch "${FILESDIR}"/${PN}-0.20-phony-check.patch -} - -src_compile() { - emake CXXFLAGS="${CXXFLAGS}" CXX="$(tc-getCXX)" -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc changelog -} |