diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-01-01 13:12:45 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-01-01 13:12:45 +0000 |
commit | 89532a208f26dbbdee4625e7462b2e2ded1ec921 (patch) | |
tree | b904621c66cd7313b714390479fdb3e1d0e78107 /x11-misc/rednotebook | |
parent | Remove TODO comment as META-INF is usual Java metadata and that thus isn't a ... (diff) | |
download | gentoo-2-89532a208f26dbbdee4625e7462b2e2ded1ec921.tar.gz gentoo-2-89532a208f26dbbdee4625e7462b2e2ded1ec921.tar.bz2 gentoo-2-89532a208f26dbbdee4625e7462b2e2ded1ec921.zip |
Remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-1.6.2.ebuild | 34 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-1.6.5.ebuild | 34 |
3 files changed, 6 insertions, 70 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 6fad73094f0b..83f6fe5366b7 100644 --- a/x11-misc/rednotebook/ChangeLog +++ b/x11-misc/rednotebook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/rednotebook -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.68 2013/01/26 17:53:52 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.69 2014/01/01 13:12:45 hwoarang Exp $ + + 01 Jan 2014; Markos Chandras <hwoarang@gentoo.org> -rednotebook-1.6.2.ebuild, + -rednotebook-1.6.5.ebuild: + Remove old *rednotebook-1.6.6 (26 Jan 2013) diff --git a/x11-misc/rednotebook/rednotebook-1.6.2.ebuild b/x11-misc/rednotebook/rednotebook-1.6.2.ebuild deleted file mode 100644 index 805f291d4e7b..000000000000 --- a/x11-misc/rednotebook/rednotebook-1.6.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.6.2.ebuild,v 1.1 2012/11/21 20:42:06 hwoarang Exp $ - -EAPI="4" - -PYTHON_DEPEND="2:2.6" - -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" - -RDEPEND="dev-python/pyyaml[libyaml?] - >=dev-python/pygtk-2.13 - >=dev-python/pywebkitgtk-1.1.5 - dev-python/chardet - spell? ( dev-python/gtkspell-python )" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - ! use spell && epatch "${FILESDIR}/${PN}-1.2.0-disable-spell.patch" - distutils_src_prepare -} diff --git a/x11-misc/rednotebook/rednotebook-1.6.5.ebuild b/x11-misc/rednotebook/rednotebook-1.6.5.ebuild deleted file mode 100644 index 5aa186a36eea..000000000000 --- a/x11-misc/rednotebook/rednotebook-1.6.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.6.5.ebuild,v 1.1 2013/01/14 21:34:32 hwoarang Exp $ - -EAPI="4" - -PYTHON_DEPEND="2:2.6" - -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" - -RDEPEND="dev-python/pyyaml[libyaml?] - >=dev-python/pygtk-2.13 - >=dev-python/pywebkitgtk-1.1.5 - dev-python/chardet - spell? ( dev-python/gtkspell-python )" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - ! use spell && epatch "${FILESDIR}/${P}-disable-spell.patch" - distutils_src_prepare -} |