From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ecrire/
Date: Wed, 5 Jan 2022 07:17:44 +0000 (UTC) [thread overview]
Message-ID: <1641367057.fd88600cec3ae0ab09d620499ace97d8c6ea0d27.juippis@gentoo> (raw)
commit: fd88600cec3ae0ab09d620499ace97d8c6ea0d27
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 5 06:40:36 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 5 07:17:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd88600c
app-editors/ecrire: initial import
- Ecrire is a simple Notepad-like text editor using EFL.
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/ecrire/Manifest | 1 +
app-editors/ecrire/ecrire-0.2.0.ebuild | 25 +++++++++++++++++++++++++
app-editors/ecrire/metadata.xml | 8 ++++++++
3 files changed, 34 insertions(+)
diff --git a/app-editors/ecrire/Manifest b/app-editors/ecrire/Manifest
new file mode 100644
index 000000000000..0a1193635efd
--- /dev/null
+++ b/app-editors/ecrire/Manifest
@@ -0,0 +1 @@
+DIST ecrire-0.2.0.tar.xz 43852 BLAKE2B 75c29848a2c849ae15bf8e14e59bfd9ec76281ca5f8d4be92d330abee5de0c024102f0aa69669df5f2ce5fa28a4b75f49281d4a437288762b0658cc4ebec0ff9 SHA512 6158ac063bdcecf13b2f45448aebcf624d9fe3029d8b2e4bbe40104fbfb5627b02f76112901dfe5617c27dce7ebbf95c277ec6def031efb8a8f1034c092836ef
diff --git a/app-editors/ecrire/ecrire-0.2.0.ebuild b/app-editors/ecrire/ecrire-0.2.0.ebuild
new file mode 100644
index 000000000000..e501df4ec2dd
--- /dev/null
+++ b/app-editors/ecrire/ecrire-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="A simple Notepad-like text editor using EFL"
+HOMEPAGE="https://www.enlightenment.org"
+SRC_URI="https://download.enlightenment.org/rel/apps/ecrire/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+DEPEND="|| ( dev-libs/efl[X,opengl] dev-libs/efl[wayland] )
+ >=dev-libs/efl-1.26.1"
+RDEPEND="${DEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
+
+src_configure() {
+ local emesonargs=( $(meson_use nls) )
+ meson_src_configure
+}
diff --git a/app-editors/ecrire/metadata.xml b/app-editors/ecrire/metadata.xml
new file mode 100644
index 000000000000..a1fbf3c0c993
--- /dev/null
+++ b/app-editors/ecrire/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>juippis@gentoo.org</email>
+ <name>Joonas Niilola</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2022-01-05 7:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-05 7:17 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-07 7:37 [gentoo-commits] repo/gentoo:master commit in: app-editors/ecrire/ Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
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=1641367057.fd88600cec3ae0ab09d620499ace97d8c6ea0d27.juippis@gentoo \
--to=juippis@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