summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-11-13 20:35:25 +0000
committerTim Harder <radhermit@gentoo.org>2011-11-13 20:35:25 +0000
commita3e08ebdc1080e1961862a6e290c8812b6b03f38 (patch)
tree0adf5c24e99e578cdc768ce636a79c7c3dfc69fd /app-vim/xolox-misc/xolox-misc-20110926.ebuild
parentConvert db[-nocxx] to db[cxx]. (diff)
downloadhistorical-a3e08ebdc1080e1961862a6e290c8812b6b03f38.tar.gz
historical-a3e08ebdc1080e1961862a6e290c8812b6b03f38.tar.bz2
historical-a3e08ebdc1080e1961862a6e290c8812b6b03f38.zip
Version bump.
Package-Manager: portage-2.2.0_alpha73/cvs/Linux x86_64
Diffstat (limited to 'app-vim/xolox-misc/xolox-misc-20110926.ebuild')
-rw-r--r--app-vim/xolox-misc/xolox-misc-20110926.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/xolox-misc/xolox-misc-20110926.ebuild b/app-vim/xolox-misc/xolox-misc-20110926.ebuild
new file mode 100644
index 000000000000..9e07f2d558a3
--- /dev/null
+++ b/app-vim/xolox-misc/xolox-misc-20110926.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/xolox-misc/xolox-misc-20110926.ebuild,v 1.1 2011/11/13 20:31:40 radhermit Exp $
+
+EAPI=4
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: miscellaneous auto-load scripts"
+HOMEPAGE="http://peterodding.com/code/vim/misc/"
+SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.bz2"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_prepare() {
+ rm README.md
+}