--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net-libs/swiften/Manifest Wed May 02 12:29:41 2012 +0200
@@ -0,0 +1,1 @@
+EBUILD swiften-9999.ebuild 747 RMD160 0e6dc632c9a9b9e3c0bd584473f592f2ee665584 SHA1 f37026340c3376dd07e911bd61505a208a14a4c1 SHA256 84d1e104b0280b8682250d2fda179be249499befc3ccc60093a440b967bc4d36
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net-libs/swiften/swiften-9999.ebuild Wed May 02 12:29:41 2012 +0200
@@ -0,0 +1,37 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit git-2 scons-utils
+
+DESCRIPTION="Xmpp library in c++"
+HOMEPAGE="http://swift.im/swiften/"
+SRC_URI=""
+EGIT_REPO_URI="http://swift.im/git/swift"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+# S="${WORKDIR}/swift/Swiften"
+
+DEPEND="dev-libs/boost"
+RDEPEND="dev-libs/boost"
+
+src_configure() {
+ myesconsargs=(
+ swiften_dll=1 # build dynamic
+ )
+}
+
+src_compile() {
+ pwd
+ escons Swiften
+}
+
+src_install() {
+ escons SWIFTEN_INSTALLDIR="${D}/usr" Swiften "${D}/usr"
+}