diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:18:31 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:18:31 +0000 |
commit | 3cd73911656b74a383c924b0805b0b3ddd2b6d3d (patch) | |
tree | d316b95fe2b141fe900faf9f0c947388eb3dd625 /net-p2p | |
parent | Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90 (diff) | |
download | gentoo-2-3cd73911656b74a383c924b0805b0b3ddd2b6d3d.tar.gz gentoo-2-3cd73911656b74a383c924b0805b0b3ddd2b6d3d.tar.bz2 gentoo-2-3cd73911656b74a383c924b0805b0b3ddd2b6d3d.zip |
Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/leechcraft-bittorrent/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.90.ebuild | 18 | ||||
-rw-r--r-- | net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.97.ebuild (renamed from net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.85.ebuild) | 6 |
3 files changed, 11 insertions, 22 deletions
diff --git a/net-p2p/leechcraft-bittorrent/ChangeLog b/net-p2p/leechcraft-bittorrent/ChangeLog index dbdaadc078a6..0be1519dd543 100644 --- a/net-p2p/leechcraft-bittorrent/ChangeLog +++ b/net-p2p/leechcraft-bittorrent/ChangeLog @@ -1,6 +1,13 @@ # 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.4 2011/12/16 18:48:01 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/ChangeLog,v 1.5 2011/12/31 12:18:31 maksbotan Exp $ + +*leechcraft-bittorrent-0.4.97 (31 Dec 2011) + + 31 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> + -leechcraft-bittorrent-0.4.85.ebuild, -leechcraft-bittorrent-0.4.90.ebuild, + +leechcraft-bittorrent-0.4.97.ebuild: + Bump to 0.4.97, remove 0.4.80 and 0.4.90 *leechcraft-bittorrent-0.4.96-r1 (16 Dec 2011) diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.90.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.90.ebuild deleted file mode 100644 index 86f5c2a23743..000000000000 --- a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.90.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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.90.ebuild,v 1.1 2011/09/14 17:07:22 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" diff --git a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.85.ebuild b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.97.ebuild index a96632601381..a7d9d3d128a3 100644 --- a/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.85.ebuild +++ b/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.97.ebuild @@ -1,8 +1,8 @@ # 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.85.ebuild,v 1.1 2011/08/25 15:31:44 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/leechcraft-bittorrent/leechcraft-bittorrent-0.4.97.ebuild,v 1.1 2011/12/31 12:18:31 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV} +DEPEND="~net-misc/leechcraft-core-${PV} net-libs/rb_libtorrent" RDEPEND="${DEPEND} virtual/leechcraft-task-show" |