diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-11-27 19:41:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-11-27 19:41:40 +0000 |
commit | fab9d3086321036170dad07afd80cac047d5d325 (patch) | |
tree | d0bffe6a8afb5e808bae78aae50e5ff095536399 /dev-lang/snobol | |
parent | Drop apache herd as discussed in http://www.gossamer-threads.com/lists/gentoo... (diff) | |
download | gentoo-2-fab9d3086321036170dad07afd80cac047d5d325.tar.gz gentoo-2-fab9d3086321036170dad07afd80cac047d5d325.tar.bz2 gentoo-2-fab9d3086321036170dad07afd80cac047d5d325.zip |
Fix LICENSE, BSD-2 according to README file in tarball.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-lang/snobol')
-rw-r--r-- | dev-lang/snobol/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/snobol/snobol-0.99.4.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/snobol/snobol-0.99.44.ebuild | 9 | ||||
-rw-r--r-- | dev-lang/snobol/snobol-1.1.ebuild | 7 |
4 files changed, 22 insertions, 10 deletions
diff --git a/dev-lang/snobol/ChangeLog b/dev-lang/snobol/ChangeLog index 06a315e2c339..49720d488240 100644 --- a/dev-lang/snobol/ChangeLog +++ b/dev-lang/snobol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/snobol -# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/ChangeLog,v 1.12 2012/10/04 15:32:51 ottxor Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/ChangeLog,v 1.13 2012/11/27 19:41:40 ulm Exp $ + + 27 Nov 2012; Ulrich Müller <ulm@gentoo.org> snobol-0.99.4.ebuild, + snobol-0.99.44.ebuild, snobol-1.1.ebuild: + Fix LICENSE, BSD-2 according to README file in tarball. 04 Oct 2012; Christoph Junghans <ottxor@gentoo.org> snobol-1.1.ebuild: added prefix support (bug #433848) diff --git a/dev-lang/snobol/snobol-0.99.4.ebuild b/dev-lang/snobol/snobol-0.99.4.ebuild index 6fce36d1c074..3ed6439db060 100644 --- a/dev-lang/snobol/snobol-0.99.4.ebuild +++ b/dev-lang/snobol/snobol-0.99.4.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.4.ebuild,v 1.4 2006/02/15 06:59:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.4.ebuild,v 1.5 2012/11/27 19:41:40 ulm Exp $ DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines" HOMEPAGE="http://www.snobol4.org/csnobol4/" SRC_URI="mirror://snobol4/${P}.tar.gz" -LICENSE="as-is" + +LICENSE="BSD-2" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="sys-devel/gcc sys-devel/m4" RDEPEND="" diff --git a/dev-lang/snobol/snobol-0.99.44.ebuild b/dev-lang/snobol/snobol-0.99.44.ebuild index 6d0f5b90d487..04058558de3f 100644 --- a/dev-lang/snobol/snobol-0.99.44.ebuild +++ b/dev-lang/snobol/snobol-0.99.44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.44.ebuild,v 1.4 2006/02/15 06:59:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-0.99.44.ebuild,v 1.5 2012/11/27 19:41:40 ulm Exp $ DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines" HOMEPAGE="http://www.snobol4.org/csnobol4/" @@ -8,13 +8,16 @@ HOMEPAGE="http://www.snobol4.org/csnobol4/" MY_PN="snobol4" MY_P="${MY_PN}-${PV}" SRC_URI="ftp://ftp.snobol4.org/snobol4/beta/${MY_P}.tar.gz" -LICENSE="as-is" + +LICENSE="BSD-2" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="sys-devel/gcc sys-devel/m4" RDEPEND="" + S=${WORKDIR}/${MY_P} src_unpack() { diff --git a/dev-lang/snobol/snobol-1.1.ebuild b/dev-lang/snobol/snobol-1.1.ebuild index e106b7b082fc..f37b702f5db1 100644 --- a/dev-lang/snobol/snobol-1.1.ebuild +++ b/dev-lang/snobol/snobol-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-1.1.ebuild,v 1.5 2012/10/04 15:32:51 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/snobol/snobol-1.1.ebuild,v 1.6 2012/11/27 19:41:40 ulm Exp $ EAPI=4 @@ -10,13 +10,16 @@ MY_PN="snobol4" MY_P="${MY_PN}-${PV}" #SRC_URI="ftp://ftp.snobol4.org/snobol4/${MY_P}.tar.gz ftp://ftp.ultimate.com/snobol/${MY_P}.tar.gz" SRC_URI="mirror://snobol4/${MY_P}.tar.gz" -LICENSE="as-is" + +LICENSE="BSD-2" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="sys-devel/gcc sys-devel/m4" RDEPEND="" + S=${WORKDIR}/${MY_P} src_prepare() { |