diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-01-14 01:48:52 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-01-14 01:48:52 +0000 |
commit | fade448d9dc038dcca8c03ab45f7962723c9c436 (patch) | |
tree | 8b7d8b551acb0bbd33600f71214c5f8a955e784c /dev-python/kaa-base | |
parent | Security bump, misc bug fixes (diff) | |
download | gentoo-2-fade448d9dc038dcca8c03ab45f7962723c9c436.tar.gz gentoo-2-fade448d9dc038dcca8c03ab45f7962723c9c436.tar.bz2 gentoo-2-fade448d9dc038dcca8c03ab45f7962723c9c436.zip |
clean old impl
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/kaa-base')
-rw-r--r-- | dev-python/kaa-base/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/kaa-base/ChangeLog b/dev-python/kaa-base/ChangeLog index 212727643392..ce43e6184f39 100644 --- a/dev-python/kaa-base/ChangeLog +++ b/dev-python/kaa-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/kaa-base -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/ChangeLog,v 1.30 2014/08/10 21:12:38 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/ChangeLog,v 1.31 2015/01/14 01:48:52 idella4 Exp $ + + 14 Jan 2015; Ian Delaney <idella4@gentoo.org> kaa-base-0.6.0-r1.ebuild: + clean old impl 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> kaa-base-0.6.0-r1.ebuild, kaa-base-0.6.0.ebuild: diff --git a/dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild b/dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild index 9ccee7615a78..8f025d4c3dc5 100644 --- a/dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild +++ b/dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild,v 1.3 2014/08/10 21:12:38 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-base/kaa-base-0.6.0-r1.ebuild,v 1.4 2015/01/14 01:48:52 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite?,threads(+)" inherit distutils-r1 |