Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/
Date: Thu, 03 Oct 2019 15:42:27
Message-Id: 1570117328.613742a6617062787fc03af0980f616528bd3efe.juippis@gentoo
1 commit: 613742a6617062787fc03af0980f616528bd3efe
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 15:42:08 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 15:42:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613742a6
7
8 x11-wm/enlightenment: clean old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 x11-wm/enlightenment/Manifest | 1 -
14 x11-wm/enlightenment/enlightenment-0.23.0.ebuild | 112 -----------------------
15 2 files changed, 113 deletions(-)
16
17 diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest
18 index 1dd0fc41429..096c125b9c4 100644
19 --- a/x11-wm/enlightenment/Manifest
20 +++ b/x11-wm/enlightenment/Manifest
21 @@ -1,3 +1,2 @@
22 DIST enlightenment-0.22.4.tar.xz 25656972 BLAKE2B 5e24e226e5f9295d27658656aefaf39cc80ad3634ba1937ef1a3c8e1adeba8cf3cbab2c43cb9e80ac298107a7a64e248ff252084b19c26a974ffff9eb9e6c3fa SHA512 9f4366bfed4d65e7baaeffd4f5b8ba6febf6f9888e6156dd3e100c9fca42c377f76f156f3dd1f6ab97745ffcb69e1e8d320937e41333797580624a9b74d298ba
23 -DIST enlightenment-0.23.0.tar.xz 26425732 BLAKE2B 2b0bd2f27f5589eb4fa9e1cdd0f2713db26eef36ac204f666dded8a07e91edd260192d413b88e82609c700a71a3459defe8dcae6b778601473c32565799c15c8 SHA512 e49ed9d1d1725cbfd488eb654c3fbe60700382e26136d568b23452cff0112c49953633fd7ac9df7b64f910d37679681b2b9b417d710f46608e97c4060362c7d8
24 DIST enlightenment-0.23.1.tar.xz 26426096 BLAKE2B d781dc951ad8eddd90f633b29a6b1180be63e6052a56e60644b4f738f4c0d42617aeb4f7326cf3284d0b331dd87d605fa0625ea6435f4e36b8f5b3ccce82ca53 SHA512 b5b8a34f6abe47d9b23dbcaf09d2f61f74b3f8d5a97b30a9666916b4bd307a45cb2ad874288419ab40ef06fa57c3b7dc15377dd9acaeb6eb71cd8c0c24fc42cb
25
26 diff --git a/x11-wm/enlightenment/enlightenment-0.23.0.ebuild b/x11-wm/enlightenment/enlightenment-0.23.0.ebuild
27 deleted file mode 100644
28 index f919e54034a..00000000000
29 --- a/x11-wm/enlightenment/enlightenment-0.23.0.ebuild
30 +++ /dev/null
31 @@ -1,112 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit eutils meson xdg-utils
38 -
39 -DESCRIPTION="Enlightenment window manager"
40 -HOMEPAGE="https://www.enlightenment.org"
41 -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
42 -
43 -LICENSE="BSD-2"
44 -SLOT="0.17/${PV%%_*}"
45 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
46 -IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks wayland wifi xwayland"
47 -
48 -REQUIRED_USE="xwayland? ( wayland )"
49 -
50 -RDEPEND="
51 - >=dev-libs/efl-1.22.3[eet,X]
52 - virtual/udev
53 - x11-libs/libXext
54 - x11-libs/libxcb
55 - x11-libs/xcb-util-keysyms
56 - x11-misc/xkeyboard-config
57 - acpi? ( sys-power/acpid )
58 - bluetooth? ( net-wireless/bluez )
59 - connman? ( dev-libs/efl[connman] )
60 - geolocation? ( app-misc/geoclue:2.0 )
61 - packagekit? ( app-admin/packagekit-base )
62 - pam? ( sys-libs/pam )
63 - systemd? ( sys-apps/systemd )
64 - udisks? ( sys-fs/udisks:2 )
65 - wayland? (
66 - >=dev-libs/efl-1.22.0[drm,wayland]
67 - dev-libs/wayland
68 - x11-libs/libxkbcommon
69 - x11-libs/pixman
70 - )
71 - xwayland? (
72 - dev-libs/efl[X,wayland]
73 - x11-base/xorg-server[wayland]
74 - )
75 -"
76 -BDEPEND="
77 - virtual/pkgconfig
78 - nls? ( sys-devel/gettext )
79 -"
80 -DEPEND="${RDEPEND}"
81 -
82 -src_configure() {
83 - local emesonargs=(
84 - -D device-udev=true
85 - -D install-enlightenment-menu=true
86 -
87 - -D bluez4=false
88 - -D install-sysactions=false
89 - -D mount-eeze=false
90 -
91 - $(meson_use udisks mount-udisks)
92 - $(meson_use bluetooth bluez5)
93 - $(meson_use connman)
94 - $(meson_use geolocation)
95 - $(meson_use nls)
96 - $(meson_use packagekit)
97 - $(meson_use pam)
98 - $(meson_use systemd)
99 - $(meson_use wayland wl)
100 - $(meson_use wifi wireless)
101 - $(meson_use xwayland)
102 - )
103 -
104 - if ! use wayland; then
105 - emesonargs+=(
106 - -D wl-buffer=false
107 - -D wl-desktop-shell=false
108 - -D wl-drm=false
109 - -D wl-text-input=false
110 - -D wl-weekeyboard=false
111 - -D wl-wl=false
112 - -D wl-x11=false
113 - )
114 - fi
115 -
116 - meson_src_configure
117 -}
118 -
119 -src_install() {
120 - insinto /etc/enlightenment
121 - newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf
122 -
123 - use doc && local HTML_DOCS=( doc/. )
124 - meson_src_install
125 -}
126 -
127 -pkg_postinst() {
128 - xdg_desktop_database_update
129 - xdg_mimeinfo_database_update
130 -
131 - einfo "Additional programs to complete full EFL suite: "
132 - optfeature "an EFL-based IDE" dev-util/edi
133 - optfeature "image viewer" media-gfx/ephoto
134 - optfeature "ConnMan user interface for Enlightenment" net-misc/econnman
135 - optfeature "system and process monitor" sys-process/evisum
136 - optfeature "feature rich terminal emulator" x11-terms/terminology
137 - optfeature "a matching GTK theme" x11-themes/e-gtk-theme
138 -}
139 -
140 -pkg_postrm() {
141 - xdg_desktop_database_update
142 - xdg_mimeinfo_database_update
143 -}