diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-02 15:26:59 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-02 15:26:59 +0000 |
commit | 7c037c8104d7c0acd7906a1c1eed5610090ffc6a (patch) | |
tree | a02c056953c2bfb2008607521a5e8ed6af4da8b3 /app-leechcraft/lc-bittorrent | |
parent | Bump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff) | |
download | gentoo-2-7c037c8104d7c0acd7906a1c1eed5610090ffc6a.tar.gz gentoo-2-7c037c8104d7c0acd7906a1c1eed5610090ffc6a.tar.bz2 gentoo-2-7c037c8104d7c0acd7906a1c1eed5610090ffc6a.zip |
Bump LeechCraft to 0.5.95, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-leechcraft/lc-bittorrent')
-rw-r--r-- | app-leechcraft/lc-bittorrent/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.95.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-leechcraft/lc-bittorrent/ChangeLog b/app-leechcraft/lc-bittorrent/ChangeLog index 3e38fe5a678c..1ece6e10fcc8 100644 --- a/app-leechcraft/lc-bittorrent/ChangeLog +++ b/app-leechcraft/lc-bittorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-bittorrent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-bittorrent/ChangeLog,v 1.1 2013/03/08 21:55:43 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-bittorrent/ChangeLog,v 1.2 2013/05/02 15:26:59 pinkbyte Exp $ + +*lc-bittorrent-0.5.95 (02 May 2013) + + 02 May 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-bittorrent-0.5.95.ebuild: + Bump app-leechcraft/lc-bittorrent to 0.5.95, thanks to 0xd34df00d *lc-bittorrent-9999 (08 Mar 2013) *lc-bittorrent-0.5.90 (08 Mar 2013) diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.95.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.95.ebuild new file mode 100644 index 000000000000..21539e507e25 --- /dev/null +++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.95.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-bittorrent/lc-bittorrent-0.5.95.ebuild,v 1.1 2013/05/02 15:26:59 pinkbyte Exp $ + +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 +} |