From 26d7ca8d68cc6728d8894062a2ff8f6fb270a3ae Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 21 Sep 2011 09:01:31 +0000 Subject: Migrate to git-2. (Portage version: 2.2.0_alpha59/cvs/Linux x86_64) --- media-video/snappy/ChangeLog | 5 ++++- media-video/snappy/snappy-9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/media-video/snappy/ChangeLog b/media-video/snappy/ChangeLog index a1be521d08a2..294feaf6174a 100644 --- a/media-video/snappy/ChangeLog +++ b/media-video/snappy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/snappy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/snappy/ChangeLog,v 1.3 2011/06/20 16:31:09 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/snappy/ChangeLog,v 1.4 2011/09/21 09:01:31 mgorny Exp $ + + 21 Sep 2011; Michał Górny snappy-9999.ebuild: + Migrate to git-2. *snappy-0.2 (20 Jun 2011) diff --git a/media-video/snappy/snappy-9999.ebuild b/media-video/snappy/snappy-9999.ebuild index ff412f93cdd1..9b5754171e6f 100644 --- a/media-video/snappy/snappy-9999.ebuild +++ b/media-video/snappy/snappy-9999.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/snappy/snappy-9999.ebuild,v 1.2 2011/06/15 04:15:08 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/snappy/snappy-9999.ebuild,v 1.3 2011/09/21 09:01:31 mgorny Exp $ EAPI="4" if [[ ${PV} = 9999 ]]; then - inherit autotools git + inherit autotools git-2 fi DESCRIPTION="A simple media player written using GStreamer and Clutter" HOMEPAGE="https://github.com/luisbg/snappy" if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/luisbg/${PN}.git" + EGIT_REPO_URI="git://github.com/luisbg/${PN}.git + https://github.com/luisbg/${PN}.git" EGIT_BOOTSTRAP="eautoreconf" KEYWORDS="" else -- cgit v1.2.3-65-gdbad