Parent Directory
|
Revision Log
Remove old. (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
| 1 | radhermit | 1.1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | radhermit | 1.2 | # $Header: /var/cvsroot/gentoo-x86/app-vim/gist/gist-5.5.ebuild,v 1.1 2011/11/07 21:08:21 radhermit Exp $ |
| 4 | radhermit | 1.1 | |
| 5 | EAPI=4 | ||
| 6 | |||
| 7 | inherit vim-plugin | ||
| 8 | |||
| 9 | MY_PN="Gist" | ||
| 10 | DESCRIPTION="vim plugin: interact with gists (gist.github.com)" | ||
| 11 | HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2423" | ||
| 12 | SRC_URI="https://github.com/vim-scripts/${MY_PN}.vim/tarball/${PV} -> ${P}.tar.gz" | ||
| 13 | LICENSE="BSD" | ||
| 14 | KEYWORDS="~amd64 ~x86" | ||
| 15 | IUSE="" | ||
| 16 | |||
| 17 | RDEPEND="net-misc/curl | ||
| 18 | dev-vcs/git" | ||
| 19 | |||
| 20 | VIM_PLUGIN_HELPFILES="Gist.vim" | ||
| 21 | |||
| 22 | src_unpack() { | ||
| 23 | unpack ${A} | ||
| 24 | mv *-${MY_PN}.vim-* "${S}" | ||
| 25 | } | ||
| 26 | |||
| 27 | src_prepare() { | ||
| 28 | rm README || die | ||
| 29 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |