Skip to content

Commit

Permalink
media-video/handbrake: Move live from SVN to git
Browse files Browse the repository at this point in the history
Bug: 558764
  • Loading branch information
whyman committed Aug 27, 2015
1 parent 4f590e6 commit 1c166be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions media-video/handbrake/handbrake-0.10.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 )
inherit autotools eutils gnome2-utils python-any-r1

if [[ ${PV} = *9999* ]]; then
ESVN_REPO_URI="svn://svn.handbrake.fr/HandBrake/trunk"
inherit subversion
EGIT_REPO_URI="https://github.com/HandBrake/HandBrake.git"
inherit git-r3
KEYWORDS=""
else
SRC_URI="http://handbrake.fr/rotation.php?file=HandBrake-${PV}.tar.bz2 -> ${P}.tar.bz2"
Expand Down
4 changes: 2 additions & 2 deletions media-video/handbrake/handbrake-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 )
inherit autotools eutils gnome2-utils python-any-r1

if [[ ${PV} = *9999* ]]; then
ESVN_REPO_URI="svn://svn.handbrake.fr/HandBrake/trunk"
inherit subversion
EGIT_REPO_URI="https://github.com/HandBrake/HandBrake.git"
inherit git-r3
KEYWORDS=""
else
SRC_URI="http://handbrake.fr/rotation.php?file=HandBrake-${PV}.tar.bz2 -> ${P}.tar.bz2"
Expand Down

0 comments on commit 1c166be

Please sign in to comment.