From 5adfd733728a4f14df5665f4c2a604a7356e5f19 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 11 Jun 2023 14:17:10 +0100 Subject: gentoo auto-resync : 11:06:2023 - 14:17:09 --- x11-wm/e16/Manifest | 2 +- x11-wm/e16/e16-1.0.25-r1.ebuild | 146 ++++++++++++++++++++++++++++++++++++++++ x11-wm/e16/e16-1.0.25.ebuild | 146 ---------------------------------------- 3 files changed, 147 insertions(+), 147 deletions(-) create mode 100644 x11-wm/e16/e16-1.0.25-r1.ebuild delete mode 100644 x11-wm/e16/e16-1.0.25.ebuild (limited to 'x11-wm/e16') diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest index 34f6663a7db6..86ce1d37476e 100644 --- a/x11-wm/e16/Manifest +++ b/x11-wm/e16/Manifest @@ -1,5 +1,5 @@ DIST e16-1.0.24.tar.xz 1392444 BLAKE2B 5a4c30af2d484226fac73cbe9131ae9dc308638fc035958012b99747ddaa15b1fc1340fe74c7e809e399b5c93dfc7bf8a6ead338c3977483621f4ab98f8f4a3e SHA512 869e2c654bbdcdbb56656cacea8338b0f99a991e4aeaa4dde3fd01e358b1010a58422344e617d522e024186ab98a1d9364e6ea3428507b3831516d1da5dfb08a DIST e16-1.0.25.tar.xz 1400004 BLAKE2B 34ef7be6896d04234b3a48675c185aa86d7a70e0e8b5db2cdf15bef4336a40575065713f9612b94dd29a490902f36f9eb08489a779160801e885a5635d896e56 SHA512 e5cc6b08ddad8eb3052dbafda2a0ab56134e90eb9cdf75da405ac853301eadf8348dc918218119117a1f96d08e562367ff60365deb790a14af5fbdaaf89684d3 EBUILD e16-1.0.24.ebuild 3500 BLAKE2B 210bf1535f95e8fa8978f69f08fb3d9ea61a0f61b0b11066c2f2c16627f57deb928ee8065f66e859881f3a311eea081dc36f9b99b4bda83f58b6b7371d16d9a6 SHA512 b86b24a9076d3a6117946192ed1cfc02299d1574ffdad4420fcfa99d123235701f297b6c0245153d00631bbad18f906bde4ffcaa770a4ec6a9c4a616379f904c -EBUILD e16-1.0.25.ebuild 3484 BLAKE2B 087fd175260336f6f0a0daf1bc3004231af5b86f6c1465781f6a0f698b8ccd1c04c061fc5a7e949d828c2383eb473ca7c0e628b0295ac18e3640b6242cfe875c SHA512 30e8a1f175c46d8b411d621050668d6ffd32cb8dc72fb5d6f7803e8cce0cc13646f79f790e4b4d43e28439c7a5446ecf2375b255be570ff44b45468e3bac60d9 +EBUILD e16-1.0.25-r1.ebuild 3481 BLAKE2B 9f98f655fc9108782856d168c995d619cb6d4f1ca95faeb8b11410c0ed3677b0b4ee6a4d43bf4b099a8013a29fe6a3fa32bf71c5b40ef80aaef0bd6c0005851f SHA512 37b0355665c5179cad9ef039f43460ef2d9fb77f4fa023d1f6a20f19525dfe6d249d9b3e56f66f1a8298f0cc278fb81ef462923fb3d3915981a2b5aa06d1da28 MISC metadata.xml 1946 BLAKE2B 12e1239a9398473232f68e9b1779083d281b1cdf035e48e5acad4e2ac7c48b2a8ec123a71fb76c7b33c28a49283a6cbc22b7067c071c442fbfea9e3e818791ff SHA512 210acaa29bfd7a5ea8bce39f37074cb3afc84e8e338019a240439fc858bf15b315c14b5d9780a3ba628c3047cf45ff6a5dcbb052b81b8213ad3fdf4a69eced28 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." +} 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." -} -- cgit v1.2.3