summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-06-14 18:44:05 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-06-14 18:44:05 +0000
commit4ea3091a29225db9859f293a117243fb04229e10 (patch)
treec9df46f6bb97ad34bfb73bd7b07297878d4e0b24 /net-misc
parentlocked down readline to < 4.2 (diff)
downloadgentoo-2-4ea3091a29225db9859f293a117243fb04229e10.tar.gz
gentoo-2-4ea3091a29225db9859f293a117243fb04229e10.tar.bz2
gentoo-2-4ea3091a29225db9859f293a117243fb04229e10.zip
New package. Fixes #2747
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gnomba/ChangeLog13
-rw-r--r--net-misc/gnomba/files/digest-gnomba-0.6.21
-rw-r--r--net-misc/gnomba/gnomba-0.6.2.ebuild32
3 files changed, 46 insertions, 0 deletions
diff --git a/net-misc/gnomba/ChangeLog b/net-misc/gnomba/ChangeLog
new file mode 100644
index 000000000000..cf364282f15e
--- /dev/null
+++ b/net-misc/gnomba/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for net-misc/gnomba
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/ChangeLog,v 1.1 2002/06/14 18:44:05 rphillips Exp $
+
+*gnomba-0.6.2 (14 June 2002)
+
+ 14 June 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/net-misc/gnomba/files/digest-gnomba-0.6.2 b/net-misc/gnomba/files/digest-gnomba-0.6.2
new file mode 100644
index 000000000000..5b9e90cf5595
--- /dev/null
+++ b/net-misc/gnomba/files/digest-gnomba-0.6.2
@@ -0,0 +1 @@
+MD5 698c40d2755c5b0d467e4de2f2119c0c gnomba-0.6.2.tar.gz 556655
diff --git a/net-misc/gnomba/gnomba-0.6.2.ebuild b/net-misc/gnomba/gnomba-0.6.2.ebuild
new file mode 100644
index 000000000000..631f06acb1c4
--- /dev/null
+++ b/net-misc/gnomba/gnomba-0.6.2.ebuild
@@ -0,0 +1,32 @@
+# 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-misc/gnomba/gnomba-0.6.2.ebuild,v 1.1 2002/06/14 18:44:05 rphillips Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Gnome Samba Browser"
+SRC_URI="http://gnomba.sourceforge.net/src/${P}.tar.gz"
+HOMEPAGE="http://gnomba.sourceforge.net"
+
+DEPEND="virtual/glibc
+ gnome-libs"
+
+RDEPEND="gnome-libs"
+
+src_unpack ()
+{
+ unpack ${A}
+ cd ${S}
+}
+
+src_compile ()
+{
+ ./configure --prefix=/usr --host=${CHOST} --mandir=/usr/share/man || die
+ emake || die
+}
+
+src_install ()
+{
+ make prefix=${D}/usr \
+ mandir=${D}/usr/share/man \
+ install || die
+}