aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-20 09:53:26 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-20 09:53:26 +0100
commite1bf55490db0b70c15940c5553a42e3066778e24 (patch)
tree699f621bb64877f0502505c28c1833a33fa04bde /sci-misc/foma/foma-0.9.16_alpha.ebuild
parentdev-java/flexdock: update homepage (diff)
downloadsci-e1bf55490db0b70c15940c5553a42e3066778e24.tar.gz
sci-e1bf55490db0b70c15940c5553a42e3066778e24.tar.bz2
sci-e1bf55490db0b70c15940c5553a42e3066778e24.zip
sci-misc/foma: remove pack, duplicate of dev-libs/foma::gentoo
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-misc/foma/foma-0.9.16_alpha.ebuild')
-rw-r--r--sci-misc/foma/foma-0.9.16_alpha.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/sci-misc/foma/foma-0.9.16_alpha.ebuild b/sci-misc/foma/foma-0.9.16_alpha.ebuild
deleted file mode 100644
index 01cec152b..000000000
--- a/sci-misc/foma/foma-0.9.16_alpha.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${P/_alpha/alpha}
-
-DESCRIPTION="Finite state toolkit compatible with Xerox tools"
-HOMEPAGE="http://code.google.com/p/foma/"
-SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- sys-libs/libtermcap-compat
- sys-libs/readline:0="
-DEPEND="${RDEPEND}
- >=sys-devel/bison-2.3
- >=sys-devel/flex-2.5.35"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed \
- -e "s/^CFLAGS =/CFLAGS = ${CFLAGS} -fPIC/" \
- -e 's/ltermcap/lcurses/' \
- -e 's/ldconfig/true/g' \
- -i Makefile || die
-}
-
-src_compile() {
- default
- emake libfoma
-}
-
-src_install() {
- # since install target doesn't have DESTDIR
- dobin foma flookup cgflookup
- dolib.so libfoma.so.${PV/_alpha/}
- doheader foma.h fomalib.h fomalibconf.h
- dodoc README README.symbols
-}