diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-10-05 16:27:18 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-10-05 16:27:18 +0000 |
commit | 978e21289f8e7196c7e004c3700272e57786ff31 (patch) | |
tree | b98c0c31bdef0722e2a70f93d7a3414a0349de0a /gnustep-apps/gwnet | |
parent | bump 2.16-r2 on mips (Manifest recommit) (diff) | |
download | gentoo-2-978e21289f8e7196c7e004c3700272e57786ff31.tar.gz gentoo-2-978e21289f8e7196c7e004c3700272e57786ff31.tar.bz2 gentoo-2-978e21289f8e7196c7e004c3700272e57786ff31.zip |
Broke apart some optional components from gworkspace; added gnustep-apps/desktop gnustep-apps/recycler; gnustep-apps/gwnet
Diffstat (limited to 'gnustep-apps/gwnet')
-rw-r--r-- | gnustep-apps/gwnet/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/gwnet/Manifest | 2 | ||||
-rw-r--r-- | gnustep-apps/gwnet/files/digest-gwnet-0.1_pre20040928 | 0 | ||||
-rw-r--r-- | gnustep-apps/gwnet/gwnet-0.1_pre20040928.ebuild | 30 | ||||
-rw-r--r-- | gnustep-apps/gwnet/metadata.xml | 10 |
5 files changed, 52 insertions, 0 deletions
diff --git a/gnustep-apps/gwnet/ChangeLog b/gnustep-apps/gwnet/ChangeLog new file mode 100644 index 000000000000..2210f3804e8f --- /dev/null +++ b/gnustep-apps/gwnet/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for gnustep-apps/gwnet +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gwnet/ChangeLog,v 1.1 2004/10/05 16:27:18 fafhrd Exp $ + +*gwnet-0.1_pre20040928 (05 Oct 2004) + + 05 Oct 2004; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml, + +gwnet-0.1_pre20040928.ebuild: + Original package added; keyworded for ~x86 + diff --git a/gnustep-apps/gwnet/Manifest b/gnustep-apps/gwnet/Manifest new file mode 100644 index 000000000000..c957d0416561 --- /dev/null +++ b/gnustep-apps/gwnet/Manifest @@ -0,0 +1,2 @@ +MD5 bc2dca66386ca7d73568ba9b8a10289d gwnet-0.1_pre20040928.ebuild 676 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gwnet-0.1_pre20040928 0 diff --git a/gnustep-apps/gwnet/files/digest-gwnet-0.1_pre20040928 b/gnustep-apps/gwnet/files/digest-gwnet-0.1_pre20040928 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/gnustep-apps/gwnet/files/digest-gwnet-0.1_pre20040928 diff --git a/gnustep-apps/gwnet/gwnet-0.1_pre20040928.ebuild b/gnustep-apps/gwnet/gwnet-0.1_pre20040928.ebuild new file mode 100644 index 000000000000..1dca636612e3 --- /dev/null +++ b/gnustep-apps/gwnet/gwnet-0.1_pre20040928.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gwnet/gwnet-0.1_pre20040928.ebuild,v 1.1 2004/10/05 16:27:18 fafhrd Exp $ + +ECVS_CVS_COMMAND="cvs -q" +ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" +ECVS_USER="anoncvs" +ECVS_AUTH="ext" +ECVS_MODULE="gnustep/usr-apps/gworkspace/${PN/gwn/GWN}" +ECVS_CO_OPTS="-D ${PV/*_pre}" +ECVS_UP_OPTS="-D ${PV/*_pre}" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-gnustep" +inherit gnustep cvs + +S=${WORKDIR}/${ECVS_MODULE} + +DESCRIPTION="A GNUstep network filesystem file browser." +HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/" + +KEYWORDS="~x86" +LICENSE="GPL-2" +SLOT="0" + +IUSE="${IUSE}" +# Yes, currently this app does not optional depend on smb, it requires it +DEPEND="${GS_DEPEND} + gnustep-libs/smbkit" +RDEPEND="${GS_RDEPEND} + gnustep-libs/smbkit" + diff --git a/gnustep-apps/gwnet/metadata.xml b/gnustep-apps/gwnet/metadata.xml new file mode 100644 index 000000000000..325a868e8c3d --- /dev/null +++ b/gnustep-apps/gwnet/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnustep</herd> +<longdescription> +GNUstep network filesystem file browser. + +Great for FTP, and optionally, SMB shares. +</longdescription> +</pkgmetadata> |