From ed6d9ef1ad1a35c518c962d0ef449f1beab991fc Mon Sep 17 00:00:00 2001 From: Markus Dittrich Date: Sat, 30 Aug 2008 11:27:29 +0000 Subject: Version bump and removed old ebuilds (see bug #183828). Also added amd64 keyword. (Portage version: 2.2_rc8/cvs/Linux 2.6.26-SENTINEL-2 i686) --- sci-chemistry/platon/ChangeLog | 9 +++- sci-chemistry/platon/platon-20060717.ebuild | 73 --------------------------- sci-chemistry/platon/platon-20070425.ebuild | 73 --------------------------- sci-chemistry/platon/platon-20080725.ebuild | 76 +++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+), 147 deletions(-) delete mode 100644 sci-chemistry/platon/platon-20060717.ebuild delete mode 100644 sci-chemistry/platon/platon-20070425.ebuild create mode 100644 sci-chemistry/platon/platon-20080725.ebuild (limited to 'sci-chemistry/platon') diff --git a/sci-chemistry/platon/ChangeLog b/sci-chemistry/platon/ChangeLog index c4cee6c92131..e406d01957f5 100644 --- a/sci-chemistry/platon/ChangeLog +++ b/sci-chemistry/platon/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-chemistry/platon # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/ChangeLog,v 1.13 2008/07/07 05:36:37 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/ChangeLog,v 1.14 2008/08/30 11:27:28 markusle Exp $ + +*platon-20080725 (30 Aug 2008) + + 30 Aug 2008; Markus Dittrich + -platon-20060717.ebuild, -platon-20070425.ebuild, +platon-20080725.ebuild: + Version bump and removed old ebuilds (see bug #183828). Also added + amd64 keyword. 07 Jul 2008; Donnie Berkholz ; platon-20080702.ebuild: diff --git a/sci-chemistry/platon/platon-20060717.ebuild b/sci-chemistry/platon/platon-20060717.ebuild deleted file mode 100644 index 9eac41eb4f4f..000000000000 --- a/sci-chemistry/platon/platon-20060717.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20060717.ebuild,v 1.3 2007/07/22 07:21:34 dberkholz Exp $ - -inherit fortran toolchain-funcs - -FORTRAN="g77 gfortran" -DESCRIPTION="Versatile, SHELX-97 compatible, multipurpose crystallographic tool" -HOMEPAGE="http://www.cryst.chem.uu.nl/platon/" -SRC_URI="${P}.tar.gz" -RESTRICT="fetch" -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -# Can't do libf2c dependent on whether ${T}/env.d - newenvd ${T}/env.d 50platon - - dodoc README.* VALIDATION.DOC -} diff --git a/sci-chemistry/platon/platon-20070425.ebuild b/sci-chemistry/platon/platon-20070425.ebuild deleted file mode 100644 index 5e071ef603f7..000000000000 --- a/sci-chemistry/platon/platon-20070425.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20070425.ebuild,v 1.2 2007/07/22 07:21:34 dberkholz Exp $ - -inherit fortran toolchain-funcs - -FORTRAN="g77 gfortran" -DESCRIPTION="Versatile, SHELX-97 compatible, multipurpose crystallographic tool" -HOMEPAGE="http://www.cryst.chem.uu.nl/platon/" -SRC_URI="${P}.tar.gz" -RESTRICT="fetch" -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -# Can't do libf2c dependent on whether ${T}/env.d - newenvd ${T}/env.d 50platon - - dodoc README.* VALIDATION.DOC -} diff --git a/sci-chemistry/platon/platon-20080725.ebuild b/sci-chemistry/platon/platon-20080725.ebuild new file mode 100644 index 000000000000..768c000fae87 --- /dev/null +++ b/sci-chemistry/platon/platon-20080725.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20080725.ebuild,v 1.1 2008/08/30 11:27:28 markusle Exp $ + +inherit fortran toolchain-funcs flag-o-matic + +FORTRAN="g77 gfortran" +DESCRIPTION="Versatile, SHELX-97 compatible, multipurpose crystallographic tool" +HOMEPAGE="http://www.cryst.chem.uu.nl/platon/" +SRC_URI="${P}.tar.gz" +RESTRICT="fetch" +LICENSE="free-noncomm" +SLOT="0" +KEYWORDS="~ppc ~x86 ~amd64" +IUSE="" +# Can't do libf2c dependent on whether "${T}"/env.d + newenvd "${T}"/env.d 50platon + + dodoc README.* VALIDATION.DOC +} -- cgit v1.2.3-65-gdbad