summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-09-18 11:11:26 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-09-18 11:11:26 +0000
commita367c6879bc0170dcf2d2793d66a00684043324e (patch)
treeb3e4486fdcbceaf44ffa3efdcd84f9fc0a1c8eea /dev-libs/botan
parentVersion bump (diff)
downloadgentoo-2-a367c6879bc0170dcf2d2793d66a00684043324e.tar.gz
gentoo-2-a367c6879bc0170dcf2d2793d66a00684043324e.tar.bz2
gentoo-2-a367c6879bc0170dcf2d2793d66a00684043324e.zip
Drop obsolete python_mod_* functions call
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-libs/botan')
-rw-r--r--dev-libs/botan/ChangeLog6
-rw-r--r--dev-libs/botan/botan-1.10.3-r1.ebuild10
-rw-r--r--dev-libs/botan/botan-1.10.5.ebuild10
3 files changed, 7 insertions, 19 deletions
diff --git a/dev-libs/botan/ChangeLog b/dev-libs/botan/ChangeLog
index a8d0ca1f28e3..d10732f4b5d2 100644
--- a/dev-libs/botan/ChangeLog
+++ b/dev-libs/botan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/botan
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.82 2013/09/18 11:07:16 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.83 2013/09/18 11:11:26 pinkbyte Exp $
+
+ 18 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> botan-1.10.3-r1.ebuild,
+ botan-1.10.5.ebuild:
+ Drop obsolete python_mod_* functions call
*botan-1.10.5 (18 Sep 2013)
diff --git a/dev-libs/botan/botan-1.10.3-r1.ebuild b/dev-libs/botan/botan-1.10.3-r1.ebuild
index 419c9e435e85..cd4a31fa568b 100644
--- a/dev-libs/botan/botan-1.10.3-r1.ebuild
+++ b/dev-libs/botan/botan-1.10.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.10.3-r1.ebuild,v 1.3 2013/09/05 18:29:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.10.3-r1.ebuild,v 1.4 2013/09/18 11:11:26 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -142,11 +142,3 @@ src_install() {
popd > /dev/null
fi
}
-
-pkg_postinst() {
- use python && python_mod_optimize botan
-}
-
-pkg_postrm() {
- use python && python_mod_cleanup botan
-}
diff --git a/dev-libs/botan/botan-1.10.5.ebuild b/dev-libs/botan/botan-1.10.5.ebuild
index e6579c30d02d..d6d79bd234e8 100644
--- a/dev-libs/botan/botan-1.10.5.ebuild
+++ b/dev-libs/botan/botan-1.10.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.10.5.ebuild,v 1.1 2013/09/18 11:07:16 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.10.5.ebuild,v 1.2 2013/09/18 11:11:26 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -146,11 +146,3 @@ src_install() {
popd > /dev/null
fi
}
-
-pkg_postinst() {
- use python && python_mod_optimize botan
-}
-
-pkg_postrm() {
- use python && python_mod_cleanup botan
-}