From c6b8b4c0424fcd767d867aea4a3a78d49fa38f7d Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Sun, 9 Mar 2014 11:36:41 +0000 Subject: Version bump, drop old --- x11-wm/enlightenment/Manifest | 2 +- x11-wm/enlightenment/enlightenment-0.18.2.ebuild | 92 ------------------------ x11-wm/enlightenment/enlightenment-0.18.5.ebuild | 92 ++++++++++++++++++++++++ 3 files changed, 93 insertions(+), 93 deletions(-) delete mode 100644 x11-wm/enlightenment/enlightenment-0.18.2.ebuild create mode 100644 x11-wm/enlightenment/enlightenment-0.18.5.ebuild diff --git a/x11-wm/enlightenment/Manifest b/x11-wm/enlightenment/Manifest index b783ca9..ca7c149 100644 --- a/x11-wm/enlightenment/Manifest +++ b/x11-wm/enlightenment/Manifest @@ -1,2 +1,2 @@ -DIST enlightenment-0.18.2.tar.bz2 27617865 SHA256 a481cccc83c638aeb0b4ae5e0a34ae5cf1cbf366df26a2a6d4378dc2ad02e28e SHA512 ef5858eb081430537611d041a1ea5c264102711008bc2ffe18c841937cdb54cbf999e09020a4559c0f724a7deee4244906f2479d2a8107956be8b04c5ac5cd94 WHIRLPOOL b708b88ace2b229bd2b9cd045821bb36496e428447a03d2591f0ee7b9d2e57fc736b78c06278633105cc0a7b549e3bb8483cfb4bc3f5f6a3f6ba3df673a5e665 DIST enlightenment-0.18.3.tar.bz2 27598857 SHA256 c8f269c0e1d02fdcd5ed74576056a14485ff8ed51b131f1b252faddd2fb66773 SHA512 36b02427bf3058988e467a5d6e52e151583928c231cb5317e6d8516cbdcaaca8b22e1cc4a7a9ffb30946f46d5754e9d77c0f62c2255233be429a36bed136dba1 WHIRLPOOL eaf25f8548f0d2813fa31c4b5c7267f62a0d2105c3bba193a10dd6d0fc4f88364d558b49ade7d16431b51b9d5952fc57b664b301ae6513d496c39e35f7727611 +DIST enlightenment-0.18.5.tar.bz2 27611538 SHA256 2bb747f3df0e06d2bfed998f9c961e5e319244801f75a705addd23d21c466bbe SHA512 57289b072e6b4d726e45974b52536cac6ce00712e92c3a94b71ed9cc4692ff7f92e7801a4eb2061bff21015ae0419ebfaefaea9e471c35947d04d70e2295bd9f WHIRLPOOL e17dfb3886563df0723bf1148dd9547c03a7fba8782f28ed6e52bd271e615204016f7d8f491e821c1ed912c59ff7dc0c8921b5752d5d708d688e4d586dbffc75 diff --git a/x11-wm/enlightenment/enlightenment-0.18.2.ebuild b/x11-wm/enlightenment/enlightenment-0.18.2.ebuild deleted file mode 100644 index 1b35b9b..0000000 --- a/x11-wm/enlightenment/enlightenment-0.18.2.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.17.5_pre2.ebuild,v 1.1 2013/10/04 10:40:51 tommy Exp $ - -EAPI=5 - -MY_P=${P/_/-} - -if [[ "${PV}" == "9999" ]] ; then - EGIT_SUB_PROJECT="core" - EGIT_URI_APPEND="${PN}" -else - SRC_URI="http://download.enlightenment.org/rel/apps/${PN}/${MY_P}.tar.bz2" - EKEY_STATE="snap" -fi - -inherit enlightenment - -DESCRIPTION="Enlightenment DR17 window manager" - -LICENSE="BSD-2" -KEYWORDS="~amd64 ~arm ~x86" -SLOT="0.17/${PV%%_*}" - -# The @ is just an anchor to expand from -__EVRY_MODS="" -__CONF_MODS=" - +@applications +@comp +@dialogs +@display - +@interaction +@intl +@menus - +@paths +@performance +@randr +@shelves +@theme +@wallpaper2 - +@window-manipulation +@window-remembers" -__NORM_MODS=" - @access +@appmenu +@backlight +@bluez4 +@battery +@clock - +@connman +@contact +@cpufreq +@everything +@fileman - +@fileman-opinfo +@gadman +@ibar +@ibox +@illume2 +@mixer +@msgbus - +@music-control +@notification +@pager +@quickaccess +@shot - +@start +@syscon +@systray +@tasks +@teamwork +@temperature +@tiling - +@winlist +@wizard @wl-desktop-shell @wl-screenshot +@xkbswitch" -IUSE_E_MODULES=" - ${__CONF_MODS//@/enlightenment_modules_conf-} - ${__NORM_MODS//@/enlightenment_modules_}" - -IUSE="pam spell static-libs systemd +udev ukit wayland ${IUSE_E_MODULES}" - -RDEPEND=" - pam? ( sys-libs/pam ) - systemd? ( sys-apps/systemd ) - wayland? ( dev-libs/efl[wayland] - >=dev-libs/wayland-1.2.0 - >=x11-libs/pixman-0.31.1 - >=x11-libs/libxkbcommon-0.3.1 - ) - >=dev-libs/efl-1.8.3 - || ( >=dev-libs/efl-1.8.3[X] >=dev-libs/efl-1.8.3[xcb] ) - >=media-libs/elementary-1.8.2 - x11-libs/xcb-util-keysyms" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/quickstart.diff - enlightenment_src_prepare -} - -src_configure() { - E_ECONF+=( - --disable-install-sysactions - $(use_enable doc) - --disable-device-hal - $(use_enable nls) - $(use_enable pam) - $(use_enable systemd) - --enable-device-udev - $(use_enable udev mount-eeze) - $(use_enable ukit mount-udisks) - $(use_enable wayland wayland-clients) - ) - local u c - for u in ${IUSE_E_MODULES} ; do - u=${u#+} - c=${u#enlightenment_modules_} - E_ECONF+=( $(use_enable ${u} ${c}) ) - done - enlightenment_src_configure -} - -src_install() { - enlightenment_src_install - insinto /etc/enlightenment - newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf -} diff --git a/x11-wm/enlightenment/enlightenment-0.18.5.ebuild b/x11-wm/enlightenment/enlightenment-0.18.5.ebuild new file mode 100644 index 0000000..1b35b9b --- /dev/null +++ b/x11-wm/enlightenment/enlightenment-0.18.5.ebuild @@ -0,0 +1,92 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.17.5_pre2.ebuild,v 1.1 2013/10/04 10:40:51 tommy Exp $ + +EAPI=5 + +MY_P=${P/_/-} + +if [[ "${PV}" == "9999" ]] ; then + EGIT_SUB_PROJECT="core" + EGIT_URI_APPEND="${PN}" +else + SRC_URI="http://download.enlightenment.org/rel/apps/${PN}/${MY_P}.tar.bz2" + EKEY_STATE="snap" +fi + +inherit enlightenment + +DESCRIPTION="Enlightenment DR17 window manager" + +LICENSE="BSD-2" +KEYWORDS="~amd64 ~arm ~x86" +SLOT="0.17/${PV%%_*}" + +# The @ is just an anchor to expand from +__EVRY_MODS="" +__CONF_MODS=" + +@applications +@comp +@dialogs +@display + +@interaction +@intl +@menus + +@paths +@performance +@randr +@shelves +@theme +@wallpaper2 + +@window-manipulation +@window-remembers" +__NORM_MODS=" + @access +@appmenu +@backlight +@bluez4 +@battery +@clock + +@connman +@contact +@cpufreq +@everything +@fileman + +@fileman-opinfo +@gadman +@ibar +@ibox +@illume2 +@mixer +@msgbus + +@music-control +@notification +@pager +@quickaccess +@shot + +@start +@syscon +@systray +@tasks +@teamwork +@temperature +@tiling + +@winlist +@wizard @wl-desktop-shell @wl-screenshot +@xkbswitch" +IUSE_E_MODULES=" + ${__CONF_MODS//@/enlightenment_modules_conf-} + ${__NORM_MODS//@/enlightenment_modules_}" + +IUSE="pam spell static-libs systemd +udev ukit wayland ${IUSE_E_MODULES}" + +RDEPEND=" + pam? ( sys-libs/pam ) + systemd? ( sys-apps/systemd ) + wayland? ( dev-libs/efl[wayland] + >=dev-libs/wayland-1.2.0 + >=x11-libs/pixman-0.31.1 + >=x11-libs/libxkbcommon-0.3.1 + ) + >=dev-libs/efl-1.8.3 + || ( >=dev-libs/efl-1.8.3[X] >=dev-libs/efl-1.8.3[xcb] ) + >=media-libs/elementary-1.8.2 + x11-libs/xcb-util-keysyms" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + epatch "${FILESDIR}"/quickstart.diff + enlightenment_src_prepare +} + +src_configure() { + E_ECONF+=( + --disable-install-sysactions + $(use_enable doc) + --disable-device-hal + $(use_enable nls) + $(use_enable pam) + $(use_enable systemd) + --enable-device-udev + $(use_enable udev mount-eeze) + $(use_enable ukit mount-udisks) + $(use_enable wayland wayland-clients) + ) + local u c + for u in ${IUSE_E_MODULES} ; do + u=${u#+} + c=${u#enlightenment_modules_} + E_ECONF+=( $(use_enable ${u} ${c}) ) + done + enlightenment_src_configure +} + +src_install() { + enlightenment_src_install + insinto /etc/enlightenment + newins "${FILESDIR}"/gentoo-sysactions.conf sysactions.conf +} -- cgit v1.2.3-65-gdbad