diff options
author | sss <sss@4d9a9b59-111c-4e0b-8f7a-7640551abb98> | 2009-05-14 06:19:32 +0000 |
---|---|---|
committer | sss <sss@4d9a9b59-111c-4e0b-8f7a-7640551abb98> | 2009-05-14 06:19:32 +0000 |
commit | 6033fd1592bd7e2398689b42659eb0ce3dbb34f1 (patch) | |
tree | 94881aa401a4ffd3b896aaddfca7283c9a401221 | |
parent | ba3454086eaddd0c3c9876a5f2b17ea7ddf39143 (diff) |
git-svn-id: http://172.18.13.13/svn/sss_overlay@17 4d9a9b59-111c-4e0b-8f7a-7640551abb98
-rw-r--r-- | app-admin/ulogd/ulogd-9999.ebuild | 12 | ||||
-rw-r--r-- | games-sports/xmoto/files/gcc4.4.patch | 36 | ||||
-rw-r--r-- | games-sports/xmoto/xmoto-9999.ebuild | 1 |
3 files changed, 6 insertions, 43 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() { diff --git a/games-sports/xmoto/files/gcc4.4.patch b/games-sports/xmoto/files/gcc4.4.patch deleted file mode 100644 index 4109ea6..0000000 --- a/games-sports/xmoto/files/gcc4.4.patch +++ /dev/null @@ -1,36 +0,0 @@ -Index: src/helpers/Log.cpp -=================================================================== ---- src/helpers/Log.cpp (revision 2798) -+++ src/helpers/Log.cpp (working copy) -@@ -23,6 +23,7 @@ - #include "../VFileIO.h" - #include "assert.h" - #include <stdarg.h> -+#include <cstdio> - - bool Logger::m_isInitialized = false; - bool Logger::m_activ = true; -Index: src/helpers/Text.cpp -=================================================================== ---- src/helpers/Text.cpp (revision 2798) -+++ src/helpers/Text.cpp (working copy) -@@ -19,6 +19,7 @@ - =============================================================================*/ - - #include "Text.h" -+#include <cstdio> - - std::string txtToLower(const std::string& i_str) { - std::string v_res; -Index: src/XMArgs.cpp -=================================================================== ---- src/XMArgs.cpp (revision 2798) -+++ src/XMArgs.cpp (working copy) -@@ -24,6 +24,7 @@ - #include "VFileIO.h" - #include <sstream> - #include <stdlib.h> -+#include <cstdio> - - XMArguments::XMArguments() { - m_opt_pack = false; diff --git a/games-sports/xmoto/xmoto-9999.ebuild b/games-sports/xmoto/xmoto-9999.ebuild index 3f0b079..e332b95 100644 --- a/games-sports/xmoto/xmoto-9999.ebuild +++ b/games-sports/xmoto/xmoto-9999.ebuild @@ -48,7 +48,6 @@ pkg_setup() { src_unpack() { subversion_src_unpack cd "${S}" - epatch "${FILESDIR}"/gcc4.4.patch eautoreconf use editor && rm -f "${WORKDIR}"/${LVL}/{bezmisc,inkex}.py } |