* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2019-03-08 11:46 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2019-03-08 11:46 UTC (permalink / raw
To: gentoo-commits
commit: 9fff67833610ec044978b8c34e8a1f62d82a0afc
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 8 11:39:57 2019 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Mar 8 11:46:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fff6783
x11-wm/e16: fix typo in REQUIRED_USE
Closes: https://bugs.gentoo.org/679746
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/e16-1.0.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/e16/e16-1.0.19.ebuild b/x11-wm/e16/e16-1.0.19.ebuild
index ac8f6a27721..d4245ee6c5c 100644
--- a/x11-wm/e16/e16-1.0.19.ebuild
+++ b/x11-wm/e16/e16-1.0.19.ebuild
@@ -57,7 +57,7 @@ DEPEND="${CDEPEND}
"
REQIRED_USE="
audiofile? ( sound )
- opengl? ( composite )
+ opengl? ( xcomposite )
sndfile? ( sound )
sound? ^^ ( sndfile audiofile )
"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2019-03-08 20:14 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2019-03-08 20:14 UTC (permalink / raw
To: gentoo-commits
commit: 1a1779b7710dd22de182b040241171b1b0b2908e
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 8 20:09:19 2019 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Mar 8 20:13:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1779b7
x11-wm/e16: fix REQUIRED_USE block properly
Commit 9fff67833610ec044978b8c34e8a1f62d82a0afc had not fixed bug
679746 properly: REQUIRED_USE block was still malformed due to
typos, so bug 679800 emerged.
Bug: https://bugs.gentoo.org/679746
Closes: https://bugs.gentoo.org/679800
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/e16-1.0.19.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-wm/e16/e16-1.0.19.ebuild b/x11-wm/e16/e16-1.0.19.ebuild
index d4245ee6c5c..f76feca9f8b 100644
--- a/x11-wm/e16/e16-1.0.19.ebuild
+++ b/x11-wm/e16/e16-1.0.19.ebuild
@@ -55,11 +55,11 @@ RDEPEND="${CDEPEND}
DEPEND="${CDEPEND}
x11-base/xorg-proto
"
-REQIRED_USE="
+REQUIRED_USE="
audiofile? ( sound )
opengl? ( xcomposite )
sndfile? ( sound )
- sound? ^^ ( sndfile audiofile )
+ sound? ( ^^ ( sndfile audiofile ) )
"
PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2019-08-19 19:13 Joonas Niilola
0 siblings, 0 replies; 22+ messages in thread
From: Joonas Niilola @ 2019-08-19 19:13 UTC (permalink / raw
To: gentoo-commits
commit: 253b717f5cff98afed41853a83595ea220f8f2d4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 19:13:37 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 19:13:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253b717f
x11-wm/e16: bump to 1.0.20
- since bircoph's on devaway, committing with devaway-allowance.
Closes: https://bugs.gentoo.org/688782
Closes: https://github.com/gentoo/gentoo/pull/12335
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-wm/e16/Manifest | 1 +
x11-wm/e16/e16-1.0.20.ebuild | 129 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 130 insertions(+)
diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index cf2cea6107d..d8db06d04e1 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1 +1,2 @@
DIST e16-1.0.19.tar.xz 1433016 BLAKE2B 9c27dd6a8d78d2f765b495e5398041a30bf939a5d3926f9f07e022c9bbbc70716b072e40beb6592159f896cc7a15e2fd4e25c8a07db333a80fc8156a82dce357 SHA512 9dc66a4224eacde92c567f9f5b029f21543675207b782077e25f3082ef2133a547eb955fc877b01b2200d99c26148f54a6b59f1ba191163760ecf3b32d5dd374
+DIST e16-1.0.20.tar.xz 1438516 BLAKE2B 32800ed079eb3c51c34277fa5d49ef7a892c0ccd5956f5f7eb7c34ab2e223fe7a5033b35d53402fa4a18283261a767ac692a5bfa08b46d5ea2a4e5195c656fed SHA512 798225dcfad266febe0911aeeac1a57256c45071e72ed326ae2081efdcf0d110e951f41badf5ece92dd0a40f5e342f80035e46d3c2435eb2f32a08c556893612
diff --git a/x11-wm/e16/e16-1.0.20.ebuild b/x11-wm/e16/e16-1.0.20.ebuild
new file mode 100644
index 00000000000..5d940a12f3f
--- /dev/null
+++ b/x11-wm/e16/e16-1.0.20.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Enlightenment Window Manager (E16)"
+HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="audiofile container dbus debug +dialogs doc examples gnome
+libhack modules nls opengl +pango sndfile sound +themes xcomposite
++xft xi2 xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
+
+REQUIRED_USE="
+ audiofile? ( sound )
+ opengl? ( xcomposite )
+ sndfile? ( sound )
+ sound? ( ^^ ( sndfile audiofile ) )
+"
+
+BDEPEND="
+ nls? ( sys-devel/gettext )
+ virtual/pkgconfig
+"
+COMMON_DEPEND="
+ media-libs/freetype:2
+ media-libs/imlib2[X]
+ virtual/libiconv
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-misc/xbitmaps
+ dbus? ( sys-apps/dbus )
+ opengl? (
+ media-libs/glu
+ media-libs/mesa
+ )
+ pango? (
+ dev-libs/glib:2
+ x11-libs/pango[X]
+ )
+ sound? (
+ || (
+ media-sound/apulse[sdk]
+ media-sound/pulseaudio
+ )
+ sndfile? ( media-libs/libsndfile )
+ audiofile? ( media-libs/audiofile:= )
+ )
+ xcomposite? (
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ )
+ xft? ( x11-libs/libXft )
+ xinerama? ( x11-libs/libXinerama )
+ xpresent? ( x11-libs/libXpresent )
+ xrandr? ( x11-libs/libXrandr )
+ xrender? ( x11-libs/libXrender )
+ xsm? (
+ x11-libs/libICE
+ x11-libs/libSM
+ )
+ zoom? ( x11-libs/libXxf86vm )
+"
+RDEPEND="${COMMON_DEPEND}
+ doc? ( app-doc/e16-docs )
+ nls? ( virtual/libintl )
+ themes? ( x11-themes/e16-themes )
+ !x11-wm/enlightenment:0
+"
+DEPEND="${COMMON_DEPEND}
+ x11-base/xorg-proto
+"
+
+PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )
+
+src_configure() {
+ local myconf=(
+ $(use_enable container)
+ $(use_enable dbus)
+ $(use_enable debug libtrip)
+ $(use_enable dialogs)
+ $(use_enable doc docs)
+ $(use_enable libhack)
+ $(use_enable modules)
+ $(use_enable nls)
+ $(use_enable opengl glx)
+ $(use_enable pango)
+ $(use_enable sound sound pulseaudio)
+ $(use_enable xcomposite composite)
+ $(use_enable xft)
+ $(use_enable xi2)
+ $(use_enable xinerama)
+ $(use_enable xpresent)
+ $(use_enable xrandr)
+ $(use_enable xrender)
+ $(use_enable xsm sm)
+ $(use_enable xsync)
+ $(use_enable zoom)
+ $(use_with audiofile sndldr audiofile)
+ $(use_with gnome gnome gnome3)
+ $(use_with sndfile sndldr sndfile)
+ --enable-mans
+ --disable-docs
+ --disable-esdtest
+ --disable-gcc-cpp
+ --disable-hints-gnome
+ --disable-werror
+ --disable-xscrnsaver
+ )
+
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ docompress -x /usr/share/doc/${PF}/e16.html
+ dodoc COMPLIANCE docs/e16.html
+ use examples && dodoc -r sample-scripts
+}
+
+pkg_postinst() {
+ einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
+ einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
+ einfo "in the Theme setting should be disabled for this to work."
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2019-12-21 23:27 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2019-12-21 23:27 UTC (permalink / raw
To: gentoo-commits
commit: 5f040f7903b40d53383b97f5847100e37a86cc27
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 23:22:02 2019 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 23:27:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f040f79
x11-wm/e16: remove old
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/Manifest | 1 -
x11-wm/e16/e16-1.0.19.ebuild | 116 -------------------------------------------
2 files changed, 117 deletions(-)
diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index 6c18ee1051d..c13ebbf066b 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1,3 +1,2 @@
-DIST e16-1.0.19.tar.xz 1433016 BLAKE2B 9c27dd6a8d78d2f765b495e5398041a30bf939a5d3926f9f07e022c9bbbc70716b072e40beb6592159f896cc7a15e2fd4e25c8a07db333a80fc8156a82dce357 SHA512 9dc66a4224eacde92c567f9f5b029f21543675207b782077e25f3082ef2133a547eb955fc877b01b2200d99c26148f54a6b59f1ba191163760ecf3b32d5dd374
DIST e16-1.0.20.tar.xz 1438516 BLAKE2B 32800ed079eb3c51c34277fa5d49ef7a892c0ccd5956f5f7eb7c34ab2e223fe7a5033b35d53402fa4a18283261a767ac692a5bfa08b46d5ea2a4e5195c656fed SHA512 798225dcfad266febe0911aeeac1a57256c45071e72ed326ae2081efdcf0d110e951f41badf5ece92dd0a40f5e342f80035e46d3c2435eb2f32a08c556893612
DIST e16-1.0.21.tar.xz 1440484 BLAKE2B ea9521d4939400e292e9e2be6e73770a48d966702897c30babfe036a655ef3c5d9766eca3867e1a84b8fbd934a05c4a0487239a78d641c41a6e93a19feeb70a2 SHA512 0f5984d3c3594bf94338c9b53c681cd40f8cc165a18d7d9e0e6202fdf237ace52d9aac9c5ba04f052f94dfd463dcf558b8015044b4d457114c19a7a27ac23723
diff --git a/x11-wm/e16/e16-1.0.19.ebuild b/x11-wm/e16/e16-1.0.19.ebuild
deleted file mode 100644
index 8f543706ab6..00000000000
--- a/x11-wm/e16/e16-1.0.19.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Enlightenment Window Manager (E16)"
-HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
-KEYWORDS="~amd64 ~x86"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="audiofile container dbus debug +dialogs doc examples gnome
-libhack modules nls opengl +pango sndfile sound +themes xcomposite
-+xft xi2 xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
-
-BDEPEND="
- nls? ( sys-devel/gettext )
- virtual/pkgconfig
-"
-CDEPEND="
- dbus? ( sys-apps/dbus )
- doc? ( app-doc/e16-docs )
- nls? ( virtual/libintl )
- opengl? ( media-libs/glu media-libs/mesa[X(+)] )
- pango? ( x11-libs/pango[X] )
- sound? (
- || ( media-sound/pulseaudio media-sound/apulse[sdk] )
- sndfile? ( media-libs/libsndfile )
- audiofile? ( media-libs/audiofile )
- )
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- )
- xft? ( x11-libs/libXft )
- xinerama? ( x11-libs/libXinerama )
- xpresent? ( x11-libs/libXpresent )
- xrandr? ( x11-libs/libXrandr )
- xrender? ( x11-libs/libXrender )
- xsm? ( x11-libs/libICE x11-libs/libSM )
- zoom? ( x11-libs/libXxf86vm )
- =media-libs/freetype-2*
- >=media-libs/imlib2-1.3.0[X]
- virtual/libiconv
- x11-libs/libX11
- x11-libs/libXext
- x11-misc/xbitmaps
-"
-RDEPEND="${CDEPEND}
- themes? ( x11-themes/e16-themes )
- !x11-wm/enlightenment:0
-"
-DEPEND="${CDEPEND}
- x11-base/xorg-proto
-"
-REQUIRED_USE="
- audiofile? ( sound )
- opengl? ( xcomposite )
- sndfile? ( sound )
- sound? ( ^^ ( sndfile audiofile ) )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )
-
-src_configure() {
- local myconf=(
- $(use_enable container)
- $(use_enable dbus)
- $(use_enable debug libtrip)
- $(use_enable dialogs)
- $(use_enable doc docs)
- $(use_enable libhack)
- $(use_enable modules)
- $(use_enable nls)
- $(use_enable opengl glx)
- $(use_enable pango)
- $(use_enable sound sound pulseaudio)
- $(use_enable xcomposite composite)
- $(use_enable xft)
- $(use_enable xi2)
- $(use_enable xinerama)
- $(use_enable xpresent)
- $(use_enable xrandr)
- $(use_enable xrender)
- $(use_enable xsm sm)
- $(use_enable xsync)
- $(use_enable zoom)
- $(use_with audiofile sndldr audiofile)
- $(use_with gnome gnome gnome3)
- $(use_with sndfile sndldr sndfile)
- --enable-mans
- --disable-docs
- --disable-esdtest
- --disable-gcc-cpp
- --disable-hints-gnome
- --disable-werror
- --disable-xscrnsaver
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- docompress -x /usr/share/doc/${PF}/e16.html
- dodoc COMPLIANCE docs/e16.html
- use examples && dodoc -r sample-scripts
-}
-
-pkg_postinst() {
- einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
- einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
- einfo "in the Theme setting should be disabled for this to work."
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2019-12-21 23:27 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2019-12-21 23:27 UTC (permalink / raw
To: gentoo-commits
commit: b1c53470a798af5c43df7e81eb7760575c1f6cf4
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 22:57:21 2019 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 23:26:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c53470
x11-wm/e16: version bump
Closes: https://bugs.gentoo.org/703432
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/Manifest | 1 +
x11-wm/e16/e16-1.0.21.ebuild | 129 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 130 insertions(+)
diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index d8db06d04e1..6c18ee1051d 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1,2 +1,3 @@
DIST e16-1.0.19.tar.xz 1433016 BLAKE2B 9c27dd6a8d78d2f765b495e5398041a30bf939a5d3926f9f07e022c9bbbc70716b072e40beb6592159f896cc7a15e2fd4e25c8a07db333a80fc8156a82dce357 SHA512 9dc66a4224eacde92c567f9f5b029f21543675207b782077e25f3082ef2133a547eb955fc877b01b2200d99c26148f54a6b59f1ba191163760ecf3b32d5dd374
DIST e16-1.0.20.tar.xz 1438516 BLAKE2B 32800ed079eb3c51c34277fa5d49ef7a892c0ccd5956f5f7eb7c34ab2e223fe7a5033b35d53402fa4a18283261a767ac692a5bfa08b46d5ea2a4e5195c656fed SHA512 798225dcfad266febe0911aeeac1a57256c45071e72ed326ae2081efdcf0d110e951f41badf5ece92dd0a40f5e342f80035e46d3c2435eb2f32a08c556893612
+DIST e16-1.0.21.tar.xz 1440484 BLAKE2B ea9521d4939400e292e9e2be6e73770a48d966702897c30babfe036a655ef3c5d9766eca3867e1a84b8fbd934a05c4a0487239a78d641c41a6e93a19feeb70a2 SHA512 0f5984d3c3594bf94338c9b53c681cd40f8cc165a18d7d9e0e6202fdf237ace52d9aac9c5ba04f052f94dfd463dcf558b8015044b4d457114c19a7a27ac23723
diff --git a/x11-wm/e16/e16-1.0.21.ebuild b/x11-wm/e16/e16-1.0.21.ebuild
new file mode 100644
index 00000000000..5d940a12f3f
--- /dev/null
+++ b/x11-wm/e16/e16-1.0.21.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Enlightenment Window Manager (E16)"
+HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="audiofile container dbus debug +dialogs doc examples gnome
+libhack modules nls opengl +pango sndfile sound +themes xcomposite
++xft xi2 xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
+
+REQUIRED_USE="
+ audiofile? ( sound )
+ opengl? ( xcomposite )
+ sndfile? ( sound )
+ sound? ( ^^ ( sndfile audiofile ) )
+"
+
+BDEPEND="
+ nls? ( sys-devel/gettext )
+ virtual/pkgconfig
+"
+COMMON_DEPEND="
+ media-libs/freetype:2
+ media-libs/imlib2[X]
+ virtual/libiconv
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-misc/xbitmaps
+ dbus? ( sys-apps/dbus )
+ opengl? (
+ media-libs/glu
+ media-libs/mesa
+ )
+ pango? (
+ dev-libs/glib:2
+ x11-libs/pango[X]
+ )
+ sound? (
+ || (
+ media-sound/apulse[sdk]
+ media-sound/pulseaudio
+ )
+ sndfile? ( media-libs/libsndfile )
+ audiofile? ( media-libs/audiofile:= )
+ )
+ xcomposite? (
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ )
+ xft? ( x11-libs/libXft )
+ xinerama? ( x11-libs/libXinerama )
+ xpresent? ( x11-libs/libXpresent )
+ xrandr? ( x11-libs/libXrandr )
+ xrender? ( x11-libs/libXrender )
+ xsm? (
+ x11-libs/libICE
+ x11-libs/libSM
+ )
+ zoom? ( x11-libs/libXxf86vm )
+"
+RDEPEND="${COMMON_DEPEND}
+ doc? ( app-doc/e16-docs )
+ nls? ( virtual/libintl )
+ themes? ( x11-themes/e16-themes )
+ !x11-wm/enlightenment:0
+"
+DEPEND="${COMMON_DEPEND}
+ x11-base/xorg-proto
+"
+
+PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )
+
+src_configure() {
+ local myconf=(
+ $(use_enable container)
+ $(use_enable dbus)
+ $(use_enable debug libtrip)
+ $(use_enable dialogs)
+ $(use_enable doc docs)
+ $(use_enable libhack)
+ $(use_enable modules)
+ $(use_enable nls)
+ $(use_enable opengl glx)
+ $(use_enable pango)
+ $(use_enable sound sound pulseaudio)
+ $(use_enable xcomposite composite)
+ $(use_enable xft)
+ $(use_enable xi2)
+ $(use_enable xinerama)
+ $(use_enable xpresent)
+ $(use_enable xrandr)
+ $(use_enable xrender)
+ $(use_enable xsm sm)
+ $(use_enable xsync)
+ $(use_enable zoom)
+ $(use_with audiofile sndldr audiofile)
+ $(use_with gnome gnome gnome3)
+ $(use_with sndfile sndldr sndfile)
+ --enable-mans
+ --disable-docs
+ --disable-esdtest
+ --disable-gcc-cpp
+ --disable-hints-gnome
+ --disable-werror
+ --disable-xscrnsaver
+ )
+
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ docompress -x /usr/share/doc/${PF}/e16.html
+ dodoc COMPLIANCE docs/e16.html
+ use examples && dodoc -r sample-scripts
+}
+
+pkg_postinst() {
+ einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
+ einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
+ einfo "in the Theme setting should be disabled for this to work."
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2020-10-11 7:42 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2020-10-11 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 5f87c2a5ff042ccf273bd7d512fc03af25fc7121
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 07:31:24 2020 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 07:41:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f87c2a5
x11-wm/e16: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/Manifest | 1 -
x11-wm/e16/e16-1.0.20.ebuild | 129 -------------------------------------------
2 files changed, 130 deletions(-)
diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index c13ebbf066b..3afe17b7c0a 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1,2 +1 @@
-DIST e16-1.0.20.tar.xz 1438516 BLAKE2B 32800ed079eb3c51c34277fa5d49ef7a892c0ccd5956f5f7eb7c34ab2e223fe7a5033b35d53402fa4a18283261a767ac692a5bfa08b46d5ea2a4e5195c656fed SHA512 798225dcfad266febe0911aeeac1a57256c45071e72ed326ae2081efdcf0d110e951f41badf5ece92dd0a40f5e342f80035e46d3c2435eb2f32a08c556893612
DIST e16-1.0.21.tar.xz 1440484 BLAKE2B ea9521d4939400e292e9e2be6e73770a48d966702897c30babfe036a655ef3c5d9766eca3867e1a84b8fbd934a05c4a0487239a78d641c41a6e93a19feeb70a2 SHA512 0f5984d3c3594bf94338c9b53c681cd40f8cc165a18d7d9e0e6202fdf237ace52d9aac9c5ba04f052f94dfd463dcf558b8015044b4d457114c19a7a27ac23723
diff --git a/x11-wm/e16/e16-1.0.20.ebuild b/x11-wm/e16/e16-1.0.20.ebuild
deleted file mode 100644
index 5d940a12f3f..00000000000
--- a/x11-wm/e16/e16-1.0.20.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Enlightenment Window Manager (E16)"
-HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="audiofile container dbus debug +dialogs doc examples gnome
-libhack modules nls opengl +pango sndfile sound +themes xcomposite
-+xft xi2 xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
-
-REQUIRED_USE="
- audiofile? ( sound )
- opengl? ( xcomposite )
- sndfile? ( sound )
- sound? ( ^^ ( sndfile audiofile ) )
-"
-
-BDEPEND="
- nls? ( sys-devel/gettext )
- virtual/pkgconfig
-"
-COMMON_DEPEND="
- media-libs/freetype:2
- media-libs/imlib2[X]
- virtual/libiconv
- x11-libs/libX11
- x11-libs/libXext
- x11-misc/xbitmaps
- dbus? ( sys-apps/dbus )
- opengl? (
- media-libs/glu
- media-libs/mesa
- )
- pango? (
- dev-libs/glib:2
- x11-libs/pango[X]
- )
- sound? (
- || (
- media-sound/apulse[sdk]
- media-sound/pulseaudio
- )
- sndfile? ( media-libs/libsndfile )
- audiofile? ( media-libs/audiofile:= )
- )
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- )
- xft? ( x11-libs/libXft )
- xinerama? ( x11-libs/libXinerama )
- xpresent? ( x11-libs/libXpresent )
- xrandr? ( x11-libs/libXrandr )
- xrender? ( x11-libs/libXrender )
- xsm? (
- x11-libs/libICE
- x11-libs/libSM
- )
- zoom? ( x11-libs/libXxf86vm )
-"
-RDEPEND="${COMMON_DEPEND}
- doc? ( app-doc/e16-docs )
- nls? ( virtual/libintl )
- themes? ( x11-themes/e16-themes )
- !x11-wm/enlightenment:0
-"
-DEPEND="${COMMON_DEPEND}
- x11-base/xorg-proto
-"
-
-PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )
-
-src_configure() {
- local myconf=(
- $(use_enable container)
- $(use_enable dbus)
- $(use_enable debug libtrip)
- $(use_enable dialogs)
- $(use_enable doc docs)
- $(use_enable libhack)
- $(use_enable modules)
- $(use_enable nls)
- $(use_enable opengl glx)
- $(use_enable pango)
- $(use_enable sound sound pulseaudio)
- $(use_enable xcomposite composite)
- $(use_enable xft)
- $(use_enable xi2)
- $(use_enable xinerama)
- $(use_enable xpresent)
- $(use_enable xrandr)
- $(use_enable xrender)
- $(use_enable xsm sm)
- $(use_enable xsync)
- $(use_enable zoom)
- $(use_with audiofile sndldr audiofile)
- $(use_with gnome gnome gnome3)
- $(use_with sndfile sndldr sndfile)
- --enable-mans
- --disable-docs
- --disable-esdtest
- --disable-gcc-cpp
- --disable-hints-gnome
- --disable-werror
- --disable-xscrnsaver
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- docompress -x /usr/share/doc/${PF}/e16.html
- dodoc COMPLIANCE docs/e16.html
- use examples && dodoc -r sample-scripts
-}
-
-pkg_postinst() {
- einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
- einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
- einfo "in the Theme setting should be disabled for this to work."
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2020-10-11 8:47 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2020-10-11 8:47 UTC (permalink / raw
To: gentoo-commits
commit: 00c36a787a81a728a3ee0cdce0b680f1c1fcde80
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 08:42:41 2020 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 08:42:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c36a78
x11-wm/e16: pango code needs xft
Closes: https://bugs.gentoo.org/708630
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/e16-1.0.21.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-wm/e16/e16-1.0.21.ebuild b/x11-wm/e16/e16-1.0.21.ebuild
index 5d940a12f3f..735f01c76d2 100644
--- a/x11-wm/e16/e16-1.0.21.ebuild
+++ b/x11-wm/e16/e16-1.0.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,6 +17,7 @@ libhack modules nls opengl +pango sndfile sound +themes xcomposite
REQUIRED_USE="
audiofile? ( sound )
opengl? ( xcomposite )
+ pango? ( xft )
sndfile? ( sound )
sound? ( ^^ ( sndfile audiofile ) )
"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2020-10-12 7:02 Agostino Sarubbo
0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2020-10-12 7:02 UTC (permalink / raw
To: gentoo-commits
commit: 4bc4afc7aab98d009685159eddabf85e4bb5cf84
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 07:01:36 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 07:01:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc4afc7
x11-wm/e16: x86 stable wrt bug #747865
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-wm/e16/e16-1.0.21.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/e16/e16-1.0.21.ebuild b/x11-wm/e16/e16-1.0.21.ebuild
index 735f01c76d2..5eb3bfa2a12 100644
--- a/x11-wm/e16/e16-1.0.21.ebuild
+++ b/x11-wm/e16/e16-1.0.21.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="audiofile container dbus debug +dialogs doc examples gnome
libhack modules nls opengl +pango sndfile sound +themes xcomposite
+xft xi2 xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2020-10-12 10:21 Agostino Sarubbo
0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2020-10-12 10:21 UTC (permalink / raw
To: gentoo-commits
commit: a21a4ba787efe145eccca2a094ca35fd052ce1e2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 10:20:41 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 10:20:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21a4ba7
x11-wm/e16: amd64 stable wrt bug #747865
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-wm/e16/e16-1.0.21.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/e16/e16-1.0.21.ebuild b/x11-wm/e16/e16-1.0.21.ebuild
index 5eb3bfa2a12..891c63f3781 100644
--- a/x11-wm/e16/e16-1.0.21.ebuild
+++ b/x11-wm/e16/e16-1.0.21.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="audiofile container dbus debug +dialogs doc examples gnome
libhack modules nls opengl +pango sndfile sound +themes xcomposite
+xft xi2 xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2021-01-17 13:40 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2021-01-17 13:40 UTC (permalink / raw
To: gentoo-commits
commit: 38d61e3a58de9bf45cd0e6af1261ce7ade03e868
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 13:34:56 2021 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 13:40:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d61e3a
x11-wm/e16: version bump
- 1.0.22 version bump
- Add sound support via ALSA
- Improve sound-related USE flags handling
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/Manifest | 1 +
x11-wm/e16/e16-1.0.22.ebuild | 144 +++++++++++++++++++++++++++++++++++++++++++
x11-wm/e16/metadata.xml | 1 +
3 files changed, 146 insertions(+)
diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index 3afe17b7c0a..88a572a9594 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1 +1,2 @@
DIST e16-1.0.21.tar.xz 1440484 BLAKE2B ea9521d4939400e292e9e2be6e73770a48d966702897c30babfe036a655ef3c5d9766eca3867e1a84b8fbd934a05c4a0487239a78d641c41a6e93a19feeb70a2 SHA512 0f5984d3c3594bf94338c9b53c681cd40f8cc165a18d7d9e0e6202fdf237ace52d9aac9c5ba04f052f94dfd463dcf558b8015044b4d457114c19a7a27ac23723
+DIST e16-1.0.22.tar.xz 1442288 BLAKE2B 7f102474f9054935ea15ed58c91f18613561eaad84c8398c410014a5dbfb2f7f5fd079399db4c6462096c9a351bd89e47fbd61d304ca99ec844806c26c97d6a9 SHA512 0ff40390a56f0dbd2219d9e4e665b1c1802801e552df3bd76fa71502ad2fb7466f2f175757b088b490fbc58e4196b362d6cf451ad43d5104849ac8ce2805299e
diff --git a/x11-wm/e16/e16-1.0.22.ebuild b/x11-wm/e16/e16-1.0.22.ebuild
new file mode 100644
index 00000000000..cd17cb3f495
--- /dev/null
+++ b/x11-wm/e16/e16-1.0.22.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Enlightenment Window Manager (E16)"
+HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa audiofile container dbus debug +dialogs doc examples
+gnome libhack modules nls opengl +pango player pulseaudio +sndfile
+sound +themes xcomposite +xft xi2 xinerama xpresent +xrandr
++xrender +xsm +xsync zoom"
+
+REQUIRED_USE="
+ opengl? ( xcomposite )
+ pango? ( xft )
+ sound? ( ^^ ( alsa player pulseaudio ) )
+ alsa? ( ^^ ( sndfile audiofile ) )
+ pulseaudio? ( ^^ ( sndfile audiofile ) )
+"
+
+BDEPEND="
+ nls? ( sys-devel/gettext )
+ virtual/pkgconfig
+"
+COMMON_DEPEND="
+ media-libs/freetype:2
+ media-libs/imlib2[X]
+ virtual/libiconv
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-misc/xbitmaps
+ dbus? ( sys-apps/dbus )
+ opengl? (
+ media-libs/glu
+ media-libs/mesa
+ )
+ pango? (
+ dev-libs/glib:2
+ x11-libs/pango[X]
+ )
+ sound? (
+ alsa? ( media-libs/alsa-lib )
+ player? ( media-sound/alsa-utils )
+ pulseaudio? ( || (
+ media-sound/apulse[sdk]
+ media-sound/pulseaudio
+ ) )
+ audiofile? ( media-libs/audiofile:= )
+ sndfile? ( media-libs/libsndfile )
+ )
+ xcomposite? (
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ )
+ xft? ( x11-libs/libXft )
+ xinerama? ( x11-libs/libXinerama )
+ xpresent? ( x11-libs/libXpresent )
+ xrandr? ( x11-libs/libXrandr )
+ xrender? ( x11-libs/libXrender )
+ xsm? (
+ x11-libs/libICE
+ x11-libs/libSM
+ )
+ zoom? ( x11-libs/libXxf86vm )
+"
+RDEPEND="${COMMON_DEPEND}
+ doc? ( app-doc/e16-docs )
+ nls? ( virtual/libintl )
+ themes? ( x11-themes/e16-themes )
+ !x11-wm/enlightenment:0
+"
+DEPEND="${COMMON_DEPEND}
+ x11-base/xorg-proto
+"
+
+PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )
+
+src_configure() {
+ local myconf=(
+ $(use_enable container)
+ $(use_enable dbus)
+ $(use_enable debug libtrip)
+ $(use_enable dialogs)
+ $(use_enable doc docs)
+ $(use_enable libhack)
+ $(use_enable modules)
+ $(use_enable nls)
+ $(use_enable opengl glx)
+ $(use_enable pango)
+ $(use_enable xcomposite composite)
+ $(use_enable xft)
+ $(use_enable xi2)
+ $(use_enable xinerama)
+ $(use_enable xpresent)
+ $(use_enable xrandr)
+ $(use_enable xrender)
+ $(use_enable xsm sm)
+ $(use_enable xsync)
+ $(use_enable zoom)
+ $(use_with gnome gnome gnome3)
+ --enable-mans
+ --disable-docs
+ --disable-esdtest
+ --disable-gcc-cpp
+ --disable-hints-gnome
+ --disable-werror
+ --disable-xscrnsaver
+ )
+ if use sound; then
+ use alsa && myconf+=( --enable-sound=alsa )
+ use pulseaudio && myconf+=( --enable-sound=pulseaudio )
+ use player && myconf+=( --enable-sound=player )
+
+ if use alsa || use pulseaudio; then
+ use sndfile && myconf+=( --with-sndldr=sndfile )
+ use audiofile && myconf+=( --with-sndldr=audiofile )
+ else
+ myconf+=( --without-sndldr )
+ fi
+ else
+ myconf+=( --disable-sound --without-sndldr )
+ fi
+
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ docompress -x /usr/share/doc/${PF}/e16.html
+ dodoc COMPLIANCE docs/e16.html
+ use examples && dodoc -r sample-scripts
+}
+
+pkg_postinst() {
+ einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
+ einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
+ einfo "in the Theme setting should be disabled for this to work."
+}
diff --git a/x11-wm/e16/metadata.xml b/x11-wm/e16/metadata.xml
index 0db90998166..205741c579d 100644
--- a/x11-wm/e16/metadata.xml
+++ b/x11-wm/e16/metadata.xml
@@ -12,6 +12,7 @@
<flag name="libhack">Build libhack window mode helper library</flag>
<flag name="modules">Enable support for loadable modules</flag>
<flag name="pango">Enable pango font rendering using <pkg>x11-libs/pango</pkg></flag>
+ <flag name="player">Enable audio using aplay from <pkg>media-sound/alsa-utils</pkg></flag>
<flag name="themes">Install the official E16 themes using <pkg>x11-themes/e16-themes</pkg></flag>
<flag name="xi2">Enable the experimental multipointer input XInput2. This incldues the MultiPointer X feature</flag>
<flag name="xpresent">Enable support for the X Present extension via <pkg>x11-libs/libXpresent</pkg></flag>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2021-01-17 14:48 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2021-01-17 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 42904aa1d85bdaaef2d1de02428aca6497e008a4
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 14:47:55 2021 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 14:47:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42904aa1
x11-wm/e16: relax REQUIRED_USE constraints
REQUIRED_USE for alsa and pulseaudio only make sense with USE=sound.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/e16-1.0.22.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/x11-wm/e16/e16-1.0.22.ebuild b/x11-wm/e16/e16-1.0.22.ebuild
index cd17cb3f495..8490c84fa23 100644
--- a/x11-wm/e16/e16-1.0.22.ebuild
+++ b/x11-wm/e16/e16-1.0.22.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+alsa audiofile container dbus debug +dialogs doc examples
gnome libhack modules nls opengl +pango player pulseaudio +sndfile
sound +themes xcomposite +xft xi2 xinerama xpresent +xrandr
@@ -18,9 +18,11 @@ sound +themes xcomposite +xft xi2 xinerama xpresent +xrandr
REQUIRED_USE="
opengl? ( xcomposite )
pango? ( xft )
- sound? ( ^^ ( alsa player pulseaudio ) )
- alsa? ( ^^ ( sndfile audiofile ) )
- pulseaudio? ( ^^ ( sndfile audiofile ) )
+ sound? (
+ ^^ ( alsa player pulseaudio )
+ alsa? ( ^^ ( sndfile audiofile ) )
+ pulseaudio? ( ^^ ( sndfile audiofile ) )
+ )
"
BDEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2021-12-10 22:05 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2021-12-10 22:05 UTC (permalink / raw
To: gentoo-commits
commit: a4bbe7252360440455497b9f7d9d040a8a5c0c1f
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 22:03:59 2021 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 22:04:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bbe725
x11-wm/e16: drop old
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/Manifest | 1 -
x11-wm/e16/e16-1.0.21.ebuild | 130 -------------------------------------------
2 files changed, 131 deletions(-)
diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index 88a572a95948..ce15bb6f1812 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1,2 +1 @@
-DIST e16-1.0.21.tar.xz 1440484 BLAKE2B ea9521d4939400e292e9e2be6e73770a48d966702897c30babfe036a655ef3c5d9766eca3867e1a84b8fbd934a05c4a0487239a78d641c41a6e93a19feeb70a2 SHA512 0f5984d3c3594bf94338c9b53c681cd40f8cc165a18d7d9e0e6202fdf237ace52d9aac9c5ba04f052f94dfd463dcf558b8015044b4d457114c19a7a27ac23723
DIST e16-1.0.22.tar.xz 1442288 BLAKE2B 7f102474f9054935ea15ed58c91f18613561eaad84c8398c410014a5dbfb2f7f5fd079399db4c6462096c9a351bd89e47fbd61d304ca99ec844806c26c97d6a9 SHA512 0ff40390a56f0dbd2219d9e4e665b1c1802801e552df3bd76fa71502ad2fb7466f2f175757b088b490fbc58e4196b362d6cf451ad43d5104849ac8ce2805299e
diff --git a/x11-wm/e16/e16-1.0.21.ebuild b/x11-wm/e16/e16-1.0.21.ebuild
deleted file mode 100644
index 891c63f37815..000000000000
--- a/x11-wm/e16/e16-1.0.21.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Enlightenment Window Manager (E16)"
-HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="audiofile container dbus debug +dialogs doc examples gnome
-libhack modules nls opengl +pango sndfile sound +themes xcomposite
-+xft xi2 xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
-
-REQUIRED_USE="
- audiofile? ( sound )
- opengl? ( xcomposite )
- pango? ( xft )
- sndfile? ( sound )
- sound? ( ^^ ( sndfile audiofile ) )
-"
-
-BDEPEND="
- nls? ( sys-devel/gettext )
- virtual/pkgconfig
-"
-COMMON_DEPEND="
- media-libs/freetype:2
- media-libs/imlib2[X]
- virtual/libiconv
- x11-libs/libX11
- x11-libs/libXext
- x11-misc/xbitmaps
- dbus? ( sys-apps/dbus )
- opengl? (
- media-libs/glu
- media-libs/mesa
- )
- pango? (
- dev-libs/glib:2
- x11-libs/pango[X]
- )
- sound? (
- || (
- media-sound/apulse[sdk]
- media-sound/pulseaudio
- )
- sndfile? ( media-libs/libsndfile )
- audiofile? ( media-libs/audiofile:= )
- )
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- )
- xft? ( x11-libs/libXft )
- xinerama? ( x11-libs/libXinerama )
- xpresent? ( x11-libs/libXpresent )
- xrandr? ( x11-libs/libXrandr )
- xrender? ( x11-libs/libXrender )
- xsm? (
- x11-libs/libICE
- x11-libs/libSM
- )
- zoom? ( x11-libs/libXxf86vm )
-"
-RDEPEND="${COMMON_DEPEND}
- doc? ( app-doc/e16-docs )
- nls? ( virtual/libintl )
- themes? ( x11-themes/e16-themes )
- !x11-wm/enlightenment:0
-"
-DEPEND="${COMMON_DEPEND}
- x11-base/xorg-proto
-"
-
-PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )
-
-src_configure() {
- local myconf=(
- $(use_enable container)
- $(use_enable dbus)
- $(use_enable debug libtrip)
- $(use_enable dialogs)
- $(use_enable doc docs)
- $(use_enable libhack)
- $(use_enable modules)
- $(use_enable nls)
- $(use_enable opengl glx)
- $(use_enable pango)
- $(use_enable sound sound pulseaudio)
- $(use_enable xcomposite composite)
- $(use_enable xft)
- $(use_enable xi2)
- $(use_enable xinerama)
- $(use_enable xpresent)
- $(use_enable xrandr)
- $(use_enable xrender)
- $(use_enable xsm sm)
- $(use_enable xsync)
- $(use_enable zoom)
- $(use_with audiofile sndldr audiofile)
- $(use_with gnome gnome gnome3)
- $(use_with sndfile sndldr sndfile)
- --enable-mans
- --disable-docs
- --disable-esdtest
- --disable-gcc-cpp
- --disable-hints-gnome
- --disable-werror
- --disable-xscrnsaver
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- docompress -x /usr/share/doc/${PF}/e16.html
- dodoc COMPLIANCE docs/e16.html
- use examples && dodoc -r sample-scripts
-}
-
-pkg_postinst() {
- einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
- einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
- einfo "in the Theme setting should be disabled for this to work."
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2021-12-11 14:10 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2021-12-11 14:10 UTC (permalink / raw
To: gentoo-commits
commit: f57e67d328ccf4716b2f67052519e370486d8e29
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 14:10:26 2021 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 14:10:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57e67d3
x11-wm/e16: update to 1.0.24
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/Manifest | 1 +
x11-wm/e16/e16-1.0.24.ebuild | 147 +++++++++++++++++++++++++++++++++++++++++++
x11-wm/e16/metadata.xml | 2 +
3 files changed, 150 insertions(+)
diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index ce15bb6f1812..27b7b3f1699a 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1 +1,2 @@
DIST e16-1.0.22.tar.xz 1442288 BLAKE2B 7f102474f9054935ea15ed58c91f18613561eaad84c8398c410014a5dbfb2f7f5fd079399db4c6462096c9a351bd89e47fbd61d304ca99ec844806c26c97d6a9 SHA512 0ff40390a56f0dbd2219d9e4e665b1c1802801e552df3bd76fa71502ad2fb7466f2f175757b088b490fbc58e4196b362d6cf451ad43d5104849ac8ce2805299e
+DIST e16-1.0.24.tar.xz 1392444 BLAKE2B 5a4c30af2d484226fac73cbe9131ae9dc308638fc035958012b99747ddaa15b1fc1340fe74c7e809e399b5c93dfc7bf8a6ead338c3977483621f4ab98f8f4a3e SHA512 869e2c654bbdcdbb56656cacea8338b0f99a991e4aeaa4dde3fd01e358b1010a58422344e617d522e024186ab98a1d9364e6ea3428507b3831516d1da5dfb08a
diff --git a/x11-wm/e16/e16-1.0.24.ebuild b/x11-wm/e16/e16-1.0.24.ebuild
new file mode 100644
index 000000000000..89f74d6029b6
--- /dev/null
+++ b/x11-wm/e16/e16-1.0.24.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Enlightenment Window Manager (E16)"
+HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa audiofile container dbus debug +dialogs doc examples
+gnome libhack modules nls opengl +pango +poll player pulseaudio
+select +sndfile sound +themes xcomposite +xft xi2 xinerama xpresent
++xrandr +xrender +xsm +xsync zoom"
+
+REQUIRED_USE="
+ ^^ ( poll select )
+ opengl? ( xcomposite )
+ pango? ( xft )
+ sound? (
+ ^^ ( alsa player pulseaudio )
+ alsa? ( ^^ ( sndfile audiofile ) )
+ pulseaudio? ( ^^ ( sndfile audiofile ) )
+ )
+"
+
+BDEPEND="
+ nls? ( sys-devel/gettext )
+ virtual/pkgconfig
+"
+COMMON_DEPEND="
+ media-libs/freetype:2
+ media-libs/imlib2[X]
+ virtual/libiconv
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-misc/xbitmaps
+ dbus? ( sys-apps/dbus )
+ opengl? (
+ media-libs/glu
+ media-libs/mesa
+ )
+ pango? (
+ dev-libs/glib:2
+ x11-libs/pango[X]
+ )
+ sound? (
+ alsa? ( media-libs/alsa-lib )
+ player? ( media-sound/alsa-utils )
+ pulseaudio? ( || (
+ media-sound/apulse[sdk]
+ media-sound/pulseaudio
+ ) )
+ audiofile? ( media-libs/audiofile:= )
+ sndfile? ( media-libs/libsndfile )
+ )
+ xcomposite? (
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ )
+ xft? ( x11-libs/libXft )
+ xinerama? ( x11-libs/libXinerama )
+ xpresent? ( x11-libs/libXpresent )
+ xrandr? ( x11-libs/libXrandr )
+ xrender? ( x11-libs/libXrender )
+ xsm? (
+ x11-libs/libICE
+ x11-libs/libSM
+ )
+ zoom? ( x11-libs/libXxf86vm )
+"
+RDEPEND="${COMMON_DEPEND}
+ doc? ( app-doc/e16-docs )
+ nls? ( virtual/libintl )
+ themes? ( x11-themes/e16-themes )
+ !x11-wm/enlightenment:0
+"
+DEPEND="${COMMON_DEPEND}
+ x11-base/xorg-proto
+"
+
+src_configure() {
+ local myconf=(
+ $(use_enable container)
+ $(use_enable dbus)
+ $(use_enable debug libtrip)
+ $(use_enable dialogs)
+ $(use_enable doc docs)
+ $(use_enable libhack)
+ $(use_enable modules)
+ $(use_enable nls)
+ $(use_enable opengl glx)
+ $(use_enable pango)
+ $(use_enable xcomposite composite)
+ $(use_enable xft)
+ $(use_enable xi2)
+ $(use_enable xinerama)
+ $(use_enable xpresent)
+ $(use_enable xrandr)
+ $(use_enable xrender)
+ $(use_enable xsm sm)
+ $(use_enable xsync)
+ $(use_enable zoom)
+ $(use_with gnome gnome gnome3)
+ --enable-mans
+ --disable-docs
+ --disable-esdtest
+ --disable-gcc-cpp
+ --disable-hints-gnome
+ --disable-werror
+ --disable-xscrnsaver
+ )
+ if use sound; then
+ use alsa && myconf+=( --enable-sound=alsa )
+ use pulseaudio && myconf+=( --enable-sound=pulseaudio )
+ use player && myconf+=( --enable-sound=player )
+
+ if use alsa || use pulseaudio; then
+ use sndfile && myconf+=( --with-sndldr=sndfile )
+ use audiofile && myconf+=( --with-sndldr=audiofile )
+ else
+ myconf+=( --without-sndldr )
+ fi
+ else
+ myconf+=( --disable-sound --without-sndldr )
+ fi
+ use poll && myconf+=( --with-evhan=poll )
+ use select && myconf+=( --with-evhan=select )
+
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ docompress -x /usr/share/doc/${PF}/e16.html
+ dodoc COMPLIANCE docs/e16.html
+ use examples && dodoc -r sample-scripts
+}
+
+pkg_postinst() {
+ einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
+ einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
+ einfo "in the Theme setting should be disabled for this to work."
+}
diff --git a/x11-wm/e16/metadata.xml b/x11-wm/e16/metadata.xml
index df0e841644f4..8a474b5136e5 100644
--- a/x11-wm/e16/metadata.xml
+++ b/x11-wm/e16/metadata.xml
@@ -13,6 +13,8 @@
<flag name="modules">Enable support for loadable modules</flag>
<flag name="pango">Enable pango font rendering using <pkg>x11-libs/pango</pkg></flag>
<flag name="player">Enable audio using aplay from <pkg>media-sound/alsa-utils</pkg></flag>
+ <flag name="poll">Use poll() event handler API (recommended)</flag>
+ <flag name="select">Use select() event handler API</flag>
<flag name="themes">Install the official E16 themes using <pkg>x11-themes/e16-themes</pkg></flag>
<flag name="xi2">Enable the experimental multipointer input XInput2. This incldues the MultiPointer X feature</flag>
<flag name="xpresent">Enable support for the X Present extension via <pkg>x11-libs/libXpresent</pkg></flag>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2022-07-31 15:22 Andrew Savchenko
0 siblings, 0 replies; 22+ messages in thread
From: Andrew Savchenko @ 2022-07-31 15:22 UTC (permalink / raw
To: gentoo-commits
commit: a264f267c1bdf091fc0418b8efa4e3a2cf2ff810
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 15:19:38 2022 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 15:19:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a264f267
x11-wm/e16: version bump to 1.0.25
- Update to 1.0.25.
- Enable container by default and rename USE container -> no-container.
- Update custom USE flags descriptions.
Closes: https://bugs.gentoo.org/843467
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
x11-wm/e16/Manifest | 1 +
x11-wm/e16/e16-1.0.25.ebuild | 146 +++++++++++++++++++++++++++++++++++++++++++
x11-wm/e16/metadata.xml | 5 +-
3 files changed, 150 insertions(+), 2 deletions(-)
diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index 27b7b3f1699a..33779622ea3b 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1,2 +1,3 @@
DIST e16-1.0.22.tar.xz 1442288 BLAKE2B 7f102474f9054935ea15ed58c91f18613561eaad84c8398c410014a5dbfb2f7f5fd079399db4c6462096c9a351bd89e47fbd61d304ca99ec844806c26c97d6a9 SHA512 0ff40390a56f0dbd2219d9e4e665b1c1802801e552df3bd76fa71502ad2fb7466f2f175757b088b490fbc58e4196b362d6cf451ad43d5104849ac8ce2805299e
DIST e16-1.0.24.tar.xz 1392444 BLAKE2B 5a4c30af2d484226fac73cbe9131ae9dc308638fc035958012b99747ddaa15b1fc1340fe74c7e809e399b5c93dfc7bf8a6ead338c3977483621f4ab98f8f4a3e SHA512 869e2c654bbdcdbb56656cacea8338b0f99a991e4aeaa4dde3fd01e358b1010a58422344e617d522e024186ab98a1d9364e6ea3428507b3831516d1da5dfb08a
+DIST e16-1.0.25.tar.xz 1400004 BLAKE2B 34ef7be6896d04234b3a48675c185aa86d7a70e0e8b5db2cdf15bef4336a40575065713f9612b94dd29a490902f36f9eb08489a779160801e885a5635d896e56 SHA512 e5cc6b08ddad8eb3052dbafda2a0ab56134e90eb9cdf75da405ac853301eadf8348dc918218119117a1f96d08e562367ff60365deb790a14af5fbdaaf89684d3
diff --git a/x11-wm/e16/e16-1.0.25.ebuild b/x11-wm/e16/e16-1.0.25.ebuild
new file mode 100644
index 000000000000..a7804aab9c99
--- /dev/null
+++ b/x11-wm/e16/e16-1.0.25.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Enlightenment Window Manager (E16)"
+HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa audiofile dbus debug +dialogs doc examples gnome
+libhack modules nls no-container opengl +pango +poll player
+pulseaudio select +sndfile sound +themes xcomposite +xft xi2
+xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
+
+REQUIRED_USE="
+ ^^ ( poll select )
+ opengl? ( xcomposite )
+ pango? ( xft )
+ sound? (
+ ^^ ( alsa player pulseaudio )
+ alsa? ( ^^ ( sndfile audiofile ) )
+ pulseaudio? ( ^^ ( sndfile audiofile ) )
+ )
+"
+
+BDEPEND="
+ nls? ( sys-devel/gettext )
+ virtual/pkgconfig
+"
+COMMON_DEPEND="
+ media-libs/freetype:2
+ media-libs/imlib2[X]
+ virtual/libiconv
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-misc/xbitmaps
+ dbus? ( sys-apps/dbus )
+ opengl? (
+ media-libs/glu
+ media-libs/mesa
+ )
+ pango? (
+ dev-libs/glib:2
+ x11-libs/pango[X]
+ )
+ sound? (
+ alsa? ( media-libs/alsa-lib )
+ player? ( media-sound/alsa-utils )
+ pulseaudio? ( || (
+ media-sound/apulse[sdk]
+ media-sound/pulseaudio
+ ) )
+ audiofile? ( media-libs/audiofile:= )
+ sndfile? ( media-libs/libsndfile )
+ )
+ xcomposite? (
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ )
+ xft? ( x11-libs/libXft )
+ xinerama? ( x11-libs/libXinerama )
+ xpresent? ( x11-libs/libXpresent )
+ xrandr? ( x11-libs/libXrandr )
+ xrender? ( x11-libs/libXrender )
+ xsm? (
+ x11-libs/libICE
+ x11-libs/libSM
+ )
+ zoom? ( x11-libs/libXxf86vm )
+"
+RDEPEND="${COMMON_DEPEND}
+ doc? ( app-doc/e16-docs )
+ nls? ( virtual/libintl )
+ themes? ( x11-themes/e16-themes )
+ !x11-wm/enlightenment:0
+"
+DEPEND="${COMMON_DEPEND}
+ x11-base/xorg-proto
+"
+
+src_configure() {
+ local myconf=(
+ $(use_enable dbus)
+ $(use_enable debug libtrip)
+ $(use_enable dialogs)
+ $(use_enable doc docs)
+ $(use_enable libhack)
+ $(use_enable modules)
+ $(use_enable nls)
+ $(use_enable no-container)
+ $(use_enable opengl glx)
+ $(use_enable pango)
+ $(use_enable xcomposite composite)
+ $(use_enable xft)
+ $(use_enable xi2)
+ $(use_enable xinerama)
+ $(use_enable xpresent)
+ $(use_enable xrandr)
+ $(use_enable xrender)
+ $(use_enable xsm sm)
+ $(use_enable xsync)
+ $(use_enable zoom)
+ $(use_with gnome gnome gnome3)
+ --enable-mans
+ --disable-docs
+ --disable-esdtest
+ --disable-gcc-cpp
+ --disable-werror
+ --disable-xscrnsaver
+ )
+ if use sound; then
+ use alsa && myconf+=( --enable-sound=alsa )
+ use pulseaudio && myconf+=( --enable-sound=pulseaudio )
+ use player && myconf+=( --enable-sound=player )
+
+ if use alsa || use pulseaudio; then
+ use sndfile && myconf+=( --with-sndldr=sndfile )
+ use audiofile && myconf+=( --with-sndldr=audiofile )
+ else
+ myconf+=( --without-sndldr )
+ fi
+ else
+ myconf+=( --disable-sound --without-sndldr )
+ fi
+ use poll && myconf+=( --with-evhan=poll )
+ use select && myconf+=( --with-evhan=select )
+
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ docompress -x /usr/share/doc/${PF}/e16.html
+ dodoc COMPLIANCE docs/e16.html
+ use examples && dodoc -r sample-scripts
+}
+
+pkg_postinst() {
+ einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
+ einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
+ einfo "in the Theme setting should be disabled for this to work."
+}
diff --git a/x11-wm/e16/metadata.xml b/x11-wm/e16/metadata.xml
index 8a474b5136e5..5ee3f5c0bde3 100644
--- a/x11-wm/e16/metadata.xml
+++ b/x11-wm/e16/metadata.xml
@@ -6,18 +6,19 @@
<name>Andrew Savchenko</name>
</maintainer>
<use>
- <flag name="container">Use container window (experimental)</flag>
+ <flag name="container">Use container window</flag>
<flag name="debug">Build libtrip debugging library</flag>
<flag name="dialogs">Enable support for configuration dialogs</flag>
<flag name="libhack">Build libhack window mode helper library</flag>
<flag name="modules">Enable support for loadable modules</flag>
+ <flag name="no-container">Do not use container window (experimental)</flag>
<flag name="pango">Enable pango font rendering using <pkg>x11-libs/pango</pkg></flag>
<flag name="player">Enable audio using aplay from <pkg>media-sound/alsa-utils</pkg></flag>
<flag name="poll">Use poll() event handler API (recommended)</flag>
<flag name="select">Use select() event handler API</flag>
<flag name="themes">Install the official E16 themes using <pkg>x11-themes/e16-themes</pkg></flag>
<flag name="xi2">Enable the experimental multipointer input XInput2. This incldues the MultiPointer X feature</flag>
- <flag name="xpresent">Enable support for the X Present extension via <pkg>x11-libs/libXpresent</pkg></flag>
+ <flag name="xpresent">Enable support for the X Present extension via <pkg>x11-libs/libXpresent</pkg> (experimental)</flag>
<flag name="xrandr">Enable support for the X RandR extension via <pkg>x11-libs/libXrandr</pkg></flag>
<flag name="xrender">Enable transparency support using the X Render extension via <pkg>x11-libs/libXrender</pkg></flag>
<flag name="xsm">Enable X Session Management support using <pkg>x11-libs/libSM</pkg></flag>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2022-08-02 6:52 Agostino Sarubbo
0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2022-08-02 6:52 UTC (permalink / raw
To: gentoo-commits
commit: b2b8ae959fbd14a2a76c5b54904d21e35f50a0be
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 06:52:36 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 06:52:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b8ae95
x11-wm/e16: x86 stable wrt bug #862789
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-wm/e16/e16-1.0.24.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-wm/e16/e16-1.0.24.ebuild b/x11-wm/e16/e16-1.0.24.ebuild
index 89f74d6029b6..7d17ee5a4f35 100644
--- a/x11-wm/e16/e16-1.0.24.ebuild
+++ b/x11-wm/e16/e16-1.0.24.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=8
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="+alsa audiofile container dbus debug +dialogs doc examples
gnome libhack modules nls opengl +pango +poll player pulseaudio
select +sndfile sound +themes xcomposite +xft xi2 xinerama xpresent
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2022-08-02 7:05 Agostino Sarubbo
0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2022-08-02 7:05 UTC (permalink / raw
To: gentoo-commits
commit: 2b2097cac842fb20561ea9fcbea058fc19023759
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 07:05:54 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 07:05:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2097ca
x11-wm/e16: amd64 stable wrt bug #862789
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-wm/e16/e16-1.0.24.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/e16/e16-1.0.24.ebuild b/x11-wm/e16/e16-1.0.24.ebuild
index 7d17ee5a4f35..786d09336886 100644
--- a/x11-wm/e16/e16-1.0.24.ebuild
+++ b/x11-wm/e16/e16-1.0.24.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="+alsa audiofile container dbus debug +dialogs doc examples
gnome libhack modules nls opengl +pango +poll player pulseaudio
select +sndfile sound +themes xcomposite +xft xi2 xinerama xpresent
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2023-06-10 22:56 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2023-06-10 22:56 UTC (permalink / raw
To: gentoo-commits
commit: 5984f55f7313c66d94698c6b1f4b3491dab675ca
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 21:45:38 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 22:56:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5984f55f
x11-wm/e16: drop 1.0.25
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-wm/e16/e16-1.0.25.ebuild | 146 -------------------------------------------
1 file changed, 146 deletions(-)
diff --git a/x11-wm/e16/e16-1.0.25.ebuild b/x11-wm/e16/e16-1.0.25.ebuild
deleted file mode 100644
index a7804aab9c99..000000000000
--- a/x11-wm/e16/e16-1.0.25.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Enlightenment Window Manager (E16)"
-HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa audiofile dbus debug +dialogs doc examples gnome
-libhack modules nls no-container opengl +pango +poll player
-pulseaudio select +sndfile sound +themes xcomposite +xft xi2
-xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
-
-REQUIRED_USE="
- ^^ ( poll select )
- opengl? ( xcomposite )
- pango? ( xft )
- sound? (
- ^^ ( alsa player pulseaudio )
- alsa? ( ^^ ( sndfile audiofile ) )
- pulseaudio? ( ^^ ( sndfile audiofile ) )
- )
-"
-
-BDEPEND="
- nls? ( sys-devel/gettext )
- virtual/pkgconfig
-"
-COMMON_DEPEND="
- media-libs/freetype:2
- media-libs/imlib2[X]
- virtual/libiconv
- x11-libs/libX11
- x11-libs/libXext
- x11-misc/xbitmaps
- dbus? ( sys-apps/dbus )
- opengl? (
- media-libs/glu
- media-libs/mesa
- )
- pango? (
- dev-libs/glib:2
- x11-libs/pango[X]
- )
- sound? (
- alsa? ( media-libs/alsa-lib )
- player? ( media-sound/alsa-utils )
- pulseaudio? ( || (
- media-sound/apulse[sdk]
- media-sound/pulseaudio
- ) )
- audiofile? ( media-libs/audiofile:= )
- sndfile? ( media-libs/libsndfile )
- )
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- )
- xft? ( x11-libs/libXft )
- xinerama? ( x11-libs/libXinerama )
- xpresent? ( x11-libs/libXpresent )
- xrandr? ( x11-libs/libXrandr )
- xrender? ( x11-libs/libXrender )
- xsm? (
- x11-libs/libICE
- x11-libs/libSM
- )
- zoom? ( x11-libs/libXxf86vm )
-"
-RDEPEND="${COMMON_DEPEND}
- doc? ( app-doc/e16-docs )
- nls? ( virtual/libintl )
- themes? ( x11-themes/e16-themes )
- !x11-wm/enlightenment:0
-"
-DEPEND="${COMMON_DEPEND}
- x11-base/xorg-proto
-"
-
-src_configure() {
- local myconf=(
- $(use_enable dbus)
- $(use_enable debug libtrip)
- $(use_enable dialogs)
- $(use_enable doc docs)
- $(use_enable libhack)
- $(use_enable modules)
- $(use_enable nls)
- $(use_enable no-container)
- $(use_enable opengl glx)
- $(use_enable pango)
- $(use_enable xcomposite composite)
- $(use_enable xft)
- $(use_enable xi2)
- $(use_enable xinerama)
- $(use_enable xpresent)
- $(use_enable xrandr)
- $(use_enable xrender)
- $(use_enable xsm sm)
- $(use_enable xsync)
- $(use_enable zoom)
- $(use_with gnome gnome gnome3)
- --enable-mans
- --disable-docs
- --disable-esdtest
- --disable-gcc-cpp
- --disable-werror
- --disable-xscrnsaver
- )
- if use sound; then
- use alsa && myconf+=( --enable-sound=alsa )
- use pulseaudio && myconf+=( --enable-sound=pulseaudio )
- use player && myconf+=( --enable-sound=player )
-
- if use alsa || use pulseaudio; then
- use sndfile && myconf+=( --with-sndldr=sndfile )
- use audiofile && myconf+=( --with-sndldr=audiofile )
- else
- myconf+=( --without-sndldr )
- fi
- else
- myconf+=( --disable-sound --without-sndldr )
- fi
- use poll && myconf+=( --with-evhan=poll )
- use select && myconf+=( --with-evhan=select )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- docompress -x /usr/share/doc/${PF}/e16.html
- dodoc COMPLIANCE docs/e16.html
- use examples && dodoc -r sample-scripts
-}
-
-pkg_postinst() {
- einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
- einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
- einfo "in the Theme setting should be disabled for this to work."
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2023-06-10 22:56 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2023-06-10 22:56 UTC (permalink / raw
To: gentoo-commits
commit: e42676b09c8af03e414843744343fd3fb7a063aa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 21:45:17 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 22:56:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42676b0
x11-wm/e16: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-wm/e16/e16-1.0.25-r1.ebuild | 146 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 146 insertions(+)
diff --git a/x11-wm/e16/e16-1.0.25-r1.ebuild b/x11-wm/e16/e16-1.0.25-r1.ebuild
new file mode 100644
index 000000000000..cde95ac0a0ea
--- /dev/null
+++ b/x11-wm/e16/e16-1.0.25-r1.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Enlightenment Window Manager (E16)"
+HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
+SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa audiofile dbus debug +dialogs doc examples gnome
+libhack modules nls no-container opengl +pango +poll player
+pulseaudio select +sndfile sound +themes xcomposite +xft xi2
+xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
+
+REQUIRED_USE="
+ ^^ ( poll select )
+ opengl? ( xcomposite )
+ pango? ( xft )
+ sound? (
+ ^^ ( alsa player pulseaudio )
+ alsa? ( ^^ ( sndfile audiofile ) )
+ pulseaudio? ( ^^ ( sndfile audiofile ) )
+ )
+"
+
+BDEPEND="
+ nls? ( sys-devel/gettext )
+ virtual/pkgconfig
+"
+COMMON_DEPEND="
+ media-libs/freetype:2
+ media-libs/imlib2[X]
+ virtual/libiconv
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-misc/xbitmaps
+ dbus? ( sys-apps/dbus )
+ opengl? (
+ media-libs/glu
+ media-libs/mesa
+ )
+ pango? (
+ dev-libs/glib:2
+ x11-libs/pango[X]
+ )
+ sound? (
+ alsa? ( media-libs/alsa-lib )
+ player? ( media-sound/alsa-utils )
+ pulseaudio? ( || (
+ media-libs/libpulse
+ media-sound/apulse[sdk]
+ ) )
+ audiofile? ( media-libs/audiofile:= )
+ sndfile? ( media-libs/libsndfile )
+ )
+ xcomposite? (
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ )
+ xft? ( x11-libs/libXft )
+ xinerama? ( x11-libs/libXinerama )
+ xpresent? ( x11-libs/libXpresent )
+ xrandr? ( x11-libs/libXrandr )
+ xrender? ( x11-libs/libXrender )
+ xsm? (
+ x11-libs/libICE
+ x11-libs/libSM
+ )
+ zoom? ( x11-libs/libXxf86vm )
+"
+RDEPEND="${COMMON_DEPEND}
+ doc? ( app-doc/e16-docs )
+ nls? ( virtual/libintl )
+ themes? ( x11-themes/e16-themes )
+ !x11-wm/enlightenment:0
+"
+DEPEND="${COMMON_DEPEND}
+ x11-base/xorg-proto
+"
+
+src_configure() {
+ local myconf=(
+ $(use_enable dbus)
+ $(use_enable debug libtrip)
+ $(use_enable dialogs)
+ $(use_enable doc docs)
+ $(use_enable libhack)
+ $(use_enable modules)
+ $(use_enable nls)
+ $(use_enable no-container)
+ $(use_enable opengl glx)
+ $(use_enable pango)
+ $(use_enable xcomposite composite)
+ $(use_enable xft)
+ $(use_enable xi2)
+ $(use_enable xinerama)
+ $(use_enable xpresent)
+ $(use_enable xrandr)
+ $(use_enable xrender)
+ $(use_enable xsm sm)
+ $(use_enable xsync)
+ $(use_enable zoom)
+ $(use_with gnome gnome gnome3)
+ --enable-mans
+ --disable-docs
+ --disable-esdtest
+ --disable-gcc-cpp
+ --disable-werror
+ --disable-xscrnsaver
+ )
+ if use sound; then
+ use alsa && myconf+=( --enable-sound=alsa )
+ use pulseaudio && myconf+=( --enable-sound=pulseaudio )
+ use player && myconf+=( --enable-sound=player )
+
+ if use alsa || use pulseaudio; then
+ use sndfile && myconf+=( --with-sndldr=sndfile )
+ use audiofile && myconf+=( --with-sndldr=audiofile )
+ else
+ myconf+=( --without-sndldr )
+ fi
+ else
+ myconf+=( --disable-sound --without-sndldr )
+ fi
+ use poll && myconf+=( --with-evhan=poll )
+ use select && myconf+=( --with-evhan=select )
+
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ docompress -x /usr/share/doc/${PF}/e16.html
+ dodoc COMPLIANCE docs/e16.html
+ use examples && dodoc -r sample-scripts
+}
+
+pkg_postinst() {
+ einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
+ einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
+ einfo "in the Theme setting should be disabled for this to work."
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2023-07-25 18:52 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-07-25 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 2cdea17624274eeb479d96304769c9ae63d5b830
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 18:51:30 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 18:51:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cdea176
x11-wm/e16: Stabilize 1.0.25-r1 amd64, #908288
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-wm/e16/e16-1.0.25-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/e16/e16-1.0.25-r1.ebuild b/x11-wm/e16/e16-1.0.25-r1.ebuild
index cde95ac0a0ea..8e5d52c95fed 100644
--- a/x11-wm/e16/e16-1.0.25-r1.ebuild
+++ b/x11-wm/e16/e16-1.0.25-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+alsa audiofile dbus debug +dialogs doc examples gnome
libhack modules nls no-container opengl +pango +poll player
pulseaudio select +sndfile sound +themes xcomposite +xft xi2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2023-08-03 15:10 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2023-08-03 15:10 UTC (permalink / raw
To: gentoo-commits
commit: b53aae6d21843d42cb566903fdaaec71e1270d70
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 15:07:44 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 15:07:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53aae6d
x11-wm/e16: Stabilize 1.0.25-r1 x86, #908288
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-wm/e16/e16-1.0.25-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/e16/e16-1.0.25-r1.ebuild b/x11-wm/e16/e16-1.0.25-r1.ebuild
index 8e5d52c95fed..b35cdeb40b44 100644
--- a/x11-wm/e16/e16-1.0.25-r1.ebuild
+++ b/x11-wm/e16/e16-1.0.25-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+alsa audiofile dbus debug +dialogs doc examples gnome
libhack modules nls no-container opengl +pango +poll player
pulseaudio select +sndfile sound +themes xcomposite +xft xi2
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2023-08-13 17:56 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2023-08-13 17:56 UTC (permalink / raw
To: gentoo-commits
commit: c34b13cfbc00e5d255138b050d8fef130c8fd871
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 14:24:25 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 17:56:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34b13cf
x11-wm/e16: drop 1.0.24
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-wm/e16/Manifest | 1 -
x11-wm/e16/e16-1.0.24.ebuild | 147 -------------------------------------------
x11-wm/e16/metadata.xml | 1 -
3 files changed, 149 deletions(-)
diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index 8c473fe0361f..5ccaefc97367 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1,2 +1 @@
-DIST e16-1.0.24.tar.xz 1392444 BLAKE2B 5a4c30af2d484226fac73cbe9131ae9dc308638fc035958012b99747ddaa15b1fc1340fe74c7e809e399b5c93dfc7bf8a6ead338c3977483621f4ab98f8f4a3e SHA512 869e2c654bbdcdbb56656cacea8338b0f99a991e4aeaa4dde3fd01e358b1010a58422344e617d522e024186ab98a1d9364e6ea3428507b3831516d1da5dfb08a
DIST e16-1.0.25.tar.xz 1400004 BLAKE2B 34ef7be6896d04234b3a48675c185aa86d7a70e0e8b5db2cdf15bef4336a40575065713f9612b94dd29a490902f36f9eb08489a779160801e885a5635d896e56 SHA512 e5cc6b08ddad8eb3052dbafda2a0ab56134e90eb9cdf75da405ac853301eadf8348dc918218119117a1f96d08e562367ff60365deb790a14af5fbdaaf89684d3
diff --git a/x11-wm/e16/e16-1.0.24.ebuild b/x11-wm/e16/e16-1.0.24.ebuild
deleted file mode 100644
index 786d09336886..000000000000
--- a/x11-wm/e16/e16-1.0.24.ebuild
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Enlightenment Window Manager (E16)"
-HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+alsa audiofile container dbus debug +dialogs doc examples
-gnome libhack modules nls opengl +pango +poll player pulseaudio
-select +sndfile sound +themes xcomposite +xft xi2 xinerama xpresent
-+xrandr +xrender +xsm +xsync zoom"
-
-REQUIRED_USE="
- ^^ ( poll select )
- opengl? ( xcomposite )
- pango? ( xft )
- sound? (
- ^^ ( alsa player pulseaudio )
- alsa? ( ^^ ( sndfile audiofile ) )
- pulseaudio? ( ^^ ( sndfile audiofile ) )
- )
-"
-
-BDEPEND="
- nls? ( sys-devel/gettext )
- virtual/pkgconfig
-"
-COMMON_DEPEND="
- media-libs/freetype:2
- media-libs/imlib2[X]
- virtual/libiconv
- x11-libs/libX11
- x11-libs/libXext
- x11-misc/xbitmaps
- dbus? ( sys-apps/dbus )
- opengl? (
- media-libs/glu
- media-libs/mesa
- )
- pango? (
- dev-libs/glib:2
- x11-libs/pango[X]
- )
- sound? (
- alsa? ( media-libs/alsa-lib )
- player? ( media-sound/alsa-utils )
- pulseaudio? ( || (
- media-sound/apulse[sdk]
- media-sound/pulseaudio
- ) )
- audiofile? ( media-libs/audiofile:= )
- sndfile? ( media-libs/libsndfile )
- )
- xcomposite? (
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXfixes
- )
- xft? ( x11-libs/libXft )
- xinerama? ( x11-libs/libXinerama )
- xpresent? ( x11-libs/libXpresent )
- xrandr? ( x11-libs/libXrandr )
- xrender? ( x11-libs/libXrender )
- xsm? (
- x11-libs/libICE
- x11-libs/libSM
- )
- zoom? ( x11-libs/libXxf86vm )
-"
-RDEPEND="${COMMON_DEPEND}
- doc? ( app-doc/e16-docs )
- nls? ( virtual/libintl )
- themes? ( x11-themes/e16-themes )
- !x11-wm/enlightenment:0
-"
-DEPEND="${COMMON_DEPEND}
- x11-base/xorg-proto
-"
-
-src_configure() {
- local myconf=(
- $(use_enable container)
- $(use_enable dbus)
- $(use_enable debug libtrip)
- $(use_enable dialogs)
- $(use_enable doc docs)
- $(use_enable libhack)
- $(use_enable modules)
- $(use_enable nls)
- $(use_enable opengl glx)
- $(use_enable pango)
- $(use_enable xcomposite composite)
- $(use_enable xft)
- $(use_enable xi2)
- $(use_enable xinerama)
- $(use_enable xpresent)
- $(use_enable xrandr)
- $(use_enable xrender)
- $(use_enable xsm sm)
- $(use_enable xsync)
- $(use_enable zoom)
- $(use_with gnome gnome gnome3)
- --enable-mans
- --disable-docs
- --disable-esdtest
- --disable-gcc-cpp
- --disable-hints-gnome
- --disable-werror
- --disable-xscrnsaver
- )
- if use sound; then
- use alsa && myconf+=( --enable-sound=alsa )
- use pulseaudio && myconf+=( --enable-sound=pulseaudio )
- use player && myconf+=( --enable-sound=player )
-
- if use alsa || use pulseaudio; then
- use sndfile && myconf+=( --with-sndldr=sndfile )
- use audiofile && myconf+=( --with-sndldr=audiofile )
- else
- myconf+=( --without-sndldr )
- fi
- else
- myconf+=( --disable-sound --without-sndldr )
- fi
- use poll && myconf+=( --with-evhan=poll )
- use select && myconf+=( --with-evhan=select )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- docompress -x /usr/share/doc/${PF}/e16.html
- dodoc COMPLIANCE docs/e16.html
- use examples && dodoc -r sample-scripts
-}
-
-pkg_postinst() {
- einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
- einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
- einfo "in the Theme setting should be disabled for this to work."
-}
diff --git a/x11-wm/e16/metadata.xml b/x11-wm/e16/metadata.xml
index 5ee3f5c0bde3..597d69869e3e 100644
--- a/x11-wm/e16/metadata.xml
+++ b/x11-wm/e16/metadata.xml
@@ -6,7 +6,6 @@
<name>Andrew Savchenko</name>
</maintainer>
<use>
- <flag name="container">Use container window</flag>
<flag name="debug">Build libtrip debugging library</flag>
<flag name="dialogs">Enable support for configuration dialogs</flag>
<flag name="libhack">Build libhack window mode helper library</flag>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
@ 2024-07-21 7:38 Yixun Lan
0 siblings, 0 replies; 22+ messages in thread
From: Yixun Lan @ 2024-07-21 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 402b8536af6b75238d5bd23b7ad0cae2e9fbbf4c
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Jul 19 18:54:08 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 07:33:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402b8536
x11-wm/e16: add 1.0.29
Closes: https://bugs.gentoo.org/910443
Closes: https://github.com/gentoo/gentoo/pull/37622
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
x11-wm/e16/Manifest | 1 +
x11-wm/e16/e16-1.0.29.ebuild | 146 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 147 insertions(+)
diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index 5ccaefc97367..a31ae1a0d0f1 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1 +1,2 @@
DIST e16-1.0.25.tar.xz 1400004 BLAKE2B 34ef7be6896d04234b3a48675c185aa86d7a70e0e8b5db2cdf15bef4336a40575065713f9612b94dd29a490902f36f9eb08489a779160801e885a5635d896e56 SHA512 e5cc6b08ddad8eb3052dbafda2a0ab56134e90eb9cdf75da405ac853301eadf8348dc918218119117a1f96d08e562367ff60365deb790a14af5fbdaaf89684d3
+DIST e16-1.0.29.tar.xz 1410672 BLAKE2B 5b96a13ed6ec70d01772cade4d85caf39f6b156a48a6778a9312cce4c9ade95f5c77d991de4d9128fff27abb7cc78add08930615031117c6b0791ddb5743553d SHA512 930fd97c125e85cca6ee4cb1eae350219721d9e96824f2147fedfcd4050596e603ed174789faaf23b1265671e18d1717eba6a3dae7e4fa944bf7eff01b707a4c
diff --git a/x11-wm/e16/e16-1.0.29.ebuild b/x11-wm/e16/e16-1.0.29.ebuild
new file mode 100644
index 000000000000..ffa8ee7715a8
--- /dev/null
+++ b/x11-wm/e16/e16-1.0.29.ebuild
@@ -0,0 +1,146 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Enlightenment Window Manager (E16)"
+HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
+SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa audiofile dbus debug +dialogs doc examples gnome
+libhack modules nls no-container opengl +pango +poll player
+pulseaudio select +sndfile sound +themes xcomposite +xft xi2
+xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
+
+REQUIRED_USE="
+ ^^ ( poll select )
+ opengl? ( xcomposite )
+ pango? ( xft )
+ sound? (
+ ^^ ( alsa player pulseaudio )
+ alsa? ( ^^ ( sndfile audiofile ) )
+ pulseaudio? ( ^^ ( sndfile audiofile ) )
+ )
+"
+
+BDEPEND="
+ nls? ( sys-devel/gettext )
+ virtual/pkgconfig
+"
+COMMON_DEPEND="
+ media-libs/freetype:2
+ media-libs/imlib2[X]
+ virtual/libiconv
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-misc/xbitmaps
+ dbus? ( sys-apps/dbus )
+ opengl? (
+ media-libs/glu
+ media-libs/mesa
+ )
+ pango? (
+ dev-libs/glib:2
+ x11-libs/pango[X]
+ )
+ sound? (
+ alsa? ( media-libs/alsa-lib )
+ player? ( media-sound/alsa-utils )
+ pulseaudio? ( || (
+ media-libs/libpulse
+ media-sound/apulse[sdk]
+ ) )
+ audiofile? ( media-libs/audiofile:= )
+ sndfile? ( media-libs/libsndfile )
+ )
+ xcomposite? (
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ )
+ xft? ( x11-libs/libXft )
+ xinerama? ( x11-libs/libXinerama )
+ xpresent? ( x11-libs/libXpresent )
+ xrandr? ( x11-libs/libXrandr )
+ xrender? ( x11-libs/libXrender )
+ xsm? (
+ x11-libs/libICE
+ x11-libs/libSM
+ )
+ zoom? ( x11-libs/libXxf86vm )
+"
+RDEPEND="${COMMON_DEPEND}
+ doc? ( app-doc/e16-docs )
+ nls? ( virtual/libintl )
+ themes? ( x11-themes/e16-themes )
+ !x11-wm/enlightenment:0
+"
+DEPEND="${COMMON_DEPEND}
+ x11-base/xorg-proto
+"
+
+src_configure() {
+ local myconf=(
+ $(use_enable dbus)
+ $(use_enable debug libtrip)
+ $(use_enable dialogs)
+ $(use_enable doc docs)
+ $(use_enable libhack)
+ $(use_enable modules)
+ $(use_enable nls)
+ $(use_enable no-container containerless)
+ $(use_enable opengl glx)
+ $(use_enable pango)
+ $(use_enable xcomposite composite)
+ $(use_enable xft)
+ $(use_enable xi2)
+ $(use_enable xinerama)
+ $(use_enable xpresent)
+ $(use_enable xrandr)
+ $(use_enable xrender)
+ $(use_enable xsm sm)
+ $(use_enable xsync)
+ $(use_enable zoom)
+ $(use_with gnome gnome gnome3)
+ --enable-mans
+ --disable-docs
+ --disable-esdtest
+ --disable-gcc-cpp
+ --disable-werror
+ --disable-xscrnsaver
+ )
+ if use sound; then
+ use alsa && myconf+=( --enable-sound=alsa )
+ use pulseaudio && myconf+=( --enable-sound=pulseaudio )
+ use player && myconf+=( --enable-sound=player )
+
+ if use alsa || use pulseaudio; then
+ use sndfile && myconf+=( --with-sndldr=sndfile )
+ use audiofile && myconf+=( --with-sndldr=audiofile )
+ else
+ myconf+=( --without-sndldr )
+ fi
+ else
+ myconf+=( --disable-sound --without-sndldr )
+ fi
+ use poll && myconf+=( --with-evhan=poll )
+ use select && myconf+=( --with-evhan=select )
+
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ docompress -x /usr/share/doc/${PF}/e16.html
+ dodoc COMPLIANCE docs/e16.html
+ use examples && dodoc -r sample-scripts
+}
+
+pkg_postinst() {
+ einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
+ einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
+ einfo "in the Theme setting should be disabled for this to work."
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2024-07-21 7:38 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-17 13:40 [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/ Andrew Savchenko
-- strict thread matches above, loose matches on Subject: below --
2024-07-21 7:38 Yixun Lan
2023-08-13 17:56 Andreas Sturmlechner
2023-08-03 15:10 Sam James
2023-07-25 18:52 Sam James
2023-06-10 22:56 Andreas Sturmlechner
2023-06-10 22:56 Andreas Sturmlechner
2022-08-02 7:05 Agostino Sarubbo
2022-08-02 6:52 Agostino Sarubbo
2022-07-31 15:22 Andrew Savchenko
2021-12-11 14:10 Andrew Savchenko
2021-12-10 22:05 Andrew Savchenko
2021-01-17 14:48 Andrew Savchenko
2020-10-12 10:21 Agostino Sarubbo
2020-10-12 7:02 Agostino Sarubbo
2020-10-11 8:47 Andrew Savchenko
2020-10-11 7:42 Andrew Savchenko
2019-12-21 23:27 Andrew Savchenko
2019-12-21 23:27 Andrew Savchenko
2019-08-19 19:13 Joonas Niilola
2019-03-08 20:14 Andrew Savchenko
2019-03-08 11:46 Andrew Savchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox