summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2014-01-08 09:54:16 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2014-01-08 09:54:16 +0000
commit33be0e3a10aef1e7a4b32e30c79bd969346ca5c8 (patch)
tree8f4c5221d4cf783e5eee33636a1bd579e1574134 /app-leechcraft
parentBump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff)
downloadgentoo-2-33be0e3a10aef1e7a4b32e30c79bd969346ca5c8.tar.gz
gentoo-2-33be0e3a10aef1e7a4b32e30c79bd969346ca5c8.tar.bz2
gentoo-2-33be0e3a10aef1e7a4b32e30c79bd969346ca5c8.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-qrosp/ChangeLog9
-rw-r--r--app-leechcraft/lc-qrosp/lc-qrosp-0.6.60.ebuild18
2 files changed, 25 insertions, 2 deletions
diff --git a/app-leechcraft/lc-qrosp/ChangeLog b/app-leechcraft/lc-qrosp/ChangeLog
index a7bb9e51c900..7d225ce24e4c 100644
--- a/app-leechcraft/lc-qrosp/ChangeLog
+++ b/app-leechcraft/lc-qrosp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-qrosp
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-qrosp/ChangeLog,v 1.7 2013/09/24 15:51:01 maksbotan Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-qrosp/ChangeLog,v 1.8 2014/01/08 09:54:16 maksbotan Exp $
+
+*lc-qrosp-0.6.60 (08 Jan 2014)
+
+ 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-qrosp-0.6.60.ebuild:
+ Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
*lc-qrosp-0.6.0 (24 Sep 2013)
diff --git a/app-leechcraft/lc-qrosp/lc-qrosp-0.6.60.ebuild b/app-leechcraft/lc-qrosp/lc-qrosp-0.6.60.ebuild
new file mode 100644
index 000000000000..d2b7b02dda65
--- /dev/null
+++ b/app-leechcraft/lc-qrosp/lc-qrosp-0.6.60.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-qrosp/lc-qrosp-0.6.60.ebuild,v 1.1 2014/01/08 09:54:16 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Qrosp, scrpting support for LeechCraft via Qross."
+
+SLOT="0"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ dev-libs/qjson
+ dev-libs/qrosscore"
+RDEPEND="${DEPEND}"