summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/notes/Manifest1
-rw-r--r--app-vim/notes/notes-0.33.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/app-vim/notes/Manifest b/app-vim/notes/Manifest
index 372c927066eb..b9fdcf813956 100644
--- a/app-vim/notes/Manifest
+++ b/app-vim/notes/Manifest
@@ -1,2 +1 @@
DIST notes-0.33.4.tar.gz 239372 SHA256 2a118a484beac2cf6254efe81e6a0d5c1513e027f476df7be93e330ab957034e SHA512 7f2147e786582e69760c6d76d7144bc1fd0f8934ce6574184e16f463f5ca9c21e9e0fc87f88b56922b8195b26be7b0f99435cef773ccbc360077cf568b98b98a WHIRLPOOL f23428663a8b8ea8b5f817728f81165c7046fb4f9157cd37bc1603cb4f876b125d272d4df9333988c2f84ff70e6a753167d6e12b034629da387f143adbaffd05
-DIST notes-0.33.tar.gz 238638 SHA256 f4ca53d17d2e103eccfdeb8fcaf0ad47b02c594ca2587ae5b95fd7ac33407a1e SHA512 0149c12e5feeeaaeca658dd8136ad590694a06f367ef227aad786bc830254acf74903edf2334527274dcdfaff7cd86e605c2ea083a5ec09d4409d5b4fef194f1 WHIRLPOOL a14a65d37c5630c8dcccc4a7620ff679302c07cad05a3baa57a322f75d88199ed73fc70026a1674817a8d20a4e8ed87f3c6b6a9bc32419d508f1024522868be8
diff --git a/app-vim/notes/notes-0.33.ebuild b/app-vim/notes/notes-0.33.ebuild
deleted file mode 100644
index a2cd28bc3e82..000000000000
--- a/app-vim/notes/notes-0.33.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.17.6"
-
-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 .
-}