diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-01-10 16:28:52 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-01-10 16:28:52 +0000 |
commit | 3ffcc0881ee78c006fc5bab16d49caa5e22ce1ad (patch) | |
tree | 50add10bf714594f5d3d51de56355f1304f95c21 /gnustep-apps/gwnet/gwnet-0.1_pre20050106.ebuild | |
parent | cvs snapshot version bumps; cleaned out old cvs versioned ebuilds; fixed date... (diff) | |
download | gentoo-2-3ffcc0881ee78c006fc5bab16d49caa5e22ce1ad.tar.gz gentoo-2-3ffcc0881ee78c006fc5bab16d49caa5e22ce1ad.tar.bz2 gentoo-2-3ffcc0881ee78c006fc5bab16d49caa5e22ce1ad.zip |
cvs snapshot version bumps; cleaned out old cvs versioned ebuilds; fixed date spec on ebuild headers as repoman was complaining
Diffstat (limited to 'gnustep-apps/gwnet/gwnet-0.1_pre20050106.ebuild')
-rw-r--r-- | gnustep-apps/gwnet/gwnet-0.1_pre20050106.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gnustep-apps/gwnet/gwnet-0.1_pre20050106.ebuild b/gnustep-apps/gwnet/gwnet-0.1_pre20050106.ebuild new file mode 100644 index 000000000000..c1bd1a85cc7d --- /dev/null +++ b/gnustep-apps/gwnet/gwnet-0.1_pre20050106.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gwnet/gwnet-0.1_pre20050106.ebuild,v 1.1 2005/01/10 16:28:01 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="-P -D ${PV/*_pre}" +ECVS_UP_OPTS="-dP -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 ~ppc" +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" + +egnustep_install_domain "System" + |