diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:37:20 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-12-25 16:37:20 +0000 |
commit | 672f23cce3e7da7c5233e0c3c7d45e470f98a3be (patch) | |
tree | e5131b68636235e1a1ffb77f8e93fdd305d1b00f /app-editors | |
parent | Stable for x86, wrt bug #447672 (diff) | |
download | gentoo-2-672f23cce3e7da7c5233e0c3c7d45e470f98a3be.tar.gz gentoo-2-672f23cce3e7da7c5233e0c3c7d45e470f98a3be.tar.bz2 gentoo-2-672f23cce3e7da7c5233e0c3c7d45e470f98a3be.zip |
Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/leechcraft-popishu/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/leechcraft-popishu/leechcraft-popishu-0.5.90.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-editors/leechcraft-popishu/ChangeLog b/app-editors/leechcraft-popishu/ChangeLog index 70fa21e0d7da..4af476f35557 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.20 2012/12/19 07:52:21 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/leechcraft-popishu/ChangeLog,v 1.21 2012/12/25 16:37:20 maksbotan Exp $ + +*leechcraft-popishu-0.5.90 (25 Dec 2012) + + 25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-popishu-0.5.90.ebuild: + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d 19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org> -leechcraft-popishu-0.5.70.ebuild, -leechcraft-popishu-0.5.75.ebuild, diff --git a/app-editors/leechcraft-popishu/leechcraft-popishu-0.5.90.ebuild b/app-editors/leechcraft-popishu/leechcraft-popishu-0.5.90.ebuild new file mode 100644 index 000000000000..b46989027fff --- /dev/null +++ b/app-editors/leechcraft-popishu/leechcraft-popishu-0.5.90.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.90.ebuild,v 1.1 2012/12/25 16:37:20 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}" |