* [gentoo-commits] repo/gentoo:master commit in: x11-misc/e16-keyedit/
@ 2019-03-08 5:35 Andrew Savchenko
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Savchenko @ 2019-03-08 5:35 UTC (permalink / raw
To: gentoo-commits
commit: 5662caa1200cc279a5d6de810314781dd2051acf
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 8 05:27:46 2019 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Mar 8 05:35:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5662caa1
x11-misc/e16-keyedit: Re-add e16-keyedit to the tree
Re-introduce the e16 keyedit tool to the tree. It was formely
packaged as x11-misc/e16keyedit. The name is changed to conform
upstream.
Bug: https://bugs.gentoo.org/658860
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-misc/e16-keyedit/Manifest | 1 +
x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild | 28 ++++++++++++++++++++++++++++
x11-misc/e16-keyedit/metadata.xml | 17 +++++++++++++++++
3 files changed, 46 insertions(+)
diff --git a/x11-misc/e16-keyedit/Manifest b/x11-misc/e16-keyedit/Manifest
new file mode 100644
index 00000000000..12e554442e1
--- /dev/null
+++ b/x11-misc/e16-keyedit/Manifest
@@ -0,0 +1 @@
+DIST e16-keyedit-0.9.tar.xz 80588 BLAKE2B 2c8a1ac4ae0e2b3b741408637997e1054ca2d5121b6cc27622de0896d8dd30d65b92458592f2e8c3f02ddfbb2ab336631168dbe6840127533f0d9da3bf7973c1 SHA512 77e8db879a2a790c0e08d0527bd613f443fdc433bfb50a95d8201008702282c407c68f41f0d2457704b887b2cebede1326bb40aba18f717207443a9e41d87b9e
diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild b/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild
new file mode 100644
index 00000000000..5e260218fef
--- /dev/null
+++ b/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Key binding editor for Enlightenment DR16"
+HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT-with-advertising"
+SLOT="0"
+IUSE="gtk2"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+DEPEND="
+ gtk2? ( x11-libs/gtk+:2 )
+ !gtk2? ( x11-libs/gtk+:3 )
+"
+RDEPEND="${DEPEND}
+ !x11-misc/e16keyedit
+"
+
+src_configure() {
+ econf --with-gtk=$(usex gtk2 gtk2 gtk3)
+}
diff --git a/x11-misc/e16-keyedit/metadata.xml b/x11-misc/e16-keyedit/metadata.xml
new file mode 100644
index 00000000000..3f0fe746899
--- /dev/null
+++ b/x11-misc/e16-keyedit/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>bircoph@gentoo.org</email>
+ <name>Andrew Savchenko</name>
+ </maintainer>
+ <use>
+ <flag name="gtk2">Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">enlightenment</remote-id>
+ </upstream>
+ <longdescription>
+ e16-keyedit provides a graphical interface for managing keybindings in Enlightenment E16
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/e16-keyedit/
@ 2021-12-10 22:42 Andrew Savchenko
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Savchenko @ 2021-12-10 22:42 UTC (permalink / raw
To: gentoo-commits
commit: ac1175863700f9ad51bf677ec6d12c5b7f0a2cc4
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 22:37:08 2021 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 22:42:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac117586
x11-misc/e16-keyedit: drop gtk2 support
Bug: https://bugs.gentoo.org/769044
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild b/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild
new file mode 100644
index 000000000000..10b596a42d63
--- /dev/null
+++ b/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Key binding editor for Enlightenment DR16"
+HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT-with-advertising"
+SLOT="0"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+DEPEND="
+ x11-libs/gtk+:3
+"
+RDEPEND="${DEPEND}
+ !x11-misc/e16keyedit
+"
+
+src_configure() {
+ econf --with-gtk=gtk3
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/e16-keyedit/
@ 2021-12-10 22:42 Andrew Savchenko
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Savchenko @ 2021-12-10 22:42 UTC (permalink / raw
To: gentoo-commits
commit: c3cbdb1bfabf62d5b7649cf422ae302d88cd5832
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 22:42:15 2021 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 22:42:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cbdb1b
x11-misc/e16-keyedit: drop old
Closes: https://bugs.gentoo.org/769044
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild | 28 ----------------------------
x11-misc/e16-keyedit/metadata.xml | 3 ---
2 files changed, 31 deletions(-)
diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild b/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild
deleted file mode 100644
index 5e260218fef3..000000000000
--- a/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Key binding editor for Enlightenment DR16"
-HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT-with-advertising"
-SLOT="0"
-IUSE="gtk2"
-
-BDEPEND="
- virtual/pkgconfig
-"
-DEPEND="
- gtk2? ( x11-libs/gtk+:2 )
- !gtk2? ( x11-libs/gtk+:3 )
-"
-RDEPEND="${DEPEND}
- !x11-misc/e16keyedit
-"
-
-src_configure() {
- econf --with-gtk=$(usex gtk2 gtk2 gtk3)
-}
diff --git a/x11-misc/e16-keyedit/metadata.xml b/x11-misc/e16-keyedit/metadata.xml
index 99c019473c9d..c351ebbf5c9d 100644
--- a/x11-misc/e16-keyedit/metadata.xml
+++ b/x11-misc/e16-keyedit/metadata.xml
@@ -5,9 +5,6 @@
<email>bircoph@gentoo.org</email>
<name>Andrew Savchenko</name>
</maintainer>
- <use>
- <flag name="gtk2">Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3</flag>
- </use>
<upstream>
<remote-id type="sourceforge">enlightenment</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/e16-keyedit/
@ 2025-01-23 16:19 Viorel Munteanu
0 siblings, 0 replies; 5+ messages in thread
From: Viorel Munteanu @ 2025-01-23 16:19 UTC (permalink / raw
To: gentoo-commits
commit: b466c945dd1c70afe3e5fefc974e1eacdaa0f7e4
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Sep 7 18:43:51 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 16:19:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b466c945
x11-misc/e16-keyedit: add 0.10
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
x11-misc/e16-keyedit/Manifest | 1 +
x11-misc/e16-keyedit/e16-keyedit-0.10.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/x11-misc/e16-keyedit/Manifest b/x11-misc/e16-keyedit/Manifest
index 12e554442e11..a3c263b20730 100644
--- a/x11-misc/e16-keyedit/Manifest
+++ b/x11-misc/e16-keyedit/Manifest
@@ -1 +1,2 @@
+DIST e16-keyedit-0.10.tar.xz 83000 BLAKE2B ed518ab056a2fffa2c8be88f8b890a1e159edbebbf00fa28116a0802f2057e5386d7f775ed360ab2d9492596c7debd742d8f7206c845d9ab004b485eb050bc0c SHA512 e51ca690fb95c0f9bd8ecc214de33f27f8e083c8a4cfb7a975f544e929ded0dced439990fe99c7293f39616fe577d0693524649b37fa27c0240c79ccf3ec099b
DIST e16-keyedit-0.9.tar.xz 80588 BLAKE2B 2c8a1ac4ae0e2b3b741408637997e1054ca2d5121b6cc27622de0896d8dd30d65b92458592f2e8c3f02ddfbb2ab336631168dbe6840127533f0d9da3bf7973c1 SHA512 77e8db879a2a790c0e08d0527bd613f443fdc433bfb50a95d8201008702282c407c68f41f0d2457704b887b2cebede1326bb40aba18f717207443a9e41d87b9e
diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.10.ebuild b/x11-misc/e16-keyedit/e16-keyedit-0.10.ebuild
new file mode 100644
index 000000000000..e6885cd8f418
--- /dev/null
+++ b/x11-misc/e16-keyedit/e16-keyedit-0.10.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Key binding editor for Enlightenment DR16"
+HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
+SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.xz"
+
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="x11-libs/gtk+:3"
+RDEPEND=${DEPEND}
+
+src_configure() {
+ econf --with-gtk=gtk3
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/e16-keyedit/
@ 2025-01-23 16:19 Viorel Munteanu
0 siblings, 0 replies; 5+ messages in thread
From: Viorel Munteanu @ 2025-01-23 16:19 UTC (permalink / raw
To: gentoo-commits
commit: fdca76e16f6ae1928c2a6e80c9a56fd9fe433f3a
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Sep 7 18:44:19 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 16:19:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdca76e1
x11-misc/e16-keyedit: drop 0.9-r1
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38505
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
x11-misc/e16-keyedit/Manifest | 1 -
x11-misc/e16-keyedit/e16-keyedit-0.10.ebuild | 2 +-
x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild | 26 --------------------------
3 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/x11-misc/e16-keyedit/Manifest b/x11-misc/e16-keyedit/Manifest
index a3c263b20730..dcb8b35c73f4 100644
--- a/x11-misc/e16-keyedit/Manifest
+++ b/x11-misc/e16-keyedit/Manifest
@@ -1,2 +1 @@
DIST e16-keyedit-0.10.tar.xz 83000 BLAKE2B ed518ab056a2fffa2c8be88f8b890a1e159edbebbf00fa28116a0802f2057e5386d7f775ed360ab2d9492596c7debd742d8f7206c845d9ab004b485eb050bc0c SHA512 e51ca690fb95c0f9bd8ecc214de33f27f8e083c8a4cfb7a975f544e929ded0dced439990fe99c7293f39616fe577d0693524649b37fa27c0240c79ccf3ec099b
-DIST e16-keyedit-0.9.tar.xz 80588 BLAKE2B 2c8a1ac4ae0e2b3b741408637997e1054ca2d5121b6cc27622de0896d8dd30d65b92458592f2e8c3f02ddfbb2ab336631168dbe6840127533f0d9da3bf7973c1 SHA512 77e8db879a2a790c0e08d0527bd613f443fdc433bfb50a95d8201008702282c407c68f41f0d2457704b887b2cebede1326bb40aba18f717207443a9e41d87b9e
diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.10.ebuild b/x11-misc/e16-keyedit/e16-keyedit-0.10.ebuild
index e6885cd8f418..544543d2863e 100644
--- a/x11-misc/e16-keyedit/e16-keyedit-0.10.ebuild
+++ b/x11-misc/e16-keyedit/e16-keyedit-0.10.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="virtual/pkgconfig"
DEPEND="x11-libs/gtk+:3"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}"
src_configure() {
econf --with-gtk=gtk3
diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild b/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild
deleted file mode 100644
index af2bd6118610..000000000000
--- a/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Key binding editor for Enlightenment DR16"
-HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
-SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.xz"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="MIT-with-advertising"
-SLOT="0"
-
-BDEPEND="
- virtual/pkgconfig
-"
-DEPEND="
- x11-libs/gtk+:3
-"
-RDEPEND="${DEPEND}
- !x11-misc/e16keyedit
-"
-
-src_configure() {
- econf --with-gtk=gtk3
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-01-23 16:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-10 22:42 [gentoo-commits] repo/gentoo:master commit in: x11-misc/e16-keyedit/ Andrew Savchenko
-- strict thread matches above, loose matches on Subject: below --
2025-01-23 16:19 Viorel Munteanu
2025-01-23 16:19 Viorel Munteanu
2021-12-10 22:42 Andrew Savchenko
2019-03-08 5:35 Andrew Savchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox