diff --git a/net-libs/libvidcap/Manifest b/net-libs/libvidcap/Manifest deleted file mode 100644 index d7a87bc61..000000000 --- a/net-libs/libvidcap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libvidcap-0.2.1.tar.gz 403750 SHA256 50bdabe1bb809e52677c3d5a02e118ce4a6d22828e42aebc8741e5b9a042741a diff --git a/net-libs/libvidcap/libvidcap-0.2.1.ebuild b/net-libs/libvidcap/libvidcap-0.2.1.ebuild deleted file mode 100644 index b617d9a89..000000000 --- a/net-libs/libvidcap/libvidcap-0.2.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MY_PV="${PV/_/}" - -DESCRIPTION="a cross-platform library for capturing video from webcams and other video capture devices" -HOMEPAGE="http://libvidcap.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/pkgconfig" - -S="${WORKDIR}/${PN}-${MY_PV}" - -src_install() { - emake DESTDIR="${D}" install || die 'emake install failed' -}