Remove rednotebook

This commit is contained in:
James Campbell 2023-07-18 19:01:30 -04:00
parent 02c8b48ab5
commit 384c36ceef
2 changed files with 0 additions and 38 deletions

View File

@ -1,2 +0,0 @@
DIST rednotebook-2.21.tar.gz 622461 SHA256 6c4310b95f111ab6879e5e546bdddcd66fef572a3cfc52cecbf581a54adc85c3 SHA512 44d42aca168cb643b34270aa3965501bbb0afe877a781d8e5351603a8751e7dba6e7e03667234af8e0c49488ade616fabe19dedc4c77cd882da042f2195557a2 WHIRLPOOL 04b675372371c3ad9cf98242a550b89f494d0279469699a841e1c047a2288277dac09329eed64cda759c83208566529e4416e22609fb0b3be0a242109968f1ef
EBUILD rednotebook-2.21.ebuild 779 SHA256 bbd9c5677e8a25e35e299272fa30dbc748100a1fb964800fe340f067cb29c017 SHA512 e7849215e6abf16736d728346dd2f3c6f09540cd2dc2a1de54e5c720f9d1d425fcdf21c088d799c3e764a56279d2449f3177bc3463561b7693ed5584e2b40782 WHIRLPOOL 22c939d0280aae392ee8b46f54efdbf1ea9c700b4aab27384d7338bec2ece904f542759f54b43fffa42a169cea1a97fec0092e71b1176afdd39c972fc61d9357

View File

@ -1,36 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
#DISTUTILS_USE_SETUPTOOLS=rdepend
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
DESCRIPTION="A python based journal"
HOMEPAGE="https://rednotebook.sourceforge.io/"
SRC_URI="https://github.com/jendrikseipp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="spell"
RDEPEND="
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
spell? ( >=dev-python/pyenchant-1.6[${PYTHON_USEDEP}] )
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=x11-libs/gtk+-3.18
>=net-libs/webkit-gtk-2.16
>=x11-libs/gtksourceview-3.18:3.0
"
src_install() {
distutils-r1_src_install
# einstalldocs
}