summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-28 21:21:27 +0300
committerDavid Seifert <soap@gentoo.org>2017-04-01 12:22:45 +0200
commitd70f341f6718ba0623772b0f099a40957b94bf8e (patch)
tree042d1ec556f9a4c8219b82ce0c5f31b88119f309 /x11-misc/rednotebook
parentx11-misc/read-edid: Remove old (diff)
downloadgentoo-d70f341f6718ba0623772b0f099a40957b94bf8e.tar.gz
gentoo-d70f341f6718ba0623772b0f099a40957b94bf8e.tar.bz2
gentoo-d70f341f6718ba0623772b0f099a40957b94bf8e.zip
x11-misc/rednotebook: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r--x11-misc/rednotebook/Manifest1
-rw-r--r--x11-misc/rednotebook/rednotebook-1.8.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/x11-misc/rednotebook/Manifest b/x11-misc/rednotebook/Manifest
index d2250516c400..3d4dac0fb2ca 100644
--- a/x11-misc/rednotebook/Manifest
+++ b/x11-misc/rednotebook/Manifest
@@ -1,2 +1 @@
DIST rednotebook-1.14.tar.gz 507719 SHA256 f33bd410ae01d064c1e449c532359ce1c134169d44a97d74ef1e99ff8d287d88 SHA512 d78c8996cd0959270da82ed8b8ea82c0c320e0db5c2cf11fba2b5fe5c73efb92b4b44d42344e679c5e274b4b2453883f81beeecf2884bb4da1774ea102610ec3 WHIRLPOOL 5607d0a4849c33bc4e15168efb58d0fec0aff1fcf73cc34ab584ca03cdefbab74a378b64126ae1ee5cafd9fb8996722bc57e06e532ca50aa65be4b76811ee1f5
-DIST rednotebook-1.8.0.tar.gz 500452 SHA256 63beacfdc738a9640bcc7b35ae28c18c7310d9f6fc9e9a6afafcc4d37f628213 SHA512 4d165bff34013fb5583a98a77b96d149eea62b67f0f0177778f0f97e9f65beb2d298c6b08fb5f6f8b18fa951b18f19478b52b239ab1af397ee3850d24eb8a9cf WHIRLPOOL 684bf11e2552b0a5030bbfa58a27a2fa6825ecc8657c3954117096e76b28dc8fb18f261d199cf712b67d3f7439b65e15231c984da9e8d04a1e0bc4505c40ce98
diff --git a/x11-misc/rednotebook/rednotebook-1.8.0.ebuild b/x11-misc/rednotebook/rednotebook-1.8.0.ebuild
deleted file mode 100644
index 4619a5e6caa7..000000000000
--- a/x11-misc/rednotebook/rednotebook-1.8.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="Graphical journal with calendar, templates, tags and keyword searching"
-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?,${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.13[${PYTHON_USEDEP}]
- >=dev-python/pywebkitgtk-1.1.5[${PYTHON_USEDEP}]
- dev-python/chardet[${PYTHON_USEDEP}]
- spell? ( dev-python/gtkspell-python[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- ! use spell && epatch "${FILESDIR}/${PN}-1.6.5-disable-spell.patch"
-}