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 670C0138359 for ; Tue, 11 Aug 2020 17:05:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83B3CE0801; Tue, 11 Aug 2020 17:05:00 +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 65721E0801 for ; Tue, 11 Aug 2020 17:05:00 +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 4D0FF34ED28 for ; Tue, 11 Aug 2020 17:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EABCE274 for ; Tue, 11 Aug 2020 17:04:57 +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: <1597165480.77468b0bb772de12e9df4cdcd7b176466f7bd9bf.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/metadata.xml app-portage/version/version-0.6.1_alpha.ebuild app-portage/version/version-0.6.2_alpha.ebuild X-VCS-Directories: app-portage/version/ X-VCS-Committer: AzaelReyes X-VCS-Committer-Name: Azael Reyes X-VCS-Revision: 77468b0bb772de12e9df4cdcd7b176466f7bd9bf X-VCS-Branch: dev Date: Tue, 11 Aug 2020 17:04:57 +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: 6aeaee95-b6c6-41dd-9552-62910a51ccf6 X-Archives-Hash: edc983f7af7f0740d2b39838b6c91fba commit: 77468b0bb772de12e9df4cdcd7b176466f7bd9bf Author: Azael Reyes gmail com> AuthorDate: Tue Aug 11 17:03:55 2020 +0000 Commit: Azael Reyes gmail com> CommitDate: Tue Aug 11 17:04:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77468b0b app-portage/version: adding package version Signed-off-by: Azael Reyes gmail.com> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azael Reyes gmail.com> app-portage/version/Manifest | 2 ++ app-portage/version/metadata.xml | 8 +++++++ app-portage/version/version-0.6.1_alpha.ebuild | 32 ++++++++++++++++++++++++++ app-portage/version/version-0.6.2_alpha.ebuild | 32 ++++++++++++++++++++++++++ 4 files changed, 74 insertions(+) diff --git a/app-portage/version/Manifest b/app-portage/version/Manifest new file mode 100644 index 0000000..e317736 --- /dev/null +++ b/app-portage/version/Manifest @@ -0,0 +1,2 @@ +DIST 0.6.1.tar.gz 24986 BLAKE2B a78b7b1a5a2aec26afba6916483a40ac17c2aafae45511d3ba35bf28ec8466e1b696f235e1d3d54c83bffa5e9f974c7f2cd8f188e637d8b315e876d91741fae2 SHA512 ff68c7cfec5c59a1cfb8a600a1a439e7bdacba464c27e114f6fc0879caaf66cf04447e8dfff5c4afc02808fd19677f979520121b00c2d1f0a4995c5adade728d +DIST 0.6.2-alpha.tar.gz 35658 BLAKE2B 89be24ecf24ac711045711f65303eb2deae9cccaf8d1fbc28c8f07e4d1fff3234e5ffdb0686de05fa29becca9d4eba2875307a4842f0f1aa66a8910d74f984cc SHA512 1fbb9295209e58babe1039ded6295024db040b4c5775f405be4af5e49035d9d968f322d919b055567340998828d04bafab7a140d98807d4a0d8eeedda7ed2dba diff --git a/app-portage/version/metadata.xml b/app-portage/version/metadata.xml new file mode 100644 index 0000000..3a36ca4 --- /dev/null +++ b/app-portage/version/metadata.xml @@ -0,0 +1,8 @@ + + + + + azael.devel@gmail.com + Azael Reyes + + diff --git a/app-portage/version/version-0.6.1_alpha.ebuild b/app-portage/version/version-0.6.1_alpha.ebuild new file mode 100644 index 0000000..f50ecbd --- /dev/null +++ b/app-portage/version/version-0.6.1_alpha.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MYPV="${PV/_alpha}" + +DESCRIPTION="A command line/operator for package version." +HOMEPAGE="https://github.com/azaeldevel/octetos-version" +SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" + +DEPEND="dev-libs/octetos-core" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/octetos-${PN}-${MYPV}" + +src_prepare() { + default + eautoreconf -fi +} +src_configure() { + econf --with-portage +} diff --git a/app-portage/version/version-0.6.2_alpha.ebuild b/app-portage/version/version-0.6.2_alpha.ebuild new file mode 100644 index 0000000..75332f7 --- /dev/null +++ b/app-portage/version/version-0.6.2_alpha.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 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/operator for package version." +HOMEPAGE="https://github.com/azaeldevel/octetos-version" +SRC_URI="https://github.com/azaeldevel/octetos-${PN}/archive/${MYPV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" + +DEPEND="dev-libs/octetos-core" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/octetos-${PN}-${MYPV}" + +src_prepare() { + default + eautoreconf -fi +} +src_configure() { + econf --with-portage +}