From: "Azael Reyes" <azael.devel@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/version/
Date: Wed, 12 Aug 2020 07:41:34 +0000 (UTC) [thread overview]
Message-ID: <1597218047.78d8687af3b076fb486b594253951c73c6656486.AzaelReyes@gentoo> (raw)
commit: 78d8687af3b076fb486b594253951c73c6656486
Author: Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Wed Aug 12 07:40:47 2020 +0000
Commit: Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Wed Aug 12 07:40:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78d8687a
app-portage/version: updating to v0.9.1.
Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
app-portage/version/Manifest | 1 +
app-portage/version/version-0.9.1_alpha.ebuild | 32 ++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/app-portage/version/Manifest b/app-portage/version/Manifest
index e2c0fda..7f3ab06 100644
--- a/app-portage/version/Manifest
+++ b/app-portage/version/Manifest
@@ -1,3 +1,4 @@
DIST 0.6.1.tar.gz 24986 BLAKE2B a78b7b1a5a2aec26afba6916483a40ac17c2aafae45511d3ba35bf28ec8466e1b696f235e1d3d54c83bffa5e9f974c7f2cd8f188e637d8b315e876d91741fae2 SHA512 ff68c7cfec5c59a1cfb8a600a1a439e7bdacba464c27e114f6fc0879caaf66cf04447e8dfff5c4afc02808fd19677f979520121b00c2d1f0a4995c5adade728d
DIST 0.6.2-alpha.tar.gz 35658 BLAKE2B 89be24ecf24ac711045711f65303eb2deae9cccaf8d1fbc28c8f07e4d1fff3234e5ffdb0686de05fa29becca9d4eba2875307a4842f0f1aa66a8910d74f984cc SHA512 1fbb9295209e58babe1039ded6295024db040b4c5775f405be4af5e49035d9d968f322d919b055567340998828d04bafab7a140d98807d4a0d8eeedda7ed2dba
DIST 0.9.0-alpha.tar.gz 41858 BLAKE2B 801f5c820484fb54cb4c030f20d2c287fd7054ac363065fe534b3d1e300a1078f49ca3770b3bec966aa161e3b4005934f4f4ed8ba8eecaedd17930e00561fd85 SHA512 bcba979bbf4016582d74c7fcc5882ea6e0e20a8884a398e4e87697fd3b0b44829f9b2e513aaa6f2f313cc0f319a48810795c640128b0f934310352d68803ca90
+DIST 0.9.1-alpha.tar.gz 42158 BLAKE2B 63ac377f0b07b51f2724b6be20728db9879b27a25fe61f8c53cbb63169b59f6ab47cc2552fadc390384ea240c547b41ad2920620e7d8c86f6535c2edecb2844d SHA512 9610b9d714cbfd7655b4bd26ffb3eb478fe5a8c169a1fe6fb17cd28bd9f275ee7ee5175cbb1b0513b56a72b2df7aeeaefe8ebc6ead101f599b7c922fee3939a4
diff --git a/app-portage/version/version-0.9.1_alpha.ebuild b/app-portage/version/version-0.9.1_alpha.ebuild
new file mode 100644
index 0000000..8beb1f6
--- /dev/null
+++ b/app-portage/version/version-0.9.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/-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"
+
+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
+}
next reply other threads:[~2020-08-12 7:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-12 7:41 Azael Reyes [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-27 17:11 [gentoo-commits] repo/proj/guru:dev commit in: app-portage/version/ Rahul Sandhu
2021-09-04 21:05 Azael Reyes
2021-01-05 8:05 Azael Reyes
2020-09-25 5:02 Azael Reyes
2020-09-07 9:02 Azael Reyes
2020-09-05 21:29 Azael Reyes
2020-08-31 2:55 Azael Reyes
2020-08-29 5:31 Azael Reyes
2020-08-22 16:20 Azael Reyes
2020-08-13 8:52 Andrew Ammerlaan
2020-08-13 3:13 Azael Reyes
2020-08-12 7:50 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-12 7:49 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-12 7:50 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-12 7:49 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-12 5:41 Azael Reyes
2020-08-11 17:04 Azael Reyes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1597218047.78d8687af3b076fb486b594253951c73c6656486.AzaelReyes@gentoo \
--to=azael.devel@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox