summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-07-03 15:59:59 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-07-03 15:59:59 +0000
commite4d6c4ca10101d3a0ac27ffb7e1d4be68d5de80f (patch)
tree0f9c12a742fe85d5b525ffa1acdb74c951a8e71d /app-leechcraft/lc-glance
parentBump LeechCraft to 0.5.98, thanks to 0xd34df00d. (diff)
downloadgentoo-2-e4d6c4ca10101d3a0ac27ffb7e1d4be68d5de80f.tar.gz
gentoo-2-e4d6c4ca10101d3a0ac27ffb7e1d4be68d5de80f.tar.bz2
gentoo-2-e4d6c4ca10101d3a0ac27ffb7e1d4be68d5de80f.zip
Bump LeechCraft to 0.5.98, thanks to 0xd34df00d.
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-glance')
-rw-r--r--app-leechcraft/lc-glance/ChangeLog7
-rw-r--r--app-leechcraft/lc-glance/lc-glance-0.5.98.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/app-leechcraft/lc-glance/ChangeLog b/app-leechcraft/lc-glance/ChangeLog
index 4edaf7f8b2da..81ab0819da4d 100644
--- a/app-leechcraft/lc-glance/ChangeLog
+++ b/app-leechcraft/lc-glance/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-glance
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-glance/ChangeLog,v 1.4 2013/06/11 17:20:26 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-glance/ChangeLog,v 1.5 2013/07/03 15:59:59 maksbotan Exp $
+
+*lc-glance-0.5.98 (03 Jul 2013)
+
+ 03 Jul 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-glance-0.5.98.ebuild:
+ Bump LeechCraft to 0.5.98, thanks to 0xd34df00d.
*lc-glance-0.5.97 (11 Jun 2013)
diff --git a/app-leechcraft/lc-glance/lc-glance-0.5.98.ebuild b/app-leechcraft/lc-glance/lc-glance-0.5.98.ebuild
new file mode 100644
index 000000000000..05e272d864b1
--- /dev/null
+++ b/app-leechcraft/lc-glance/lc-glance-0.5.98.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-glance/lc-glance-0.5.98.ebuild,v 1.1 2013/07/03 15:59:59 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Glance, quick thumbnailed overview of opened tabs in LeechCraft"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}"
+RDEPEND="${DEPEND}"