summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 00:26:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 00:28:34 +0200
commit650ea10dada8ddcf7036ae5f53d926acbba6f017 (patch)
tree7ab24fdfdec7b17f6ecd56d35ef6b9546e7efd01 /kde-misc
parentkde-misc/kio-locate: Import 0.5.3 from before slot 4 removal (diff)
downloadkde-sunset-650ea10dada8ddcf7036ae5f53d926acbba6f017.tar.gz
kde-sunset-650ea10dada8ddcf7036ae5f53d926acbba6f017.tar.bz2
kde-sunset-650ea10dada8ddcf7036ae5f53d926acbba6f017.zip
kde-misc/rsibreak: Import 0.11-r1 from before slot 4 removal
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/rsibreak/Manifest1
-rw-r--r--kde-misc/rsibreak/rsibreak-0.11-r1.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-misc/rsibreak/Manifest b/kde-misc/rsibreak/Manifest
index a299ff76..c4a5844e 100644
--- a/kde-misc/rsibreak/Manifest
+++ b/kde-misc/rsibreak/Manifest
@@ -1 +1,2 @@
DIST Rsibreak-0.8.0.tar.bz2 832998 SHA256 9a25d492393486b420f59c5b5cfa1809ed8788bd1cb341605d3d47480e6c7603
+DIST rsibreak-0.11.tar.bz2 463748 SHA256 bc224812c4554209a9cbba830078cee727ed1a5a3c8cb2109cbac78af2382efb SHA512 50e15f45b93c79e4b7785a25dc41c60e40d52a0a777fbb01b57acacfb3c623b6d84cb11c75482c3ab75621644130e508618aaf354b2c526d6a4feda1aa80f2ff WHIRLPOOL 6a8ec8a047e31fdbec73712c2d4e457d447523246c0cecc313468a666ade52a81feb6515adcef93e6e30410df55e30b41a57b85c5b4eedd4bd122815ed1b3af1
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)
+"