diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-20 16:28:04 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-20 16:28:04 +0000 |
commit | 17b06a7e2bc227248210bf97eb159f3f8706c15e (patch) | |
tree | 6823f69f54f0e56ad05d6e9b49f7f3ba1fdb9b0f /sci-libs/libcmatrix | |
parent | sci-chemistry/xdsi: Fix HOMEPAGE (diff) | |
download | gentoo-2-17b06a7e2bc227248210bf97eb159f3f8706c15e.tar.gz gentoo-2-17b06a7e2bc227248210bf97eb159f3f8706c15e.tar.bz2 gentoo-2-17b06a7e2bc227248210bf97eb159f3f8706c15e.zip |
sci-libs/libcmatrix: Change license to a-r-r and RESTRICT=mirror, #465594
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/libcmatrix')
-rw-r--r-- | sci-libs/libcmatrix/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sci-libs/libcmatrix/ChangeLog b/sci-libs/libcmatrix/ChangeLog index d32dade31a1b..a4a6ca140af2 100644 --- a/sci-libs/libcmatrix/ChangeLog +++ b/sci-libs/libcmatrix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libcmatrix -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.14 2012/12/27 18:55:33 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.15 2013/05/20 16:28:04 jlec Exp $ + + 20 May 2013; Justin Lecher <jlec@gentoo.org> libcmatrix-3.11.0.ebuild: + Change license to a-r-r and RESTRICT=mirror, #465594 27 Dec 2012; Justin Lecher <jlec@gentoo.org> libcmatrix-3.11.0.ebuild: Moved to EAPI=5 and autotools-utils.eclass diff --git a/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild b/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild index 0284b92e62fa..29a7b1c13698 100644 --- a/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild +++ b/sci-libs/libcmatrix/libcmatrix-3.11.0.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-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.6 2012/12/27 18:55:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.7 2013/05/20 16:28:04 jlec Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.dur.ac.uk/paul.hodgkinson/pNMRsim/" #SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz" SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="sse threads" @@ -23,6 +23,8 @@ IUSE="sse threads" RDEPEND="sci-libs/minuit" DEPEND="${RDEPEND}" +RESTRICT=mirror + S="${WORKDIR}"/${PN}R3 PATCHES=( |