diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-06 20:21:52 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-06 20:21:52 +0000 |
commit | 139dd228337c7338706314ac75eb533ed1674784 (patch) | |
tree | 3825c721a7f123fc371f85f7db0af1a04f1d59f5 /x11-misc/pypanel | |
parent | Fix deprecation warnings. (diff) | |
download | gentoo-2-139dd228337c7338706314ac75eb533ed1674784.tar.gz gentoo-2-139dd228337c7338706314ac75eb533ed1674784.tar.bz2 gentoo-2-139dd228337c7338706314ac75eb533ed1674784.zip |
Fix deprecation warnings.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/pypanel')
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-2.4-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-2.4.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index 348ae3aa4d74..852e490b0525 100644 --- a/x11-misc/pypanel/ChangeLog +++ b/x11-misc/pypanel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/pypanel -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.39 2010/05/28 20:54:49 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.40 2011/04/06 20:21:52 arfrever Exp $ + + 06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pypanel-2.4.ebuild, pypanel-2.4-r1.ebuild: + Fix deprecation warnings. *pypanel-2.4-r1 (28 May 2010) diff --git a/x11-misc/pypanel/pypanel-2.4-r1.ebuild b/x11-misc/pypanel/pypanel-2.4-r1.ebuild index b716a3209d72..b7d9b03b9518 100644 --- a/x11-misc/pypanel/pypanel-2.4-r1.ebuild +++ b/x11-misc/pypanel/pypanel-2.4-r1.ebuild @@ -1,11 +1,11 @@ -# 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/x11-misc/pypanel/pypanel-2.4-r1.ebuild,v 1.2 2010/05/30 20:22:14 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild,v 1.3 2011/04/06 20:21:52 arfrever Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2" -inherit distutils eutils +inherit distutils MY_PN=${PN/pyp/PyP} MY_P=${MY_PN}-${PV} diff --git a/x11-misc/pypanel/pypanel-2.4.ebuild b/x11-misc/pypanel/pypanel-2.4.ebuild index 713c38014a0b..cbfcc7f45957 100644 --- a/x11-misc/pypanel/pypanel-2.4.ebuild +++ b/x11-misc/pypanel/pypanel-2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.10 2009/12/27 13:37:28 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.11 2011/04/06 20:21:52 arfrever Exp $ -EAPI="2" -inherit distutils eutils +EAPI="3" +inherit distutils MY_PN=${PN/pyp/PyP} MY_P=${MY_PN}-${PV} |