Add net-misc/leechcraft-core
authorMaxim Koltsov <maksbotan@gentoo.org>
Mon, 22 Aug 2011 18:28:23 +0000 (18:28 +0000)
committerMaxim Koltsov <maksbotan@gentoo.org>
Mon, 22 Aug 2011 18:28:23 +0000 (18:28 +0000)
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64

net-misc/leechcraft-core/ChangeLog [new file with mode: 0644]
net-misc/leechcraft-core/Manifest [new file with mode: 0644]
net-misc/leechcraft-core/leechcraft-core-0.4.85.ebuild [new file with mode: 0644]
net-misc/leechcraft-core/leechcraft-core-9999.ebuild [new file with mode: 0644]
net-misc/leechcraft-core/metadata.xml [new file with mode: 0644]

diff --git a/net-misc/leechcraft-core/ChangeLog b/net-misc/leechcraft-core/ChangeLog
new file mode 100644 (file)
index 0000000..707f3da
--- /dev/null
@@ -0,0 +1,11 @@
+# ChangeLog for net-misc/leechcraft-core
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.1 2011/08/22 18:28:23 maksbotan Exp $
+
+*leechcraft-core-9999 (22 Aug 2011)
+*leechcraft-core-0.4.85 (22 Aug 2011)
+
+  22 Aug 2011; Maxim Koltsov <maksbotan@gentoo.org>
+  +leechcraft-core-0.4.85.ebuild, +leechcraft-core-9999.ebuild, +metadata.xml:
+  Copied net-misc/leechcraft-core from rion-overlay, thanks to 0xd34df00d
+
diff --git a/net-misc/leechcraft-core/Manifest b/net-misc/leechcraft-core/Manifest
new file mode 100644 (file)
index 0000000..c0caff8
--- /dev/null
@@ -0,0 +1,5 @@
+DIST leechcraft-0.4.85.tar.bz2 4048479 RMD160 e1a57dbe445ee595da73ea31028d7cd74dc1da95 SHA1 f755543d758e073068bbe2cda927212ce2733532 SHA256 8653262be3f922bff1cddb6c165743ddce803751226bc494fd952387058300c2
+EBUILD leechcraft-core-0.4.85.ebuild 1683 RMD160 18f9ced5f1aef2660697d0ef09a36f575b8d0912 SHA1 7b99d56ec9cc8dc7227f0f6356e20a5159a7457e SHA256 b73d84562ee6282d860d8fea09668db94c16a2868c4e0a5d1a6438ae96325912
+EBUILD leechcraft-core-9999.ebuild 1545 RMD160 02f5b6bf269a819535ed1d8ca28220e5219b9c0d SHA1 11057bf47913197ff50b85718396f875032b0a07 SHA256 72bb328b0471612945c83243d74e572a74b3d4cacc1853304be4d4238e7e857e
+MISC ChangeLog 505 RMD160 d3b2c1c639cdea3fbd4ce8e4c5583f142bf782e7 SHA1 0c040e22c638fc4293b4e9fb82cf37003d216462 SHA256 3fb02ce11ba3179b2468fd16eb0a1a188f9bfd5934aa4046e3d0e6f2cf586b3c
+MISC metadata.xml 329 RMD160 3c1d4d3ec04c336b878f06a00dad304ca09c870f SHA1 141c196668bec5d6012386c32b06e9dee22ed98b SHA256 f6ad3c1afe87da4cd79c52f775c339ec78e39ec6458ec46c7fde8bcfad4236e0
diff --git a/net-misc/leechcraft-core/leechcraft-core-0.4.85.ebuild b/net-misc/leechcraft-core/leechcraft-core-0.4.85.ebuild
new file mode 100644 (file)
index 0000000..cb54cd0
--- /dev/null
@@ -0,0 +1,72 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.85.ebuild,v 1.1 2011/08/22 18:28:23 maksbotan Exp $
+
+EAPI="2"
+
+EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git"
+EGIT_PROJECT="leechcraft-${PV}"
+
+inherit confutils leechcraft
+
+DESCRIPTION="Core of LeechCraft, the modular network client"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +sqlite postgres"
+
+DEPEND=">=dev-libs/boost-1.39
+               x11-libs/qt-core
+               x11-libs/qt-gui
+               x11-libs/qt-script
+               x11-libs/qt-sql[postgres?,sqlite?]"
+RDEPEND="${DEPEND}
+               x11-libs/qt-svg"
+
+pkg_setup() {
+       confutils_require_any postgres sqlite
+}
+
+src_configure() {
+       if use debug ; then
+               CMAKE_BUILD_TYPE="RelWithDebInfo"
+       else
+               CMAKE_BUILD_TYPE="Release"
+       fi
+       local mycmakeargs="-DLEECHCRAFT_VERSION=${PV}
+               -DENABLE_HTTP=OFF
+               -DENABLE_POSHUKU=OFF
+               -DENABLE_TORRENT=OFF
+               -DENABLE_AGGREGATOR=OFF
+               -DENABLE_NUFELLA=OFF
+               -DENABLE_DBUSMANAGER=OFF
+               -DENABLE_DEADLYRICS=OFF
+               -DENABLE_HISTORYHOLDER=OFF
+               -DENABLE_LMP=OFF
+               -DENABLE_NETWORKMONITOR=OFF
+               -DENABLE_SEEKTHRU=OFF
+               -DENABLE_CHATTER=OFF
+               -DENABLE_FTP=OFF
+               -DENABLE_EISKALTDCPP=OFF
+               -DENABLE_YASD=OFF
+               -DENABLE_ANHERO=OFF
+               -DENABLE_KINOTIFY=OFF
+               -DENABLE_VGRABBER=OFF
+               -DENABLE_NEWLIFE=OFF
+               -DENABLE_PYLC=OFF
+               -DENABLE_POC=OFF
+               -DENABLE_AUSCRIE=OFF
+               -DENABLE_SUMMARY=OFF
+               -DENABLE_TABPP=OFF
+               -DENABLE_SECMAN=OFF
+               -DENABLE_QROSP=OFF
+               -DENABLE_POPISHU=OFF
+               -DENABLE_GLANCE=OFF
+               -DENABLE_SHELLOPEN=OFF"
+       cmake-utils_src_configure
+}
+
+src_install() {
+       cmake-utils_src_install
+       make_desktop_entry leechcraft "LeechCraft" leechcraft.png
+}
diff --git a/net-misc/leechcraft-core/leechcraft-core-9999.ebuild b/net-misc/leechcraft-core/leechcraft-core-9999.ebuild
new file mode 100644 (file)
index 0000000..069c97e
--- /dev/null
@@ -0,0 +1,66 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-9999.ebuild,v 1.1 2011/08/22 18:28:23 maksbotan Exp $
+
+EAPI="2"
+
+EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git"
+EGIT_PROJECT="leechcraft-${PV}"
+
+inherit confutils leechcraft
+
+DESCRIPTION="Core of LeechCraft, the modular network client"
+
+SLOT="0"
+KEYWORDS=""
+IUSE="debug +sqlite postgres"
+
+DEPEND=">=dev-libs/boost-1.39
+               x11-libs/qt-core
+               x11-libs/qt-gui
+               x11-libs/qt-script
+               x11-libs/qt-sql[postgres?,sqlite?]"
+RDEPEND="${DEPEND}
+               x11-libs/qt-svg"
+
+pkg_setup() {
+       confutils_require_any postgres sqlite
+}
+
+src_configure() {
+       local mycmakeargs="-DENABLE_HTTP=OFF
+               -DENABLE_POSHUKU=OFF
+               -DENABLE_TORRENT=OFF
+               -DENABLE_AGGREGATOR=OFF
+               -DENABLE_NUFELLA=OFF
+               -DENABLE_DBUSMANAGER=OFF
+               -DENABLE_DEADLYRICS=OFF
+               -DENABLE_HISTORYHOLDER=OFF
+               -DENABLE_LMP=OFF
+               -DENABLE_NETWORKMONITOR=OFF
+               -DENABLE_SEEKTHRU=OFF
+               -DENABLE_CHATTER=OFF
+               -DENABLE_FTP=OFF
+               -DENABLE_EISKALTDCPP=OFF
+               -DENABLE_YASD=OFF
+               -DENABLE_ANHERO=OFF
+               -DENABLE_KINOTIFY=OFF
+               -DENABLE_VGRABBER=OFF
+               -DENABLE_NEWLIFE=OFF
+               -DENABLE_PYLC=OFF
+               -DENABLE_POC=OFF
+               -DENABLE_AUSCRIE=OFF
+               -DENABLE_SUMMARY=OFF
+               -DENABLE_TABPP=OFF
+               -DENABLE_SECMAN=OFF
+               -DENABLE_QROSP=OFF
+               -DENABLE_POPISHU=OFF
+               -DENABLE_GLANCE=OFF
+               -DENABLE_SHELLOPEN=OFF"
+       cmake-utils_src_configure
+}
+
+src_install() {
+       cmake-utils_src_install
+       make_desktop_entry leechcraft "LeechCraft" leechcraft.png
+}
diff --git a/net-misc/leechcraft-core/metadata.xml b/net-misc/leechcraft-core/metadata.xml
new file mode 100644 (file)
index 0000000..4fba8fc
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>leechcraft</herd>
+<longdescription>Core of LeechCraft, the opensource modular network client providing a full-featured web browser, BitTorrent client and much more.</longdescription> 
+</pkgmetadata>