summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-02-15 01:06:24 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-02-15 01:06:24 +0100
commit2e7164aa6eae8eabdb7e25938aa7ee197cb48a6a (patch)
tree241dc552d6251a2eb95a33736b2bf9abba34dfdf /media-video/bino
parentnet-analyzer/tsung: Remove old (diff)
downloadgentoo-2e7164aa6eae8eabdb7e25938aa7ee197cb48a6a.tar.gz
gentoo-2e7164aa6eae8eabdb7e25938aa7ee197cb48a6a.tar.bz2
gentoo-2e7164aa6eae8eabdb7e25938aa7ee197cb48a6a.zip
media-video/bino: Remove old
Package-Manager: portage-2.3.3
Diffstat (limited to 'media-video/bino')
-rw-r--r--media-video/bino/Manifest1
-rw-r--r--media-video/bino/bino-1.3.0.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/media-video/bino/Manifest b/media-video/bino/Manifest
index 62ad3287bfe3..b3feaf86c72a 100644
--- a/media-video/bino/Manifest
+++ b/media-video/bino/Manifest
@@ -1,2 +1 @@
-DIST bino-1.3.0.tar.xz 737544 SHA256 aaae2d8eb41f43f61bdac2f40e012a6eaa2ac2a1f6b37fd153dc90021b46cea8 SHA512 c19569827b335f8c09833c1c2c94f40a4b3fa661014926940ba8ecbfe0168ede68e83a2e2c6480949162211fbe73855c65d89afdf6e3cb0ba3145b63f33c1960 WHIRLPOOL 9cec7c9ee4d4191f6be500d984dfd5a059f8e487d1b585d1e205c27e4ff532563c0a557eb900b90c01052efff4924c7a1a844b57ee5e441050d1afec6c1ab97d
DIST bino-1.6.1.tar.xz 814212 SHA256 f6e4b07a8e9ff6c929da6200d4ddd1482c46d4aa8516b18ff1c3c193edecc937 SHA512 5c0951f17cf9db37a4bd759aacbd4f3ef1a865499c893ca9c4c3a3775193560234aff9a5b12bc6fc012b987d3bd73264c5a5dcead562a6719f6a1019650e19af WHIRLPOOL 15b0219480d56f00fbaefe4b0935e7783929a3955d6a5632dc49b6681992e720857f09cf9c5d3ea8dd38bb7dbd56a492cbeda6af55c42f27172cb5a28c1bc176
diff --git a/media-video/bino/bino-1.3.0.ebuild b/media-video/bino/bino-1.3.0.ebuild
deleted file mode 100644
index ddbedb08c42c..000000000000
--- a/media-video/bino/bino-1.3.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-inherit eutils
-
-DESCRIPTION="Stereoscopic and multi-display media player"
-HOMEPAGE="http://bino3d.org/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="lirc"
-
-RDEPEND=">=media-libs/glew-1.5.0
- media-libs/openal
- dev-qt/qtgui:4
- dev-qt/qtcore:4
- dev-qt/qtopengl:4
- >=media-libs/libass-0.9.9
- >=virtual/ffmpeg-0.6.90
- lirc? ( app-misc/lirc )"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
- if use lirc; then
- export liblircclient_CFLAGS="-I/usr/include/lirc" liblircclient_LIBS="-llirc_client"
- fi
-
- default
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # remove installed doc
- rm -rf "${D}/usr/share/doc/bino"
-
- # documentation
- dodoc AUTHORS ChangeLog INSTALL NEWS README doc/*.png doc/*.jpg
- dohtml doc/bino.html
- doman doc/bino.1
- doinfo doc/bino.info
-}