diff options
author | George Shapovalov <george@gentoo.org> | 2002-06-29 03:14:17 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-06-29 03:14:17 +0000 |
commit | e250cb51ef30e78077f644f40d5a24a242fa48a1 (patch) | |
tree | db4ec8748a4325ed3e54a7bcf1744b5f757c6cdb /dev-lisp | |
parent | updated LICENSE upon authors responce (diff) | |
download | gentoo-2-e250cb51ef30e78077f644f40d5a24a242fa48a1.tar.gz gentoo-2-e250cb51ef30e78077f644f40d5a24a242fa48a1.tar.bz2 gentoo-2-e250cb51ef30e78077f644f40d5a24a242fa48a1.zip |
updated license upon authors responce
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/flim/flim-1.14.4.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/semi/semi-1.14.3.ebuild | 4 |
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 |