diff options
author | Andrey Grozin <grozin@gentoo.org> | 2010-10-30 10:48:16 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2010-10-30 10:48:16 +0000 |
commit | 36bf7b527bafa3bf55f6d8718202163dc39482af (patch) | |
tree | e761407c4ebac763c62e7bf588244f42df02a3ce /sci-visualization/gle | |
parent | Forgot one -j1 that is needed. (diff) | |
download | gentoo-2-36bf7b527bafa3bf55f6d8718202163dc39482af.tar.gz gentoo-2-36bf7b527bafa3bf55f6d8718202163dc39482af.tar.bz2 gentoo-2-36bf7b527bafa3bf55f6d8718202163dc39482af.zip |
Version bump
(Portage version: 2.2.0_alpha2/cvs/Linux i686)
Diffstat (limited to 'sci-visualization/gle')
-rw-r--r-- | sci-visualization/gle/ChangeLog | 9 | ||||
-rw-r--r-- | sci-visualization/gle/files/gle-4.2.3b-parallel.patch (renamed from sci-visualization/gle/files/gle-4.2.2-parallel.patch) | 0 | ||||
-rw-r--r-- | sci-visualization/gle/gle-4.2.3b.ebuild (renamed from sci-visualization/gle/gle-4.2.2.ebuild) | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/sci-visualization/gle/ChangeLog b/sci-visualization/gle/ChangeLog index 6d7af8c093b9..5dbc4e24f2a6 100644 --- a/sci-visualization/gle/ChangeLog +++ b/sci-visualization/gle/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-visualization/gle # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v 1.11 2010/09/27 10:00:15 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/ChangeLog,v 1.12 2010/10/30 10:48:16 grozin Exp $ + +*gle-4.2.3b (30 Oct 2010) + + 30 Oct 2010; Andrey Grozin <grozin@gentoo.org> -gle-4.2.2.ebuild, + -files/gle-4.2.2-parallel.patch, +gle-4.2.3b.ebuild, + +files/gle-4.2.3b-parallel.patch: + Version bump *gle-4.2.3 (27 Sep 2010) diff --git a/sci-visualization/gle/files/gle-4.2.2-parallel.patch b/sci-visualization/gle/files/gle-4.2.3b-parallel.patch index 1eff8c067102..1eff8c067102 100644 --- a/sci-visualization/gle/files/gle-4.2.2-parallel.patch +++ b/sci-visualization/gle/files/gle-4.2.3b-parallel.patch diff --git a/sci-visualization/gle/gle-4.2.2.ebuild b/sci-visualization/gle/gle-4.2.3b.ebuild index 78f5ee73eb56..5bb87759aef6 100644 --- a/sci-visualization/gle/gle-4.2.2.ebuild +++ b/sci-visualization/gle/gle-4.2.3b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.2.2.ebuild,v 1.2 2010/01/08 15:48:04 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.2.3b.ebuild,v 1.1 2010/10/30 10:48:16 grozin Exp $ EAPI=2 inherit eutils elisp-common qt4 flag-o-matic autotools @@ -8,7 +8,7 @@ inherit eutils elisp-common qt4 flag-o-matic autotools DESCRIPTION="Graphics Layout Engine" HOMEPAGE="http://glx.sourceforge.net/" MY_P=${PN}-graphics-${PV} -MAN_V="${PV}" +MAN_V=4.2.2 SRC_URI="mirror://sourceforge/glx/${MY_P}f-src.tar.gz doc? ( mirror://sourceforge/glx/${PN}-manual-${MAN_V}.pdf mirror://sourceforge/glx/GLEusersguide.pdf )" |