summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-26 10:19:47 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-26 10:19:47 +0000
commitf585d6f3dc3e31eed8cb1bc2cb4b498f99c604fc (patch)
treefec676961b2558f4df04f49687f7eef36dd2e5a3 /sci-chemistry
parentversion bump (#327813), EAPI=3, license changed to GPL-3 (diff)
downloadgentoo-2-f585d6f3dc3e31eed8cb1bc2cb4b498f99c604fc.tar.gz
gentoo-2-f585d6f3dc3e31eed8cb1bc2cb4b498f99c604fc.tar.bz2
gentoo-2-f585d6f3dc3e31eed8cb1bc2cb4b498f99c604fc.zip
Version Bump, #352440; fetch sources, RESTRICT=mirror
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/platon/ChangeLog11
-rw-r--r--sci-chemistry/platon/files/20110126-buffer-overflow.patch (renamed from sci-chemistry/platon/files/20101125-buffer-overflow.patch)0
-rw-r--r--sci-chemistry/platon/platon-20110126.ebuild (renamed from sci-chemistry/platon/platon-20101125.ebuild)11
3 files changed, 13 insertions, 9 deletions
diff --git a/sci-chemistry/platon/ChangeLog b/sci-chemistry/platon/ChangeLog
index 639640fa0ef0..6582032cfe70 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.23 2010/12/16 13:50:12 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/ChangeLog,v 1.24 2011/01/26 10:19:47 jlec Exp $
+
+*platon-20110126 (26 Jan 2011)
+
+ 26 Jan 2011; Justin Lecher <jlec@gentoo.org>
+ +files/20110126-buffer-overflow.patch, -files/20101125-buffer-overflow.patch,
+ -platon-20101125.ebuild, +platon-20110126.ebuild:
+ Version Bump, #352440; fetch sources, RESTRICT=mirror
16 Dec 2010; Justin Lecher <jlec@gentoo.org> platon-20101125.ebuild:
Removal of fortran.eclass, #348851
diff --git a/sci-chemistry/platon/files/20101125-buffer-overflow.patch b/sci-chemistry/platon/files/20110126-buffer-overflow.patch
index 548bd2b20ca4..548bd2b20ca4 100644
--- a/sci-chemistry/platon/files/20101125-buffer-overflow.patch
+++ b/sci-chemistry/platon/files/20110126-buffer-overflow.patch
diff --git a/sci-chemistry/platon/platon-20101125.ebuild b/sci-chemistry/platon/platon-20110126.ebuild
index 27108270f0e9..50705b1411a8 100644
--- a/sci-chemistry/platon/platon-20101125.ebuild
+++ b/sci-chemistry/platon/platon-20110126.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20101125.ebuild,v 1.2 2010/12/16 13:50:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20110126.ebuild,v 1.1 2011/01/26 10:19:47 jlec Exp $
EAPI="3"
@@ -8,7 +8,7 @@ inherit eutils flag-o-matic multilib toolchain-funcs
DESCRIPTION="Versatile, SHELX-97 compatible, multipurpose crystallographic tool"
HOMEPAGE="http://www.cryst.chem.uu.nl/platon/"
-SRC_URI="${P}.tar.gz"
+SRC_URI="http://www.cryst.chem.uu.nl/xraysoft/unix/${PN}.tar.gz -> ${P}.tar.gz"
LICENSE="free-noncomm"
SLOT="0"
@@ -20,14 +20,11 @@ IUSE="examples"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"
-RESTRICT="fetch"
+RESTRICT="mirror"
S="${WORKDIR}/${PN}"
pkg_nofetch() {
- elog "Download ${A/-${PV}} from ftp://xraysoft.chem.uu.nl/pub/unix/,"
- elog "rename it to ${A} and place it"
- elog "in ${DISTDIR}."
elog "If there is a digest mismatch, please file a bug"
elog "at https://bugs.gentoo.org/ -- a version bump"
elog "is probably required."