diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-06-19 06:28:52 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-06-19 06:28:52 +0000 |
commit | a6fb3ec28a5bb4944cb26b227765323d5b49663e (patch) | |
tree | bac805e6d934f62c9bbc5a061f1210a821046db9 /app-vim | |
parent | Stabilize for amd64/x86. (diff) | |
download | gentoo-2-a6fb3ec28a5bb4944cb26b227765323d5b49663e.tar.gz gentoo-2-a6fb3ec28a5bb4944cb26b227765323d5b49663e.tar.bz2 gentoo-2-a6fb3ec28a5bb4944cb26b227765323d5b49663e.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/notes/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/notes/notes-0.23.10.ebuild | 30 | ||||
-rw-r--r-- | app-vim/notes/notes-0.23.11.ebuild | 30 | ||||
-rw-r--r-- | app-vim/notes/notes-0.23.4.ebuild | 30 | ||||
-rw-r--r-- | app-vim/notes/notes-0.27.ebuild | 30 | ||||
-rw-r--r-- | app-vim/notes/notes-0.28.1.ebuild | 30 | ||||
-rw-r--r-- | app-vim/notes/notes-0.28.ebuild | 30 |
7 files changed, 6 insertions, 181 deletions
diff --git a/app-vim/notes/ChangeLog b/app-vim/notes/ChangeLog index c2d62263ebf4..12759e5251af 100644 --- a/app-vim/notes/ChangeLog +++ b/app-vim/notes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/notes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.25 2015/06/19 06:28:22 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.26 2015/06/19 06:28:52 radhermit Exp $ + + 19 Jun 2015; Tim Harder <radhermit@gentoo.org> -notes-0.23.4.ebuild, + -notes-0.23.10.ebuild, -notes-0.23.11.ebuild, -notes-0.27.ebuild, + -notes-0.28.ebuild, -notes-0.28.1.ebuild: + Remove old. 19 Jun 2015; Tim Harder <radhermit@gentoo.org> notes-0.29.ebuild: Stabilize for amd64/x86. diff --git a/app-vim/notes/notes-0.23.10.ebuild b/app-vim/notes/notes-0.23.10.ebuild deleted file mode 100644 index af11563b7dc7..000000000000 --- a/app-vim/notes/notes-0.23.10.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.23.10.ebuild,v 1.1 2014/06/26 06:10:34 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit python-single-r1 vim-plugin - -DESCRIPTION="vim plugin: easy note taking in vim" -HOMEPAGE="http://peterodding.com/code/vim/notes/" -SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=app-vim/vim-misc-1.8.5" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/vim-${P} - -src_prepare() { - # remove unnecessary files - rm addon-info.json INSTALL.md README.md || die - - python_fix_shebang . -} diff --git a/app-vim/notes/notes-0.23.11.ebuild b/app-vim/notes/notes-0.23.11.ebuild deleted file mode 100644 index b37b69b3e3e0..000000000000 --- a/app-vim/notes/notes-0.23.11.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.23.11.ebuild,v 1.1 2014/07/01 07:31:21 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit python-single-r1 vim-plugin - -DESCRIPTION="vim plugin: easy note taking in vim" -HOMEPAGE="http://peterodding.com/code/vim/notes/" -SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=app-vim/vim-misc-1.8.5" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/vim-${P} - -src_prepare() { - # remove unnecessary files - rm addon-info.json INSTALL.md README.md || die - - python_fix_shebang . -} diff --git a/app-vim/notes/notes-0.23.4.ebuild b/app-vim/notes/notes-0.23.4.ebuild deleted file mode 100644 index 79888befc525..000000000000 --- a/app-vim/notes/notes-0.23.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.4 2015/04/08 07:30:34 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit python-single-r1 vim-plugin - -DESCRIPTION="vim plugin: easy note taking in vim" -HOMEPAGE="http://peterodding.com/code/vim/notes/" -SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="amd64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=app-vim/vim-misc-1.8.5" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/vim-${P} - -src_prepare() { - # remove unnecessary files - rm addon-info.json INSTALL.md README.md || die - - python_fix_shebang . -} diff --git a/app-vim/notes/notes-0.27.ebuild b/app-vim/notes/notes-0.27.ebuild deleted file mode 100644 index 315f6e7a4ab1..000000000000 --- a/app-vim/notes/notes-0.27.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.27.ebuild,v 1.1 2014/10/18 04:00:18 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit python-single-r1 vim-plugin - -DESCRIPTION="vim plugin: easy note taking in vim" -HOMEPAGE="http://peterodding.com/code/vim/notes/" -SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=app-vim/vim-misc-1.16.1" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/vim-${P} - -src_prepare() { - # remove unnecessary files - rm addon-info.json INSTALL.md README.md || die - - python_fix_shebang . -} diff --git a/app-vim/notes/notes-0.28.1.ebuild b/app-vim/notes/notes-0.28.1.ebuild deleted file mode 100644 index c2a5888bb568..000000000000 --- a/app-vim/notes/notes-0.28.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.28.1.ebuild,v 1.1 2014/11/06 04:54:07 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit python-single-r1 vim-plugin - -DESCRIPTION="vim plugin: easy note taking in vim" -HOMEPAGE="http://peterodding.com/code/vim/notes/" -SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=app-vim/vim-misc-1.16.1" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/vim-${P} - -src_prepare() { - # remove unnecessary files - rm addon-info.json INSTALL.md README.md || die - - python_fix_shebang . -} diff --git a/app-vim/notes/notes-0.28.ebuild b/app-vim/notes/notes-0.28.ebuild deleted file mode 100644 index 72eb7f0eda5f..000000000000 --- a/app-vim/notes/notes-0.28.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.28.ebuild,v 1.1 2014/10/25 08:19:40 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit python-single-r1 vim-plugin - -DESCRIPTION="vim plugin: easy note taking in vim" -HOMEPAGE="http://peterodding.com/code/vim/notes/" -SRC_URI="https://github.com/xolox/vim-notes/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=app-vim/vim-misc-1.16.1" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/vim-${P} - -src_prepare() { - # remove unnecessary files - rm addon-info.json INSTALL.md README.md || die - - python_fix_shebang . -} |