diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-07-13 07:25:34 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-07-13 07:25:34 +0300 |
commit | 53b3906407137567d3462296b55998e941b8a5af (patch) | |
tree | 4e634f42e92aa59b3903630e0e8464357e51f8d6 /net-voip/ekiga | |
parent | 010bef09ae1b79bb124a784727c6e1b6f353b9d6 (diff) |
modified: net-voip/ekiga/ekiga-9999.ebuild
Diffstat (limited to 'net-voip/ekiga')
-rw-r--r-- | net-voip/ekiga/ekiga-9999.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-voip/ekiga/ekiga-9999.ebuild b/net-voip/ekiga/ekiga-9999.ebuild index 4071347..9f45105 100644 --- a/net-voip/ekiga/ekiga-9999.ebuild +++ b/net-voip/ekiga/ekiga-9999.ebuild @@ -4,7 +4,7 @@ EAPI="1" -inherit eutils subversion autotools gnome2 +inherit eutils git autotools gnome2 DESCRIPTION="H.323 and SIP VoIP softphone" HOMEPAGE="http://www.ekiga.org/" @@ -15,10 +15,8 @@ LICENSE="GPL-2" KEYWORDS="" IUSE="avahi dbus debug doc eds gconf gnome ldap libnotify xv" -ESVN_REPO_URI="http://svn.gnome.org/svn/ekiga/trunk/" -ESVN_STORE_DIR="${DISTDIR}/svn-src" -ESVN_PROJECT="${PN/-svn}" -ESVN_BOOTSTRAP="./autogen.sh $(use_enable avahi) $(use_enable dbus) $(use_enable dbus dbus_service) $(use_enable debug) $(use_enable doc gdu) $(use_enable eds) $(use_enable gconf) $(use_enable gnome) $(use_enable ldap) $(use_enable libnotify notify) $(use_enable xv)" +EGIT_REPO_URI="http://svn.gnome.org/svn/ekiga/trunk/" +EGIT_BOOTSTRAP="./autogen.sh $(use_enable avahi) $(use_enable dbus) $(use_enable dbus dbus_service) $(use_enable debug) $(use_enable doc gdu) $(use_enable eds) $(use_enable gconf) $(use_enable gnome) $(use_enable ldap) $(use_enable libnotify notify) $(use_enable xv)" S="${WORKDIR}/${P/_/}" @@ -87,7 +85,7 @@ pkg_setup() { src_unpack() { - subversion_src_unpack + git_src_unpack cd "${S}" # eautoreconf |