diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-11-27 19:06:49 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-11-27 19:06:49 -0500 |
commit | 568d49bf818fc0ec25e4ede85b452fe4d3ca99fa (patch) | |
tree | 4d4ef9eee741a61df5a80e819e3c6081d851d52f /sci-electronics/puff | |
parent | dev-db/phpmyadmin: stable 4.8.3-r1 for ppc/ppc64, bug #668914 (diff) | |
download | gentoo-568d49bf818fc0ec25e4ede85b452fe4d3ca99fa.tar.gz gentoo-568d49bf818fc0ec25e4ede85b452fe4d3ca99fa.tar.bz2 gentoo-568d49bf818fc0ec25e4ede85b452fe4d3ca99fa.zip |
sci-electronics/puff: drop old EAPI2
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-electronics/puff')
-rw-r--r-- | sci-electronics/puff/puff-20100127.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/sci-electronics/puff/puff-20100127.ebuild b/sci-electronics/puff/puff-20100127.ebuild deleted file mode 100644 index f2696a3996d6..000000000000 --- a/sci-electronics/puff/puff-20100127.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit flag-o-matic multilib - -DESCRIPTION="microwave CAD software" -HOMEPAGE="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/puff/" -SRC_URI="http://wwwhome.cs.utwente.nl/~ptdeboer/ham/${PN}/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - dev-lang/fpc - amd64? ( >=dev-lang/fpc-2.4.0 )" - -src_prepare() { - # fix lib path for X11 and dont ignore LDFLAGS - sed -i -e "s#lib\\\/#$(get_libdir)\\\/#" \ - -e 's/CFLAGS/#CFLAGS/' \ - -e 's/link.res pu/link.res $(LDFLAGS) pu/' Makefile || die -} - -src_compile() { - LDFLAGS="$(raw-ldflags)" - emake -j1 || die -} - -src_install() { - dobin puff || die - - dodoc changelog.txt README.txt || die - newdoc "Puff Manual.pdf" Puff_Manual.pdf || die - - insinto /usr/share/${PN} - doins setup.puf || die - doins -r orig_dev_and_puf_files || die -} - -pkg_postinst() { - elog "You must copy /usr/share/${PN}/setup.puf into your working directory" - elog "before using the program." -} |