summaryrefslogtreecommitdiff
path: root/media-libs/gegl
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-03-22 23:27:52 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-03-22 23:27:52 +0200
commitd3e0d4e252ae613e410beffd7a99a10244e0a25d (patch)
treed167dba6eb9894bf977887507129ae5349e7b142 /media-libs/gegl
parent512d7a467747baea27e9b12296cabb5ecd6bc15d (diff)
modified: media-libs/babl/babl-0.9999.ebuild
modified: media-libs/gegl/gegl-0.9999.ebuild
Diffstat (limited to 'media-libs/gegl')
-rw-r--r--media-libs/gegl/gegl-0.9999.ebuild10
1 files changed, 4 insertions, 6 deletions
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"
}