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 4AE951581D3 for ; Thu, 2 May 2024 21:00:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D91BE2A2A; Thu, 2 May 2024 21:00:33 +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 7FEC6E2A2A for ; Thu, 2 May 2024 21:00:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8AA0F343062 for ; Thu, 2 May 2024 21:00:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 995E819D9 for ; Thu, 2 May 2024 21:00:30 +0000 (UTC) From: "Horodniceanu Andrei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" Message-ID: <1714667681.196bf5ebea00e9621d54ccb7ac6be9ab7f4b451b.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-util/dfmt/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-util/dfmt/dfmt-0.15.1-r1.ebuild X-VCS-Directories: dev-util/dfmt/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 196bf5ebea00e9621d54ccb7ac6be9ab7f4b451b X-VCS-Branch: master Date: Thu, 2 May 2024 21:00:30 +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: f6c2d911-4cef-48d0-9e87-93bc7816c17b X-Archives-Hash: 92a6850df9e1ec032b23b559a24c49bd commit: 196bf5ebea00e9621d54ccb7ac6be9ab7f4b451b Author: Andrei Horodniceanu proton me> AuthorDate: Thu May 2 16:34:41 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Thu May 2 16:34:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=196bf5eb dev-util/dfmt: reorder variables to please pkgcheck Signed-off-by: Andrei Horodniceanu proton.me> dev-util/dfmt/dfmt-0.15.1-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-util/dfmt/dfmt-0.15.1-r1.ebuild b/dev-util/dfmt/dfmt-0.15.1-r1.ebuild index 323b33f..a5aea5d 100644 --- a/dev-util/dfmt/dfmt-0.15.1-r1.ebuild +++ b/dev-util/dfmt/dfmt-0.15.1-r1.ebuild @@ -5,10 +5,7 @@ EAPI=8 DESCRIPTION="Dfmt is a formatter for D source code" HOMEPAGE="https://github.com/dlang-community/dfmt" -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" LIBDPARSE="fe6d1e38fb4fc04323170389cfec67ed7fd4e24a" ALLOCATOR="ae237cabd1843774cc78aad0729c914a3dd579db" SRC_URI=" @@ -16,6 +13,10 @@ SRC_URI=" https://github.com/dlang-community/libdparse/archive/${LIBDPARSE}.tar.gz -> libdparse-${LIBDPARSE}.tar.gz https://github.com/dlang-community/stdx-allocator/archive/${ALLOCATOR}.tar.gz -> stdx-allocator-${ALLOCATOR}.tar.gz " +LICENSE="Boost-1.0" + +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" DLANG_COMPAT=( dmd-2_{106..107} gdc-13 ldc2-1_{35..36} )