commit: 650ea10dada8ddcf7036ae5f53d926acbba6f017
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 22:26:59 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 22:28:34 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=650ea10d
kde-misc/rsibreak: Import 0.11-r1 from before slot 4 removal
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/rsibreak/rsibreak-0.11-r1.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/kde-misc/rsibreak/rsibreak-0.11-r1.ebuild
b/kde-misc/rsibreak/rsibreak-0.11-r1.ebuild
new file mode 100644
index 00000000..2391167b
--- /dev/null
+++ b/kde-misc/rsibreak/rsibreak-0.11-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+KDE_LINGUAS="ar be ca cs da de el en_GB es et fr ga gl hi hne is it ja km ko lt
+ml nb nds nl nn oc pl pt pt_BR ro ru se sk sv tr uk zh_CN zh_TW"
+KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="Small utility which bothers you at certain intervals"
+HOMEPAGE="https://userbase.kde.org/RSIBreak"
+SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2"
+
+LICENSE="GPL-2 FDL-1.2"
+SLOT="4"
+KEYWORDS="amd64 ~ppc x86"
+IUSE="debug"
+
+RDEPEND="
+ $(add_kdeapps_dep knotify)
+"