summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/noweb/ChangeLog8
-rw-r--r--app-text/noweb/files/50noweb-gentoo.el3
-rw-r--r--app-text/noweb/noweb-2.11b-r1.ebuild6
-rw-r--r--app-text/noweb/noweb-2.11b-r2.ebuild6
4 files changed, 12 insertions, 11 deletions
diff --git a/app-text/noweb/ChangeLog b/app-text/noweb/ChangeLog
index 66a7e4f1c0b2..945e6d23d948 100644
--- a/app-text/noweb/ChangeLog
+++ b/app-text/noweb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/noweb
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/ChangeLog,v 1.48 2010/10/30 22:23:22 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/ChangeLog,v 1.49 2012/01/08 22:43:06 ulm Exp $
+
+ 08 Jan 2012; Ulrich Müller <ulm@gentoo.org> noweb-2.11b-r1.ebuild,
+ noweb-2.11b-r2.ebuild:
+ LICENSE is noweb not freedist, bug 397485.
*noweb-2.11b-r2 (30 Oct 2010)
diff --git a/app-text/noweb/files/50noweb-gentoo.el b/app-text/noweb/files/50noweb-gentoo.el
index 62b50cfa1732..90b971d74635 100644
--- a/app-text/noweb/files/50noweb-gentoo.el
+++ b/app-text/noweb/files/50noweb-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; noweb site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
(autoload 'noweb-mode "noweb-mode"
"Minor meta mode for editing noweb files." t)
diff --git a/app-text/noweb/noweb-2.11b-r1.ebuild b/app-text/noweb/noweb-2.11b-r1.ebuild
index a61b299bc33d..8a5b311d5e1f 100644
--- a/app-text/noweb/noweb-2.11b-r1.ebuild
+++ b/app-text/noweb/noweb-2.11b-r1.ebuild
@@ -1,6 +1,6 @@
-# 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/app-text/noweb/noweb-2.11b-r1.ebuild,v 1.6 2010/01/06 20:35:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.11b-r1.ebuild,v 1.7 2012/01/08 22:43:06 ulm Exp $
inherit eutils toolchain-funcs elisp-common
@@ -8,7 +8,7 @@ DESCRIPTION="a literate programming tool, lighter than web"
HOMEPAGE="http://www.eecs.harvard.edu/~nr/noweb/"
SRC_URI="http://www.eecs.harvard.edu/~nr/noweb/dist/${P}.tgz"
-LICENSE="freedist emacs? ( GPL-2 )"
+LICENSE="noweb emacs? ( GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="emacs examples"
diff --git a/app-text/noweb/noweb-2.11b-r2.ebuild b/app-text/noweb/noweb-2.11b-r2.ebuild
index 55cd99d009c1..6931d93411db 100644
--- a/app-text/noweb/noweb-2.11b-r2.ebuild
+++ b/app-text/noweb/noweb-2.11b-r2.ebuild
@@ -1,6 +1,6 @@
-# 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/app-text/noweb/noweb-2.11b-r2.ebuild,v 1.1 2010/10/30 22:23:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.11b-r2.ebuild,v 1.2 2012/01/08 22:43:06 ulm Exp $
inherit eutils toolchain-funcs elisp-common
@@ -8,7 +8,7 @@ DESCRIPTION="a literate programming tool, lighter than web"
HOMEPAGE="http://www.eecs.harvard.edu/~nr/noweb/"
SRC_URI="http://www.eecs.harvard.edu/~nr/noweb/dist/${P}.tgz"
-LICENSE="freedist emacs? ( GPL-2 )"
+LICENSE="noweb emacs? ( GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="emacs examples"