summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2011-04-06 21:43:06 +0000
committerMichael Weber <xmw@gentoo.org>2011-04-06 21:43:06 +0000
commit6b2bd203d7e2c4271230864a0996360f37feacf3 (patch)
tree19efeb65eaf995dcc4c475b7b3205bf030bb50da /net-misc/gofish
parentmoved x11-libs/qt to x11-libs/qt-meta (diff)
downloadgentoo-2-6b2bd203d7e2c4271230864a0996360f37feacf3.tar.gz
gentoo-2-6b2bd203d7e2c4271230864a0996360f37feacf3.tar.bz2
gentoo-2-6b2bd203d7e2c4271230864a0996360f37feacf3.zip
Taking maint. Removed explicit uid/gid in ebuild/config. Some cleanups and added docs
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/gofish')
-rw-r--r--net-misc/gofish/ChangeLog12
-rw-r--r--net-misc/gofish/gofish-1.1-r1.ebuild41
-rw-r--r--net-misc/gofish/metadata.xml3
3 files changed, 53 insertions, 3 deletions
diff --git a/net-misc/gofish/ChangeLog b/net-misc/gofish/ChangeLog
index 5deba3975920..93cfd1157d9b 100644
--- a/net-misc/gofish/ChangeLog
+++ b/net-misc/gofish/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-misc/gofish
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/ChangeLog,v 1.16 2007/05/14 19:45:45 bangert Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/ChangeLog,v 1.17 2011/04/06 21:43:06 xmw Exp $
+
+*gofish-1.1-r1 (06 Apr 2011)
+
+ 06 Apr 2011; Michael Weber <xmw@gentoo.org> +gofish-1.1-r1.ebuild,
+ metadata.xml:
+ Taking maint. Removed explicit uid/gid in ebuild/config (thanks to
+ oliver@schinagl.nl on bug 268678). Some cleanups and added docs (thanks to
+ matimatik@lavabit.com on bug 290917)
14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
diff --git a/net-misc/gofish/gofish-1.1-r1.ebuild b/net-misc/gofish/gofish-1.1-r1.ebuild
new file mode 100644
index 000000000000..0fdf9f2e9485
--- /dev/null
+++ b/net-misc/gofish/gofish-1.1-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/gofish-1.1-r1.ebuild,v 1.1 2011/04/06 21:43:06 xmw Exp $
+
+EAPI=2
+
+inherit eutils
+
+DESCRIPTION="Gofish gopher server"
+HOMEPAGE="http://gofish.sourceforge.net"
+SRC_URI="mirror://sourceforge/gofish/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}/${PN}
+
+pkg_setup() {
+ enewgroup gopher
+ enewuser gopher -1 -1 -1 gopher
+}
+
+src_configure() {
+ econf \
+ --localstatedir=/var \
+ --disable-http || die
+}
+
+src_install () {
+ make DESTDIR="${D}" install || die
+
+ newinitd "${FILESDIR}"/gofish.rc gofish || die
+ newconfd "${FILESDIR}"/gofish.confd gofish || die
+
+ dodoc AUTHORS ChangeLog Configure_GoFish README TODO || die
+}
diff --git a/net-misc/gofish/metadata.xml b/net-misc/gofish/metadata.xml
index 616f0488f72e..5c5cf0d7130f 100644
--- a/net-misc/gofish/metadata.xml
+++ b/net-misc/gofish/metadata.xml
@@ -3,6 +3,7 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>xmw@gentoo.org</email>
+ <name>Michael Weber</name>
</maintainer>
</pkgmetadata>