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 67B50158090 for ; Mon, 9 May 2022 23:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99313E0718; Mon, 9 May 2022 23:16:59 +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 7B8E4E0718 for ; Mon, 9 May 2022 23:16:59 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82FFE34156A for ; Mon, 9 May 2022 23:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31E45447 for ; Mon, 9 May 2022 23:16:26 +0000 (UTC) From: "Marco Leise" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Leise" Message-ID: <1652138156.14dbb69d0fe9d9ae3dba747ac8400399f0b4cac1.mleise@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: / X-VCS-Repository: repo/user/dlang X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: mleise X-VCS-Committer-Name: Marco Leise X-VCS-Revision: 14dbb69d0fe9d9ae3dba747ac8400399f0b4cac1 X-VCS-Branch: master Date: Mon, 9 May 2022 23:16:26 +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: 24162cd4-9c24-4c67-b02c-5a79d99e3011 X-Archives-Hash: 13b6d55ae56e5b5e31abec2ccbfdb1f5 commit: 14dbb69d0fe9d9ae3dba747ac8400399f0b4cac1 Author: Marco Leise gmx de> AuthorDate: Mon May 9 23:15:56 2022 +0000 Commit: Marco Leise gmx de> CommitDate: Mon May 9 23:15:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=14dbb69d Added note about --signoff to the README.md Signed-off-by: Marco Leise gmx.de> README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 557398c..1a6a6d1 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ Import files from libraries are placed in `/usr/include/dlang//` matchi ## Contributing If you want to maintain a package or generally help update the repository or have a suggestion, just drop me a [note](mailto:marco.leise@gmx.de). If things move too slowly, I can add you to the team with commit rights. That's better than maintaining your own fork and having people search for updates in multiple places. Should this repository appear abandoned at some point and no one can be reached, please contact the [Gentoo GitHub org](https://github.com/gentoo) that has ownership of it. + +For pull requests please add `--signoff` to your commits. Otherwise they cannot be pushed to Gentoo's Git repository. + ### When adding new compiler versions At first there is not much to be done, but once the first arch is stable, it should be added as a compiler option for Dlang packages, by providing a description for its USE-flag in `profile/use.desc` and tying it into `eclass/dlang-compilers.eclass`. This way it knows which compiler release is based on which version of the D language specification, which is crucial for dependency management. ### When changing paths in compiler ebuilds