From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gofish/
Date: Mon, 28 May 2018 23:02:15 +0000 (UTC) [thread overview]
Message-ID: <1527548517.80847bf92f393178bf48a906f31a9786bc8b7bed.bman@gentoo> (raw)
commit: 80847bf92f393178bf48a906f31a9786bc8b7bed
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:10:57 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:01:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80847bf9
net-misc/gofish: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-misc/gofish/gofish-1.2.ebuild | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/net-misc/gofish/gofish-1.2.ebuild b/net-misc/gofish/gofish-1.2.ebuild
index 68b0fe7e5df..64d6f162b85 100644
--- a/net-misc/gofish/gofish-1.2.ebuild
+++ b/net-misc/gofish/gofish-1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
+EAPI=6
-inherit eutils user
+inherit user
DESCRIPTION="Gofish gopher server"
HOMEPAGE="http://gofish.sourceforge.net"
@@ -19,6 +19,8 @@ RDEPEND=""
S=${WORKDIR}/${PN}
+DOCS=( AUTHORS ChangeLog Configure_GoFish README TODO )
+
pkg_setup() {
enewgroup gopher
enewuser gopher -1 -1 -1 gopher
@@ -27,14 +29,12 @@ pkg_setup() {
src_configure() {
econf \
--localstatedir=/var \
- --disable-mmap-cache || die
+ --disable-mmap-cache
}
src_install () {
- make DESTDIR="${D}" install || die
-
- newinitd "${FILESDIR}"/gofish.rc gofish || die
- newconfd "${FILESDIR}"/gofish.confd gofish || die
+ default
- dodoc AUTHORS ChangeLog Configure_GoFish README TODO || die
+ newinitd "${FILESDIR}"/gofish.rc gofish
+ newconfd "${FILESDIR}"/gofish.confd gofish
}
next reply other threads:[~2018-05-28 23:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-28 23:02 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-28 23:02 [gentoo-commits] repo/gentoo:master commit in: net-misc/gofish/ Aaron Bauman
2021-04-10 18:35 Conrad Kostecki
2021-04-10 18:35 Conrad Kostecki
2021-07-15 19:13 Conrad Kostecki
2023-04-29 19:48 Matthew Smith
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1527548517.80847bf92f393178bf48a906f31a9786bc8b7bed.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox