summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-21 00:56:24 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-21 00:56:24 +0000
commitdf105ed1e071e039cf5fd34fc83acbae3c94cfe3 (patch)
tree28245135ce171154ef21a4fd916aab54689c3aac /net-misc/gofish
parentRemove old. (diff)
downloadgentoo-2-df105ed1e071e039cf5fd34fc83acbae3c94cfe3.tar.gz
gentoo-2-df105ed1e071e039cf5fd34fc83acbae3c94cfe3.tar.bz2
gentoo-2-df105ed1e071e039cf5fd34fc83acbae3c94cfe3.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-misc/gofish')
-rw-r--r--net-misc/gofish/ChangeLog8
-rw-r--r--net-misc/gofish/gofish-1.0.ebuild45
-rw-r--r--net-misc/gofish/gofish-1.1-r1.ebuild41
-rw-r--r--net-misc/gofish/gofish-1.1.ebuild45
4 files changed, 6 insertions, 133 deletions
diff --git a/net-misc/gofish/ChangeLog b/net-misc/gofish/ChangeLog
index 36012ff814ad..4c05e602a0cc 100644
--- a/net-misc/gofish/ChangeLog
+++ b/net-misc/gofish/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/gofish
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/ChangeLog,v 1.20 2014/01/08 06:34:08 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/ChangeLog,v 1.21 2015/04/21 00:56:24 mrueg Exp $
+
+ 21 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -gofish-1.0.ebuild,
+ -gofish-1.1-r1.ebuild, -gofish-1.1.ebuild:
+ Remove old.
08 Jan 2014; Mike Frysinger <vapier@gentoo.org> gofish-1.0.ebuild,
gofish-1.1-r1.ebuild, gofish-1.1.ebuild, gofish-1.2.ebuild:
diff --git a/net-misc/gofish/gofish-1.0.ebuild b/net-misc/gofish/gofish-1.0.ebuild
deleted file mode 100644
index 9f801120c00a..000000000000
--- a/net-misc/gofish/gofish-1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/gofish-1.0.ebuild,v 1.3 2014/01/08 06:34:08 vapier Exp $
-
-inherit eutils user
-
-DESCRIPTION="Gofish gopher server"
-HOMEPAGE="http://gofish.sourceforge.net"
-SRC_URI="mirror://sourceforge/gofish/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
- enewgroup gopher 30
- enewuser gopher 30 -1 -1 gopher
-}
-
-src_compile() {
- econf \
- --localstatedir=/var \
- --disable-http || die "econf failed!"
-
- emake || die "emake failed!"
-}
-
-src_install () {
- sed -i s/';uid = -1'/'uid = 30'/ "${S}"/gofish.conf
- sed -i s/';gid = -1'/'uid = 30'/ "${S}"/gofish.conf
- make DESTDIR="${D}" install || die "make install failed!"
- newinitd "${FILESDIR}"/gofish.rc gofish
- newconfd "${FILESDIR}"/gofish.confd gofish
-}
-
-pkg_postinst() {
- echo
- elog "Please configure /etc/${PN}.conf before attempt to use it!"
- echo
-}
diff --git a/net-misc/gofish/gofish-1.1-r1.ebuild b/net-misc/gofish/gofish-1.1-r1.ebuild
deleted file mode 100644
index 2cc10e495d0a..000000000000
--- a/net-misc/gofish/gofish-1.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 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.2 2014/01/08 06:34:08 vapier Exp $
-
-EAPI=2
-
-inherit eutils user
-
-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/gofish-1.1.ebuild b/net-misc/gofish/gofish-1.1.ebuild
deleted file mode 100644
index 4cfbdaa25ed7..000000000000
--- a/net-misc/gofish/gofish-1.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gofish/gofish-1.1.ebuild,v 1.4 2014/01/08 06:34:08 vapier Exp $
-
-inherit eutils user
-
-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 30
- enewuser gopher 30 -1 -1 gopher
-}
-
-src_compile() {
- econf \
- --localstatedir=/var \
- --disable-http || die "econf failed!"
-
- emake || die "emake failed!"
-}
-
-src_install () {
- sed -i s/';uid = -1'/'uid = 30'/ "${S}"/gofish.conf
- sed -i s/';gid = -1'/'uid = 30'/ "${S}"/gofish.conf
- make DESTDIR="${D}" install || die "make install failed!"
- newinitd "${FILESDIR}"/gofish.rc gofish
- newconfd "${FILESDIR}"/gofish.confd gofish
-}
-
-pkg_postinst() {
- echo
- elog "Please configure /etc/${PN}.conf before attempt to use it!"
- echo
-}