Do much LeechCraft maintainance, including bump to 0.4.96
authorMaxim Koltsov <maksbotan@gentoo.org>
Thu, 15 Dec 2011 19:45:57 +0000 (19:45 +0000)
committerMaxim Koltsov <maksbotan@gentoo.org>
Thu, 15 Dec 2011 19:45:57 +0000 (19:45 +0000)
Package-Manager: portage-2.1.10.40/cvs/Linux x86_64

net-p2p/leechcraft-bittorrent/ChangeLog
net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.96.ebuild [new file with mode: 0644]
net-p2p/leechcraft-eiskaltdcpp/ChangeLog
net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.4.96.ebuild [new file with mode: 0644]

index 6de6fb0c08b17bcf776633c8e703ee369f605cf2..f02aaa58874767461b681165ff7bd7f1c9b83718 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for net-p2p/leechcraft-bittorrent
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.2 2011/09/14 17:07:22 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.3 2011/12/15 19:45:35 maksbotan Exp $
+
+*leechcraft-bittorrent-0.4.96 (15 Dec 2011)
+
+  15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org>
+  +leechcraft-bittorrent-0.4.96.ebuild:
+  Bump net-p2p/leechcraft-bittorrent to 0.4.96, thanks to 0xd34df00d
 
 *leechcraft-bittorrent-0.4.90 (14 Sep 2011)
 
diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.96.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.96.ebuild
new file mode 100644 (file)
index 0000000..4d17773
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.96.ebuild,v 1.1 2011/12/15 19:45:35 maksbotan Exp $
+
+EAPI="2"
+
+inherit leechcraft
+
+DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="=net-misc/leechcraft-core-${PV}
+               net-libs/rb_libtorrent"
+RDEPEND="${DEPEND}
+               virtual/leechcraft-task-show"
index 2480063b953f4a0c1ff0d801ebdd00d88bec8330..e5dfc45f399b9f45a9314474aaffd1cf340f1358 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for net-p2p/leechcraft-eiskaltdcpp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog,v 1.2 2011/10/11 16:20:18 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/ChangeLog,v 1.3 2011/12/15 19:45:57 maksbotan Exp $
+
+*leechcraft-eiskaltdcpp-0.4.96 (15 Dec 2011)
+
+  15 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org>
+  +leechcraft-eiskaltdcpp-0.4.96.ebuild:
+  Bump net-p2p/leechcraft-eiskaltdcpp to 0.4.96, thanks to 0xd34df00d
 
   11 Oct 2011; Maxim Koltsov <maksbotan@gentoo.org>
   leechcraft-eiskaltdcpp-0.4.85.ebuild, leechcraft-eiskaltdcpp-0.4.90.ebuild,
diff --git a/net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.4.96.ebuild b/net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.4.96.ebuild
new file mode 100644 (file)
index 0000000..ee39c85
--- /dev/null
@@ -0,0 +1,50 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-eiskaltdcpp/leechcraft-eiskaltdcpp-0.4.96.ebuild,v 1.1 2011/12/15 19:45:57 maksbotan Exp $
+
+EAPI="2"
+
+inherit leechcraft
+
+DESCRIPTION="EiskaltDC++ ported to LeechCraft."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +emoticons examples javascript lua pcre spell sqlite upnp"
+
+RDEPEND="=net-misc/leechcraft-core-${PV}
+               app-arch/bzip2
+               sys-libs/zlib
+               >=dev-libs/openssl-0.9.8
+               virtual/libiconv
+               sys-devel/gettext
+               lua? ( >=dev-lang/lua-5.1 )
+               upnp? ( net-libs/miniupnpc )
+               javascript? (
+                       x11-libs/qt-script
+                       x11-libs/qtscriptgenerator
+               )
+               spell? ( app-text/aspell )
+               sqlite? ( x11-libs/qt-sql:4[sqlite] )
+               pcre? ( >=dev-libs/libpcre-4.2 )
+               virtual/leechcraft-task-show
+               !!net-p2p/eiskaltdcpp"
+DEPEND="=net-misc/leechcraft-core-${PV}
+               dev-util/pkgconfig"
+
+src_configure() {
+       local mycmakeargs=(
+               "$(cmake-utils_use lua LUA_SCRIPT)"
+               "$(cmake-utils_use lua WITH_LUASCRIPTS)"
+               "$(cmake-utils_use javascript USE_JS)"
+               "$(cmake-utils_use spell USE_ASPELL)"
+               "$(cmake-utils_use sqlite USE_QT_SQLITE)"
+               "$(cmake-utils_use upnp USE_MINIUPNP)"
+               -DLOCAL_MINIUPNP="0"
+               "$(cmake-utils_use emoticons WITH_EMOTICONS)"
+               "$(cmake-utils_use examples WITH_EXAMPLES)"
+               "$(cmake-utils_use pcre PERL_REGEX)"
+       )
+
+       cmake-utils_src_configure
+}