summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-08-05 23:40:48 +0000
committerTim Harder <radhermit@gentoo.org>2012-08-05 23:40:48 +0000
commit34b16c32ed53f3c246311f89e9735bc9dd705b12 (patch)
treea6f7f992356299d7807429d27f52f956473270ee /app-vim/c-support
parentVersion bump. (diff)
downloadgentoo-2-34b16c32ed53f3c246311f89e9735bc9dd705b12.tar.gz
gentoo-2-34b16c32ed53f3c246311f89e9735bc9dd705b12.tar.bz2
gentoo-2-34b16c32ed53f3c246311f89e9735bc9dd705b12.zip
Remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/c-support')
-rw-r--r--app-vim/c-support/ChangeLog5
-rw-r--r--app-vim/c-support/c-support-5.13.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/app-vim/c-support/ChangeLog b/app-vim/c-support/ChangeLog
index 22cfd607e527..9cf296c8f0e6 100644
--- a/app-vim/c-support/ChangeLog
+++ b/app-vim/c-support/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/c-support
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/c-support/ChangeLog,v 1.3 2012/08/05 23:40:00 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/c-support/ChangeLog,v 1.4 2012/08/05 23:40:48 radhermit Exp $
+
+ 05 Aug 2012; Tim Harder <radhermit@gentoo.org> -c-support-5.13.ebuild:
+ Remove old.
*c-support-5.19 (05 Aug 2012)
diff --git a/app-vim/c-support/c-support-5.13.ebuild b/app-vim/c-support/c-support-5.13.ebuild
deleted file mode 100644
index b443a9dd2d86..000000000000
--- a/app-vim/c-support/c-support-5.13.ebuild
+++ /dev/null
@@ -1,28 +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/c-support/c-support-5.13.ebuild,v 1.1 2011/04/29 04:28:46 radhermit Exp $
-
-EAPI="4"
-VIM_PLUGIN_VIM_VERSION="7.0"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: C/C++-IDE -- Write and run programs using menus and hotkeys"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=213"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=14859 -> ${P}.zip"
-LICENSE="public-domain"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="csupport.txt"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}
-
-src_install() {
- dodoc ${PN}/doc/{ChangeLog,c-hotkeys.pdf}
- rm -rf ${PN}/doc README.csupport
-
- vim-plugin_src_install
-}