Re: [gentoo-user] ebuild defaults?

2006-01-05 Thread Neil Bothwick
On Wed, 4 Jan 2006 17:35:59 -0800 (PST), maxim wexler wrote:

 So, here it is again up to LICENSE where I'm stuck:

 # Point to any required sources; these will be automatically downloaded by
 # Portage.
 SRC_URI=ftp://petrus.thomasaquinas.edu/pub/linux/words/words-1.97-linux.tar.gz;

You shouldn't put the version number in SRC_URI, that way it still works
when you rename the ebuild for a later version. 

SRC_URI=ftp://petrus.thomasaquinas.edu/pub/linux/words/${P}-linux.tar.gz;

 # License of the package.  This must match the name of file(s) in
 # /usr/portage/licenses/.  For complex license combination see the developer
 # docs on gentoo.org for details.
 LICENSE=

It's in the documentation files in the tarball

Licence

All parts of the WORDS system, source code and data files, are made freely 
available to anyone who wishes to use them, for whatever purpose.
 
Which makes it Freely Distributable, surely.


-- 
Neil Bothwick

Drop your carrier .. we have you surrounded


signature.asc
Description: PGP signature


Re: [gentoo-user] ebuild defaults?

2006-01-05 Thread maxim wexler
 
 It's in the documentation files in the tarball
 
 Licence
 
 All parts of the WORDS system, source code and data
 files, are made freely available to anyone who
 wishes to use them, for whatever purpose.
  
 Which makes it Freely Distributable, surely.
 

OK, setting LICENSE=as-is. So I guess that leaves
this bit:


# Comprehensive list of any and all USE flags
leveraged in the ebuild,
# with the exception of any ARCH specific flags, i.e.
ppc, sparc,
# x86 and alpha.  This is a required variable.  If
the ebuild doesn't 
# use any USE flags, set to .
IUSE=X gnome


What does leveraged in the ebuild mean? I'm inclined
to set IUSE= as suggested. Is that correct? This is
a very simple console app.





__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ebuild defaults?

2006-01-05 Thread Neil Bothwick
On Thu, 5 Jan 2006 15:16:43 -0800 (PST), maxim wexler wrote:

 What does leveraged in the ebuild mean? I'm inclined
 to set IUSE= as suggested. Is that correct?

Used in the ebuild. If your ebuild bases the configuration of the
package on any USE variables, they should be listed here. If not, set
IUSE=.


-- 
Neil Bothwick

Earlier, I didn't have time to finish anything. This time I w


signature.asc
Description: PGP signature


Re: [gentoo-user] ebuild defaults?

2006-01-04 Thread Ciaran McCreesh
On Wed, 4 Jan 2006 09:25:52 -0800 (PST) maxim wexler
[EMAIL PROTECTED] wrote:
| Is there a default, eg for LICENSE, in an ebuild if
| the ebuild's author can't discover it?

Not for LICENSE. If you can't find the LICENSE, you can't legally
distribute or use the software so you can't make an ebuild for it.

-- 
Ciaran McCreesh : Gentoo Developer (King of all Londinium)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



signature.asc
Description: PGP signature


Re: [gentoo-user] ebuild defaults?

2006-01-04 Thread Lares Moreau
On Wed, 2006-01-04 at 09:25 -0800, maxim wexler wrote:
 Is there a default, eg for LICENSE, in an ebuild if
 the ebuild's author can't discover it?

What package?  We'll take a look.

-- 
Lares Moreau [EMAIL PROTECTED]  | LRU: 400755 http://counter.li.org
lares/irc.freenode.net |
Gentoo x86 Arch Tester |   ::0 Alberta, Canada
Public Key: 0D46BB6E @ subkeys.pgp.net |  Encrypted Mail Preferred
Key fingerprint = 0CA3 E40D F897 7709 3628  C5D4 7D94 483E 0D46 BB6E


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] ebuild defaults?

2006-01-04 Thread Mariusz Pękala
On 2006-01-04 17:45:46 + (Wed, Jan), Ciaran McCreesh wrote:
 On Wed, 4 Jan 2006 09:25:52 -0800 (PST) maxim wexler
 [EMAIL PROTECTED] wrote:
 | Is there a default, eg for LICENSE, in an ebuild if
 | the ebuild's author can't discover it?
 
 Not for LICENSE. If you can't find the LICENSE, you can't legally
 distribute or use the software so you can't make an ebuild for it.

[EMAIL PROTECTED] ~ $ cat /usr/portage/licenses/secretware

You are not authorized to know under what conditions you may use this
software.

You are not authorized to know whether you may use, modify, distribute
modified and unmodified versions of this software.

You must not violate any restriction placed by this license. Failure to
do so will cause you to be punished to the fullest extent of the law,
according to the rules that you are not authorized to know.

[EMAIL PROTECTED] ~ $

Are you sure you WANT to make an ebuild for this software? ;-)


P.S.:
Do you know of any package that uses the DR license?
And do you know any user of such package? :-

-- 
No virus found in this outgoing message.
Checked by grep -i virus $MESSAGE


pgpbRcxWB3QY8.pgp
Description: PGP signature


Re: [gentoo-user] ebuild defaults?

2006-01-04 Thread maxim wexler


--- Lares Moreau [EMAIL PROTECTED] wrote:

 On Wed, 2006-01-04 at 09:25 -0800, maxim wexler
 wrote:
  Is there a default, eg for LICENSE, in an ebuild
 if
  the ebuild's author can't discover it?
 
 What package?  We'll take a look.
 

Well, you said that already, and I posted skel.ebuild
but I got no response.

So, here it is again up to LICENSE where I'm stuck:

# Short one-line description of this package.
DESCRIPTION=This is a Latin to English translator

# Homepage, not used by Portage directly but handy for
developer reference
HOMEPAGE=http://users.erols.com/whitaker/wordslux.htm;

# Point to any required sources; these will be
automatically downloaded by
# Portage.
SRC_URI=ftp://petrus.thomasaquinas.edu/pub/linux/words/words-1.97-linux.tar.gz;

# License of the package.  This must match the name of
file(s) in
# /usr/portage/licenses/.  For complex license
combination see the developer
# docs on gentoo.org for details.
LICENSE=

[EMAIL PROTECTED]

wrote it but doesn't answer my emails




__ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 

-- 
gentoo-user@gentoo.org mailing list