summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat Khudaygulov <azamat@hudaygulov.ru>2018-03-12 10:57:39 +0300
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2018-03-12 21:29:42 +0000
commitdd6c8a085115cfffb147a81b10ec36efa81d1766 (patch)
treef6f9f9b5e677a7180e839dc7dbd5dc0d631fea43 /app-misc
parentwww-plugins/chrome-binary-plugins: automated update (66.0.3359.26) (diff)
downloadgentoo-dd6c8a085115cfffb147a81b10ec36efa81d1766.tar.gz
gentoo-dd6c8a085115cfffb147a81b10ec36efa81d1766.tar.bz2
gentoo-dd6c8a085115cfffb147a81b10ec36efa81d1766.zip
app-misc/timew: Bump version to 1.1.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/timew/Manifest1
-rw-r--r--app-misc/timew/timew-1.1.1.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/app-misc/timew/Manifest b/app-misc/timew/Manifest
index 0e679c6e27ca..c27519ec95fe 100644
--- a/app-misc/timew/Manifest
+++ b/app-misc/timew/Manifest
@@ -1 +1,2 @@
DIST timew-1.0.0.tar.gz 140539 BLAKE2B 486c1e99a587597a040e3fb45c15602e56798b5a13ce3f47fb8d73b3995ee270ef2601e49dc4efe3023d1179a111b55c50c92a3feece87d9bad6a26123dc9008 SHA512 0539ff93b2375c154d126c39aa84f21b57b62f51c220c80b2e323a4d6aefd2eda6f87c04112e096222102b019ee3683a78b9ee9d6fbf6736d4a34c529f6152f5
+DIST timew-1.1.1.tar.gz 166484 BLAKE2B 64b8560220550299c76207873184252b1100d146ac745e46f38790a90294c59e5da95852836433f1d5213a2f1272063a534c20b2963a88fbaa1bcb888e40b70b SHA512 d262227d6dc99994599252c9fc55d32e4caac9d5ff1f223b8637005ed9f4f7fa238bd5cb7392c8e42a468f6246a7afad9b6fdb02af636e53d3bd813cfc3ee110
diff --git a/app-misc/timew/timew-1.1.1.ebuild b/app-misc/timew/timew-1.1.1.ebuild
new file mode 100644
index 000000000000..751d9bdd68d9
--- /dev/null
+++ b/app-misc/timew/timew-1.1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Tracks your time from the command line, and generates reports"
+HOMEPAGE="https://taskwarrior.org/news/news.20160821.html"
+SRC_URI="https://taskwarrior.org/download/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ -DTIMEW_DOCDIR=share/doc/${PF}
+ )
+ cmake-utils_src_configure
+}