* [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/
@ 2017-08-23 9:16 Amy Liffey
0 siblings, 0 replies; 8+ messages in thread
From: Amy Liffey @ 2017-08-23 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 6c5b68d969384203ada3950d83766a9b85480514
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 09:14:59 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 09:14:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5b68d9
net-irc/muh: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
net-irc/muh/muh-2.2a-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/net-irc/muh/muh-2.2a-r1.ebuild b/net-irc/muh/muh-2.2a-r1.ebuild
new file mode 100644
index 00000000000..c5c9dc85ad9
--- /dev/null
+++ b/net-irc/muh/muh-2.2a-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Persistent IRC bouncer"
+HOMEPAGE="http://mind.riot.org/muh/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+IUSE="ipv6"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf --datadir=/usr/share/muh $(use_enable ipv6)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog TODO
+}
+
+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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/
@ 2018-02-18 21:48 Thomas Deutschmann
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2018-02-18 21:48 UTC (permalink / raw
To: gentoo-commits
commit: fafdb8c69cab494b85718f5cbf8351802044b85b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 21:36:43 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 21:47:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafdb8c6
net-irc/muh: x86 stable (bug #647728)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-irc/muh/muh-2.2a-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-irc/muh/muh-2.2a-r1.ebuild b/net-irc/muh/muh-2.2a-r1.ebuild
index c5c9dc85ad9..a9ca6942105 100644
--- a/net-irc/muh/muh-2.2a-r1.ebuild
+++ b/net-irc/muh/muh-2.2a-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc x86"
IUSE="ipv6"
RDEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/
@ 2018-03-05 13:57 Tobias Klausmann
0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann @ 2018-03-05 13:57 UTC (permalink / raw
To: gentoo-commits
commit: 3a3ac51792ff92038741d2cdb4edeaf5d4004f97
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 12:31:41 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 13:57:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3ac517
net-irc/muh-2.2a-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/647728
net-irc/muh/muh-2.2a-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/muh/muh-2.2a-r1.ebuild b/net-irc/muh/muh-2.2a-r1.ebuild
index 9cb9fc287c9..cb57115efd2 100644
--- a/net-irc/muh/muh-2.2a-r1.ebuild
+++ b/net-irc/muh/muh-2.2a-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~mips ~ppc ~sparc x86"
IUSE="ipv6"
RDEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/
@ 2018-04-16 21:26 Sergei Trofimovich
0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2018-04-16 21:26 UTC (permalink / raw
To: gentoo-commits
commit: 94ad1b15e0605bd721a258dc22a1fd86edbdcb76
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 21:13:35 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 21:25:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ad1b15
net-irc/muh: stable 2.2a-r1 for ppc, bug #647728
Bug: https://bugs.gentoo.org/647728
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
net-irc/muh/muh-2.2a-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/muh/muh-2.2a-r1.ebuild b/net-irc/muh/muh-2.2a-r1.ebuild
index cb57115efd2..a640b84e78d 100644
--- a/net-irc/muh/muh-2.2a-r1.ebuild
+++ b/net-irc/muh/muh-2.2a-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~mips ppc ~sparc x86"
IUSE="ipv6"
RDEPEND=""
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/
@ 2018-04-17 20:27 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2018-04-17 20:27 UTC (permalink / raw
To: gentoo-commits
commit: 6869ee00e01d967f197e93045a943d44b1e00e9d
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Apr 17 08:37:20 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 20:26:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6869ee00
net-irc/muh: Clean up old
Package-Manager: Portage-2.3.29, Repoman-2.3.9
net-irc/muh/muh-2.2a.ebuild | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/net-irc/muh/muh-2.2a.ebuild b/net-irc/muh/muh-2.2a.ebuild
deleted file mode 100644
index 8e6aff1cf71..00000000000
--- a/net-irc/muh/muh-2.2a.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Persistent IRC bouncer"
-HOMEPAGE="http://mind.riot.org/muh/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ~sparc x86"
-IUSE="ipv6"
-
-DEPEND=""
-
-src_compile() {
- econf --datadir=/usr/share/muh $(use_enable ipv6) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog TODO
-}
-
-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
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/
@ 2020-08-30 5:44 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-08-30 5:44 UTC (permalink / raw
To: gentoo-commits
commit: ea987344abb479ad6e44c4a805b36112f26ff39b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 05:44:34 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 05:44:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea987344
net-irc/muh: fix RedundantLongDescription
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/muh/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/net-irc/muh/metadata.xml b/net-irc/muh/metadata.xml
index fbfe8acaee7..29c7fa784d5 100644
--- a/net-irc/muh/metadata.xml
+++ b/net-irc/muh/metadata.xml
@@ -2,9 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
- <longdescription>
- Persistent IRC bouncer.
-</longdescription>
<upstream>
<remote-id type="sourceforge">muh</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/
@ 2021-05-29 19:03 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2021-05-29 19:03 UTC (permalink / raw
To: gentoo-commits
commit: a336ee314565b57b46e3f5c1b21cee33c2aa563b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:02:39 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:02:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a336ee31
net-irc/muh: ebuild tidying
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-irc/muh/muh-2.2a-r1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-irc/muh/muh-2.2a-r1.ebuild b/net-irc/muh/muh-2.2a-r1.ebuild
index 97826829ea1..4a90c58d0c8 100644
--- a/net-irc/muh/muh-2.2a-r1.ebuild
+++ b/net-irc/muh/muh-2.2a-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,9 +12,6 @@ SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86"
IUSE="ipv6"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
src_configure() {
econf --datadir=/usr/share/muh $(use_enable ipv6)
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/
@ 2021-06-30 18:40 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-06-30 18:40 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-06-30 18:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23 9:16 [gentoo-commits] repo/gentoo:master commit in: net-irc/muh/ Amy Liffey
-- strict thread matches above, loose matches on Subject: below --
2018-02-18 21:48 Thomas Deutschmann
2018-03-05 13:57 Tobias Klausmann
2018-04-16 21:26 Sergei Trofimovich
2018-04-17 20:27 David Seifert
2020-08-30 5:44 Sam James
2021-05-29 19:03 David Seifert
2021-06-30 18:40 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox