mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-04 08:45:49 +01:00
Removed old/not working ebuilds
This commit is contained in:
34
app-vim/pyclewn/pyclewn-1.7.ebuild
Normal file
34
app-vim/pyclewn/pyclewn-1.7.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
|
||||
inherit distutils vim-doc eutils
|
||||
|
||||
DESCRIPTION="A debugger frontend for gvim written in python"
|
||||
HOMEPAGE="http://pyclewn.wiki.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.py2.tar.gz"
|
||||
#SRC_URI="http://sourceforge.net/projects/pyclewn/files/pyclewn-1.7/pyclewn-1.7.py2.tar.gz/download"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.0[netbeans] )"
|
||||
RDEPEND="${DEPEND}
|
||||
sys-devel/gdb"
|
||||
|
||||
S="${WORKDIR}/${P}.py2/"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
epatch "${FILESDIR}/pyclewn_install-access-denied.patch"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
update_vim_helptags
|
||||
distutils_pkg_postinst
|
||||
}
|
||||
Reference in New Issue
Block a user