summaryrefslogtreecommitdiff
path: root/app-admin
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/ulogd/ulogd-9999.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/ulogd/ulogd-9999.ebuild b/app-admin/ulogd/ulogd-9999.ebuild
index 05fb32d..197fc80 100644
--- a/app-admin/ulogd/ulogd-9999.ebuild
+++ b/app-admin/ulogd/ulogd-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/ulogd-2.0.0_beta2.ebuild,v 1.2 2009/02/09 09:36:03 angelos Exp $
-inherit subversion
+inherit git
EAPI="1"
@@ -13,10 +13,10 @@ DESCRIPTION="A userspace logging daemon for netfilter/iptables related logging"
HOMEPAGE="http://netfilter.org/projects/ulogd/index.html"
SRC_URI=""
-ESVN_REPO_URI="https://svn.netfilter.org/netfilter/branches/ulog/ulogd2/"
-ESVN_STORE_DIR="${DISTDIR}/svn-src"
-ESVN_PROJECT="${PN/-svn}"
-ESVN_BOOTSTRAP="./autogen.sh"
+EGIT_REPO_URI="git://git.netfilter.org/ulogd2.git"
+EGIT_STORE_DIR="${DISTDIR}/git-src"
+EGIT_PROJECT="${PN/-GIT}"
+EGIT_BOOTSTRAP="./autogen.sh"
LICENSE="GPL-2"
@@ -41,7 +41,7 @@ DEPEND="${RDEPEND}
)"
src_unpack(){
- subversion_src_unpack
+ git_src_unpack
}
src_compile() {