summaryrefslogtreecommitdiff
path: root/app-pda/gtkpod/gtkpod-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/gtkpod/gtkpod-9999.ebuild')
-rw-r--r--app-pda/gtkpod/gtkpod-9999.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-pda/gtkpod/gtkpod-9999.ebuild b/app-pda/gtkpod/gtkpod-9999.ebuild
index b0347ce..41ff4c0 100644
--- a/app-pda/gtkpod/gtkpod-9999.ebuild
+++ b/app-pda/gtkpod/gtkpod-9999.ebuild
@@ -2,16 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-0.99.12.ebuild,v 1.4 2008/08/17 16:22:27 maekke Exp $
-inherit eutils subversion
+inherit eutils git
DESCRIPTION="GUI for iPod using GTK2"
HOMEPAGE="http://gtkpod.sourceforge.net/"
SRC_URI=""
-ESVN_REPO_URI="https://gtkpod.svn.sourceforge.net/svnroot/gtkpod/gtkpod/trunk/"
-ESVN_STORE_DIR="${DISTDIR}/svn-src"
-ESVN_PROJECT="${PN/-svn}"
-ESVN_BOOTSTRAP="./autogen.sh"
+EGIT_REPO_URI="git://gtkpod.git.sourceforge.net/gitroot/gtkpod/gtkpod"
+EGIT_BOOTSTRAP="./autogen.sh"
S="${WORKDIR}/${P/_/}"
@@ -34,7 +32,7 @@ DEPEND=">=x11-libs/gtk+-2.6.0
flac? ( media-libs/flac )"
src_unpack() {
- subversion_src_unpack
+ git_src_unpack
cd "${S}"
# Disable aac forcefully if not enabled
use aac || sed -i -e s/MP4FileInfo/MP4FileInfoDisabled/g "${S}"/configure