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 58675138359 for ; Sun, 12 Jul 2020 11:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C2B3E041F; Sun, 12 Jul 2020 11:42:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7231FE041F for ; Sun, 12 Jul 2020 11:42:07 +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 7AD8434FAFC for ; Sun, 12 Jul 2020 11:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8380274 for ; Sun, 12 Jul 2020 11:42:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1594554100.16d5ce85b703a04076b8da210afd202fc6c90aa8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: / X-VCS-Repository: repo/proj/guru X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 16d5ce85b703a04076b8da210afd202fc6c90aa8 X-VCS-Branch: dev Date: Sun, 12 Jul 2020 11:42:04 +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: db0a6c40-0dda-4a68-87b6-4735ef761508 X-Archives-Hash: 5a43013642c63c39c50fb1a2ade9a987 commit: 16d5ce85b703a04076b8da210afd202fc6c90aa8 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jul 12 11:41:40 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jul 12 11:41:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16d5ce85 README.md: add note on symlinks https://github.com/gentoo/guru/issues/5 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a652cbe..518506a 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,10 @@ In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format String variables should be quoted (e.g. not `$P` or `${P}` but `"${P}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about. +- #### No Symlinks in the repository + +Please don't use symlinks in the repository (e.g. foobar-x.y.z.ebuild -> foobar-9999.ebuild), see [this forum posts](https://forums.gentoo.org/viewtopic-t-1079126-start-0.html) on why this is not a good idea. + - #### Undesirable/Deprecated dependencies Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency. 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 B18A8138359 for ; Sun, 12 Jul 2020 11:57:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C26DE07A5; Sun, 12 Jul 2020 11:57:43 +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 04F71E07A5 for ; Sun, 12 Jul 2020 11:57:42 +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 E672534FB11 for ; Sun, 12 Jul 2020 11:57:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5322E2E1 for ; Sun, 12 Jul 2020 11:57:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1594554100.16d5ce85b703a04076b8da210afd202fc6c90aa8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: / X-VCS-Repository: repo/proj/guru X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 16d5ce85b703a04076b8da210afd202fc6c90aa8 X-VCS-Branch: master Date: Sun, 12 Jul 2020 11:57:37 +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: aaf7e4a9-7353-4d49-99d7-ae11c6e44ceb X-Archives-Hash: d7253de3f9fca2bb4497324fd9ed528f Message-ID: <20200712115737.yt1OqSE3XWyNN9XfCUCClelWLR4SZLV5p2pyzFNAN0U@z> commit: 16d5ce85b703a04076b8da210afd202fc6c90aa8 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Jul 12 11:41:40 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Jul 12 11:41:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16d5ce85 README.md: add note on symlinks https://github.com/gentoo/guru/issues/5 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a652cbe..518506a 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,10 @@ In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format String variables should be quoted (e.g. not `$P` or `${P}` but `"${P}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about. +- #### No Symlinks in the repository + +Please don't use symlinks in the repository (e.g. foobar-x.y.z.ebuild -> foobar-9999.ebuild), see [this forum posts](https://forums.gentoo.org/viewtopic-t-1079126-start-0.html) on why this is not a good idea. + - #### Undesirable/Deprecated dependencies Sometimes a upstream lists dependencies which are considered deprecated. If possible, packages should **not** depend on these deprecated dependencies. Reasons a dependency might be deprecated is that it is too old, unmaintained, or the features it adds are not useful to Gentoo. You can find an overview of the currently deprecated dependencies and the reason they are deprecated in `$(portageq get_repo_path / gentoo)/profiles/package.deprecated`. `repoman -dx full` will warn you if your package depends on a deprecated dependency.