From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A482138359 for ; Fri, 2 Oct 2020 20:11:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88BF5E09A2; Fri, 2 Oct 2020 20:11:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72C6EE09A2 for ; Fri, 2 Oct 2020 20:11:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45825335DB7 for ; Fri, 2 Oct 2020 20:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EADDD373 for ; Fri, 2 Oct 2020 20:11:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1601669459.1cd2a53cab08c2f520b6f1ddb45eec223a3abf39.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/simpleagenda/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/simpleagenda/Manifest gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild X-VCS-Directories: gnustep-apps/simpleagenda/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1cd2a53cab08c2f520b6f1ddb45eec223a3abf39 X-VCS-Branch: master Date: Fri, 2 Oct 2020 20:11:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fcd93d9-f2f5-4445-b19e-a84268fba528 X-Archives-Hash: bbf39636fb97084e5fd1919ae8f812be commit: 1cd2a53cab08c2f520b6f1ddb45eec223a3abf39 Author: Sam James gentoo org> AuthorDate: Fri Oct 2 20:10:59 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 2 20:10:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd2a53c gnustep-apps/simpleagenda: cleanup old EAPI 4 Closes: https://bugs.gentoo.org/740936 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> gnustep-apps/simpleagenda/Manifest | 1 - gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/gnustep-apps/simpleagenda/Manifest b/gnustep-apps/simpleagenda/Manifest index b979b68a808..6354c42c195 100644 --- a/gnustep-apps/simpleagenda/Manifest +++ b/gnustep-apps/simpleagenda/Manifest @@ -1,2 +1 @@ -DIST SimpleAgenda-0.43.tar.gz 155517 BLAKE2B 25c7235eea2a1e5583ca3f1aeaa3b69894bf5d27500c6b03415cfcd18b76d7e1c0d8b93e8ae1cf05401822c801aecc5755b6321abc2e24b3616be6c19d366433 SHA512 85b67cdfb3db633f818adf923b491ecbc5d3767ed15b90f34adaf13737e4ffc5ad021b7be2021ad2017a7ba0a3c7a1a625c296d9a805b2acb948415a89b0a2b0 DIST simpleagenda-0.44.tar.gz 153485 BLAKE2B 94e7e7646e2ad5987d242b12c4c7e66307cf4e85d994e2a63f09853e9d9787ce6f3d5fb43f8fd8e9ccbc3f58b98c3d45c5f59bdbe8991b8aa69794bd9b4afa7f SHA512 11c702844a21bef72e9d7f6d873a1550125fd3eb5d0bcf69c6f2f6a8fd2a654c8e41ef653b8bf53cbd3a6318cddf562c3a7987dad2b0c39d8f87801619ff5183 diff --git a/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild b/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild deleted file mode 100644 index d1c7bf5cf1b..00000000000 --- a/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit gnustep-2 - -MY_PN=SimpleAgenda -DESCRIPTION="a simple calendar and agenda application" -HOMEPAGE="http://coyote.octets.fr/simpleagenda" -SRC_URI="http://coyote.octets.fr/pub/gnustep/${MY_PN}-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="dbus" - -DEPEND=">=dev-libs/libical-0.27 - >=virtual/gnustep-back-0.20.0 - dbus? ( gnustep-libs/dbuskit )" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_PN}-${PV} - -src_configure() { - egnustep_env - econf $(use_enable dbus dbuskit) -}