summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-06-29 03:14:17 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-06-29 03:14:17 +0000
commit7a3e268da99b126e1ffce7ba2c971ac75a60b2fc (patch)
tree68049a20f4df27edf7dc16f8d2fdd98955549d9e /dev-lisp
parentupdated LICENSE upon authors responce (diff)
downloadhistorical-7a3e268da99b126e1ffce7ba2c971ac75a60b2fc.tar.gz
historical-7a3e268da99b126e1ffce7ba2c971ac75a60b2fc.tar.bz2
historical-7a3e268da99b126e1ffce7ba2c971ac75a60b2fc.zip
updated license upon authors responce
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/flim/flim-1.14.4.ebuild4
-rw-r--r--dev-lisp/semi/semi-1.14.3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lisp/flim/flim-1.14.4.ebuild b/dev-lisp/flim/flim-1.14.4.ebuild
index 303277d78814..1f10c10fea9d 100644
--- a/dev-lisp/flim/flim-1.14.4.ebuild
+++ b/dev-lisp/flim/flim-1.14.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 moto kawasaki <kawasaki@kawasaki3.org>
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/flim/flim-1.14.4.ebuild,v 1.2 2002/06/26 02:06:10 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/flim/flim-1.14.4.ebuild,v 1.3 2002/06/29 03:14:17 george Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A library to provide basic features about message representation or encoding -- FLIM"
@@ -11,7 +11,7 @@ DEPEND=">=app-editors/emacs-20.4
RDEPEND="${DEPEND}"
SLOT="0"
-LICENSE=""
+LICENSE="GPL-2"
src_compile() {
cd ${S};
diff --git a/dev-lisp/semi/semi-1.14.3.ebuild b/dev-lisp/semi/semi-1.14.3.ebuild
index 7ee6404f6196..3ac1deb3778d 100644
--- a/dev-lisp/semi/semi-1.14.3.ebuild
+++ b/dev-lisp/semi/semi-1.14.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 2002 moto kawasaki <kawasaki@kawasaki3.org>
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/semi/semi-1.14.3.ebuild,v 1.1 2002/06/26 02:06:10 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/semi/semi-1.14.3.ebuild,v 1.2 2002/06/29 03:14:17 george Exp $
S=${WORKDIR}/${P}
DESCRIPTION="a library to provide MIME feature for GNU Emacs -- SEMI"
@@ -13,7 +13,7 @@ DEPEND=">=app-editors/emacs-20.4
RDEPEND="${depend}"
SLOT="0"
-LICENSE=""
+LICENSE="GPL-2"
src_install() {
make PREFIX=${D}/usr install || die