summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-08-04 15:07:23 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-08-04 19:50:35 +0300
commitd97dfac588820d11fcb3bf90d654ae561a7b2983 (patch)
tree9e4d132b41af29870d2283ebca2f768053aa8ce1 /x11-wm/enlightenment
parentdev-python/python-efl: remove old 1.23 (diff)
downloadgentoo-d97dfac588820d11fcb3bf90d654ae561a7b2983.tar.gz
gentoo-d97dfac588820d11fcb3bf90d654ae561a7b2983.tar.bz2
gentoo-d97dfac588820d11fcb3bf90d654ae561a7b2983.zip
x11-wm/enlightenment: remove old 0.23.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r--x11-wm/enlightenment/Manifest1
-rw-r--r--x11-wm/enlightenment/enlightenment-0.23.1-r1.ebuild116
-rw-r--r--x11-wm/enlightenment/files/gentoo-sysactions.conf76
3 files changed, 0 insertions, 193 deletions
diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest
index 936e25cd2cfb..3cc2ff5e50a0 100644
--- a/x11-wm/enlightenment/Manifest
+++ b/x11-wm/enlightenment/Manifest
@@ -1,2 +1 @@
-DIST enlightenment-0.23.1.tar.xz 26426096 BLAKE2B d781dc951ad8eddd90f633b29a6b1180be63e6052a56e60644b4f738f4c0d42617aeb4f7326cf3284d0b331dd87d605fa0625ea6435f4e36b8f5b3ccce82ca53 SHA512 b5b8a34f6abe47d9b23dbcaf09d2f61f74b3f8d5a97b30a9666916b4bd307a45cb2ad874288419ab40ef06fa57c3b7dc15377dd9acaeb6eb71cd8c0c24fc42cb
DIST enlightenment-0.24.1.tar.xz 28713452 BLAKE2B 1d4713a4887a687a5425888e65b358cd01fe12e42865799265f5092dc6784eb29c25b5563805d1c7be9856037b0570027c2f01a8eb848299e7729d905e291470 SHA512 3835d898f1fdb96ab6539543e9af910b4a9078372af5cfd90abb33c0d5ecb41496499629c54613e3fec4c230233b69bf1abde68f3ffba4996c69979a526da418
diff --git a/x11-wm/enlightenment/enlightenment-0.23.1-r1.ebuild b/x11-wm/enlightenment/enlightenment-0.23.1-r1.ebuild
deleted file mode 100644
index e499a09c51e8..000000000000
--- a/x11-wm/enlightenment/enlightenment-0.23.1-r1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils flag-o-matic meson 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 ~ppc ~ppc64 x86"
-IUSE="acpi bluetooth connman doc geolocation nls pam systemd udisks wayland wifi xwayland"
-
-REQUIRED_USE="xwayland? ( wayland )"
-
-RDEPEND="
- >=dev-libs/efl-1.22.3[eet,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 )
- systemd? ( sys-apps/systemd )
- udisks? ( sys-fs/udisks:2 )
- wayland? (
- >=dev-libs/efl-1.22.0[drm,wayland]
- dev-libs/wayland
- x11-libs/libxkbcommon
- x11-libs/pixman
- )
- xwayland? (
- dev-libs/efl[X,wayland]
- x11-base/xorg-server[wayland]
- )
-"
-BDEPEND="
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local emesonargs=(
- -D device-udev=true
- -D install-enlightenment-menu=true
-
- -D bluez4=false
- -D install-sysactions=false
- -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 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
-
- append-cflags -fcommon
-
- meson_src_configure
-}
-
-src_install() {
- insinto /etc/enlightenment
- newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf
-
- use doc && local HTML_DOCS=( doc/. )
- meson_src_install
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
-
- einfo "Additional programs to complete full EFL suite: "
- 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_mimeinfo_database_update
-}
diff --git a/x11-wm/enlightenment/files/gentoo-sysactions.conf b/x11-wm/enlightenment/files/gentoo-sysactions.conf
deleted file mode 100644
index fe676238b907..000000000000
--- a/x11-wm/enlightenment/files/gentoo-sysactions.conf
+++ /dev/null
@@ -1,76 +0,0 @@
-# ENLIGHTENMENT SYSTEM ACTIONS CONFIGURATION
-#
-# This is a system configuration for allowing or denying certain users or
-# groups to be able to do certain actions that involve system restricted
-# actions such as halt, reboot, suspend, hibernate etc.
-#
-# This file is read in order from top to bottom - the first rule to MATCH
-# will be used for a user or a group, and nothing after that is read.
-#
-# You must put all the ACTION definitons BEFORE user and group rule matches.
-# Any action definitons after a rule match has been found will be ignored.
-# This allows actions to be re-defined for different user groups, so matches
-# so the command for an action can change for matches to the rules later on.
-#
-# Any user or group NOT matched by an allow or a deny will be ALLOWED to
-# perform the action by default (system administrators should be aware of
-# this and implement whatever policies they see fit). Generally speaking
-# a user of a workstation, desktop or laptop is intended to have such abilities
-# to perform these actions, thus the default of allow. For multi-user systems
-# the system administrator is considerd capable enough to restrict what they
-# see they need to.
-#
-# A WARNING to admins: do NOT allow access for users to this system remotely
-# UNLESS you fully trust them or you have locked down permissions to halt/reboot
-# suspend etc. here first. You have been warned.
-#
-# FORMAT:
-#
-# action: halt /sbin/shutdown -h now
-# action: reboot /sbin/shutdown -r now
-# action: suspend /etc/acpi/sleep.sh force
-# action: hibernate /etc/acpi/hibernate.sh force
-#
-# user: username allow: halt reboot suspend hibernate
-# group: groupname deny: *
-# group: * deny: *
-# user: * allow: suspend
-# user: billy allow: halt reboot
-# group: staff deny: halt suspend hibernate
-#
-# etc.
-#
-# user and group name can use glob matches (* == all for example) like the
-# shell. as can action names allowed or denied.
-
-action: halt /sbin/shutdown -h now
-action: reboot /sbin/shutdown -r now
-action: suspend /usr/sbin/pm-suspend
-action: hibernate /usr/sbin/pm-hibernate
-
-# on FreeBSD use this instead of the above.
-#action suspend /usr/sbin/zzz
-
-# root is allowed to do anything - but it needs to be here explicitly anyway
-user: root allow: *
-# members of operator, staff and admin groups should be able to do all
-group: operator allow: *
-group: staff allow: *
-group: admin allow: *
-group: sys allow: *
-group: wheel allow: *
-# common "user" groups for "console users" on desktops/laptops
-group: dialout allow: *
-group: disk allow: *
-group: adm allow: *
-group: cdrom allow: *
-group: floppy allow: *
-group: audio allow: *
-group: dip allow: *
-group: plugdev allow: *
-# put in a list of other users and groups here that are allowed or denied etc.
-# e.g.
-# user: myuser allow: *
-# user: another allow: suspend hibernate
-# deny everyone else by default
-user: * deny: *