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: Sat, 22 Aug 2020 16:20:37 +0000 (UTC) [thread overview]
Message-ID: <1598113205.65b2da5138a4cbf2a9d1566848311a5d875efb2e.AzaelReyes@gentoo> (raw)
commit: 65b2da5138a4cbf2a9d1566848311a5d875efb2e
Author: Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Sat Aug 22 16:20:05 2020 +0000
Commit: Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Sat Aug 22 16:20:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65b2da51
app-portage/version: updating to 0.14.2.
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.14.2_alpha.ebuild | 34 +++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/app-portage/version/Manifest b/app-portage/version/Manifest
index 8e5636c..40b08f9 100644
--- a/app-portage/version/Manifest
+++ b/app-portage/version/Manifest
@@ -1,4 +1,5 @@
DIST version-0.10.0_alpha.tar.gz 43842 BLAKE2B c16d5524c6ffe860e4bef69702299f52dc32adae9f9966ccdcd45a8fdf000ed784eeb9eb109d1b7c91084f4120a64552b2aee14deec955ea0c773aee31077b2a SHA512 d7a0231e8519b298411bd2c63d7cea847381968b5db6be902507c9be7eb275a206d5c64cede284ab819397ffe647944c95069ee0dc8725e66ee2c02ef4bc8cfb
+DIST version-0.14.2_alpha.tar.gz 46401 BLAKE2B 1c850c21d1ba8feb20e61876e3ee9fd4208dbca572f97e15ac8d3688653f0e4e94022224346f5971c9be1996a09b95c33ffd62bb51e0d8d9496ce2f9eccb031f SHA512 e6c01d5e5eff6e32cae283bb82a7b0626fa4d93e3a78265d206a5f5f34f47037ea324e0418f28ca3c4794bb5484215501acbc4586ddd8bcf0eaf5684dbf3a26b
DIST version-0.6.1_alpha.tar.gz 24986 BLAKE2B a78b7b1a5a2aec26afba6916483a40ac17c2aafae45511d3ba35bf28ec8466e1b696f235e1d3d54c83bffa5e9f974c7f2cd8f188e637d8b315e876d91741fae2 SHA512 ff68c7cfec5c59a1cfb8a600a1a439e7bdacba464c27e114f6fc0879caaf66cf04447e8dfff5c4afc02808fd19677f979520121b00c2d1f0a4995c5adade728d
DIST version-0.6.2_alpha.tar.gz 35658 BLAKE2B 89be24ecf24ac711045711f65303eb2deae9cccaf8d1fbc28c8f07e4d1fff3234e5ffdb0686de05fa29becca9d4eba2875307a4842f0f1aa66a8910d74f984cc SHA512 1fbb9295209e58babe1039ded6295024db040b4c5775f405be4af5e49035d9d968f322d919b055567340998828d04bafab7a140d98807d4a0d8eeedda7ed2dba
DIST version-0.9.0_alpha.tar.gz 41858 BLAKE2B 801f5c820484fb54cb4c030f20d2c287fd7054ac363065fe534b3d1e300a1078f49ca3770b3bec966aa161e3b4005934f4f4ed8ba8eecaedd17930e00561fd85 SHA512 bcba979bbf4016582d74c7fcc5882ea6e0e20a8884a398e4e87697fd3b0b44829f9b2e513aaa6f2f313cc0f319a48810795c640128b0f934310352d68803ca90
diff --git a/app-portage/version/version-0.14.2_alpha.ebuild b/app-portage/version/version-0.14.2_alpha.ebuild
new file mode 100644
index 0000000..d6b021c
--- /dev/null
+++ b/app-portage/version/version-0.14.2_alpha.ebuild
@@ -0,0 +1,34 @@
+# 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 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-libs/octetos-core
+"
+
+S="${WORKDIR}/octetos-${PN}-${MYPV}"
+
+src_prepare() {
+ default
+ eautoreconf -fi
+}
+src_configure() {
+ econf --with-portage
+}
next reply other threads:[~2020-08-22 16:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-22 16:20 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-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 7:41 Azael Reyes
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=1598113205.65b2da5138a4cbf2a9d1566848311a5d875efb2e.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