diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 18:50:02 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 18:50:02 +0000 |
commit | bd60a6ce863e82e7e2df87bb6f2c6ce5d661502d (patch) | |
tree | 9e507ab2d007e60272a9cde0c99a978c53c86250 /app-leechcraft/lc-eleeminator | |
parent | Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-bd60a6ce863e82e7e2df87bb6f2c6ce5d661502d.tar.gz gentoo-2-bd60a6ce863e82e7e2df87bb6f2c6ce5d661502d.tar.bz2 gentoo-2-bd60a6ce863e82e7e2df87bb6f2c6ce5d661502d.zip |
Bump LeechCraft to 0.6.70, thanks to 0xd34df00d.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-eleeminator')
-rw-r--r-- | app-leechcraft/lc-eleeminator/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-eleeminator/lc-eleeminator-0.6.70.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-leechcraft/lc-eleeminator/ChangeLog b/app-leechcraft/lc-eleeminator/ChangeLog index d489ead8473b..4439352856a3 100644 --- a/app-leechcraft/lc-eleeminator/ChangeLog +++ b/app-leechcraft/lc-eleeminator/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-leechcraft/lc-eleeminator # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-eleeminator/ChangeLog,v 1.1 2014/05/20 17:04:26 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-eleeminator/ChangeLog,v 1.2 2014/08/03 18:50:02 maksbotan Exp $ + +*lc-eleeminator-0.6.70 (03 Aug 2014) + + 03 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> + +lc-eleeminator-0.6.70.ebuild: + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. *lc-eleeminator-9999 (20 May 2014) diff --git a/app-leechcraft/lc-eleeminator/lc-eleeminator-0.6.70.ebuild b/app-leechcraft/lc-eleeminator/lc-eleeminator-0.6.70.ebuild new file mode 100644 index 000000000000..e0649af7281d --- /dev/null +++ b/app-leechcraft/lc-eleeminator/lc-eleeminator-0.6.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-eleeminator/lc-eleeminator-0.6.70.ebuild,v 1.1 2014/08/03 18:50:02 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Embedded LeechCraft Terminal Emulator" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qtermwidget" +RDEPEND="${DEPEND}" |