summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-08-03 22:18:41 +0000
committerTim Harder <radhermit@gentoo.org>2012-08-03 22:18:41 +0000
commitd0bd25e0a049060ed662938a5f6959931c9d7f1b (patch)
tree5dfc80d01b29f83bac1816b1ba024a77055ff263 /app-vim/notes
parentkeyword amd64-linux x86-linux (diff)
downloadgentoo-2-d0bd25e0a049060ed662938a5f6959931c9d7f1b.tar.gz
gentoo-2-d0bd25e0a049060ed662938a5f6959931c9d7f1b.tar.bz2
gentoo-2-d0bd25e0a049060ed662938a5f6959931c9d7f1b.zip
Remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/notes')
-rw-r--r--app-vim/notes/ChangeLog6
-rw-r--r--app-vim/notes/notes-0.11.3.ebuild30
-rw-r--r--app-vim/notes/notes-0.12.8.ebuild30
3 files changed, 5 insertions, 61 deletions
diff --git a/app-vim/notes/ChangeLog b/app-vim/notes/ChangeLog
index e1b198f74792..b5496d98b858 100644
--- a/app-vim/notes/ChangeLog
+++ b/app-vim/notes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/notes
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.9 2012/08/03 22:17:29 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/ChangeLog,v 1.10 2012/08/03 22:18:41 radhermit Exp $
+
+ 03 Aug 2012; Tim Harder <radhermit@gentoo.org> -notes-0.11.3.ebuild,
+ -notes-0.12.8.ebuild:
+ Remove old.
*notes-0.16.17 (03 Aug 2012)
diff --git a/app-vim/notes/notes-0.11.3.ebuild b/app-vim/notes/notes-0.11.3.ebuild
deleted file mode 100644
index 1172470aeade..000000000000
--- a/app-vim/notes/notes-0.11.3.ebuild
+++ /dev/null
@@ -1,30 +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.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
-}
diff --git a/app-vim/notes/notes-0.12.8.ebuild b/app-vim/notes/notes-0.12.8.ebuild
deleted file mode 100644
index ca88e20e54a5..000000000000
--- a/app-vim/notes/notes-0.12.8.ebuild
+++ /dev/null
@@ -1,30 +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.12.8.ebuild,v 1.1 2011/11/13 20:43:07 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-20110926
- || ( 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
-}