diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 16:05:01 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 16:05:01 +0000 |
commit | 49d5834b27cd8cb6f103dfd2c4ac06035dd49bb9 (patch) | |
tree | 3edab56c9e2085c93b27a8ee2d4e0c778a3d4f59 /virtual | |
parent | Bump LeechCraft to 0.5.85, thanks to 0xd34df00d (diff) | |
download | gentoo-2-49d5834b27cd8cb6f103dfd2c4ac06035dd49bb9.tar.gz gentoo-2-49d5834b27cd8cb6f103dfd2c4ac06035dd49bb9.tar.bz2 gentoo-2-49d5834b27cd8cb6f103dfd2c4ac06035dd49bb9.zip |
Bump LeechCraft to 0.5.85, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/leechcraft-downloader-http/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/leechcraft-downloader-http/leechcraft-downloader-http-0.5.85.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/virtual/leechcraft-downloader-http/ChangeLog b/virtual/leechcraft-downloader-http/ChangeLog index cd75eef23a1b..4685f1c71a63 100644 --- a/virtual/leechcraft-downloader-http/ChangeLog +++ b/virtual/leechcraft-downloader-http/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/leechcraft-downloader-http # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-downloader-http/ChangeLog,v 1.17 2012/08/13 14:15:23 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-downloader-http/ChangeLog,v 1.18 2012/10/08 16:05:01 pinkbyte Exp $ + +*leechcraft-downloader-http-0.5.85 (08 Oct 2012) + + 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> + +leechcraft-downloader-http-0.5.85.ebuild: + Bump LeechCraft to 0.5.85, thanks to 0xd34df00d *leechcraft-downloader-http-0.5.80 (13 Aug 2012) diff --git a/virtual/leechcraft-downloader-http/leechcraft-downloader-http-0.5.85.ebuild b/virtual/leechcraft-downloader-http/leechcraft-downloader-http-0.5.85.ebuild new file mode 100644 index 000000000000..5f7cd99e8bb5 --- /dev/null +++ b/virtual/leechcraft-downloader-http/leechcraft-downloader-http-0.5.85.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-downloader-http/leechcraft-downloader-http-0.5.85.ebuild,v 1.1 2012/10/08 16:05:01 pinkbyte Exp $ + +EAPI="4" + +DESCRIPTION="Virtual for LeechCraft plugins providing HTTP downloading" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-misc/leechcraft-cstp" +DEPEND="" |