summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-04 19:07:40 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-04 19:07:40 +0000
commitf616d4561f54db69dbb9249543247045d0d2cae8 (patch)
treeab2ff3703d36255567f38e82bd4d4e309e84b4cb /net-mail/dbmail/dbmail-2.2.15.ebuild
parentRemove older versions. Fixed unquoted variables. (diff)
downloadgentoo-2-f616d4561f54db69dbb9249543247045d0d2cae8.tar.gz
gentoo-2-f616d4561f54db69dbb9249543247045d0d2cae8.tar.bz2
gentoo-2-f616d4561f54db69dbb9249543247045d0d2cae8.zip
Delete calls to deprecated python_version(). Call python_mod_cleanup() with paths to Python modules.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/dbmail/dbmail-2.2.15.ebuild')
-rw-r--r--net-mail/dbmail/dbmail-2.2.15.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/dbmail/dbmail-2.2.15.ebuild b/net-mail/dbmail/dbmail-2.2.15.ebuild
index c1cf62b0728e..777bc696e193 100644
--- a/net-mail/dbmail/dbmail-2.2.15.ebuild
+++ b/net-mail/dbmail/dbmail-2.2.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.15.ebuild,v 1.1 2010/03/28 20:33:23 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dbmail/dbmail-2.2.15.ebuild,v 1.2 2010/06/04 19:07:40 arfrever Exp $
EAPI="1"
inherit eutils multilib python
@@ -150,5 +150,5 @@ pkg_postinst() {
}
pkg_postrm() {
- python_mod_cleanup
+ python_mod_cleanup $(python_get_sitedir)/dbmail
}