Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/timew/
Date: Sun, 16 Aug 2020 08:01:27
Message-Id: 1597564859.46439dc7792fb8b5cddfce3764d0a00e98fc89e1.juippis@gentoo
1 commit: 46439dc7792fb8b5cddfce3764d0a00e98fc89e1
2 Author: David Denoncin <ddenoncin <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 9 08:08:53 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 08:00:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46439dc7
7
8 app-misc/timew: drop old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16777
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-misc/timew/Manifest | 3 ---
16 app-misc/timew/timew-1.0.0.ebuild | 25 -------------------------
17 app-misc/timew/timew-1.1.1.ebuild | 25 -------------------------
18 app-misc/timew/timew-1.2.0.ebuild | 25 -------------------------
19 4 files changed, 78 deletions(-)
20
21 diff --git a/app-misc/timew/Manifest b/app-misc/timew/Manifest
22 index c1c08e29e95..49739f10865 100644
23 --- a/app-misc/timew/Manifest
24 +++ b/app-misc/timew/Manifest
25 @@ -1,4 +1 @@
26 -DIST timew-1.0.0.tar.gz 140539 BLAKE2B 486c1e99a587597a040e3fb45c15602e56798b5a13ce3f47fb8d73b3995ee270ef2601e49dc4efe3023d1179a111b55c50c92a3feece87d9bad6a26123dc9008 SHA512 0539ff93b2375c154d126c39aa84f21b57b62f51c220c80b2e323a4d6aefd2eda6f87c04112e096222102b019ee3683a78b9ee9d6fbf6736d4a34c529f6152f5
27 -DIST timew-1.1.1.tar.gz 166484 BLAKE2B 64b8560220550299c76207873184252b1100d146ac745e46f38790a90294c59e5da95852836433f1d5213a2f1272063a534c20b2963a88fbaa1bcb888e40b70b SHA512 d262227d6dc99994599252c9fc55d32e4caac9d5ff1f223b8637005ed9f4f7fa238bd5cb7392c8e42a468f6246a7afad9b6fdb02af636e53d3bd813cfc3ee110
28 -DIST timew-1.2.0.tar.gz 181477 BLAKE2B 03c815dddbcc1801bd5d6849b4a6b97291ccfcae98421a3c89582b97b0214e57886a2ed485b506aafd11e16e5e8444bcfe6f457289598eb1ac671ac85004b5df SHA512 e576aff06dde1e3d5d46f4a9a425991c91c8484aa8f2eeeb8dda7a4bd40716863432740e7810c2acb43adf223a090af4e95d77994ceba03c043c57bcab745c21
29 DIST timew-1.3.0.tar.gz 1125892 BLAKE2B 7ef9f6f405d710addd90758ea1188678aa3269354f81be583f63eb920c0163d0a428e9b62d896ba189f842494835df785e1f26d877bda03205a94067af8456d0 SHA512 38bf44c83d2315155ee43085957824db69d9501abf2cf0bdf51636169043d82b701ebfac3176bc1dfc0186abb7db7a3a40111968c85597e7edb73c66083f0ab0
30
31 diff --git a/app-misc/timew/timew-1.0.0.ebuild b/app-misc/timew/timew-1.0.0.ebuild
32 deleted file mode 100644
33 index b17148ed009..00000000000
34 --- a/app-misc/timew/timew-1.0.0.ebuild
35 +++ /dev/null
36 @@ -1,25 +0,0 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -inherit cmake-utils
43 -
44 -DESCRIPTION="Tracks your time from the command line, and generates reports"
45 -HOMEPAGE="https://taskwarrior.org/news/news.20160821.html"
46 -SRC_URI="https://taskwarrior.org/download/${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -
53 -DEPEND=""
54 -RDEPEND="${DEPEND}"
55 -
56 -src_configure() {
57 - mycmakeargs=(
58 - -DTIMEW_DOCDIR=share/doc/${PF}
59 - )
60 - cmake-utils_src_configure
61 -}
62
63 diff --git a/app-misc/timew/timew-1.1.1.ebuild b/app-misc/timew/timew-1.1.1.ebuild
64 deleted file mode 100644
65 index 751d9bdd68d..00000000000
66 --- a/app-misc/timew/timew-1.1.1.ebuild
67 +++ /dev/null
68 @@ -1,25 +0,0 @@
69 -# Copyright 1999-2018 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -
74 -inherit cmake-utils
75 -
76 -DESCRIPTION="Tracks your time from the command line, and generates reports"
77 -HOMEPAGE="https://taskwarrior.org/news/news.20160821.html"
78 -SRC_URI="https://taskwarrior.org/download/${P}.tar.gz"
79 -
80 -LICENSE="MIT"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~x86"
83 -IUSE=""
84 -
85 -DEPEND=""
86 -RDEPEND="${DEPEND}"
87 -
88 -src_configure() {
89 - mycmakeargs=(
90 - -DTIMEW_DOCDIR=share/doc/${PF}
91 - )
92 - cmake-utils_src_configure
93 -}
94
95 diff --git a/app-misc/timew/timew-1.2.0.ebuild b/app-misc/timew/timew-1.2.0.ebuild
96 deleted file mode 100644
97 index b5cc50bd863..00000000000
98 --- a/app-misc/timew/timew-1.2.0.ebuild
99 +++ /dev/null
100 @@ -1,25 +0,0 @@
101 -# Copyright 1999-2020 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=6
105 -
106 -inherit cmake-utils
107 -
108 -DESCRIPTION="Tracks your time from the command line, and generates reports"
109 -HOMEPAGE="https://taskwarrior.org/news/news.20160821.html"
110 -SRC_URI="https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${PV}/${P}.tar.gz"
111 -
112 -LICENSE="MIT"
113 -SLOT="0"
114 -KEYWORDS="~amd64 ~x86"
115 -IUSE=""
116 -
117 -DEPEND=""
118 -RDEPEND="${DEPEND}"
119 -
120 -src_configure() {
121 - mycmakeargs=(
122 - -DTIMEW_DOCDIR=share/doc/${PF}
123 - )
124 - cmake-utils_src_configure
125 -}