summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 07:30:37 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 07:30:37 +0000
commit435e20e5665857de80b7638436e0dc3602af686f (patch)
tree4e727d1cd9543633a6bdfd321f6f832d5fdc3509 /app-vim/notes
parentversion bump (diff)
downloadgentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.gz
gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.bz2
gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.zip
Remove old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-vim/notes')
-rw-r--r--app-vim/notes/ChangeLog7
-rw-r--r--app-vim/notes/notes-0.23.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/notes/ChangeLog b/app-vim/notes/ChangeLog
index 99b189fd0eb4..dcd97f6c6111 100644
--- a/app-vim/notes/ChangeLog
+++ b/app-vim/notes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/notes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.21 2014/11/28 15:10:11 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.22 2015/04/08 07:30:34 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> notes-0.23.4.ebuild:
+ Remove old Python implementations
*notes-0.29 (28 Nov 2014)
diff --git a/app-vim/notes/notes-0.23.4.ebuild b/app-vim/notes/notes-0.23.4.ebuild
index 5b22848580bb..79888befc525 100644
--- a/app-vim/notes/notes-0.23.4.ebuild
+++ b/app-vim/notes/notes-0.23.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.23.4.ebuild,v 1.3 2013/12/24 12:55:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.23.4.ebuild,v 1.4 2015/04/08 07:30:34 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit python-single-r1 vim-plugin