diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 20:47:04 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 20:47:04 +0000 |
commit | 91f47821bd924af32963a113a0b83cc24f5b563f (patch) | |
tree | 6b87a5e9cfff46d28b9f192ce49e924b4aeb29c2 /app-editors/leechcraft-popishu | |
parent | Silence repoman by updating headers. (diff) | |
download | gentoo-2-91f47821bd924af32963a113a0b83cc24f5b563f.tar.gz gentoo-2-91f47821bd924af32963a113a0b83cc24f5b563f.tar.bz2 gentoo-2-91f47821bd924af32963a113a0b83cc24f5b563f.zip |
Bump LeechCraft to 0.5.70 "Hessian Blade"
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/leechcraft-popishu')
-rw-r--r-- | app-editors/leechcraft-popishu/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/leechcraft-popishu/leechcraft-popishu-0.5.70.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-editors/leechcraft-popishu/ChangeLog b/app-editors/leechcraft-popishu/ChangeLog index 072009d9165c..6a66dc3464ef 100644 --- a/app-editors/leechcraft-popishu/ChangeLog +++ b/app-editors/leechcraft-popishu/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/leechcraft-popishu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/leechcraft-popishu/ChangeLog,v 1.13 2012/04/22 12:58:38 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/leechcraft-popishu/ChangeLog,v 1.14 2012/05/31 20:47:04 maksbotan Exp $ + +*leechcraft-popishu-0.5.70 (31 May 2012) + + 31 May 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-popishu-0.5.70.ebuild: + Bump LeechCraft to 0.5.70 "Hessian Blade" *leechcraft-popishu-0.5.65 (22 Apr 2012) diff --git a/app-editors/leechcraft-popishu/leechcraft-popishu-0.5.70.ebuild b/app-editors/leechcraft-popishu/leechcraft-popishu-0.5.70.ebuild new file mode 100644 index 000000000000..f109e9d720a6 --- /dev/null +++ b/app-editors/leechcraft-popishu/leechcraft-popishu-0.5.70.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/leechcraft-popishu/leechcraft-popishu-0.5.70.ebuild,v 1.1 2012/05/31 20:47:04 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Popishu, the text editor with IDE features for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~net-misc/leechcraft-core-${PV} + x11-libs/qscintilla" +RDEPEND="${DEPEND}" |