diff options
-rw-r--r-- | app-leechcraft/lc-lhtr/ChangeLog | 9 | ||||
-rw-r--r-- | app-leechcraft/lc-lhtr/lc-lhtr-0.6.60.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/app-leechcraft/lc-lhtr/ChangeLog b/app-leechcraft/lc-lhtr/ChangeLog index cc4c986c3e26..7e9a789a8dfa 100644 --- a/app-leechcraft/lc-lhtr/ChangeLog +++ b/app-leechcraft/lc-lhtr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-lhtr -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lhtr/ChangeLog,v 1.8 2013/09/24 15:47:19 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lhtr/ChangeLog,v 1.9 2014/01/08 09:50:39 maksbotan Exp $ + +*lc-lhtr-0.6.60 (08 Jan 2014) + + 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-lhtr-0.6.60.ebuild: + Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. *lc-lhtr-0.6.0 (24 Sep 2013) diff --git a/app-leechcraft/lc-lhtr/lc-lhtr-0.6.60.ebuild b/app-leechcraft/lc-lhtr/lc-lhtr-0.6.60.ebuild new file mode 100644 index 000000000000..f904d9f88f75 --- /dev/null +++ b/app-leechcraft/lc-lhtr/lc-lhtr-0.6.60.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lhtr/lc-lhtr-0.6.60.ebuild,v 1.1 2014/01/08 09:50:39 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="LeechCraft HTML Text editoR component" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + app-text/htmltidy + dev-qt/qtwebkit:4 + " +RDEPEND="${DEPEND}" |