* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2018-10-07 9:53 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2018-10-07 9:53 UTC (permalink / raw
To: gentoo-commits
commit: c4570290797589feeb73e9c8f18285bebc83a4da
Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Mon Sep 24 05:55:30 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 7 09:53:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4570290
dev-util/edi: new package
Closes: https://bugs.gentoo.org/604932
Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
Package-Manager: Portage[mgorny]-2.3.49.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9964
dev-util/edi/Manifest | 1 +
dev-util/edi/edi-0.7.0.ebuild | 60 +++++++++++++++++++++++++++++++++++++++++++
dev-util/edi/metadata.xml | 17 ++++++++++++
3 files changed, 78 insertions(+)
diff --git a/dev-util/edi/Manifest b/dev-util/edi/Manifest
new file mode 100644
index 00000000000..2d1ca75e9c4
--- /dev/null
+++ b/dev-util/edi/Manifest
@@ -0,0 +1 @@
+DIST edi-0.7.0.tar.gz 733126 BLAKE2B bdf6f3ef37a04af4aa45042216b2661c83f22273777eb6dc9217cf44823948eccfcc9fe300d7d88ed19b051630fda304e5d8cf9bccba135eb0bdfa86fdd15e6c SHA512 a3e99355f17de9f8f5e0b1a4be2e7283147dea386e4a5dfa804df10830d3a43713974c1989c4fc55262bf582131a024a2723a8608035b82503019a6ed97e2b9e
diff --git a/dev-util/edi/edi-0.7.0.ebuild b/dev-util/edi/edi-0.7.0.ebuild
new file mode 100644
index 00000000000..5c046e88d2d
--- /dev/null
+++ b/dev-util/edi/edi-0.7.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit llvm meson xdg-utils
+
+DESCRIPTION="An EFL-based IDE"
+HOMEPAGE="https://www.enlightenment.org/about-edi"
+SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="clang"
+
+RDEPEND="
+ >=dev-libs/efl-1.21.1[eet,X]
+ clang? ( sys-devel/clang:= )
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/check
+"
+BDEPEND="virtual/pkgconfig"
+
+llvm_check_deps() {
+ has_version "sys-devel/clang:${LLVM_SLOT}"
+}
+
+pkg_setup() {
+ use clang && llvm_pkg_setup
+}
+
+src_prepare() {
+ default
+ xdg_environment_reset
+
+ # fix a QA issue with .desktop file, https://phab.enlightenment.org/T7368
+ sed -i '/Version=/d' data/desktop/edi.desktop* || die
+
+ # fix 'unexpected path' QA warning
+ sed -i 's|share/doc/edi/|share/doc/'${PF}'/|g' doc/meson.build || die
+}
+
+src_configure() {
+ local emesonargs=(
+ -D bear=false
+ $(meson_use clang libclang)
+ )
+
+ if use clang; then
+ emesonargs+=(
+ -D libclang-headerdir="$(llvm-config --includedir)"
+ -D libclang-libdir="$(llvm-config --libdir)"
+ )
+ fi
+
+ meson_src_configure
+}
diff --git a/dev-util/edi/metadata.xml b/dev-util/edi/metadata.xml
new file mode 100644
index 00000000000..8b902f0f90c
--- /dev/null
+++ b/dev-util/edi/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>juippis@gmail.com</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <use>
+ <flag name="clang">
+ Provide integration with <pkg>sys-devel/clang</pkg> for autocompletion and inline
+ errors
+ </flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2019-07-31 3:41 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2019-07-31 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 5e605742ac4152cfadec4e1a1af1d66902f8799c
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 03:25:02 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 03:25:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e605742
dev-util/edi: update maintainer info
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/metadata.xml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-util/edi/metadata.xml b/dev-util/edi/metadata.xml
index 8b902f0f90c..9fbd2808478 100644
--- a/dev-util/edi/metadata.xml
+++ b/dev-util/edi/metadata.xml
@@ -2,11 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>juippis@gmail.com</email>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
+ <email>juippis@gentoo.org</email>
+ <name>Joonas Niilola</name>
</maintainer>
<use>
<flag name="clang">
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2020-04-30 5:36 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2020-04-30 5:36 UTC (permalink / raw
To: gentoo-commits
commit: 20e5165d666fa59f9b3c7b822f2efa72c4f0a5c0
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 05:35:37 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 05:36:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e5165d
dev-util/edi: clean old 0.7.1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/Manifest | 1 -
dev-util/edi/edi-0.7.1.ebuild | 61 -------------------------------------------
2 files changed, 62 deletions(-)
diff --git a/dev-util/edi/Manifest b/dev-util/edi/Manifest
index 5d8361b3f83..f7c37e8212b 100644
--- a/dev-util/edi/Manifest
+++ b/dev-util/edi/Manifest
@@ -1,2 +1 @@
-DIST edi-0.7.1.tar.gz 736103 BLAKE2B f4c82246d66d2620cccf71bfd2b623d1ce95f28d2afb1f1077b53580eec6303748287a5332472c45a911ad83d573ffaadfd08bc0827e3b77909f1a041e0f0750 SHA512 5e7e88e547f2e8fc631d48999aa76e814735dc254381d3965f64f7c1d3006becb90f32305471cd54c4eec5f8b66a1e8595220f302bcebe25eb54e9b56c31767c
DIST edi-0.8.0.tar.gz 1076134 BLAKE2B b422493a1786f6dd2865adfdc88d756e7ced7681d8ccfbb6d0befcf04b035435134b168752d47dc25f86b1ee59c659a23b04b392787f8863f772e90a5f6f55fb SHA512 88d4ff3f5a4c56c3de7392024022a505907b6d6a16854254f227e457157fd7abd35eff1916842c77fcd6b81d42ec2fa15deceee632bf67d22ab272f8e755215c
diff --git a/dev-util/edi/edi-0.7.1.ebuild b/dev-util/edi/edi-0.7.1.ebuild
deleted file mode 100644
index 7d7621ec5b4..00000000000
--- a/dev-util/edi/edi-0.7.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit llvm meson xdg-utils
-
-DESCRIPTION="An EFL-based IDE"
-HOMEPAGE="http://edi-ide.com/
- https://www.enlightenment.org/about-edi
- https://phab.enlightenment.org/w/projects/edi/
- https://github.com/Enlightenment/edi"
-SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="clang"
-
-RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
- >=dev-libs/efl-1.22.0[eet]
- clang? ( sys-devel/clang:= )"
-DEPEND="${RDEPEND}
- dev-libs/check"
-BDEPEND=">=dev-util/meson-0.50.0
- virtual/pkgconfig"
-
-llvm_check_deps() {
- has_version "sys-devel/clang:${LLVM_SLOT}"
-}
-
-pkg_setup() {
- use clang && llvm_pkg_setup
-}
-
-src_prepare() {
- default
- xdg_environment_reset
-
- # fix a QA issue with .desktop file, https://phab.enlightenment.org/T7368
- sed -i '/Version=/d' data/desktop/edi.desktop* || die
-
- # fix 'unexpected path' QA warning
- sed -i 's|share/doc/edi/|share/doc/'${PF}'/|g' doc/meson.build || die
-}
-
-src_configure() {
- local emesonargs=(
- -D bear=false
- $(meson_use clang libclang)
- )
-
- if use clang; then
- emesonargs+=(
- -D libclang-headerdir="$(llvm-config --includedir)"
- -D libclang-libdir="$(llvm-config --libdir)"
- )
- fi
-
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2020-04-30 5:36 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2020-04-30 5:36 UTC (permalink / raw
To: gentoo-commits
commit: 8142a137b7eee1bb4e1369616577a46723e1cc91
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 05:35:15 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 05:36:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8142a137
dev-util/edi: bump to 0.8.0
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/Manifest | 1 +
dev-util/edi/edi-0.8.0.ebuild | 59 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/dev-util/edi/Manifest b/dev-util/edi/Manifest
index 70a2928b712..5d8361b3f83 100644
--- a/dev-util/edi/Manifest
+++ b/dev-util/edi/Manifest
@@ -1 +1,2 @@
DIST edi-0.7.1.tar.gz 736103 BLAKE2B f4c82246d66d2620cccf71bfd2b623d1ce95f28d2afb1f1077b53580eec6303748287a5332472c45a911ad83d573ffaadfd08bc0827e3b77909f1a041e0f0750 SHA512 5e7e88e547f2e8fc631d48999aa76e814735dc254381d3965f64f7c1d3006becb90f32305471cd54c4eec5f8b66a1e8595220f302bcebe25eb54e9b56c31767c
+DIST edi-0.8.0.tar.gz 1076134 BLAKE2B b422493a1786f6dd2865adfdc88d756e7ced7681d8ccfbb6d0befcf04b035435134b168752d47dc25f86b1ee59c659a23b04b392787f8863f772e90a5f6f55fb SHA512 88d4ff3f5a4c56c3de7392024022a505907b6d6a16854254f227e457157fd7abd35eff1916842c77fcd6b81d42ec2fa15deceee632bf67d22ab272f8e755215c
diff --git a/dev-util/edi/edi-0.8.0.ebuild b/dev-util/edi/edi-0.8.0.ebuild
new file mode 100644
index 00000000000..b90faeeb5e6
--- /dev/null
+++ b/dev-util/edi/edi-0.8.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit llvm meson xdg
+
+DESCRIPTION="An EFL-based IDE"
+HOMEPAGE="http://edi-ide.com/
+ https://www.enlightenment.org/about-edi
+ https://phab.enlightenment.org/w/projects/edi/
+ https://github.com/Enlightenment/edi"
+SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="clang"
+
+RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
+ >=dev-libs/efl-1.22.0[eet]
+ clang? ( sys-devel/clang:= )"
+DEPEND="${RDEPEND}
+ dev-libs/check"
+BDEPEND="virtual/pkgconfig"
+
+llvm_check_deps() {
+ has_version "sys-devel/clang:${LLVM_SLOT}"
+}
+
+pkg_setup() {
+ use clang && llvm_pkg_setup
+}
+
+src_prepare() {
+ default
+
+ # fix a QA issue with .desktop file, https://phab.enlightenment.org/T7368
+ sed -i '/Version=/d' data/desktop/edi.desktop* || die
+
+ # fix 'unexpected path' QA warning
+ sed -i 's|share/doc/edi/|share/doc/'${PF}'/|g' doc/meson.build || die
+}
+
+src_configure() {
+ local emesonargs=(
+ -D bear=false
+ $(meson_use clang libclang)
+ )
+
+ if use clang; then
+ emesonargs+=(
+ -D libclang-headerdir="$(llvm-config --includedir)"
+ -D libclang-libdir="$(llvm-config --libdir)"
+ )
+ fi
+
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2021-04-06 8:14 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2021-04-06 8:14 UTC (permalink / raw
To: gentoo-commits
commit: 9cdf3b1191f7a24e21ab65c5a91ac3595dcbbfe3
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 6 08:04:32 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 6 08:14:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cdf3b11
dev-util/edi: stabilize 0.8.0 on x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/edi-0.8.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/edi/edi-0.8.0.ebuild b/dev-util/edi/edi-0.8.0.ebuild
index b90faeeb5e6..0f5adb3277a 100644
--- a/dev-util/edi/edi-0.8.0.ebuild
+++ b/dev-util/edi/edi-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="clang"
RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2021-04-06 8:14 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2021-04-06 8:14 UTC (permalink / raw
To: gentoo-commits
commit: e9edad2cc9d36674e644d83e41bc1167f8fe44bf
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 6 08:12:09 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 6 08:14:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9edad2c
dev-util/edi: stabilize 0.8.0 on amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/edi-0.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/edi/edi-0.8.0.ebuild b/dev-util/edi/edi-0.8.0.ebuild
index 0f5adb3277a..7d927fc23d2 100644
--- a/dev-util/edi/edi-0.8.0.ebuild
+++ b/dev-util/edi/edi-0.8.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="clang"
RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2021-04-06 10:08 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2021-04-06 10:08 UTC (permalink / raw
To: gentoo-commits
commit: 8ff72b5f1a0ade52d8c06ab213d1e2d00bdd90cf
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 6 10:03:04 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Apr 6 10:08:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff72b5f
dev-util/edi: add dev-util/bear integration with 'clang' USE
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/edi-0.8.0-r1.ebuild | 61 ++++++++++++++++++++++++++++++++++++++++
dev-util/edi/metadata.xml | 5 ++--
2 files changed, 64 insertions(+), 2 deletions(-)
diff --git a/dev-util/edi/edi-0.8.0-r1.ebuild b/dev-util/edi/edi-0.8.0-r1.ebuild
new file mode 100644
index 00000000000..5f9ff81adc1
--- /dev/null
+++ b/dev-util/edi/edi-0.8.0-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit llvm meson xdg
+
+DESCRIPTION="An EFL-based IDE"
+HOMEPAGE="https://www.enlightenment.org/about-edi
+ https://phab.enlightenment.org/w/projects/edi/
+ https://github.com/Enlightenment/edi"
+SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="clang"
+
+RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
+ >=dev-libs/efl-1.22.0[eet]
+ clang? (
+ dev-util/bear
+ sys-devel/clang:=
+ )"
+DEPEND="${RDEPEND}
+ dev-libs/check"
+BDEPEND="virtual/pkgconfig"
+
+llvm_check_deps() {
+ has_version "sys-devel/clang:${LLVM_SLOT}"
+}
+
+pkg_setup() {
+ use clang && llvm_pkg_setup
+}
+
+src_prepare() {
+ default
+
+ # fix a QA issue with .desktop file, https://phab.enlightenment.org/T7368
+ sed -i '/Version=/d' data/desktop/edi.desktop* || die
+
+ # fix 'unexpected path' QA warning
+ sed -i 's|share/doc/edi/|share/doc/'${PF}'/|g' doc/meson.build || die
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use clang bear)
+ $(meson_use clang libclang)
+ )
+
+ if use clang; then
+ emesonargs+=(
+ -D libclang-headerdir="$(llvm-config --includedir)"
+ -D libclang-libdir="$(llvm-config --libdir)"
+ )
+ fi
+
+ meson_src_configure
+}
diff --git a/dev-util/edi/metadata.xml b/dev-util/edi/metadata.xml
index 9fbd2808478..50630f4a3f4 100644
--- a/dev-util/edi/metadata.xml
+++ b/dev-util/edi/metadata.xml
@@ -7,8 +7,9 @@
</maintainer>
<use>
<flag name="clang">
- Provide integration with <pkg>sys-devel/clang</pkg> for autocompletion and inline
- errors
+ Provide integration with <pkg>sys-devel/clang</pkg> and
+ <pkg>dev-util/bear</pkg> for autocompletion, inline errors and
+ information about compilation units.
</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2021-05-07 7:35 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2021-05-07 7:35 UTC (permalink / raw
To: gentoo-commits
commit: bc429ebf8cb64732ff42139856c91c8b28fd4366
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri May 7 07:33:40 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 7 07:35:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc429ebf
dev-util/edi: stabilize 0.8.0-r1 on amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/edi-0.8.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/edi/edi-0.8.0-r1.ebuild b/dev-util/edi/edi-0.8.0-r1.ebuild
index 5f9ff81adc1..c364eff5064 100644
--- a/dev-util/edi/edi-0.8.0-r1.ebuild
+++ b/dev-util/edi/edi-0.8.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="clang"
RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2021-05-07 7:35 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2021-05-07 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 415c9f74fbc729c8172da343f082f8733705822b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri May 7 07:34:00 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 7 07:35:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415c9f74
dev-util/edi: stabilize 0.8.0-r1 on x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/edi-0.8.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/edi/edi-0.8.0-r1.ebuild b/dev-util/edi/edi-0.8.0-r1.ebuild
index c364eff5064..920db6c168b 100644
--- a/dev-util/edi/edi-0.8.0-r1.ebuild
+++ b/dev-util/edi/edi-0.8.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="clang"
RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2021-05-07 7:35 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2021-05-07 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 8640f87789c2395ddf4f004bcfc1aee6691c100a
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri May 7 07:34:24 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 7 07:35:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8640f877
dev-util/edi: remove old
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/edi-0.8.0.ebuild | 59 -------------------------------------------
1 file changed, 59 deletions(-)
diff --git a/dev-util/edi/edi-0.8.0.ebuild b/dev-util/edi/edi-0.8.0.ebuild
deleted file mode 100644
index 7d927fc23d2..00000000000
--- a/dev-util/edi/edi-0.8.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit llvm meson xdg
-
-DESCRIPTION="An EFL-based IDE"
-HOMEPAGE="http://edi-ide.com/
- https://www.enlightenment.org/about-edi
- https://phab.enlightenment.org/w/projects/edi/
- https://github.com/Enlightenment/edi"
-SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="clang"
-
-RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
- >=dev-libs/efl-1.22.0[eet]
- clang? ( sys-devel/clang:= )"
-DEPEND="${RDEPEND}
- dev-libs/check"
-BDEPEND="virtual/pkgconfig"
-
-llvm_check_deps() {
- has_version "sys-devel/clang:${LLVM_SLOT}"
-}
-
-pkg_setup() {
- use clang && llvm_pkg_setup
-}
-
-src_prepare() {
- default
-
- # fix a QA issue with .desktop file, https://phab.enlightenment.org/T7368
- sed -i '/Version=/d' data/desktop/edi.desktop* || die
-
- # fix 'unexpected path' QA warning
- sed -i 's|share/doc/edi/|share/doc/'${PF}'/|g' doc/meson.build || die
-}
-
-src_configure() {
- local emesonargs=(
- -D bear=false
- $(meson_use clang libclang)
- )
-
- if use clang; then
- emesonargs+=(
- -D libclang-headerdir="$(llvm-config --includedir)"
- -D libclang-libdir="$(llvm-config --libdir)"
- )
- fi
-
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2022-01-21 18:14 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2022-01-21 18:14 UTC (permalink / raw
To: gentoo-commits
commit: 5f8651f727b59729b0845c35552e50241964fa5c
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 18:13:31 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 18:13:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8651f7
dev-util/edi: depend on virtual/libintl (fix musl)
Closes: https://bugs.gentoo.org/831526
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/edi-0.8.0-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-util/edi/edi-0.8.0-r1.ebuild b/dev-util/edi/edi-0.8.0-r1.ebuild
index 920db6c168b1..859c80b1b229 100644
--- a/dev-util/edi/edi-0.8.0-r1.ebuild
+++ b/dev-util/edi/edi-0.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,7 +24,8 @@ RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
)"
DEPEND="${RDEPEND}
dev-libs/check"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="virtual/libintl
+ virtual/pkgconfig"
llvm_check_deps() {
has_version "sys-devel/clang:${LLVM_SLOT}"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2022-03-29 7:20 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2022-03-29 7:20 UTC (permalink / raw
To: gentoo-commits
commit: f6e12d24dc1f66d2cbf5d3f71c6081d21f1013e5
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 06:50:44 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 07:20:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e12d24
dev-util/edi: stabilize 0.8.0-r2 for amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/edi-0.8.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/edi/edi-0.8.0-r2.ebuild b/dev-util/edi/edi-0.8.0-r2.ebuild
index 0c099bffe9de..cfa8f7fd8af7 100644
--- a/dev-util/edi/edi-0.8.0-r2.ebuild
+++ b/dev-util/edi/edi-0.8.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="clang"
RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2022-03-29 7:20 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2022-03-29 7:20 UTC (permalink / raw
To: gentoo-commits
commit: cf3eaeea9271543aa9289e21436caac2d091db44
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 06:50:53 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 07:20:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3eaeea
dev-util/edi: stabilize 0.8.0-r2 for x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/edi-0.8.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/edi/edi-0.8.0-r2.ebuild b/dev-util/edi/edi-0.8.0-r2.ebuild
index cfa8f7fd8af7..28c4504d12f9 100644
--- a/dev-util/edi/edi-0.8.0-r2.ebuild
+++ b/dev-util/edi/edi-0.8.0-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="clang"
RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/
@ 2022-09-16 12:13 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2022-09-16 12:13 UTC (permalink / raw
To: gentoo-commits
commit: d92efd99557b34195ea03afa30c872cedc080129
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 12:07:29 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 12:13:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92efd99
dev-util/edi: drop 0.8.0-r1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/edi/edi-0.8.0-r1.ebuild | 62 ----------------------------------------
1 file changed, 62 deletions(-)
diff --git a/dev-util/edi/edi-0.8.0-r1.ebuild b/dev-util/edi/edi-0.8.0-r1.ebuild
deleted file mode 100644
index 859c80b1b229..000000000000
--- a/dev-util/edi/edi-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit llvm meson xdg
-
-DESCRIPTION="An EFL-based IDE"
-HOMEPAGE="https://www.enlightenment.org/about-edi
- https://phab.enlightenment.org/w/projects/edi/
- https://github.com/Enlightenment/edi"
-SRC_URI="https://github.com/Enlightenment/edi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3 LGPL-2.1-with-linking-exception"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="clang"
-
-RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )
- >=dev-libs/efl-1.22.0[eet]
- clang? (
- dev-util/bear
- sys-devel/clang:=
- )"
-DEPEND="${RDEPEND}
- dev-libs/check"
-BDEPEND="virtual/libintl
- virtual/pkgconfig"
-
-llvm_check_deps() {
- has_version "sys-devel/clang:${LLVM_SLOT}"
-}
-
-pkg_setup() {
- use clang && llvm_pkg_setup
-}
-
-src_prepare() {
- default
-
- # fix a QA issue with .desktop file, https://phab.enlightenment.org/T7368
- sed -i '/Version=/d' data/desktop/edi.desktop* || die
-
- # fix 'unexpected path' QA warning
- sed -i 's|share/doc/edi/|share/doc/'${PF}'/|g' doc/meson.build || die
-}
-
-src_configure() {
- local emesonargs=(
- $(meson_use clang bear)
- $(meson_use clang libclang)
- )
-
- if use clang; then
- emesonargs+=(
- -D libclang-headerdir="$(llvm-config --includedir)"
- -D libclang-libdir="$(llvm-config --libdir)"
- )
- fi
-
- meson_src_configure
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2022-09-16 12:14 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-06 10:08 [gentoo-commits] repo/gentoo:master commit in: dev-util/edi/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2022-09-16 12:13 Joonas Niilola
2022-03-29 7:20 Joonas Niilola
2022-03-29 7:20 Joonas Niilola
2022-01-21 18:14 Joonas Niilola
2021-05-07 7:35 Joonas Niilola
2021-05-07 7:35 Joonas Niilola
2021-05-07 7:35 Joonas Niilola
2021-04-06 8:14 Joonas Niilola
2021-04-06 8:14 Joonas Niilola
2020-04-30 5:36 Joonas Niilola
2020-04-30 5:36 Joonas Niilola
2019-07-31 3:41 Joonas Niilola
2018-10-07 9:53 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox