From ed40676841e317a2aafa04c4c804bb6043864740 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 26 Feb 2016 23:50:05 +0000 Subject: repo cleanup...drop old ebuilds, drop ebuilds already in portage tree --- dev-python/pyvlc/pyvlc-1.0.ebuild | 50 -------------------------------------- dev-python/pyvlc/pyvlc-9999.ebuild | 50 -------------------------------------- 2 files changed, 100 deletions(-) delete mode 100644 dev-python/pyvlc/pyvlc-1.0.ebuild delete mode 100644 dev-python/pyvlc/pyvlc-9999.ebuild (limited to 'dev-python/pyvlc') diff --git a/dev-python/pyvlc/pyvlc-1.0.ebuild b/dev-python/pyvlc/pyvlc-1.0.ebuild deleted file mode 100644 index 472927cc..00000000 --- a/dev-python/pyvlc/pyvlc-1.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit git-2 - -DESCRIPTION="Python binding to VLC library" -HOMEPAGE="http://wiki.videolan.org/Python_bindings" -EGIT_REPO_URI="git://git.videolan.org/vlc/bindings/python.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="generated examples wxwidgets qt4 gtk" - -DEPEND="media-video/vlc" -RDEPEND="${DEPEND} - examples? ( dev-python/pygtk )" -DOCS="README" - -S="${WORKDIR}"/${PN}-${PV} - -src_compile() { - cd "${EGIT_STORE_DIR}" - cd "${S}" -} - -src_install() { - cd "${S}" - - if use examples ; then - cd "${S}"/examples - ls -la - if use wxwidgets ; then - dodoc wxvlc.py - fi - if use qt4 ; then - dodoc qtvlc.py - fi - if use gtk ; then - dodoc gtkvlc.py - fi - fi - if use generated ; then - insinto "${S}"/generated - dodoc vlc.py - fi -} diff --git a/dev-python/pyvlc/pyvlc-9999.ebuild b/dev-python/pyvlc/pyvlc-9999.ebuild deleted file mode 100644 index 472927cc..00000000 --- a/dev-python/pyvlc/pyvlc-9999.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit git-2 - -DESCRIPTION="Python binding to VLC library" -HOMEPAGE="http://wiki.videolan.org/Python_bindings" -EGIT_REPO_URI="git://git.videolan.org/vlc/bindings/python.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="generated examples wxwidgets qt4 gtk" - -DEPEND="media-video/vlc" -RDEPEND="${DEPEND} - examples? ( dev-python/pygtk )" -DOCS="README" - -S="${WORKDIR}"/${PN}-${PV} - -src_compile() { - cd "${EGIT_STORE_DIR}" - cd "${S}" -} - -src_install() { - cd "${S}" - - if use examples ; then - cd "${S}"/examples - ls -la - if use wxwidgets ; then - dodoc wxvlc.py - fi - if use qt4 ; then - dodoc qtvlc.py - fi - if use gtk ; then - dodoc gtkvlc.py - fi - fi - if use generated ; then - insinto "${S}"/generated - dodoc vlc.py - fi -} -- cgit v1.2.3