summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-12-04 20:23:35 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-12-04 20:23:35 +0000
commit300b8521f9d5052d997905dcc120f0e045e85bba (patch)
treefc0c6e5ba949be9427f9bf52177aee0e12c25370 /gnustep-apps/gwnet
parentStable on ppc64; bug #73279 (diff)
downloadhistorical-300b8521f9d5052d997905dcc120f0e045e85bba.tar.gz
historical-300b8521f9d5052d997905dcc120f0e045e85bba.tar.bz2
historical-300b8521f9d5052d997905dcc120f0e045e85bba.zip
Lots of general version bumps all related to GNUstep
Diffstat (limited to 'gnustep-apps/gwnet')
-rw-r--r--gnustep-apps/gwnet/ChangeLog8
-rw-r--r--gnustep-apps/gwnet/Manifest4
-rw-r--r--gnustep-apps/gwnet/files/digest-gwnet-0.1_pre200412030
-rw-r--r--gnustep-apps/gwnet/gwnet-0.1_pre20041203.ebuild32
4 files changed, 43 insertions, 1 deletions
diff --git a/gnustep-apps/gwnet/ChangeLog b/gnustep-apps/gwnet/ChangeLog
index 139a2b4adfad..baf1459cada4 100644
--- a/gnustep-apps/gwnet/ChangeLog
+++ b/gnustep-apps/gwnet/ChangeLog
@@ -1,6 +1,12 @@
# 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.3 2004/11/12 03:53:47 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gwnet/ChangeLog,v 1.4 2004/12/04 20:23:19 fafhrd Exp $
+
+*gwnet-0.1_pre20041203 (04 Dec 2004)
+
+ 04 Dec 2004; Armando Di Cianno <fafhrd@gentoo.org>
+ +gwnet-0.1_pre20041203.ebuild:
+ General version bump
11 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org>
gwnet-0.1_pre20040928.ebuild:
diff --git a/gnustep-apps/gwnet/Manifest b/gnustep-apps/gwnet/Manifest
index 8fd145b754af..c67a5f32ce62 100644
--- a/gnustep-apps/gwnet/Manifest
+++ b/gnustep-apps/gwnet/Manifest
@@ -1,4 +1,8 @@
+MD5 73a1668e586a799ef9a255623353d648 gwnet-0.1_pre20041126.ebuild 832
+MD5 73a1668e586a799ef9a255623353d648 gwnet-0.1_pre20041203.ebuild 832
MD5 5fc9821171f9ac0437533d0bef24b5c2 gwnet-0.1_pre20040928.ebuild 941
MD5 9bd05a7203c29eab24befdb7884454ec ChangeLog 910
MD5 f2392691afe8da10b2b7110b933fd207 metadata.xml 282
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gwnet-0.1_pre20040928 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gwnet-0.1_pre20041126 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gwnet-0.1_pre20041203 0
diff --git a/gnustep-apps/gwnet/files/digest-gwnet-0.1_pre20041203 b/gnustep-apps/gwnet/files/digest-gwnet-0.1_pre20041203
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/gnustep-apps/gwnet/files/digest-gwnet-0.1_pre20041203
diff --git a/gnustep-apps/gwnet/gwnet-0.1_pre20041203.ebuild b/gnustep-apps/gwnet/gwnet-0.1_pre20041203.ebuild
new file mode 100644
index 000000000000..721a49f4c39a
--- /dev/null
+++ b/gnustep-apps/gwnet/gwnet-0.1_pre20041203.ebuild
@@ -0,0 +1,32 @@
+# 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_pre20041203.ebuild,v 1.1 2004/12/04 20:23:19 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"
+