public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/leechcraft-core: leechcraft-core-0.4.85.ebuild leechcraft-core-9999.ebuild ChangeLog metadata.xml
@ 2011-08-22 18:28 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; only message in thread
From: Maxim Koltsov (maksbotan) @ 2011-08-22 18:28 UTC (permalink / raw
  To: gentoo-commits

maksbotan    11/08/22 18:28:23

  Added:                leechcraft-core-0.4.85.ebuild
                        leechcraft-core-9999.ebuild ChangeLog metadata.xml
  Log:
  Add net-misc/leechcraft-core
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-misc/leechcraft-core/leechcraft-core-0.4.85.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.85.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.4.85.ebuild?rev=1.1&content-type=text/plain

Index: leechcraft-core-0.4.85.ebuild
===================================================================
# 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
}



1.1                  net-misc/leechcraft-core/leechcraft-core-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-9999.ebuild?rev=1.1&content-type=text/plain

Index: leechcraft-core-9999.ebuild
===================================================================
# 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
}



1.1                  net-misc/leechcraft-core/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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




1.1                  net-misc/leechcraft-core/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/leechcraft-core/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?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>






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-22 18:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 18:28 [gentoo-commits] gentoo-x86 commit in net-misc/leechcraft-core: leechcraft-core-0.4.85.ebuild leechcraft-core-9999.ebuild ChangeLog metadata.xml Maxim Koltsov (maksbotan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox