diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-16 22:08:23 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-16 22:08:23 +0000 |
commit | a6f1f2662fb1fc88903a9e1de78e01ff11361928 (patch) | |
tree | 65dc4fcbdc3252ad5f4d78023ece59064f7ffd62 | |
parent | Revbump. Fix buffer overflow. (diff) | |
download | gentoo-2-a6f1f2662fb1fc88903a9e1de78e01ff11361928.tar.gz gentoo-2-a6f1f2662fb1fc88903a9e1de78e01ff11361928.tar.bz2 gentoo-2-a6f1f2662fb1fc88903a9e1de78e01ff11361928.zip |
Fix LICENSE, add mirror and bindist restrictions, bug 470780.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
-rw-r--r-- | sci-chemistry/babel/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/babel/babel-1.6-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-chemistry/babel/ChangeLog b/sci-chemistry/babel/ChangeLog index 52e050b61ed9..8b330960b9aa 100644 --- a/sci-chemistry/babel/ChangeLog +++ b/sci-chemistry/babel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/babel -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/ChangeLog,v 1.14 2012/03/06 17:58:31 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/ChangeLog,v 1.15 2014/04/16 22:08:23 ulm Exp $ + + 16 Apr 2014; Ulrich Müller <ulm@gentoo.org> babel-1.6-r1.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 470780. 06 Mar 2012; Justin Lecher <jlec@gentoo.org> -babel-1.6.ebuild: Drop Old diff --git a/sci-chemistry/babel/babel-1.6-r1.ebuild b/sci-chemistry/babel/babel-1.6-r1.ebuild index 19240ad07b77..55f0e9c8ce73 100644 --- a/sci-chemistry/babel/babel-1.6-r1.ebuild +++ b/sci-chemistry/babel/babel-1.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/babel-1.6-r1.ebuild,v 1.8 2012/03/06 16:11:28 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/babel-1.6-r1.ebuild,v 1.9 2014/04/16 22:08:23 ulm Exp $ EAPI=4 @@ -10,10 +10,10 @@ DESCRIPTION="Interconvert file formats used in molecular modeling" HOMEPAGE="http://smog.com/chem/babel/" SRC_URI="http://smog.com/chem/babel/files/${P}.tar.Z" +LICENSE="all-rights-reserved" SLOT="0" -LICENSE="as-is" -IUSE="" KEYWORDS="amd64 ppc x86" +RESTRICT="mirror bindist" #Doesn't really seem to depend on anything (?) DEPEND="!sci-chemistry/openbabel" |