diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-07-13 07:23:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-07-13 07:23:11 +0000 |
commit | d6a145046c211567aa32115ec586ce2b38c65ce4 (patch) | |
tree | b978865408ea73aedb7c82bd02e4c780ba07ce50 /sci-chemistry/platon | |
parent | Remove deprecated include, fix compilation for bug #327767 (diff) | |
download | gentoo-2-d6a145046c211567aa32115ec586ce2b38c65ce4.tar.gz gentoo-2-d6a145046c211567aa32115ec586ce2b38c65ce4.tar.bz2 gentoo-2-d6a145046c211567aa32115ec586ce2b38c65ce4.zip |
Version Bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/platon')
-rw-r--r-- | sci-chemistry/platon/ChangeLog | 9 | ||||
-rw-r--r-- | sci-chemistry/platon/files/20100712-buffer-overflow.patch (renamed from sci-chemistry/platon/files/20100629-buffer-overflow.patch) | 0 | ||||
-rw-r--r-- | sci-chemistry/platon/platon-20100712.ebuild (renamed from sci-chemistry/platon/platon-20100629.ebuild) | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/sci-chemistry/platon/ChangeLog b/sci-chemistry/platon/ChangeLog index be42e644b683..2c871dc1c8d7 100644 --- a/sci-chemistry/platon/ChangeLog +++ b/sci-chemistry/platon/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-chemistry/platon # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/ChangeLog,v 1.19 2010/06/29 19:26:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/ChangeLog,v 1.20 2010/07/13 07:23:11 jlec Exp $ + +*platon-20100712 (13 Jul 2010) + + 13 Jul 2010; Justin Lecher <jlec@gentoo.org> + -files/20100629-buffer-overflow.patch, -platon-20100629.ebuild, + +files/20100712-buffer-overflow.patch, +platon-20100712.ebuild: + Version Bump *platon-20100629 (29 Jun 2010) diff --git a/sci-chemistry/platon/files/20100629-buffer-overflow.patch b/sci-chemistry/platon/files/20100712-buffer-overflow.patch index 548bd2b20ca4..548bd2b20ca4 100644 --- a/sci-chemistry/platon/files/20100629-buffer-overflow.patch +++ b/sci-chemistry/platon/files/20100712-buffer-overflow.patch diff --git a/sci-chemistry/platon/platon-20100629.ebuild b/sci-chemistry/platon/platon-20100712.ebuild index 5ed8fab76b13..6848c35f54da 100644 --- a/sci-chemistry/platon/platon-20100629.ebuild +++ b/sci-chemistry/platon/platon-20100712.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-chemistry/platon/platon-20100629.ebuild,v 1.1 2010/06/29 19:26:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20100712.ebuild,v 1.1 2010/07/13 07:23:11 jlec Exp $ EAPI="3" @@ -38,7 +38,7 @@ pkg_nofetch() { src_unpack() { unpack ${A} cd "${S}" - gunzip platon.f.Z xdrvr.c.gz || die + gunzip platon.f.gz xdrvr.c.gz || die } src_prepare() { |