ulm 14/04/16 22:14:34 Modified: ChangeLog diagrtb-2.64.ebuild Log: Fix LICENSE, add mirror and bindist restrictions, bug 470798. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.2 sci-mathematics/diagrtb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/diagrtb/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/diagrtb/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/diagrtb/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/diagrtb/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 21 Mar 2012 13:57:18 -0000 1.1 +++ ChangeLog 16 Apr 2014 22:14:34 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/diagrtb -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/diagrtb/ChangeLog,v 1.1 2012/03/21 13:57:18 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/diagrtb/ChangeLog,v 1.2 2014/04/16 22:14:34 ulm Exp $ + + 16 Apr 2014; Ulrich Müller <[email protected]> diagrtb-2.64.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 470798. *diagrtb-2.64 (21 Mar 2012) 1.2 sci-mathematics/diagrtb/diagrtb-2.64.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/diagrtb/diagrtb-2.64.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/diagrtb/diagrtb-2.64.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/diagrtb/diagrtb-2.64.ebuild?r1=1.1&r2=1.2 Index: diagrtb-2.64.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/diagrtb/diagrtb-2.64.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- diagrtb-2.64.ebuild 21 Mar 2012 13:57:18 -0000 1.1 +++ diagrtb-2.64.ebuild 16 Apr 2014 22:14:34 -0000 1.2 @@ -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-mathematics/diagrtb/diagrtb-2.64.ebuild,v 1.1 2012/03/21 13:57:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/diagrtb/diagrtb-2.64.ebuild,v 1.2 2014/04/16 22:14:34 ulm Exp $ EAPI=4 @@ -10,10 +10,11 @@ HOMEPAGE="http://ecole.modelisation.free.fr/modes.html" SRC_URI="http://ecole.modelisation.free.fr/rtb2011.tar.gz -> ${P}.tar.gz" +LICENSE="all-rights-reserved" SLOT="0" -LICENSE="as-is" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" +RESTRICT="mirror bindist" S="${WORKDIR}"/Source_RTB2011
