diff options
author | 2015-07-22 13:35:06 +0000 | |
---|---|---|
committer | 2015-07-22 13:35:06 +0000 | |
commit | 9bf547c951dbd7d3e6ea6caf609840be6166bf9e (patch) | |
tree | ae639a1c24d1eac948e6613d022d169c5a3fb8f8 /dev-lang | |
parent | Remove old. (diff) | |
download | gentoo-2-9bf547c951dbd7d3e6ea6caf609840be6166bf9e.tar.gz gentoo-2-9bf547c951dbd7d3e6ea6caf609840be6166bf9e.tar.bz2 gentoo-2-9bf547c951dbd7d3e6ea6caf609840be6166bf9e.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/falcon/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/falcon/falcon-0.9.4.4.ebuild | 37 |
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-lang/falcon/ChangeLog b/dev-lang/falcon/ChangeLog index 32c1b7fafba2..9a5ac3060513 100644 --- a/dev-lang/falcon/ChangeLog +++ b/dev-lang/falcon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/falcon -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/falcon/ChangeLog,v 1.4 2010/06/02 06:36:08 tove Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/falcon/ChangeLog,v 1.5 2015/07/22 13:35:06 mrueg Exp $ + + 22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -falcon-0.9.4.4.ebuild: + Remove old. 02 Jun 2010; Torsten Veller <tove@gentoo.org> metadata.xml: Remove omp from metadata.xml (#147119) @@ -22,4 +25,3 @@ 21 Jan 2008; David Shakaryan <omp@gentoo.org> +metadata.xml, +falcon-0.8.8.ebuild: New ebuild for the Falcon Programming Language. (bug #206837) - diff --git a/dev-lang/falcon/falcon-0.9.4.4.ebuild b/dev-lang/falcon/falcon-0.9.4.4.ebuild deleted file mode 100644 index b03c1819989a..000000000000 --- a/dev-lang/falcon/falcon-0.9.4.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/falcon/falcon-0.9.4.4.ebuild,v 1.1 2009/11/11 18:18:42 vostorga Exp $ - -MY_P=${P/f/F} - -DESCRIPTION="An open source general purpose untyped language written in C++" -HOMEPAGE="http://falconpl.org/" -SRC_URI="http://falconpl.org/project_dl/_official_rel/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/libpcre - sys-libs/zlib" -DEPEND="${RDEPEND} - dev-util/cmake" - -S=${WORKDIR}/${MY_P} - -src_compile() { - ./build.sh -p "${D}usr" -f "/usr" || die "build.sh failed" -} - -src_test() { - FALCON_LOAD_PATH=".;${S}/devel/release/build/core/rtl" \ - "${S}/devel/release/build/core/clt/faltest/faltest" \ - -d "${S}/core/tests/testsuite" \ - || die "faltest failed" -} - -src_install() { - ./build.sh -i || die "build.sh -i failed" - dodoc AUTHORS ChangeLog README RELNOTES -} |