From 29f9c386234bd4c212e12cae982cf0fe06911b22 Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Sun, 13 Mar 2016 14:50:22 +0100 Subject: x11-misc/rednotebook: Remove old Package-Manager: portage-2.2.28 --- x11-misc/rednotebook/Manifest | 1 - x11-misc/rednotebook/rednotebook-1.4.0.ebuild | 46 --------------------------- 2 files changed, 47 deletions(-) delete mode 100644 x11-misc/rednotebook/rednotebook-1.4.0.ebuild (limited to 'x11-misc') diff --git a/x11-misc/rednotebook/Manifest b/x11-misc/rednotebook/Manifest index 69a2f0de84bc..e4d5af9cd87f 100644 --- a/x11-misc/rednotebook/Manifest +++ b/x11-misc/rednotebook/Manifest @@ -1,2 +1 @@ -DIST rednotebook-1.4.0.tar.gz 449654 SHA256 ca68e39e5fa3182eef334d160ff9b389aad39c22abfe7caa560a5ff92eb038b0 SHA512 04ba842b4b2050de15ea080af509a95c573664f2947ca7acbd51c0987185dfcff18b65d53db1ca61dba586f6a9f3193c20782c225229268c647c2b5716fc318b WHIRLPOOL a5fcebfb249f38c1a2924b4f8cdfb7b4f691fce20d25a068424eca04f41c512ef4a16e197808a0a384784e182f9f0bc52dd2590ee162170748b9dbbe4a839470 DIST rednotebook-1.8.0.tar.gz 500452 SHA256 63beacfdc738a9640bcc7b35ae28c18c7310d9f6fc9e9a6afafcc4d37f628213 SHA512 4d165bff34013fb5583a98a77b96d149eea62b67f0f0177778f0f97e9f65beb2d298c6b08fb5f6f8b18fa951b18f19478b52b239ab1af397ee3850d24eb8a9cf WHIRLPOOL 684bf11e2552b0a5030bbfa58a27a2fa6825ecc8657c3954117096e76b28dc8fb18f261d199cf712b67d3f7439b65e15231c984da9e8d04a1e0bc4505c40ce98 diff --git a/x11-misc/rednotebook/rednotebook-1.4.0.ebuild b/x11-misc/rednotebook/rednotebook-1.4.0.ebuild deleted file mode 100644 index 75cf524d6384..000000000000 --- a/x11-misc/rednotebook/rednotebook-1.4.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -PYTHON_DEPEND="2" -LANGS="ar ast be bg bs ca cs cy da de el en_GB eo es eu fi fo fr gl he hr hu hy -id it ja ka kk ko lt mn ms nb nds nl nn oc pl pt pt_BR ro ru si sk sr sv ta te -tl tr ug uk uz vi wa zh_CN zh_HK zh_TW" - -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" -for x in ${LANGS}; do - IUSE="${IUSE} linguas_${x}" -done - -RDEPEND="dev-python/pyyaml[libyaml?] - >=dev-python/pygtk-2.13 - dev-python/pywebkitgtk - 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" - # rename wae file. I think this should be wa.po instead of wae.po - mv po/wae.po po/wa.po || die - for x in ${LANGS}; do - if ! has ${x} ${LINGUAS}; then - rm po/${x}.po || die - fi - done - distutils_src_prepare -} -- cgit v1.2.3-65-gdbad