Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/simpleagenda/
Date: Fri, 02 Oct 2020 20:11:07
Message-Id: 1601669459.1cd2a53cab08c2f520b6f1ddb45eec223a3abf39.sam@gentoo
1 commit: 1cd2a53cab08c2f520b6f1ddb45eec223a3abf39
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 20:10:59 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 20:10:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd2a53c
7
8 gnustep-apps/simpleagenda: cleanup old EAPI 4
9
10 Closes: https://bugs.gentoo.org/740936
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 gnustep-apps/simpleagenda/Manifest | 1 -
15 gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild | 27 ----------------------
16 2 files changed, 28 deletions(-)
17
18 diff --git a/gnustep-apps/simpleagenda/Manifest b/gnustep-apps/simpleagenda/Manifest
19 index b979b68a808..6354c42c195 100644
20 --- a/gnustep-apps/simpleagenda/Manifest
21 +++ b/gnustep-apps/simpleagenda/Manifest
22 @@ -1,2 +1 @@
23 -DIST SimpleAgenda-0.43.tar.gz 155517 BLAKE2B 25c7235eea2a1e5583ca3f1aeaa3b69894bf5d27500c6b03415cfcd18b76d7e1c0d8b93e8ae1cf05401822c801aecc5755b6321abc2e24b3616be6c19d366433 SHA512 85b67cdfb3db633f818adf923b491ecbc5d3767ed15b90f34adaf13737e4ffc5ad021b7be2021ad2017a7ba0a3c7a1a625c296d9a805b2acb948415a89b0a2b0
24 DIST simpleagenda-0.44.tar.gz 153485 BLAKE2B 94e7e7646e2ad5987d242b12c4c7e66307cf4e85d994e2a63f09853e9d9787ce6f3d5fb43f8fd8e9ccbc3f58b98c3d45c5f59bdbe8991b8aa69794bd9b4afa7f SHA512 11c702844a21bef72e9d7f6d873a1550125fd3eb5d0bcf69c6f2f6a8fd2a654c8e41ef653b8bf53cbd3a6318cddf562c3a7987dad2b0c39d8f87801619ff5183
25
26 diff --git a/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild b/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild
27 deleted file mode 100644
28 index d1c7bf5cf1b..00000000000
29 --- a/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2012 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=4
36 -inherit gnustep-2
37 -
38 -MY_PN=SimpleAgenda
39 -DESCRIPTION="a simple calendar and agenda application"
40 -HOMEPAGE="http://coyote.octets.fr/simpleagenda"
41 -SRC_URI="http://coyote.octets.fr/pub/gnustep/${MY_PN}-${PV}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ppc x86"
46 -IUSE="dbus"
47 -
48 -DEPEND=">=dev-libs/libical-0.27
49 - >=virtual/gnustep-back-0.20.0
50 - dbus? ( gnustep-libs/dbuskit )"
51 -RDEPEND="${DEPEND}"
52 -
53 -S=${WORKDIR}/${MY_PN}-${PV}
54 -
55 -src_configure() {
56 - egnustep_env
57 - econf $(use_enable dbus dbuskit)
58 -}