diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-25 22:02:52 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-25 22:02:52 +0300 |
commit | 06ee3866d1681acbd6d046a73372e54262665984 (patch) | |
tree | 1d9b2550d0f98121a6ba3b7d6047097be4ed8d53 /media-libs | |
parent | 124d6c2aae6b40540a3bd91ec583d527f1440a99 (diff) |
modified: app-pda/gtkpod/gtkpod-9999.ebuild
modified: media-libs/libgpod/libgpod-9999.ebuild
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libgpod/libgpod-9999.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-libs/libgpod/libgpod-9999.ebuild b/media-libs/libgpod/libgpod-9999.ebuild index f8aedf1..0af9095 100644 --- a/media-libs/libgpod/libgpod-9999.ebuild +++ b/media-libs/libgpod/libgpod-9999.ebuild @@ -2,16 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.6.0.ebuild,v 1.11 2008/11/01 16:47:41 tester Exp $ -inherit eutils subversion autotools +inherit eutils git autotools DESCRIPTION="Shared library to access the contents of an iPod" HOMEPAGE="http://www.gtkpod.org/libgpod.html" SRC_URI="" -ESVN_REPO_URI="https://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/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/libgpod" +EGIT_BOOTSTRAP="./autogen.sh" S="${WORKDIR}/${P/_/}" @@ -21,6 +19,7 @@ KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86" IUSE="gtk python doc test hal" RDEPEND=">=dev-libs/glib-2.4 + >=app-pda/libplist-1 hal? ( =sys-apps/hal-0.5* ) sys-apps/sg3_utils dev-util/gtk-doc @@ -36,7 +35,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_unpack() { - subversion_src_unpack + git_src_unpack cd "${S}" # eautoreconf |