summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-11-25 18:40:02 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-11-25 18:40:02 +0000
commit6bf9a36e5a573322d11e1b9d90cff6cfe6f72f11 (patch)
treef5e5af809c7f921c59f34e2d96745a907236c06e /sci-mathematics
parentRemoved old (diff)
downloadgentoo-2-6bf9a36e5a573322d11e1b9d90cff6cfe6f72f11.tar.gz
gentoo-2-6bf9a36e5a573322d11e1b9d90cff6cfe6f72f11.tar.bz2
gentoo-2-6bf9a36e5a573322d11e1b9d90cff6cfe6f72f11.zip
Version bump
(Portage version: 2.1.10.37/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/cgal/ChangeLog8
-rw-r--r--sci-mathematics/cgal/cgal-3.9.ebuild (renamed from sci-mathematics/cgal/cgal-3.6.1.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/sci-mathematics/cgal/ChangeLog b/sci-mathematics/cgal/ChangeLog
index d412efd5a99f..7d3e90292105 100644
--- a/sci-mathematics/cgal/ChangeLog
+++ b/sci-mathematics/cgal/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/cgal
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.10 2011/11/14 11:27:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.11 2011/11/25 18:40:02 bicatali Exp $
+
+*cgal-3.9 (25 Nov 2011)
+
+ 25 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org> -cgal-3.6.1.ebuild,
+ +cgal-3.9.ebuild:
+ Version bump
14 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> cgal-3.6.1.ebuild,
cgal-3.7.ebuild:
diff --git a/sci-mathematics/cgal/cgal-3.6.1.ebuild b/sci-mathematics/cgal/cgal-3.9.ebuild
index 6ae4a00590bc..c0486b920429 100644
--- a/sci-mathematics/cgal/cgal-3.6.1.ebuild
+++ b/sci-mathematics/cgal/cgal-3.9.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.6.1.ebuild,v 1.3 2011/11/14 11:27:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.9.ebuild,v 1.1 2011/11/25 18:40:02 bicatali Exp $
EAPI=3
CMAKE_BUILD_TYPE=Release
inherit base multilib cmake-utils
MY_P=CGAL-${PV}
-PID=27224
-DPID=27230
+PID=29122
+DPID=29120
DESCRIPTION="C++ library for geometric algorithms and data structures"
HOMEPAGE="http://www.cgal.org/"