* [gentoo-commits] repo/gentoo:master commit in: app-editors/ecrire/
@ 2022-01-05 7:17 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2022-01-05 7:17 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/ecrire/
@ 2022-01-07 7:37 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2022-01-07 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 70c1e6cbf767e69f4739408cf1ab31c4721f2180
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 7 06:39:45 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 7 07:37:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c1e6cb
app-editors/ecrire: update efl's opengl-gles2 logic
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/ecrire/{ecrire-0.2.0.ebuild => ecrire-0.2.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/ecrire/ecrire-0.2.0.ebuild b/app-editors/ecrire/ecrire-0.2.0-r1.ebuild
similarity index 89%
rename from app-editors/ecrire/ecrire-0.2.0.ebuild
rename to app-editors/ecrire/ecrire-0.2.0-r1.ebuild
index e501df4ec2dd..3b8035560242 100644
--- a/app-editors/ecrire/ecrire-0.2.0.ebuild
+++ b/app-editors/ecrire/ecrire-0.2.0-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
-DEPEND="|| ( dev-libs/efl[X,opengl] dev-libs/efl[wayland] )
+DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
>=dev-libs/efl-1.26.1"
RDEPEND="${DEPEND}"
BDEPEND="nls? ( sys-devel/gettext )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/ecrire/
@ 2022-03-14 16:26 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2022-03-14 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 5b7f8721e28318a27f641fe89d503036b86d51e4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 16:18:19 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 16:26:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7f8721
app-editors/ecrire: stabilize 0.2.0-r1 for x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/ecrire/ecrire-0.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/ecrire/ecrire-0.2.0-r1.ebuild b/app-editors/ecrire/ecrire-0.2.0-r1.ebuild
index 3b8035560242..578c0dd42b50 100644
--- a/app-editors/ecrire/ecrire-0.2.0-r1.ebuild
+++ b/app-editors/ecrire/ecrire-0.2.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/ecrire/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="nls"
DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/ecrire/
@ 2022-03-14 16:26 Joonas Niilola
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Niilola @ 2022-03-14 16:26 UTC (permalink / raw
To: gentoo-commits
commit: cb13fc751e9b51a2f84b795bace4643c453e7f12
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 16:18:31 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 16:26:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb13fc75
app-editors/ecrire: stabilize 0.2.0-r1 for amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-editors/ecrire/ecrire-0.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/ecrire/ecrire-0.2.0-r1.ebuild b/app-editors/ecrire/ecrire-0.2.0-r1.ebuild
index 578c0dd42b50..b32f2534ad6b 100644
--- a/app-editors/ecrire/ecrire-0.2.0-r1.ebuild
+++ b/app-editors/ecrire/ecrire-0.2.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/ecrire/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="nls"
DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-03-14 16:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-05 7:17 [gentoo-commits] repo/gentoo:master commit in: app-editors/ecrire/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2022-01-07 7:37 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox