From dcd3faa8076a944c072c42880ba6e4225bf4f211 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Sun, 16 Mar 2014 10:21:30 +0000 Subject: Version bump. Bug #500588 by Nikos Chantziaras (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!) --- net-misc/livestreamer/ChangeLog | 8 +++++++- net-misc/livestreamer/livestreamer-1.7.0.ebuild | 22 ---------------------- net-misc/livestreamer/livestreamer-1.7.1.ebuild | 22 ---------------------- net-misc/livestreamer/livestreamer-1.7.5.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 29 insertions(+), 45 deletions(-) delete mode 100644 net-misc/livestreamer/livestreamer-1.7.0.ebuild delete mode 100644 net-misc/livestreamer/livestreamer-1.7.1.ebuild create mode 100644 net-misc/livestreamer/livestreamer-1.7.5.ebuild diff --git a/net-misc/livestreamer/ChangeLog b/net-misc/livestreamer/ChangeLog index 357afbe95c04..a5e00a2ba568 100644 --- a/net-misc/livestreamer/ChangeLog +++ b/net-misc/livestreamer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/livestreamer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v 1.7 2014/02/22 08:07:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v 1.8 2014/03/16 10:21:30 hwoarang Exp $ + +*livestreamer-1.7.5 (16 Mar 2014) + + 16 Mar 2014; Markos Chandras +livestreamer-1.7.5.ebuild, + -livestreamer-1.7.0.ebuild, -livestreamer-1.7.1.ebuild: + Version bump. Bug #500588 by Nikos Chantziaras 22 Feb 2014; Agostino Sarubbo livestreamer-1.7.2.ebuild: Stable for x86, wrt bug #499130 diff --git a/net-misc/livestreamer/livestreamer-1.7.0.ebuild b/net-misc/livestreamer/livestreamer-1.7.0.ebuild deleted file mode 100644 index 2678c6c2c038..000000000000 --- a/net-misc/livestreamer/livestreamer-1.7.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/livestreamer-1.7.0.ebuild,v 1.1 2013/11/09 09:21:03 tomwij Exp $ - -EAPI="5" - -DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player" -HOMEPAGE="https://github.com/chrippa/livestreamer" -SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -PYTHON_COMPAT=( python{2_7,3_2} ) -inherit distutils-r1 - -KEYWORDS="~amd64 ~mips ~x86" -LICENSE="Apache-2.0 BSD-2 MIT-with-advertising" -SLOT="0" - -RDEPEND="dev-python/pycrypto - >=dev-python/requests-1.0 - >media-video/rtmpdump-2.4" -DEPEND="${RDEPEND} - dev-python/setuptools" diff --git a/net-misc/livestreamer/livestreamer-1.7.1.ebuild b/net-misc/livestreamer/livestreamer-1.7.1.ebuild deleted file mode 100644 index 9d7a7db08730..000000000000 --- a/net-misc/livestreamer/livestreamer-1.7.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/livestreamer-1.7.1.ebuild,v 1.1 2013/12/17 13:24:11 tomwij Exp $ - -EAPI="5" - -DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player" -HOMEPAGE="https://github.com/chrippa/livestreamer" -SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -PYTHON_COMPAT=( python{2_7,3_2} ) -inherit distutils-r1 - -KEYWORDS="~amd64 ~mips ~x86" -LICENSE="Apache-2.0 BSD-2 MIT-with-advertising" -SLOT="0" - -RDEPEND="dev-python/pycrypto - >=dev-python/requests-1.0 - >media-video/rtmpdump-2.4" -DEPEND="${RDEPEND} - dev-python/setuptools" diff --git a/net-misc/livestreamer/livestreamer-1.7.5.ebuild b/net-misc/livestreamer/livestreamer-1.7.5.ebuild new file mode 100644 index 000000000000..4b5db87e9246 --- /dev/null +++ b/net-misc/livestreamer/livestreamer-1.7.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/livestreamer-1.7.5.ebuild,v 1.1 2014/03/16 10:21:30 hwoarang Exp $ + +EAPI="5" + +DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player" +HOMEPAGE="https://github.com/chrippa/livestreamer" +SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +PYTHON_COMPAT=( python{2_7,3_2} ) +inherit distutils-r1 + +KEYWORDS="~amd64 ~mips ~x86" +LICENSE="Apache-2.0 BSD-2 MIT-with-advertising" +SLOT="0" + +RDEPEND="dev-python/pycrypto + >=dev-python/requests-1.0 + >media-video/rtmpdump-2.4" +DEPEND="${RDEPEND} + dev-python/setuptools" -- cgit v1.2.3-65-gdbad