summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2014-01-08 09:57:51 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2014-01-08 09:57:51 +0000
commit1a04823bf4b960c2472b9c13e79542c84a86546e (patch)
treead1281c195fd2153a52fe556802fcf5976710473 /app-leechcraft
parentBump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff)
downloadgentoo-2-1a04823bf4b960c2472b9c13e79542c84a86546e.tar.gz
gentoo-2-1a04823bf4b960c2472b9c13e79542c84a86546e.tar.bz2
gentoo-2-1a04823bf4b960c2472b9c13e79542c84a86546e.zip
Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r--app-leechcraft/lc-xproxy/ChangeLog9
-rw-r--r--app-leechcraft/lc-xproxy/lc-xproxy-0.6.60.ebuild16
2 files changed, 23 insertions, 2 deletions
diff --git a/app-leechcraft/lc-xproxy/ChangeLog b/app-leechcraft/lc-xproxy/ChangeLog
index b297fa6762a9..95c8ec665551 100644
--- a/app-leechcraft/lc-xproxy/ChangeLog
+++ b/app-leechcraft/lc-xproxy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-xproxy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog,v 1.7 2013/09/24 15:54:09 maksbotan Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog,v 1.8 2014/01/08 09:57:51 maksbotan Exp $
+
+*lc-xproxy-0.6.60 (08 Jan 2014)
+
+ 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-xproxy-0.6.60.ebuild:
+ Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
*lc-xproxy-0.6.0 (24 Sep 2013)
diff --git a/app-leechcraft/lc-xproxy/lc-xproxy-0.6.60.ebuild b/app-leechcraft/lc-xproxy/lc-xproxy-0.6.60.ebuild
new file mode 100644
index 000000000000..5c336a6e6bd5
--- /dev/null
+++ b/app-leechcraft/lc-xproxy/lc-xproxy-0.6.60.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/lc-xproxy-0.6.60.ebuild,v 1.1 2014/01/08 09:57:51 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Provides advanced proxy support features for LeechCraft"
+
+SLOT="0"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}"
+RDEPEND="${DEPEND}"