public inbox for gentoo-proxy-maint@lists.gentoo.org
 help / color / mirror / Atom feed
From: Joey Pabalinas <joeypabalinas@gmail.com>
To: Gentoo Proxy Maintainers <gentoo-proxy-maint@lists.gentoo.org>
Cc: Joey Pabalinas <joeypabalinas@gmail.com>
Subject: [gentoo-proxy-maint] [PATCH v2] dev-cpp/cepl: new package, add 9.0.0
Date: Sun, 21 Jul 2024 09:52:45 -1000	[thread overview]
Message-ID: <3f7a511bafa9d7659fbc1cb4f26481e8f533c1da.1721591460.git.joeypabalinas@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2571 bytes --]

Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
---
 dev-cpp/cepl/Manifest          |  1 +
 dev-cpp/cepl/cepl-9.0.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 dev-cpp/cepl/metadata.xml      | 16 ++++++++++++++++
 3 files changed, 49 insertions(+)
 create mode 100644 dev-cpp/cepl/Manifest
 create mode 100644 dev-cpp/cepl/cepl-9.0.0.ebuild
 create mode 100644 dev-cpp/cepl/metadata.xml

diff --git a/dev-cpp/cepl/Manifest b/dev-cpp/cepl/Manifest
new file mode 100644
index 000000000000000000..7af7a0ee722771fbed
--- /dev/null
+++ b/dev-cpp/cepl/Manifest
@@ -0,0 +1 @@
+DIST cepl-9.0.0.tar.gz 4965547 BLAKE2B fc0c5b9ad0ad5dc0d2009c7128d613a42f33bc9013e4076057b8ab112402e6ecbfd45798615d66586c622c270f1fba4f45b702b080ea48c538976fcab8ce113e SHA512 4110918688d4f779dd6a9fb6206e7b236cf2c95277763637ca39a71546ad9468e28866e2b3acc1e1da4089e5ba3005293a957c1220db65a0f025b5215bda5df9
diff --git a/dev-cpp/cepl/cepl-9.0.0.ebuild b/dev-cpp/cepl/cepl-9.0.0.ebuild
new file mode 100644
index 000000000000000000..f79a4850969391eae9
--- /dev/null
+++ b/dev-cpp/cepl/cepl-9.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A readline C and C++ REPL with history, tab-completion, and undo."
+HOMEPAGE="https://github.com/alyptik/cepl"
+SRC_URI="https://github.com/alyptik/cepl/releases/download/v${PV}/${P}.tar.gz"
+S="${WORKDIR}"
+LICENSE="MIT"
+SLOT="0"
+RDEPEND="
+	sys-libs/readline:=
+	virtual/libelf:=
+	"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	eapply_user
+}
+
+src_compile() {
+	tc-export CC
+	export {C,LD}FLAGS
+	emake cepl
+}
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}
diff --git a/dev-cpp/cepl/metadata.xml b/dev-cpp/cepl/metadata.xml
new file mode 100644
index 000000000000000000..fa0a7785e7fb9b90d2
--- /dev/null
+++ b/dev-cpp/cepl/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>joeypabalinas@gmail.com</email>
+		<name>Joey Pabalinas</name>
+		<description>jp</description>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">alyptik/cepl</remote-id>
+	</upstream>
+</pkgmetadata>
-- 
Cheers,
Joey Pabalinas

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2024-07-21 19:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-21 19:52 Joey Pabalinas [this message]
2025-07-28 16:06 ` [gentoo-proxy-maint] [PATCH v2] dev-cpp/cepl: new package, add 9.0.0 Sam James

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=3f7a511bafa9d7659fbc1cb4f26481e8f533c1da.1721591460.git.joeypabalinas@gmail.com \
    --to=joeypabalinas@gmail.com \
    --cc=gentoo-proxy-maint@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