ulm 14/04/16 22:08:23 Modified: ChangeLog babel-1.6-r1.ebuild Log: Fix LICENSE, add mirror and bindist restrictions, bug 470780. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.15 sci-chemistry/babel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/babel/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/babel/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/babel/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/babel/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 6 Mar 2012 17:58:31 -0000 1.14 +++ ChangeLog 16 Apr 2014 22:08:23 -0000 1.15 @@ -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 <[email protected]> babel-1.6-r1.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 470780. 06 Mar 2012; Justin Lecher <[email protected]> -babel-1.6.ebuild: Drop Old 1.9 sci-chemistry/babel/babel-1.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/babel/babel-1.6-r1.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/babel/babel-1.6-r1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/babel/babel-1.6-r1.ebuild?r1=1.8&r2=1.9 Index: babel-1.6-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/babel/babel-1.6-r1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- babel-1.6-r1.ebuild 6 Mar 2012 16:11:28 -0000 1.8 +++ babel-1.6-r1.ebuild 16 Apr 2014 22:08:23 -0000 1.9 @@ -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 @@ 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"
