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 | |
parent | New licenses (diff) | |
download | historical-ca2552c6d08ca40676197b9344d209dd82dfc7bf.tar.gz historical-ca2552c6d08ca40676197b9344d209dd82dfc7bf.tar.bz2 historical-ca2552c6d08ca40676197b9344d209dd82dfc7bf.zip |
Added LICENSE tag
Diffstat (limited to 'net-fs')
-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 | ||||
-rw-r--r-- | net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild | 3 | ||||
-rw-r--r-- | net-fs/netatalk/netatalk-1.5.2.ebuild | 3 | ||||
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild | 3 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.2.2-r6.ebuild | 1 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.2.2-r7.ebuild | 1 | ||||
-rw-r--r-- | net-fs/samba/samba-2.0.10-r6.ebuild | 3 |
8 files changed, 14 insertions, 6 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 diff --git a/net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild b/net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild index 54de27d41950..02816f9a6032 100644 --- a/net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild +++ b/net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom <ryan@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild,v 1.4 2002/05/08 06:03:11 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild,v 1.5 2002/07/08 08:13:59 aliz Exp $ A=${P}-k2.4.tar.gz S=${WORKDIR}/${P}-k2.4 DESCRIPTION="A filesystem for mounting FTP volumes" SRC_URI="http://ftp1.sourceforge.net/ftpfs/${A}" HOMEPAGE="http://ftpfs.sourceforge.net" +LICENSE="GPL-2" DEPEND="virtual/glibc virtual/linux-sources diff --git a/net-fs/netatalk/netatalk-1.5.2.ebuild b/net-fs/netatalk/netatalk-1.5.2.ebuild index 478ab89b5b08..a1355daebb59 100644 --- a/net-fs/netatalk/netatalk-1.5.2.ebuild +++ b/net-fs/netatalk/netatalk-1.5.2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5.2.ebuild,v 1.3 2002/04/27 13:34:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.5.2.ebuild,v 1.4 2002/07/08 08:13:59 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="kernel level implementation of the AppleTalk Protocol Suite" SRC_URI="http://download.sourceforge.net/netatalk/${P}.tar.gz" HOMEPAGE="http://netatalk.sourceforge.net" +LICENSE="GPL-2" DEPEND="virtual/glibc pam? ( sys-libs/pam ) diff --git a/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild b/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild index 221211f0c435..45c6393b1563 100644 --- a/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-0.3.3-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: Aron Griffis <agriffis@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild,v 1.1 2002/04/24 22:18:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild,v 1.2 2002/07/08 08:13:59 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="kernel NFS client and server daemons" @@ -9,6 +9,7 @@ SRC_URI="http://download.sourceforge.net/nfs/${P}.tar.gz" HOMEPAGE="http://nfs.sourceforge.net/" DEPEND="virtual/glibc tcpd? ( sys-apps/tcp-wrappers )" RDEPEND="virtual/glibc >=net-nds/portmap-5b-r6" +LICENSE="GPL-2" src_compile() { ./configure \ diff --git a/net-fs/openafs/openafs-1.2.2-r6.ebuild b/net-fs/openafs/openafs-1.2.2-r6.ebuild index bba7fa1abe94..6dbf402da744 100644 --- a/net-fs/openafs/openafs-1.2.2-r6.ebuild +++ b/net-fs/openafs/openafs-1.2.2-r6.ebuild @@ -15,6 +15,7 @@ extensive UNIX environment for accessing files easily and quickly." SRC_URI="http://www.openafs.org/dl/openafs/1.2.2/openafs-1.2.2-src.tar.bz2" HOMEPAGE="http://www.openafs.org/" +LICENSE="IPL-1" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 diff --git a/net-fs/openafs/openafs-1.2.2-r7.ebuild b/net-fs/openafs/openafs-1.2.2-r7.ebuild index c841d9f25da5..6ab2c6dd70c8 100644 --- a/net-fs/openafs/openafs-1.2.2-r7.ebuild +++ b/net-fs/openafs/openafs-1.2.2-r7.ebuild @@ -15,6 +15,7 @@ extensive UNIX environment for accessing files easily and quickly." SRC_URI="http://www.openafs.org/dl/openafs/1.2.2/openafs-1.2.2-src.tar.bz2" HOMEPAGE="http://www.openafs.org/" +LICENSE="IPL-1" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 diff --git a/net-fs/samba/samba-2.0.10-r6.ebuild b/net-fs/samba/samba-2.0.10-r6.ebuild index cb2c50f8a3d7..4c21e8b9ddeb 100644 --- a/net-fs/samba/samba-2.0.10-r6.ebuild +++ b/net-fs/samba/samba-2.0.10-r6.ebuild @@ -1,13 +1,14 @@ # 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/samba/samba-2.0.10-r6.ebuild,v 1.3 2001/09/09 09:32:13 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.0.10-r6.ebuild,v 1.4 2002/07/08 08:13:59 aliz Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Samba" SRC_URI="http://us1.samba.org/samba/ftp/${A}" HOMEPAGE="http://www.samba.org" +LICENSE="GPL-2" DEPEND="virtual/glibc >=sys-libs/pam-0.72" |