diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-09-16 15:06:13 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-09-16 15:13:51 +0300 |
commit | ed090f2d0af082148b4d8f471842c1b0d3d0926d (patch) | |
tree | 06b90aff4de63e380e62220eadcd98b14cb7a0c1 /x11-wm | |
parent | x11-wm/enlightenment: stabilize 0.25.4 for x86 (diff) | |
download | gentoo-ed090f2d0af082148b4d8f471842c1b0d3d0926d.tar.gz gentoo-ed090f2d0af082148b4d8f471842c1b0d3d0926d.tar.bz2 gentoo-ed090f2d0af082148b4d8f471842c1b0d3d0926d.zip |
x11-wm/enlightenment: security cleanup
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/enlightenment/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild | 117 | ||||
-rw-r--r-- | x11-wm/enlightenment/enlightenment-0.25.3.ebuild | 119 |
3 files changed, 0 insertions, 238 deletions
diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest index 69aaaa2dabe7..a4d9f9e09b10 100644 --- a/x11-wm/enlightenment/Manifest +++ b/x11-wm/enlightenment/Manifest @@ -1,3 +1 @@ -DIST enlightenment-0.24.2.tar.xz 28716060 BLAKE2B 432722693beaece97eeb318a1120b6101bf76e1536347b824b00ba4378326c093f3333eefa634d7266a59c09dc4337c8bd1f9a4d89e0a4c9a223fdcacd924fa0 SHA512 5d96b17d89e822271048a0a6a8356658fd02680f54da2f15dde7c632752bbf0a396eaf23986164402e61f631e68937b3ba7c29d9dd787ddd470cff4a390abace -DIST enlightenment-0.25.3.tar.xz 405708776 BLAKE2B 167240fd6bc3daffef621d9c376d1807cf7788dbd81e6004641b5c5f587685435f2fb02b66816b98ee75772845ba8acc9a4473eb1e1a4ddbece8fb1cc4e7f89f SHA512 ea398d174302df1fab9c76911d038770cd4cf369abc8fec88e32b88f58eaa293e2f4b8458efa0e2858104d3a21bdb042f9257b893f7c06833ab41cf8b6d37d22 DIST enlightenment-0.25.4.tar.xz 405709440 BLAKE2B cf61ee65dc20b5815b12cf8dd5576c566ee6ab83a41dc4e133c71dd72301283f2eda37f75328364b4ffb66851ec5801d996e71551f695aea43f3f0e5f81ad84b SHA512 7f43df7721b0440e49bc9b22e2376e73a7a8fb88968edb7efee6d9e19d39c140efe0bb1ab6069d9aafbf1a4231852c38da807a10338cfa7d0e48f2a0d3a6b284 diff --git a/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild b/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild deleted file mode 100644 index 0afa77c8bb7d..000000000000 --- a/x11-wm/enlightenment/enlightenment-0.24.2-r2.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson optfeature xdg-utils - -DESCRIPTION="Enlightenment window manager" -HOMEPAGE="https://www.enlightenment.org" -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" - -LICENSE="BSD-2" -SLOT="0.17/${PV%%_*}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" -IUSE="acpi bluetooth connman doc geolocation nls pam policykit systemd udisks wayland wifi xwayland" - -REQUIRED_USE="xwayland? ( wayland )" - -RDEPEND=">=dev-libs/efl-1.24.1[eet,fontconfig,X] - virtual/udev - x11-libs/libXext - x11-libs/libxcb - x11-libs/xcb-util-keysyms - x11-misc/xkeyboard-config - acpi? ( sys-power/acpid ) - bluetooth? ( net-wireless/bluez ) - connman? ( dev-libs/efl[connman] ) - geolocation? ( app-misc/geoclue:2.0 ) - pam? ( sys-libs/pam ) - policykit? ( sys-auth/polkit ) - systemd? ( sys-apps/systemd ) - udisks? ( sys-fs/udisks:2 ) - wayland? ( - || ( - dev-libs/efl[systemd] - dev-libs/efl[elogind] - ) - dev-libs/efl[drm,wayland] - dev-libs/wayland - x11-libs/libxkbcommon - x11-libs/pixman - ) - xwayland? ( - dev-libs/efl[X,wayland] - x11-base/xwayland - )" -BDEPEND="virtual/pkgconfig - nls? ( sys-devel/gettext )" -DEPEND="${RDEPEND}" - -src_configure() { - local emesonargs=( - -D device-udev=true - -D install-enlightenment-menu=true - - -D install-sysactions=true - -D install-system=true - -D mount-eeze=false - - -D packagekit=false - - $(meson_use udisks mount-udisks) - $(meson_use bluetooth bluez5) - $(meson_use connman) - $(meson_use geolocation) - $(meson_use nls) - $(meson_use pam) - $(meson_use policykit polkit) - $(meson_use systemd) - $(meson_use wayland wl) - $(meson_use wifi wireless) - $(meson_use xwayland) - ) - - if ! use wayland; then - emesonargs+=( - -D wl-buffer=false - -D wl-desktop-shell=false - -D wl-drm=false - -D wl-text-input=false - -D wl-weekeyboard=false - -D wl-wl=false - -D wl-x11=false - ) - fi - - meson_src_configure -} - -src_install() { - use doc && local HTML_DOCS=( doc/. ) - meson_src_install -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update - - optfeature_header "Additional programs to complement the full EFL suite:" - optfeature "efl-based pinentry interface" app-crypt/pinentry[efl] - optfeature "better monitor backlight and brightness controls" app-misc/ddcutil - optfeature "office file thumbnails" app-office/libreoffice app-office/libreoffice-bin - optfeature "an EFL-based IDE" dev-util/edi - optfeature "image viewer" media-gfx/ephoto - optfeature "ConnMan user interface for Enlightenment" net-misc/econnman - optfeature "system and process monitor" sys-process/evisum - optfeature "feature rich terminal emulator" x11-terms/terminology - optfeature "a modern flat enlightenment WM theme" x11-themes/e-flat-theme - optfeature "a matching GTK theme" x11-themes/e-gtk-theme -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} diff --git a/x11-wm/enlightenment/enlightenment-0.25.3.ebuild b/x11-wm/enlightenment/enlightenment-0.25.3.ebuild deleted file mode 100644 index 51fabab81895..000000000000 --- a/x11-wm/enlightenment/enlightenment-0.25.3.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson optfeature xdg - -DESCRIPTION="Enlightenment window manager" -HOMEPAGE="https://www.enlightenment.org" -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" - -LICENSE="BSD-2" - -# Historically enlightenment was slotted to separate e16 from e17. e16 is now -# packaged as x11-wm/e16, but the slot is kept because it's more complicated to -# reset it rather than just to keep it. -SLOT="0.17/${PV%%_*}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" -IUSE="acpi bluetooth connman doc exif geolocation nls pam policykit systemd udisks wayland xwayland" - -REQUIRED_USE="xwayland? ( wayland )" - -RDEPEND=">=dev-libs/efl-1.26.1[eet,fontconfig,X] - virtual/udev - x11-libs/libXext - x11-libs/libxcb - x11-libs/xcb-util-keysyms - x11-misc/xkeyboard-config - acpi? ( sys-power/acpid ) - bluetooth? ( net-wireless/bluez ) - connman? ( dev-libs/efl[connman] ) - exif? ( media-libs/libexif ) - geolocation? ( app-misc/geoclue:2.0 ) - pam? ( sys-libs/pam ) - policykit? ( sys-auth/polkit ) - systemd? ( sys-apps/systemd ) - udisks? ( sys-fs/udisks:2 ) - wayland? ( - || ( - dev-libs/efl[systemd] - dev-libs/efl[elogind] - ) - dev-libs/efl[drm,wayland] - dev-libs/wayland - x11-libs/libxkbcommon - x11-libs/pixman - ) - xwayland? ( - dev-libs/efl[X,wayland] - x11-base/xwayland - )" -BDEPEND="virtual/pkgconfig - nls? ( sys-devel/gettext )" -DEPEND="${RDEPEND}" - -src_configure() { - local emesonargs=( - -D device-udev=true - -D elput=true - -D install-enlightenment-menu=true - - -D install-sysactions=true - -D install-system=true - -D mount-eeze=false - - -D packagekit=false - - $(meson_use udisks mount-udisks) - $(meson_use bluetooth bluez5) - $(meson_use connman) - $(meson_use exif libexif) - $(meson_use geolocation) - $(meson_use nls) - $(meson_use pam) - $(meson_use policykit polkit) - $(meson_use systemd) - $(meson_use wayland wl) - $(meson_use xwayland) - ) - - if ! use wayland; then - emesonargs+=( - -D wl-buffer=false - -D wl-desktop-shell=false - -D wl-drm=false - -D wl-text-input=false - -D wl-weekeyboard=false - -D wl-wl=false - -D wl-x11=false - ) - fi - - meson_src_configure -} - -src_install() { - use doc && local HTML_DOCS=( doc/. ) - meson_src_install -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update - - optfeature_header "Additional programs to complement the full EFL suite:" - optfeature "efl-based pinentry interface" app-crypt/pinentry[efl] - optfeature "an efl-based text editor" app-editors/ecrire - optfeature "better monitor backlight and brightness controls" app-misc/ddcutil - optfeature "office file thumbnails" app-office/libreoffice app-office/libreoffice-bin - optfeature "an EFL-based IDE" dev-util/edi - optfeature "image viewer" media-gfx/entice - optfeature "image viewer" media-gfx/ephoto - optfeature "a media player" media-video/rage - optfeature "ConnMan user interface for Enlightenment" net-misc/econnman - optfeature "system and process monitor" sys-process/evisum - optfeature "feature rich terminal emulator" x11-terms/terminology - optfeature "a matching GTK theme" x11-themes/e-gtk-theme -} |