From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55363139694 for ; Sat, 8 Apr 2017 21:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 884D4E0C14; Sat, 8 Apr 2017 21:22:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 633FBE0C13 for ; Sat, 8 Apr 2017 21:22:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3ED103412CB for ; Sat, 8 Apr 2017 21:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE7C47428 for ; Sat, 8 Apr 2017 21:22:00 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1491686474.da9353be504d07185084a7391575a56d62f595a7.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/guessit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/guessit/guessit-9999.ebuild X-VCS-Directories: dev-python/guessit/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: da9353be504d07185084a7391575a56d62f595a7 X-VCS-Branch: master Date: Sat, 8 Apr 2017 21:22:00 +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: 261befa0-e53e-4716-aa67-a01378783444 X-Archives-Hash: 556e59a81196ea54c95f72c29dbb2ed0 commit: da9353be504d07185084a7391575a56d62f595a7 Author: Ilya Tumaykin gmail com> AuthorDate: Wed Apr 5 15:10:04 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Apr 8 21:21:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9353be dev-python/guessit: switch live ebuild to 'develop' branch. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/guessit/guessit-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild index 0d2ce1c235e..20aa2d03c10 100644 --- a/dev-python/guessit/guessit-9999.ebuild +++ b/dev-python/guessit/guessit-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,7 @@ inherit distutils-r1 git-r3 DESCRIPTION="Python library for guessing information from video filenames" HOMEPAGE="https://github.com/guessit-io/guessit https://pypi.python.org/pypi/guessit" EGIT_REPO_URI=( {https,git}://github.com/${PN}-io/${PN}.git ) +EGIT_BRANCH="develop" LICENSE="LGPL-3" SLOT="0"