From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C56511381F3 for ; Sat, 27 Apr 2013 17:44:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 737B9E09ED; Sat, 27 Apr 2013 17:44:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBD1BE09ED for ; Sat, 27 Apr 2013 17:44:43 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B794D33DFA2 for ; Sat, 27 Apr 2013 17:44:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 778B42171D; Sat, 27 Apr 2013 17:44:41 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mpv-9999.ebuild ChangeLog X-VCS-Directories: media-video/mpv X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130427174441.778B42171D@flycatcher.gentoo.org> Date: Sat, 27 Apr 2013 17:44:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cb4ffe74-bf6f-45c6-9915-808d024c1cba X-Archives-Hash: d7ef9c588eb2c448c568f558163b3d65 scarabeus 13/04/27 17:44:41 Modified: mpv-9999.ebuild ChangeLog Log: Update bit. Patch by Nikoli. (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) Revision Changes Path 1.2 media-video/mpv/mpv-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?r1=1.1&r2=1.2 Index: mpv-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mpv-9999.ebuild 27 Apr 2013 15:17:52 -0000 1.1 +++ mpv-9999.ebuild 27 Apr 2013 17:44:41 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.1 2013/04/27 15:17:52 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.2 2013/04/27 17:44:41 scarabeus Exp $ EAPI=5 @@ -10,14 +10,14 @@ [[ ${PV} == *9999* ]] && inherit git-2 DESCRIPTION="Video player based on MPlayer/mplayer2" -HOMEPAGE="https://github.com/mpv-player/mpv/" -[[ ${PV} == *9999* ]] || SRC_URI="http://rion-overlay.googlecode.com/files/${P}.tar.xz" +HOMEPAGE="http://mpv.io/" +[[ ${PV} == *9999* ]] || \ +SRC_URI="http://rion-overlay.googlecode.com/files/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" [[ ${PV} == *9999* ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" - IUSE="+alsa aqua bluray bs2b cddb +cdio debug +dts dvb +dvd +enca encode fbcon ftp +iconv ipv6 jack joystick jpeg kernel_linux ladspa lcms +libass libcaca lirc mng +mp3 +network -openal +opengl oss portaudio +postproc pulseaudio pvr quvi radio samba +shm @@ -106,7 +106,7 @@ if [[ ${PV} == *9999* ]]; then elog elog "This is a live ebuild which installs the latest from upstream's" - elog "${VCS_ECLASS} repository, and is unsupported by Gentoo." + elog "git repository, and is unsupported by Gentoo." elog "Everything but bugs in the ebuild itself will be ignored." elog fi 1.2 media-video/mpv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 27 Apr 2013 15:17:52 -0000 1.1 +++ ChangeLog 27 Apr 2013 17:44:41 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for media-video/mpv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.1 2013/04/27 15:17:52 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.2 2013/04/27 17:44:41 scarabeus Exp $ + + 27 Apr 2013; Tomáš Chvátal mpv-9999.ebuild: + Update bit. Patch by Nikoli. *mpv-9999 (27 Apr 2013)