Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddate/
Date: Sat, 06 Apr 2019 22:23:10
Message-Id: 1554589333.7e3acd9f36a111fe4c2fe441ead7eccd1b02d290.monsieurp@gentoo
1 commit: 7e3acd9f36a111fe4c2fe441ead7eccd1b02d290
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sat Apr 6 20:52:12 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 6 22:22:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3acd9f
7
8 app-misc/ddate: drop old version.
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Closes: https://github.com/gentoo/gentoo/pull/11616
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 app-misc/ddate/Manifest | 1 -
16 app-misc/ddate/ddate-0.2.1.ebuild | 31 -------------------------------
17 2 files changed, 32 deletions(-)
18
19 diff --git a/app-misc/ddate/Manifest b/app-misc/ddate/Manifest
20 index 94f2e192614..052534d4992 100644
21 --- a/app-misc/ddate/Manifest
22 +++ b/app-misc/ddate/Manifest
23 @@ -1,2 +1 @@
24 -DIST ddate-0.2.1.tar.gz 7757 BLAKE2B b2899b325d5cb45b2aa2460fa900740c41c7790823958fcd1cf971713d61283e050737b0cecdd1988c60718e2741ba1d3a0a48442b4013d9727db6a3765da882 SHA512 377ae4be0ddd2386de726603116ec64a524f2f4263cb30d2cd8f10024659f5fee552cf13de45cbaad36c93d2dfd16c0667993d67a37ba2276a96ca052265c714
25 DIST ddate-0.2.2.tar.gz 8049 BLAKE2B 7a987595b2dc399a5fc254891b92af84c9f94830f65c756f75db30c1e4db008ad715608ad37d53f3b73f3f5263023c066c546eb7536dc7439ded3650996be001 SHA512 5d148e030bee392eb93c5ae519061af0736f2f75eaae916e3efaf927d9f4de8cc72afc4a5121b6fbc0264b73e9f580330a38b97bb78837d447d0b4c1fc29ec06
26
27 diff --git a/app-misc/ddate/ddate-0.2.1.ebuild b/app-misc/ddate/ddate-0.2.1.ebuild
28 deleted file mode 100644
29 index b77bc135db4..00000000000
30 --- a/app-misc/ddate/ddate-0.2.1.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit cmake-utils
39 -
40 -DESCRIPTION="Perpetual date converter from gregorian to poee calendar"
41 -HOMEPAGE="https://github.com/bo0ts/ddate"
42 -SRC_URI="https://github.com/bo0ts/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="public-domain"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~x86"
47 -IUSE=""
48 -
49 -RDEPEND="!<sys-apps/util-linux-2.20
50 - !<sys-apps/util-linux-2.23[ddate]"
51 -DEPEND="${RDEPEND}"
52 -
53 -src_prepare() {
54 - cmake-utils_src_prepare
55 -
56 - sed -i -e '/gzip/d' CMakeLists.txt || die
57 -}
58 -
59 -src_install() {
60 - dobin "${CMAKE_BUILD_DIR}"/${PN}
61 - doman ${PN}.1
62 - dodoc README.org
63 -}