diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 09:01:31 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 09:01:31 +0000 |
commit | 26d7ca8d68cc6728d8894062a2ff8f6fb270a3ae (patch) | |
tree | 9d9f8ce33752e66c58892d00a7b961dcd32ea435 /media-video/snappy | |
parent | Migrate to git-2. (diff) | |
download | gentoo-2-26d7ca8d68cc6728d8894062a2ff8f6fb270a3ae.tar.gz gentoo-2-26d7ca8d68cc6728d8894062a2ff8f6fb270a3ae.tar.bz2 gentoo-2-26d7ca8d68cc6728d8894062a2ff8f6fb270a3ae.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'media-video/snappy')
-rw-r--r-- | media-video/snappy/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <mgorny@gentoo.org> 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 |