* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2022-06-28 10:19 David Seifert
0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2022-06-28 10:19 UTC (permalink / raw
To: gentoo-commits
commit: f280c49bf15c4316203e4c350f1917ac2ca7b8b8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 10:18:39 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 10:18:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f280c49b
games-mud/gnome-mud: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-mud/gnome-mud/gnome-mud-9999.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
index 2f5881345670..a69076ff9d43 100644
--- a/games-mud/gnome-mud/gnome-mud-9999.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-9999.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-GNOME2_EAUTORECONF="yes"
+EAPI=8
inherit gnome2-utils git-r3 meson xdg
DESCRIPTION="GNOME MUD client"
HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
-SRC_URI=""
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-mud.git"
LICENSE="GPL-2+"
@@ -23,7 +21,8 @@ RDEPEND="
dev-libs/libpcre
sys-libs/zlib
gstreamer? ( media-libs/gstreamer:1.0 )"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-util/glib-utils
>=sys-devel/gettext-0.19.8
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2019-10-11 15:36 Michał Górny
0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2019-10-11 15:36 UTC (permalink / raw
To: gentoo-commits
commit: cd0602c0b1a84d2fdd5635969ed39563fa0b1108
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 15:35:30 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 15:35:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0602c0
games-mud: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
index d8bafca919d..07b8f819485 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
+KEYWORDS="amd64 x86"
IUSE="gstreamer"
RDEPEND="virtual/libintl
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2019-01-06 12:45 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2019-01-06 12:45 UTC (permalink / raw
To: gentoo-commits
commit: cf120d80d2656ca43b201b41c8ca5196853c34a7
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 6 11:25:32 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jan 6 12:41:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf120d80
games-mud/gnome-mud-9999: updates
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
games-mud/gnome-mud/gnome-mud-9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
index 74f0b7fda2a..2f588134567 100644
--- a/games-mud/gnome-mud/gnome-mud-9999.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-9999.ebuild
@@ -18,14 +18,15 @@ IUSE="debug gstreamer"
RDEPEND="
>=dev-libs/glib-2.48:2
- >=x11-libs/gtk+-3.10:3
+ >=x11-libs/gtk+-3.22:3
>=x11-libs/vte-0.37:2.91
dev-libs/libpcre
sys-libs/zlib
gstreamer? ( media-libs/gstreamer:1.0 )"
DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=sys-devel/gettext-0.19.8"
+ dev-util/glib-utils
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig"
src_configure() {
local emesonargs=(
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2019-01-04 23:35 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2019-01-04 23:35 UTC (permalink / raw
To: gentoo-commits
commit: 73c55a1afea38d8139ed073379989b16e7bc2532
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 4 23:19:47 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jan 4 23:35:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c55a1a
games-mud/gnome-mud-9999: update to meson
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
games-mud/gnome-mud/gnome-mud-9999.ebuild | 31 +++++++++++++++++--------------
1 file changed, 17 insertions(+), 14 deletions(-)
diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
index 041f91f4097..74f0b7fda2a 100644
--- a/games-mud/gnome-mud/gnome-mud-9999.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
GNOME2_EAUTORECONF="yes"
-inherit gnome2 git-r3
+inherit gnome2-utils git-r3 meson xdg
DESCRIPTION="GNOME MUD client"
HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
@@ -18,29 +18,32 @@ IUSE="debug gstreamer"
RDEPEND="
>=dev-libs/glib-2.48:2
- >=x11-libs/gtk+-3.4.0:3
+ >=x11-libs/gtk+-3.10:3
>=x11-libs/vte-0.37:2.91
dev-libs/libpcre
sys-libs/zlib
gstreamer? ( media-libs/gstreamer:1.0 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
- app-text/rarian
- >=dev-util/intltool-0.35.0
- >=sys-devel/gettext-0.11.5"
+ >=sys-devel/gettext-0.19.8"
src_configure() {
- gnome2_src_configure \
- --enable-mccp \
- $(use_enable gstreamer) \
- $(use_enable debug debug-logger)
+ local emesonargs=(
+ -Dmccp=enabled
+ -Dgstreamer=$(usex gstreamer enabled disabled)
+ $(meson_use debug debug-logger)
+ )
+ meson_src_configure
}
-src_install() {
- DOCS="AUTHORS BUGS ChangeLog NEWS README ROADMAP" \
- gnome2_src_install
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_icon_cache_update
+ gnome2_schemas_update
}
-pkg_preinst() {
- gnome2_pkg_preinst
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_icon_cache_update
+ gnome2_schemas_update
}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2019-01-04 0:46 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2019-01-04 0:46 UTC (permalink / raw
To: gentoo-commits
commit: ecacbcab817567a6c9423a8556249715d24f3ed1
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 4 00:46:37 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jan 4 00:46:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecacbcab
games-mud/gnome-mud-9999: updates
gtk+:2 → gtk+:3, vte:0 → vte:2.91
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
games-mud/gnome-mud/gnome-mud-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
index be8d53cc39e..041f91f4097 100644
--- a/games-mud/gnome-mud/gnome-mud-9999.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-9999.ebuild
@@ -18,8 +18,8 @@ IUSE="debug gstreamer"
RDEPEND="
>=dev-libs/glib-2.48:2
- >=x11-libs/gtk+-2.24.0:2
- >=x11-libs/vte-0.11:0
+ >=x11-libs/gtk+-3.4.0:3
+ >=x11-libs/vte-0.37:2.91
dev-libs/libpcre
sys-libs/zlib
gstreamer? ( media-libs/gstreamer:1.0 )"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2019-01-01 19:15 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2019-01-01 19:15 UTC (permalink / raw
To: gentoo-commits
commit: e1d7b64010d1c8d33f8cb519a20d9de84b42b2f4
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 1 19:14:35 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Jan 1 19:14:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d7b640
games-mud/gnome-mud-9999: updates (https git, gconf gone, higher glib dep)
The clone didn't even work anymore, due to git:// anonymous access not existing
with gitlab.
Also fix intltool min dep and explicitly dep and enable MCCP.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
games-mud/gnome-mud/gnome-mud-9999.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
index c990ec03406..be8d53cc39e 100644
--- a/games-mud/gnome-mud/gnome-mud-9999.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,28 +9,29 @@ inherit gnome2 git-r3
DESCRIPTION="GNOME MUD client"
HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
SRC_URI=""
-EGIT_REPO_URI="git://gitlab.gnome.org/GNOME/gnome-mud"
+EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-mud.git"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE="debug gstreamer"
-RDEPEND="virtual/libintl
- >=dev-libs/glib-2.36:2
+RDEPEND="
+ >=dev-libs/glib-2.48:2
>=x11-libs/gtk+-2.24.0:2
>=x11-libs/vte-0.11:0
dev-libs/libpcre
- gnome-base/gconf:2
+ sys-libs/zlib
gstreamer? ( media-libs/gstreamer:1.0 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
app-text/rarian
- >=dev-util/intltool-0.23
+ >=dev-util/intltool-0.35.0
>=sys-devel/gettext-0.11.5"
src_configure() {
gnome2_src_configure \
+ --enable-mccp \
$(use_enable gstreamer) \
$(use_enable debug debug-logger)
}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2018-08-16 21:33 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2018-08-16 21:33 UTC (permalink / raw
To: gentoo-commits
commit: d4bf263c0f6c11fc1481c74228f0f04509045783
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Aug 5 20:22:29 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Aug 16 21:32:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bf263c
games-mud/gnome-mud: replace git.gnome.org with gitlab.gnome.org
Closes: https://github.com/gentoo/gentoo/pull/9467
games-mud/gnome-mud/gnome-mud-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
index 074b3bad3d2..c990ec03406 100644
--- a/games-mud/gnome-mud/gnome-mud-9999.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-9999.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 @@ inherit gnome2 git-r3
DESCRIPTION="GNOME MUD client"
HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
SRC_URI=""
-EGIT_REPO_URI="git://git.gnome.org/gnome-mud"
+EGIT_REPO_URI="git://gitlab.gnome.org/GNOME/gnome-mud"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2017-11-20 22:00 David Seifert
0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2017-11-20 22:00 UTC (permalink / raw
To: gentoo-commits
commit: c5419be0a5978a5a44f50fab8a4b30afbfe33daf
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 22:00:15 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 22:00:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5419be0
games-mud/gnome-mud: Restore stable KEYWORDS
Package-Manager: Portage-2.3.14, Repoman-2.3.6
games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
index ce78f6bb826..d8bafca919d 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="gstreamer"
RDEPEND="virtual/libintl
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2017-08-22 12:17 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2017-08-22 12:17 UTC (permalink / raw
To: gentoo-commits
commit: b05a49211008dc29195b38a8ada76b8851f8e046
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 12:16:38 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 12:16:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05a4921
games-mud/gnome-mud: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild | 54 -----------------------
games-mud/gnome-mud/gnome-mud-0.11.2.ebuild | 59 --------------------------
2 files changed, 113 deletions(-)
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
deleted file mode 100644
index 8d99eb1c2f4..00000000000
--- a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME_TARBALL_SUFFIX="bz2"
-
-inherit gnome2
-
-DESCRIPTION="GNOME MUD client"
-HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="gstreamer"
-
-RDEPEND="virtual/libintl
- dev-libs/libpcre
- dev-perl/XML-Parser
- gnome-base/gconf:2
- >=gnome-base/libglade-2.0.1:2.0
- gstreamer? ( media-libs/gstreamer:0.10 )
- net-libs/gnet:2
- x11-libs/gtk+:2
- >=x11-libs/vte-0.11:0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- app-text/rarian
- >=dev-util/intltool-0.23
- >=sys-devel/gettext-0.11.5"
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable gstreamer)
-}
-
-src_install() {
- DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP" \
- gnome2_src_install
-}
-
-pkg_preinst() {
- gnome2_pkg_preinst
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- echo
- elog "For proper plugin operation, please create ~/.gnome-mud/plugins/"
- elog "if that directory doesn't already exist."
- elog "The command to do that is:"
- elog " mkdir -p ~/.gnome-mud/plugins/"
- echo
-}
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
deleted file mode 100644
index 3fa2809b314..00000000000
--- a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GCONF_DEBUG="yes"
-GNOME_TARBALL_SUFFIX="bz2"
-
-inherit gnome2 games
-
-DESCRIPTION="GNOME MUD client"
-HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE="gstreamer"
-
-RDEPEND="x11-libs/gtk+:2
- >=gnome-base/libglade-2.0.1:2.0
- gnome-base/gconf:2
- >=x11-libs/vte-0.11:0
- gstreamer? ( media-libs/gstreamer:0.10 )
- dev-perl/XML-Parser
- dev-libs/libpcre
- net-libs/gnet:2
- virtual/libintl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- >=dev-util/intltool-0.23
- >=sys-devel/gettext-0.11.5
- app-text/rarian"
-
-src_configure() {
- gnome2_src_configure \
- --bindir="${GAMES_BINDIR}" \
- $(use_enable gstreamer)
-}
-
-src_install() {
- DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP" \
- gnome2_src_install
- prepgamesdirs
-}
-
-pkg_preinst() {
- gnome2_pkg_preinst
- games_pkg_preinst
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- games_pkg_postinst
- echo
- elog "For proper plugin operation, please create ~/.gnome-mud/plugins/"
- elog "if that directory doesn't already exist."
- elog "The command to do that is:"
- elog " mkdir -p ~/.gnome-mud/plugins/"
- echo
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2017-08-20 16:59 Thomas Deutschmann
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Deutschmann @ 2017-08-20 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 6414848449274fadab2500a3e34fbc6a354a64a4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 16:58:46 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 16:59:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64148484
games-mud/gnome-mud: x86 stable (bug #625646)
Package-Manager: Portage-2.3.8, Repoman-2.3.3
games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
index 8323c50c689..d8bafca919d 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="gstreamer"
RDEPEND="virtual/libintl
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2017-07-26 13:41 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2017-07-26 13:41 UTC (permalink / raw
To: gentoo-commits
commit: 3b16f00a172e162935d0bcd066cd850c74504e73
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 13:41:23 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 13:41:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b16f00a
games-mud/gnome-mud: live version updates
Package-Manager: Portage-2.3.6, Repoman-2.3.2
games-mud/gnome-mud/gnome-mud-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
index 658791122a5..074b3bad3d2 100644
--- a/games-mud/gnome-mud/gnome-mud-9999.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-9999.ebuild
@@ -18,8 +18,7 @@ IUSE="debug gstreamer"
RDEPEND="virtual/libintl
>=dev-libs/glib-2.36:2
- >=gnome-base/libglade-2.0.1:2.0
- >=x11-libs/gtk+-2.20.0:2
+ >=x11-libs/gtk+-2.24.0:2
>=x11-libs/vte-0.11:0
dev-libs/libpcre
gnome-base/gconf:2
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2017-07-26 9:41 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2017-07-26 9:41 UTC (permalink / raw
To: gentoo-commits
commit: 2e60ea6f7961547304593c841b0155c880b26736
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 09:22:31 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 09:41:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e60ea6f
games-mud/gnome-mud: Fix license to GPL-2+ (was missing "or later")
Package-Manager: Portage-2.3.6, Repoman-2.3.2
games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild | 4 ++--
games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild | 2 +-
games-mud/gnome-mud/gnome-mud-0.11.2.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
index 83c254b1285..8d99eb1c2f4 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ inherit gnome2
DESCRIPTION="GNOME MUD client"
HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="gstreamer"
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
index 762658ae94b..8323c50c689 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
@@ -10,7 +10,7 @@ inherit gnome2
DESCRIPTION="GNOME MUD client"
HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~x86 ~x86-fbsd"
IUSE="gstreamer"
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
index f2fb1bec8d0..3fa2809b314 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ inherit gnome2 games
DESCRIPTION="GNOME MUD client"
HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="gstreamer"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2017-07-26 9:41 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2017-07-26 9:41 UTC (permalink / raw
To: gentoo-commits
commit: c17c82f15182da50b5da05652c66b14bdc1953a8
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 09:35:27 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 09:41:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17c82f1
games-mud/gnome-mud: add live version
Doesn't need gnet anymore, but aliases/triggers are unconfigurable still
Package-Manager: Portage-2.3.6, Repoman-2.3.2
games-mud/gnome-mud/gnome-mud-9999.ebuild | 46 +++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
new file mode 100644
index 00000000000..658791122a5
--- /dev/null
+++ b/games-mud/gnome-mud/gnome-mud-9999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+
+inherit gnome2 git-r3
+
+DESCRIPTION="GNOME MUD client"
+HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
+SRC_URI=""
+EGIT_REPO_URI="git://git.gnome.org/gnome-mud"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug gstreamer"
+
+RDEPEND="virtual/libintl
+ >=dev-libs/glib-2.36:2
+ >=gnome-base/libglade-2.0.1:2.0
+ >=x11-libs/gtk+-2.20.0:2
+ >=x11-libs/vte-0.11:0
+ dev-libs/libpcre
+ gnome-base/gconf:2
+ gstreamer? ( media-libs/gstreamer:1.0 )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ app-text/rarian
+ >=dev-util/intltool-0.23
+ >=sys-devel/gettext-0.11.5"
+
+src_configure() {
+ gnome2_src_configure \
+ $(use_enable gstreamer) \
+ $(use_enable debug debug-logger)
+}
+
+src_install() {
+ DOCS="AUTHORS BUGS ChangeLog NEWS README ROADMAP" \
+ gnome2_src_install
+}
+
+pkg_preinst() {
+ gnome2_pkg_preinst
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2017-07-19 18:06 Tobias Klausmann
0 siblings, 0 replies; 16+ messages in thread
From: Tobias Klausmann @ 2017-07-19 18:06 UTC (permalink / raw
To: gentoo-commits
commit: 4588b9441173174bca612c8de0507a6ec48e1461
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 17:30:49 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 18:05:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4588b944
games-mud/gnome-mud-0.11.2-r2: amd64 stable
Gentoo-Bug: 625646
games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
index e5a061831eb..762658ae94b 100644
--- a/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
IUSE="gstreamer"
RDEPEND="virtual/libintl
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2017-04-22 21:22 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2017-04-22 21:22 UTC (permalink / raw
To: gentoo-commits
commit: ae6fef2446287fd1277aa292ba00102b6eeca4e3
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 21:21:57 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 21:21:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6fef24
games-mud/gnome-mud: add myself as maintainer
Acked-by: James Le Cuirot <chewi <AT> gentoo.org>
games-mud/gnome-mud/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/games-mud/gnome-mud/metadata.xml b/games-mud/gnome-mud/metadata.xml
index 78274e0fa55..03ad2b00349 100644
--- a/games-mud/gnome-mud/metadata.xml
+++ b/games-mud/gnome-mud/metadata.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+<maintainer type="person">
+ <email>leio@gentoo.org</email>
+ <name>Mart Raudsepp</name>
+</maintainer>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
@ 2016-08-05 19:43 Austin English
0 siblings, 0 replies; 16+ messages in thread
From: Austin English @ 2016-08-05 19:43 UTC (permalink / raw
To: gentoo-commits
commit: a7119eef52411379b94400abe463dd5469abe1c3
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 5 19:00:50 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Aug 5 19:43:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7119eef
games-mud/gnome-mud: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild | 55 ++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
diff --git a/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
new file mode 100644
index 0000000..f50488c
--- /dev/null
+++ b/games-mud/gnome-mud/gnome-mud-0.11.2-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME_TARBALL_SUFFIX="bz2"
+
+inherit gnome2
+
+DESCRIPTION="GNOME MUD client"
+HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE="gstreamer"
+
+RDEPEND="virtual/libintl
+ dev-libs/libpcre
+ dev-perl/XML-Parser
+ gnome-base/gconf:2
+ >=gnome-base/libglade-2.0.1:2.0
+ gstreamer? ( media-libs/gstreamer:0.10 )
+ net-libs/gnet:2
+ x11-libs/gtk+:2
+ >=x11-libs/vte-0.11:0"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ app-text/rarian
+ >=dev-util/intltool-0.23
+ >=sys-devel/gettext-0.11.5"
+
+src_configure() {
+ gnome2_src_configure \
+ $(use_enable gstreamer)
+}
+
+src_install() {
+ DOCS="AUTHORS BUGS ChangeLog NEWS PLUGIN.API README ROADMAP" \
+ gnome2_src_install
+}
+
+pkg_preinst() {
+ gnome2_pkg_preinst
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ echo
+ elog "For proper plugin operation, please create ~/.gnome-mud/plugins/"
+ elog "if that directory doesn't already exist."
+ elog "The command to do that is:"
+ elog " mkdir -p ~/.gnome-mud/plugins/"
+ echo
+}
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2022-06-28 10:19 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-28 10:19 [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2019-10-11 15:36 Michał Górny
2019-01-06 12:45 Mart Raudsepp
2019-01-04 23:35 Mart Raudsepp
2019-01-04 0:46 Mart Raudsepp
2019-01-01 19:15 Mart Raudsepp
2018-08-16 21:33 Mart Raudsepp
2017-11-20 22:00 David Seifert
2017-08-22 12:17 Mart Raudsepp
2017-08-20 16:59 Thomas Deutschmann
2017-07-26 13:41 Mart Raudsepp
2017-07-26 9:41 Mart Raudsepp
2017-07-26 9:41 Mart Raudsepp
2017-07-19 18:06 Tobias Klausmann
2017-04-22 21:22 Mart Raudsepp
2016-08-05 19:43 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox