diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-08-23 19:30:37 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-08-23 19:30:37 +0000 |
commit | 2b820ecab67d037981dc8d4c28d6c6f72ae44d31 (patch) | |
tree | 628b434a13529ee02b6a5e6caf39e66d8700a104 /app-editors | |
parent | Fixed dependency on dev-db/sqlite (bug #375217) (diff) | |
download | gentoo-2-2b820ecab67d037981dc8d4c28d6c6f72ae44d31.tar.gz gentoo-2-2b820ecab67d037981dc8d4c28d6c6f72ae44d31.tar.bz2 gentoo-2-2b820ecab67d037981dc8d4c28d6c6f72ae44d31.zip |
Add app-editors/leechcraft-popishu
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
4 files changed, 51 insertions, 0 deletions
diff --git a/app-editors/leechcraft-popishu/ChangeLog b/app-editors/leechcraft-popishu/ChangeLog new file mode 100644 index 000000000000..aea0ce23839e --- /dev/null +++ b/app-editors/leechcraft-popishu/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-editors/leechcraft-popishu +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/leechcraft-popishu/ChangeLog,v 1.1 2011/08/23 19:30:37 maksbotan Exp $ + +*leechcraft-popishu-9999 (23 Aug 2011) +*leechcraft-popishu-0.4.85 (23 Aug 2011) + + 23 Aug 2011; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-popishu-0.4.85.ebuild, +leechcraft-popishu-9999.ebuild, + +metadata.xml: + Copy app-editors/leechcraft-popishu from rion-overlay, thanks to 0xd34df00d + diff --git a/app-editors/leechcraft-popishu/leechcraft-popishu-0.4.85.ebuild b/app-editors/leechcraft-popishu/leechcraft-popishu-0.4.85.ebuild new file mode 100644 index 000000000000..32cd38d47707 --- /dev/null +++ b/app-editors/leechcraft-popishu/leechcraft-popishu-0.4.85.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 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.4.85.ebuild,v 1.1 2011/08/23 19:30:37 maksbotan Exp $ + +EAPI="2" + +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}" diff --git a/app-editors/leechcraft-popishu/leechcraft-popishu-9999.ebuild b/app-editors/leechcraft-popishu/leechcraft-popishu-9999.ebuild new file mode 100644 index 000000000000..907a2b43054e --- /dev/null +++ b/app-editors/leechcraft-popishu/leechcraft-popishu-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/leechcraft-popishu/leechcraft-popishu-9999.ebuild,v 1.1 2011/08/23 19:30:37 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Popishu, the text editor with IDE features for LeechCraft." + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="=net-misc/leechcraft-core-${PV} + x11-libs/qscintilla" +RDEPEND="${DEPEND}" diff --git a/app-editors/leechcraft-popishu/metadata.xml b/app-editors/leechcraft-popishu/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-editors/leechcraft-popishu/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> |