summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-07-03 16:18:36 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-07-03 16:18:36 +0000
commit57a6d07fd4a8659e59681943b5405c3c5cf410cb (patch)
tree7d6aac19ffa17f0d3e2f7d1d085328be435295e8 /app-leechcraft/lc-tabsessmanager
parentBump LeechCraft to 0.5.98, thanks to 0xd34df00d. (diff)
downloadgentoo-2-57a6d07fd4a8659e59681943b5405c3c5cf410cb.tar.gz
gentoo-2-57a6d07fd4a8659e59681943b5405c3c5cf410cb.tar.bz2
gentoo-2-57a6d07fd4a8659e59681943b5405c3c5cf410cb.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-tabsessmanager')
-rw-r--r--app-leechcraft/lc-tabsessmanager/ChangeLog8
-rw-r--r--app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.5.98.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/app-leechcraft/lc-tabsessmanager/ChangeLog b/app-leechcraft/lc-tabsessmanager/ChangeLog
index 25b11df107ea..f3f0a9d120a2 100644
--- a/app-leechcraft/lc-tabsessmanager/ChangeLog
+++ b/app-leechcraft/lc-tabsessmanager/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-leechcraft/lc-tabsessmanager
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tabsessmanager/ChangeLog,v 1.4 2013/06/11 17:44:50 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tabsessmanager/ChangeLog,v 1.5 2013/07/03 16:18:36 maksbotan Exp $
+
+*lc-tabsessmanager-0.5.98 (03 Jul 2013)
+
+ 03 Jul 2013; Maxim Koltsov <maksbotan@gentoo.org>
+ +lc-tabsessmanager-0.5.98.ebuild:
+ Bump LeechCraft to 0.5.98, thanks to 0xd34df00d.
*lc-tabsessmanager-0.5.97 (11 Jun 2013)
diff --git a/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.5.98.ebuild b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.5.98.ebuild
new file mode 100644
index 000000000000..b87bc37288bf
--- /dev/null
+++ b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-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-tabsessmanager/lc-tabsessmanager-0.5.98.ebuild,v 1.1 2013/07/03 16:18:36 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Provides session restore between LeechCraft runs as well as manual saves/restores"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}"
+RDEPEND="${DEPEND}"