summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 20:19:22 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 20:19:22 +0000
commit09cd4ef534c0065bd5aabf9c80e2bbac75054f23 (patch)
tree43ad6d3252246eeada429521ece4f184696ff3d6 /x11-misc/rednotebook
parentFix deprecation warning. (diff)
downloadgentoo-2-09cd4ef534c0065bd5aabf9c80e2bbac75054f23.tar.gz
gentoo-2-09cd4ef534c0065bd5aabf9c80e2bbac75054f23.tar.bz2
gentoo-2-09cd4ef534c0065bd5aabf9c80e2bbac75054f23.zip
Fix deprecation warnings.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r--x11-misc/rednotebook/ChangeLog6
-rw-r--r--x11-misc/rednotebook/rednotebook-1.1.1.ebuild9
-rw-r--r--x11-misc/rednotebook/rednotebook-1.1.2.ebuild9
-rw-r--r--x11-misc/rednotebook/rednotebook-1.1.4.ebuild5
4 files changed, 18 insertions, 11 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog
index b04e7831991e..76d0d31c021e 100644
--- a/x11-misc/rednotebook/ChangeLog
+++ b/x11-misc/rednotebook/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/rednotebook
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.44 2011/03/27 15:23:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.45 2011/04/06 20:19:22 arfrever Exp $
+
+ 06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ rednotebook-1.1.1.ebuild, rednotebook-1.1.2.ebuild, rednotebook-1.1.4.ebuild:
+ Fix deprecation warnings.
*rednotebook-1.1.4 (27 Mar 2011)
diff --git a/x11-misc/rednotebook/rednotebook-1.1.1.ebuild b/x11-misc/rednotebook/rednotebook-1.1.1.ebuild
index 2b2df902151a..5ace4ce2bb7f 100644
--- a/x11-misc/rednotebook/rednotebook-1.1.1.ebuild
+++ b/x11-misc/rednotebook/rednotebook-1.1.1.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/rednotebook/rednotebook-1.1.1.ebuild,v 1.3 2010/09/26 10:44:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.1.1.ebuild,v 1.4 2011/04/06 20:19:22 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2"
-inherit python eutils distutils
+inherit eutils distutils
DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
HOMEPAGE="http://rednotebook.sourceforge.net"
@@ -23,6 +23,7 @@ RDEPEND="dev-python/pyyaml[libyaml?]
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_prepare() {
diff --git a/x11-misc/rednotebook/rednotebook-1.1.2.ebuild b/x11-misc/rednotebook/rednotebook-1.1.2.ebuild
index 32b0aab1c549..dad3062d360e 100644
--- a/x11-misc/rednotebook/rednotebook-1.1.2.ebuild
+++ b/x11-misc/rednotebook/rednotebook-1.1.2.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/rednotebook/rednotebook-1.1.2.ebuild,v 1.1 2010/12/30 13:04:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.1.2.ebuild,v 1.2 2011/04/06 20:19:22 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2"
-inherit python eutils distutils
+inherit eutils distutils
DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
HOMEPAGE="http://rednotebook.sourceforge.net"
@@ -23,6 +23,7 @@ RDEPEND="dev-python/pyyaml[libyaml?]
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_prepare() {
diff --git a/x11-misc/rednotebook/rednotebook-1.1.4.ebuild b/x11-misc/rednotebook/rednotebook-1.1.4.ebuild
index 1bd05b862171..6b454189c62e 100644
--- a/x11-misc/rednotebook/rednotebook-1.1.4.ebuild
+++ b/x11-misc/rednotebook/rednotebook-1.1.4.ebuild
@@ -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/x11-misc/rednotebook/rednotebook-1.1.4.ebuild,v 1.1 2011/03/27 15:23:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.1.4.ebuild,v 1.2 2011/04/06 20:19:22 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2"
inherit python eutils distutils
@@ -23,6 +23,7 @@ RDEPEND="dev-python/pyyaml[libyaml?]
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_prepare() {