diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:03:51 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-31 12:03:51 +0000 |
commit | 44d8544afa6947c031ce4c6bd33bec212eaf2666 (patch) | |
tree | af2047bd33d8e768959c5f9e29d5c72bf4cc4c59 /app-editors/leechcraft-popishu | |
parent | Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90 (diff) | |
download | historical-44d8544afa6947c031ce4c6bd33bec212eaf2666.tar.gz historical-44d8544afa6947c031ce4c6bd33bec212eaf2666.tar.bz2 historical-44d8544afa6947c031ce4c6bd33bec212eaf2666.zip |
Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'app-editors/leechcraft-popishu')
-rw-r--r-- | app-editors/leechcraft-popishu/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/leechcraft-popishu/leechcraft-popishu-0.4.90.ebuild | 17 | ||||
-rw-r--r-- | app-editors/leechcraft-popishu/leechcraft-popishu-0.4.97.ebuild (renamed from app-editors/leechcraft-popishu/leechcraft-popishu-0.4.85.ebuild) | 6 |
3 files changed, 7 insertions, 21 deletions
diff --git a/app-editors/leechcraft-popishu/ChangeLog b/app-editors/leechcraft-popishu/ChangeLog index ebd9bb68e143..1e017989c2b9 100644 --- a/app-editors/leechcraft-popishu/ChangeLog +++ b/app-editors/leechcraft-popishu/ChangeLog @@ -1,6 +1,9 @@ # 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.5 2011/12/31 12:03:16 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/leechcraft-popishu/ChangeLog,v 1.6 2011/12/31 12:03:51 maksbotan Exp $ + + 31 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org> Manifest: + Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90 *leechcraft-popishu-0.4.97 (31 Dec 2011) diff --git a/app-editors/leechcraft-popishu/leechcraft-popishu-0.4.90.ebuild b/app-editors/leechcraft-popishu/leechcraft-popishu-0.4.90.ebuild deleted file mode 100644 index d6d47d88e24d..000000000000 --- a/app-editors/leechcraft-popishu/leechcraft-popishu-0.4.90.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.90.ebuild,v 1.1 2011/09/14 16:59:29 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-0.4.85.ebuild b/app-editors/leechcraft-popishu/leechcraft-popishu-0.4.97.ebuild index 32cd38d47707..08dcfe755d47 100644 --- a/app-editors/leechcraft-popishu/leechcraft-popishu-0.4.85.ebuild +++ b/app-editors/leechcraft-popishu/leechcraft-popishu-0.4.97.ebuild @@ -1,8 +1,8 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/leechcraft-popishu/leechcraft-popishu-0.4.97.ebuild,v 1.1 2011/12/31 12:03:16 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,6 +12,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV} +DEPEND="~net-misc/leechcraft-core-${PV} x11-libs/qscintilla" RDEPEND="${DEPEND}" |