diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-11-11 18:18:42 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-11-11 18:18:42 +0000 |
commit | 9031f7a1a0e77995f501f61a92372c55fddd0e75 (patch) | |
tree | b154f8cab62ce6822bf733c7d78e398373d0d852 /dev-lang | |
parent | Stable for HPPA (bug #290723). (diff) | |
download | gentoo-2-9031f7a1a0e77995f501f61a92372c55fddd0e75.tar.gz gentoo-2-9031f7a1a0e77995f501f61a92372c55fddd0e75.tar.bz2 gentoo-2-9031f7a1a0e77995f501f61a92372c55fddd0e75.zip |
Version bump to 0.9.4.4 , Fixes cmake compilation, bug #279785
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/falcon/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lang/falcon/falcon-0.9.4.4.ebuild (renamed from dev-lang/falcon/falcon-0.8.8.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-lang/falcon/ChangeLog b/dev-lang/falcon/ChangeLog index 76b1fa2063e9..049bbc454c6a 100644 --- a/dev-lang/falcon/ChangeLog +++ b/dev-lang/falcon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/falcon -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/falcon/ChangeLog,v 1.1 2008/01/21 07:15:50 omp Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/falcon/ChangeLog,v 1.2 2009/11/11 18:18:42 vostorga Exp $ + +*falcon-0.9.4.4 (11 Nov 2009) + + 11 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> -falcon-0.8.8.ebuild, + +falcon-0.9.4.4.ebuild: + Version bump to 0.9.4.4 , Fixes cmake compilation, bug #279785 *falcon-0.8.8 (21 Jan 2008) diff --git a/dev-lang/falcon/falcon-0.8.8.ebuild b/dev-lang/falcon/falcon-0.9.4.4.ebuild index 1da50b9dd579..b03c1819989a 100644 --- a/dev-lang/falcon/falcon-0.8.8.ebuild +++ b/dev-lang/falcon/falcon-0.9.4.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.8.8.ebuild,v 1.1 2008/01/21 07:15:50 omp Exp $ +# $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/downloads/${PV}/${MY_P}.tar.gz" +SRC_URI="http://falconpl.org/project_dl/_official_rel/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" |