public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: lyntin-4.2-r1.ebuild ChangeLog
@ 2013-01-17 15:47 Julian Ospald (hasufell)
  0 siblings, 0 replies; 6+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-17 15:47 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/01/17 15:47:14

  Modified:             ChangeLog
  Added:                lyntin-4.2-r1.ebuild
  Log:
  migrate to distutils-r1
  
  (Portage version: 2.2.0_alpha153/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.17                 games-mud/lyntin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	6 Apr 2011 20:10:23 -0000	1.16
+++ ChangeLog	17 Jan 2013 15:47:14 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for games-mud/lyntin
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.16 2011/04/06 20:10:23 arfrever Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.17 2013/01/17 15:47:14 hasufell Exp $
+
+*lyntin-4.2-r1 (17 Jan 2013)
+
+  17 Jan 2013; Julian Ospald <hasufell@gentoo.org> +lyntin-4.2-r1.ebuild:
+  migrate to distutils-r1
 
   06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   lyntin-4.2.ebuild:



1.1                  games-mud/lyntin/lyntin-4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: lyntin-4.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.1 2013/01/17 15:47:14 hasufell Exp $

EAPI=5

PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
PYTHON_REQ_USE="tk?"

inherit distutils-r1 games

DESCRIPTION="tintin mud client clone implemented in Python"
HOMEPAGE="http://lyntin.sourceforge.net/"
SRC_URI="mirror://sourceforge/lyntin/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="tk"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""

DOCS=( COMMANDS PKG-INFO HACKING README )

python_install() {
	distutils-r1_python_install --install-scripts="${GAMES_BINDIR}"
}

src_prepare() {
	distutils-r1_src_prepare
}

src_compile() {
	distutils-r1_src_compile
}

src_install() {
	distutils-r1_src_install
	prepgamesdirs
}

pkg_postinst() {
	games_pkg_postinst
	if use tk ; then
		elog "To start lyntin in GUI mode, create a config file"
		elog "with this in it:"
		elog
		elog "[Lyntin]"
		elog "ui:    tk"
		elog
		elog "Then start lyntin like this:"
		elog
		elog "runlyntin -c /path/to/config_file\n"
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: lyntin-4.2-r1.ebuild ChangeLog
@ 2013-02-22 17:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-22 17:23 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/22 17:23:33

  Modified:             lyntin-4.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #458654
  
  (Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  games-mud/lyntin/lyntin-4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?r1=1.1&r2=1.2

Index: lyntin-4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lyntin-4.2-r1.ebuild	17 Jan 2013 15:47:14 -0000	1.1
+++ lyntin-4.2-r1.ebuild	22 Feb 2013 17:23:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.1 2013/01/17 15:47:14 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.2 2013/02/22 17:23:33 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="tk"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.18                 games-mud/lyntin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	17 Jan 2013 15:47:14 -0000	1.17
+++ ChangeLog	22 Feb 2013 17:23:33 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/lyntin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.17 2013/01/17 15:47:14 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.18 2013/02/22 17:23:33 ago Exp $
+
+  22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> lyntin-4.2-r1.ebuild:
+  Stable for ppc, wrt bug #458654
 
 *lyntin-4.2-r1 (17 Jan 2013)
 
@@ -63,4 +66,3 @@
   23 Jan 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
   +lyntin-4.1.1.ebuild:
   initial commit - ebuild submitted by Rob Cakebread via bug #74658
-





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

* [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: lyntin-4.2-r1.ebuild ChangeLog
@ 2013-02-24 11:24 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-24 11:24 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/24 11:24:20

  Modified:             lyntin-4.2-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #458654
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  games-mud/lyntin/lyntin-4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?r1=1.2&r2=1.3

Index: lyntin-4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lyntin-4.2-r1.ebuild	22 Feb 2013 17:23:33 -0000	1.2
+++ lyntin-4.2-r1.ebuild	24 Feb 2013 11:24:20 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.2 2013/02/22 17:23:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.3 2013/02/24 11:24:20 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="tk"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.19                 games-mud/lyntin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 Feb 2013 17:23:33 -0000	1.18
+++ ChangeLog	24 Feb 2013 11:24:20 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/lyntin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.18 2013/02/22 17:23:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.19 2013/02/24 11:24:20 ago Exp $
+
+  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> lyntin-4.2-r1.ebuild:
+  Stable for amd64, wrt bug #458654
 
   22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> lyntin-4.2-r1.ebuild:
   Stable for ppc, wrt bug #458654





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

* [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: lyntin-4.2-r1.ebuild ChangeLog
@ 2013-02-24 11:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-24 11:30 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/24 11:30:14

  Modified:             lyntin-4.2-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #458654
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  games-mud/lyntin/lyntin-4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?r1=1.3&r2=1.4

Index: lyntin-4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lyntin-4.2-r1.ebuild	24 Feb 2013 11:24:20 -0000	1.3
+++ lyntin-4.2-r1.ebuild	24 Feb 2013 11:30:13 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.3 2013/02/24 11:24:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.4 2013/02/24 11:30:13 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="tk"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.20                 games-mud/lyntin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	24 Feb 2013 11:24:20 -0000	1.19
+++ ChangeLog	24 Feb 2013 11:30:13 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/lyntin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.19 2013/02/24 11:24:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.20 2013/02/24 11:30:13 ago Exp $
+
+  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> lyntin-4.2-r1.ebuild:
+  Stable for x86, wrt bug #458654
 
   24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> lyntin-4.2-r1.ebuild:
   Stable for amd64, wrt bug #458654





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

* [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: lyntin-4.2-r1.ebuild ChangeLog
@ 2013-09-05 19:44 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 19:44 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 19:44:52

  Modified:             lyntin-4.2-r1.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.5                  games-mud/lyntin/lyntin-4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?r1=1.4&r2=1.5

Index: lyntin-4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lyntin-4.2-r1.ebuild	24 Feb 2013 11:30:13 -0000	1.4
+++ lyntin-4.2-r1.ebuild	5 Sep 2013 19:44:52 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.4 2013/02/24 11:30:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.5 2013/09/05 19:44:52 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+PYTHON_COMPAT=( python2_6 python2_7 )
 PYTHON_REQ_USE="tk?"
 
 inherit distutils-r1 games



1.21                 games-mud/lyntin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	24 Feb 2013 11:30:13 -0000	1.20
+++ ChangeLog	5 Sep 2013 19:44:52 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/lyntin
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.20 2013/02/24 11:30:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.21 2013/09/05 19:44:52 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> lyntin-4.2-r1.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> lyntin-4.2-r1.ebuild:
   Stable for x86, wrt bug #458654





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

* [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: lyntin-4.2-r1.ebuild ChangeLog
@ 2015-04-08 18:11 Michal Gorny (mgorny)
  0 siblings, 0 replies; 6+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:11 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 18:11:16

  Modified:             lyntin-4.2-r1.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.6                  games-mud/lyntin/lyntin-4.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild?r1=1.5&r2=1.6

Index: lyntin-4.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lyntin-4.2-r1.ebuild	5 Sep 2013 19:44:52 -0000	1.5
+++ lyntin-4.2-r1.ebuild	8 Apr 2015 18:11:16 -0000	1.6
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.5 2013/09/05 19:44:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/lyntin-4.2-r1.ebuild,v 1.6 2015/04/08 18:11:16 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="tk?"
 
 inherit distutils-r1 games



1.23                 games-mud/lyntin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/lyntin/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	28 Aug 2014 07:47:57 -0000	1.22
+++ ChangeLog	8 Apr 2015 18:11:16 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for games-mud/lyntin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.22 2014/08/28 07:47:57 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/lyntin/ChangeLog,v 1.23 2015/04/08 18:11:16 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> lyntin-4.2-r1.ebuild:
+  Drop old Python implementations
 
   28 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -lyntin-4.2.ebuild:
   old





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

end of thread, other threads:[~2015-04-08 18:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 18:11 [gentoo-commits] gentoo-x86 commit in games-mud/lyntin: lyntin-4.2-r1.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-05 19:44 Michal Gorny (mgorny)
2013-02-24 11:30 Agostino Sarubbo (ago)
2013-02-24 11:24 Agostino Sarubbo (ago)
2013-02-22 17:23 Agostino Sarubbo (ago)
2013-01-17 15:47 Julian Ospald (hasufell)

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