arfrever 11/04/05 18:22:45
Modified: neatx-0.3.1_p59-r1.ebuild ChangeLog
neatx-0.3.1_p59-r2.ebuild
Log:
Fix deprecation warnings.
(Portage version: 2.2.0_alpha29_p9/cvs/Linux x86_64)
Revision Changes Path
1.4 net-misc/neatx/neatx-0.3.1_p59-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild?r1=1.3&r2=1.4
Index: neatx-0.3.1_p59-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- neatx-0.3.1_p59-r1.ebuild 5 Oct 2010 21:09:47 -0000 1.3
+++ neatx-0.3.1_p59-r1.ebuild 5 Apr 2011 18:22:45 -0000 1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild,v 1.3 2010/10/05 21:09:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r1.ebuild,v 1.4 2011/04/05 18:22:45 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2"
inherit eutils autotools distutils
@@ -35,6 +35,7 @@
# configure script looks for latest python2 only,
# no multiple versions support
python_set_active_version 2
+ python_pkg_setup
if [ -z "${NX_HOME_DIR}" ];
then
1.13 net-misc/neatx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/neatx/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/neatx/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/neatx/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/neatx/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 14 Mar 2011 05:20:27 -0000 1.12
+++ ChangeLog 5 Apr 2011 18:22:45 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/neatx
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/ChangeLog,v 1.12 2011/03/14 05:20:27 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/ChangeLog,v 1.13 2011/04/05 18:22:45 arfrever Exp $
+
+ 05 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
+ neatx-0.3.1_p59-r1.ebuild, neatx-0.3.1_p59-r2.ebuild:
+ Fix deprecation warnings.
*neatx-0.3.1_p59-r2 (14 Mar 2011)
1.2 net-misc/neatx/neatx-0.3.1_p59-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild?r1=1.1&r2=1.2
Index: neatx-0.3.1_p59-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- neatx-0.3.1_p59-r2.ebuild 14 Mar 2011 05:20:27 -0000 1.1
+++ neatx-0.3.1_p59-r2.ebuild 5 Apr 2011 18:22:45 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild,v 1.1 2011/03/14 05:20:27 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neatx/neatx-0.3.1_p59-r2.ebuild,v 1.2 2011/04/05 18:22:45 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2"
inherit eutils autotools distutils
@@ -35,6 +35,7 @@
# configure script looks for latest python2 only,
# no multiple versions support
python_set_active_version 2
+ python_pkg_setup
if [ -z "${NX_HOME_DIR}" ];
then
|