diff options
author | William McArthur <sandymac@gentoo.org> | 2002-04-29 22:56:53 +0000 |
---|---|---|
committer | William McArthur <sandymac@gentoo.org> | 2002-04-29 22:56:53 +0000 |
commit | 06933f5b4ad8b10b380596486e90575aaffe388b (patch) | |
tree | fcb754cfb8e77bdd08ecbd97f4927d1312b7bad2 /skel.ebuild | |
parent | More LICENSES stuff (diff) | |
download | gentoo-2-06933f5b4ad8b10b380596486e90575aaffe388b.tar.gz gentoo-2-06933f5b4ad8b10b380596486e90575aaffe388b.tar.bz2 gentoo-2-06933f5b4ad8b10b380596486e90575aaffe388b.zip |
Added LICENSE to skel.ebuild
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skel.ebuild b/skel.ebuild index 7a5b8a5cdd7b..a4ba922aee7b 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: First Last <your email> -# $Header: /home/cvsroot/gentoo-x86/skel.ebuild,v 1.3 2002/02/04 15:46:51 gbevin Exp $ +# $Header: /home/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp $ # NOTE: The comments in this file are for instruction and # documentation. They're not meant to appear with your final, @@ -30,6 +30,11 @@ SRC_URI="ftp://foo.bar.com/${P}.tar.gz" # Homepage, not used by Portage directly but handy for developer reference HOMEPAGE="http://" +# 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="" + # Build-time dependencies, such as # ssl? ( >=openssl-0.9.6b ) # >=perl-5.6.1-r1 |