diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-07 21:09:25 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-07 21:09:25 +0000 |
commit | 0ed4db6379707ea50d5dc199e6f3992198c3011e (patch) | |
tree | 2290e2de1677674d515d494d9b5a61f451b71f00 /app-vim/gist | |
parent | Version bump. (diff) | |
download | gentoo-2-0ed4db6379707ea50d5dc199e6f3992198c3011e.tar.gz gentoo-2-0ed4db6379707ea50d5dc199e6f3992198c3011e.tar.bz2 gentoo-2-0ed4db6379707ea50d5dc199e6f3992198c3011e.zip |
Remove old.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/gist')
-rw-r--r-- | app-vim/gist/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/gist/gist-5.0.ebuild | 38 | ||||
-rw-r--r-- | app-vim/gist/gist-5.1.ebuild | 38 |
3 files changed, 5 insertions, 77 deletions
diff --git a/app-vim/gist/ChangeLog b/app-vim/gist/ChangeLog index b271715ddfa2..1858ab0ffffe 100644 --- a/app-vim/gist/ChangeLog +++ b/app-vim/gist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/gist # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gist/ChangeLog,v 1.5 2011/11/07 21:08:20 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gist/ChangeLog,v 1.6 2011/11/07 21:09:25 radhermit Exp $ + + 07 Nov 2011; Tim Harder <radhermit@gentoo.org> -gist-5.0.ebuild, + -gist-5.1.ebuild: + Remove old. *gist-5.5 (07 Nov 2011) diff --git a/app-vim/gist/gist-5.0.ebuild b/app-vim/gist/gist-5.0.ebuild deleted file mode 100644 index 84b2a253b160..000000000000 --- a/app-vim/gist/gist-5.0.ebuild +++ /dev/null @@ -1,38 +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/gist/gist-5.0.ebuild,v 1.1 2011/06/25 08:04:38 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -MY_PN="Gist" -DESCRIPTION="vim plugin: interact with gists (gist.github.com)" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423" -SRC_URI="https://github.com/vim-scripts/${MY_PN}.vim/tarball/${PV} -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="net-misc/curl - dev-vcs/git" - -VIM_PLUGIN_HELPFILES="gist.txt" - -src_unpack() { - unpack ${A} - mv *-${MY_PN}.vim-* "${S}" -} - -src_prepare() { - # There's good documentation included with the script, but it's not - # in a helpfile. Since there's rather too much information to include - # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. - mkdir "${S}"/doc - sed -e '0,/"=\+$/d' -e '/" GetLatest.\+$/,9999d' -e 's/^" \?//' \ - -e 's/\(File: \)\([^.]\+\)\.vim/\1*\2.txt*/' \ - plugin/gist.vim \ - > doc/gist.txt - - rm README -} diff --git a/app-vim/gist/gist-5.1.ebuild b/app-vim/gist/gist-5.1.ebuild deleted file mode 100644 index d84280edc82c..000000000000 --- a/app-vim/gist/gist-5.1.ebuild +++ /dev/null @@ -1,38 +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/gist/gist-5.1.ebuild,v 1.1 2011/09/19 06:14:45 radhermit Exp $ - -EAPI=4 - -inherit vim-plugin - -MY_PN="Gist" -DESCRIPTION="vim plugin: interact with gists (gist.github.com)" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423" -SRC_URI="https://github.com/vim-scripts/${MY_PN}.vim/tarball/${PV} -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="net-misc/curl - dev-vcs/git" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_unpack() { - unpack ${A} - mv *-${MY_PN}.vim-* "${S}" -} - -src_prepare() { - # There's good documentation included with the script, but it's not - # in a helpfile. Since there's rather too much information to include - # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. - mkdir "${S}"/doc - sed -e '0,/"=\+$/d' -e '/" GetLatest.\+$/,9999d' -e 's/^" \?//' \ - -e 's/\(File: \)\([^.]\+\)\.vim/\1*\2.txt*/' \ - plugin/${PN}.vim \ - > doc/${PN}.txt - - rm README || die -} |