From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/oet/
Date: Thu, 23 Feb 2023 09:24:52 +0000 (UTC) [thread overview]
Message-ID: <1677012728.88f2c171c4df9c875fedb5c9e6cf66f8665a21bd.ceamac@gentoo> (raw)
commit: 88f2c171c4df9c875fedb5c9e6cf66f8665a21bd
Author: Thomas Scholz <thomas.scholz <AT> protonmail <DOT> com>
AuthorDate: Mon Feb 20 22:19:32 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 20:52:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88f2c171
app-admin/oet: Initial commit of v9999
Signed-off-by: Thomas Scholz <thomas.scholz <AT> protonmail.com>
app-admin/oet/oet-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/app-admin/oet/oet-9999.ebuild b/app-admin/oet/oet-9999.ebuild
new file mode 100644
index 000000000..7e5b1ead0
--- /dev/null
+++ b/app-admin/oet/oet-9999.ebuild
@@ -0,0 +1,36 @@
+EAPI=8
+
+DESCRIPTION="Update your system into binpkgs in an overlay sandbox"
+HOMEPAGE="https://codeberg.org/bcsthsc/overlay-emerge-tool"
+if [[ "${PV}" == "9999" ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://codeberg.org/bcsthsc/overlay-emerge-tool.git"
+ EGIT_BRANCH="0.0.0.1"
+ [[ "${PV}" == "9999" ]] && EGIT_BRANCH=0.0.0.1
+ [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
+else
+ SRC_URI="https://codeberg.org/bcsthsc/overlay-emerge-tool/archive/oet-${PV}.tar.gz"
+ S="${WORKDIR}/oet-${PV/_rc/-rc.}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+
+src_install() {
+ dosbin src/oet.sh
+ dodir /usr/share/oet
+ insinto /usr/share/oet
+ doins src/oet_auto_emerge_update.source
+ doins src/oet_interactive.source
+}
+
+src_compile() {
+ true
+}
next reply other threads:[~2023-02-23 9:25 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-23 9:24 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-27 15:06 [gentoo-commits] repo/proj/guru:master commit in: app-admin/oet/ Florian Schmaus
2023-02-27 15:06 Florian Schmaus
2023-03-06 13:38 Florian Schmaus
2023-03-06 13:38 Florian Schmaus
2023-03-08 9:08 Florian Schmaus
2023-03-12 9:14 Viorel Munteanu
2024-05-15 12:36 Julien Roy
2024-06-12 21:51 Haelwenn Monnier
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=1677012728.88f2c171c4df9c875fedb5c9e6cf66f8665a21bd.ceamac@gentoo \
--to=ceamac@gentoo.org \
--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