Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3871

Summary: apel-2002.05.14.0540.ebuild (new)
Product: Gentoo Linux Reporter: moto kawasaki <kawasaki>
Component: New packagesAssignee: George Shapovalov (RETIRED) <george>
Status: RESOLVED FIXED    
Severity: enhancement CC: kawasaki, mkennedy
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
URL: http://www.m17n.org/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 3872    
Attachments: apel-2002.05.14.0540.ebuild (new)
apel-2002.06.21.0106.ebuild (updated followind to the revision up of source file)

Description moto kawasaki 2002-06-18 21:40:53 UTC
Hi,

Here's an Ebuild file of apel-200205140540, which is a lisp package for
GNU Emacs (21 or later).

APEL is "A Portable Emacs Library" and described in http://www.m17n.org/APEL.

Thank you.
Comment 1 moto kawasaki 2002-06-18 21:41:50 UTC
Created attachment 1601 [details]
apel-2002.05.14.0540.ebuild (new)
Comment 2 moto kawasaki 2002-06-24 02:15:34 UTC
Created attachment 1739 [details]
apel-2002.06.21.0106.ebuild (updated followind to the revision up of source file)
Comment 3 George Shapovalov (RETIRED) gentoo-dev 2002-06-25 20:17:20 UTC
Hi Moto

Under what license APEL is released? I cannot find this mentioned on a web site
nor anywhere in the package.
The same for all other ebuilds that belong to this project: what is the license?

I am committing it right now under an empty LICENSE. Please let me know if you
can clarify this.
Thanks for a submission!

George
Comment 4 moto kawasaki 2002-06-26 21:25:05 UTC
Hi George,

Regarding the license scheme, I __think__ it is under the GPL2.
This is just because each .el file begins with reference to GPL2
(example follows).

Is that clear enough?

If not, we can cantacting the development team.

Thanks,


moto


====
$ head -20 alist.el
;;; alist.el --- utility functions for association list

;; Copyright (C) 1993,1994,1995,1996,1998,2000 Free Software Foundation, Inc.

;; Author: MORIOKA Tomohiko <tomo@m17n.org>
;; Keywords: alist

;; This file is part of GNU Emacs.

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or (at
;; your option) any later version.
Comment 5 George Shapovalov (RETIRED) gentoo-dev 2002-06-28 22:12:54 UTC
Hi Moto.

This should suffice. Thanks!
Added proper LICENSE and committed.

George