diff options
author | William McArthur <sandymac@gentoo.org> | 2002-04-30 22:13:33 +0000 |
---|---|---|
committer | William McArthur <sandymac@gentoo.org> | 2002-04-30 22:13:33 +0000 |
commit | 9ecbd526b7f7d678257046245d91613b7cac9e8a (patch) | |
tree | ca0bc03a6582c3b15f3c36698f527a0792c647c2 /net-fs | |
parent | Unmasked openoffice 641d. (diff) | |
download | gentoo-2-9ecbd526b7f7d678257046245d91613b7cac9e8a.tar.gz gentoo-2-9ecbd526b7f7d678257046245d91613b7cac9e8a.tar.bz2 gentoo-2-9ecbd526b7f7d678257046245d91613b7cac9e8a.zip |
Added the HOMEPAGE url and LICENSE to the ebuild.
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r3.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index bd225f6d6f36..65d4c4cdf58a 100644 --- a/net-fs/autofs/ChangeLog +++ b/net-fs/autofs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/autofs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.5 2002/04/17 04:34:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.6 2002/04/30 22:13:33 sandymac Exp $ + + 30 Apr 2002; William McArthur <sandymac@gentoo.org> autofs-3.1.7-r3.ebuild : + + Added HOMEPAGE, LICENSE and made the DESCRIPTION a little more so. *autfofs-3.1.7-r3 (16 Apr 2002) diff --git a/net-fs/autofs/autofs-3.1.7-r3.ebuild b/net-fs/autofs/autofs-3.1.7-r3.ebuild index eeae50a8ffed..0188c3a37708 100644 --- a/net-fs/autofs/autofs-3.1.7-r3.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r3.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.1 2002/04/17 04:34:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.2 2002/04/30 22:13:33 sandymac Exp $ S=${WORKDIR}/${P} -DESCRIPTION="Automounter" +DESCRIPTION="Kernel based automounter" +HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" +LICENSE="GPL-2" SRC_URI="ftp://ftp.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2 ftp://ftp.de.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2 ftp://ftp.uk.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2" |