summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-03-21 19:16:05 +0000
committerJohannes Huber <johu@gentoo.org>2014-03-21 19:16:05 +0000
commit0bba5ec73ed6f8cf67eefbcc475950883c4bc99a (patch)
tree329992eb111c849deb9b6b51947bfef7fbdc2420 /kde-misc
parentNew upstream refpolicy release (diff)
downloadgentoo-2-0bba5ec73ed6f8cf67eefbcc475950883c4bc99a.tar.gz
gentoo-2-0bba5ec73ed6f8cf67eefbcc475950883c4bc99a.tar.bz2
gentoo-2-0bba5ec73ed6f8cf67eefbcc475950883c4bc99a.zip
Revision bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/zanshin/ChangeLog10
-rw-r--r--kde-misc/zanshin/zanshin-0.2.1-r1.ebuild23
2 files changed, 30 insertions, 3 deletions
diff --git a/kde-misc/zanshin/ChangeLog b/kde-misc/zanshin/ChangeLog
index 0a51686dfc22..2a03e8f8a876 100644
--- a/kde-misc/zanshin/ChangeLog
+++ b/kde-misc/zanshin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/zanshin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/zanshin/ChangeLog,v 1.9 2012/04/19 05:48:12 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/zanshin/ChangeLog,v 1.10 2014/03/21 19:16:05 johu Exp $
+
+*zanshin-0.2.1-r1 (21 Mar 2014)
+
+ 21 Mar 2014; Johannes Huber <johu@gentoo.org> +zanshin-0.2.1-r1.ebuild:
+ Revision bump to EAPI 5.
19 Apr 2012; Johannes Huber <johu@gentoo.org> -zanshin-0.2.0.ebuild:
Remove old.
@@ -45,4 +50,3 @@
+zanshin-0.1.81.ebuild, +metadata.xml:
New application, bug 373135. Thanks to Matija "hook" Šuklje for the initial
ebuild.
-
diff --git a/kde-misc/zanshin/zanshin-0.2.1-r1.ebuild b/kde-misc/zanshin/zanshin-0.2.1-r1.ebuild
new file mode 100644
index 000000000000..b430cddd43c5
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.2.1-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/zanshin/zanshin-0.2.1-r1.ebuild,v 1.1 2014/03/21 19:16:05 johu Exp $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Todo management application for KDE"
+HOMEPAGE="http://zanshin.kde.org/"
+SRC_URI="http://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}