From 9ca5353ac780cce813685b4541afe09abdbb53fd Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Mon, 19 Sep 2011 06:03:44 +0000 Subject: Version bump and remove old. (Portage version: 2.2.0_alpha58/cvs/Linux x86_64) --- app-vim/notes/ChangeLog | 8 +++++++- app-vim/notes/notes-0.10-r1.ebuild | 29 ----------------------------- app-vim/notes/notes-0.11.3.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 30 deletions(-) delete mode 100644 app-vim/notes/notes-0.10-r1.ebuild create mode 100644 app-vim/notes/notes-0.11.3.ebuild (limited to 'app-vim') diff --git a/app-vim/notes/ChangeLog b/app-vim/notes/ChangeLog index 9e1a3621ebfa..fe4e8a0e55e7 100644 --- a/app-vim/notes/ChangeLog +++ b/app-vim/notes/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2011/09/14 23:07:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.6 2011/09/19 06:03:44 radhermit Exp $ + +*notes-0.11.3 (19 Sep 2011) + + 19 Sep 2011; Tim Harder -notes-0.10-r1.ebuild, + +notes-0.11.3.ebuild: + Version bump and remove old. *notes-0.11 (14 Sep 2011) diff --git a/app-vim/notes/notes-0.10-r1.ebuild b/app-vim/notes/notes-0.10-r1.ebuild deleted file mode 100644 index e4271b942392..000000000000 --- a/app-vim/notes/notes-0.10-r1.ebuild +++ /dev/null @@ -1,29 +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-r1.ebuild,v 1.1 2011/08/31 10:15:25 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="app-vim/xolox-misc - || ( 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 - rm -rf autoload/xolox/misc -} diff --git a/app-vim/notes/notes-0.11.3.ebuild b/app-vim/notes/notes-0.11.3.ebuild new file mode 100644 index 000000000000..1172470aeade --- /dev/null +++ b/app-vim/notes/notes-0.11.3.ebuild @@ -0,0 +1,30 @@ +# 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.11.3.ebuild,v 1.1 2011/09/19 06:03:44 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=">=app-vim/xolox-misc-20110904 + || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] )" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_unpack() { + unpack ${A} + mv *-${PN}-* "${S}" +} + +src_prepare() { + # Remove unnecessary files + rm INSTALL.md README.md misc/notes/user/README || die + rm -r autoload/xolox/misc || die +} -- cgit v1.2.3-65-gdbad