diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-29 11:56:59 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-29 11:56:59 +0000 |
commit | b9978544d895e2e67248aa1ebffd7cf067bad364 (patch) | |
tree | 5ee6e9697c6bfc3a9f258e4e8e921df9d4664239 /x11-misc/rednotebook | |
parent | Version bump. (diff) | |
download | gentoo-2-b9978544d895e2e67248aa1ebffd7cf067bad364.tar.gz gentoo-2-b9978544d895e2e67248aa1ebffd7cf067bad364.tar.bz2 gentoo-2-b9978544d895e2e67248aa1ebffd7cf067bad364.zip |
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-0.9.0.ebuild | 26 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-0.9.2.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-0.9.3.ebuild | 32 |
4 files changed, 6 insertions, 87 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 1e93b7ac13fa..e2490842e633 100644 --- a/x11-misc/rednotebook/ChangeLog +++ b/x11-misc/rednotebook/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/rednotebook # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.34 2010/07/15 20:46:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.35 2010/07/29 11:56:59 hwoarang Exp $ + + 29 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + -rednotebook-0.9.0.ebuild, -rednotebook-0.9.2.ebuild, + -rednotebook-0.9.3.ebuild: + Remove old ebuilds 15 Jul 2010; Markus Meier <maekke@gentoo.org> rednotebook-0.9.5.ebuild: x86 stable, bug #326833 diff --git a/x11-misc/rednotebook/rednotebook-0.9.0.ebuild b/x11-misc/rednotebook/rednotebook-0.9.0.ebuild deleted file mode 100644 index a970640f127e..000000000000 --- a/x11-misc/rednotebook/rednotebook-0.9.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild,v 1.6 2010/07/06 15:05:55 arfrever Exp $ - -EAPI="2" - -PYTHON_DEPEND="2" -inherit eutils distutils - -DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality" -HOMEPAGE="http://rednotebook.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="libyaml spell" - -RDEPEND="dev-python/pyyaml[libyaml?] - >=dev-python/pygtk-2.13 - spell? ( dev-python/gtkspell-python )" - -src_prepare() { - ! use spell && epatch "${FILESDIR}/${PN}-0.8.9_disable_spell.patch" - distutils_src_prepare -} diff --git a/x11-misc/rednotebook/rednotebook-0.9.2.ebuild b/x11-misc/rednotebook/rednotebook-0.9.2.ebuild deleted file mode 100644 index c6f1a4ff7447..000000000000 --- a/x11-misc/rednotebook/rednotebook-0.9.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.2.ebuild,v 1.2 2010/07/06 15:05:55 arfrever Exp $ - -EAPI="2" - -PYTHON_DEPEND="2" -inherit eutils distutils - -DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality" -HOMEPAGE="http://rednotebook.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libyaml spell webkit" - -RDEPEND="dev-python/pyyaml[libyaml?] - >=dev-python/pygtk-2.13 - spell? ( dev-python/gtkspell-python ) - webkit? ( dev-python/pywebkitgtk )" - -src_prepare() { - ! use webkit && epatch "${FILESDIR}/disable_webkit.patch" - ! use spell && epatch "${FILESDIR}/${PN}-0.8.9_disable_spell.patch" - distutils_src_prepare -} diff --git a/x11-misc/rednotebook/rednotebook-0.9.3.ebuild b/x11-misc/rednotebook/rednotebook-0.9.3.ebuild deleted file mode 100644 index 9b85c4f45436..000000000000 --- a/x11-misc/rednotebook/rednotebook-0.9.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.3.ebuild,v 1.1 2010/04/24 20:19:44 hwoarang Exp $ - -EAPI="2" - -PYTHON_DEPEND="2" -inherit python eutils distutils - -DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality" -HOMEPAGE="http://rednotebook.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libyaml spell webkit" - -RDEPEND="dev-python/pyyaml[libyaml?] - >=dev-python/pygtk-2.13 - spell? ( dev-python/gtkspell-python ) - webkit? ( dev-python/pywebkitgtk )" - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - ! use webkit && epatch "${FILESDIR}/${P}-disable-webkit.patch" - ! use spell && epatch "${FILESDIR}/${PN}-0.8.9_disable_spell.patch" - distutils_src_prepare -} |