diff options
-rw-r--r-- | app-pda/gtkpod/gtkpod-9999.ebuild | 10 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-9999.ebuild | 11 |
2 files changed, 9 insertions, 12 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 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 |