public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-mud/kildclient/
@ 2011-04-19 11:35 Locke Shinseiko
  0 siblings, 0 replies; 2+ messages in thread
From: Locke Shinseiko @ 2011-04-19 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c53aa9f14fbc6a4ad75142205d38d6c2c9582fba
Author:     Locke Shinseiko <wizzleby <AT> gmail <DOT> com>
AuthorDate: Tue Apr 19 11:35:46 2011 +0000
Commit:     Locke Shinseiko <wizzleby <AT> gmail <DOT> com>
CommitDate: Tue Apr 19 11:35:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c53aa9f1

[games-mud/kildclient] Sync from portage, bump to 2.11.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key CE482794)

---
 games-mud/kildclient/kildclient-2.11.0.ebuild |   42 +++++++++++++++++++++++++
 games-mud/kildclient/metadata.xml             |    9 +++++
 2 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/games-mud/kildclient/kildclient-2.11.0.ebuild b/games-mud/kildclient/kildclient-2.11.0.ebuild
new file mode 100644
index 0000000..c948c49
--- /dev/null
+++ b/games-mud/kildclient/kildclient-2.11.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+inherit eutils games
+
+DESCRIPTION="Powerful MUD client with a built-in PERL interpreter"
+HOMEPAGE="http://kildclient.sourceforge.net"
+SRC_URI="mirror://sourceforge/kildclient/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="doc gnutls spell"
+
+RDEPEND="x11-libs/gtk+:2
+	gnome-base/libglade
+	dev-lang/perl
+	virtual/libintl
+	spell? ( app-text/gtkspell )
+	gnutls? ( net-libs/gnutls )"
+DEPEND="${RDEPEND}
+	sys-devel/gettext
+	dev-util/pkgconfig"
+
+src_configure() {
+	egamesconf \
+		--disable-dependency-tracking \
+		--localedir=/usr/share/locale \
+		--docdir=/usr/share/doc/${PF} \
+		--htmldir=/usr/share/doc/${PF}/html \
+		$(use_with spell gtkspell) \
+		$(use_with gnutls libgnutls) \
+		$(use_with doc docs)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die "install failed"
+	dodoc AUTHORS ChangeLog NEWS README
+	prepgamesdirs
+}

diff --git a/games-mud/kildclient/metadata.xml b/games-mud/kildclient/metadata.xml
new file mode 100644
index 0000000..e6263c7
--- /dev/null
+++ b/games-mud/kildclient/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>wizzleby@gmail.com</email>
+		<name>Locke Shinseiko</name>
+	</maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-mud/kildclient/
@ 2018-11-10 23:44 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2018-11-10 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     243f90c3a3a2f64889e5b47329ca1bcba2d77aff
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 22:22:28 2018 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Nov 10 23:44:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=243f90c3

[games-mud/kildclient] remove package

In portage now
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-mud/kildclient/kildclient-2.11.0.ebuild | 42 ---------------------------
 games-mud/kildclient/metadata.xml             |  8 -----
 2 files changed, 50 deletions(-)

diff --git a/games-mud/kildclient/kildclient-2.11.0.ebuild b/games-mud/kildclient/kildclient-2.11.0.ebuild
deleted file mode 100644
index c948c49..0000000
--- a/games-mud/kildclient/kildclient-2.11.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-inherit eutils games
-
-DESCRIPTION="Powerful MUD client with a built-in PERL interpreter"
-HOMEPAGE="http://kildclient.sourceforge.net"
-SRC_URI="mirror://sourceforge/kildclient/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="doc gnutls spell"
-
-RDEPEND="x11-libs/gtk+:2
-	gnome-base/libglade
-	dev-lang/perl
-	virtual/libintl
-	spell? ( app-text/gtkspell )
-	gnutls? ( net-libs/gnutls )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	dev-util/pkgconfig"
-
-src_configure() {
-	egamesconf \
-		--disable-dependency-tracking \
-		--localedir=/usr/share/locale \
-		--docdir=/usr/share/doc/${PF} \
-		--htmldir=/usr/share/doc/${PF}/html \
-		$(use_with spell gtkspell) \
-		$(use_with gnutls libgnutls) \
-		$(use_with doc docs)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "install failed"
-	dodoc AUTHORS ChangeLog NEWS README
-	prepgamesdirs
-}

diff --git a/games-mud/kildclient/metadata.xml b/games-mud/kildclient/metadata.xml
deleted file mode 100644
index 0326717..0000000
--- a/games-mud/kildclient/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer>
-		<email>wizzleby@gmail.com</email>
-		<name>Locke Shinseiko</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-10 23:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-19 11:35 [gentoo-commits] proj/gamerlay:master commit in: games-mud/kildclient/ Locke Shinseiko
  -- strict thread matches above, loose matches on Subject: below --
2018-11-10 23:44 Azamat H. Hackimov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox