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 5ED0513835A for ; Fri, 18 Sep 2020 09:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68A01E081A; Fri, 18 Sep 2020 09:20:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 50CA2E081A for ; Fri, 18 Sep 2020 09:20:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DECAF340CDE for ; Fri, 18 Sep 2020 09:20:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57A33365 for ; Fri, 18 Sep 2020 09:20:53 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1600420840.129d98088e6743f8a747cebbcd893c7fe5451c66.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddate/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ddate/Manifest app-misc/ddate/ddate-0.2.2.ebuild X-VCS-Directories: app-misc/ddate/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 129d98088e6743f8a747cebbcd893c7fe5451c66 X-VCS-Branch: master Date: Fri, 18 Sep 2020 09:20:53 +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: 4b4b259d-787e-462d-acca-345dec967de5 X-Archives-Hash: b339ddf1e3a77f82e82064d332fbea52 commit: 129d98088e6743f8a747cebbcd893c7fe5451c66 Author: Conrad Kostecki gentoo org> AuthorDate: Fri Sep 18 09:11:48 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Sep 18 09:20:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129d9808 app-misc/ddate: drop old version Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> app-misc/ddate/Manifest | 1 - app-misc/ddate/ddate-0.2.2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-misc/ddate/Manifest b/app-misc/ddate/Manifest index edcfa4a0afd..7a4b4c7dcdc 100644 --- a/app-misc/ddate/Manifest +++ b/app-misc/ddate/Manifest @@ -1,2 +1 @@ -DIST ddate-0.2.2.tar.gz 8049 BLAKE2B 7a987595b2dc399a5fc254891b92af84c9f94830f65c756f75db30c1e4db008ad715608ad37d53f3b73f3f5263023c066c546eb7536dc7439ded3650996be001 SHA512 5d148e030bee392eb93c5ae519061af0736f2f75eaae916e3efaf927d9f4de8cc72afc4a5121b6fbc0264b73e9f580330a38b97bb78837d447d0b4c1fc29ec06 DIST ddate-0.2.2_p20160627.tar.gz 8079 BLAKE2B 7885dd34762297df801f9fe5736d1409280646cc9295780f3fa6da0a06127fa455c96117883e1087b0390498de1b58ac31071434e6b9e30a0f6a15b2e4c6c279 SHA512 279e02e1846cc2f505466882828aa699eaa7206e0025575babdb33738b920291d65ac4082f58c77e6046e69c2604b05de67f5b9b3cbc64589ff28a27e2256eef diff --git a/app-misc/ddate/ddate-0.2.2.ebuild b/app-misc/ddate/ddate-0.2.2.ebuild deleted file mode 100644 index 3205993a360..00000000000 --- a/app-misc/ddate/ddate-0.2.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cmake-utils - -DESCRIPTION="Perpetual date converter from gregorian to poee calendar" -HOMEPAGE="https://github.com/bo0ts/ddate" -SRC_URI="https://github.com/bo0ts/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="amd64 arm arm64 x86" -LICENSE="public-domain" -SLOT="0" - -RDEPEND="!sys-apps/util-linux[ddate]" - -DOCS=( "README.org" ) - -PATCHES=( "${FILESDIR}/${P}-dont-compress-manpage.patch" )