summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-09-08 02:28:55 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-09-08 02:28:55 +0200
commit65c80ac55a555d4522f6aadf9258250db8d46d87 (patch)
tree66704f4864af501fc9ab1fb8c770686479d3e9f1 /kde-misc/zanshin/zanshin-0.2.2.ebuild
parentx11-plugins/pidgin-opensteamworks: Version bump (diff)
downloadgentoo-65c80ac55a555d4522f6aadf9258250db8d46d87.tar.gz
gentoo-65c80ac55a555d4522f6aadf9258250db8d46d87.tar.bz2
gentoo-65c80ac55a555d4522f6aadf9258250db8d46d87.zip
kde-misc/zanshin: Version bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-misc/zanshin/zanshin-0.2.2.ebuild')
-rw-r--r--kde-misc/zanshin/zanshin-0.2.2.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-misc/zanshin/zanshin-0.2.2.ebuild b/kde-misc/zanshin/zanshin-0.2.2.ebuild
new file mode 100644
index 000000000000..dde1c6e616b5
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.2.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Todo management application for KDE"
+HOMEPAGE="https://zanshin.kde.org/"
+SRC_URI="https://files.kde.org/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+ $(add_kdebase_dep kdepim-runtime '' 4.6.0)
+ dev-libs/boost
+"
+DEPEND=${RDEPEND}
+
+RESTRICT="test"