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 CFE741382C5 for ; Sun, 18 Apr 2021 06:21:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1102CE0822; Sun, 18 Apr 2021 06:21:02 +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 CC057E0822 for ; Sun, 18 Apr 2021 06:21:01 +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 7CA89335D9F for ; Sun, 18 Apr 2021 06:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE69A5C9 for ; Sun, 18 Apr 2021 06:20:58 +0000 (UTC) From: "Marco Sirabella" 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 Sirabella" Message-ID: <1618726805.fa4173872ce239d06ff1e5676de926d74ca6eaf4.marco@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-process/nq/, sys-apps/nq/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/nq/Manifest sys-apps/nq/metadata.xml sys-apps/nq/nq-0.4.ebuild sys-process/nq/Manifest sys-process/nq/metadata.xml sys-process/nq/nq-0.4.ebuild X-VCS-Directories: sys-process/nq/ sys-apps/nq/ X-VCS-Committer: marco X-VCS-Committer-Name: Marco Sirabella X-VCS-Revision: fa4173872ce239d06ff1e5676de926d74ca6eaf4 X-VCS-Branch: dev Date: Sun, 18 Apr 2021 06:20:58 +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: 061fa368-5341-4904-ab9f-d15500f92e19 X-Archives-Hash: 4d1c0a6db74e3cb97eb9b062e4a75c59 commit: fa4173872ce239d06ff1e5676de926d74ca6eaf4 Author: Marco Sirabella sirabella org> AuthorDate: Sun Apr 18 06:15:32 2021 +0000 Commit: Marco Sirabella sirabella org> CommitDate: Sun Apr 18 06:20:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa417387 sys-process/nq: Move from sys-apps I didn't realize sys-process was a group, this is a better place for it. Comparisons to nq are the likes of `at`, which are also found in this group Signed-off-by: Marco Sirabella sirabella.org> {sys-apps => sys-process}/nq/Manifest | 0 {sys-apps => sys-process}/nq/metadata.xml | 0 {sys-apps => sys-process}/nq/nq-0.4.ebuild | 0 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/sys-apps/nq/Manifest b/sys-process/nq/Manifest similarity index 100% rename from sys-apps/nq/Manifest rename to sys-process/nq/Manifest diff --git a/sys-apps/nq/metadata.xml b/sys-process/nq/metadata.xml similarity index 100% rename from sys-apps/nq/metadata.xml rename to sys-process/nq/metadata.xml diff --git a/sys-apps/nq/nq-0.4.ebuild b/sys-process/nq/nq-0.4.ebuild similarity index 100% rename from sys-apps/nq/nq-0.4.ebuild rename to sys-process/nq/nq-0.4.ebuild