diff options
author | 2011-08-31 10:16:48 +0000 | |
---|---|---|
committer | 2011-08-31 10:16:48 +0000 | |
commit | 15f60b99aa67d06c1020e3defe1db33b23650c61 (patch) | |
tree | dc3e04b5605e67f4953e8e82b820b8d279ab40d6 /app-vim/notes | |
parent | Change version scheme (diff) | |
download | gentoo-2-15f60b99aa67d06c1020e3defe1db33b23650c61.tar.gz gentoo-2-15f60b99aa67d06c1020e3defe1db33b23650c61.tar.bz2 gentoo-2-15f60b99aa67d06c1020e3defe1db33b23650c61.zip |
Remove old.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/notes')
-rw-r--r-- | app-vim/notes/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/notes/notes-0.10.ebuild | 27 | ||||
-rw-r--r-- | app-vim/notes/notes-0.9.4.ebuild | 27 |
3 files changed, 5 insertions, 55 deletions
diff --git a/app-vim/notes/ChangeLog b/app-vim/notes/ChangeLog index 0bc764cb2238..f15d95c07022 100644 --- a/app-vim/notes/ChangeLog +++ b/app-vim/notes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/notes # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.3 2011/08/31 10:15:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.4 2011/08/31 10:16:47 radhermit Exp $ + + 31 Aug 2011; Tim Harder <radhermit@gentoo.org> -notes-0.9.4.ebuild, + -notes-0.10.ebuild: + Remove old. *notes-0.10-r1 (31 Aug 2011) diff --git a/app-vim/notes/notes-0.10.ebuild b/app-vim/notes/notes-0.10.ebuild deleted file mode 100644 index 5b5a90eb4926..000000000000 --- a/app-vim/notes/notes-0.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.10.ebuild,v 1.1 2011/07/12 06:38:36 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easy note taking in vim" -HOMEPAGE="http://peterodding.com/code/vim/notes/" -SRC_URI="https://github.com/xolox/vim-${PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] )" - -VIM_PLUGIN_HELPFILES="notes.txt" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - rm INSTALL.md README.md -} diff --git a/app-vim/notes/notes-0.9.4.ebuild b/app-vim/notes/notes-0.9.4.ebuild deleted file mode 100644 index 355fb0a666ad..000000000000 --- a/app-vim/notes/notes-0.9.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.9.4.ebuild,v 1.1 2011/06/29 00:34:29 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easy note taking in vim" -HOMEPAGE="http://peterodding.com/code/vim/notes/" -SRC_URI="https://github.com/xolox/vim-${PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] )" - -VIM_PLUGIN_HELPFILES="notes.txt" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - rm INSTALL.md README.md -} |