summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 16:35:16 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 16:35:16 +0000
commitb4b66cf581374d75044ede10bdb871c0f85d2064 (patch)
treef74dab431ed5a28ef84105a232716557a76761b1 /dev-db
parentFix dependencies. Set SUPPORT_PYTHON_ABIS (bug #312139). (diff)
downloadhistorical-b4b66cf581374d75044ede10bdb871c0f85d2064.tar.gz
historical-b4b66cf581374d75044ede10bdb871c0f85d2064.tar.bz2
historical-b4b66cf581374d75044ede10bdb871c0f85d2064.zip
Fix deprecation warnings.
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/desktopcouch/ChangeLog8
-rw-r--r--dev-db/desktopcouch/desktopcouch-0.6.4.ebuild7
-rw-r--r--dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild7
3 files changed, 14 insertions, 8 deletions
diff --git a/dev-db/desktopcouch/ChangeLog b/dev-db/desktopcouch/ChangeLog
index 01ebdcc511f7..1d1ca613e895 100644
--- a/dev-db/desktopcouch/ChangeLog
+++ b/dev-db/desktopcouch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/desktopcouch
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/ChangeLog,v 1.5 2010/12/15 20:17:01 neurogeek Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/ChangeLog,v 1.6 2011/01/08 16:35:16 arfrever Exp $
+
+ 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ desktopcouch-0.6.4.ebuild, desktopcouch-0.6.9_beta.ebuild:
+ Fix deprecation warnings.
*desktopcouch-0.6.9_beta (15 Dec 2010)
diff --git a/dev-db/desktopcouch/desktopcouch-0.6.4.ebuild b/dev-db/desktopcouch/desktopcouch-0.6.4.ebuild
index b6bfbdb5b509..9122709f205b 100644
--- a/dev-db/desktopcouch/desktopcouch-0.6.4.ebuild
+++ b/dev-db/desktopcouch/desktopcouch-0.6.4.ebuild
@@ -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/dev-db/desktopcouch/desktopcouch-0.6.4.ebuild,v 1.2 2010/04/29 00:49:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/desktopcouch-0.6.4.ebuild,v 1.3 2011/01/08 16:35:16 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2"
inherit distutils eutils multilib
@@ -27,6 +27,7 @@ RESTRICT="test"
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_prepare() {
diff --git a/dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild b/dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild
index 5fe8ba7c8220..e1fb57153608 100644
--- a/dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild
+++ b/dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild
@@ -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/dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild,v 1.1 2010/12/15 20:17:01 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/desktopcouch/desktopcouch-0.6.9_beta.ebuild,v 1.2 2011/01/08 16:35:16 arfrever Exp $
-EAPI="2"
+EAPI="3"
PYTHON_DEPEND="2"
MY_PV=${PV/_beta/b}
MY_P=${PN}-${MY_PV}
@@ -31,6 +31,7 @@ S="${WORKDIR}/${MY_P}"
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_prepare() {