summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:36:47 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-05-02 15:36:47 +0000
commitf42236c6868a6f6b93f71cd288591f314e7489de (patch)
tree058f6683004c928d79985de89bee01178396ec49 /app-leechcraft
parentBump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff)
downloadgentoo-2-f42236c6868a6f6b93f71cd288591f314e7489de.tar.gz
gentoo-2-f42236c6868a6f6b93f71cd288591f314e7489de.tar.bz2
gentoo-2-f42236c6868a6f6b93f71cd288591f314e7489de.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-tabsessmanager/ChangeLog8
-rw-r--r--app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.5.95.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/app-leechcraft/lc-tabsessmanager/ChangeLog b/app-leechcraft/lc-tabsessmanager/ChangeLog
index d9ebfc95ca35..0e4ac0380bf4 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.1 2013/03/08 22:07:24 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-tabsessmanager/ChangeLog,v 1.2 2013/05/02 15:36:47 pinkbyte Exp $
+
+*lc-tabsessmanager-0.5.95 (02 May 2013)
+
+ 02 May 2013; Sergey Popov <pinkbyte@gentoo.org>
+ +lc-tabsessmanager-0.5.95.ebuild:
+ Bump app-leechcraft/lc-tabsessmanager to 0.5.95, thanks to 0xd34df00d
*lc-tabsessmanager-9999 (08 Mar 2013)
*lc-tabsessmanager-0.5.90 (08 Mar 2013)
diff --git a/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.5.95.ebuild b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-0.5.95.ebuild
new file mode 100644
index 000000000000..8ef2cc99e2dd
--- /dev/null
+++ b/app-leechcraft/lc-tabsessmanager/lc-tabsessmanager-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-tabsessmanager/lc-tabsessmanager-0.5.95.ebuild,v 1.1 2013/05/02 15:36:47 pinkbyte 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}"