diff options
-rw-r--r-- | sci-chemistry/pdbcat/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/pdbcat/pdbcat-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-chemistry/pdbcat/ChangeLog b/sci-chemistry/pdbcat/ChangeLog index 98fd3744d55d..961d421f0155 100644 --- a/sci-chemistry/pdbcat/ChangeLog +++ b/sci-chemistry/pdbcat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/pdbcat -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbcat/ChangeLog,v 1.1 2012/10/12 11:32:58 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbcat/ChangeLog,v 1.2 2013/04/11 18:18:37 ulm Exp $ + + 11 Apr 2013; Ulrich Müller <ulm@gentoo.org> pdbcat-1.3.ebuild: + Fix LICENSE, "free for non-comercial use" according to README file. *pdbcat-1.3 (12 Oct 2012) diff --git a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild b/sci-chemistry/pdbcat/pdbcat-1.3.ebuild index b868dc63528c..c59dae413f3c 100644 --- a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild +++ b/sci-chemistry/pdbcat/pdbcat-1.3.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/pdbcat/pdbcat-1.3.ebuild,v 1.1 2012/10/12 11:32:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbcat/pdbcat-1.3.ebuild,v 1.2 2013/04/11 18:18:37 ulm Exp $ EAPI=4 @@ -10,8 +10,8 @@ DESCRIPTION="Manipulate and process PDB files using commonly available tools suc HOMEPAGE="http://www.ks.uiuc.edu/Development/MDTools/pdbcat/" SRC_URI="http://www.ks.uiuc.edu/Development/MDTools/${PN}/files/${P}.tar.gz" +LICENSE="free-noncomm" SLOT="0" -LICENSE="as-is" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" |