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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F119D158087 for ; Fri, 12 Nov 2021 05:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B60C52BC0D1; Fri, 12 Nov 2021 05:05:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 995F62BC0D1 for ; Fri, 12 Nov 2021 05:05:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73138342DAA for ; Fri, 12 Nov 2021 05:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B40741BF for ; Fri, 12 Nov 2021 05:05:20 +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: <1636693512.4aed90b3ded4cb4624856384297b2dec9748c8ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/firebird/files/, dev-db/firebird/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/firebird/files/firebird.logrotate dev-db/firebird/firebird-3.0.4.33054.0-r1.ebuild dev-db/firebird/firebird-3.0.4.33054.0.ebuild X-VCS-Directories: dev-db/firebird/files/ dev-db/firebird/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4aed90b3ded4cb4624856384297b2dec9748c8ae X-VCS-Branch: master Date: Fri, 12 Nov 2021 05:05:20 +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: 0ccee160-85af-4752-b99a-05ac441c1cdd X-Archives-Hash: 4b98444b1f6c3b56b240a453768a7563 commit: 4aed90b3ded4cb4624856384297b2dec9748c8ae Author: Sam James gentoo org> AuthorDate: Fri Nov 12 05:03:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 12 05:05:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aed90b3 dev-db/firebird: fix logrotate file syntax Signed-off-by: Sam James gentoo.org> dev-db/firebird/files/firebird.logrotate | 2 +- .../{firebird-3.0.4.33054.0.ebuild => firebird-3.0.4.33054.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/firebird/files/firebird.logrotate b/dev-db/firebird/files/firebird.logrotate index c87cd43f30f..a4542b47ea9 100644 --- a/dev-db/firebird/files/firebird.logrotate +++ b/dev-db/firebird/files/firebird.logrotate @@ -3,7 +3,7 @@ weekly missingok rotate 52 - size=+1024k + size +1024k delaycompress notifempty create 644 firebird diff --git a/dev-db/firebird/firebird-3.0.4.33054.0.ebuild b/dev-db/firebird/firebird-3.0.4.33054.0-r1.ebuild similarity index 99% rename from dev-db/firebird/firebird-3.0.4.33054.0.ebuild rename to dev-db/firebird/firebird-3.0.4.33054.0-r1.ebuild index 899d3889c9e..02ac62b72c4 100644 --- a/dev-db/firebird/firebird-3.0.4.33054.0.ebuild +++ b/dev-db/firebird/firebird-3.0.4.33054.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7