diff options
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/babl/babl-0.9999.ebuild | 10 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.9999.ebuild | 10 |
2 files changed, 8 insertions, 12 deletions
diff --git a/media-libs/babl/babl-0.9999.ebuild b/media-libs/babl/babl-0.9999.ebuild index 531f8b9..e6fa2fc 100644 --- a/media-libs/babl/babl-0.9999.ebuild +++ b/media-libs/babl/babl-0.9999.ebuild @@ -2,16 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.0.22.ebuild,v 1.7 2009/01/31 09:11:00 mabi Exp $ -inherit subversion +inherit git DESCRIPTION="A dynamic, any to any, pixel format conversion library" HOMEPAGE="http://www.gegl.org/babl/" SRC_URI="" -ESVN_REPO_URI="http://svn.gnome.org/svn/babl/trunk/" -ESVN_STORE_DIR="${DISTDIR}/svn-src" -ESVN_PROJECT="${PN/-svn}" -ESVN_BOOTSTRAP="./autogen.sh" +EGIT_REPO_URI="git://git.gnome.org/babl" +EGIT_BOOTSTRAP="./autogen.sh" LICENSE="LGPL-3" @@ -22,7 +20,7 @@ IUSE="sse mmx" DEPEND="virtual/libc" src_unpack(){ - subversion_src_unpack + git_src_unpack } src_compile() { diff --git a/media-libs/gegl/gegl-0.9999.ebuild b/media-libs/gegl/gegl-0.9999.ebuild index a549f09..274703e 100644 --- a/media-libs/gegl/gegl-0.9999.ebuild +++ b/media-libs/gegl/gegl-0.9999.ebuild @@ -2,16 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.6 2009/01/31 09:26:09 mabi Exp $ -inherit eutils subversion +inherit eutils git DESCRIPTION="A graph based image processing framework" HOMEPAGE="http://www.gegl.org/" SRC_URI="" -ESVN_REPO_URI="http://svn.gnome.org/svn/gegl/trunk/" -ESVN_STORE_DIR="${DISTDIR}/svn-src" -ESVN_PROJECT="${PN/-svn}" -ESVN_BOOTSTRAP="./autogen.sh" +EGIT_REPO_URI="git://git.gnome.org/gegl" +EGIT_BOOTSTRAP="./autogen.sh" LICENSE="|| ( GPL-3 LGPL-3 )" @@ -48,7 +46,7 @@ pkg_setup() { src_unpack() { #unpack ${A} - subversion_src_unpack + git_src_unpack cd "${S}" # epatch "${FILESDIR}/${P}-locale_h.diff" } |