diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
commit | 957d5a3dfc2911af33459c794689e4e9fc0b3488 (patch) | |
tree | 8d477962f0cc95e3807f04cd81fa9206ed2c1e2e /sys-apps/nbd | |
parent | Version Bump (diff) | |
download | gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.gz gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.bz2 gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.zip |
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/nbd')
-rw-r--r-- | sys-apps/nbd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/nbd/nbd-14.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/nbd/ChangeLog b/sys-apps/nbd/ChangeLog index 9bcfd00be732..26a5a7ce5417 100644 --- a/sys-apps/nbd/ChangeLog +++ b/sys-apps/nbd/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/nbd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/nbd/ChangeLog,v 1.1 2002/02/19 00:48:34 chouser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/nbd/ChangeLog,v 1.2 2002/07/14 19:20:18 aliz Exp $ *nbd-14 (18 Feb 2002) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> nbd-14.ebuild : + Added LICENSE, KEYWORDS, SLOT. + 18 Feb 2002; Chris Houser <chouser@gentoo.org> : This is the first ebuild for nbd, the Linux Network Block Device client and diff --git a/sys-apps/nbd/nbd-14.ebuild b/sys-apps/nbd/nbd-14.ebuild index bdbe25205656..b07544f3415c 100644 --- a/sys-apps/nbd/nbd-14.ebuild +++ b/sys-apps/nbd/nbd-14.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/nbd/nbd-14.ebuild,v 1.3 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/nbd/nbd-14.ebuild,v 1.4 2002/07/14 19:20:18 aliz Exp $ MY_PP=${P//-/.} S=${WORKDIR}/${PN} DESCRIPTION="Userland client/server for kernel network block device" SRC_URI="http://atrey.karlin.mff.cuni.cz/~pavel/nbd/${MY_P}.tar.gz" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~pavel/nbd/nbd.html" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND=">=sys-devel/gcc-2.95.3 >=sys-devel/make-3.79.1" |