summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-05-14 07:12:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-05-14 07:12:32 +0000
commitf25718bdd843b409f18511d55126c5d54b6f98ba (patch)
tree5393485872ffef060ab422150109a6c1a15b5729 /dev-libs/ffcall
parentold (diff)
downloadgentoo-2-f25718bdd843b409f18511d55126c5d54b6f98ba.tar.gz
gentoo-2-f25718bdd843b409f18511d55126c5d54b6f98ba.tar.bz2
gentoo-2-f25718bdd843b409f18511d55126c5d54b6f98ba.zip
old
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r--dev-libs/ffcall/ChangeLog8
-rw-r--r--dev-libs/ffcall/ffcall-1.10-r3.ebuild56
-rw-r--r--dev-libs/ffcall/ffcall-1.10-r4.ebuild57
3 files changed, 6 insertions, 115 deletions
diff --git a/dev-libs/ffcall/ChangeLog b/dev-libs/ffcall/ChangeLog
index 095e4abe1102..6bd072329484 100644
--- a/dev-libs/ffcall/ChangeLog
+++ b/dev-libs/ffcall/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/ffcall
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.45 2014/12/14 11:10:54 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.46 2015/05/14 07:12:32 mr_bones_ Exp $
+
+ 14 May 2015; Michael Sterrett <mr_bones_@gentoo.org> -ffcall-1.10-r3.ebuild,
+ -ffcall-1.10-r4.ebuild:
+ old
*ffcall-1.10-r5 (14 Dec 2014)
diff --git a/dev-libs/ffcall/ffcall-1.10-r3.ebuild b/dev-libs/ffcall/ffcall-1.10-r3.ebuild
deleted file mode 100644
index 3b92a9e46999..000000000000
--- a/dev-libs/ffcall/ffcall-1.10-r3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r3.ebuild,v 1.2 2012/08/20 03:32:11 ottxor Exp $
-
-EAPI=3
-inherit eutils flag-o-matic
-
-# CLISP maintains ffcall now
-CLISP_PACKAGE="clisp-2.41"
-
-DESCRIPTION="foreign function call libraries"
-HOMEPAGE="http://www.haible.de/bruno/packages-ffcall.html"
-SRC_URI="mirror://sourceforge/clisp/${CLISP_PACKAGE}.tar.bz2"
-
-# "Ffcall is under GNU GPL. As a special exception, if used in GNUstep
-# or in derivate works of GNUstep, the included parts of ffcall are
-# under GNU LGPL." -ffcall author
-LICENSE="|| ( GPL-2 LGPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-S=${WORKDIR}/${CLISP_PACKAGE}/${PN}
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-make-jN.patch
-}
-
-src_configure() {
- append-flags -fPIC
-
- # Doc goes in datadir
- econf \
- --datadir="${EPREFIX}"/usr/share/doc/${PF} \
- --enable-shared \
- || die "./configure failed"
-}
-
-src_compile() {
- # Because CHOST is set to (for example)
- # alphaev67-unknown-linux-gnu, CPU gets set to alphaev67 which
- # doesn't work in the Makefile (29 Jan 2004 agriffis)
- local cpu_setting
- [[ "${ARCH}" == "alpha" ]] && cpu_setting='CPU=alpha'
-
- emake ${cpu_setting} || die
-}
-
-src_install() {
- dodoc NEWS README
- dodir /usr/share/man
- emake DESTDIR="${D}" install || die "Install failed"
-}
diff --git a/dev-libs/ffcall/ffcall-1.10-r4.ebuild b/dev-libs/ffcall/ffcall-1.10-r4.ebuild
deleted file mode 100644
index d335c6530ac3..000000000000
--- a/dev-libs/ffcall/ffcall-1.10-r4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r4.ebuild,v 1.1 2014/02/08 13:42:20 pacho Exp $
-
-EAPI=5
-inherit eutils flag-o-matic
-
-# CLISP maintains ffcall now
-CLISP_PACKAGE="clisp-2.41"
-
-DESCRIPTION="foreign function call libraries"
-HOMEPAGE="http://www.haible.de/bruno/packages-ffcall.html"
-SRC_URI="mirror://sourceforge/clisp/${CLISP_PACKAGE}.tar.bz2"
-
-# "Ffcall is under GNU GPL. As a special exception, if used in GNUstep
-# or in derivate works of GNUstep, the included parts of ffcall are
-# under GNU LGPL." -ffcall author
-LICENSE="|| ( GPL-2 LGPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-S=${WORKDIR}/${CLISP_PACKAGE}/${PN}
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-make-jN.patch
-}
-
-src_configure() {
- append-flags -fPIC
-
- # Doc goes in datadir
- econf \
- --datadir="${EPREFIX}"/usr/share/doc/${PF} \
- --enable-shared \
- --disable-static
-}
-
-src_compile() {
- # Because CHOST is set to (for example)
- # alphaev67-unknown-linux-gnu, CPU gets set to alphaev67 which
- # doesn't work in the Makefile (29 Jan 2004 agriffis)
- local cpu_setting
- [[ "${ARCH}" == "alpha" ]] && cpu_setting='CPU=alpha'
-
- emake ${cpu_setting}
-}
-
-src_install() {
- dodoc NEWS README
- dodir /usr/share/man
- default
- prune_libtool_files
-}