diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-21 17:19:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-21 17:19:44 +0000 |
commit | 89d16afd0e60cf65dcbbfe9aaca4e3c6c5731419 (patch) | |
tree | 3f01463c3f0f7df323fa4c06038a53c23463a925 /sci-chemistry/pdbmat | |
parent | Stable for HPPA (bug #470510). (diff) | |
download | gentoo-2-89d16afd0e60cf65dcbbfe9aaca4e3c6c5731419.tar.gz gentoo-2-89d16afd0e60cf65dcbbfe9aaca4e3c6c5731419.tar.bz2 gentoo-2-89d16afd0e60cf65dcbbfe9aaca4e3c6c5731419.zip |
sci-chemistry/pdbmat: Correct license to CeCILL-2, #470788
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-chemistry/pdbmat')
-rw-r--r-- | sci-chemistry/pdbmat/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/pdbmat/metadata.xml | 10 | ||||
-rw-r--r-- | sci-chemistry/pdbmat/pdbmat-3.89.ebuild | 6 |
3 files changed, 14 insertions, 10 deletions
diff --git a/sci-chemistry/pdbmat/ChangeLog b/sci-chemistry/pdbmat/ChangeLog index 02e77a8fefe8..9d2edf64a98d 100644 --- a/sci-chemistry/pdbmat/ChangeLog +++ b/sci-chemistry/pdbmat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/pdbmat -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/ChangeLog,v 1.4 2012/10/18 17:40:00 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/ChangeLog,v 1.5 2013/05/21 17:19:44 jlec Exp $ + + 21 May 2013; Justin Lecher <jlec@gentoo.org> pdbmat-3.89.ebuild, + metadata.xml: + Correct license to CeCILL-2, #470788 18 Oct 2012; Justin Lecher <jlec@gentoo.org> pdbmat-3.89.ebuild: Drop virtual/fortran from DEP as it is provided by the fortran-2.eclass diff --git a/sci-chemistry/pdbmat/metadata.xml b/sci-chemistry/pdbmat/metadata.xml index 84b111c93278..d542eb59e001 100644 --- a/sci-chemistry/pdbmat/metadata.xml +++ b/sci-chemistry/pdbmat/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci-chemistry</herd> - <maintainer> - <email>jlec@gentoo.org</email> - </maintainer> - <longdescription> + <herd>sci-chemistry</herd> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> + <longdescription> A fortran program in which Tirion's model (also called the Elastic Network Model) is implemented. Within the frame of this model, atoms (particles) less than cutoff (angstroms) away from each others are linked by springs of diff --git a/sci-chemistry/pdbmat/pdbmat-3.89.ebuild b/sci-chemistry/pdbmat/pdbmat-3.89.ebuild index 4dca88672fbb..e5c3649c9b9e 100644 --- a/sci-chemistry/pdbmat/pdbmat-3.89.ebuild +++ b/sci-chemistry/pdbmat/pdbmat-3.89.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/pdbmat-3.89.ebuild,v 1.3 2012/10/18 17:40:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/pdbmat-3.89.ebuild,v 1.4 2013/05/21 17:19:44 jlec Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://ecole.modelisation.free.fr/modes.html" SRC_URI="http://ecole.modelisation.free.fr/enm2011.tar.gz -> ${P}.tar.gz" SLOT="0" -LICENSE="as-is" +LICENSE="CeCILL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" |