public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/fetchmail: fetchmail-6.3.17.ebuild ChangeLog fetchmail-6.3.19.ebuild fetchmail-6.3.18.ebuild fetchmail-6.3.17-r1.ebuild
@ 2011-04-25 20:25 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-25 20:25 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/25 20:25:58

  Modified:             fetchmail-6.3.17.ebuild ChangeLog
                        fetchmail-6.3.19.ebuild fetchmail-6.3.18.ebuild
                        fetchmail-6.3.17-r1.ebuild
  Log:
  Fix deprecation warnings.
  
  (Portage version: 2.2.0_alpha30_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-mail/fetchmail/fetchmail-6.3.17.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.17.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.17.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.17.ebuild?r1=1.7&r2=1.8

Index: fetchmail-6.3.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.17.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fetchmail-6.3.17.ebuild	12 May 2010 22:32:15 -0000	1.7
+++ fetchmail-6.3.17.ebuild	25 Apr 2011 20:25:58 -0000	1.8
@@ -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-mail/fetchmail/fetchmail-6.3.17.ebuild,v 1.7 2010/05/12 22:32:15 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.17.ebuild,v 1.8 2011/04/25 20:25:58 arfrever Exp $
 
-EAPI=2
+EAPI=3
 
 PYTHON_DEPEND="tk? 2"
 PYTHON_USE_WITH_OPT="tk"
@@ -30,8 +30,10 @@
 pkg_setup() {
 	enewgroup ${PN}
 	enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-	use tk && python_set_active_version 2
-	python_pkg_setup
+	if use tk; then
+		python_set_active_version 2
+		python_pkg_setup
+	fi
 }
 
 src_prepare() {
@@ -86,7 +88,7 @@
 }
 
 pkg_postinst() {
-	use tk && python_mod_optimize "$(python_get_sitedir)/fetchmailconf.py"
+	use tk && python_mod_optimize fetchmailconf.py
 
 	ewarn "From the NEWS:"
 	ewarn "Fetchmail now supports a bad-header command line or rcfile option that takes"
@@ -103,5 +105,5 @@
 }
 
 pkg_postrm() {
-	use tk && python_mod_cleanup "$(python_get_sitedir)/fetchmailconf.py"
+	use tk && python_mod_cleanup fetchmailconf.py
 }



1.198                net-mail/fetchmail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.198&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.198&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?r1=1.197&r2=1.198

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog	13 Dec 2010 08:23:01 -0000	1.197
+++ ChangeLog	25 Apr 2011 20:25:58 -0000	1.198
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/fetchmail
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.197 2010/12/13 08:23:01 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.198 2011/04/25 20:25:58 arfrever Exp $
+
+  25 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  fetchmail-6.3.17.ebuild, fetchmail-6.3.17-r1.ebuild, fetchmail-6.3.18.ebuild,
+  fetchmail-6.3.19.ebuild:
+  Fix deprecation warnings.
 
 *fetchmail-6.3.19 (13 Dec 2010)
 



1.2                  net-mail/fetchmail/fetchmail-6.3.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.19.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.19.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.19.ebuild?r1=1.1&r2=1.2

Index: fetchmail-6.3.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fetchmail-6.3.19.ebuild	13 Dec 2010 08:23:01 -0000	1.1
+++ fetchmail-6.3.19.ebuild	25 Apr 2011 20:25:58 -0000	1.2
@@ -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-mail/fetchmail/fetchmail-6.3.19.ebuild,v 1.1 2010/12/13 08:23:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.19.ebuild,v 1.2 2011/04/25 20:25:58 arfrever Exp $
 
-EAPI=2
+EAPI=3
 
 PYTHON_DEPEND="tk? 2"
 PYTHON_USE_WITH_OPT="tk"
@@ -30,8 +30,10 @@
 pkg_setup() {
 	enewgroup ${PN}
 	enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-	use tk && python_set_active_version 2
-	python_pkg_setup
+	if use tk; then
+		python_set_active_version 2
+		python_pkg_setup
+	fi
 }
 
 src_prepare() {
@@ -85,12 +87,12 @@
 }
 
 pkg_postinst() {
-	use tk && python_mod_optimize "$(python_get_sitedir)/fetchmailconf.py"
+	use tk && python_mod_optimize fetchmailconf.py
 
 	elog "Please see /etc/conf.d/fetchmail if you want to adjust"
 	elog "the polling delay used by the fetchmail init script."
 }
 
 pkg_postrm() {
-	use tk && python_mod_cleanup "$(python_get_sitedir)/fetchmailconf.py"
+	use tk && python_mod_cleanup fetchmailconf.py
 }



1.3                  net-mail/fetchmail/fetchmail-6.3.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild?r1=1.2&r2=1.3

Index: fetchmail-6.3.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fetchmail-6.3.18.ebuild	10 Oct 2010 07:59:25 -0000	1.2
+++ fetchmail-6.3.18.ebuild	25 Apr 2011 20:25:58 -0000	1.3
@@ -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-mail/fetchmail/fetchmail-6.3.18.ebuild,v 1.2 2010/10/10 07:59:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild,v 1.3 2011/04/25 20:25:58 arfrever Exp $
 
-EAPI=2
+EAPI=3
 
 PYTHON_DEPEND="tk? 2"
 PYTHON_USE_WITH_OPT="tk"
@@ -30,8 +30,10 @@
 pkg_setup() {
 	enewgroup ${PN}
 	enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-	use tk && python_set_active_version 2
-	python_pkg_setup
+	if use tk; then
+		python_set_active_version 2
+		python_pkg_setup
+	fi
 }
 
 src_prepare() {
@@ -85,12 +87,12 @@
 }
 
 pkg_postinst() {
-	use tk && python_mod_optimize "$(python_get_sitedir)/fetchmailconf.py"
+	use tk && python_mod_optimize fetchmailconf.py
 
 	elog "Please see /etc/conf.d/fetchmail if you want to adjust"
 	elog "the polling delay used by the fetchmail init script."
 }
 
 pkg_postrm() {
-	use tk && python_mod_cleanup "$(python_get_sitedir)/fetchmailconf.py"
+	use tk && python_mod_cleanup fetchmailconf.py
 }



1.2                  net-mail/fetchmail/fetchmail-6.3.17-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.17-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.17-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.17-r1.ebuild?r1=1.1&r2=1.2

Index: fetchmail-6.3.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.17-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fetchmail-6.3.17-r1.ebuild	18 May 2010 06:06:51 -0000	1.1
+++ fetchmail-6.3.17-r1.ebuild	25 Apr 2011 20:25:58 -0000	1.2
@@ -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-mail/fetchmail/fetchmail-6.3.17-r1.ebuild,v 1.1 2010/05/18 06:06:51 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.17-r1.ebuild,v 1.2 2011/04/25 20:25:58 arfrever Exp $
 
-EAPI=2
+EAPI=3
 
 PYTHON_DEPEND="tk? 2"
 PYTHON_USE_WITH_OPT="tk"
@@ -30,8 +30,10 @@
 pkg_setup() {
 	enewgroup ${PN}
 	enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-	use tk && python_set_active_version 2
-	python_pkg_setup
+	if use tk; then
+		python_set_active_version 2
+		python_pkg_setup
+	fi
 }
 
 src_prepare() {
@@ -89,7 +91,7 @@
 }
 
 pkg_postinst() {
-	use tk && python_mod_optimize "$(python_get_sitedir)/fetchmailconf.py"
+	use tk && python_mod_optimize fetchmailconf.py
 
 	ewarn "From the NEWS:"
 	ewarn "Fetchmail now supports a bad-header command line or rcfile option that takes"
@@ -106,5 +108,5 @@
 }
 
 pkg_postrm() {
-	use tk && python_mod_cleanup "$(python_get_sitedir)/fetchmailconf.py"
+	use tk && python_mod_cleanup fetchmailconf.py
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-25 20:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-25 20:25 [gentoo-commits] gentoo-x86 commit in net-mail/fetchmail: fetchmail-6.3.17.ebuild ChangeLog fetchmail-6.3.19.ebuild fetchmail-6.3.18.ebuild fetchmail-6.3.17-r1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)

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