summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:38:08 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:38:08 +0000
commite53217fd54bad8c8cbe34782610cb034740f2e64 (patch)
tree2cf403c88099ca9a7373b56450b0420e23f1e27c /app-leechcraft
parentBump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff)
downloadgentoo-2-e53217fd54bad8c8cbe34782610cb034740f2e64.tar.gz
gentoo-2-e53217fd54bad8c8cbe34782610cb034740f2e64.tar.bz2
gentoo-2-e53217fd54bad8c8cbe34782610cb034740f2e64.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')
-rw-r--r--app-leechcraft/lc-xproxy/ChangeLog7
-rw-r--r--app-leechcraft/lc-xproxy/lc-xproxy-0.5.95.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/app-leechcraft/lc-xproxy/ChangeLog b/app-leechcraft/lc-xproxy/ChangeLog
index 4e0b0b005e0c..9a638ea6c674 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.1 2013/03/08 22:09:05 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xproxy/ChangeLog,v 1.2 2013/05/02 15:38:08 pinkbyte Exp $
+
+*lc-xproxy-0.5.95 (02 May 2013)
+
+ 02 May 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-xproxy-0.5.95.ebuild:
+ Bump app-leechcraft/lc-xproxy to 0.5.95, thanks to 0xd34df00d
*lc-xproxy-9999 (08 Mar 2013)
*lc-xproxy-0.5.90 (08 Mar 2013)
diff --git a/app-leechcraft/lc-xproxy/lc-xproxy-0.5.95.ebuild b/app-leechcraft/lc-xproxy/lc-xproxy-0.5.95.ebuild
new file mode 100644
index 000000000000..4b80421e2c27
--- /dev/null
+++ b/app-leechcraft/lc-xproxy/lc-xproxy-0.5.95.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 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.5.95.ebuild,v 1.1 2013/05/02 15:38:08 pinkbyte 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}"