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 0D38A1580B3 for ; Sat, 4 Sep 2021 21:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65666E0839; Sat, 4 Sep 2021 21:05:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4C746E0839 for ; Sat, 4 Sep 2021 21:05:31 +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 5DD93335D88 for ; Sat, 4 Sep 2021 21:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E78278F for ; Sat, 4 Sep 2021 21:05:28 +0000 (UTC) From: "Azael Reyes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azael Reyes" Message-ID: <1630789507.b2f18379dcf2dc51d78713a96990204017b2004e.AzaelReyes@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/version/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/version/Manifest app-portage/version/version-0.21.0_alpha.ebuild X-VCS-Directories: app-portage/version/ X-VCS-Committer: AzaelReyes X-VCS-Committer-Name: Azael Reyes X-VCS-Revision: b2f18379dcf2dc51d78713a96990204017b2004e X-VCS-Branch: dev Date: Sat, 4 Sep 2021 21:05:28 +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: 61db08ae-cf35-4f03-817d-345c072af2a0 X-Archives-Hash: 2e01014d439ab0959aac3f25850bb28a commit: b2f18379dcf2dc51d78713a96990204017b2004e Author: Azael Reyes gmail com> AuthorDate: Sat Sep 4 21:05:07 2021 +0000 Commit: Azael Reyes gmail com> CommitDate: Sat Sep 4 21:05:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2f18379 app-portage/version: removing dependecy octetos-coreutils Signed-off-by: Azael Reyes gmail.com> Package-Manager: Portage-3.0.20, Repoman-3.0.2 app-portage/version/Manifest | 1 + app-portage/version/version-0.21.0_alpha.ebuild | 32 +++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-portage/version/Manifest b/app-portage/version/Manifest index b6516168e..a5a3ff9c0 100644 --- a/app-portage/version/Manifest +++ b/app-portage/version/Manifest @@ -1,2 +1,3 @@ DIST version-0.19.0_alpha.tar.gz 48122 BLAKE2B 02d10d787830d0d3d91779fc5d0140010fb027f5fdb8340101a07966f18a5273948ef2e525f61041de783c34e0066b904799174934d2481dc64fd244655c47ff SHA512 831d079f39fa9ff12de4a820a00dad759f461e00cc33fc4674761c35a4ca43ebb0549a3c335554ed655a72600d45aae03ae23a04b3e9ea7f0f958ca94422bf32 DIST version-0.20.1_alpha.tar.gz 47843 BLAKE2B d1fe637e51b2b9ce15c27fd4a3c8d7e96a645c7d4916ad9be55050d558015ce971d7a530f897ab1ffe0ab4912219d6800d967d44aeca98c7a7eb165038623d0b SHA512 5d780e9952577bc8fc4e4ae54a49c08c7369aadca1ed8772931dccbf79bdf6076f61cf3cc6b3e5c2b6ed3a06acc49165140b92927bf63050f154ba8af8befc76 +DIST version-0.21.0_alpha.tar.gz 48021 BLAKE2B 8c0c36729bf1d3d3a8b9b802db6f07b56f53b063a420bf0d036648ce94582d09e54a079ea17008ea6f4457059d1e226e65af38cfb40f0fb8583e990e790dd0b3 SHA512 69f175038fbb358f356450a3ac4a4594a121e7037f0100e5db834e8aee06579e4bf9a11e44b3d8e0a714b20c19efa52b6671ccfd9652c0970fa9c88dd15cf4ce diff --git a/app-portage/version/version-0.21.0_alpha.ebuild b/app-portage/version/version-0.21.0_alpha.ebuild new file mode 100644 index 000000000..f1e36338c --- /dev/null +++ b/app-portage/version/version-0.21.0_alpha.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MYPV="${PV/_alpha/-alpha}" + +DESCRIPTION="A command line function for package version management." +HOMEPAGE="https://github.com/azaeldevel/octetos-version" +SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" + +DEPEND="dev-libs/octetos-coreutils" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/octetos-${PN}-${MYPV}" + +src_prepare() { + default + eautoreconf -fi +} +src_configure() { + econf --with-portage +}