diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-02 15:34:46 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-02 15:34:46 +0000 |
commit | 6ca4626c0a90c765e0c71310a81a5609e51551a8 (patch) | |
tree | 5650a1cdea1a055358ecd180ee332df3f979e44b /app-leechcraft/lc-popishu | |
parent | Bump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff) | |
download | gentoo-2-6ca4626c0a90c765e0c71310a81a5609e51551a8.tar.gz gentoo-2-6ca4626c0a90c765e0c71310a81a5609e51551a8.tar.bz2 gentoo-2-6ca4626c0a90c765e0c71310a81a5609e51551a8.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/lc-popishu')
-rw-r--r-- | app-leechcraft/lc-popishu/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-popishu/lc-popishu-0.5.95.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-leechcraft/lc-popishu/ChangeLog b/app-leechcraft/lc-popishu/ChangeLog index 5fb25753e9c3..36505f142274 100644 --- a/app-leechcraft/lc-popishu/ChangeLog +++ b/app-leechcraft/lc-popishu/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-popishu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-popishu/ChangeLog,v 1.1 2013/03/08 22:04:52 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-popishu/ChangeLog,v 1.2 2013/05/02 15:34:46 pinkbyte Exp $ + +*lc-popishu-0.5.95 (02 May 2013) + + 02 May 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-popishu-0.5.95.ebuild: + Bump app-leechcraft/lc-popishu to 0.5.95, thanks to 0xd34df00d *lc-popishu-9999 (08 Mar 2013) *lc-popishu-0.5.90 (08 Mar 2013) diff --git a/app-leechcraft/lc-popishu/lc-popishu-0.5.95.ebuild b/app-leechcraft/lc-popishu/lc-popishu-0.5.95.ebuild new file mode 100644 index 000000000000..b23e0750c76f --- /dev/null +++ b/app-leechcraft/lc-popishu/lc-popishu-0.5.95.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-popishu/lc-popishu-0.5.95.ebuild,v 1.1 2013/05/02 15:34:46 pinkbyte Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Popishu, the text editor with IDE features for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + x11-libs/qscintilla" +RDEPEND="${DEPEND}" |