public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/
Date: Wed, 30 Jun 2021 18:40:44 +0000 (UTC)	[thread overview]
Message-ID: <1625078367.2a33652d6b14521269121d2a611568a0487d083b.sam@gentoo> (raw)

commit:     2a33652d6b14521269121d2a611568a0487d083b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 18:39:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 18:39:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a33652d

net-irc/muh: add missing libcrypt dependency

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-irc/muh/{muh-2.2a-r1.ebuild => muh-2.2a-r2.ebuild} | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-irc/muh/muh-2.2a-r1.ebuild b/net-irc/muh/muh-2.2a-r2.ebuild
similarity index 84%
rename from net-irc/muh/muh-2.2a-r1.ebuild
rename to net-irc/muh/muh-2.2a-r2.ebuild
index 4a90c58d0c8..620f26da6f4 100644
--- a/net-irc/muh/muh-2.2a-r1.ebuild
+++ b/net-irc/muh/muh-2.2a-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Persistent IRC bouncer"
 HOMEPAGE="http://mind.riot.org/muh/"
@@ -12,8 +12,13 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86"
 IUSE="ipv6"
 
+RDEPEND="virtual/libcrypt:="
+DEPEND="${RDEPEND}"
+
 src_configure() {
-	econf --datadir=/usr/share/muh $(use_enable ipv6)
+	econf \
+		--datadir=/usr/share/muh \
+		$(use_enable ipv6)
 }
 
 src_install() {
@@ -22,10 +27,8 @@ src_install() {
 }
 
 pkg_postinst() {
-	elog
 	elog "You'll need to configure muh before running it."
 	elog "Put your config in ~/.muh/muhrc"
 	elog "A sample config is /usr/share/muh/muhrc"
 	elog "For more information, see the documentation."
-	elog
 }


             reply	other threads:[~2021-06-30 18:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-30 18:40 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-29 19:03 [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/ David Seifert
2020-08-30  5:44 Sam James
2018-04-17 20:27 David Seifert
2018-04-16 21:26 Sergei Trofimovich
2018-03-05 13:57 Tobias Klausmann
2018-02-18 21:48 Thomas Deutschmann
2017-08-23  9:16 Amy Liffey

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=1625078367.2a33652d6b14521269121d2a611568a0487d083b.sam@gentoo \
    --to=sam@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