diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 08:13:59 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 08:13:59 +0000 |
commit | ca2552c6d08ca40676197b9344d209dd82dfc7bf (patch) | |
tree | 5a81e94fb68c1808048c40981583a057556178c3 /net-fs/autofs | |
parent | New licenses (diff) | |
download | historical-ca2552c6d08ca40676197b9344d209dd82dfc7bf.tar.gz historical-ca2552c6d08ca40676197b9344d209dd82dfc7bf.tar.bz2 historical-ca2552c6d08ca40676197b9344d209dd82dfc7bf.zip |
Added LICENSE tag
Diffstat (limited to 'net-fs/autofs')
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r1.ebuild | 3 | ||||
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r2.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-fs/autofs/autofs-3.1.7-r1.ebuild b/net-fs/autofs/autofs-3.1.7-r1.ebuild index 3de1e4a5206c..17a395209a06 100644 --- a/net-fs/autofs/autofs-3.1.7-r1.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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-r1.ebuild,v 1.4 2001/08/24 14:42:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r1.ebuild,v 1.5 2002/07/08 08:13:59 aliz Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -9,6 +9,7 @@ DESCRIPTION="Automounter" SRC_URI="ftp://ftp.kernel.org/pub/linux/daemons/autofs/${A} ftp://ftp.de.kernel.org/pub/linux/daemons/autofs/${A} ftp://ftp.uk.kernel.org/pub/linux/daemons/autofs/${A}" +LICENSE="GPL-2" DEPEND="virtual/glibc ldap? ( ~net-nds/openldap-1.2 )" diff --git a/net-fs/autofs/autofs-3.1.7-r2.ebuild b/net-fs/autofs/autofs-3.1.7-r2.ebuild index 2ada74e1c8b3..387fb2776fec 100644 --- a/net-fs/autofs/autofs-3.1.7-r2.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r2.ebuild @@ -1,7 +1,7 @@ # 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-r2.ebuild,v 1.2 2002/01/26 01:07:56 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r2.ebuild,v 1.3 2002/07/08 08:13:59 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Automounter" @@ -9,6 +9,7 @@ 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" DEPEND="virtual/glibc ldap? ( ~net-nds/openldap-1.2 )" +LICENSE="GPL-2" src_unpack() { unpack ${A} ; cd ${S}/include |