summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-leechcraft')
-rw-r--r--app-leechcraft/lc-lackman/ChangeLog7
-rw-r--r--app-leechcraft/lc-lackman/lc-lackman-0.6.0.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/app-leechcraft/lc-lackman/ChangeLog b/app-leechcraft/lc-lackman/ChangeLog
index d69a8ebb655d..3dad860aed5d 100644
--- a/app-leechcraft/lc-lackman/ChangeLog
+++ b/app-leechcraft/lc-lackman/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-lackman
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lackman/ChangeLog,v 1.6 2013/07/18 12:45:14 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lackman/ChangeLog,v 1.7 2013/09/24 15:45:57 maksbotan Exp $
+
+*lc-lackman-0.6.0 (24 Sep 2013)
+
+ 24 Sep 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-lackman-0.6.0.ebuild:
+ Bump LeechCraft to 0.6.0
*lc-lackman-0.5.99 (18 Jul 2013)
diff --git a/app-leechcraft/lc-lackman/lc-lackman-0.6.0.ebuild b/app-leechcraft/lc-lackman/lc-lackman-0.6.0.ebuild
new file mode 100644
index 000000000000..5ac90ab98992
--- /dev/null
+++ b/app-leechcraft/lc-lackman/lc-lackman-0.6.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lackman/lc-lackman-0.6.0.ebuild,v 1.1 2013/09/24 15:45:57 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="LeechCraft Package Manager for extensions, scripts, themes etc."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ >=dev-qt/qtwebkit-4.6:4"
+RDEPEND="${DEPEND}
+ virtual/leechcraft-downloader-http"