summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-11-04 17:04:11 +0000
committerUlrich Müller <ulm@gentoo.org>2012-11-04 17:04:11 +0000
commit5a6b52b673fe8b99ec96bfdc51c8918a9c74c913 (patch)
tree22c2b6cade80acee72b918103b48b877337a3753 /dev-scheme
parentPBZIP2 is gone (replace by BZIP2 template); remove it from MISC-FREE license ... (diff)
downloadgentoo-2-5a6b52b673fe8b99ec96bfdc51c8918a9c74c913.tar.gz
gentoo-2-5a6b52b673fe8b99ec96bfdc51c8918a9c74c913.tar.bz2
gentoo-2-5a6b52b673fe8b99ec96bfdc51c8918a9c74c913.zip
Change LICENSE to "freedist": The license of the package doesn't grant the right for modifications.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'dev-scheme')
-rw-r--r--dev-scheme/scmxlate/ChangeLog9
-rw-r--r--dev-scheme/scmxlate/scmxlate-20060613.ebuild12
-rw-r--r--dev-scheme/scmxlate/scmxlate-20090410.ebuild8
3 files changed, 13 insertions, 16 deletions
diff --git a/dev-scheme/scmxlate/ChangeLog b/dev-scheme/scmxlate/ChangeLog
index f76e28290f32..02e331152f12 100644
--- a/dev-scheme/scmxlate/ChangeLog
+++ b/dev-scheme/scmxlate/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-scheme/scmxlate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/ChangeLog,v 1.4 2010/07/01 16:39:31 chiiph Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/ChangeLog,v 1.5 2012/11/04 17:04:11 ulm Exp $
+
+ 04 Nov 2012; Ulrich Müller <ulm@gentoo.org> scmxlate-20060613.ebuild,
+ scmxlate-20090410.ebuild:
+ Change LICENSE to "freedist": The license of the package doesn't grant the
+ right for modifications.
01 Jul 2010; Tomas Touceda <chiiph@gentoo.org> scmxlate-20090410.ebuild:
Fix wrong intall dir
diff --git a/dev-scheme/scmxlate/scmxlate-20060613.ebuild b/dev-scheme/scmxlate/scmxlate-20060613.ebuild
index 3226f3dbcb49..31328e9033e6 100644
--- a/dev-scheme/scmxlate/scmxlate-20060613.ebuild
+++ b/dev-scheme/scmxlate/scmxlate-20060613.ebuild
@@ -1,24 +1,18 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/scmxlate-20060613.ebuild,v 1.2 2008/01/18 18:06:21 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/scmxlate-20060613.ebuild,v 1.3 2012/11/04 17:04:11 ulm Exp $
DESCRIPTION="Scmxlate is a configuration tool for software packages written in Scheme."
-
HOMEPAGE="http://www.ccs.neu.edu/home/dorai/scmxlate/scmxlate.html"
-
#http://www.ccs.neu.edu/home/dorai/scmxlate/scmxlate.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="as-is"
-
+LICENSE="freedist" # license doesn't grant the right for modifications
SLOT="0"
-
KEYWORDS="~amd64 ~x86"
-
IUSE=""
DEPEND=""
-
RDEPEND="${DEPEND}"
src_install() {
diff --git a/dev-scheme/scmxlate/scmxlate-20090410.ebuild b/dev-scheme/scmxlate/scmxlate-20090410.ebuild
index 28d176a78bd8..fb507a4e15b3 100644
--- a/dev-scheme/scmxlate/scmxlate-20090410.ebuild
+++ b/dev-scheme/scmxlate/scmxlate-20090410.ebuild
@@ -1,19 +1,17 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/scmxlate-20090410.ebuild,v 1.2 2010/07/01 16:39:31 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/scmxlate/scmxlate-20090410.ebuild,v 1.3 2012/11/04 17:04:11 ulm Exp $
EAPI="3"
DESCRIPTION="Scmxlate is a configuration tool for software packages written in Scheme"
HOMEPAGE="http://www.ccs.neu.edu/home/dorai/scmxlate/scmxlate.html"
-
SRC_URI="http://evalwhen.com/scmxlate/scmxlate.tar.bz2
-> ${P}.tar.bz2"
-LICENSE="as-is"
+LICENSE="freedist" # license doesn't grant the right for modifications
SLOT="0"
KEYWORDS="~amd64 ~x86"
-
IUSE=""
S="${WORKDIR}/${PN}"