summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Huber <huber@crans.org>2010-12-17 12:11:58 +0100
committerOlivier Huber <huber@crans.org>2010-12-17 12:16:02 +0100
commitbd0393026e4536775fc3cee78057231f2ae96d12 (patch)
treebb14c28157bfe0efb4bf706dcff22bd90395051b /net-misc
parentfix Manifest (diff)
downloadxhub-bd0393026e4536775fc3cee78057231f2ae96d12.tar.gz
xhub-bd0393026e4536775fc3cee78057231f2ae96d12.tar.bz2
xhub-bd0393026e4536775fc3cee78057231f2ae96d12.zip
update mplayer, works w/ mpeg2
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/mimms/Manifest2
-rw-r--r--net-misc/mimms/mimms-3.2.1.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/net-misc/mimms/Manifest b/net-misc/mimms/Manifest
deleted file mode 100644
index 83f7ebf..0000000
--- a/net-misc/mimms/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mimms-3.2.1.tar.bz2 18224 RMD160 669d5d80ae9bd318bf98c032197fa6980622182e SHA1 279eee76dd4032cd2c1dddf1d49292a952c57b80 SHA256 92cd3e1800d8bd637268274196f6baec0d95aa8e709714093dd96ba8893c2354
-EBUILD mimms-3.2.1.ebuild 560 RMD160 cc60c30e0eccb128a9b8029cdc0680eee0084bfa SHA1 dc55dde5b493c3b9895b0fd373938c20b40fd7e6 SHA256 8abb64c05636a2c6c1884a4d3838ed8b89d7e4496026209db5d134157927d4e8
diff --git a/net-misc/mimms/mimms-3.2.1.ebuild b/net-misc/mimms/mimms-3.2.1.ebuild
deleted file mode 100644
index b54f45a..0000000
--- a/net-misc/mimms/mimms-3.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-NEED_PYTHON="2.5"
-inherit distutils
-
-DESCRIPTION="mms stream downloader that uses libmms"
-HOMEPAGE="http://savannah.nongnu.org/projects/mimms/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libmms <dev-lang/python-3"
-RDEPEND="${DEPEND}"
-
-RESTRICT_PYTHON_ABIS="3*"
-
-DOCS="AUTHORS NEWS README teststreams.list"