summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/clawsker/clawsker-1.3.7.ebuild')
-rw-r--r--mail-client/clawsker/clawsker-1.3.7.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/mail-client/clawsker/clawsker-1.3.7.ebuild b/mail-client/clawsker/clawsker-1.3.7.ebuild
deleted file mode 100644
index c1de50a794d3..000000000000
--- a/mail-client/clawsker/clawsker-1.3.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg
-
-DESCRIPTION="Applet to edit Claws Mail's hidden preferences"
-HOMEPAGE="https://www.claws-mail.org/clawsker.php"
-SRC_URI="https://www.claws-mail.org/tools/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-lang/perl
- dev-perl/Gtk3
- dev-perl/Locale-gettext
- >=dev-perl/File-Which-1.210
- mail-client/claws-mail
-"
-BDEPEND="test? ( dev-perl/Test-Exception )"
-
-PATCHES=(
- # TODO: add Test::NeedsDisplay Perl package and remove this patch (bug #841707)
- "${FILESDIR}/${PN}-remove-get_screen_height-test.patch"
-)
-
-src_install() {
- emake install DESTDIR="${D}" PREFIX=/usr
-}