summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-leechcraft/lc-bittorrent
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-leechcraft/lc-bittorrent')
-rw-r--r--app-leechcraft/lc-bittorrent/Manifest3
-rw-r--r--app-leechcraft/lc-bittorrent/files/boost-1.50.patch38
-rw-r--r--app-leechcraft/lc-bittorrent/files/boost-1.52.patch14
-rw-r--r--app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.60.ebuild26
-rw-r--r--app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.65.ebuild26
-rw-r--r--app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.70.ebuild26
-rw-r--r--app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild26
-rw-r--r--app-leechcraft/lc-bittorrent/metadata.xml5
8 files changed, 164 insertions, 0 deletions
diff --git a/app-leechcraft/lc-bittorrent/Manifest b/app-leechcraft/lc-bittorrent/Manifest
new file mode 100644
index 000000000000..1911f838b33a
--- /dev/null
+++ b/app-leechcraft/lc-bittorrent/Manifest
@@ -0,0 +1,3 @@
+DIST leechcraft-0.6.60.tar.xz 5089252 SHA256 669c2325235c3c49dfc9a30d38c1ad08c0a6abf1ebbf2c8d33eca27e976e1b6d SHA512 0bac75f96bfc43c692e8b61ba5e9b6b82d535a78bd310966c36579666feb8b87217a9d74cfe792fa32b57b9b04e158239acbf2422014735d2316cbda2d8b39ec WHIRLPOOL f3056faab0006830afbcf5f3448094e530c908d432cebec731f305f34347e514db55416a911674c28445a3cd4e542136fd053ee5e444b3cf93e086dc9e88428c
+DIST leechcraft-0.6.65.tar.xz 5067580 SHA256 b821fb8716b3ba04862bbb358a738609ead84cd9c86b569fe31c712b48c2a7fd SHA512 94e3cfa42bea572cb2feeaf4c7153c8d7e08e0597d447db5033b72222cea67370e8948d0dd0e2b89585583a88b4ee3df7b32d72dcd624d383e79b9472ceffe30 WHIRLPOOL bc589f46c89351328e25e6e32febdcba8ead639a8d1daf18df7352372d66fb8f8e7e5bbef02d49b6a00a7f5ffa15d66699b79cc73f64ea1bf8b59949fcd81b8a
+DIST leechcraft-0.6.70.tar.xz 5204940 SHA256 3e7f51da0b7eec6df11471ada409d752754f3badc388b8f0adab3f056fabcd45 SHA512 fedf0467e39bd512c937b25f5da62af2be7908831169e1d82d10af43b7c164be2658138663578d7658c3692d5269dd3df9e391744561443f49771edd063ba408 WHIRLPOOL a0aef0bdc11d4b3a3680a055671208db0528bb4744930a0fecab6d1fbf99cc87f4fd8483e98e93357a4c0dda1f3edc1a20a9a725b28ea9003c564469531a2d37
diff --git a/app-leechcraft/lc-bittorrent/files/boost-1.50.patch b/app-leechcraft/lc-bittorrent/files/boost-1.50.patch
new file mode 100644
index 000000000000..2abb31998082
--- /dev/null
+++ b/app-leechcraft/lc-bittorrent/files/boost-1.50.patch
@@ -0,0 +1,38 @@
+diff --git a/src/plugins/bittorrent/CMakeLists.txt b/src/plugins/bittorrent/CMakeLists.txt
+index de8a2f9..45d26da 100644
+--- a/src/plugins/bittorrent/CMakeLists.txt
++++ b/src/plugins/bittorrent/CMakeLists.txt
+@@ -153,7 +153,6 @@ IF (WIN32)
+ ENDIF (WIN32)
+ #ADD_DEFINITIONS(-DBOOST_DYN_LINK)
+ ADD_DEFINITIONS(-DTORRENT_LINKING_SHARED)
+-ADD_DEFINITIONS(-DBOOST_FILESYSTEM_VERSION=2) #workaround for building with boost 1.46
+ #ADD_DEFINITIONS(-D_DLL)
+ IF (NOT LC_NO_MOC)
+ QT4_WRAP_CPP (MOC_SRCS ${HEADERS})
+diff --git a/src/plugins/bittorrent/torrentmaker.cpp b/src/plugins/bittorrent/torrentmaker.cpp
+index 313a6a5..467c4d8 100644
+--- a/src/plugins/bittorrent/torrentmaker.cpp
++++ b/src/plugins/bittorrent/torrentmaker.cpp
+@@ -40,7 +40,11 @@ namespace LeechCraft
+ {
+ bool FileFilter (const boost::filesystem::path& filename)
+ {
++#if BOOST_FILESYSTEM_VERSION == 2
+ if (filename.leaf () [0] == '.')
++#else
++ if (filename.leaf ().string () [0] == '.')
++#endif
+ return false;
+ QFileInfo fi (QString::fromUtf8 (filename.string ().c_str ()));
+ if ((fi.isDir () ||
+@@ -74,7 +78,9 @@ namespace LeechCraft
+ return;
+ }
+
++#if BOOST_FILESYSTEM_VERSION == 2
+ boost::filesystem::path::default_name_check (boost::filesystem::no_check);
++#endif
+
+ libtorrent::file_storage fs;
+ #if LIBTORRENT_VERSION_NUM >= 1600
diff --git a/app-leechcraft/lc-bittorrent/files/boost-1.52.patch b/app-leechcraft/lc-bittorrent/files/boost-1.52.patch
new file mode 100644
index 000000000000..bb5208ab0be5
--- /dev/null
+++ b/app-leechcraft/lc-bittorrent/files/boost-1.52.patch
@@ -0,0 +1,14 @@
+diff --git a/src/plugins/bittorrent/torrentplugin.cpp b/src/plugins/bittorrent/torrentplugin.cpp
+index b41f0f2..c20f847 100644
+--- a/src/plugins/bittorrent/torrentplugin.cpp
++++ b/src/plugins/bittorrent/torrentplugin.cpp
+@@ -31,6 +31,9 @@
+ #include <QToolBar>
+ #include <QHeaderView>
+ #include <QInputDialog>
++#include <boost/preprocessor/seq/size.hpp>
++#include <boost/preprocessor/seq/elem.hpp>
++#include <boost/preprocessor/repetition/repeat.hpp>
+ #include <libtorrent/session.hpp>
+ #include <libtorrent/version.hpp>
+ #include <interfaces/entitytesthandleresult.h>
diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.60.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.60.ebuild
new file mode 100644
index 000000000000..bb69fee8091a
--- /dev/null
+++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.60.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="debug geoip"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ net-libs/rb_libtorrent"
+RDEPEND="${DEPEND}
+ virtual/leechcraft-task-show
+ geoip? ( dev-libs/geoip )"
+
+src_configure(){
+ local mycmakeargs="
+ $(cmake-utils_use_enable geoip BITTORRENT_GEOIP)
+ "
+ cmake-utils_src_configure
+}
diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.65.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.65.ebuild
new file mode 100644
index 000000000000..b39954ecc752
--- /dev/null
+++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.65.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft"
+
+SLOT="0"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="debug geoip"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ net-libs/rb_libtorrent"
+RDEPEND="${DEPEND}
+ virtual/leechcraft-task-show
+ geoip? ( dev-libs/geoip )"
+
+src_configure(){
+ local mycmakeargs="
+ $(cmake-utils_use_enable geoip BITTORRENT_GEOIP)
+ "
+ cmake-utils_src_configure
+}
diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.70.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.70.ebuild
new file mode 100644
index 000000000000..b39954ecc752
--- /dev/null
+++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.6.70.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft"
+
+SLOT="0"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="debug geoip"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ net-libs/rb_libtorrent"
+RDEPEND="${DEPEND}
+ virtual/leechcraft-task-show
+ geoip? ( dev-libs/geoip )"
+
+src_configure(){
+ local mycmakeargs="
+ $(cmake-utils_use_enable geoip BITTORRENT_GEOIP)
+ "
+ cmake-utils_src_configure
+}
diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild
new file mode 100644
index 000000000000..4c7602d3f9cb
--- /dev/null
+++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft"
+
+SLOT="0"
+KEYWORDS=""
+IUSE="debug geoip"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ net-libs/rb_libtorrent"
+RDEPEND="${DEPEND}
+ virtual/leechcraft-task-show
+ geoip? ( dev-libs/geoip )"
+
+src_configure(){
+ local mycmakeargs="
+ $(cmake-utils_use_enable geoip BITTORRENT_GEOIP)
+ "
+ cmake-utils_src_configure
+}
diff --git a/app-leechcraft/lc-bittorrent/metadata.xml b/app-leechcraft/lc-bittorrent/metadata.xml
new file mode 100644
index 000000000000..2c857dda08d3
--- /dev/null
+++ b/app-leechcraft/lc-bittorrent/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>leechcraft</herd>
+</pkgmetadata>